-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwrangler.toml
More file actions
28 lines (23 loc) · 785 Bytes
/
Copy pathwrangler.toml
File metadata and controls
28 lines (23 loc) · 785 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#:schema node_modules/wrangler/config-schema.json
name = "collegepredictor"
compatibility_date = "2024-04-03"
compatibility_flags = ["nodejs_compat"]
pages_build_output_dir = ".vercel/output/static"
[[d1_databases]]
binding = "collegepredictor_db"
database_name = "your-d1-database-name"
database_id = "your-d1-database-id"
[env.production]
compatibility_date = "2024-04-03"
compatibility_flags = ["nodejs_compat"]
[[env.production.d1_databases]]
binding = "collegepredictor_db"
database_name = "your-d1-database-name"
database_id = "your-d1-database-id"
[env.preview]
compatibility_date = "2024-04-03"
compatibility_flags = ["nodejs_compat"]
[[env.preview.d1_databases]]
binding = "collegepredictor_db"
database_name = "your-d1-database-name"
database_id = "your-d1-database-id"