fix: update start script port from 3099 to 3000 in package.json
This commit is contained in:
parent
7a67de7b49
commit
8da636cf85
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@
|
|||
"lint:fix": "cross-env NODE_OPTIONS=--no-deprecation eslint . --fix",
|
||||
"payload": "cross-env NODE_OPTIONS=--no-deprecation payload",
|
||||
"reinstall": "cross-env NODE_OPTIONS=--no-deprecation rm -rf node_modules && rm pnpm-lock.yaml && pnpm --ignore-workspace install",
|
||||
"start": "cross-env NODE_OPTIONS=--no-deprecation next start -p 3099",
|
||||
"start": "cross-env NODE_OPTIONS=--no-deprecation next start -p 3000",
|
||||
"test": "pnpm run test:int && pnpm run test:e2e",
|
||||
"test:e2e": "cross-env NODE_OPTIONS=\"--no-deprecation --import=tsx/esm\" playwright test --config=playwright.config.ts",
|
||||
"test:int": "cross-env NODE_OPTIONS=--no-deprecation vitest run --config ./vitest.config.mts",
|
||||
|
|
|
|||
Loading…
Reference in a new issue