Commit 7dee639
Fix tutorial instruction (#20864)
* Fix tutorial instruction
Changed `npm start` -> `npm run dev`
`npm start` throws an error since it isn't a defined run script
I used the more verbose syntax to make it more obvious the user is calling a run script, not running an npm command named "dev"
* Update src/content/docs/pages/tutorials/build-an-api-with-pages-functions/index.mdx
---------
Co-authored-by: Kody Jackson <[email protected]>1 parent ea9605e commit 7dee639
File tree
1 file changed
+2
-1
lines changed- src/content/docs/pages/tutorials/build-an-api-with-pages-functions
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
| 39 | + | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
| |||
0 commit comments