https://github.com/mahimdev/bistro-boss-server
https://github.com/mahimdev/bistro-boss-server
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/mahimdev/bistro-boss-server
- Owner: mahimDev
- Created: 2025-01-05T11:03:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-21T19:19:07.000Z (over 1 year ago)
- Last Synced: 2025-02-17T23:41:40.765Z (over 1 year ago)
- Language: JavaScript
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# server deploy
#### vercel code:
{
"version": 2,
"builds": [
{
"src": "./index.js",
"use": "@vercel/node"
}
],
"routes": [
{
"src": "/(.\*)",
"dest": "/",
"methods": ["GET", "POST", "PUT", "PATCH", "DELETE", "OPTIONS"]
}
]
}