f7eb011129cd7fa8e58fb414cdae979730889cf0d49cad89ce18e4a0f73b5fce11f7a2ee0b3b0882c61932664ea4f0086b3afcd9492d634bee6ab5798ecae8 578 B

12345678910111213141516171819202122
  1. "use strict";Object.defineProperty(exports, "__esModule", {value: true});
  2. var _chunkBRLMGO66cjs = require('./chunk-BRLMGO66.cjs');
  3. require('./chunk-K625S6OX.cjs');
  4. // src/astro.ts
  5. function astro_default(options) {
  6. return {
  7. name: "unplugin-auto-import",
  8. hooks: {
  9. "astro:config:setup": async (astro) => {
  10. var _a;
  11. (_a = astro.config.vite).plugins || (_a.plugins = []);
  12. astro.config.vite.plugins.push(_chunkBRLMGO66cjs.unplugin_default.vite(options));
  13. }
  14. }
  15. };
  16. }
  17. module.exports = astro_default;
  18. exports.default = module.exports;