@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.
- package/dist/{build-MH7MLIPF.mjs → build-LX2GXXQG.mjs} +3 -3
- package/dist/{chunk-4TC2LEB7.mjs → chunk-G3XS4CNO.mjs} +1122 -836
- package/dist/{chunk-JZDN7P5W.mjs → chunk-VHBBQ77F.mjs} +13 -12
- package/dist/cli.d.mts +1 -1
- package/dist/cli.mjs +11 -6
- package/dist/{export-LYIOCUF2.mjs → export-T7HYPK5J.mjs} +1 -1
- package/dist/index.d.mts +2 -2
- package/dist/index.mjs +3 -3
- package/dist/{unocss-BTVZWCXM.mjs → unocss-GHP27KVT.mjs} +1 -1
- package/dist/{windicss-MS4GFOSZ.mjs → windicss-SDUK26CZ.mjs} +1 -1
- package/package.json +25 -25
- package/template.md +1 -1
- /package/dist/{chunk-65ITIFTL.mjs → chunk-BXO7ZPPU.mjs} +0 -0
|
@@ -2,10 +2,10 @@ import {
|
|
|
2
2
|
ViteSlidevPlugin,
|
|
3
3
|
getIndexHtml,
|
|
4
4
|
mergeViteConfigs
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-VHBBQ77F.mjs";
|
|
6
6
|
import "./chunk-CYLMMBRG.mjs";
|
|
7
7
|
import "./chunk-5L3XKTHL.mjs";
|
|
8
|
-
import "./chunk-
|
|
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-
|
|
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);
|