文件操作 - importMeta.d.ts
返回文件管理
返回主菜单
删除本文件
文件: /var/www/OLD/node_modules/vite/types/importMeta.d.ts
编辑文件内容
// 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 }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件