Skip to content

Commit 34674e3

Browse files
authored
Merge pull request #532 from Yonava/yva/mono-repo
refactor: turned magic graphs project into a mono repo with isolated packages and workspaces
2 parents 38f6b28 + 7a0e871 commit 34674e3

1,869 files changed

Lines changed: 25328 additions & 56563 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/ci-client.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
cache: 'pnpm'
1818
- name: Install dependencies
1919
run: pnpm install --frozen-lockfile
20-
working-directory: ./client
20+
working-directory: ./packages/client
2121
- name: Run check
2222
run: pnpm run check
23-
working-directory: ./client
23+
working-directory: ./packages/client

.vscode/settings.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,12 @@
77
"dismissable",
88
"gsap",
99
"lusolve",
10+
"overlaybadge",
1011
"Pluggables",
1112
"preorder",
1213
"Spacebar",
1314
"toastservice",
15+
"trivago",
1416
"unlabel",
1517
"unref",
1618
"usetoast"

0 commit comments

Comments
 (0)