1234567891011121314151617181920 |
- {
- "functions": [
- {
- "source": "functions",
- "codebase": "default",
- "ignore": [
- "node_modules",
- ".git",
- "firebase-debug.log",
- "firebase-debug.*.log"
- ],
- "predeploy": [
- "npm --prefix \"$RESOURCE_DIR\" run lint"
- ]
- }
- ],
- "remoteconfig": {
- "template": "remoteconfig.template.json"
- }
- }
|