Created
February 19, 2018 13:26
-
-
Save JulienHe/4081ae0c1ce67ea25eede79a8d00b306 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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