We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent beccbd0 commit 2cb658fCopy full SHA for 2cb658f
3 files changed
.firebaserc
@@ -1,5 +1,5 @@
1
{
2
"projects": {
3
- "default": "YOUR_FIREBASE_PROJECT_ID"
+ "default": "splitllm-af10e"
4
}
5
.github/workflows/deploy.yml
@@ -31,7 +31,6 @@ jobs:
31
flutter build web \
32
--release \
33
--dart-define=API_BASE_URL=${{ secrets.API_BASE_URL }} \
34
- --web-renderer html \
35
--tree-shake-icons
36
37
- name: Deploy to Firebase Hosting
.gitignore
@@ -32,6 +32,7 @@ migrate_working_dir/
pubspec.lock
# Web related
+.firebase
# Symbolication related
38
app.*.symbols
0 commit comments