mirror of
https://github.com/selfxyz/self.git
synced 2026-04-27 03:01:15 -04:00
* fixes? * fix order * fix nokogiri build error * upgrade pkgs and lock * update podfile lock * fix resolutions * speed up installs * increase install speed * pr feedback * fix * only build for relevant webview paths * attempt to fix oom issue * actually fix * pr feedback * updaet package
12 lines
493 B
JSON
12 lines
493 B
JSON
{
|
|
"$schema": "https://openapi.vercel.sh/vercel.json",
|
|
"ignoreCommand": "git diff HEAD^ HEAD --quiet -- . ../../common ../../packages/mobile-sdk-alpha ../../packages/webview-bridge",
|
|
"buildCommand": "yarn workspace @selfxyz/common build && yarn workspace @selfxyz/mobile-sdk-alpha build:ts-only && yarn workspace @selfxyz/webview-bridge build && yarn workspace @selfxyz/webview-app run build",
|
|
"rewrites": [
|
|
{
|
|
"source": "/(.*)",
|
|
"destination": "/index.html"
|
|
}
|
|
]
|
|
}
|