mirror of
https://github.com/aljazceru/landscape-template.git
synced 2025-12-30 20:44:21 +01:00
11 lines
367 B
TOML
11 lines
367 B
TOML
|
|
|
|
[build]
|
|
functions = "api/functions" # netlify-lambda builds to this folder AND Netlify reads functions from here
|
|
|
|
[dev]
|
|
framework = "#static"
|
|
functions = "api/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
|
|
|
|
|