@slidev/cli 0.30.2 → 0.31.2

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.
@@ -1,12 +1,12 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunkRSHUQSN4js = require('./chunk-RSHUQSN4.js');
3
+ var _chunkN6ENRMDMjs = require('./chunk-N6ENRMDM.js');
4
4
 
5
5
 
6
- var _chunkIXNT7VMKjs = require('./chunk-IXNT7VMK.js');
6
+ var _chunkOVW2G2MHjs = require('./chunk-OVW2G2MH.js');
7
7
 
8
8
  // node/server.ts
9
- _chunkIXNT7VMKjs.init_cjs_shims.call(void 0, );
9
+ _chunkOVW2G2MHjs.init_cjs_shims.call(void 0, );
10
10
  var _path = require('path');
11
11
  var _vite = require('vite');
12
12
  async function createServer(options, viteConfig = {}, serverOptions = {}) {
@@ -20,7 +20,7 @@ async function createServer(options, viteConfig = {}, serverOptions = {}) {
20
20
  ]
21
21
  },
22
22
  plugins: [
23
- await _chunkRSHUQSN4js.ViteSlidevPlugin.call(void 0, options, pluginOptions, serverOptions)
23
+ await _chunkN6ENRMDMjs.ViteSlidevPlugin.call(void 0, options, pluginOptions, serverOptions)
24
24
  ]
25
25
  }));
26
26
  return server;