Now it builds

This commit is contained in:
2023-08-06 10:37:45 +02:00
parent b7d38af0d3
commit 6d2ede1445
5 changed files with 14 additions and 2 deletions

7
vite.config.js Normal file
View File

@ -0,0 +1,7 @@
import { defineConfig } from 'vite';
export default defineConfig({
build: {
chunkSizeWarningLimit: 1600
}
});