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 0076da0 commit 41fab6aCopy full SHA for 41fab6a
nodejs.md
@@ -22,7 +22,7 @@ TypeScriptは、Node.jsを公式にサポートしています。素早くNode.j
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