update build process and environment configuration

This commit is contained in:
GW_MC
2026-01-23 18:31:16 +08:00
parent e782c5d8ac
commit fbe96ea9f8
4 changed files with 19 additions and 3 deletions

View File

@@ -6,8 +6,8 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "tsx src/index.ts",
"build": "tsc src/index.ts --outDir dist --esModuleInterop",
"start": "node dist/index.js"
"build": "tsc src/index.ts --outDir build --esModuleInterop",
"start": "node build/index.js"
},
"keywords": [],
"author": "",