Skip to content

Instantly share code, notes, and snippets.

@jonathontoon
Created September 29, 2019 10:15
Show Gist options
  • Save jonathontoon/70c4fb920035c902bc3f3499e15be667 to your computer and use it in GitHub Desktop.
Save jonathontoon/70c4fb920035c902bc3f3499e15be667 to your computer and use it in GitHub Desktop.
{
"version": 2,
"name": "peershare-app",
"builds": [
{
"src": "src/client/dist/*",
"use": "@now/static"
},
{
"src": "src/index.js",
"use": "@now/node"
}
],
"routes": [
{
"src": "static/(.*)",
"dest": "src/client/dist/$1"
},
{
"src": "/(.*)",
"dest": "src/index.js"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment