Logistics¶
Purpose¶
Rural logistics operations site.
Source directory¶
apps/logistics-web/ — src/ only (no worker/ directory - pure static assets).
Framework¶
React 18 + TypeScript + Vite.
Commands¶
Output¶
apps/logistics-web/dist/.
Deployment mechanism¶
Cloudflare Worker Static Assets only (no run_worker_first), name akshaya-logistics.
wrangler deploy --config apps/logistics-web/wrangler.jsonc. Domain:
logistics.akshayagroupglobal.com.
Environment variables¶
None currently read from import.meta.env in this app's source.
Related domain¶
logistics.akshayagroupglobal.com
Dependencies on shared packages¶
@akshaya/ui, @akshaya/shared.
Related API endpoints¶
/api/logistics/shipments on the central API Worker (api.akshayagroupglobal.com).
Troubleshooting¶
Pure static-asset app - see Cloudflare → Static Assets and Cloudflare → Troubleshooting for the shared class of issues (SPA fallback routing, stale edge cache after deploy).