forked from izu/student-web-if-development-kit
16 lines
267 B
TOML
16 lines
267 B
TOML
[build]
|
|
command = "npm run build"
|
|
publish = "dist"
|
|
|
|
[build.environment]
|
|
NODE_VERSION = "22"
|
|
|
|
[functions]
|
|
directory = "netlify/functions"
|
|
node_bundler = "esbuild"
|
|
|
|
[[redirects]]
|
|
from = "/api/dashboard"
|
|
to = "/.netlify/functions/dashboard"
|
|
status = 200
|