mirror of
https://github.com/sveltejs/svelte.git
synced 2024-11-22 03:47:27 +01:00
fe8a9ce31d
Co-authored-by: Rich Harris <rich.harris@vercel.com> Co-authored-by: Simon Holthausen <simon.holthausen@vercel.com> Co-authored-by: Dominic Gannaway <dg@domgan.com>
6 lines
204 B
JSON
6 lines
204 B
JSON
{
|
|
"$schema": "http://openapi.vercel.sh/vercel.json",
|
|
"outputDirectory": "sites/svelte-5-preview/.vercel",
|
|
"buildCommand": "cd ../../ && pnpm build && (pnpm test-output || true) && pnpm preview-site"
|
|
}
|