feat(firebase): try firebase actions

This commit is contained in:
svetlanaMuravlova
2021-08-31 16:03:45 +03:00
parent e1ec355041
commit dc0e6d985c
6 changed files with 181 additions and 0 deletions

16
firebase.json Normal file
View File

@@ -0,0 +1,16 @@
{
"hosting": {
"public": "./dist/apps/demo/",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "index.html"
}
]
}
}