File tree Expand file tree Collapse file tree 3 files changed +2
-23
lines changed
Expand file tree Collapse file tree 3 files changed +2
-23
lines changed Original file line number Diff line number Diff line change 99 "dev" : " pnpm run with-env vite dev" ,
1010 "with-env" : " dotenv -e .env -e .env.local" ,
1111 "dev:frontend" : " pnpm run with-env vite dev" ,
12- "build" : " vite build && node scripts/finalize-build.mjs " ,
12+ "build" : " vite build" ,
1313 "start" : " vite start" ,
1414 "start:prod" : " pnpm run with-env node scripts/run-built-server.mjs" ,
1515 "lint" : " oxlint --type-aware" ,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -199,9 +199,7 @@ export default defineConfig({
199199 } ,
200200 } ,
201201 } ) ,
202- rsc ( {
203- cssLinkPrecedence : false ,
204- } ) ,
202+ rsc ( ) ,
205203 // Only enable Netlify plugin during build or when NETLIFY env is set
206204 ...( process . env . NETLIFY || process . env . NODE_ENV === 'production'
207205 ? [ netlify ( ) ]
You can’t perform that action at this time.
0 commit comments