You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
546 B
22 lines
546 B
4 months ago
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
||
|
|
||
|
var _chunk3WZIA2XEcjs = require('./chunk-3WZIA2XE.cjs');
|
||
|
require('./chunk-6BSQ6ZKC.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(_chunk3WZIA2XEcjs.unplugin_default.vite(options));
|
||
|
}
|
||
|
}
|
||
|
};
|
||
|
}
|
||
|
|
||
|
|
||
|
exports.default = astro_default;
|