Skip to content

Instantly share code, notes, and snippets.

@ArnaudBuchholz
Created April 6, 2020 13:23
Show Gist options
  • Save ArnaudBuchholz/7b734dad171c3837c40cde26486b4464 to your computer and use it in GitHub Desktop.
Save ArnaudBuchholz/7b734dad171c3837c40cde26486b4464 to your computer and use it in GitHub Desktop.
{
"port": 8080,
"mappings": [{
"match": "^/$",
"file": "./webapp/static.html"
}, {
"match": "^/(.*)",
"file": "./webapp/$1"
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment