I have a base node js application using jQuery-jade files. I wanted to deploy it on my firebase a / c. When I use the firebase deployment command, I keep getting:
Preparing to deploy Public Directory...
Public Directory Warning - Public directory does not contain an index.html
And to be honest, I don't have an index.html coz file. I use jade files. I am new to issues related to the client side, so any help would be appreciated.
This is what my fiebase.json file looks like:
{
"firebase": "torrid-heat-237",
"public": "./findUrTalentsAdmin-master",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
]
}
Sagar source
share