74 lines
2.5 KiB
JavaScript
74 lines
2.5 KiB
JavaScript
module.exports = [
|
|
"[externals]/node:http [external] (node:http, cjs)", ((__turbopack_context__, module, exports) => {
|
|
|
|
const mod = __turbopack_context__.x("node:http", () => require("node:http"));
|
|
|
|
module.exports = mod;
|
|
}),
|
|
"[externals]/node:https [external] (node:https, cjs)", ((__turbopack_context__, module, exports) => {
|
|
|
|
const mod = __turbopack_context__.x("node:https", () => require("node:https"));
|
|
|
|
module.exports = mod;
|
|
}),
|
|
"[externals]/node:zlib [external] (node:zlib, cjs)", ((__turbopack_context__, module, exports) => {
|
|
|
|
const mod = __turbopack_context__.x("node:zlib", () => require("node:zlib"));
|
|
|
|
module.exports = mod;
|
|
}),
|
|
"[externals]/node:buffer [external] (node:buffer, cjs)", ((__turbopack_context__, module, exports) => {
|
|
|
|
const mod = __turbopack_context__.x("node:buffer", () => require("node:buffer"));
|
|
|
|
module.exports = mod;
|
|
}),
|
|
"[externals]/node:util [external] (node:util, cjs)", ((__turbopack_context__, module, exports) => {
|
|
|
|
const mod = __turbopack_context__.x("node:util", () => require("node:util"));
|
|
|
|
module.exports = mod;
|
|
}),
|
|
"[externals]/node:process [external] (node:process, cjs)", ((__turbopack_context__, module, exports) => {
|
|
|
|
const mod = __turbopack_context__.x("node:process", () => require("node:process"));
|
|
|
|
module.exports = mod;
|
|
}),
|
|
"[externals]/node:stream/web [external] (node:stream/web, cjs)", ((__turbopack_context__, module, exports) => {
|
|
|
|
const mod = __turbopack_context__.x("node:stream/web", () => require("node:stream/web"));
|
|
|
|
module.exports = mod;
|
|
}),
|
|
"[externals]/node:url [external] (node:url, cjs)", ((__turbopack_context__, module, exports) => {
|
|
|
|
const mod = __turbopack_context__.x("node:url", () => require("node:url"));
|
|
|
|
module.exports = mod;
|
|
}),
|
|
"[externals]/node:net [external] (node:net, cjs)", ((__turbopack_context__, module, exports) => {
|
|
|
|
const mod = __turbopack_context__.x("node:net", () => require("node:net"));
|
|
|
|
module.exports = mod;
|
|
}),
|
|
"[externals]/node:fs [external] (node:fs, cjs)", ((__turbopack_context__, module, exports) => {
|
|
|
|
const mod = __turbopack_context__.x("node:fs", () => require("node:fs"));
|
|
|
|
module.exports = mod;
|
|
}),
|
|
"[externals]/node:path [external] (node:path, cjs)", ((__turbopack_context__, module, exports) => {
|
|
|
|
const mod = __turbopack_context__.x("node:path", () => require("node:path"));
|
|
|
|
module.exports = mod;
|
|
}),
|
|
"[externals]/worker_threads [external] (worker_threads, cjs)", ((__turbopack_context__, module, exports) => {
|
|
|
|
const mod = __turbopack_context__.x("worker_threads", () => require("worker_threads"));
|
|
|
|
module.exports = mod;
|
|
}),
|
|
]; |