Something like this: ``` / functions/ index.js thing.js ... etc /public index.ht

Something like this:
/
  functions/
    index.js
    thing.js
    ... etc
  /public
    index.html
    index.css
    ... etc
  package.json
Was this page helpful?