استكمال قرار 2026-07-27 (كوميت fff76c9 أرشف الباك إند):
apps/rider → apps/rider-archive-cubit
apps/driver → apps/driver-archive-cubit
dashboards/admin-web → dashboards/admin-web-archive
dashboards/service-web → dashboards/service-web-archive
إعادة تسمية بلا تعديل محتوى. rider/driver كانا إعادة بناء Cubit مبنية على
عقد NestJS المؤرشف. admin-web و service-web نموذجان بملف HTML واحد (164 و
128 سطراً) — يحلّ محلهما siro_admin و siro_service المكتملان.
يُحمل من المؤرشف ولا يُعاد اكتشافه: عقد map-saas المثبَّت بالتجربة في
apps/rider-archive-cubit/lib/core/api/ (x-api-key ترويسة، reverse مصفوفة،
route في points) ودرس مسار FCM.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
30 lines
727 B
JSON
Executable File
30 lines
727 B
JSON
Executable File
{
|
|
"name": "functions",
|
|
"description": "Cloud Functions for Firebase",
|
|
"scripts": {
|
|
"lint": "eslint .",
|
|
"serve": "firebase emulators:start --only functions",
|
|
"shell": "firebase functions:shell",
|
|
"start": "npm run shell",
|
|
"deploy": "firebase deploy --only functions",
|
|
"logs": "firebase functions:log"
|
|
},
|
|
"engines": {
|
|
"node": "18"
|
|
},
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"agora-access-token": "^2.0.4",
|
|
"express": "^4.18.2",
|
|
"firebase": "^10.6.0",
|
|
"firebase-admin": "^11.8.0",
|
|
"firebase-functions": "^4.7.0"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^8.15.0",
|
|
"eslint-config-google": "^0.14.0",
|
|
"firebase-functions-test": "^3.1.0"
|
|
},
|
|
"private": true
|
|
}
|