Skip to content

Commit 9794830

Browse files
committed
feat(config): add developmentApi environment
- Added developmentApi enum - For local Dart Frog API
1 parent 704c21a commit 9794830

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

lib/app/config/app_environment.dart

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
enum AppEnvironment {
2+
production,
3+
developmentInMemory,
4+
developmentApi, // New: For local Dart Frog API
5+
// Add other environments like staging, etc. as needed
6+
}

0 commit comments

Comments
 (0)