We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1b309a commit 89b26b8Copy full SHA for 89b26b8
dev-packages/e2e-tests/test-applications/create-remix-app-v2/package.json
@@ -4,7 +4,7 @@
4
"scripts": {
5
"build": "remix build",
6
"dev": "remix dev",
7
- "start": "NODE_OPTIONS='require=./instrument.server.cjs' remix-serve build/index.js",
+ "start": "NODE_OPTIONS='--require=./instrument.server.cjs' remix-serve build/index.js",
8
"typecheck": "tsc",
9
"clean": "npx rimraf node_modules pnpm-lock.yaml",
10
"test:build": "pnpm install && npx playwright install && pnpm build",
0 commit comments