Add VISA backend foundation

This commit is contained in:
jerryW123
2026-06-24 22:45:34 +08:00
parent f51f64f3bd
commit e1df743eb2
17 changed files with 1999 additions and 3 deletions
+14
View File
@@ -11,3 +11,17 @@ services:
volumes:
- .:/app
- /app/node_modules
api:
container_name: agentblock-api-dev
build:
context: .
dockerfile: Dockerfile.dev
command: npm run server
environment:
PORT: "4000"
ports:
- "4000:4000"
volumes:
- .:/app
- /app/node_modules