unplugin-dingtalk 1006.0.0 → 1007.0.1
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/{chunk-2YQKM4BX.js → __chrome_devtools-CIQ5zFZx.js} +11 -12
- package/dist/__chrome_devtools-CJ3sXpVj.cjs +95 -0
- package/dist/__chrome_devtools.cjs +2 -114
- package/dist/__chrome_devtools.d.cts +3 -2
- package/dist/__chrome_devtools.d.ts +3 -2
- package/dist/__chrome_devtools.js +3 -7
- package/dist/astro.cjs +12 -676
- package/dist/astro.d.cts +7 -10
- package/dist/astro.d.ts +8 -10
- package/dist/astro.js +12 -17
- package/dist/chunk-CUT6urMc.cjs +30 -0
- package/dist/esbuild.cjs +9 -667
- package/dist/esbuild.d.cts +5 -8
- package/dist/esbuild.d.ts +6 -8
- package/dist/esbuild.js +8 -10
- package/dist/index.cjs +10 -676
- package/dist/index.d.cts +11 -13
- package/dist/index.d.ts +11 -13
- package/dist/index.js +5 -16
- package/dist/inject-script.cjs +15 -0
- package/dist/inject-script.d.cts +3 -0
- package/dist/inject-script.d.ts +4 -0
- package/dist/inject-script.js +14 -0
- package/dist/main-BvTybYko.js +99 -0
- package/dist/main-DQgEHuwp.cjs +101 -0
- package/dist/nuxt.cjs +80 -842
- package/dist/nuxt.d.cts +7 -10
- package/dist/nuxt.d.ts +7 -10
- package/dist/nuxt.js +78 -24
- package/dist/rollup.cjs +9 -667
- package/dist/rollup.d.cts +5 -8
- package/dist/rollup.d.ts +6 -8
- package/dist/rollup.js +8 -10
- package/dist/rspack.cjs +54 -728
- package/dist/rspack.d.cts +5 -8
- package/dist/rspack.d.ts +6 -8
- package/dist/rspack.js +50 -74
- package/dist/src-CXHMJspk.cjs +393 -0
- package/dist/src-DJcUe9oP.js +363 -0
- package/dist/types-D6mfGNG_.d.ts +38 -0
- package/dist/types-DodDHiEA.d.cts +38 -0
- package/dist/types.cjs +0 -19
- package/dist/types.d.cts +2 -38
- package/dist/types.d.ts +2 -38
- package/dist/types.js +1 -0
- package/dist/utils-Chlbb6jf.js +23 -0
- package/dist/utils-CmfBxo4J.cjs +41 -0
- package/dist/utils.cjs +4 -33
- package/dist/utils.d.cts +6 -3
- package/dist/utils.d.ts +6 -3
- package/dist/utils.js +3 -7
- package/dist/vite-qeAmx9J4.js +18 -0
- package/dist/vite-ytxVicjL.cjs +24 -0
- package/dist/vite.cjs +5 -824
- package/dist/vite.d.cts +4 -7
- package/dist/vite.d.ts +5 -7
- package/dist/vite.js +6 -10
- package/dist/webpack.cjs +52 -722
- package/dist/webpack.d.cts +5 -8
- package/dist/webpack.d.ts +6 -8
- package/dist/webpack.js +48 -68
- package/package.json +13 -11
- package/dist/chunk-5JBD5THX.js +0 -20
- package/dist/chunk-EG2ZYJ3S.js +0 -542
- package/dist/chunk-KQOHODTC.js +0 -9
- package/dist/chunk-LMNMIIAV.js +0 -26
- package/dist/main-Q4R5NCQC.js +0 -129
package/dist/nuxt.cjs
CHANGED
|
@@ -1,844 +1,82 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
};
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
)
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
// plugins
|
|
81
|
-
${getPlugins(plugin)}
|
|
82
|
-
|
|
83
|
-
// dynamic config
|
|
84
|
-
window.vConsole.dynamicFunction = function() {
|
|
85
|
-
if (${getDynamicConfig(dynamicConfig).length > 0}) {
|
|
86
|
-
vConsole.setOption({${getDynamicConfig(dynamicConfig)}});
|
|
87
|
-
}
|
|
88
|
-
};
|
|
89
|
-
|
|
90
|
-
window.vConsole.dynamicChange = {
|
|
91
|
-
value: new Date().getTime()
|
|
92
|
-
};
|
|
93
|
-
|
|
94
|
-
window.vConsole.dynamicFunction();
|
|
95
|
-
|
|
96
|
-
if (${customHide}) {
|
|
97
|
-
vConsole.hideSwitch();
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
// In order to be compatible with old equipment, I used defineProperty. In the future, when proxy covers enough devices, proxy will be used.
|
|
101
|
-
Object.defineProperty(window.vConsole.dynamicChange, 'value', {
|
|
102
|
-
get: function() {
|
|
103
|
-
return this._value;
|
|
104
|
-
},
|
|
105
|
-
set: function(newValue) {
|
|
106
|
-
window.vConsole.dynamicFunction();
|
|
107
|
-
this._value = newValue;
|
|
108
|
-
}
|
|
109
|
-
});
|
|
110
|
-
|
|
111
|
-
// eventListener
|
|
112
|
-
${eventListener}
|
|
113
|
-
/* eslint-enable */${_source}`;
|
|
114
|
-
return {
|
|
115
|
-
code,
|
|
116
|
-
map: null
|
|
117
|
-
// support source map
|
|
118
|
-
};
|
|
119
|
-
}
|
|
120
|
-
return {
|
|
121
|
-
code: _source,
|
|
122
|
-
map: null
|
|
123
|
-
// support source map
|
|
124
|
-
};
|
|
125
|
-
}
|
|
126
|
-
};
|
|
127
|
-
}
|
|
128
|
-
var parseVConsoleOptions, getEventItems, getDynamicConfig, getPlugins, main_default;
|
|
129
|
-
var init_main = __esm({
|
|
130
|
-
"node_modules/.pnpm/vite-plugin-vconsole@2.1.1/node_modules/vite-plugin-vconsole/dist/main.mjs"() {
|
|
131
|
-
"use strict";
|
|
132
|
-
parseVConsoleOptions = (config2) => Object.keys(config2).reduce((code, key) => {
|
|
133
|
-
const value = config2[key];
|
|
134
|
-
if (typeof value === "function") {
|
|
135
|
-
if (/^[(f]/.test(value.toString())) {
|
|
136
|
-
code += `${key}: ${value},`;
|
|
137
|
-
return code;
|
|
138
|
-
} else {
|
|
139
|
-
code += `${value},`;
|
|
140
|
-
return code;
|
|
141
|
-
}
|
|
142
|
-
}
|
|
143
|
-
code += `${key}: ${JSON.stringify(config2[key])},`;
|
|
144
|
-
return code;
|
|
145
|
-
}, "");
|
|
146
|
-
getEventItems = (event, id) => {
|
|
147
|
-
return event.map(
|
|
148
|
-
(ele) => `
|
|
149
|
-
${id}.on('${ele.eventName}', ${ele.callback})
|
|
150
|
-
`
|
|
151
|
-
).join(";");
|
|
152
|
-
};
|
|
153
|
-
getDynamicConfig = (dynamicConfig) => {
|
|
154
|
-
let configString = "";
|
|
155
|
-
if (!dynamicConfig) {
|
|
156
|
-
return configString;
|
|
157
|
-
}
|
|
158
|
-
for (const key in dynamicConfig) {
|
|
159
|
-
if (typeof dynamicConfig[key] === "string") {
|
|
160
|
-
configString += `${key}: ${dynamicConfig[key]},`;
|
|
161
|
-
}
|
|
162
|
-
}
|
|
163
|
-
return configString;
|
|
164
|
-
};
|
|
165
|
-
getPlugins = (plugin) => {
|
|
166
|
-
let plugins = "";
|
|
167
|
-
if (plugin && plugin.length) {
|
|
168
|
-
plugins = plugin.map(
|
|
169
|
-
(e) => `
|
|
170
|
-
const ${e.id} = new VConsole.VConsolePlugin('${e.id}', '${e.name}');
|
|
171
|
-
${getEventItems(e.event, e.id)}
|
|
172
|
-
vConsole.addPlugin(${e.id})
|
|
173
|
-
`
|
|
174
|
-
).join(";");
|
|
175
|
-
}
|
|
176
|
-
return plugins;
|
|
177
|
-
};
|
|
178
|
-
main_default = viteVConsole;
|
|
179
|
-
}
|
|
180
|
-
});
|
|
181
|
-
|
|
182
|
-
// src/nuxt.ts
|
|
183
|
-
var nuxt_exports = {};
|
|
184
|
-
__export(nuxt_exports, {
|
|
185
|
-
default: () => nuxt_default
|
|
1
|
+
const require_chunk = require('./chunk-CUT6urMc.cjs');
|
|
2
|
+
require('./__chrome_devtools-CJ3sXpVj.cjs');
|
|
3
|
+
const require_src = require('./src-CXHMJspk.cjs');
|
|
4
|
+
const require_utils = require('./utils-CmfBxo4J.cjs');
|
|
5
|
+
const require_vite = require('./vite-ytxVicjL.cjs');
|
|
6
|
+
const http_proxy = require_chunk.__toESM(require("http-proxy"));
|
|
7
|
+
const picocolors = require_chunk.__toESM(require("picocolors"));
|
|
8
|
+
const __nuxt_kit = require_chunk.__toESM(require("@nuxt/kit"));
|
|
9
|
+
require("@nuxt/schema");
|
|
10
|
+
|
|
11
|
+
//#region src/nuxt.ts
|
|
12
|
+
var nuxt_default = (0, __nuxt_kit.defineNuxtModule)({
|
|
13
|
+
meta: {
|
|
14
|
+
name: "nuxt-unplugin-dingtalk",
|
|
15
|
+
configKey: "unpluginDingtalk"
|
|
16
|
+
},
|
|
17
|
+
defaults: {},
|
|
18
|
+
async setup(options, _nuxt) {
|
|
19
|
+
if (!_nuxt.options.dev) return;
|
|
20
|
+
if (!options.enable) return;
|
|
21
|
+
const { defineEventHandler, proxyRequest } = await require_utils.interopDefault(await import("h3"));
|
|
22
|
+
function debug(...args) {
|
|
23
|
+
if (options?.debug) console.log(` ${picocolors.default.yellow("DEBUG")} `, ...args);
|
|
24
|
+
}
|
|
25
|
+
const { chii } = options || {};
|
|
26
|
+
const enableChii = chii?.enable !== false;
|
|
27
|
+
_nuxt.options.runtimeConfig.unpluginDingtalk = { chiiEmbedded: chii?.embedded ?? false };
|
|
28
|
+
if (enableChii) {
|
|
29
|
+
const resolver = (0, __nuxt_kit.createResolver)(require("url").pathToFileURL(__filename).href);
|
|
30
|
+
(0, __nuxt_kit.addServerPlugin)(resolver.resolve("./inject-script"));
|
|
31
|
+
let proxy = null;
|
|
32
|
+
(0, __nuxt_kit.addDevServerHandler)({
|
|
33
|
+
route: "/__chii_proxy",
|
|
34
|
+
handler: defineEventHandler(async (event) => {
|
|
35
|
+
if (require_src.resovedInfo.availablePort) return proxyRequest(event, `http://localhost:${require_src.resovedInfo.availablePort}${event.path}`);
|
|
36
|
+
})
|
|
37
|
+
});
|
|
38
|
+
_nuxt.hook("listen", (server) => {
|
|
39
|
+
const originalUpgradeListeners = server.listeners("upgrade").slice();
|
|
40
|
+
server.removeAllListeners("upgrade");
|
|
41
|
+
server.on("upgrade", (req, socket, head) => {
|
|
42
|
+
if (req.url?.startsWith("/__chii_proxy")) {
|
|
43
|
+
debug("WS upgrade:", req.url);
|
|
44
|
+
if (!proxy && require_src.resovedInfo.availablePort) {
|
|
45
|
+
proxy = http_proxy.default.createProxyServer({
|
|
46
|
+
target: `http://localhost:${require_src.resovedInfo.availablePort}`,
|
|
47
|
+
ws: true
|
|
48
|
+
});
|
|
49
|
+
proxy.on("error", (err) => {
|
|
50
|
+
debug("Proxy error:", err.message);
|
|
51
|
+
});
|
|
52
|
+
}
|
|
53
|
+
if (proxy) {
|
|
54
|
+
req.url = req.url.replace("/__chii_proxy", "");
|
|
55
|
+
socket.on("error", (err) => {
|
|
56
|
+
debug("Socket error:", err.message);
|
|
57
|
+
});
|
|
58
|
+
try {
|
|
59
|
+
proxy.ws(req, socket, head);
|
|
60
|
+
} catch (err) {
|
|
61
|
+
debug("WS upgrade failed:", err.message);
|
|
62
|
+
socket.destroy();
|
|
63
|
+
}
|
|
64
|
+
return;
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
for (const listener of originalUpgradeListeners) listener.call(server, req, socket, head);
|
|
68
|
+
});
|
|
69
|
+
});
|
|
70
|
+
}
|
|
71
|
+
const vitePlugins = await require_vite.vite_default(options);
|
|
72
|
+
(0, __nuxt_kit.addVitePlugin)(vitePlugins);
|
|
73
|
+
_nuxt.hook("listen", (_, listener) => {
|
|
74
|
+
const url = listener.url;
|
|
75
|
+
const source = new URL(url).host;
|
|
76
|
+
if (enableChii) console.log(` ${picocolors.default.green("➜")} ${picocolors.default.bold("Click to open chrome devtools")}: ${require_utils.colorUrl(`http://${source.replace("0.0.0.0", "localhost")}/__chrome_devtools`)}`);
|
|
77
|
+
});
|
|
78
|
+
}
|
|
186
79
|
});
|
|
187
|
-
module.exports = __toCommonJS(nuxt_exports);
|
|
188
|
-
var import_kit = require("@nuxt/kit");
|
|
189
|
-
|
|
190
|
-
// src/vite.ts
|
|
191
|
-
var import_unplugin2 = require("unplugin");
|
|
192
|
-
|
|
193
|
-
// src/utils.ts
|
|
194
|
-
async function interopDefault(m) {
|
|
195
|
-
const resolved = await m;
|
|
196
|
-
return resolved.default || resolved;
|
|
197
|
-
}
|
|
198
|
-
|
|
199
|
-
// src/index.ts
|
|
200
|
-
var import_node_process = __toESM(require("process"), 1);
|
|
201
|
-
var import_node_http = require("http");
|
|
202
|
-
var import_node_net2 = require("net");
|
|
203
|
-
var import_unplugin = require("unplugin");
|
|
204
|
-
var import_picocolors = __toESM(require("picocolors"), 1);
|
|
205
|
-
var import_cookie = __toESM(require("cookie"), 1);
|
|
206
|
-
var import_z_chii = require("z-chii");
|
|
207
|
-
|
|
208
|
-
// node_modules/.pnpm/get-port-please@3.1.2/node_modules/get-port-please/dist/index.mjs
|
|
209
|
-
var import_node_net = require("net");
|
|
210
|
-
var import_node_os = require("os");
|
|
211
|
-
var unsafePorts = /* @__PURE__ */ new Set([
|
|
212
|
-
1,
|
|
213
|
-
// tcpmux
|
|
214
|
-
7,
|
|
215
|
-
// echo
|
|
216
|
-
9,
|
|
217
|
-
// discard
|
|
218
|
-
11,
|
|
219
|
-
// systat
|
|
220
|
-
13,
|
|
221
|
-
// daytime
|
|
222
|
-
15,
|
|
223
|
-
// netstat
|
|
224
|
-
17,
|
|
225
|
-
// qotd
|
|
226
|
-
19,
|
|
227
|
-
// chargen
|
|
228
|
-
20,
|
|
229
|
-
// ftp data
|
|
230
|
-
21,
|
|
231
|
-
// ftp access
|
|
232
|
-
22,
|
|
233
|
-
// ssh
|
|
234
|
-
23,
|
|
235
|
-
// telnet
|
|
236
|
-
25,
|
|
237
|
-
// smtp
|
|
238
|
-
37,
|
|
239
|
-
// time
|
|
240
|
-
42,
|
|
241
|
-
// name
|
|
242
|
-
43,
|
|
243
|
-
// nicname
|
|
244
|
-
53,
|
|
245
|
-
// domain
|
|
246
|
-
69,
|
|
247
|
-
// tftp
|
|
248
|
-
77,
|
|
249
|
-
// priv-rjs
|
|
250
|
-
79,
|
|
251
|
-
// finger
|
|
252
|
-
87,
|
|
253
|
-
// ttylink
|
|
254
|
-
95,
|
|
255
|
-
// supdup
|
|
256
|
-
101,
|
|
257
|
-
// hostriame
|
|
258
|
-
102,
|
|
259
|
-
// iso-tsap
|
|
260
|
-
103,
|
|
261
|
-
// gppitnp
|
|
262
|
-
104,
|
|
263
|
-
// acr-nema
|
|
264
|
-
109,
|
|
265
|
-
// pop2
|
|
266
|
-
110,
|
|
267
|
-
// pop3
|
|
268
|
-
111,
|
|
269
|
-
// sunrpc
|
|
270
|
-
113,
|
|
271
|
-
// auth
|
|
272
|
-
115,
|
|
273
|
-
// sftp
|
|
274
|
-
117,
|
|
275
|
-
// uucp-path
|
|
276
|
-
119,
|
|
277
|
-
// nntp
|
|
278
|
-
123,
|
|
279
|
-
// NTP
|
|
280
|
-
135,
|
|
281
|
-
// loc-srv /epmap
|
|
282
|
-
137,
|
|
283
|
-
// netbios
|
|
284
|
-
139,
|
|
285
|
-
// netbios
|
|
286
|
-
143,
|
|
287
|
-
// imap2
|
|
288
|
-
161,
|
|
289
|
-
// snmp
|
|
290
|
-
179,
|
|
291
|
-
// BGP
|
|
292
|
-
389,
|
|
293
|
-
// ldap
|
|
294
|
-
427,
|
|
295
|
-
// SLP (Also used by Apple Filing Protocol)
|
|
296
|
-
465,
|
|
297
|
-
// smtp+ssl
|
|
298
|
-
512,
|
|
299
|
-
// print / exec
|
|
300
|
-
513,
|
|
301
|
-
// login
|
|
302
|
-
514,
|
|
303
|
-
// shell
|
|
304
|
-
515,
|
|
305
|
-
// printer
|
|
306
|
-
526,
|
|
307
|
-
// tempo
|
|
308
|
-
530,
|
|
309
|
-
// courier
|
|
310
|
-
531,
|
|
311
|
-
// chat
|
|
312
|
-
532,
|
|
313
|
-
// netnews
|
|
314
|
-
540,
|
|
315
|
-
// uucp
|
|
316
|
-
548,
|
|
317
|
-
// AFP (Apple Filing Protocol)
|
|
318
|
-
554,
|
|
319
|
-
// rtsp
|
|
320
|
-
556,
|
|
321
|
-
// remotefs
|
|
322
|
-
563,
|
|
323
|
-
// nntp+ssl
|
|
324
|
-
587,
|
|
325
|
-
// smtp (rfc6409)
|
|
326
|
-
601,
|
|
327
|
-
// syslog-conn (rfc3195)
|
|
328
|
-
636,
|
|
329
|
-
// ldap+ssl
|
|
330
|
-
989,
|
|
331
|
-
// ftps-data
|
|
332
|
-
990,
|
|
333
|
-
// ftps
|
|
334
|
-
993,
|
|
335
|
-
// ldap+ssl
|
|
336
|
-
995,
|
|
337
|
-
// pop3+ssl
|
|
338
|
-
1719,
|
|
339
|
-
// h323gatestat
|
|
340
|
-
1720,
|
|
341
|
-
// h323hostcall
|
|
342
|
-
1723,
|
|
343
|
-
// pptp
|
|
344
|
-
2049,
|
|
345
|
-
// nfs
|
|
346
|
-
3659,
|
|
347
|
-
// apple-sasl / PasswordServer
|
|
348
|
-
4045,
|
|
349
|
-
// lockd
|
|
350
|
-
5060,
|
|
351
|
-
// sip
|
|
352
|
-
5061,
|
|
353
|
-
// sips
|
|
354
|
-
6e3,
|
|
355
|
-
// X11
|
|
356
|
-
6566,
|
|
357
|
-
// sane-port
|
|
358
|
-
6665,
|
|
359
|
-
// Alternate IRC [Apple addition]
|
|
360
|
-
6666,
|
|
361
|
-
// Alternate IRC [Apple addition]
|
|
362
|
-
6667,
|
|
363
|
-
// Standard IRC [Apple addition]
|
|
364
|
-
6668,
|
|
365
|
-
// Alternate IRC [Apple addition]
|
|
366
|
-
6669,
|
|
367
|
-
// Alternate IRC [Apple addition]
|
|
368
|
-
6697,
|
|
369
|
-
// IRC + TLS
|
|
370
|
-
10080
|
|
371
|
-
// Amanda
|
|
372
|
-
]);
|
|
373
|
-
function isUnsafePort(port) {
|
|
374
|
-
return unsafePorts.has(port);
|
|
375
|
-
}
|
|
376
|
-
function isSafePort(port) {
|
|
377
|
-
return !isUnsafePort(port);
|
|
378
|
-
}
|
|
379
|
-
var __defProp2 = Object.defineProperty;
|
|
380
|
-
var __defNormalProp2 = (obj, key, value) => key in obj ? __defProp2(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
381
|
-
var __publicField = (obj, key, value) => {
|
|
382
|
-
__defNormalProp2(obj, typeof key !== "symbol" ? key + "" : key, value);
|
|
383
|
-
return value;
|
|
384
|
-
};
|
|
385
|
-
var GetPortError = class extends Error {
|
|
386
|
-
constructor(message, opts) {
|
|
387
|
-
super(message, opts);
|
|
388
|
-
this.message = message;
|
|
389
|
-
__publicField(this, "name", "GetPortError");
|
|
390
|
-
}
|
|
391
|
-
};
|
|
392
|
-
function _log(verbose, message) {
|
|
393
|
-
if (verbose) {
|
|
394
|
-
console.log(`[get-port] ${message}`);
|
|
395
|
-
}
|
|
396
|
-
}
|
|
397
|
-
function _tryPort(port, host) {
|
|
398
|
-
return new Promise((resolve) => {
|
|
399
|
-
const server = (0, import_node_net.createServer)();
|
|
400
|
-
server.unref();
|
|
401
|
-
server.on("error", () => {
|
|
402
|
-
resolve(false);
|
|
403
|
-
});
|
|
404
|
-
server.listen({ port, host }, () => {
|
|
405
|
-
const { port: port2 } = server.address();
|
|
406
|
-
server.close(() => {
|
|
407
|
-
resolve(isSafePort(port2) && port2);
|
|
408
|
-
});
|
|
409
|
-
});
|
|
410
|
-
});
|
|
411
|
-
}
|
|
412
|
-
function _getLocalHosts(additional) {
|
|
413
|
-
const hosts = new Set(additional);
|
|
414
|
-
for (const _interface of Object.values((0, import_node_os.networkInterfaces)())) {
|
|
415
|
-
for (const config2 of _interface || []) {
|
|
416
|
-
if (config2.address && !config2.internal && !config2.address.startsWith("fe80::")) {
|
|
417
|
-
hosts.add(config2.address);
|
|
418
|
-
}
|
|
419
|
-
}
|
|
420
|
-
}
|
|
421
|
-
return [...hosts];
|
|
422
|
-
}
|
|
423
|
-
function _fmtOnHost(hostname) {
|
|
424
|
-
return hostname ? `on host ${JSON.stringify(hostname)}` : "on any host";
|
|
425
|
-
}
|
|
426
|
-
var HOSTNAME_RE = new RegExp("^(?!-)[\\d.:A-Za-z-]{1,63}(?<!-)$");
|
|
427
|
-
async function getRandomPort(host) {
|
|
428
|
-
const port = await checkPort(0, host);
|
|
429
|
-
if (port === false) {
|
|
430
|
-
throw new GetPortError(`Unable to find a random port ${_fmtOnHost(host)}`);
|
|
431
|
-
}
|
|
432
|
-
return port;
|
|
433
|
-
}
|
|
434
|
-
async function checkPort(port, host = process.env.HOST, verbose) {
|
|
435
|
-
if (!host) {
|
|
436
|
-
host = _getLocalHosts([void 0, "0.0.0.0"]);
|
|
437
|
-
}
|
|
438
|
-
if (!Array.isArray(host)) {
|
|
439
|
-
return _tryPort(port, host);
|
|
440
|
-
}
|
|
441
|
-
for (const _host of host) {
|
|
442
|
-
const _port = await _tryPort(port, _host);
|
|
443
|
-
if (_port === false) {
|
|
444
|
-
if (port < 1024 && verbose) {
|
|
445
|
-
_log(
|
|
446
|
-
verbose,
|
|
447
|
-
`Unable to listen to the privileged port ${port} ${_fmtOnHost(
|
|
448
|
-
_host
|
|
449
|
-
)}`
|
|
450
|
-
);
|
|
451
|
-
}
|
|
452
|
-
return false;
|
|
453
|
-
}
|
|
454
|
-
if (port === 0 && _port !== 0) {
|
|
455
|
-
port = _port;
|
|
456
|
-
}
|
|
457
|
-
}
|
|
458
|
-
return port;
|
|
459
|
-
}
|
|
460
80
|
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
// src/__chrome_devtools.ts
|
|
465
|
-
function getChromeDevtoolsHtml(targetPort) {
|
|
466
|
-
return `<!DOCTYPE html>
|
|
467
|
-
<html>
|
|
468
|
-
|
|
469
|
-
<head>
|
|
470
|
-
<meta charset="utf-8">
|
|
471
|
-
<title>DevTools Targets</title>
|
|
472
|
-
<style>
|
|
473
|
-
body {
|
|
474
|
-
font-family: sans-serif;
|
|
475
|
-
padding: 2em;
|
|
476
|
-
}
|
|
477
|
-
|
|
478
|
-
ul {
|
|
479
|
-
padding: 0;
|
|
480
|
-
}
|
|
481
|
-
|
|
482
|
-
li {
|
|
483
|
-
margin-bottom: 1.2em;
|
|
484
|
-
list-style: none;
|
|
485
|
-
line-height: 1.5;
|
|
486
|
-
}
|
|
487
|
-
|
|
488
|
-
a.button {
|
|
489
|
-
display: inline-block;
|
|
490
|
-
background: #409eff;
|
|
491
|
-
color: #fff;
|
|
492
|
-
padding: 0.2em 0.5em;
|
|
493
|
-
text-decoration: none;
|
|
494
|
-
border-radius: 4px;
|
|
495
|
-
margin-top: 0.5em;
|
|
496
|
-
font-size: 14px;
|
|
497
|
-
}
|
|
498
|
-
|
|
499
|
-
a.button:hover {
|
|
500
|
-
background: #66b1ff;
|
|
501
|
-
}
|
|
502
|
-
|
|
503
|
-
#refresh {
|
|
504
|
-
margin-bottom: 1.5em;
|
|
505
|
-
}
|
|
506
|
-
</style>
|
|
507
|
-
</head>
|
|
508
|
-
|
|
509
|
-
<body>
|
|
510
|
-
<h2>\u53EF\u7528 DevTools Targets</h2><button id="refresh">\u5237\u65B0</button>
|
|
511
|
-
<ul id="target-list">
|
|
512
|
-
<li>\u52A0\u8F7D\u4E2D...</li>
|
|
513
|
-
</ul>
|
|
514
|
-
<script>
|
|
515
|
-
async function fetchTargets() {
|
|
516
|
-
const list = document.getElementById("target-list");
|
|
517
|
-
list.innerHTML = "<li>\u52A0\u8F7D\u4E2D...</li>";
|
|
518
|
-
try {
|
|
519
|
-
const resp = await fetch("/__chii_proxy/targets");
|
|
520
|
-
const data = await resp.json();
|
|
521
|
-
const targets = data.targets || [];
|
|
522
|
-
if (targets.length === 0) {
|
|
523
|
-
list.innerHTML = "<li>\u6682\u65E0\u53EF\u7528\u7684\u8C03\u8BD5\u76EE\u6807\u3002</li>";
|
|
524
|
-
} else {
|
|
525
|
-
list.innerHTML = "";
|
|
526
|
-
for (const target of targets) {
|
|
527
|
-
console.log(target)
|
|
528
|
-
const devToolsUrl = "http://localhost:${targetPort}/front_end/chii_app.html?ws=localhost:${targetPort}/client/" + Math.random().toString(20).substring(2, 8) + "?target=" + encodeURIComponent(target.id) + "&rtc=false";
|
|
529
|
-
const item = document.createElement("li");
|
|
530
|
-
item.innerHTML =
|
|
531
|
-
"<div><strong>" + (target.title) + "</strong></div>" +
|
|
532
|
-
"<div>URL: " + (target.url || "") + "</div>" +
|
|
533
|
-
"<div>UA: <code>" + (target.userAgent || "unknown") + "</code></div>" +
|
|
534
|
-
"<a href='" + devToolsUrl + "' target='_blank' class='button'>\u6253\u5F00\u8C03\u8BD5</a>";
|
|
535
|
-
list.appendChild(item);
|
|
536
|
-
}
|
|
537
|
-
}
|
|
538
|
-
} catch (e) {
|
|
539
|
-
list.innerHTML = "<li>\u83B7\u53D6\u8C03\u8BD5\u76EE\u6807\u5931\u8D25</li>";
|
|
540
|
-
}
|
|
541
|
-
}
|
|
542
|
-
document.getElementById("refresh").onclick = () => window.location.reload();
|
|
543
|
-
window.onload = fetchTargets;
|
|
544
|
-
document.addEventListener('visibilitychange', window.location.reload);
|
|
545
|
-
</script>
|
|
546
|
-
</body>
|
|
547
|
-
|
|
548
|
-
</html>`;
|
|
549
|
-
}
|
|
550
|
-
|
|
551
|
-
// src/index.ts
|
|
552
|
-
var cwd = import_node_process.default.cwd();
|
|
553
|
-
var config;
|
|
554
|
-
var colorUrl = (url) => import_picocolors.default.green(url.replace(/:(\d+)\//, (_, port) => `:${import_picocolors.default.bold(port)}/`));
|
|
555
|
-
var resovedInfo = {
|
|
556
|
-
availablePort: void 0,
|
|
557
|
-
targetURL: void 0
|
|
558
|
-
};
|
|
559
|
-
function createProxyMiddleware(debug) {
|
|
560
|
-
let proxy = null;
|
|
561
|
-
const handleUpgrade = (req, socket, head) => {
|
|
562
|
-
var _a;
|
|
563
|
-
if (proxy && ((_a = req.url) == null ? void 0 : _a.startsWith("/__chii_proxy"))) {
|
|
564
|
-
debug("WS upgrade:", req.url);
|
|
565
|
-
req.url = req.url.replace("/__chii_proxy", "");
|
|
566
|
-
proxy.ws(req, socket, head);
|
|
567
|
-
}
|
|
568
|
-
};
|
|
569
|
-
return (resolvedInfo) => {
|
|
570
|
-
return (req, res, next) => {
|
|
571
|
-
var _a;
|
|
572
|
-
if (!proxy && resolvedInfo.availablePort) {
|
|
573
|
-
proxy = import_http_proxy.default.createProxyServer({
|
|
574
|
-
target: `http://localhost:${resolvedInfo.availablePort}`,
|
|
575
|
-
ws: true
|
|
576
|
-
});
|
|
577
|
-
proxy.on("error", (err, req2, res2) => {
|
|
578
|
-
console.error("Proxy error:", err);
|
|
579
|
-
if (res2 instanceof import_node_http.ServerResponse) {
|
|
580
|
-
if (!res2.headersSent) {
|
|
581
|
-
res2.writeHead(500, { "Content-Type": "text/plain" });
|
|
582
|
-
}
|
|
583
|
-
res2.end(`Proxy error: ${err.message}`);
|
|
584
|
-
} else if (res2 instanceof import_node_net2.Socket) {
|
|
585
|
-
res2.destroy();
|
|
586
|
-
}
|
|
587
|
-
});
|
|
588
|
-
if (req.socket.server) {
|
|
589
|
-
req.socket.server.on("upgrade", handleUpgrade);
|
|
590
|
-
}
|
|
591
|
-
}
|
|
592
|
-
if (proxy && ((_a = req.url) == null ? void 0 : _a.startsWith("/__chii_proxy"))) {
|
|
593
|
-
debug(req.url);
|
|
594
|
-
req.url = req.url.replace("/__chii_proxy", "");
|
|
595
|
-
proxy.web(req, res);
|
|
596
|
-
} else {
|
|
597
|
-
next();
|
|
598
|
-
}
|
|
599
|
-
};
|
|
600
|
-
};
|
|
601
|
-
}
|
|
602
|
-
var unpluginFactory = (options) => {
|
|
603
|
-
const {
|
|
604
|
-
chii
|
|
605
|
-
} = options || {};
|
|
606
|
-
const enableChii = (chii == null ? void 0 : chii.enable) !== false;
|
|
607
|
-
function debug(...args) {
|
|
608
|
-
if (options == null ? void 0 : options.debug) {
|
|
609
|
-
console.log(` ${import_picocolors.default.yellow("DEBUG")} `, ...args);
|
|
610
|
-
}
|
|
611
|
-
}
|
|
612
|
-
const unpluginDing = {
|
|
613
|
-
name: "unplugin-dingtalk",
|
|
614
|
-
enforce: "pre",
|
|
615
|
-
resolveId(source) {
|
|
616
|
-
if (source === "chii-client") {
|
|
617
|
-
return source;
|
|
618
|
-
}
|
|
619
|
-
},
|
|
620
|
-
loadInclude(id) {
|
|
621
|
-
return id === "chii-client";
|
|
622
|
-
},
|
|
623
|
-
load(id) {
|
|
624
|
-
var _a, _b;
|
|
625
|
-
if (id === "chii-client") {
|
|
626
|
-
return `
|
|
627
|
-
;(function(){
|
|
628
|
-
if (document.getElementById('__chii_client')) return;
|
|
629
|
-
const script = document.createElement('script');
|
|
630
|
-
script.id = '__chii_client';
|
|
631
|
-
script.src="/__chii_proxy/target.js";
|
|
632
|
-
${((_a = options == null ? void 0 : options.chii) == null ? void 0 : _a.embedded) ? "script.setAttribute('embedded','true');" : ""}
|
|
633
|
-
document.body.appendChild(script);
|
|
634
|
-
})();
|
|
635
|
-
if (import.meta.hot) {
|
|
636
|
-
import.meta.hot.accept(() => {
|
|
637
|
-
const old = document.getElementById('__chii_client');
|
|
638
|
-
if (old) old.remove();
|
|
639
|
-
const script = document.createElement('script');
|
|
640
|
-
script.id = '__chii_client';
|
|
641
|
-
script.src="/__chii_proxy/target.js";
|
|
642
|
-
${((_b = options == null ? void 0 : options.chii) == null ? void 0 : _b.embedded) ? "script.setAttribute('embedded','true');" : ""}
|
|
643
|
-
document.body.appendChild(script);
|
|
644
|
-
});
|
|
645
|
-
}
|
|
646
|
-
`;
|
|
647
|
-
}
|
|
648
|
-
},
|
|
649
|
-
transformInclude(id) {
|
|
650
|
-
return !!id.split("?")[0].match(/\.[t|j]s$/);
|
|
651
|
-
},
|
|
652
|
-
async transform(source, id) {
|
|
653
|
-
if ((options == null ? void 0 : options.enable) && enableChii && !resovedInfo.availablePort) {
|
|
654
|
-
resovedInfo.availablePort = await getRandomPort();
|
|
655
|
-
(0, import_z_chii.start)({ port: resovedInfo.availablePort });
|
|
656
|
-
debug(`chii server port: ${resovedInfo.availablePort}`);
|
|
657
|
-
}
|
|
658
|
-
if ((options == null ? void 0 : options.enable) && enableChii) {
|
|
659
|
-
const file = id.split("?")[0];
|
|
660
|
-
if (file.startsWith((config == null ? void 0 : config.root) || cwd) && !file.includes("node_modules") && file.match(/\.[t|j]s$/)) {
|
|
661
|
-
return {
|
|
662
|
-
code: `import 'chii-client';
|
|
663
|
-
${source}`,
|
|
664
|
-
map: null
|
|
665
|
-
};
|
|
666
|
-
}
|
|
667
|
-
}
|
|
668
|
-
return { code: source, map: null };
|
|
669
|
-
},
|
|
670
|
-
vite: {
|
|
671
|
-
configResolved(_config) {
|
|
672
|
-
config = _config;
|
|
673
|
-
},
|
|
674
|
-
transformIndexHtml(html) {
|
|
675
|
-
if ((options == null ? void 0 : options.enable) && enableChii) {
|
|
676
|
-
const tag = `<script type="module">import 'chii-client';</script>`;
|
|
677
|
-
if (!html.includes(tag)) {
|
|
678
|
-
return html.replace(
|
|
679
|
-
"</body>",
|
|
680
|
-
`</body>${tag}
|
|
681
|
-
`
|
|
682
|
-
);
|
|
683
|
-
}
|
|
684
|
-
}
|
|
685
|
-
return html;
|
|
686
|
-
},
|
|
687
|
-
async configureServer(server) {
|
|
688
|
-
var _a, _b;
|
|
689
|
-
if (!(options == null ? void 0 : options.enable)) {
|
|
690
|
-
return;
|
|
691
|
-
}
|
|
692
|
-
const _printUrls = server.printUrls.bind(server);
|
|
693
|
-
let source = `localhost:${config.server.port || 5173}`;
|
|
694
|
-
const url = (_a = server.resolvedUrls) == null ? void 0 : _a.local[0];
|
|
695
|
-
if (url) {
|
|
696
|
-
const u = new URL(url);
|
|
697
|
-
source = u.host;
|
|
698
|
-
}
|
|
699
|
-
const base = server.config.base || "/";
|
|
700
|
-
const _targetUrl = (_b = options == null ? void 0 : options.targetUrl) != null ? _b : `http://${source}${base}`;
|
|
701
|
-
server.printUrls = () => {
|
|
702
|
-
_printUrls();
|
|
703
|
-
console.log(` ${import_picocolors.default.green("\u279C")} ${import_picocolors.default.bold(
|
|
704
|
-
"Open in dingtalk"
|
|
705
|
-
)}: ${colorUrl(`http://${source}${base}open-dingtalk`)}`);
|
|
706
|
-
if (enableChii) {
|
|
707
|
-
console.log(` ${import_picocolors.default.green("\u279C")} ${import_picocolors.default.bold(
|
|
708
|
-
"Click to open chrome devtools"
|
|
709
|
-
)}: ${colorUrl(`http://${source}${base}__chrome_devtools`)}`);
|
|
710
|
-
}
|
|
711
|
-
};
|
|
712
|
-
const targetURL = new URL(_targetUrl);
|
|
713
|
-
targetURL.searchParams.append("ddtab", "true");
|
|
714
|
-
if (options == null ? void 0 : options.corpId) {
|
|
715
|
-
targetURL.searchParams.append("corpId", options.corpId);
|
|
716
|
-
}
|
|
717
|
-
if (options.debugCookies && options.debugCookies.length > 0) {
|
|
718
|
-
server.middlewares.use((req, res, next) => {
|
|
719
|
-
const cookies = import_cookie.default.parse(req.headers.cookie || "");
|
|
720
|
-
for (const [name, value] of Object.entries(cookies)) {
|
|
721
|
-
if (value && options.debugCookies && options.debugCookies.length > 0 && options.debugCookies.includes(name)) {
|
|
722
|
-
const serializedCookie = import_cookie.default.serialize(name, value, {
|
|
723
|
-
httpOnly: false
|
|
724
|
-
});
|
|
725
|
-
res.setHeader("Set-Cookie", serializedCookie);
|
|
726
|
-
}
|
|
727
|
-
}
|
|
728
|
-
next();
|
|
729
|
-
});
|
|
730
|
-
}
|
|
731
|
-
if (enableChii) {
|
|
732
|
-
server.middlewares.use("/__chrome_devtools", async (_req, res) => {
|
|
733
|
-
if (!resovedInfo.availablePort) {
|
|
734
|
-
res.writeHead(500, { "Content-Type": "text/plain" });
|
|
735
|
-
res.end("Server not started");
|
|
736
|
-
return;
|
|
737
|
-
}
|
|
738
|
-
res.writeHead(200, { "Content-Type": "text/html; charset=utf-8" });
|
|
739
|
-
res.write(getChromeDevtoolsHtml(resovedInfo.availablePort));
|
|
740
|
-
res.end();
|
|
741
|
-
});
|
|
742
|
-
const proxyMiddleware = createProxyMiddleware(debug);
|
|
743
|
-
server.middlewares.use(proxyMiddleware(resovedInfo));
|
|
744
|
-
}
|
|
745
|
-
server.middlewares.use("/open-dingtalk", (req, res) => {
|
|
746
|
-
debug(targetURL.toString());
|
|
747
|
-
res.writeHead(302, {
|
|
748
|
-
Location: `dingtalk://dingtalkclient/page/link?url=${encodeURIComponent(targetURL.toString())}`
|
|
749
|
-
});
|
|
750
|
-
res.end();
|
|
751
|
-
});
|
|
752
|
-
}
|
|
753
|
-
},
|
|
754
|
-
webpack(compiler) {
|
|
755
|
-
var _a, _b;
|
|
756
|
-
if (!(options == null ? void 0 : options.enable)) {
|
|
757
|
-
return;
|
|
758
|
-
}
|
|
759
|
-
const devServerOptions = __spreadValues(__spreadValues({
|
|
760
|
-
host: "localhost",
|
|
761
|
-
port: 8080
|
|
762
|
-
}, compiler.options.devServer), (_a = import_node_process.default.VUE_CLI_SERVICE) == null ? void 0 : _a.projectOptions.devServer);
|
|
763
|
-
const source = `${devServerOptions.host === "0.0.0.0" ? "127.0.0.1" : devServerOptions.host}:${devServerOptions.port}`;
|
|
764
|
-
const base = compiler.options.output.publicPath || "/";
|
|
765
|
-
const _targetUrl = (_b = options == null ? void 0 : options.targetUrl) != null ? _b : `http://${source}${base}`;
|
|
766
|
-
compiler.hooks.done.tap("unplugin-dingtalk", () => {
|
|
767
|
-
console.log(` ${import_picocolors.default.green("\u279C")} ${import_picocolors.default.bold(
|
|
768
|
-
"Open in dingtalk"
|
|
769
|
-
)}: ${colorUrl(`http://${source}${base}open-dingtalk`)}`);
|
|
770
|
-
if (enableChii) {
|
|
771
|
-
console.log(` ${import_picocolors.default.green("\u279C")} ${import_picocolors.default.bold(
|
|
772
|
-
"Click to open chrome devtools"
|
|
773
|
-
)}: ${colorUrl(`http://${source}${base}__chrome_devtools`)}`);
|
|
774
|
-
}
|
|
775
|
-
});
|
|
776
|
-
resovedInfo.targetURL = new URL(_targetUrl);
|
|
777
|
-
resovedInfo.targetURL.searchParams.append("ddtab", "true");
|
|
778
|
-
if (options == null ? void 0 : options.corpId) {
|
|
779
|
-
resovedInfo.targetURL.searchParams.append("corpId", options.corpId);
|
|
780
|
-
}
|
|
781
|
-
},
|
|
782
|
-
async rspack(compiler) {
|
|
783
|
-
var _a, _b, _c, _d;
|
|
784
|
-
if (!(options == null ? void 0 : options.enable)) {
|
|
785
|
-
return;
|
|
786
|
-
}
|
|
787
|
-
const devServerOptions = __spreadValues(__spreadValues({
|
|
788
|
-
host: "localhost",
|
|
789
|
-
port: 8080
|
|
790
|
-
}, compiler.options.devServer), (_c = (_b = await ((_a = await import("@rsbuild/core")) == null ? void 0 : _a.loadConfig({
|
|
791
|
-
cwd
|
|
792
|
-
}))) == null ? void 0 : _b.content) == null ? void 0 : _c.server);
|
|
793
|
-
const source = `${devServerOptions.host === "0.0.0.0" ? "127.0.0.1" : devServerOptions.host}:${devServerOptions.port}`;
|
|
794
|
-
const base = compiler.options.output.publicPath || "/";
|
|
795
|
-
const _targetUrl = (_d = options == null ? void 0 : options.targetUrl) != null ? _d : `http://${source}${base}`;
|
|
796
|
-
resovedInfo.targetURL = new URL(_targetUrl);
|
|
797
|
-
resovedInfo.targetURL.searchParams.append("ddtab", "true");
|
|
798
|
-
if (options == null ? void 0 : options.corpId) {
|
|
799
|
-
resovedInfo.targetURL.searchParams.append("corpId", options.corpId);
|
|
800
|
-
}
|
|
801
|
-
console.log(` ${import_picocolors.default.green("\u279C")} ${import_picocolors.default.bold(
|
|
802
|
-
"Open in dingtalk"
|
|
803
|
-
)}: ${colorUrl(`http://${source}${base}open-dingtalk`)}`);
|
|
804
|
-
if (enableChii) {
|
|
805
|
-
console.log(` ${import_picocolors.default.green("\u279C")} ${import_picocolors.default.bold(
|
|
806
|
-
"Click to open chrome devtools"
|
|
807
|
-
)}: ${colorUrl(`http://${source}${base}__chrome_devtools`)}`);
|
|
808
|
-
}
|
|
809
|
-
}
|
|
810
|
-
};
|
|
811
|
-
return unpluginDing;
|
|
812
|
-
};
|
|
813
|
-
|
|
814
|
-
// src/vite.ts
|
|
815
|
-
var vite_default = async (options) => {
|
|
816
|
-
var _a;
|
|
817
|
-
const plugins = [(0, import_unplugin2.createVitePlugin)(unpluginFactory)(options)];
|
|
818
|
-
if ((options == null ? void 0 : options.enable) && ((_a = options == null ? void 0 : options.vconsole) == null ? void 0 : _a.enabled)) {
|
|
819
|
-
try {
|
|
820
|
-
const viteVConsilePlugin = await interopDefault(Promise.resolve().then(() => (init_main(), main_exports)));
|
|
821
|
-
plugins.push(viteVConsilePlugin(options == null ? void 0 : options.vconsole));
|
|
822
|
-
} catch (e) {
|
|
823
|
-
console.error("vite-plugin-vconsole not found");
|
|
824
|
-
}
|
|
825
|
-
}
|
|
826
|
-
return plugins;
|
|
827
|
-
};
|
|
828
|
-
|
|
829
|
-
// src/nuxt.ts
|
|
830
|
-
var import_schema = require("@nuxt/schema");
|
|
831
|
-
var nuxt_default = (0, import_kit.defineNuxtModule)({
|
|
832
|
-
meta: {
|
|
833
|
-
name: "nuxt-unplugin-dingtalk",
|
|
834
|
-
configKey: "unpluginStarter"
|
|
835
|
-
},
|
|
836
|
-
defaults: {
|
|
837
|
-
// ...default options
|
|
838
|
-
},
|
|
839
|
-
async setup(options, _nuxt) {
|
|
840
|
-
const vitePlugins = await vite_default(options);
|
|
841
|
-
(0, import_kit.addVitePlugin)(vitePlugins);
|
|
842
|
-
}
|
|
843
|
-
});
|
|
844
|
-
exports.default = module.exports;
|
|
81
|
+
//#endregion
|
|
82
|
+
module.exports = nuxt_default;
|