mirror of
https://github.com/zhigang1992/devhub.git
synced 2026-06-11 07:44:04 +08:00
20 lines
324 B
JSON
20 lines
324 B
JSON
{
|
|
"name": "devhub",
|
|
"alias": "devhubapp.com",
|
|
"version": 2,
|
|
"builds": [
|
|
{ "src": "packages/web/dist/**", "use": "@now/static" }
|
|
],
|
|
"routes": [
|
|
{
|
|
"src": "/(.*)",
|
|
"dest": "/packages/web/dist/$1"
|
|
}
|
|
],
|
|
"regions": ["gru1"],
|
|
"github": {
|
|
"enabled": false,
|
|
"autoAlias": false
|
|
}
|
|
}
|