Skip to content

Commit dde5511

Browse files
committed
0.3.1
1 parent 7cb3632 commit dde5511

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

apps/web/vercel.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
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",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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",

0 commit comments

Comments
 (0)