文件操作 - vite-node-shared.mjs
返回文件管理
返回主菜单
删除本文件
文件: /var/www/OLD/node_modules/@nuxt/vite-builder/dist/runtime/vite-node-shared.mjs
编辑文件内容
// @ts-check import { Agent as HTTPSAgent } from 'node:https' import { $fetch } from 'ofetch' /** @type {import('../vite-node').ViteNodeServerOptions} */ export const viteNodeOptions = JSON.parse(process.env.NUXT_VITE_NODE_OPTIONS || '{}') export const viteNodeFetch = $fetch.create({ baseURL: viteNodeOptions.baseURL, agent: viteNodeOptions.baseURL.startsWith('https://') ? new HTTPSAgent({ rejectUnauthorized: false }) : null, })
修改文件时间
将文件时间修改为当前时间的前一年
删除文件