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

Add example for [dev] block #44

Merged
merged 2 commits into from
Apr 2, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,9 @@ The number of project types which Netlify Dev can detect is growing, but if your

#sample dev block in the toml
[dev]
#TODO: what does this look like?

command = "yarn start" # Command to start your dev server
port = 3000 # Port that the dev server will be listening on
publish = "dist" # Folder with the static content for _redirect file
```

### Netlify Functions
Expand Down