Skip to content

Commit c3cdef5

Browse files
committed
maybe fixed
1 parent b653d77 commit c3cdef5

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.dockerignore

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Dockerfile
2-
node_modules
2+
**/node_modules
33

4-
dist
5-
apps/server/dist
6-
apps/client/dist
4+
dist*
5+
apps/server/dist*
6+
apps/client/dist*

apps/server/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
},
1313
"types": "./dist-ts/main.d.ts",
1414
"dependencies": {
15+
"@graphql-yoga/subscription": "^5.0.5",
1516
"@trpc/server": "^11",
1617
"cors": "^2.8.5",
1718
"dotenv": "^16.0.3",

bun.lockb

32 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)