Files
react-test/netlify.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
292 B
TOML
Raw Normal View History

2025-12-12 14:26:25 +09:00
[build]
# The deploy-ready HTML files and assets generated by the build.
publish = "docs/export/"
# Build command.
command = "pnpm docs:build"
[build.environment]
NODE_VERSION = "22.18"
PNPM_FLAGS = "--frozen-lockfile"
# [[plugins]]
# package = "@mui/internal-netlify-cache"