add cmd for custom image
This commit is contained in:
parent
3b2d56b8a5
commit
0d8fdf61e6
@ -11,7 +11,8 @@
|
||||
"db:studio": "drizzle-kit studio",
|
||||
"dev": "next dev",
|
||||
"lint": "next lint",
|
||||
"start": "next start"
|
||||
"start": "next start",
|
||||
"go": "next build && next start"
|
||||
},
|
||||
"dependencies": {
|
||||
"@t3-oss/env-nextjs": "^0.10.1",
|
||||
@ -23,6 +24,7 @@
|
||||
"mysql2": "^3.10.3",
|
||||
"next": "^14.2.5",
|
||||
"next-auth": "5.0.0-beta.19",
|
||||
"pm2": "^5.4.2",
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1",
|
||||
"server-only": "^0.0.1",
|
||||
|
783
pnpm-lock.yaml
generated
783
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@ -1,4 +1,4 @@
|
||||
#wget -qO- https://get.pnpm.io/install.sh | ENV="$HOME/.bashrc" SHELL="$(which bash)" bash -
|
||||
#source ~/.bashrc
|
||||
/home/node/.local/share/pnpm/pnpm build
|
||||
/home/node/.local/share/pnpm/pnpm start &
|
||||
wget -qO- https://get.pnpm.io/install.sh | ENV="$HOME/.bashrc" SHELL="$(which bash)" bash -
|
||||
source ~/.bashrc
|
||||
pnpm build
|
||||
pnpm start
|
||||
|
Loading…
Reference in New Issue
Block a user