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:
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"version": 2,
|
||||
"builds": [
|
||||
{ "src": "./packages/app/build/**", "use": "@now/static" }
|
||||
],
|
||||
"routes": [
|
||||
{ "src": "/(.*)", "dest": "packages/app/build/$1" }
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user