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.
2 parents bed5622 + 3ddf16b commit 5c40cacCopy full SHA for 5c40cac
docs/quick/nodejs.md
@@ -22,7 +22,7 @@ Now just add a `script` target to your `package.json` based on your application
22
"scripts": {
23
"start": "npm run build:live",
24
"build": "tsc -p .",
25
- "build:live": "nodemon --watch 'src/**/*.ts' --exec 'ts-node' src/index.ts"
+ "build:live": "nodemon --watch 'src/**/*.ts' --exec \"ts-node\" src/index.ts"
26
},
27
```
28
0 commit comments