Initial: Cloudflare Workers + D1 licensing server

This commit is contained in:
Jarvis Prime
2026-03-23 16:09:20 +00:00
commit ef5e27aece
5 changed files with 2147 additions and 0 deletions

8
wrangler.toml Normal file
View File

@@ -0,0 +1,8 @@
name = "cowl-licensing"
main = "src/index.js"
compatibility_date = "2024-01-01"
[[d1_databases]]
binding = "DB"
database_name = "cowl-licensing"
database_id = "TO_BE_FILLED"