-
-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathfirebase.json
More file actions
31 lines (31 loc) · 577 Bytes
/
Copy pathfirebase.json
File metadata and controls
31 lines (31 loc) · 577 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"functions": [
{
"source": "dist/apps/genkit",
"codebase": "default",
"ignore": [
"node_modules",
".git",
"package-lock.json",
"pnpm-lock.yaml",
"yarn.lock",
"bun.lockb",
"firebase-debug.log",
"firebase-debug.*.log"
],
"predeploy": [
"pnpm nx run genkit:build",
"echo 'Functions built successfully.'"
]
}
],
"emulators": {
"functions": {
"port": 5001
},
"ui": {
"enabled": true
},
"singleProjectMode": true
}
}