0b12b5eb08e4bfa99cecdf5b5ab515d3ffdf0444eb3a5fdd8023b27fdea27a14f1b4f7e5c0ab6596658a93512e810849c147278d6c3e57f0c69e4796651224 455 B

123456789101112131415161718192021
  1. import {
  2. unplugin_default
  3. } from "./chunk-NNCQN3P6.js";
  4. import "./chunk-RW3PVGYV.js";
  5. // src/astro.ts
  6. function astro_default(options) {
  7. return {
  8. name: "unplugin-auto-import",
  9. hooks: {
  10. "astro:config:setup": async (astro) => {
  11. var _a;
  12. (_a = astro.config.vite).plugins || (_a.plugins = []);
  13. astro.config.vite.plugins.push(unplugin_default.vite(options));
  14. }
  15. }
  16. };
  17. }
  18. export {
  19. astro_default as default
  20. };