v0.1.0:24 — Keysat licensing service end-to-end

Daemon, StartOS wrapper, admin SPA, public buy/thank-you pages,
discount codes, free-license redemption, Apply-discount UX,
self-licensing, and v0.1.0 release notes.
This commit is contained in:
Grant
2026-05-07 10:33:39 -05:00
parent 432250bffc
commit 6ac118ae70
90 changed files with 14896 additions and 524 deletions
+22
View File
@@ -5,8 +5,30 @@ javascript/
# Node
node_modules/
# Rust / Cargo
licensing-service/target/
licensing-service/Cargo.lock.bak
# macOS / editor cruft
.DS_Store
*.swp
.vscode/
.idea/
# Local backup / temp files
*.bak
*.tmp
*.ts.tmp
*.old-backup
# Env / secrets — never commit a real .env
.env
.env.local
.env.*.local
# Local SQLite DB if anyone runs the daemon out-of-tree
licensing-service/data/
*.db
*.db-journal
*.db-wal
*.db-shm