Files
medusa-store/packages
Oli Juhl 5c60aad177 feat(medusa, utils): Allow object feature flags (#4701)
Feature flags can be set as follows:

**Environment variables**
```
MEDUSA_FF_ANALYTICS=true
MEDUSA_FF_WORKFLOWS=createProducts,addShippingMethods
```

**Project config**
```
{
  featureFlags: {
    analytics: true,
    workflows: {
      createProducts: true,
      addShippingMethods: true,
    }
  }
}
```
2023-08-07 09:38:25 +00:00
..
2023-07-27 13:19:14 +02:00
2023-07-11 20:38:52 +02:00
2023-02-14 17:27:43 +01:00
2023-04-04 18:35:27 +02:00
2023-07-27 17:13:39 +02:00