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 2502968 commit e16239aCopy full SHA for e16239a
typescript/package.json
@@ -1,10 +1,10 @@
1
{
2
"name": "hatchet-cloud-example",
3
"version": "0.1.0",
4
- "main": "dist/index.js",
+ "main": "src/index.js",
5
"scripts": {
6
"build": "tsc",
7
- "start": "node dist/index.js",
+ "start": "node src/index.js",
8
"dev": "ts-node src/index.ts"
9
},
10
"dependencies": {
0 commit comments