Maintenance work

This commit is contained in:
Liviu Burcusel 2025-09-17 17:11:10 +02:00
parent 8910613676
commit 157a8d14d2
Signed by: liviu
GPG key ID: 6CDB37A4AD2C610C
3 changed files with 6 additions and 2 deletions

View file

@ -19,6 +19,9 @@ export default defineConfig({
"@": fileURLToPath(new URL("./src", import.meta.url)),
},
},
build: {
chunkSizeWarningLimit: 2048,
},
server: {
host: "0.0.0.0",
port: 3000,