File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 "framework" : " sveltekit-1" ,
44 "regions" : [" sin1" ],
55 "installCommand" : " corepack enable && corepack prepare pnpm@11.20.0 --activate && pnpm -C ../.. install --frozen-lockfile" ,
6- "buildCommand" : " vp build . " ,
7- "devCommand" : " vp dev . -- --port $PORT" ,
6+ "buildCommand" : " cd ../.. && vp -C apps/web build " ,
7+ "devCommand" : " cd ../.. && vp -C apps/web dev -- --port $PORT" ,
88 "headers" : [
99 {
1010 "source" : " /sw.js" ,
Original file line number Diff line number Diff line change 77 "scripts" : {
88 "dev" : " vp -C apps/web dev" ,
99 "build" : " vp -C apps/web build" ,
10- "prepare" : " vp config && node --experimental-strip-types apps/web/scripts/emit-profile-artifacts.ts && (cd apps/web && svelte-kit sync || echo '')"
10+ "prepare" : " vp config && node --experimental-strip-types apps/web/scripts/emit-profile-artifacts.ts && (cd apps/web && svelte-kit sync || echo '') && ln -sfn apps/web/.svelte-kit .svelte-kit "
1111 },
1212 "devDependencies" : {
1313 "@resvg/resvg-js" : " ^2.6.2" ,
You can’t perform that action at this time.
0 commit comments