-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwrangler.jsonc
More file actions
30 lines (30 loc) · 822 Bytes
/
Copy pathwrangler.jsonc
File metadata and controls
30 lines (30 loc) · 822 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
29
30
{
"$schema": "./node_modules/wrangler/config-schema.json",
"name": "jolito",
"main": "src/worker/index.ts",
"compatibility_date": "2026-08-21",
"workers_dev": true,
"cache": {
"enabled": true,
},
"assets": {
"directory": "./dist",
"not_found_handling": "single-page-application",
"run_worker_first": ["/api/*"],
},
"routes": [
{
"pattern": "joli.to",
"custom_domain": true,
},
],
"send_email": [
{
"name": "SEND_EMAIL",
},
],
"vars": {
"SUPABASE_URL": "https://xwqjelkfdcfzyxxblvhp.supabase.co",
"SUPABASE_ANON_KEY": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6Inh3cWplbGtmZGNmenl4eGJsdmhwIiwicm9sZSI6ImFub24iLCJpYXQiOjE3ODc1Mzc2OTcsImV4cCI6MjEwMzExMzY5N30.cTfu8_OsfAuEBdwkpbfu1ftx9r0SJuUpqtoyMEmOTqw",
},
}