Skip to content

Commit 9614855

Browse files
npm run start/npm run dev (#653)
1 parent 384f812 commit 9614855

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/get_started/quickstart.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -262,11 +262,11 @@ SDK:
262262

263263
<Terminal>
264264
```shell !command
265-
npm run app-dev
265+
npm run dev
266266
```
267267

268268
```log !output
269-
269+
270270
> ts-node-dev --watch ./src --respawn --transpile-only ./src/app.ts
271271
272272
[INFO] 00:44:54 ts-node-dev ver. 2.0.0 (using ts-node ver. 10.9.2, typescript ver. 5.6.3)
@@ -747,7 +747,7 @@ SDK:
747747
Once you have implemented your service, build the app and run it with:
748748
```shell
749749
npm run build
750-
npm run app
750+
npm run start
751751
```
752752
</details>
753753
</TabItem>

docs/get_started/tour.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ npm install && npm run build
125125
Run the services
126126

127127
```shell
128-
npm run app-dev
128+
npm run dev
129129
```
130130

131131
This [GitHub repository](https://github.com/restatedev/examples/tree/main/typescript/tutorials/tour-of-restate-typescript) contains the basic skeleton of the TypeScript services that you develop in this tutorial.

0 commit comments

Comments
 (0)