UNPKG

@storm-stack/core

Version:

A build toolkit and runtime used by Storm Software in TypeScript applications

19 lines (16 loc) 571 B
import { vite_default } from './chunk-SJ5353EC.js'; import { init_esm_shims, __name } from './chunk-QH7NXH7H.js'; // src/unplugin/astro.ts init_esm_shims(); var astro = /* @__PURE__ */ __name((config) => ({ name: "storm-stack", hooks: { // eslint-disable-next-line ts/naming-convention "astro:config:setup": /* @__PURE__ */ __name(async (build) => { build.config.vite.plugins ||= []; build.config.vite.plugins.push(vite_default(config)); }, "astro:config:setup") } }), "astro"); var astro_default = astro; export { astro, astro_default };