Files
pmc-funder-tool/netlify.toml
T
2026-05-11 22:27:54 -04:00

13 lines
191 B
TOML

[build]
command = "npm run build"
publish = "dist"
functions = "netlify/functions"
[functions]
node_bundler = "esbuild"
[dev]
framework = "vite"
targetPort = 5173
port = 8888