mirror of
https://github.com/Unleash/unleash.git
synced 2025-10-27 11:02:16 +01:00
**BREAKING CHANGE**: DEFAULT_ENV changed from `default` (should not be
used anymore) to `development`
## About the changes
- Only delete default env if the install is fresh new.
- Consider development the new default. The main consequence of this
change is that the default is no longer considered `type=production`
environment but also for frontend tokens due to this assumption:
|
||
|---|---|---|
| .. | ||
| createDependentFeaturesService.ts | ||
| dependent-features-controller.ts | ||
| dependent-features-read-model-type.ts | ||
| dependent-features-read-model.ts | ||
| dependent-features-service.ts | ||
| dependent-features-store-type.ts | ||
| dependent-features-store.ts | ||
| dependent-features.ts | ||
| dependent.features.e2e.test.ts | ||
| fake-dependent-features-read-model.ts | ||
| fake-dependent-features-store.ts | ||