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>
14 lines
241 B
JSON
14 lines
241 B
JSON
{
|
|
"name": "web2app-worker",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"fflate": "^0.8.2",
|
|
"nanoid": "^5.0.9"
|
|
},
|
|
"devDependencies": {
|
|
"@cloudflare/workers-types": "^4.20241127.0"
|
|
}
|
|
}
|