fix packages issue
Build & Deploy / Build & Push Docker Image (push) Failing after 22s
Build & Deploy / Deploy to VPS (push) Has been skipped
Test / Type Check (all packages) (push) Failing after 9m36s
Test / API Unit Tests (push) Has been skipped
Test / Homepage Unit Tests (push) Has been skipped
Test / Storefront Unit Tests (push) Has been skipped
Test / Admin Unit Tests (push) Has been skipped
Test / Dashboard Unit Tests (push) Has been skipped
Test / API Integration Tests (push) Has been skipped

This commit is contained in:
root
2026-06-27 22:55:24 -04:00
parent a48285ecc5
commit 59b58d02ea
9 changed files with 6521 additions and 1007 deletions
+13 -13
View File
@@ -20,27 +20,27 @@ export interface PricingCommercialConfig {
* included limits, onboarding policy, taxes, and annual billing terms.
*/
export const pricingCommercialConfig: PricingCommercialConfig = {
currency: 'USD',
currency: 'MAD',
annualDiscountPercent: null,
publicPricesApproved: false,
monthlyPrices: {
launch: {
small: null,
growing: null,
scale: null,
enterprise: null,
small: 50,
growing: 50,
scale: 50,
enterprise: 50,
},
growth: {
small: null,
growing: null,
scale: null,
enterprise: null,
small: 200,
growing: 200,
scale: 200,
enterprise: 200,
},
enterprise: {
small: null,
growing: null,
scale: null,
enterprise: null,
small: 500,
growing: 500,
scale: 500,
enterprise: 500,
},
},
recommendedPlanByFleetBand: {