Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2ad9deb

Browse filesBrowse files
committed
Create Netlify build instructions
Add a netlify.toml file, so that Netlify knows how to build our application, where to find our functions, and which directory to upload to its CDN.
1 parent 2d87e88 commit 2ad9deb
Copy full SHA for 2ad9deb

File tree

Expand file treeCollapse file tree

1 file changed

+4
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-0
lines changed

‎netlify.toml

Copy file name to clipboard
+4Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[build]
2+
functions = "functions"
3+
publish = "public"
4+
command = "npm run build"

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.