feat: update the start and dev script, removed the "start:server" script in order to use the dev one.
This commit is contained in:
parent
f39f8ee830
commit
0426bf3282
1 changed files with 2 additions and 3 deletions
|
|
@ -4,10 +4,9 @@
|
|||
"private": true,
|
||||
"scripts": {
|
||||
"postinstall": "bun src/lib/scripts/copy-olm.ts",
|
||||
"dev": "next dev",
|
||||
"dev": "cross-env NODE_ENV=development PORT=3000 tsx src/server.ts",
|
||||
"build": "bun src/lib/scripts/copy-olm.ts && next build",
|
||||
"start": "NODE_ENV=production tsx src/server.ts",
|
||||
"start:server": "NODE_ENV=development tsx src/server.ts"
|
||||
"start": "cross-env NODE_ENV=production PORT=8081 tsx src/server.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@convex-dev/better-auth": "^0.10.9",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue