restructure project to use turborepo
This commit is contained in:
parent
670ab793da
commit
90c535ebb2
181 changed files with 18477 additions and 10909 deletions
|
@ -1,16 +1,28 @@
|
|||
{
|
||||
"hosting": [
|
||||
{
|
||||
"target": "stable",
|
||||
"target": "main",
|
||||
"cleanUrls": true,
|
||||
"public": "build",
|
||||
"public": "apps/blog/build",
|
||||
"rewrites": [
|
||||
{
|
||||
"source": "**",
|
||||
"destination": "/index.html"
|
||||
}
|
||||
],
|
||||
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"]
|
||||
"ignore": ["**/.*"]
|
||||
},
|
||||
{
|
||||
"target": "blog",
|
||||
"cleanUrls": true,
|
||||
"public": "apps/blog/build",
|
||||
"rewrites": [
|
||||
{
|
||||
"source": "**",
|
||||
"destination": "/index.html"
|
||||
}
|
||||
],
|
||||
"ignore": ["**/.*"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue