chore: lint format
Some checks failed
CI/CD Pipeline / playwright (push) Failing after 8m18s
CI/CD Pipeline / build-and-deploy (push) Has been skipped
测试最新依赖 / build-and-test (push) Failing after 1m44s
测试最新依赖 / playwright (push) Failing after 6m28s

This commit is contained in:
严浩
2025-10-27 02:31:48 +08:00
parent 7830ad0ebb
commit 047632b75f
3 changed files with 7 additions and 3 deletions

View File

@@ -1,5 +1,6 @@
import { cloudflare } from '@cloudflare/vite-plugin';
import { loadEnv, type ConfigEnv, type PluginOption } from 'vite';
import { loadEnv } from 'vite';
import type {ConfigEnv, PluginOption} from 'vite';
export function loadPlugin(_configEnv: ConfigEnv): PluginOption {
const env = loadEnv(_configEnv.mode, process.cwd());