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 03656b7 commit b36e858Copy full SHA for b36e858
vercel.json
@@ -0,0 +1,15 @@
1
+{
2
+ "buildCommand": "npm install && npx bob build && cd example && npm install && npx expo export --platform web",
3
+ "outputDirectory": "example/dist",
4
+ "devCommand": "cd example && npx expo start --web",
5
+ "installCommand": "npm install",
6
+ "cleanUrls": true,
7
+ "trailingSlash": false,
8
+ "rewrites": [
9
+ {
10
+ "source": "/(.*)",
11
+ "destination": "/index.html"
12
+ }
13
+ ]
14
+}
15
+
0 commit comments