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

Commit 29aa605

Browse files
authored
Add example for [dev] block
1 parent f8319bb commit 29aa605

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+
cmd = "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)