Spaces:
Runtime error
Runtime error
| { | |
| "functions": [ | |
| { | |
| "source": "functions", | |
| "codebase": "default", | |
| "ignore": [ | |
| "venv", | |
| ".git", | |
| "firebase-debug.log", | |
| "firebase-debug.*.log" | |
| ] | |
| } | |
| ], | |
| "emulators": { | |
| "functions": { | |
| "port": 5001 | |
| }, | |
| "ui": { | |
| "enabled": true | |
| }, | |
| "singleProjectMode": true | |
| } | |
| } | |