Skip to content

Commit 8beea48

Browse files
authored
Update README.md
1 parent 67478c7 commit 8beea48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ And add a `nodemon.json`
7575
"watch": ["src"],
7676
"ignore": ["src/**/*.test.ts"],
7777
"ext": "ts,mjs,js,json,graphql",
78-
"exec": "etsc",
78+
"exec": "etsc && node ./dist/index.js",
7979
"legacyWatch": true
8080
}
8181
```

0 commit comments

Comments
 (0)