1
mirror of https://github.com/interstellar750/hexo_s synced 2024-10-18 08:13:51 +08:00
hexo_s/netlify.toml

8 lines
181 B
TOML

[build]
command = "npx pnpm i --store=node_modules/.pnpm-store && npx pnpm build"
publish = "build"
[build.environment]
NPM_FLAGS = "--version"
[functions]
node_bundler = "esbuild"