public
imalexnord
read
Slot
Calendar-first scheduling powered by Cloudflare Workers and Google Calendar.
Languages
Repository composition by tracked source files.
TypeScript
79%
CSS
19%
SQL
2%
HTML
0%
Create file
Wiki Documentation
Clone
https://nobgit.com/user/imalexnord/slot.git
ssh://[email protected]:2222/user/imalexnord/slot.git
Trace
wrangler.jsonc
Trace helps you understand code history line by line. See who changed each line, when it changed, and which commit introduced it.
Author
Date
Commit
Line
Code
1
{
2
"$schema": "./node_modules/wrangler/config-schema.json",
3
"name": "slot",
4
"main": "./worker/index.ts",
5
"compatibility_date": "2026-07-25",
6
"assets": {
7
"not_found_handling": "single-page-application",
8
"run_worker_first": [
9
"/api/*",
10
"/auth/*"
11
]
12
},
13
"d1_databases": [
14
{
15
"binding": "DB",
16
"database_name": "slot-db",
17
"migrations_dir": "migrations",
18
"database_id": "0b786b3a-fac1-4e26-b1b5-1c994ed4026e"
19
}
20
]
21
}