Skip to content

Commit 519ef7f

Browse files
committed
fix: remove Storybook references from configuration files, add trpc dependencies to the chaingraph-backend
1 parent 78949c3 commit 519ef7f

21 files changed

Lines changed: 11 additions & 1063 deletions

File tree

.dockerignore

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,6 @@ desktop.ini
7474
# Project specific
7575
.changeset/
7676
.husky/
77-
storybook-static/
78-
*.storybook.log
7977
.eslintcache
8078
.prettiercache
8179

@@ -151,8 +149,6 @@ research.md
151149
prompts/
152150

153151
# Additional space-saving exclusions for Docker build
154-
**/.storybook/
155-
**/storybook-static/
156152
**/*.stories.*
157153
**/.nyc_output/
158154
**/test-results/

apps/chaingraph-backend/.dockerignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,6 @@ desktop.ini
7474
# Project specific
7575
.changeset/
7676
.husky/
77-
storybook-static/
78-
*.storybook.log
7977
.eslintcache
8078
.prettiercache
8179

apps/chaingraph-backend/.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,5 @@ dist-ssr
2323
*.sln
2424
*.sw?
2525

26-
*storybook.log
2726
src/**/*.js
2827
.env

apps/chaingraph-backend/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@
3535
"@badaitech/chaingraph-trpc": "workspace:*",
3636
"@badaitech/chaingraph-types": "workspace:*",
3737
"@mixmark-io/domino": "^2.2.0",
38+
"@trpc/client": "^11.6.0",
39+
"@trpc/server": "^11.6.0",
3840
"@types/ws": "^8.18.1",
3941
"bigint-crypto-utils": "^3.3.0",
4042
"cors": "^2.8.5",

apps/chaingraph-execution-api/.dockerignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,6 @@ desktop.ini
7474
# Project specific
7575
.changeset/
7676
.husky/
77-
storybook-static/
78-
*.storybook.log
7977
.eslintcache
8078
.prettiercache
8179

apps/chaingraph-execution-worker/.dockerignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,6 @@ desktop.ini
7474
# Project specific
7575
.changeset/
7676
.husky/
77-
storybook-static/
78-
*.storybook.log
7977
.eslintcache
8078
.prettiercache
8179

apps/chaingraph-execution-worker/.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,5 @@ dist-ssr
2323
*.sln
2424
*.sw?
2525

26-
*storybook.log
2726
src/**/*.js
2827
.env

apps/chaingraph-frontend/.dockerignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,6 @@ desktop.ini
7474
# Project specific
7575
.changeset/
7676
.husky/
77-
storybook-static/
78-
*.storybook.log
7977
.eslintcache
8078
.prettiercache
8179

apps/chaingraph-frontend/.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ dist-ssr
2323
*.sln
2424
*.sw?
2525

26-
*storybook.log
27-
2826
/node_modules
2927
/coverage
3028
/.next/

apps/chaingraph-frontend/.npmignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
src/
22
node_modules/
3-
.storybook/
4-
storybook-static/
53
coverage/
64
.turbo/
75
.vscode/

0 commit comments

Comments
 (0)