mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-04-30 14:59:30 +08:00
8 lines
No EOL
217 B
TOML
8 lines
No EOL
217 B
TOML
[build]
|
|
command = "npx pnpm i --store=node_modules/.pnpm-store && npx pnpm build"
|
|
publish = "build"
|
|
[build.environment]
|
|
NPM_FLAGS = "--version"
|
|
AWS_LAMBDA_JS_RUNTIME = "nodejs16.x"
|
|
[functions]
|
|
node_bundler = "esbuild" |