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:
21
web/admin-spa/node_modules/unplugin-auto-import/dist/astro.cjs
generated
vendored
Normal file
21
web/admin-spa/node_modules/unplugin-auto-import/dist/astro.cjs
generated
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
||||
|
||||
var _chunkCXITMYZHcjs = require('./chunk-CXITMYZH.cjs');
|
||||
require('./chunk-53W4H52Q.cjs');
|
||||
|
||||
// src/astro.ts
|
||||
function astro_default(options) {
|
||||
return {
|
||||
name: "unplugin-auto-import",
|
||||
hooks: {
|
||||
"astro:config:setup": async (astro) => {
|
||||
var _a;
|
||||
(_a = astro.config.vite).plugins || (_a.plugins = []);
|
||||
astro.config.vite.plugins.push(_chunkCXITMYZHcjs.unplugin_default.vite(options));
|
||||
}
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
exports.default = astro_default;
|
||||
Reference in New Issue
Block a user