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:
|
||
|---|---|---|
| .. | ||
| feature-evaluator | ||
| advanced-playground.test.ts | ||
| clean-context.test.ts | ||
| clean-context.ts | ||
| createPlaygroundService.ts | ||
| generateObjectCombinations.test.ts | ||
| generateObjectCombinations.ts | ||
| offline-unleash-client.test.ts | ||
| offline-unleash-client.ts | ||
| playground-api.e2e.test.ts | ||
| playground-service.ts | ||
| playground-view-model.test.ts | ||
| playground-view-model.ts | ||
| playground.test.ts | ||
| playground.ts | ||
| validateQueryComplexity.test.ts | ||
| validateQueryComplexity.ts | ||