Feat: docker compose done

This commit is contained in:
2025-04-18 20:23:21 +08:00
parent 947c10f231
commit 13ad4d7439
6 changed files with 125 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"test": "vitest run --coverage",
"build": "tsc",
"build": "npx tsc",
"start": "node dist/index.js",
"dev": "concurrently --raw \"tsc -w \" \"nodemon dist/index.js\""
},