Commit f2e6d0b
authored
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"1 parent 6d63498 commit f2e6d0b
File tree
1 file changed
+1
-1
lines changed- src/content/docs/pages/tutorials/build-an-api-with-pages-functions
1 file changed
+1
-1
lines changedLines changed: 1 addition & 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 | | |
| |||
0 commit comments