Skip to content

Instantly share code, notes, and snippets.

@JulienHe
Created February 19, 2018 13:26
Show Gist options
  • Save JulienHe/4081ae0c1ce67ea25eede79a8d00b306 to your computer and use it in GitHub Desktop.
Save JulienHe/4081ae0c1ce67ea25eede79a8d00b306 to your computer and use it in GitHub Desktop.
{
"hosting": {
"public": "dist/public",
"rewrites": [
{
"source": "**/**",
"function": "app-next"
}
],
"predeploy": "yarn build-public"
},
"functions": {
"source": "dist/functions",
"predeploy":
"yarn build-funcs && yarn build-app && yarn copy-deps && yarn copy-routes && yarn install-deps"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment