Prechádzať zdrojové kódy

fix: added .env to assets

Fela Maslen 4 rokov pred
rodič
commit
05df460468
2 zmenil súbory, kde vykonal 2 pridanie a 1 odobranie
  1. 1 1
      gmus-mobile/.env.example
  2. 1 0
      gmus-mobile/pubspec.yaml

+ 1 - 1
gmus-mobile/.env.example

@@ -1,2 +1,2 @@
 DART_ENV=development
-API_URL=https://10.0.2.2:3003
+API_URL=10.0.2.2:3003

+ 1 - 0
gmus-mobile/pubspec.yaml

@@ -44,6 +44,7 @@ flutter:
 
   assets:
     - assets/icon/icon.png
+    - .env
 
   # An image asset can refer to one or more resolution-specific "variants", see
   # https://flutter.dev/assets-and-images/#resolution-aware.