frontend: move to repo root

This commit is contained in:
Patrik Oldsberg
2020-03-05 15:55:28 +01:00
parent 5b9845f62f
commit 56226ae84d
184 changed files with 111 additions and 2097 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"version": 2,
"builds": [
{ "src": "./packages/app/build/**", "use": "@now/static" }
],
"routes": [
{ "src": "/(.*)", "dest": "packages/app/build/$1" }
]
}