Skip to content

Commit

Permalink
Merge pull request #55 from koji-1009/feat/flutter_hosting
Browse files Browse the repository at this point in the history
feat: enable webframeworks
  • Loading branch information
koji-1009 authored Dec 31, 2023
2 parents 4c5254b + 96a1856 commit 6e1d556
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,5 @@ jobs:
repoToken: "${{ secrets.GITHUB_TOKEN }}"
projectId: default
channelId: live
env:
FIREBASE_CLI_EXPERIMENTS: webframeworks
2 changes: 2 additions & 0 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,5 @@ jobs:
firebaseServiceAccount: "${{ secrets.FIREBASE_SERVICE_ACCOUNT }}"
repoToken: "${{ secrets.GITHUB_TOKEN }}"
projectId: default
env:
FIREBASE_CLI_EXPERIMENTS: webframeworks
11 changes: 4 additions & 7 deletions firebase.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
{
"hosting": {
"public": "build/web",
"source": ".",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
"frameworksBackend": {
"region": "asia-east1"
}
}
}

0 comments on commit 6e1d556

Please sign in to comment.