Skip to content

Commit 46a3169

Browse files
chore: format
1 parent 56d77ba commit 46a3169

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

firebase/firebase.json

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,13 @@
55
},
66
"hosting": {
77
"public": "public",
8-
"ignore": [
9-
"firebase.json",
10-
"**/.*"
11-
],
12-
"rewrites": [{
13-
"source": "**",
14-
"function": "remix"
15-
}]
8+
"ignore": ["firebase.json", "**/.*"],
9+
"rewrites": [
10+
{
11+
"source": "**",
12+
"function": "remix"
13+
}
14+
]
1615
},
1716
"emulators": {
1817
"functions": {

0 commit comments

Comments
 (0)