mirror of
https://github.com/aljazceru/landscape-template.git
synced 2025-12-30 12:34:19 +01:00
9 lines
465 B
TOML
9 lines
465 B
TOML
[build]
|
|
functions = "functions" # 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
|
|
|
|
[dev]
|
|
framework = "#static"
|
|
functions = "functions" # 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
|