chore: deploy it with zeit now

* Install now (https://github.com/zeit/now) npm i -g now
* Deploy it with now
This commit is contained in:
Jefferson Girão
2020-02-03 14:31:17 +01:00
parent 42cb257354
commit 16e342e8d1
+9
View File
@@ -0,0 +1,9 @@
{
"version": 2,
"builds": [
{ "src": "./packages/app/build/**", "use": "@now/static" }
],
"routes": [
{ "src": "/(.*)", "dest": "packages/app/build/$1" }
]
}