mirror of
https://github.com/Xevion/the-office.git
synced 2026-01-31 06:26:18 -06:00
Add Cloud Functions & Hosting rewrite for hello-world
This commit is contained in:
@@ -10,7 +10,17 @@
|
||||
{
|
||||
"source": "**",
|
||||
"destination": "/index.html"
|
||||
},
|
||||
{
|
||||
"source": "/hello-world/",
|
||||
"function": "helloWorld"
|
||||
}
|
||||
]
|
||||
},
|
||||
"functions": {
|
||||
"predeploy": [
|
||||
"npm --prefix \"$RESOURCE_DIR\" run lint",
|
||||
"npm --prefix \"$RESOURCE_DIR\" run build"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user