feat: migrate to Cloudflare Workers with icon and version upload
Replace Express/SQLite and web/ with frontend/, worker/, and wrangler deploy. Add optional app icon upload, date-based app_version, and build-app workflow input. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
1
worker/migrations/0002_add_version.sql
Normal file
1
worker/migrations/0002_add_version.sql
Normal file
@@ -0,0 +1 @@
|
||||
ALTER TABLE builds ADD COLUMN app_version TEXT NOT NULL DEFAULT '1.0.0';
|
||||
Reference in New Issue
Block a user