Created
March 30, 2020 06:58
-
-
Save PaulSec/dbb18ca90452640c87f2e483a5f885a7 to your computer and use it in GitHub Desktop.
Zeit.co now.json configuration file
This file contains 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
{ | |
"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