mirror of
https://github.com/rjNemo/vf-site
synced 2026-06-11 19:46:40 +00:00
8 lines
238 B
TOML
8 lines
238 B
TOML
[build]
|
|
# Use pnpm via Corepack and build Astro to static `dist/`.
|
|
command = "corepack enable && pnpm install --frozen-lockfile && pnpm build"
|
|
publish = "dist"
|
|
|
|
[build.environment]
|
|
# Ensure Node 24 for Astro/Tailwind.
|
|
NODE_VERSION = "24"
|