Files
moeka-project/apps/moonshine-web/netlify.toml
T

20 lines
310 B
TOML
Executable File

[build]
base = "/"
command = "pnpm -F @proj-airi/moonshine-web... run build"
publish = "/apps/moonshine-web/dist"
[build.environment]
NODE_VERSION = "23"
[[redirects]]
from = "/assets/*"
to = "/assets/:splat"
status = 200
force = true
[[redirects]]
from = "/*"
to = "/index.html"
status = 200
force = false