@slidev/cli 0.43.15 → 0.45.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2,10 +2,10 @@ import {
2
2
  ViteSlidevPlugin,
3
3
  getIndexHtml,
4
4
  mergeViteConfigs
5
- } from "./chunk-JZDN7P5W.mjs";
5
+ } from "./chunk-VHBBQ77F.mjs";
6
6
  import "./chunk-CYLMMBRG.mjs";
7
7
  import "./chunk-5L3XKTHL.mjs";
8
- import "./chunk-65ITIFTL.mjs";
8
+ import "./chunk-BXO7ZPPU.mjs";
9
9
 
10
10
  // node/build.ts
11
11
  import { join as join3, resolve as resolve3 } from "node:path";
@@ -722,7 +722,7 @@ async function build(options, viteConfig = {}, args) {
722
722
  await fs2.writeFile(redirectsPath, `${config.base}* ${config.base}index.html 200
723
723
  `, "utf-8");
724
724
  if ([true, "true", "auto"].includes(options.data.config.download)) {
725
- const { exportSlides, getExportOptions } = await import("./export-LYIOCUF2.mjs");
725
+ const { exportSlides, getExportOptions } = await import("./export-T7HYPK5J.mjs");
726
726
  const port = 12445;
727
727
  const app = connect();
728
728
  const server = http.createServer(app);