SandeepK1729 / data-sync

it's an application that's going the share the data over a same network
https://data-sync.vercel.app
MIT License
0 stars 0 forks source link

Deploy and add environments #7

Closed SandeepK1729 closed 1 year ago

SandeepK1729 commented 1 year ago
SandeepK1729 commented 1 year ago

runtime.txt

python-3.10.4

vercel.json

{
    "builds": [
        {
            "src": "DataSync/wsgi.py",
            "use": "@vercel/python"
        }
    ],
    "routes": [
        {
            "src": "/(.*)",
            "dest": "DataSync/wsgi.py"
        }
    ]
}

refer TM for setup