Sign in
apache
/
beam
/
refs/heads/stacktrace-precommit-python
/
.
/
learning
/
tour-of-beam
/
frontend
/
firebase.json
blob: 66037326c171ff15c5c73bb30860864ed8381291 [
file
]
{
"hosting"
:
{
"public"
:
"build/web"
,
"ignore"
:
[
"firebase.json"
,
"**/.*"
,
"**/node_modules/**"
],
"rewrites"
:
[
{
"source"
:
"**"
,
"destination"
:
"/index.html"
}
]
}
}