Files
moeka-project/netlify.toml
T

12 lines
152 B
TOML
Executable File

[build]
publish = "dist"
command = "pnpm run build"
[build.environment]
NODE_VERSION = "22"
[[redirects]]
from = "/*"
to = "/index.html"
status = 200