Commit e9f0b52
fix: comment out D1 binding until database is created
The D1 AUTH_DB binding causes deploy failure when the database
doesn't exist yet. Code already handles AUTH_DB being undefined
(falls back to legacy token auth). Uncomment after running:
wrangler d1 create md-auth
wrangler d1 execute AUTH_DB --file=schema.sql
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 860639e commit e9f0b52
1 file changed
+7
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
0 commit comments