Added small backend server to manage LLM chat & contact me form
This commit is contained in:
@@ -1,14 +1,13 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "ES2020",
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "node",
|
||||
"module": "NodeNext",
|
||||
"moduleResolution": "NodeNext",
|
||||
"esModuleInterop": true,
|
||||
"outDir": "dist-server",
|
||||
"rootDir": ".",
|
||||
"strict": true,
|
||||
"skipLibCheck": true,
|
||||
"include": ["server.ts"]
|
||||
"skipLibCheck": true
|
||||
},
|
||||
"include": ["server.ts"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user