@aku11i/phantom 6.3.0-0 → 6.3.0-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.
Files changed (32) hide show
  1. package/app/server/app-BLBOjh4e.mjs +29147 -0
  2. package/app/server/app-BLBOjh4e.mjs.map +1 -0
  3. package/app/server/index.mjs +2 -0
  4. package/app/server/start.mjs +520 -0
  5. package/app/server/start.mjs.map +1 -0
  6. package/app/web/assets/index-IcxJQt7a.css +2 -0
  7. package/app/web/assets/index-iSfjEV4I.js +52 -0
  8. package/app/web/index.html +16 -0
  9. package/package.json +1 -1
  10. package/phantom.js +60 -32
  11. package/app/.output/nitro.json +0 -17
  12. package/app/.output/public/assets/index-CI6IWFKa.css +0 -2
  13. package/app/.output/public/assets/index-DHMHkew5.js +0 -12
  14. package/app/.output/public/assets/jsx-runtime-CUBmso4R.js +0 -1
  15. package/app/.output/public/assets/routes-Boii8-De.js +0 -1
  16. package/app/.output/server/__23tanstack-start-plugin-adapters-y_fshQDY.mjs +0 -5
  17. package/app/.output/server/_chunks/ssr-renderer.mjs +0 -15
  18. package/app/.output/server/_libs/@tanstack/react-router+[...].mjs +0 -14637
  19. package/app/.output/server/_libs/h3+rou3+srvx.mjs +0 -1210
  20. package/app/.output/server/_libs/hookable.mjs +0 -41
  21. package/app/.output/server/_libs/lucide-react.mjs +0 -351
  22. package/app/.output/server/_libs/tanstack__history.mjs +0 -342
  23. package/app/.output/server/_libs/tanstack__router-core.mjs +0 -6
  24. package/app/.output/server/_libs/ufo.mjs +0 -64
  25. package/app/.output/server/_libs/zod.mjs +0 -3745
  26. package/app/.output/server/_runtime.mjs +0 -26
  27. package/app/.output/server/_ssr/router-C0zvMxvt.mjs +0 -3475
  28. package/app/.output/server/_ssr/routes-DpnTz1lw.mjs +0 -1450
  29. package/app/.output/server/_ssr/ssr.mjs +0 -5174
  30. package/app/.output/server/_ssr/start-DaFzyN3q.mjs +0 -4
  31. package/app/.output/server/_tanstack-start-manifest_v-CWxREUaR.mjs +0 -35
  32. package/app/.output/server/index.mjs +0 -326
@@ -1,26 +0,0 @@
1
- import { createRequire } from "node:module";
2
- //#region \0rolldown/runtime.js
3
- var __create = Object.create;
4
- var __defProp = Object.defineProperty;
5
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
6
- var __getOwnPropNames = Object.getOwnPropertyNames;
7
- var __getProtoOf = Object.getPrototypeOf;
8
- var __hasOwnProp = Object.prototype.hasOwnProperty;
9
- var __commonJSMin = (cb, mod) => () => (mod || cb((mod = { exports: {} }).exports, mod), mod.exports);
10
- var __copyProps = (to, from, except, desc) => {
11
- if (from && typeof from === "object" || typeof from === "function") for (var keys = __getOwnPropNames(from), i = 0, n = keys.length, key; i < n; i++) {
12
- key = keys[i];
13
- if (!__hasOwnProp.call(to, key) && key !== except) __defProp(to, key, {
14
- get: ((k) => from[k]).bind(null, key),
15
- enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
16
- });
17
- }
18
- return to;
19
- };
20
- var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", {
21
- value: mod,
22
- enumerable: true
23
- }) : target, mod));
24
- var __require = /* @__PURE__ */ createRequire(import.meta.url);
25
- //#endregion
26
- export { __require as n, __toESM as r, __commonJSMin as t };