Initial commit: Memind H5 portal with MindSpace, Plaza, and agent jobs.
Track application source and tests; exclude local env, user workspaces, and runtime data via .gitignore. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Vendored
+14
@@ -0,0 +1,14 @@
|
||||
/// <reference types="vite/client" />
|
||||
|
||||
interface ImportMetaEnv {
|
||||
readonly VITE_TKMIND_WORKING_DIR: string;
|
||||
readonly VITE_TKMIND_PROVIDER: string;
|
||||
readonly VITE_TKMIND_MODEL: string;
|
||||
readonly VITE_TKMIND_MEMORY_QUERY: string;
|
||||
readonly VITE_PLAZA_BASE?: string;
|
||||
readonly VITE_MINDSPACE_BASE?: string;
|
||||
}
|
||||
|
||||
interface ImportMeta {
|
||||
readonly env: ImportMetaEnv;
|
||||
}
|
||||
Reference in New Issue
Block a user