📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-01 22:38:49
📂
/ (Root)
/
home
/
orkouolp
/
web
/
testing.orkobd
/
laravel
/
node_modules
/
vite
/
types
📍 /home/orkouolp/web/testing.orkobd/laravel/node_modules/vite/types
🔄 Refresh
✏️
Editing: importMeta.d.ts
Writable
// This file is an augmentation to the built-in ImportMeta interface // Thus cannot contain any top-level imports // <https://www.typescriptlang.org/docs/handbook/declaration-merging.html#module-augmentation> interface ImportMetaEnv { [key: string]: any BASE_URL: string MODE: string DEV: boolean PROD: boolean SSR: boolean } interface ImportMeta { url: string readonly hot?: import('./hot').ViteHotContext readonly env: ImportMetaEnv glob: import('./importGlob').ImportGlobFunction }
💾 Save Changes
❌ Cancel