Agents for developpement added + frontend add + backend added. Git viewer created + agent and template creator + layout and project creator
10 lines
159 B
TypeScript
10 lines
159 B
TypeScript
/// <reference types="vite/client" />
|
|
|
|
interface ImportMetaEnv {
|
|
readonly VITE_USE_MOCK?: string;
|
|
}
|
|
|
|
interface ImportMeta {
|
|
readonly env: ImportMetaEnv;
|
|
}
|