We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d74bf5 commit 3bdb6b1Copy full SHA for 3bdb6b1
apps/listener/package.json
@@ -8,6 +8,7 @@
8
"license": "GNU GPL 3.0",
9
"scripts": {
10
"build": "NODE_ENV=production vite build",
11
+ "start": "bunx serve dist/ -p 3000",
12
"dev": "sst dev vite dev",
13
"preview": "vite preview",
14
"lint": "biome lint .",
apps/listener/vite.config.ts
@@ -65,13 +65,6 @@ export default defineConfig((): UserConfig => {
65
cssCodeSplit: true,
66
target: "ES2020",
67
rollupOptions: {
68
- output: {
69
- // Reduce chunk size threshold to encourage more splitting
70
- experimentalMinChunkSize: 20000,
71
- manualChunks(id, meta) {
72
- return manualChunks(id, meta);
73
- },
74
75
onwarn,
76
},
77
sourcemap: false,
0 commit comments