This commit is contained in:
Benjamin Toby 2026-03-04 18:30:57 +01:00
parent 0f65ba9738
commit efc87a2389

View File

@ -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": {