UNPKG
metadata-editor-core
Version:
latest (0.0.1)
0.0.1
Metadata Editor Core project Powered by Assyst
metadata-editor-core
/
firebase.json
16 lines
•
248 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{ "hosting": { "public":
"dist"
,
"rewrites"
: [ { "
source
":
"**"
,
"destination"
:
"/index.html"
} ], "ignore": [
"firebase.json"
,
"**/.*"
,
"**/node_modules/**"
] } }