• This project
    • Loading...
  • Sign in

flutter_package / modal_bottom_sheet

Go to a project
Toggle navigation
  • Projects
  • Groups
  • Snippets
  • Help
Toggle navigation pinning
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • modal_bottom_sheet
  • sheet
  • example
  • firebase.json
  • ci: improve github workflows (#265) · 49660603 ...
    49660603 Browse Files
    * ci: improve github workflows
    
    * fix: rename file
    
    * fix: add firebase deploy
    
    * fix: only deploy web on merge main
    
    * fix: update names
    
    * fix: trigger typo
    Jaime Blasco authored 2022-09-07 12:32:14 +0200
firebase.json 239 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
{
  "hosting": {
    "public": "build/web",
    "ignore": [
      "firebase.json",
      "**/.*",
      "**/node_modules/**"
    ],
    "rewrites": [
      {
        "source": "**",
        "destination": "/index.html"
      }
    ]
  }
}