mirror of
https://github.com/Unleash/unleash.git
synced 2025-11-10 01:19:53 +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:
|
||
|---|---|---|
| .. | ||
| calculate-stage-durations.test.ts | ||
| calculate-stage-durations.ts | ||
| createFeatureLifecycle.ts | ||
| fake-feature-lifecycle-read-model.ts | ||
| fake-feature-lifecycle-store.ts | ||
| feature-lifecycle-controller.ts | ||
| feature-lifecycle-count-controller.ts | ||
| feature-lifecycle-read-model-type.ts | ||
| feature-lifecycle-read-model.test.ts | ||
| feature-lifecycle-read-model.ts | ||
| feature-lifecycle-service.test.ts | ||
| feature-lifecycle-service.ts | ||
| feature-lifecycle-store-type.ts | ||
| feature-lifecycle-store.ts | ||
| feature-lifecycle.e2e.test.ts | ||
| get-current-stage.test.ts | ||
| get-current-stage.ts | ||