Updates
This commit is contained in:
parent
0f65ba9738
commit
efc87a2389
@ -7,7 +7,7 @@
|
|||||||
"pm2:dev": "pm2 start --name turboci-web 'bunx next dev' && pm2 start --name turboci-cron 'bun --watch src/cron/index.ts'",
|
"pm2:dev": "pm2 start --name turboci-web 'bunx next dev' && pm2 start --name turboci-cron 'bun --watch src/cron/index.ts'",
|
||||||
"pm2:start": "pm2 start --name turboci-web 'bunx next start' && pm2 start --name turboci-cron 'bun src/cron/index.ts'",
|
"pm2:start": "pm2 start --name turboci-web 'bunx next start' && pm2 start --name turboci-cron 'bun src/cron/index.ts'",
|
||||||
"pm2:kill": "pm2 kill",
|
"pm2:kill": "pm2 kill",
|
||||||
"twui:update": "git submodule update --remote twui",
|
"twui:update": "git submodule update --init twui",
|
||||||
"build": "next build"
|
"build": "next build"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user