Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jthegedus/92af42f47091f4999e5c60d4a93516ee to your computer and use it in GitHub Desktop.
Save jthegedus/92af42f47091f4999e5c60d4a93516ee to your computer and use it in GitHub Desktop.
+- dist/ # compiled code
| |
| +- index.js # CF entrypoint, defined by pkg.json "main" field
| +- index.js.map # maps compiled to raw source in ../src/
+- node_modules/ # ignored by firebase-tools on upload
+- src/ # raw source code to compile
| |
| +- index.<ext> # entrypoint to compile
+- <config file> # config file depending on the tool
+- .firebaserc # firebase project identification config
+- firebase.json # folder to deploy (this folder)
+- package.json # deps, entrypoint (main field) & npm scripts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment