Skip to content

Commit

Permalink
update firebase.json to remove functions dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
angelp03 committed Nov 8, 2024
1 parent 59c37f5 commit 1cb69e2
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,5 @@
},
"database": {
"rules": "database.rules.json"
},
"functions": [
{
"source": "functions",
"codebase": "default",
"ignore": [
"node_modules",
".git",
"firebase-debug.log",
"firebase-debug.*.log",
"*.local"
]
}
]
}
}

0 comments on commit 1cb69e2

Please sign in to comment.