We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b36e858 commit ef190dfCopy full SHA for ef190df
.gitignore
@@ -68,3 +68,4 @@ android/keystores/debug.keystore
68
69
# generated by bob
70
lib/
71
+.vercel
.npmrc
@@ -1,2 +1 @@
1
-engine-strict=false
2
-fund=false
+registry=https://registry.npmjs.org/
example/.gitignore
@@ -21,3 +21,4 @@ web-build/
21
# Environment
22
.env
23
.env.local
24
example/vercel.json
@@ -2,7 +2,6 @@
"buildCommand": "npm install && npx expo export --platform web",
3
"outputDirectory": "dist",
4
"devCommand": "npx expo start --web",
5
- "installCommand": "cd .. && npm install && npx bob build && cd example && npm install",
6
"cleanUrls": true,
7
"trailingSlash": false,
8
"rewrites": [
0 commit comments