ci/cd: added docker compose support

This commit is contained in:
snusxd
2026-04-11 13:51:36 +03:00
parent e23fb5ff0e
commit 168dac7aa8
4 changed files with 30 additions and 3 deletions

View File

@@ -11,7 +11,7 @@
},
"scripts": {
"dev": "tsx watch src/index.ts",
"build": "tsc src/index.ts --outDir dist",
"build": "tsc",
"start": "NODE_ENV=production node dist/index.js"
},
"devDependencies": {