Express-jade ファイルを使用した基本的なノード js アプリがあります。Firebase a/c にデプロイしたかったのです。firebase deploy コマンドを使用すると、次のようになります。
Preparing to deploy Public Directory...
Public Directory Warning - Public directory does not contain an index.html
正直なところ、私は jade ファイルを使用しているため、index.html ファイルを持っていません。私はクライアント側関連項目の初心者ですので、どんな助けでも大歓迎です。
私の fiebase.json ファイルは次のようになります。
{
"firebase": "torrid-heat-237",
"public": "./findUrTalentsAdmin-master",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
]
}