Skip to content

Commit 919fcef

Browse files
committed
fixed error with socket on frontend
1 parent 2e1f945 commit 919fcef

3 files changed

Lines changed: 14 additions & 10 deletions

File tree

apps/web/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"framer-motion": "^12.23.26",
2727
"gonka-openai": "^0.2.2",
2828
"lucide-react": "^0.561.0",
29+
"socket.io-client": "^4.8.3",
2930
"next": "14.2.15",
3031
"react": "18.2.0",
3132
"react-dom": "18.2.0",

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ services:
1919
build:
2020
context: .
2121
dockerfile: ./apps/backend/Dockerfile
22-
image: ghcr.io/zpokenweb3/gonka-ai-web-application/backend:1.0.4
22+
image: ghcr.io/zpokenweb3/gonka-ai-web-application/backend:1.0.5
2323
env_file:
2424
- .env
2525
ports:
@@ -37,7 +37,7 @@ services:
3737
dockerfile: ./apps/web/Dockerfile
3838
args:
3939
- NEXT_PUBLIC_API_BASE_URL
40-
image: ghcr.io/zpokenweb3/gonka-ai-web-application/frontend:1.0.4
40+
image: ghcr.io/zpokenweb3/gonka-ai-web-application/frontend:1.0.5
4141
env_file:
4242
- .env
4343
ports:

pnpm-lock.yaml

Lines changed: 11 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)