mirror of https://github.com/flutter/pinball.git
Merge pull request #18 from VGVentures/feat/firebase-hosting
feat: adding configs for firebase hostingpull/21/head
commit
bb2e314436
@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"hosting": {
|
||||||
|
"public": "build/web",
|
||||||
|
"ignore": [
|
||||||
|
"firebase.json",
|
||||||
|
"**/.*",
|
||||||
|
"**/node_modules/**"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in new issue