Compare commits

..

No commits in common. "main" and "v1.0.0" have entirely different histories.
main ... v1.0.0

2 changed files with 1 additions and 5 deletions

View File

@ -10,7 +10,7 @@
}, },
"scripts": { "scripts": {
"dev": "tsx watch index.ts", "dev": "tsx watch index.ts",
"build": "pnpm exec esbuild index.ts --bundle --outfile=dist/index.js --format=esm --platform=node --packages=external", "build": "npx esbuild index.ts --bundle --outfile=dist/index.js --format=esm --platform=node --packages=external",
"start": "node dist/index.js" "start": "node dist/index.js"
}, },
"dependencies": { "dependencies": {
@ -25,7 +25,6 @@
"@types/express": "^5.0.6", "@types/express": "^5.0.6",
"@types/node": "^24.10.1", "@types/node": "^24.10.1",
"concurrently": "^9.2.1", "concurrently": "^9.2.1",
"esbuild": "^0.27.2",
"tsx": "^4.21.0", "tsx": "^4.21.0",
"typescript": "~5.9.3" "typescript": "~5.9.3"
} }

View File

@ -166,9 +166,6 @@ importers:
concurrently: concurrently:
specifier: ^9.2.1 specifier: ^9.2.1
version: 9.2.1 version: 9.2.1
esbuild:
specifier: ^0.27.2
version: 0.27.2
tsx: tsx:
specifier: ^4.21.0 specifier: ^4.21.0
version: 4.21.0 version: 4.21.0