Skip to content
This repository was archived by the owner on Sep 12, 2019. It is now read-only.

Commit 83b2536

Browse files
authored
Merge pull request #44 from netlify/dev-block-docs
Add example for [dev] block
2 parents 10f91e3 + 91c09dd commit 83b2536

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,9 @@ The number of project types which Netlify Dev can detect is growing, but if your
9191
9292
#sample dev block in the toml
9393
[dev]
94-
#TODO: what does this look like?
95-
94+
command = "yarn start" # Command to start your dev server
95+
port = 3000 # Port that the dev server will be listening on
96+
publish = "dist" # Folder with the static content for _redirect file
9697
```
9798
9899
### Netlify Functions

0 commit comments

Comments
 (0)