Geen omschrijving
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

firebase.json 372B

1234567891011121314151617181920
  1. {
  2. "functions": [
  3. {
  4. "source": "functions",
  5. "codebase": "default",
  6. "ignore": [
  7. "node_modules",
  8. ".git",
  9. "firebase-debug.log",
  10. "firebase-debug.*.log"
  11. ],
  12. "predeploy": [
  13. "npm --prefix \"$RESOURCE_DIR\" run lint"
  14. ]
  15. }
  16. ],
  17. "remoteconfig": {
  18. "template": "remoteconfig.template.json"
  19. }
  20. }