Files
landscape-template/netlify.toml
2022-04-20 13:18:36 +03:00

8 lines
355 B
TOML

[build]
functions = "functions" # netlify-lambda builds to this folder AND Netlify reads functions from here
[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