Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
bardd
/
node-pt
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
1fcc21d
node-pt
/
vercel.json
bardd
first commit
7b850b7
over 1 year ago
raw
Copy download link
history
blame
Safe
284 Bytes
{
"version"
:
2
,
"builds"
:
[
{
"src"
:
"dist/main.js"
,
"use"
:
"@vercel/node"
}
]
,
"routes"
:
[
{
"src"
:
"/(.*)"
,
"dest"
:
"dist/main.js"
,
"methods"
:
[
"GET"
,
"POST"
,
"PUT"
,
"PATCH"
,
"DELETE"
,
"HEAD"
,
"OPTIONS"
]
}
]
}