Skip to content

Commit ce4a148

Browse files
committed
build(firebase): update firebase config to publish static files with firebase hosting
1 parent 67051c7 commit ce4a148

3 files changed

Lines changed: 11 additions & 0 deletions

File tree

firebase.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@
55
],
66
"source": "functions"
77
},
8+
"hosting": {
9+
"public": "hosting",
10+
"ignore": [
11+
"firebase.json",
12+
"**/.*",
13+
"**/node_modules/**"
14+
]
15+
},
816
"firestore": {
917
"rules": "firestore.rules",
1018
"indexes": "firestore.indexes.json"

hosting/description.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# My Awesome E-Com Plus App
2+
3+
Somethings about my app and what it does...

hosting/icon.png

15.1 KB
Loading

0 commit comments

Comments
 (0)