mirror of
https://github.com/pockethost/pockethost.git
synced 2025-07-03 03:12:29 +00:00
pm2 updates
This commit is contained in:
parent
bb21e9bd7e
commit
ce5c704dcc
@ -6,7 +6,7 @@
|
|||||||
"build": "echo 'Build complete' `date`",
|
"build": "echo 'Build complete' `date`",
|
||||||
"dev": "DEBUG=1 tsx watch src/server.ts",
|
"dev": "DEBUG=1 tsx watch src/server.ts",
|
||||||
"start": "tsx src/server.ts",
|
"start": "tsx src/server.ts",
|
||||||
"pm2": "pm2 del daemon && pm2 start \"yarn start\" --name=daemon",
|
"pm2": "pm2 del daemon ; pm2 start \"yarn start\" --name=daemon",
|
||||||
"migrate": "tsx src/migrate/migrate.ts"
|
"migrate": "tsx src/migrate/migrate.ts"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
"lint": "prettier --check .",
|
"lint": "prettier --check .",
|
||||||
"format": "prettier --write .",
|
"format": "prettier --write .",
|
||||||
"start": "HOST=localhost PORT=5173 node dist-server/index.js",
|
"start": "HOST=localhost PORT=5173 node dist-server/index.js",
|
||||||
"pm2": "pm2 del www && pm2 start \"yarn start\" --name=www",
|
"pm2": "pm2 del www ; pm2 start \"yarn start\" --name=www",
|
||||||
"watch": "chokidar 'src/**' -c 'yarn build' --initial"
|
"watch": "chokidar 'src/**' -c 'yarn build' --initial"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "tsx watch src/index.ts",
|
"dev": "tsx watch src/index.ts",
|
||||||
"start": "tsx src/index.ts",
|
"start": "tsx src/index.ts",
|
||||||
"pm2": "pm2 del proxy && pm2 start \"yarn start\" --name=proxy"
|
"pm2": "pm2 del proxy ; pm2 start \"yarn start\" --name=proxy"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@types/node": "^18.11.17",
|
"@types/node": "^18.11.17",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user