Files
backstage/frontend/now.json
T
Jefferson Girão 16e342e8d1 chore: deploy it with zeit now
* Install now (https://github.com/zeit/now) npm i -g now
* Deploy it with now
2020-02-03 14:31:59 +01:00

10 lines
188 B
JSON

{
"version": 2,
"builds": [
{ "src": "./packages/app/build/**", "use": "@now/static" }
],
"routes": [
{ "src": "/(.*)", "dest": "packages/app/build/$1" }
]
}