tsconfig.json

This commit is contained in:
2025-12-07 23:23:18 +01:00
parent f5825f9a18
commit aa1f3b1cb3
4 changed files with 4 additions and 4 deletions

View File

@@ -6,7 +6,7 @@
"scripts": {
"dev": "tsx watch src/index.ts",
"build": "tsc",
"start": "node dist/index.js",
"start": "node dist/src/index.js",
"schema:index": "ts-node scripts/generate-schema-index.ts"
},
"repository": {