mirror of
https://github.com/Wei-Shaw/claude-relay-service.git
synced 2026-01-23 21:17:30 +00:00
chore: update frontend build for v1.1.81 [skip ci]
This commit is contained in:
18
web/admin-spa/node_modules/unplugin-element-plus/dist/nuxt.mjs
generated
vendored
Normal file
18
web/admin-spa/node_modules/unplugin-element-plus/dist/nuxt.mjs
generated
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
import {
|
||||
src_default
|
||||
} from "./chunk-G5M4GEJP.mjs";
|
||||
|
||||
// src/nuxt.ts
|
||||
function nuxt_default(options) {
|
||||
this.extendBuild((config) => {
|
||||
config.plugins = config.plugins || [];
|
||||
config.plugins.unshift(src_default.webpack(options));
|
||||
});
|
||||
this.nuxt.hook("vite:extend", (vite) => {
|
||||
vite.config.plugins = vite.config.plugins || [];
|
||||
vite.config.plugins.push(src_default.vite(options));
|
||||
});
|
||||
}
|
||||
export {
|
||||
nuxt_default as default
|
||||
};
|
||||
Reference in New Issue
Block a user