Skip to content

Instantly share code, notes, and snippets.

@c10r
Created April 3, 2021 00:14
Show Gist options
  • Save c10r/bbe57428a6b8fd40b7577a9154be75f7 to your computer and use it in GitHub Desktop.
Save c10r/bbe57428a6b8fd40b7577a9154be75f7 to your computer and use it in GitHub Desktop.
An example of Kotlin/JS deployed with Firebase hosting
{
"hosting": {
"site": "paintmix",
"public": "build/distributions/",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment