We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8360f7 commit dd99242Copy full SHA for dd99242
4 files changed
.env.example
.github/workflows/deploy.yml
@@ -50,6 +50,8 @@ jobs:
50
51
- name: Build all packages
52
run: pnpm run build
53
+ env:
54
+ VITE_API_URL: ${{ secrets.VITE_API_URL }}
55
56
- name: Create D1 database (remote)
57
working-directory: apps/api
apps/web/.env.local
wrangler.toml.example
@@ -14,3 +14,6 @@ enabled = true
14
binding = "DB"
15
database_name = "tabitabi"
16
database_id = "PLACEHOLDER_DATABASE_ID"
17
+
18
+[env.production]
19
+VITE_API_URL = "https://tabitabi-api.soranjiro.workers.dev/api/v1"
0 commit comments