manifold/firebase.json
2022-01-16 01:59:05 -05:00

7 lines
112 B
JSON

{
"functions": {
"predeploy": "npm --prefix \"$RESOURCE_DIR\" run build",
"runtime": "nodejs12"
}
}