···11+# example netlify.toml
22+[build]
33+ command = "npm run build"
44+ functions = "netlify/functions"
55+ publish = "dist"
66+77+ ## Uncomment to use this redirect for Single Page Applications like create-react-app.
88+ ## Not needed for static site generators.
99+ #[[redirects]]
1010+ # from = "/*"
1111+ # to = "/index.html"
1212+ # status = 200
1313+1414+ ## (optional) Settings for Netlify Dev
1515+ ## https://github.com/netlify/cli/blob/main/docs/netlify-dev.md#project-detection
1616+ #[dev]
1717+ # command = "yarn start" # Command to start your dev server
1818+ # port = 3000 # Port that the dev server will be listening on
1919+ # publish = "dist" # Folder with the static content for _redirect file
2020+2121+ ## more info on configuring this file: https://ntl.fyi/file-based-build-config