Files
oott/push_relay/firebase.json
T

8 lines
133 B
JSON
Raw Normal View History

{
"functions": {
"source": ".",
"runtime": "nodejs22",
"predeploy": ["npm --prefix \"$RESOURCE_DIR\" run build"]
}
}