I am not sure how to deploy my app. What should I set as the public directory when it is a node.js app with no index.html?--The project structure looks like this:.├── api│ ├── controllers│ ├── models│ ├── policies│ ├── responses│ └── services├── app.js├── assets│ ├── favicon.ico│ ├── images│ ├── js│ ├── robots.txt│ ├── styles│ └── templates├── firebase.json├── package.json└── views├── 403.jade├── 404.jade├── 500.jade├── about.jade├── homepage.jade├── layout.jade└── projects.jadeI tried using assets, views and root but I just get a "This file does not exist and there was no index.html" error.Thanks.
You received this message because you are subscribed to the Google Groups "Firebase Google Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to firebase-tal...@googlegroups.com.
To post to this group, send email to fireba...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/firebase-talk/16e8b0f7-0e63-4dec-9a6a-357667bb28e1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.