cleanup typescript build output structure

This commit is contained in:
2026-07-22 00:23:20 +02:00
parent 57d63f5bf4
commit 25b2ad1b3f
33 changed files with 53 additions and 1771 deletions
+6 -5
View File
@@ -1,11 +1,12 @@
{
"name": "manager",
"version": "1.0.0",
"description": "",
"main": "index.js",
"description": "Server Manager for dedicated game servers",
"main": "dist/index.js",
"scripts": {
"start": "ts-node src/index.ts",
"build": "tsc -p tsconfig.json"
"dev": "ts-node src/index.ts",
"build": "tsc -p tsconfig.json",
"start": "node dist/index.js"
},
"keywords": [],
"author": "",
@@ -20,4 +21,4 @@
"ts-node": "^10.9.2",
"typescript": "^5.7.3"
}
}
}