fix(client/vite): build errors due to top-level async

This commit is contained in:
Elian Doran 2025-05-16 21:06:30 +03:00
parent e23400bec1
commit 4d2ae6a34f
No known key found for this signature in database

View File

@ -19,6 +19,7 @@ export default defineConfig(() => ({
// plugins: [ nxViteTsPaths() ],
// },
build: {
target: "esnext",
outDir: './dist',
emptyOutDir: true,
reportCompressedSize: true,