chore: lint
Some checks failed
CI/CD Pipeline / playwright (push) Failing after 8m43s
CI/CD Pipeline / build-and-deploy (push) Has been skipped

This commit is contained in:
严浩
2025-10-27 02:01:08 +08:00
parent effb89c4dc
commit aadf03edd0
7 changed files with 25 additions and 24 deletions

View File

@@ -1,5 +1,6 @@
import consola from 'consola';
import { loadEnv, type ConfigEnv, type PluginOption } from 'vite';
import type { ConfigEnv, PluginOption } from 'vite';
import { loadEnv } from 'vite';
import vueDevTools from 'vite-plugin-vue-devtools';
export function loadPlugin(configEnv: ConfigEnv): PluginOption {