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:
|
||
|---|---|---|
| .. | ||
| client-feature-toggle-read-model-type.ts | ||
| client-feature-toggle-read-model.ts | ||
| create-context.test.ts | ||
| create-context.ts | ||
| createFrontendApiService.ts | ||
| fake-client-feature-toggle-read-model.ts | ||
| frontend-api-controller.ts | ||
| frontend-api-repository.ts | ||
| frontend-api-service.test.ts | ||
| frontend-api-service.ts | ||
| frontend-api.concurrency.e2e.test.ts | ||
| frontend-api.e2e.test.ts | ||
| global-frontend-api-cache.test.ts | ||
| global-frontend-api-cache.ts | ||
| index.ts | ||
| proxy-repository.ts | ||