This commit is contained in:
2026-06-24 15:57:01 +02:00
commit cc568081d2
19 changed files with 3212 additions and 0 deletions
Vendored
+11
View File
@@ -0,0 +1,11 @@
declare global {
namespace NodeJS {
interface ProcessEnv {
API_PORT: string;
WEAVIATE_URL: string;
FRONTEND_ORIGIN: string;
}
}
}
export {}