Initial monorepo scaffold for Duoc Thu RAG medical chatbot
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
# shared-types
|
||||
|
||||
TypeScript DTOs and event payload contracts shared between the Node services
|
||||
(`api-gateway`, `auth-service`, `user-service`, `chat-service`) and `web`.
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"name": "@duoc-thu/shared-types",
|
||||
"private": true,
|
||||
"version": "0.0.0",
|
||||
"main": "src/index.ts"
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
export {};
|
||||
Reference in New Issue
Block a user