Merge remote-tracking branch 'upstream/dev' into feat/include-git-hash-everywhere

This commit is contained in:
Jun Siang Cheah
2024-05-26 11:27:02 +01:00
133 changed files with 5297 additions and 5813 deletions

View File

@@ -21,6 +21,9 @@ export default defineConfig({
APP_VERSION: JSON.stringify(process.env.npm_package_version),
APP_BUILD_HASH: JSON.stringify(process.env.APP_BUILD_HASH || 'dev-build')
},
build: {
sourcemap: true
},
worker: {
format: 'es'
}