Files
moeka-project/packages/ui-transitions/netlify.toml
T
2025-03-06 01:52:01 +08:00

14 lines
245 B
TOML
Executable File

[build]
base = "/"
command = "pnpm -F @proj-airi/ui-transitions... run build"
publish = "/packages/ui-transitions/playground/dist"
[build.environment]
NODE_VERSION = "23"
[[redirects]]
from = "/*"
to = "/index.html"
status = 200
force = false