We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8c0ba0 commit 18cb6d8Copy full SHA for 18cb6d8
apps/ws/package.json
@@ -3,7 +3,7 @@
3
"version": "1.0.0",
4
"main": "index.js",
5
"scripts": {
6
- "build": "npx esbuild src/index.ts --bundle --outfile=dist/index.js --platform=node --tsconfig=tsconfig.json",
+ "build": "npx tsc -b",
7
"start": "node dist/index.js",
8
"dev": "pnpm run build && pnpm run start"
9
},
0 commit comments