Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0d74f211a9 | ||
|
|
507b345fab |
|
|
@ -10,7 +10,7 @@
|
|||
},
|
||||
"scripts": {
|
||||
"dev": "tsx watch index.ts",
|
||||
"build": "npx esbuild index.ts --bundle --outfile=dist/index.js --format=esm --platform=node --packages=external",
|
||||
"build": "pnpm exec esbuild index.ts --bundle --outfile=dist/index.js --format=esm --platform=node --packages=external",
|
||||
"start": "node dist/index.js"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
@ -25,6 +25,7 @@
|
|||
"@types/express": "^5.0.6",
|
||||
"@types/node": "^24.10.1",
|
||||
"concurrently": "^9.2.1",
|
||||
"esbuild": "^0.27.2",
|
||||
"tsx": "^4.21.0",
|
||||
"typescript": "~5.9.3"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -166,6 +166,9 @@ importers:
|
|||
concurrently:
|
||||
specifier: ^9.2.1
|
||||
version: 9.2.1
|
||||
esbuild:
|
||||
specifier: ^0.27.2
|
||||
version: 0.27.2
|
||||
tsx:
|
||||
specifier: ^4.21.0
|
||||
version: 4.21.0
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user