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 3c7b9c4 commit 713b840Copy full SHA for 713b840
integrations/cloudflare/typescript/examples/server/package.json
@@ -4,7 +4,7 @@
4
"type": "module",
5
"scripts": {
6
"dev": "tsx watch src/index.ts",
7
- "start": "tsx src/index.ts",
+ "start": "node --loader tsx src/index.ts",
8
"build": "tsc",
9
"test": "echo \"no tests to run\" && exit 0"
10
},
@@ -18,6 +18,7 @@
18
"@types/express": "^4.17.21",
19
"@types/cors": "^2.8.17",
20
"@types/node": "^20.10.0",
21
+ "esbuild": "^0.19.0",
22
"tsx": "^4.7.0",
23
"typescript": "^5.3.3"
24
0 commit comments