Skip to content

Commit 5a45f60

Browse files
authored
fix: Adds rewrites section. (#79)
1 parent b72d240 commit 5a45f60

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

firebase.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,11 @@
66
"**/.*",
77
"**/node_modules/**"
88
]
9-
}
9+
},
10+
"rewrites": [
11+
{
12+
"source": "/samples/**/index.js",
13+
"destination": "/samples/**/app/dist/index-*.js"
14+
}
15+
]
1016
}

0 commit comments

Comments
 (0)