File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 66 "scripts" : {
77 "dev" : " next dev" ,
88 "build" : " next build" ,
9- "start" : " next start" ,
9+ "start" : " next start -H 0.0.0.0 -p 3000 " ,
1010 "postinstall" : " node scripts/copy-templates.mjs" ,
1111 "validate-schema:2020" : " ajv validate -s" ,
1212 "validate-schema:2019" : " ajv validate -s" ,
Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ export default defineConfig({
1616 url : "http://localhost:3000" , // URL to wait for
1717 reuseExistingServer : ! process . env . CI , // Reuse server locally, start fresh in CI
1818 timeout : 240 * 1000 , // Increase timeout for server start (4 minutes)
19+ stderr : 'inherit' , // Show server errors in CI logs
20+ stdout : 'inherit' , // Show server output in CI logs
1921 } ,
2022 // Optional: Configure projects for major browsers
2123 // projects: [ { name: 'chromium', use: { ...devices['Desktop Chrome'] } } ],
You can’t perform that action at this time.
0 commit comments