1
mirror of https://github.com/importantimport/urara.git synced 2024-09-07 16:02:40 +08:00
urara/netlify.toml
2024-02-10 17:56:31 +08:00

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"