Clean Image
All checks were successful
CI for GGS-CRON / build-and-test (push) Successful in 2m58s
CI for GGS-CRON / build-docker (push) Successful in 1m41s

This commit is contained in:
Ittipat Lusuk 2025-08-11 12:41:28 +07:00
parent 8602f8fc3f
commit cf93a9cfe2
6 changed files with 515 additions and 12 deletions

View file

@ -3,7 +3,8 @@
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
"build": "node build.js",
"start": "node dist/app.js"
},
"dependencies": {
"cookie-parser": "~1.4.4",
@ -17,5 +18,8 @@
"node-cron": "^3.0.3",
"winston": "^3.17.0",
"winston-daily-rotate-file": "^5.0.0"
},
"devDependencies": {
"esbuild": "^0.25.8"
}
}