Add Iran offline deploy: Mac bundle + prebuilt Docker image.

Fix pnpm workspace error during prisma generate, and add bundle-for-iran.sh
so the app is built on Mac (full internet) and the server only copies artifacts.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Ali Taghavi
2026-05-19 01:08:17 +03:30
parent a352d4e823
commit b7fdae8967
10 changed files with 374 additions and 24 deletions

View File

@@ -44,7 +44,8 @@
"@tiptap/extension-character-count": "^2.11.0"
},
"pnpm": {
"onlyBuiltDependencies": ["@parcel/watcher", "@swc/core"]
"onlyBuiltDependencies": ["@parcel/watcher", "@swc/core"],
"ignoredBuiltDependencies": ["sharp", "unrs-resolver"]
},
"devDependencies": {
"@tailwindcss/postcss": "^4",