웹 테스트용 기본 환경 파일 추가

This commit is contained in:
JiWoong Sul
2025-09-22 20:33:35 +09:00
parent 7ddafdc600
commit 2106d13b12
3 changed files with 16 additions and 0 deletions

1
.gitignore vendored
View File

@@ -47,3 +47,4 @@ app.*.map.json
# Env files
.env.*
!.env.*.example
!assets/.env.*

12
assets/.env.development Normal file
View File

@@ -0,0 +1,12 @@
API_BASE_URL=http://localhost:8080
FEATURE_VENDORS_ENABLED=true
FEATURE_PRODUCTS_ENABLED=true
FEATURE_WAREHOUSES_ENABLED=true
FEATURE_CUSTOMERS_ENABLED=true
FEATURE_USERS_ENABLED=false
FEATURE_GROUPS_ENABLED=false
FEATURE_MENUS_ENABLED=false
FEATURE_GROUP_PERMISSIONS_ENABLED=false
FEATURE_APPROVALS_ENABLED=false
FEATURE_ZIPCODE_SEARCH_ENABLED=false

View File

@@ -69,6 +69,9 @@ flutter:
# the material Icons class.
uses-material-design: true
assets:
- assets/.env.development
# To add assets to your application, add an assets section, like this:
# assets:
# - images/a_dot_burr.jpeg