Skip to content

Commit

Permalink
move gitrest and historian out of packages folder in r11s
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerbutler committed Jan 7, 2025
1 parent a0fbedc commit 01d84ff
Show file tree
Hide file tree
Showing 122 changed files with 71 additions and 71 deletions.
4 changes: 2 additions & 2 deletions layerInfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@
"deps": ["Server-Libs"]
},
"GitRest": {
"dirs": ["server/gitrest/", "server/gitrest/packages/"],
"dirs": ["server/routerlicious/gitrest/"],
"deps": [
"Server-Libs",
"Common-Utils",
Expand All @@ -206,7 +206,7 @@
]
},
"Historian": {
"dirs": ["server/historian/", "server/historian/packages/"],
"dirs": ["server/routerlicious/historian/"],
"deps": [
"Server-Libs",
"Common-Utils",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"repository": {
"type": "git",
"url": "https://github.com/microsoft/FluidFramework.git",
"directory": "server/gitrest/packages/gitrest-base"
"directory": "server/routerlicious/gitrest/gitrest-base"
},
"license": "MIT",
"author": "Microsoft and contributors",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"repository": {
"type": "git",
"url": "https://github.com/microsoft/FluidFramework.git",
"directory": "server/gitrest/packages/gitrest"
"directory": "server/routerlicious/gitrest/gitrest"
},
"license": "MIT",
"author": "Microsoft and contributors",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"repository": {
"type": "git",
"url": "https://github.com/microsoft/FluidFramework.git",
"directory": "server/historian/packages/historian-base"
"directory": "server/routerlicious/historian/historian-base"
},
"license": "MIT",
"author": "Microsoft and contributors",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"repository": {
"type": "git",
"url": "https://github.com/microsoft/FluidFramework.git",
"directory": "server/historian/packages/historian"
"directory": "server/routerlicious/historian/historian"
},
"license": "MIT",
"author": "Microsoft and contributors",
Expand Down
126 changes: 63 additions & 63 deletions server/routerlicious/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions server/routerlicious/pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@

packages:
- "packages/*"
# - "../gitrest/packages/*"
# - "../historian/packages/*"
- "gitrest/*"
- "historian/*"

0 comments on commit 01d84ff

Please sign in to comment.