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:
8
.gitignore
vendored
8
.gitignore
vendored
@@ -1,12 +1,14 @@
|
||||
node_modules/
|
||||
web/dist/
|
||||
server/dist/
|
||||
frontend/dist/
|
||||
!frontend/dist/index.html
|
||||
uploads/
|
||||
data/
|
||||
.env
|
||||
.dev.vars
|
||||
*.db
|
||||
*.db-journal
|
||||
.DS_Store
|
||||
.wrangler/
|
||||
target/
|
||||
template/dist/*
|
||||
!template/dist/index.html
|
||||
!template/dist/index.html
|
||||
|
||||
Reference in New Issue
Block a user