Created
April 3, 2021 00:14
-
-
Save c10r/bbe57428a6b8fd40b7577a9154be75f7 to your computer and use it in GitHub Desktop.
An example of Kotlin/JS deployed with Firebase hosting
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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