index.js 786 B

123456789101112131415161718
  1. "use strict";
  2. const sheep_api_migration_app = require("./app.js");
  3. const sheep_api_migration_chat = require("./chat.js");
  4. const sheep_api_migration_third = require("./third.js");
  5. const files = /* @__PURE__ */ Object.assign({ "./app.js": sheep_api_migration_app.__vite_glob_0_10, "./chat.js": sheep_api_migration_chat.__vite_glob_0_11, "./third.js": sheep_api_migration_third.__vite_glob_0_13 });
  6. let api = {};
  7. Object.keys(files).forEach((key) => {
  8. api = {
  9. ...api,
  10. [key.replace(/(.*\/)*([^.]+).*/gi, "$2")]: files[key].default
  11. };
  12. });
  13. const api$1 = api;
  14. const __vite_glob_0_12 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
  15. __proto__: null,
  16. default: api$1
  17. }, Symbol.toStringTag, { value: "Module" }));
  18. exports.__vite_glob_0_12 = __vite_glob_0_12;