-
Notifications
You must be signed in to change notification settings - Fork 134
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update docs for CRAL with netlify dev (#30)
update docs for CRAL with netlify dev
- Loading branch information
Showing
6 changed files
with
712 additions
and
13,654 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
[build] | ||
command = "yarn build" | ||
functions = "built-lambda" | ||
publish = "build" | ||
command = "yarn build" # the command you run to build this file | ||
functions = "built-lambda" # netlify-lambda builds to this folder AND Netlify reads functions from here | ||
publish = "build" # create-react-app builds to this folder, Netlify should serve all these files statically |
Oops, something went wrong.