文件操作 - config.d.ts
返回文件管理
返回主菜单
删除本文件
文件: /var/www/OLD/node_modules/nuxt/dist/app/config.d.ts
编辑文件内容
import type { AppConfig } from 'nuxt/schema'; type DeepPartial<T> = T extends Function ? T : T extends Record<string, any> ? { [P in keyof T]?: DeepPartial<T[P]>; } : T; export declare const _getAppConfig: () => AppConfig; export declare function useAppConfig(): AppConfig; /** * Deep assign the current appConfig with the new one. * * Will preserve existing properties. */ export declare function updateAppConfig(appConfig: DeepPartial<AppConfig>): void; export {};
修改文件时间
将文件时间修改为当前时间的前一年
删除文件