16 lines
904 B
JavaScript
16 lines
904 B
JavaScript
|
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require : typeof Proxy !== "undefined" ? new Proxy(x, {
|
||
|
|
get: (a, b) => (typeof require !== "undefined" ? require : a)[b]
|
||
|
|
}) : x)(function(x) {
|
||
|
|
if (typeof require !== "undefined") return require.apply(this, arguments);
|
||
|
|
throw Error('Dynamic require of "' + x + '" is not supported');
|
||
|
|
});
|
||
|
|
|
||
|
|
// node_modules/.pnpm/tsup@8.3.5_jiti@2.4.1_postcss@8.4.49_tsx@4.19.2_typescript@5.7.2_yaml@2.6.1/node_modules/tsup/assets/cjs_shims.js
|
||
|
|
var getImportMetaUrl = () => typeof document === "undefined" ? new URL(`file:${__filename}`).href : document.currentScript && document.currentScript.src || new URL("main.js", document.baseURI).href;
|
||
|
|
var importMetaUrl = /* @__PURE__ */ getImportMetaUrl();
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
exports.__require = __require; exports.importMetaUrl = importMetaUrl;
|