Skip to content

Commit

Permalink
[docs] Remove "watch" from DEVELOPING_A_RUNTIME.md (vercel#8391)
Browse files Browse the repository at this point in the history
Remove "watch" from `DEVELOPING_A_RUNTIME.md`

`vercel dev` no longer utilizes the `watch` field, so let's not document it here.
  • Loading branch information
TooTallNate authored Aug 13, 2022
1 parent 5273279 commit 4e7138f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions DEVELOPING_A_RUNTIME.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,6 @@ export async function build(options: BuildOptions) {
const lambda = createLambda(/**/);
return {
output: lambda,
watch: [
// Dependent files to trigger a rebuild in `vercel dev` go here…
],
routes: [
// If your Runtime needs to define additional routing, define it here…
],
Expand Down

0 comments on commit 4e7138f

Please sign in to comment.