Files
web2app/.env.example
shumengya b69dfc4813 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>
2026-05-29 13:30:16 +08:00

12 lines
320 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 本地开发:复制为 .dev.varsWrangler 自动加载,勿提交)
# cp .env.example .dev.vars
#
# 生产部署:敏感项用 wrangler secret put
# wrangler secret put GITHUB_TOKEN
GITHUB_TOKEN=ghp_your_personal_access_token
GITHUB_OWNER=shumengya
GITHUB_REPO=Web2App
DEFAULT_BRANCH=main
MAX_UPLOAD_MB=50