File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
dev-packages/e2e-tests/test-applications Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 66 "build" : " nuxt build" ,
77 "dev" : " nuxt dev" ,
88 "generate" : " nuxt generate" ,
9- "preview" : " NODE_OPTIONS='--import ./public/instrument.server.mjs' nuxt preview" ,
9+ "preview" : " nuxt preview" ,
1010 "clean" : " npx nuxi cleanup" ,
1111 "test" : " playwright test" ,
1212 "test:build" : " pnpm install && npx playwright install && pnpm build" ,
Original file line number Diff line number Diff line change 66 "build" : " nuxt build" ,
77 "dev" : " nuxt dev" ,
88 "generate" : " nuxt generate" ,
9- "preview" : " NODE_OPTIONS='--import ./public/instrument.server.mjs' nuxt preview" ,
9+ "preview" : " nuxt preview" ,
1010 "clean" : " npx nuxi cleanup" ,
1111 "test" : " playwright test" ,
1212 "test:build" : " pnpm install && npx playwright install && pnpm build" ,
You can’t perform that action at this time.
0 commit comments