mirror of
https://github.com/zhigang1992/devhub.git
synced 2026-06-15 09:58:29 +08:00
16 lines
260 B
JSON
16 lines
260 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"]
|
|
}
|