golem-flask-backend / netlify.toml
mememechez's picture
Deploy final cleaned source code
ca28016
raw
history blame
221 Bytes
[build]
command = "npm run build"
publish = ".next"
node_version = "20"
[build.environment]
NEXT_TELEMETRY_DISABLED = "1"
[functions]
node_bundler = "esbuild"
[[plugins]]
package = "@netlify/plugin-nextjs"