docs: Fix ts-node-dev flag in the docs (#529)
It has been renamed: https://github.com/whitecolor/ts-node-dev/issues/186
This commit is contained in:
parent
85bf467cde
commit
489b5ab94f
|
@ -44,7 +44,7 @@ You will need to manage running and restarting your server on changes during dev
|
|||
```tsx
|
||||
{
|
||||
"scripts": {
|
||||
"dev": "ts-node-dev --transpileOnly ./your/main/module",
|
||||
"dev": "ts-node-dev --transpile-only ./your/main/module",
|
||||
"dev:typecheck": "tsc --noEmit --watch",
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue