@seqyuan/annodex 0.1.58 → 0.1.60
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/.next/BUILD_ID +1 -1
- package/.next/app-path-routes-manifest.json +9 -8
- package/.next/build-manifest.json +2 -2
- package/.next/prerender-manifest.json +3 -3
- package/.next/required-server-files.js +1 -1
- package/.next/required-server-files.json +1 -1
- package/.next/routes-manifest.json +6 -0
- package/.next/server/app/_global-error/page.js +3 -3
- package/.next/server/app/_global-error/page_client-reference-manifest.js +1 -1
- package/.next/server/app/_global-error.html +1 -1
- package/.next/server/app/_global-error.rsc +1 -1
- package/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
- package/.next/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +1 -1
- package/.next/server/app/_global-error.segments/_global-error.segment.rsc +1 -1
- package/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
- package/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
- package/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/.next/server/app/_not-found/page.js +2 -2
- package/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/.next/server/app/_not-found.html +1 -1
- package/.next/server/app/_not-found.rsc +1 -1
- package/.next/server/app/_not-found.segments/_full.segment.rsc +1 -1
- package/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
- package/.next/server/app/_not-found.segments/_index.segment.rsc +1 -1
- package/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
- package/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
- package/.next/server/app/_not-found.segments/_tree.segment.rsc +1 -1
- package/.next/server/app/api/agent/[id]/events/route.js +1 -1
- package/.next/server/app/api/agent/[id]/route.js +1 -1
- package/.next/server/app/api/agent/new/route.js +1 -1
- package/.next/server/app/api/agent/runtime/route.js +1 -1
- package/.next/server/app/api/auth/all-providers/route.js +1 -1
- package/.next/server/app/api/auth/api-key/[provider]/route.js +1 -1
- package/.next/server/app/api/auth/login/[provider]/route.js +1 -1
- package/.next/server/app/api/auth/login/route.js +1 -1
- package/.next/server/app/api/auth/logout/[provider]/route.js +1 -1
- package/.next/server/app/api/auth/providers/route.js +1 -1
- package/.next/server/app/api/auth/status/route.js +1 -1
- package/.next/server/app/api/default-cwd/route.js +1 -1
- package/.next/server/app/api/extensions/discover/route.js +1 -1
- package/.next/server/app/api/extensions/mcp/route.js +1 -1
- package/.next/server/app/api/extensions/plugin/route.js +1 -1
- package/.next/server/app/api/extensions/plugin-marketplace/route.js +1 -1
- package/.next/server/app/api/extensions/route.js +1 -1
- package/.next/server/app/api/extensions/session/route.js +1 -1
- package/.next/server/app/api/files/[...path]/route.js +2 -2
- package/.next/server/app/api/harness/route.js +1 -1
- package/.next/server/app/api/home/route.js +1 -1
- package/.next/server/app/api/images/upload/route.js +1 -0
- package/.next/server/app/api/images/upload/route.js.nft.json +1 -0
- package/.next/server/app/api/images/upload/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/internal/runtime/route.js +1 -1
- package/.next/server/app/api/models/route.js +1 -1
- package/.next/server/app/api/models-config/discover/route.js +1 -1
- package/.next/server/app/api/models-config/route.js +1 -1
- package/.next/server/app/api/models-config/test/route.js +1 -1
- package/.next/server/app/api/projects/browse/route.js +1 -1
- package/.next/server/app/api/projects/route.js +1 -1
- package/.next/server/app/api/search/route.js +1 -1
- package/.next/server/app/api/sessions/[id]/context/route.js +1 -1
- package/.next/server/app/api/sessions/[id]/route.js +1 -1
- package/.next/server/app/api/sessions/new/route.js +1 -1
- package/.next/server/app/api/sessions/route.js +1 -1
- package/.next/server/app/api/settings/route.js +1 -1
- package/.next/server/app/api/skills/install/route.js +2 -2
- package/.next/server/app/api/skills/route.js +2 -2
- package/.next/server/app/api/skills/search/route.js +1 -1
- package/.next/server/app/api/soul/route.js +1 -1
- package/.next/server/app/api/version/route.js +1 -1
- package/.next/server/app/docs/changelog/page.js +2 -2
- package/.next/server/app/docs/changelog/page_client-reference-manifest.js +1 -1
- package/.next/server/app/docs/changelog.html +2 -2
- package/.next/server/app/docs/changelog.rsc +1 -1
- package/.next/server/app/docs/changelog.segments/_full.segment.rsc +1 -1
- package/.next/server/app/docs/changelog.segments/_head.segment.rsc +1 -1
- package/.next/server/app/docs/changelog.segments/_index.segment.rsc +1 -1
- package/.next/server/app/docs/changelog.segments/_tree.segment.rsc +1 -1
- package/.next/server/app/docs/changelog.segments/docs/changelog/__PAGE__.segment.rsc +1 -1
- package/.next/server/app/docs/changelog.segments/docs/changelog.segment.rsc +1 -1
- package/.next/server/app/docs/changelog.segments/docs.segment.rsc +1 -1
- package/.next/server/app/index.html +1 -1
- package/.next/server/app/index.rsc +1 -1
- package/.next/server/app/index.segments/__PAGE__.segment.rsc +1 -1
- package/.next/server/app/index.segments/_full.segment.rsc +1 -1
- package/.next/server/app/index.segments/_head.segment.rsc +1 -1
- package/.next/server/app/index.segments/_index.segment.rsc +1 -1
- package/.next/server/app/index.segments/_tree.segment.rsc +1 -1
- package/.next/server/app/login/page.js +2 -2
- package/.next/server/app/login/page_client-reference-manifest.js +1 -1
- package/.next/server/app/login.html +1 -1
- package/.next/server/app/login.rsc +1 -1
- package/.next/server/app/login.segments/_full.segment.rsc +1 -1
- package/.next/server/app/login.segments/_head.segment.rsc +1 -1
- package/.next/server/app/login.segments/_index.segment.rsc +1 -1
- package/.next/server/app/login.segments/_tree.segment.rsc +1 -1
- package/.next/server/app/login.segments/login/__PAGE__.segment.rsc +1 -1
- package/.next/server/app/login.segments/login.segment.rsc +1 -1
- package/.next/server/app/page.js +2 -2
- package/.next/server/app/page_client-reference-manifest.js +1 -1
- package/.next/server/app/workspace/page.js +15 -13
- package/.next/server/app/workspace/page_client-reference-manifest.js +1 -1
- package/.next/server/app/workspace.html +1 -1
- package/.next/server/app/workspace.rsc +2 -2
- package/.next/server/app/workspace.segments/_full.segment.rsc +2 -2
- package/.next/server/app/workspace.segments/_head.segment.rsc +1 -1
- package/.next/server/app/workspace.segments/_index.segment.rsc +1 -1
- package/.next/server/app/workspace.segments/_tree.segment.rsc +1 -1
- package/.next/server/app/workspace.segments/workspace/__PAGE__.segment.rsc +2 -2
- package/.next/server/app/workspace.segments/workspace.segment.rsc +1 -1
- package/.next/server/app-paths-manifest.json +9 -8
- package/.next/server/chunks/402.js +1 -1
- package/.next/server/chunks/6429.js +2 -2
- package/.next/server/chunks/6718.js +1 -1
- package/.next/server/chunks/6983.js +1 -1
- package/.next/server/chunks/8875.js +1 -1
- package/.next/server/middleware-build-manifest.js +1 -1
- package/.next/server/pages/404.html +1 -1
- package/.next/server/pages/500.html +1 -1
- package/.next/server/server-reference-manifest.json +1 -1
- package/.next/static/chunks/539-ac30b542af536e0e.js +1 -0
- package/.next/static/chunks/app/_global-error/page-d4ca0a154ed106dc.js +1 -0
- package/.next/static/chunks/app/api/agent/[id]/events/route-d4ca0a154ed106dc.js +1 -0
- package/.next/static/chunks/app/api/agent/[id]/route-d4ca0a154ed106dc.js +1 -0
- package/.next/static/chunks/app/api/agent/new/route-d4ca0a154ed106dc.js +1 -0
- package/.next/static/chunks/app/api/agent/runtime/route-d4ca0a154ed106dc.js +1 -0
- package/.next/static/chunks/app/api/auth/all-providers/route-d4ca0a154ed106dc.js +1 -0
- package/.next/static/chunks/app/api/auth/api-key/[provider]/route-d4ca0a154ed106dc.js +1 -0
- package/.next/static/chunks/app/api/auth/login/[provider]/route-d4ca0a154ed106dc.js +1 -0
- package/.next/static/chunks/app/api/auth/login/route-d4ca0a154ed106dc.js +1 -0
- package/.next/static/chunks/app/api/auth/logout/[provider]/route-d4ca0a154ed106dc.js +1 -0
- package/.next/static/chunks/app/api/auth/providers/route-d4ca0a154ed106dc.js +1 -0
- package/.next/static/chunks/app/api/auth/status/route-d4ca0a154ed106dc.js +1 -0
- package/.next/static/chunks/app/api/default-cwd/route-d4ca0a154ed106dc.js +1 -0
- package/.next/static/chunks/app/api/extensions/discover/route-d4ca0a154ed106dc.js +1 -0
- package/.next/static/chunks/app/api/extensions/mcp/route-d4ca0a154ed106dc.js +1 -0
- package/.next/static/chunks/app/api/extensions/plugin/route-d4ca0a154ed106dc.js +1 -0
- package/.next/static/chunks/app/api/extensions/plugin-marketplace/route-d4ca0a154ed106dc.js +1 -0
- package/.next/static/chunks/app/api/extensions/route-d4ca0a154ed106dc.js +1 -0
- package/.next/static/chunks/app/api/extensions/session/route-d4ca0a154ed106dc.js +1 -0
- package/.next/static/chunks/app/api/files/[...path]/route-d4ca0a154ed106dc.js +1 -0
- package/.next/static/chunks/app/api/harness/route-d4ca0a154ed106dc.js +1 -0
- package/.next/static/chunks/app/api/home/route-d4ca0a154ed106dc.js +1 -0
- package/.next/static/chunks/app/api/images/upload/route-d4ca0a154ed106dc.js +1 -0
- package/.next/static/chunks/app/api/internal/runtime/route-d4ca0a154ed106dc.js +1 -0
- package/.next/static/chunks/app/api/models/route-d4ca0a154ed106dc.js +1 -0
- package/.next/static/chunks/app/api/models-config/discover/route-d4ca0a154ed106dc.js +1 -0
- package/.next/static/chunks/app/api/models-config/route-d4ca0a154ed106dc.js +1 -0
- package/.next/static/chunks/app/api/models-config/test/route-d4ca0a154ed106dc.js +1 -0
- package/.next/static/chunks/app/api/projects/browse/route-d4ca0a154ed106dc.js +1 -0
- package/.next/static/chunks/app/api/projects/route-d4ca0a154ed106dc.js +1 -0
- package/.next/static/chunks/app/api/search/route-d4ca0a154ed106dc.js +1 -0
- package/.next/static/chunks/app/api/sessions/[id]/context/route-d4ca0a154ed106dc.js +1 -0
- package/.next/static/chunks/app/api/sessions/[id]/route-d4ca0a154ed106dc.js +1 -0
- package/.next/static/chunks/app/api/sessions/new/route-d4ca0a154ed106dc.js +1 -0
- package/.next/static/chunks/app/api/sessions/route-d4ca0a154ed106dc.js +1 -0
- package/.next/static/chunks/app/api/settings/route-d4ca0a154ed106dc.js +1 -0
- package/.next/static/chunks/app/api/skills/install/route-d4ca0a154ed106dc.js +1 -0
- package/.next/static/chunks/app/api/skills/route-d4ca0a154ed106dc.js +1 -0
- package/.next/static/chunks/app/api/skills/search/route-d4ca0a154ed106dc.js +1 -0
- package/.next/static/chunks/app/api/soul/route-d4ca0a154ed106dc.js +1 -0
- package/.next/static/chunks/app/api/version/route-d4ca0a154ed106dc.js +1 -0
- package/.next/static/chunks/app/page-d4ca0a154ed106dc.js +1 -0
- package/.next/static/chunks/app/workspace/page-28c4b21864d64b5f.js +264 -0
- package/.next/static/chunks/next/dist/client/components/builtin/app-error-d4ca0a154ed106dc.js +1 -0
- package/.next/static/chunks/next/dist/client/components/builtin/forbidden-d4ca0a154ed106dc.js +1 -0
- package/.next/static/chunks/next/dist/client/components/builtin/not-found-d4ca0a154ed106dc.js +1 -0
- package/.next/static/chunks/next/dist/client/components/builtin/unauthorized-d4ca0a154ed106dc.js +1 -0
- package/.next/static/vx3xhveE4Y6iXuUGVJ8cs/_buildManifest.js +1 -0
- package/package.json +1 -1
- package/.next/static/chunks/9211-21786f967f9c2826.js +0 -1
- package/.next/static/chunks/app/_global-error/page-80e98c5a11ec6fc9.js +0 -1
- package/.next/static/chunks/app/api/agent/[id]/events/route-80e98c5a11ec6fc9.js +0 -1
- package/.next/static/chunks/app/api/agent/[id]/route-80e98c5a11ec6fc9.js +0 -1
- package/.next/static/chunks/app/api/agent/new/route-80e98c5a11ec6fc9.js +0 -1
- package/.next/static/chunks/app/api/agent/runtime/route-80e98c5a11ec6fc9.js +0 -1
- package/.next/static/chunks/app/api/auth/all-providers/route-80e98c5a11ec6fc9.js +0 -1
- package/.next/static/chunks/app/api/auth/api-key/[provider]/route-80e98c5a11ec6fc9.js +0 -1
- package/.next/static/chunks/app/api/auth/login/[provider]/route-80e98c5a11ec6fc9.js +0 -1
- package/.next/static/chunks/app/api/auth/login/route-80e98c5a11ec6fc9.js +0 -1
- package/.next/static/chunks/app/api/auth/logout/[provider]/route-80e98c5a11ec6fc9.js +0 -1
- package/.next/static/chunks/app/api/auth/providers/route-80e98c5a11ec6fc9.js +0 -1
- package/.next/static/chunks/app/api/auth/status/route-80e98c5a11ec6fc9.js +0 -1
- package/.next/static/chunks/app/api/default-cwd/route-80e98c5a11ec6fc9.js +0 -1
- package/.next/static/chunks/app/api/extensions/discover/route-80e98c5a11ec6fc9.js +0 -1
- package/.next/static/chunks/app/api/extensions/mcp/route-80e98c5a11ec6fc9.js +0 -1
- package/.next/static/chunks/app/api/extensions/plugin/route-80e98c5a11ec6fc9.js +0 -1
- package/.next/static/chunks/app/api/extensions/plugin-marketplace/route-80e98c5a11ec6fc9.js +0 -1
- package/.next/static/chunks/app/api/extensions/route-80e98c5a11ec6fc9.js +0 -1
- package/.next/static/chunks/app/api/extensions/session/route-80e98c5a11ec6fc9.js +0 -1
- package/.next/static/chunks/app/api/files/[...path]/route-80e98c5a11ec6fc9.js +0 -1
- package/.next/static/chunks/app/api/harness/route-80e98c5a11ec6fc9.js +0 -1
- package/.next/static/chunks/app/api/home/route-80e98c5a11ec6fc9.js +0 -1
- package/.next/static/chunks/app/api/internal/runtime/route-80e98c5a11ec6fc9.js +0 -1
- package/.next/static/chunks/app/api/models/route-80e98c5a11ec6fc9.js +0 -1
- package/.next/static/chunks/app/api/models-config/discover/route-80e98c5a11ec6fc9.js +0 -1
- package/.next/static/chunks/app/api/models-config/route-80e98c5a11ec6fc9.js +0 -1
- package/.next/static/chunks/app/api/models-config/test/route-80e98c5a11ec6fc9.js +0 -1
- package/.next/static/chunks/app/api/projects/browse/route-80e98c5a11ec6fc9.js +0 -1
- package/.next/static/chunks/app/api/projects/route-80e98c5a11ec6fc9.js +0 -1
- package/.next/static/chunks/app/api/search/route-80e98c5a11ec6fc9.js +0 -1
- package/.next/static/chunks/app/api/sessions/[id]/context/route-80e98c5a11ec6fc9.js +0 -1
- package/.next/static/chunks/app/api/sessions/[id]/route-80e98c5a11ec6fc9.js +0 -1
- package/.next/static/chunks/app/api/sessions/new/route-80e98c5a11ec6fc9.js +0 -1
- package/.next/static/chunks/app/api/sessions/route-80e98c5a11ec6fc9.js +0 -1
- package/.next/static/chunks/app/api/settings/route-80e98c5a11ec6fc9.js +0 -1
- package/.next/static/chunks/app/api/skills/install/route-80e98c5a11ec6fc9.js +0 -1
- package/.next/static/chunks/app/api/skills/route-80e98c5a11ec6fc9.js +0 -1
- package/.next/static/chunks/app/api/skills/search/route-80e98c5a11ec6fc9.js +0 -1
- package/.next/static/chunks/app/api/soul/route-80e98c5a11ec6fc9.js +0 -1
- package/.next/static/chunks/app/api/version/route-80e98c5a11ec6fc9.js +0 -1
- package/.next/static/chunks/app/page-80e98c5a11ec6fc9.js +0 -1
- package/.next/static/chunks/app/workspace/page-a5559754b1543e36.js +0 -262
- package/.next/static/chunks/next/dist/client/components/builtin/app-error-80e98c5a11ec6fc9.js +0 -1
- package/.next/static/chunks/next/dist/client/components/builtin/forbidden-80e98c5a11ec6fc9.js +0 -1
- package/.next/static/chunks/next/dist/client/components/builtin/not-found-80e98c5a11ec6fc9.js +0 -1
- package/.next/static/chunks/next/dist/client/components/builtin/unauthorized-80e98c5a11ec6fc9.js +0 -1
- package/.next/static/nb0-liIW7sA4gYpqpjLnR/_buildManifest.js +0 -1
- /package/.next/static/{nb0-liIW7sA4gYpqpjLnR → vx3xhveE4Y6iXuUGVJ8cs}/_ssgManifest.js +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"11056":{"*":{"id":"24782","name":"*","chunks":[],"async":false}},"
|
|
1
|
+
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"11056":{"*":{"id":"24782","name":"*","chunks":[],"async":false}},"12863":{"*":{"id":"95048","name":"*","chunks":[],"async":false}},"27123":{"*":{"id":"81921","name":"*","chunks":[],"async":false}},"42309":{"*":{"id":"28447","name":"*","chunks":[],"async":false}},"57121":{"*":{"id":"35421","name":"*","chunks":[],"async":false}},"61304":{"*":{"id":"60440","name":"*","chunks":[],"async":false}},"64777":{"*":{"id":"82265","name":"*","chunks":[],"async":false}},"74581":{"*":{"id":"61335","name":"*","chunks":[],"async":false}},"78616":{"*":{"id":"84342","name":"*","chunks":[],"async":false}},"86869":{"*":{"id":"74661","name":"*","chunks":[],"async":false}},"90484":{"*":{"id":"70664","name":"*","chunks":[],"async":false}},"98500":{"*":{"id":"2116","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/home/runner/work/annodex/annodex/node_modules/next/dist/client/components/builtin/global-error.js":{"id":27123,"name":"*","chunks":[],"async":false},"/home/runner/work/annodex/annodex/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":27123,"name":"*","chunks":[],"async":false},"/home/runner/work/annodex/annodex/node_modules/next/dist/client/components/client-page.js":{"id":61304,"name":"*","chunks":[],"async":false},"/home/runner/work/annodex/annodex/node_modules/next/dist/esm/client/components/client-page.js":{"id":61304,"name":"*","chunks":[],"async":false},"/home/runner/work/annodex/annodex/node_modules/next/dist/client/components/client-segment.js":{"id":78616,"name":"*","chunks":[],"async":false},"/home/runner/work/annodex/annodex/node_modules/next/dist/esm/client/components/client-segment.js":{"id":78616,"name":"*","chunks":[],"async":false},"/home/runner/work/annodex/annodex/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":64777,"name":"*","chunks":[],"async":false},"/home/runner/work/annodex/annodex/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":64777,"name":"*","chunks":[],"async":false},"/home/runner/work/annodex/annodex/node_modules/next/dist/client/components/layout-router.js":{"id":57121,"name":"*","chunks":[],"async":false},"/home/runner/work/annodex/annodex/node_modules/next/dist/esm/client/components/layout-router.js":{"id":57121,"name":"*","chunks":[],"async":false},"/home/runner/work/annodex/annodex/node_modules/next/dist/client/components/render-from-template-context.js":{"id":74581,"name":"*","chunks":[],"async":false},"/home/runner/work/annodex/annodex/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":74581,"name":"*","chunks":[],"async":false},"/home/runner/work/annodex/annodex/node_modules/next/dist/lib/framework/boundary-components.js":{"id":90484,"name":"*","chunks":[],"async":false},"/home/runner/work/annodex/annodex/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":90484,"name":"*","chunks":[],"async":false},"/home/runner/work/annodex/annodex/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":86869,"name":"*","chunks":[],"async":false},"/home/runner/work/annodex/annodex/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":86869,"name":"*","chunks":[],"async":false},"/home/runner/work/annodex/annodex/node_modules/fumadocs-ui/dist/provider/next.js":{"id":11056,"name":"*","chunks":["8500","static/chunks/8500-f62a38ff68ab7f42.js","4550","static/chunks/4550-eff0bf233a5b0aec.js","7177","static/chunks/app/layout-10d99d038798f290.js"],"async":false},"/home/runner/work/annodex/annodex/node_modules/next/font/google/target.css?{\"path\":\"app/layout.tsx\",\"import\":\"Noto_Sans_Mono\",\"arguments\":[{\"subsets\":[\"latin\",\"cyrillic\"],\"variable\":\"--font-noto-mono\",\"display\":\"swap\"}],\"variableName\":\"notoSansMono\"}":{"id":83683,"name":"*","chunks":["8500","static/chunks/8500-f62a38ff68ab7f42.js","4550","static/chunks/4550-eff0bf233a5b0aec.js","7177","static/chunks/app/layout-10d99d038798f290.js"],"async":false},"/home/runner/work/annodex/annodex/app/globals.css":{"id":66872,"name":"*","chunks":["8500","static/chunks/8500-f62a38ff68ab7f42.js","4550","static/chunks/4550-eff0bf233a5b0aec.js","7177","static/chunks/app/layout-10d99d038798f290.js"],"async":false},"/home/runner/work/annodex/annodex/app/login/page.tsx":{"id":42309,"name":"*","chunks":[],"async":false},"/home/runner/work/annodex/annodex/components/AppShell.tsx":{"id":12863,"name":"*","chunks":[],"async":false},"/home/runner/work/annodex/annodex/node_modules/next/dist/client/app-dir/link.js":{"id":98500,"name":"*","chunks":[],"async":false},"/home/runner/work/annodex/annodex/node_modules/next/dist/esm/client/app-dir/link.js":{"id":98500,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/home/runner/work/annodex/annodex/":[],"/home/runner/work/annodex/annodex/app/layout":[{"inlined":false,"path":"static/css/fddca953485158e4.css"},{"inlined":false,"path":"static/css/a79090e5f63d164f.css"}],"/home/runner/work/annodex/annodex/app/page":[]},"rscModuleMapping":{"11056":{"*":{"id":"15185","name":"*","chunks":[],"async":false}},"12863":{"*":{"id":"35790","name":"*","chunks":[],"async":false}},"27123":{"*":{"id":"95547","name":"*","chunks":[],"async":false}},"42309":{"*":{"id":"69613","name":"*","chunks":[],"async":false}},"57121":{"*":{"id":"98099","name":"*","chunks":[],"async":false}},"61304":{"*":{"id":"15098","name":"*","chunks":[],"async":false}},"64777":{"*":{"id":"33859","name":"*","chunks":[],"async":false}},"66872":{"*":{"id":"82704","name":"*","chunks":[],"async":false}},"74581":{"*":{"id":"16237","name":"*","chunks":[],"async":false}},"78616":{"*":{"id":"47644","name":"*","chunks":[],"async":false}},"86869":{"*":{"id":"36675","name":"*","chunks":[],"async":false}},"90484":{"*":{"id":"98562","name":"*","chunks":[],"async":false}},"98500":{"*":{"id":"23318","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}};
|