Skip to content

Instantly share code, notes, and snippets.

@PaulSec
Created March 30, 2020 06:58
Show Gist options
  • Save PaulSec/dbb18ca90452640c87f2e483a5f885a7 to your computer and use it in GitHub Desktop.
Save PaulSec/dbb18ca90452640c87f2e483a5f885a7 to your computer and use it in GitHub Desktop.
Zeit.co now.json configuration file
{
"version": 2,
"name": "android-version-checker",
"public": false,
"builds": [{ "src": "main.py", "use": "@now/python" }],
"routes": [
{ "src": "/", "dest": "main.py" },
{ "src": "/app/(.*)", "dest": "main.py" }
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment