Sign in
fuchsia
/
fuchsia
/
ce931e090d0c54030a80397bd24f217132983794
/
.
/
peridot
/
web
/
cloud_dashboard
/
firebase.json
blob: c26470b41aacd94e8504257f7e762fa9513eaba5 [
file
] [
log
] [
blame
]
{
"hosting"
:
{
"public"
:
"dist/cloud_dashboard"
,
"rewrites"
:
[
{
"source"
:
"**"
,
"destination"
:
"/index.html"
}
]
}
}