Fix Coolify startup and add GitHub-to-Gitea deploy walkthrough

This commit is contained in:
dwindown
2026-03-15 06:46:36 +07:00
parent 661da7a0fe
commit 540e4200bb
4 changed files with 56 additions and 5 deletions

View File

@@ -4,8 +4,8 @@
"description": "Quran, Doa, Dzikir, Hadits Api",
"private": true,
"scripts": {
"start": "node --env-file=.env ./bin/www",
"devstart": "DEBUG=dikiotang:* nodemon --env-file=.env ./bin/www"
"start": "node ./bin/www",
"devstart": "DEBUG=dikiotang:* nodemon ./bin/www"
},
"dependencies": {
"body-parser": "^1.20.3",