Skip to content

Commit e16239a

Browse files
committed
fix
1 parent 2502968 commit e16239a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

typescript/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "hatchet-cloud-example",
33
"version": "0.1.0",
4-
"main": "dist/index.js",
4+
"main": "src/index.js",
55
"scripts": {
66
"build": "tsc",
7-
"start": "node dist/index.js",
7+
"start": "node src/index.js",
88
"dev": "ts-node src/index.ts"
99
},
1010
"dependencies": {

0 commit comments

Comments
 (0)