Files
claw-code/netlify.toml
2023-06-27 23:22:15 +08:00

17 lines
269 B
TOML
Executable File

[build.environment]
NODE_VERSION = "18"
NODE_OPTIONS = "--max_old_space_size=4096"
[build]
publish = "website/dist"
command = "pnpm run deploy"
[functions]
node_bundler = "esbuild"
[[redirects]]
from = "/play/*"
to = "/play/index.html"
status = 200