@whxway/loom 1.1.0 → 1.2.0
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/build-manifest.json +3 -3
- package/.next/cache/.tsbuildinfo +1 -1
- package/.next/diagnostics/route-bundle-stats.json +35 -35
- package/.next/fallback-build-manifest.json +3 -3
- package/.next/server/app/(auth)/login/page_client-reference-manifest.js +1 -1
- package/.next/server/app/(dashboard)/logs/page_client-reference-manifest.js +1 -1
- package/.next/server/app/(dashboard)/mcp/page_client-reference-manifest.js +1 -1
- package/.next/server/app/(dashboard)/mcp/presets/page_client-reference-manifest.js +1 -1
- package/.next/server/app/(dashboard)/models/[name]/page_client-reference-manifest.js +1 -1
- package/.next/server/app/(dashboard)/page_client-reference-manifest.js +1 -1
- package/.next/server/app/(dashboard)/playground/audio/speech/page_client-reference-manifest.js +1 -1
- package/.next/server/app/(dashboard)/playground/audio/transcription/page_client-reference-manifest.js +1 -1
- package/.next/server/app/(dashboard)/playground/chat/page_client-reference-manifest.js +1 -1
- package/.next/server/app/(dashboard)/playground/embedding/page_client-reference-manifest.js +1 -1
- package/.next/server/app/(dashboard)/playground/image/page_client-reference-manifest.js +1 -1
- package/.next/server/app/(dashboard)/playground/page_client-reference-manifest.js +1 -1
- package/.next/server/app/(dashboard)/playground/video/page_client-reference-manifest.js +1 -1
- package/.next/server/app/(dashboard)/providers/[name]/page_client-reference-manifest.js +1 -1
- package/.next/server/app/(dashboard)/providers/page_client-reference-manifest.js +1 -1
- package/.next/server/app/(dashboard)/settings/api-keys/page_client-reference-manifest.js +1 -1
- package/.next/server/app/(dashboard)/settings/page_client-reference-manifest.js +1 -1
- package/.next/server/app/(dashboard)/settings/users/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/__PAGE__.segment.rsc +1 -1
- package/.next/server/app/_global-error.segments/_full.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_client-reference-manifest.js +1 -1
- package/.next/server/app/_not-found.html +2 -2
- package/.next/server/app/_not-found.rsc +3 -3
- package/.next/server/app/_not-found.segments/_full.segment.rsc +3 -3
- package/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
- package/.next/server/app/_not-found.segments/_index.segment.rsc +2 -2
- 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 +2 -2
- package/.next/server/app/api/adapters/route.js.nft.json +1 -1
- package/.next/server/app/api/apikeys/[id]/route.js.nft.json +1 -1
- package/.next/server/app/api/apikeys/route.js.nft.json +1 -1
- package/.next/server/app/api/capabilities/route.js.nft.json +1 -1
- package/.next/server/app/api/conversations/[id]/messages/route.js.nft.json +1 -1
- package/.next/server/app/api/conversations/[id]/route.js.nft.json +1 -1
- package/.next/server/app/api/conversations/route.js.nft.json +1 -1
- package/.next/server/app/api/health/route.js.nft.json +1 -1
- package/.next/server/app/api/login/route.js.nft.json +1 -1
- package/.next/server/app/api/logout/route.js.nft.json +1 -1
- package/.next/server/app/api/logs/generations/[id]/images/[idx]/route.js.nft.json +1 -1
- package/.next/server/app/api/logs/generations/[id]/route.js.nft.json +1 -1
- package/.next/server/app/api/logs/generations/route.js.nft.json +1 -1
- package/.next/server/app/api/mcp/presets/route.js.nft.json +1 -1
- package/.next/server/app/api/mcp/servers/[id]/check/route.js +1 -1
- package/.next/server/app/api/mcp/servers/[id]/check/route.js.nft.json +1 -1
- package/.next/server/app/api/mcp/servers/[id]/route.js.nft.json +1 -1
- package/.next/server/app/api/mcp/servers/[id]/tools/route.js.nft.json +1 -1
- package/.next/server/app/api/mcp/servers/route.js.nft.json +1 -1
- package/.next/server/app/api/messages/[id]/rate/route.js.nft.json +1 -1
- package/.next/server/app/api/models/[id]/route.js.nft.json +1 -1
- package/.next/server/app/api/models/route.js.nft.json +1 -1
- package/.next/server/app/api/ping/route.js.nft.json +1 -1
- package/.next/server/app/api/playground/chat/route.js +4 -4
- package/.next/server/app/api/playground/chat/route.js.nft.json +1 -1
- package/.next/server/app/api/playground/embedding/route.js +4 -4
- package/.next/server/app/api/playground/embedding/route.js.nft.json +1 -1
- package/.next/server/app/api/providers/[id]/check/route.js.nft.json +1 -1
- package/.next/server/app/api/providers/[id]/models/route.js.nft.json +1 -1
- package/.next/server/app/api/providers/[id]/route.js.nft.json +1 -1
- package/.next/server/app/api/providers/probe/route.js.nft.json +1 -1
- package/.next/server/app/api/providers/reload/route.js.nft.json +1 -1
- package/.next/server/app/api/providers/route.js.nft.json +1 -1
- package/.next/server/app/api/stats/models/[name]/route.js.nft.json +1 -1
- package/.next/server/app/api/stats/route.js.nft.json +1 -1
- package/.next/server/app/api/tools/[id]/route.js.nft.json +1 -1
- package/.next/server/app/api/tools/route.js.nft.json +1 -1
- package/.next/server/app/api/users/[username]/route.js.nft.json +1 -1
- package/.next/server/app/api/users/me/preferences/route.js +1 -1
- package/.next/server/app/api/users/me/preferences/route.js.nft.json +1 -1
- package/.next/server/app/api/users/me/route.js.nft.json +1 -1
- package/.next/server/app/api/users/route.js.nft.json +1 -1
- package/.next/server/app/api/v1/audio/speech/route.js +1 -1
- package/.next/server/app/api/v1/audio/speech/route.js.nft.json +1 -1
- package/.next/server/app/api/v1/audio/transcriptions/route.js +4 -4
- package/.next/server/app/api/v1/audio/transcriptions/route.js.nft.json +1 -1
- package/.next/server/app/api/v1/chat/completions/route.js +1 -1
- package/.next/server/app/api/v1/chat/completions/route.js.nft.json +1 -1
- package/.next/server/app/api/v1/embeddings/route.js +1 -1
- package/.next/server/app/api/v1/embeddings/route.js.nft.json +1 -1
- package/.next/server/app/api/v1/images/generations/route.js +1 -1
- package/.next/server/app/api/v1/images/generations/route.js.nft.json +1 -1
- package/.next/server/app/api/v1/models/route.js.nft.json +1 -1
- package/.next/server/app/api/v1/rerank/route.js +1 -1
- package/.next/server/app/api/v1/rerank/route.js.nft.json +1 -1
- package/.next/server/app/api/v1/videos/[id]/content/route.js +4 -4
- package/.next/server/app/api/v1/videos/[id]/content/route.js.nft.json +1 -1
- package/.next/server/app/api/v1/videos/[id]/route.js +4 -4
- package/.next/server/app/api/v1/videos/[id]/route.js.nft.json +1 -1
- package/.next/server/app/api/v1/videos/route.js +1 -1
- package/.next/server/app/api/v1/videos/route.js.nft.json +1 -1
- package/.next/server/app/api/variants/route.js.nft.json +1 -1
- package/.next/server/app/index.html +2 -2
- package/.next/server/app/index.rsc +7 -7
- package/.next/server/app/index.segments/!KGRhc2hib2FyZCk/__PAGE__.segment.rsc +2 -2
- package/.next/server/app/index.segments/!KGRhc2hib2FyZCk.segment.rsc +3 -3
- package/.next/server/app/index.segments/_full.segment.rsc +7 -7
- package/.next/server/app/index.segments/_head.segment.rsc +1 -1
- package/.next/server/app/index.segments/_index.segment.rsc +2 -2
- package/.next/server/app/index.segments/_tree.segment.rsc +2 -2
- package/.next/server/app/login.html +2 -2
- package/.next/server/app/login.rsc +3 -3
- package/.next/server/app/login.segments/!KGF1dGgp/login/__PAGE__.segment.rsc +1 -1
- package/.next/server/app/login.segments/!KGF1dGgp/login.segment.rsc +1 -1
- package/.next/server/app/login.segments/!KGF1dGgp.segment.rsc +1 -1
- package/.next/server/app/login.segments/_full.segment.rsc +3 -3
- package/.next/server/app/login.segments/_head.segment.rsc +1 -1
- package/.next/server/app/login.segments/_index.segment.rsc +2 -2
- package/.next/server/app/login.segments/_tree.segment.rsc +2 -2
- package/.next/server/app/logs.html +2 -2
- package/.next/server/app/logs.rsc +7 -7
- package/.next/server/app/logs.segments/!KGRhc2hib2FyZCk/logs/__PAGE__.segment.rsc +2 -2
- package/.next/server/app/logs.segments/!KGRhc2hib2FyZCk/logs.segment.rsc +1 -1
- package/.next/server/app/logs.segments/!KGRhc2hib2FyZCk.segment.rsc +3 -3
- package/.next/server/app/logs.segments/_full.segment.rsc +7 -7
- package/.next/server/app/logs.segments/_head.segment.rsc +1 -1
- package/.next/server/app/logs.segments/_index.segment.rsc +2 -2
- package/.next/server/app/logs.segments/_tree.segment.rsc +2 -2
- package/.next/server/app/mcp/presets.html +2 -2
- package/.next/server/app/mcp/presets.rsc +7 -7
- package/.next/server/app/mcp/presets.segments/!KGRhc2hib2FyZCk/mcp/presets/__PAGE__.segment.rsc +2 -2
- package/.next/server/app/mcp/presets.segments/!KGRhc2hib2FyZCk/mcp/presets.segment.rsc +1 -1
- package/.next/server/app/mcp/presets.segments/!KGRhc2hib2FyZCk/mcp.segment.rsc +1 -1
- package/.next/server/app/mcp/presets.segments/!KGRhc2hib2FyZCk.segment.rsc +3 -3
- package/.next/server/app/mcp/presets.segments/_full.segment.rsc +7 -7
- package/.next/server/app/mcp/presets.segments/_head.segment.rsc +1 -1
- package/.next/server/app/mcp/presets.segments/_index.segment.rsc +2 -2
- package/.next/server/app/mcp/presets.segments/_tree.segment.rsc +2 -2
- package/.next/server/app/mcp.html +2 -2
- package/.next/server/app/mcp.rsc +7 -7
- package/.next/server/app/mcp.segments/!KGRhc2hib2FyZCk/mcp/__PAGE__.segment.rsc +2 -2
- package/.next/server/app/mcp.segments/!KGRhc2hib2FyZCk/mcp.segment.rsc +1 -1
- package/.next/server/app/mcp.segments/!KGRhc2hib2FyZCk.segment.rsc +3 -3
- package/.next/server/app/mcp.segments/_full.segment.rsc +7 -7
- package/.next/server/app/mcp.segments/_head.segment.rsc +1 -1
- package/.next/server/app/mcp.segments/_index.segment.rsc +2 -2
- package/.next/server/app/mcp.segments/_tree.segment.rsc +2 -2
- package/.next/server/app/playground/audio/speech.html +2 -2
- package/.next/server/app/playground/audio/speech.rsc +8 -8
- package/.next/server/app/playground/audio/speech.segments/!KGRhc2hib2FyZCk/playground/audio/speech/__PAGE__.segment.rsc +2 -2
- package/.next/server/app/playground/audio/speech.segments/!KGRhc2hib2FyZCk/playground/audio/speech.segment.rsc +1 -1
- package/.next/server/app/playground/audio/speech.segments/!KGRhc2hib2FyZCk/playground/audio.segment.rsc +1 -1
- package/.next/server/app/playground/audio/speech.segments/!KGRhc2hib2FyZCk/playground.segment.rsc +2 -2
- package/.next/server/app/playground/audio/speech.segments/!KGRhc2hib2FyZCk.segment.rsc +3 -3
- package/.next/server/app/playground/audio/speech.segments/_full.segment.rsc +8 -8
- package/.next/server/app/playground/audio/speech.segments/_head.segment.rsc +1 -1
- package/.next/server/app/playground/audio/speech.segments/_index.segment.rsc +2 -2
- package/.next/server/app/playground/audio/speech.segments/_tree.segment.rsc +2 -2
- package/.next/server/app/playground/audio/transcription.html +2 -2
- package/.next/server/app/playground/audio/transcription.rsc +8 -8
- package/.next/server/app/playground/audio/transcription.segments/!KGRhc2hib2FyZCk/playground/audio/transcription/__PAGE__.segment.rsc +2 -2
- package/.next/server/app/playground/audio/transcription.segments/!KGRhc2hib2FyZCk/playground/audio/transcription.segment.rsc +1 -1
- package/.next/server/app/playground/audio/transcription.segments/!KGRhc2hib2FyZCk/playground/audio.segment.rsc +1 -1
- package/.next/server/app/playground/audio/transcription.segments/!KGRhc2hib2FyZCk/playground.segment.rsc +2 -2
- package/.next/server/app/playground/audio/transcription.segments/!KGRhc2hib2FyZCk.segment.rsc +3 -3
- package/.next/server/app/playground/audio/transcription.segments/_full.segment.rsc +8 -8
- package/.next/server/app/playground/audio/transcription.segments/_head.segment.rsc +1 -1
- package/.next/server/app/playground/audio/transcription.segments/_index.segment.rsc +2 -2
- package/.next/server/app/playground/audio/transcription.segments/_tree.segment.rsc +2 -2
- package/.next/server/app/playground/chat.html +2 -2
- package/.next/server/app/playground/chat.rsc +8 -8
- package/.next/server/app/playground/chat.segments/!KGRhc2hib2FyZCk/playground/chat/__PAGE__.segment.rsc +2 -2
- package/.next/server/app/playground/chat.segments/!KGRhc2hib2FyZCk/playground/chat.segment.rsc +1 -1
- package/.next/server/app/playground/chat.segments/!KGRhc2hib2FyZCk/playground.segment.rsc +2 -2
- package/.next/server/app/playground/chat.segments/!KGRhc2hib2FyZCk.segment.rsc +3 -3
- package/.next/server/app/playground/chat.segments/_full.segment.rsc +8 -8
- package/.next/server/app/playground/chat.segments/_head.segment.rsc +1 -1
- package/.next/server/app/playground/chat.segments/_index.segment.rsc +2 -2
- package/.next/server/app/playground/chat.segments/_tree.segment.rsc +2 -2
- package/.next/server/app/playground/embedding.html +2 -2
- package/.next/server/app/playground/embedding.rsc +8 -8
- package/.next/server/app/playground/embedding.segments/!KGRhc2hib2FyZCk/playground/embedding/__PAGE__.segment.rsc +2 -2
- package/.next/server/app/playground/embedding.segments/!KGRhc2hib2FyZCk/playground/embedding.segment.rsc +1 -1
- package/.next/server/app/playground/embedding.segments/!KGRhc2hib2FyZCk/playground.segment.rsc +2 -2
- package/.next/server/app/playground/embedding.segments/!KGRhc2hib2FyZCk.segment.rsc +3 -3
- package/.next/server/app/playground/embedding.segments/_full.segment.rsc +8 -8
- package/.next/server/app/playground/embedding.segments/_head.segment.rsc +1 -1
- package/.next/server/app/playground/embedding.segments/_index.segment.rsc +2 -2
- package/.next/server/app/playground/embedding.segments/_tree.segment.rsc +2 -2
- package/.next/server/app/playground/image.html +2 -2
- package/.next/server/app/playground/image.rsc +8 -8
- package/.next/server/app/playground/image.segments/!KGRhc2hib2FyZCk/playground/image/__PAGE__.segment.rsc +2 -2
- package/.next/server/app/playground/image.segments/!KGRhc2hib2FyZCk/playground/image.segment.rsc +1 -1
- package/.next/server/app/playground/image.segments/!KGRhc2hib2FyZCk/playground.segment.rsc +2 -2
- package/.next/server/app/playground/image.segments/!KGRhc2hib2FyZCk.segment.rsc +3 -3
- package/.next/server/app/playground/image.segments/_full.segment.rsc +8 -8
- package/.next/server/app/playground/image.segments/_head.segment.rsc +1 -1
- package/.next/server/app/playground/image.segments/_index.segment.rsc +2 -2
- package/.next/server/app/playground/image.segments/_tree.segment.rsc +2 -2
- package/.next/server/app/playground/video.html +2 -2
- package/.next/server/app/playground/video.rsc +8 -8
- package/.next/server/app/playground/video.segments/!KGRhc2hib2FyZCk/playground/video/__PAGE__.segment.rsc +2 -2
- package/.next/server/app/playground/video.segments/!KGRhc2hib2FyZCk/playground/video.segment.rsc +1 -1
- package/.next/server/app/playground/video.segments/!KGRhc2hib2FyZCk/playground.segment.rsc +2 -2
- package/.next/server/app/playground/video.segments/!KGRhc2hib2FyZCk.segment.rsc +3 -3
- package/.next/server/app/playground/video.segments/_full.segment.rsc +8 -8
- package/.next/server/app/playground/video.segments/_head.segment.rsc +1 -1
- package/.next/server/app/playground/video.segments/_index.segment.rsc +2 -2
- package/.next/server/app/playground/video.segments/_tree.segment.rsc +2 -2
- package/.next/server/app/playground.html +2 -2
- package/.next/server/app/playground.rsc +8 -8
- package/.next/server/app/playground.segments/!KGRhc2hib2FyZCk/playground/__PAGE__.segment.rsc +2 -2
- package/.next/server/app/playground.segments/!KGRhc2hib2FyZCk/playground.segment.rsc +2 -2
- package/.next/server/app/playground.segments/!KGRhc2hib2FyZCk.segment.rsc +3 -3
- package/.next/server/app/playground.segments/_full.segment.rsc +8 -8
- package/.next/server/app/playground.segments/_head.segment.rsc +1 -1
- package/.next/server/app/playground.segments/_index.segment.rsc +2 -2
- package/.next/server/app/playground.segments/_tree.segment.rsc +2 -2
- package/.next/server/app/providers.html +2 -2
- package/.next/server/app/providers.rsc +7 -7
- package/.next/server/app/providers.segments/!KGRhc2hib2FyZCk/providers/__PAGE__.segment.rsc +2 -2
- package/.next/server/app/providers.segments/!KGRhc2hib2FyZCk/providers.segment.rsc +1 -1
- package/.next/server/app/providers.segments/!KGRhc2hib2FyZCk.segment.rsc +3 -3
- package/.next/server/app/providers.segments/_full.segment.rsc +7 -7
- package/.next/server/app/providers.segments/_head.segment.rsc +1 -1
- package/.next/server/app/providers.segments/_index.segment.rsc +2 -2
- package/.next/server/app/providers.segments/_tree.segment.rsc +2 -2
- package/.next/server/app/settings/api-keys.html +2 -2
- package/.next/server/app/settings/api-keys.rsc +7 -7
- package/.next/server/app/settings/api-keys.segments/!KGRhc2hib2FyZCk/settings/api-keys/__PAGE__.segment.rsc +2 -2
- package/.next/server/app/settings/api-keys.segments/!KGRhc2hib2FyZCk/settings/api-keys.segment.rsc +1 -1
- package/.next/server/app/settings/api-keys.segments/!KGRhc2hib2FyZCk/settings.segment.rsc +1 -1
- package/.next/server/app/settings/api-keys.segments/!KGRhc2hib2FyZCk.segment.rsc +3 -3
- package/.next/server/app/settings/api-keys.segments/_full.segment.rsc +7 -7
- package/.next/server/app/settings/api-keys.segments/_head.segment.rsc +1 -1
- package/.next/server/app/settings/api-keys.segments/_index.segment.rsc +2 -2
- package/.next/server/app/settings/api-keys.segments/_tree.segment.rsc +2 -2
- package/.next/server/app/settings/users.html +2 -2
- package/.next/server/app/settings/users.rsc +7 -7
- package/.next/server/app/settings/users.segments/!KGRhc2hib2FyZCk/settings/users/__PAGE__.segment.rsc +2 -2
- package/.next/server/app/settings/users.segments/!KGRhc2hib2FyZCk/settings/users.segment.rsc +1 -1
- package/.next/server/app/settings/users.segments/!KGRhc2hib2FyZCk/settings.segment.rsc +1 -1
- package/.next/server/app/settings/users.segments/!KGRhc2hib2FyZCk.segment.rsc +3 -3
- package/.next/server/app/settings/users.segments/_full.segment.rsc +7 -7
- package/.next/server/app/settings/users.segments/_head.segment.rsc +1 -1
- package/.next/server/app/settings/users.segments/_index.segment.rsc +2 -2
- package/.next/server/app/settings/users.segments/_tree.segment.rsc +2 -2
- package/.next/server/app/settings.html +2 -2
- package/.next/server/app/settings.rsc +8 -8
- package/.next/server/app/settings.segments/!KGRhc2hib2FyZCk/settings/__PAGE__.segment.rsc +2 -2
- package/.next/server/app/settings.segments/!KGRhc2hib2FyZCk/settings.segment.rsc +1 -1
- package/.next/server/app/settings.segments/!KGRhc2hib2FyZCk.segment.rsc +3 -3
- package/.next/server/app/settings.segments/_full.segment.rsc +8 -8
- package/.next/server/app/settings.segments/_head.segment.rsc +1 -1
- package/.next/server/app/settings.segments/_index.segment.rsc +2 -2
- package/.next/server/app/settings.segments/_tree.segment.rsc +2 -2
- package/.next/server/chunks/[root-of-the-server]__019oqc3._.js +3 -0
- package/.next/server/chunks/[root-of-the-server]__019oqc3._.js.map +1 -0
- package/.next/server/chunks/[root-of-the-server]__01ou67p._.js +1 -1
- package/.next/server/chunks/[root-of-the-server]__01ou67p._.js.map +1 -1
- package/.next/server/chunks/[root-of-the-server]__02sypva._.js +2 -2
- package/.next/server/chunks/[root-of-the-server]__02sypva._.js.map +1 -1
- package/.next/server/chunks/[root-of-the-server]__0myi8j1._.js +2 -2
- package/.next/server/chunks/[root-of-the-server]__0myi8j1._.js.map +1 -1
- package/.next/server/chunks/[root-of-the-server]__0wiw6hu._.js +3 -0
- package/.next/server/chunks/[root-of-the-server]__0wiw6hu._.js.map +1 -0
- package/.next/server/chunks/[root-of-the-server]__0xrm_9r._.js +3 -0
- package/.next/server/chunks/[root-of-the-server]__0xrm_9r._.js.map +1 -0
- package/.next/server/chunks/[root-of-the-server]__11t79he._.js +1 -1
- package/.next/server/chunks/[root-of-the-server]__11t79he._.js.map +1 -1
- package/.next/server/chunks/[root-of-the-server]__1fs5lo-._.js +1 -1
- package/.next/server/chunks/[root-of-the-server]__1fs5lo-._.js.map +1 -1
- package/.next/server/chunks/[root-of-the-server]__1qg3d87._.js +2 -2
- package/.next/server/chunks/[root-of-the-server]__1qg3d87._.js.map +1 -1
- package/.next/server/chunks/[root-of-the-server]__1zgou-a._.js +6 -0
- package/.next/server/chunks/[root-of-the-server]__1zgou-a._.js.map +1 -0
- package/.next/server/chunks/_00k5vl0._.js +3 -0
- package/.next/server/chunks/_00k5vl0._.js.map +1 -0
- package/.next/server/chunks/_06hthvw._.js +3 -0
- package/.next/server/chunks/_06hthvw._.js.map +1 -0
- package/.next/server/chunks/_0c6vpbw._.js +3 -0
- package/.next/server/chunks/_0c6vpbw._.js.map +1 -0
- package/.next/server/chunks/_0hawg18._.js +3 -0
- package/.next/server/chunks/_0hawg18._.js.map +1 -0
- package/.next/server/chunks/_0kr91st._.js +3 -0
- package/.next/server/chunks/_0kr91st._.js.map +1 -0
- package/.next/server/chunks/_1i4x7k4._.js +3 -0
- package/.next/server/chunks/_1i4x7k4._.js.map +1 -0
- package/.next/server/chunks/_1lk_ovb._.js +3 -0
- package/.next/server/chunks/_1lk_ovb._.js.map +1 -0
- package/.next/server/chunks/_1wk63w9._.js +3 -0
- package/.next/server/chunks/_1wk63w9._.js.map +1 -0
- package/.next/server/chunks/_1wl3z8e._.js +3 -0
- package/.next/server/chunks/_1wl3z8e._.js.map +1 -0
- package/.next/server/chunks/lib_server_11s_lvw._.js +1 -1
- package/.next/server/chunks/lib_server_11s_lvw._.js.map +1 -1
- package/.next/server/chunks/lib_server_gateway_index_ts_1nvei3v._.js +2 -2
- package/.next/server/chunks/lib_server_gateway_index_ts_1nvei3v._.js.map +1 -1
- package/.next/server/chunks/ssr/app_(dashboard)_settings_page_tsx_1hwv4x8._.js +2 -2
- package/.next/server/chunks/ssr/app_(dashboard)_settings_page_tsx_1hwv4x8._.js.map +1 -1
- package/.next/server/chunks/ssr/lib_schemas_preferences_ts_1fy1exu._.js +1 -1
- package/.next/server/chunks/ssr/lib_schemas_preferences_ts_1fy1exu._.js.map +1 -1
- package/.next/server/middleware-build-manifest.js +3 -3
- package/.next/server/pages/404.html +2 -2
- package/.next/server/pages/500.html +1 -1
- package/.next/static/chunks/{2zeeni2y2fh59.js → 1si1c1m377t3w.js} +1 -1
- package/.next/static/chunks/2yzdc8m536xea.css +1 -0
- package/.next/static/chunks/3oj24pftrz5zy.js +11 -0
- package/.next/trace +2 -2
- package/.next/trace-build +1 -1
- package/bin/loom.mjs +1 -1
- package/drizzle/0019_timeout_default_3600.sql +36 -0
- package/drizzle/meta/0019_snapshot.json +1309 -0
- package/drizzle/meta/_journal.json +7 -0
- package/package.json +1 -1
- package/.next/server/chunks/[root-of-the-server]__00b7x8i._.js +0 -3
- package/.next/server/chunks/[root-of-the-server]__00b7x8i._.js.map +0 -1
- package/.next/server/chunks/[root-of-the-server]__022u2d9._.js +0 -3
- package/.next/server/chunks/[root-of-the-server]__022u2d9._.js.map +0 -1
- package/.next/server/chunks/[root-of-the-server]__0g3mnim._.js +0 -6
- package/.next/server/chunks/[root-of-the-server]__0g3mnim._.js.map +0 -1
- package/.next/server/chunks/[root-of-the-server]__1gon00b._.js +0 -3
- package/.next/server/chunks/[root-of-the-server]__1gon00b._.js.map +0 -1
- package/.next/server/chunks/[root-of-the-server]__1xj9qqs._.js +0 -3
- package/.next/server/chunks/[root-of-the-server]__1xj9qqs._.js.map +0 -1
- package/.next/server/chunks/_028m5t0._.js +0 -3
- package/.next/server/chunks/_028m5t0._.js.map +0 -1
- package/.next/server/chunks/_0eq8a_c._.js +0 -3
- package/.next/server/chunks/_0eq8a_c._.js.map +0 -1
- package/.next/server/chunks/_0n06usu._.js +0 -3
- package/.next/server/chunks/_0n06usu._.js.map +0 -1
- package/.next/server/chunks/_0tcchv1._.js +0 -3
- package/.next/server/chunks/_0tcchv1._.js.map +0 -1
- package/.next/server/chunks/_14120rw._.js +0 -3
- package/.next/server/chunks/_14120rw._.js.map +0 -1
- package/.next/server/chunks/_1633jn_._.js +0 -3
- package/.next/server/chunks/_1633jn_._.js.map +0 -1
- package/.next/server/chunks/_19jpf08._.js +0 -3
- package/.next/server/chunks/_19jpf08._.js.map +0 -1
- package/.next/server/chunks/_1gi5m-_._.js +0 -3
- package/.next/server/chunks/_1gi5m-_._.js.map +0 -1
- package/.next/server/chunks/_1jgm_7u._.js +0 -3
- package/.next/server/chunks/_1jgm_7u._.js.map +0 -1
- package/.next/static/chunks/0cbg1vmtl84ae.css +0 -1
- package/.next/static/chunks/29p-wdja_cbgh.js +0 -11
- /package/.next/static/{wCZkC7ZaYrxG37d-e2tac → TZ8IS4-HWznFu8M4EwNGp}/_buildManifest.js +0 -0
- /package/.next/static/{wCZkC7ZaYrxG37d-e2tac → TZ8IS4-HWznFu8M4EwNGp}/_clientMiddlewareManifest.js +0 -0
- /package/.next/static/{wCZkC7ZaYrxG37d-e2tac → TZ8IS4-HWznFu8M4EwNGp}/_ssgManifest.js +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
[
|
|
2
2
|
{
|
|
3
3
|
"route": "/playground/chat",
|
|
4
|
-
"firstLoadUncompressedJsBytes":
|
|
4
|
+
"firstLoadUncompressedJsBytes": 1647212,
|
|
5
5
|
"firstLoadChunkPaths": [
|
|
6
6
|
".next/static/chunks/0gwy6u53e_4ul.js",
|
|
7
7
|
".next/static/chunks/2izbovk1ixytg.js",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
".next/static/chunks/0k4-ojig21nwu.js",
|
|
11
11
|
".next/static/chunks/2w2273l08l6pz.js",
|
|
12
12
|
".next/static/chunks/3p7wxtt-owal-.js",
|
|
13
|
-
".next/static/chunks/
|
|
13
|
+
".next/static/chunks/1si1c1m377t3w.js",
|
|
14
14
|
".next/static/chunks/1avs7b5gzq0et.js",
|
|
15
15
|
".next/static/chunks/2_ylc3swjzu3u.js",
|
|
16
16
|
".next/static/chunks/2-3f1p4geboky.js",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
},
|
|
30
30
|
{
|
|
31
31
|
"route": "/models/[name]",
|
|
32
|
-
"firstLoadUncompressedJsBytes":
|
|
32
|
+
"firstLoadUncompressedJsBytes": 1563062,
|
|
33
33
|
"firstLoadChunkPaths": [
|
|
34
34
|
".next/static/chunks/0gwy6u53e_4ul.js",
|
|
35
35
|
".next/static/chunks/2izbovk1ixytg.js",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
".next/static/chunks/0k4-ojig21nwu.js",
|
|
39
39
|
".next/static/chunks/2w2273l08l6pz.js",
|
|
40
40
|
".next/static/chunks/3p7wxtt-owal-.js",
|
|
41
|
-
".next/static/chunks/
|
|
41
|
+
".next/static/chunks/1si1c1m377t3w.js",
|
|
42
42
|
".next/static/chunks/1avs7b5gzq0et.js",
|
|
43
43
|
".next/static/chunks/2_ylc3swjzu3u.js",
|
|
44
44
|
".next/static/chunks/2-3f1p4geboky.js",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
},
|
|
58
58
|
{
|
|
59
59
|
"route": "/",
|
|
60
|
-
"firstLoadUncompressedJsBytes":
|
|
60
|
+
"firstLoadUncompressedJsBytes": 1490265,
|
|
61
61
|
"firstLoadChunkPaths": [
|
|
62
62
|
".next/static/chunks/0gwy6u53e_4ul.js",
|
|
63
63
|
".next/static/chunks/2izbovk1ixytg.js",
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
".next/static/chunks/0k4-ojig21nwu.js",
|
|
67
67
|
".next/static/chunks/2w2273l08l6pz.js",
|
|
68
68
|
".next/static/chunks/3p7wxtt-owal-.js",
|
|
69
|
-
".next/static/chunks/
|
|
69
|
+
".next/static/chunks/1si1c1m377t3w.js",
|
|
70
70
|
".next/static/chunks/1avs7b5gzq0et.js",
|
|
71
71
|
".next/static/chunks/2_ylc3swjzu3u.js",
|
|
72
72
|
".next/static/chunks/2-3f1p4geboky.js",
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
},
|
|
85
85
|
{
|
|
86
86
|
"route": "/settings/users",
|
|
87
|
-
"firstLoadUncompressedJsBytes":
|
|
87
|
+
"firstLoadUncompressedJsBytes": 1186510,
|
|
88
88
|
"firstLoadChunkPaths": [
|
|
89
89
|
".next/static/chunks/0gwy6u53e_4ul.js",
|
|
90
90
|
".next/static/chunks/2izbovk1ixytg.js",
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
".next/static/chunks/0k4-ojig21nwu.js",
|
|
94
94
|
".next/static/chunks/2w2273l08l6pz.js",
|
|
95
95
|
".next/static/chunks/3p7wxtt-owal-.js",
|
|
96
|
-
".next/static/chunks/
|
|
96
|
+
".next/static/chunks/1si1c1m377t3w.js",
|
|
97
97
|
".next/static/chunks/1avs7b5gzq0et.js",
|
|
98
98
|
".next/static/chunks/2_ylc3swjzu3u.js",
|
|
99
99
|
".next/static/chunks/2-3f1p4geboky.js",
|
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
},
|
|
112
112
|
{
|
|
113
113
|
"route": "/logs",
|
|
114
|
-
"firstLoadUncompressedJsBytes":
|
|
114
|
+
"firstLoadUncompressedJsBytes": 1170948,
|
|
115
115
|
"firstLoadChunkPaths": [
|
|
116
116
|
".next/static/chunks/0gwy6u53e_4ul.js",
|
|
117
117
|
".next/static/chunks/2izbovk1ixytg.js",
|
|
@@ -120,7 +120,7 @@
|
|
|
120
120
|
".next/static/chunks/0k4-ojig21nwu.js",
|
|
121
121
|
".next/static/chunks/2w2273l08l6pz.js",
|
|
122
122
|
".next/static/chunks/3p7wxtt-owal-.js",
|
|
123
|
-
".next/static/chunks/
|
|
123
|
+
".next/static/chunks/1si1c1m377t3w.js",
|
|
124
124
|
".next/static/chunks/1avs7b5gzq0et.js",
|
|
125
125
|
".next/static/chunks/2_ylc3swjzu3u.js",
|
|
126
126
|
".next/static/chunks/2-3f1p4geboky.js",
|
|
@@ -138,7 +138,7 @@
|
|
|
138
138
|
},
|
|
139
139
|
{
|
|
140
140
|
"route": "/providers",
|
|
141
|
-
"firstLoadUncompressedJsBytes":
|
|
141
|
+
"firstLoadUncompressedJsBytes": 1164961,
|
|
142
142
|
"firstLoadChunkPaths": [
|
|
143
143
|
".next/static/chunks/0gwy6u53e_4ul.js",
|
|
144
144
|
".next/static/chunks/2izbovk1ixytg.js",
|
|
@@ -147,7 +147,7 @@
|
|
|
147
147
|
".next/static/chunks/0k4-ojig21nwu.js",
|
|
148
148
|
".next/static/chunks/2w2273l08l6pz.js",
|
|
149
149
|
".next/static/chunks/3p7wxtt-owal-.js",
|
|
150
|
-
".next/static/chunks/
|
|
150
|
+
".next/static/chunks/1si1c1m377t3w.js",
|
|
151
151
|
".next/static/chunks/1avs7b5gzq0et.js",
|
|
152
152
|
".next/static/chunks/2_ylc3swjzu3u.js",
|
|
153
153
|
".next/static/chunks/2-3f1p4geboky.js",
|
|
@@ -164,7 +164,7 @@
|
|
|
164
164
|
},
|
|
165
165
|
{
|
|
166
166
|
"route": "/providers/[name]",
|
|
167
|
-
"firstLoadUncompressedJsBytes":
|
|
167
|
+
"firstLoadUncompressedJsBytes": 1148310,
|
|
168
168
|
"firstLoadChunkPaths": [
|
|
169
169
|
".next/static/chunks/0gwy6u53e_4ul.js",
|
|
170
170
|
".next/static/chunks/2izbovk1ixytg.js",
|
|
@@ -173,7 +173,7 @@
|
|
|
173
173
|
".next/static/chunks/0k4-ojig21nwu.js",
|
|
174
174
|
".next/static/chunks/2w2273l08l6pz.js",
|
|
175
175
|
".next/static/chunks/3p7wxtt-owal-.js",
|
|
176
|
-
".next/static/chunks/
|
|
176
|
+
".next/static/chunks/1si1c1m377t3w.js",
|
|
177
177
|
".next/static/chunks/1avs7b5gzq0et.js",
|
|
178
178
|
".next/static/chunks/2_ylc3swjzu3u.js",
|
|
179
179
|
".next/static/chunks/2-3f1p4geboky.js",
|
|
@@ -190,7 +190,7 @@
|
|
|
190
190
|
},
|
|
191
191
|
{
|
|
192
192
|
"route": "/playground/embedding",
|
|
193
|
-
"firstLoadUncompressedJsBytes":
|
|
193
|
+
"firstLoadUncompressedJsBytes": 1130822,
|
|
194
194
|
"firstLoadChunkPaths": [
|
|
195
195
|
".next/static/chunks/0gwy6u53e_4ul.js",
|
|
196
196
|
".next/static/chunks/2izbovk1ixytg.js",
|
|
@@ -199,7 +199,7 @@
|
|
|
199
199
|
".next/static/chunks/0k4-ojig21nwu.js",
|
|
200
200
|
".next/static/chunks/2w2273l08l6pz.js",
|
|
201
201
|
".next/static/chunks/3p7wxtt-owal-.js",
|
|
202
|
-
".next/static/chunks/
|
|
202
|
+
".next/static/chunks/1si1c1m377t3w.js",
|
|
203
203
|
".next/static/chunks/1avs7b5gzq0et.js",
|
|
204
204
|
".next/static/chunks/2_ylc3swjzu3u.js",
|
|
205
205
|
".next/static/chunks/2-3f1p4geboky.js",
|
|
@@ -217,7 +217,7 @@
|
|
|
217
217
|
},
|
|
218
218
|
{
|
|
219
219
|
"route": "/settings",
|
|
220
|
-
"firstLoadUncompressedJsBytes":
|
|
220
|
+
"firstLoadUncompressedJsBytes": 1130055,
|
|
221
221
|
"firstLoadChunkPaths": [
|
|
222
222
|
".next/static/chunks/0gwy6u53e_4ul.js",
|
|
223
223
|
".next/static/chunks/2izbovk1ixytg.js",
|
|
@@ -226,12 +226,12 @@
|
|
|
226
226
|
".next/static/chunks/0k4-ojig21nwu.js",
|
|
227
227
|
".next/static/chunks/2w2273l08l6pz.js",
|
|
228
228
|
".next/static/chunks/3p7wxtt-owal-.js",
|
|
229
|
-
".next/static/chunks/
|
|
229
|
+
".next/static/chunks/1si1c1m377t3w.js",
|
|
230
230
|
".next/static/chunks/1avs7b5gzq0et.js",
|
|
231
231
|
".next/static/chunks/2_ylc3swjzu3u.js",
|
|
232
232
|
".next/static/chunks/2-3f1p4geboky.js",
|
|
233
233
|
".next/static/chunks/2zgfj2y10bftz.js",
|
|
234
|
-
".next/static/chunks/
|
|
234
|
+
".next/static/chunks/3oj24pftrz5zy.js",
|
|
235
235
|
".next/static/chunks/1jexzsn2qdw84.js",
|
|
236
236
|
".next/static/chunks/2-n3y00tm0437.js",
|
|
237
237
|
".next/static/chunks/3zgk7uytcvwnj.js",
|
|
@@ -242,7 +242,7 @@
|
|
|
242
242
|
},
|
|
243
243
|
{
|
|
244
244
|
"route": "/mcp",
|
|
245
|
-
"firstLoadUncompressedJsBytes":
|
|
245
|
+
"firstLoadUncompressedJsBytes": 1127535,
|
|
246
246
|
"firstLoadChunkPaths": [
|
|
247
247
|
".next/static/chunks/0gwy6u53e_4ul.js",
|
|
248
248
|
".next/static/chunks/2izbovk1ixytg.js",
|
|
@@ -251,7 +251,7 @@
|
|
|
251
251
|
".next/static/chunks/0k4-ojig21nwu.js",
|
|
252
252
|
".next/static/chunks/2w2273l08l6pz.js",
|
|
253
253
|
".next/static/chunks/3p7wxtt-owal-.js",
|
|
254
|
-
".next/static/chunks/
|
|
254
|
+
".next/static/chunks/1si1c1m377t3w.js",
|
|
255
255
|
".next/static/chunks/1avs7b5gzq0et.js",
|
|
256
256
|
".next/static/chunks/2_ylc3swjzu3u.js",
|
|
257
257
|
".next/static/chunks/2-3f1p4geboky.js",
|
|
@@ -267,7 +267,7 @@
|
|
|
267
267
|
},
|
|
268
268
|
{
|
|
269
269
|
"route": "/playground/image",
|
|
270
|
-
"firstLoadUncompressedJsBytes":
|
|
270
|
+
"firstLoadUncompressedJsBytes": 1126568,
|
|
271
271
|
"firstLoadChunkPaths": [
|
|
272
272
|
".next/static/chunks/0gwy6u53e_4ul.js",
|
|
273
273
|
".next/static/chunks/2izbovk1ixytg.js",
|
|
@@ -276,7 +276,7 @@
|
|
|
276
276
|
".next/static/chunks/0k4-ojig21nwu.js",
|
|
277
277
|
".next/static/chunks/2w2273l08l6pz.js",
|
|
278
278
|
".next/static/chunks/3p7wxtt-owal-.js",
|
|
279
|
-
".next/static/chunks/
|
|
279
|
+
".next/static/chunks/1si1c1m377t3w.js",
|
|
280
280
|
".next/static/chunks/1avs7b5gzq0et.js",
|
|
281
281
|
".next/static/chunks/2_ylc3swjzu3u.js",
|
|
282
282
|
".next/static/chunks/2-3f1p4geboky.js",
|
|
@@ -294,7 +294,7 @@
|
|
|
294
294
|
},
|
|
295
295
|
{
|
|
296
296
|
"route": "/playground/video",
|
|
297
|
-
"firstLoadUncompressedJsBytes":
|
|
297
|
+
"firstLoadUncompressedJsBytes": 1123882,
|
|
298
298
|
"firstLoadChunkPaths": [
|
|
299
299
|
".next/static/chunks/0gwy6u53e_4ul.js",
|
|
300
300
|
".next/static/chunks/2izbovk1ixytg.js",
|
|
@@ -303,7 +303,7 @@
|
|
|
303
303
|
".next/static/chunks/0k4-ojig21nwu.js",
|
|
304
304
|
".next/static/chunks/2w2273l08l6pz.js",
|
|
305
305
|
".next/static/chunks/3p7wxtt-owal-.js",
|
|
306
|
-
".next/static/chunks/
|
|
306
|
+
".next/static/chunks/1si1c1m377t3w.js",
|
|
307
307
|
".next/static/chunks/1avs7b5gzq0et.js",
|
|
308
308
|
".next/static/chunks/2_ylc3swjzu3u.js",
|
|
309
309
|
".next/static/chunks/2-3f1p4geboky.js",
|
|
@@ -321,7 +321,7 @@
|
|
|
321
321
|
},
|
|
322
322
|
{
|
|
323
323
|
"route": "/playground/audio/transcription",
|
|
324
|
-
"firstLoadUncompressedJsBytes":
|
|
324
|
+
"firstLoadUncompressedJsBytes": 1123250,
|
|
325
325
|
"firstLoadChunkPaths": [
|
|
326
326
|
".next/static/chunks/0gwy6u53e_4ul.js",
|
|
327
327
|
".next/static/chunks/2izbovk1ixytg.js",
|
|
@@ -330,7 +330,7 @@
|
|
|
330
330
|
".next/static/chunks/0k4-ojig21nwu.js",
|
|
331
331
|
".next/static/chunks/2w2273l08l6pz.js",
|
|
332
332
|
".next/static/chunks/3p7wxtt-owal-.js",
|
|
333
|
-
".next/static/chunks/
|
|
333
|
+
".next/static/chunks/1si1c1m377t3w.js",
|
|
334
334
|
".next/static/chunks/1avs7b5gzq0et.js",
|
|
335
335
|
".next/static/chunks/2_ylc3swjzu3u.js",
|
|
336
336
|
".next/static/chunks/2-3f1p4geboky.js",
|
|
@@ -348,7 +348,7 @@
|
|
|
348
348
|
},
|
|
349
349
|
{
|
|
350
350
|
"route": "/playground/audio/speech",
|
|
351
|
-
"firstLoadUncompressedJsBytes":
|
|
351
|
+
"firstLoadUncompressedJsBytes": 1119849,
|
|
352
352
|
"firstLoadChunkPaths": [
|
|
353
353
|
".next/static/chunks/0gwy6u53e_4ul.js",
|
|
354
354
|
".next/static/chunks/2izbovk1ixytg.js",
|
|
@@ -357,7 +357,7 @@
|
|
|
357
357
|
".next/static/chunks/0k4-ojig21nwu.js",
|
|
358
358
|
".next/static/chunks/2w2273l08l6pz.js",
|
|
359
359
|
".next/static/chunks/3p7wxtt-owal-.js",
|
|
360
|
-
".next/static/chunks/
|
|
360
|
+
".next/static/chunks/1si1c1m377t3w.js",
|
|
361
361
|
".next/static/chunks/1avs7b5gzq0et.js",
|
|
362
362
|
".next/static/chunks/2_ylc3swjzu3u.js",
|
|
363
363
|
".next/static/chunks/2-3f1p4geboky.js",
|
|
@@ -375,7 +375,7 @@
|
|
|
375
375
|
},
|
|
376
376
|
{
|
|
377
377
|
"route": "/mcp/presets",
|
|
378
|
-
"firstLoadUncompressedJsBytes":
|
|
378
|
+
"firstLoadUncompressedJsBytes": 1103516,
|
|
379
379
|
"firstLoadChunkPaths": [
|
|
380
380
|
".next/static/chunks/0gwy6u53e_4ul.js",
|
|
381
381
|
".next/static/chunks/2izbovk1ixytg.js",
|
|
@@ -384,7 +384,7 @@
|
|
|
384
384
|
".next/static/chunks/0k4-ojig21nwu.js",
|
|
385
385
|
".next/static/chunks/2w2273l08l6pz.js",
|
|
386
386
|
".next/static/chunks/3p7wxtt-owal-.js",
|
|
387
|
-
".next/static/chunks/
|
|
387
|
+
".next/static/chunks/1si1c1m377t3w.js",
|
|
388
388
|
".next/static/chunks/1avs7b5gzq0et.js",
|
|
389
389
|
".next/static/chunks/2_ylc3swjzu3u.js",
|
|
390
390
|
".next/static/chunks/2-3f1p4geboky.js",
|
|
@@ -400,7 +400,7 @@
|
|
|
400
400
|
},
|
|
401
401
|
{
|
|
402
402
|
"route": "/settings/api-keys",
|
|
403
|
-
"firstLoadUncompressedJsBytes":
|
|
403
|
+
"firstLoadUncompressedJsBytes": 1086280,
|
|
404
404
|
"firstLoadChunkPaths": [
|
|
405
405
|
".next/static/chunks/0gwy6u53e_4ul.js",
|
|
406
406
|
".next/static/chunks/2izbovk1ixytg.js",
|
|
@@ -409,7 +409,7 @@
|
|
|
409
409
|
".next/static/chunks/0k4-ojig21nwu.js",
|
|
410
410
|
".next/static/chunks/2w2273l08l6pz.js",
|
|
411
411
|
".next/static/chunks/3p7wxtt-owal-.js",
|
|
412
|
-
".next/static/chunks/
|
|
412
|
+
".next/static/chunks/1si1c1m377t3w.js",
|
|
413
413
|
".next/static/chunks/1avs7b5gzq0et.js",
|
|
414
414
|
".next/static/chunks/2_ylc3swjzu3u.js",
|
|
415
415
|
".next/static/chunks/2-3f1p4geboky.js",
|
|
@@ -425,7 +425,7 @@
|
|
|
425
425
|
},
|
|
426
426
|
{
|
|
427
427
|
"route": "/playground",
|
|
428
|
-
"firstLoadUncompressedJsBytes":
|
|
428
|
+
"firstLoadUncompressedJsBytes": 1069874,
|
|
429
429
|
"firstLoadChunkPaths": [
|
|
430
430
|
".next/static/chunks/0gwy6u53e_4ul.js",
|
|
431
431
|
".next/static/chunks/2izbovk1ixytg.js",
|
|
@@ -434,7 +434,7 @@
|
|
|
434
434
|
".next/static/chunks/0k4-ojig21nwu.js",
|
|
435
435
|
".next/static/chunks/2w2273l08l6pz.js",
|
|
436
436
|
".next/static/chunks/3p7wxtt-owal-.js",
|
|
437
|
-
".next/static/chunks/
|
|
437
|
+
".next/static/chunks/1si1c1m377t3w.js",
|
|
438
438
|
".next/static/chunks/1avs7b5gzq0et.js",
|
|
439
439
|
".next/static/chunks/2_ylc3swjzu3u.js",
|
|
440
440
|
".next/static/chunks/2-3f1p4geboky.js",
|
|
@@ -5,9 +5,9 @@
|
|
|
5
5
|
"devFiles": [],
|
|
6
6
|
"polyfillFiles": [],
|
|
7
7
|
"lowPriorityFiles": [
|
|
8
|
-
"static/
|
|
9
|
-
"static/
|
|
10
|
-
"static/
|
|
8
|
+
"static/TZ8IS4-HWznFu8M4EwNGp/_buildManifest.js",
|
|
9
|
+
"static/TZ8IS4-HWznFu8M4EwNGp/_ssgManifest.js",
|
|
10
|
+
"static/TZ8IS4-HWznFu8M4EwNGp/_clientMiddlewareManifest.js"
|
|
11
11
|
],
|
|
12
12
|
"rootMainFiles": []
|
|
13
13
|
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
globalThis.__RSC_MANIFEST = globalThis.__RSC_MANIFEST || {};
|
|
2
|
-
globalThis.__RSC_MANIFEST["/(auth)/login/page"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{"[project]/node_modules/next/dist/esm/client/components/layout-router.js <module evaluation>":{"id":339756,"name":"*","chunks":["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/layout-router.js":{"id":339756,"name":"*","chunks":["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js <module evaluation>":{"id":837457,"name":"*","chunks":["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":837457,"name":"*","chunks":["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js <module evaluation>":{"id":347257,"name":"*","chunks":["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js":{"id":347257,"name":"*","chunks":["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js <module evaluation>":{"id":92825,"name":"*","chunks":["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js":{"id":92825,"name":"*","chunks":["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js <module evaluation>":{"id":768017,"name":"*","chunks":["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":768017,"name":"*","chunks":["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js <module evaluation>":{"id":897367,"name":"*","chunks":["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":897367,"name":"*","chunks":["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js <module evaluation>":{"id":27201,"name":"*","chunks":["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":27201,"name":"*","chunks":["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js"],"async":false},"[project]/components/AppProviders.tsx <module evaluation>":{"id":26229,"name":"*","chunks":["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js"],"async":false},"[project]/components/AppProviders.tsx":{"id":26229,"name":"*","chunks":["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js"],"async":false},"[project]/node_modules/next/dist/client/app-dir/link.js <module evaluation>":{"id":522016,"name":"*","chunks":["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js","/_next/static/chunks/0k4-ojig21nwu.js"],"async":false},"[project]/node_modules/next/dist/client/app-dir/link.js":{"id":522016,"name":"*","chunks":["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js","/_next/static/chunks/0k4-ojig21nwu.js"],"async":false},"[project]/node_modules/next/dist/client/components/builtin/global-error.js <module evaluation>":{"id":168027,"name":"*","chunks":["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js"],"async":false},"[project]/node_modules/next/dist/client/components/builtin/global-error.js":{"id":168027,"name":"*","chunks":["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js"],"async":false},"[project]/app/(auth)/login/page.tsx <module evaluation>":{"id":523426,"name":"*","chunks":["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js","/_next/static/chunks/3wjkvif0o8mr-.js","/_next/static/chunks/1avs7b5gzq0et.js"],"async":false},"[project]/app/(auth)/login/page.tsx":{"id":523426,"name":"*","chunks":["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js","/_next/static/chunks/3wjkvif0o8mr-.js","/_next/static/chunks/1avs7b5gzq0et.js"],"async":false}},"ssrModuleMapping":{"339756":{"*":{"id":802420,"name":"*","chunks":["server/chunks/ssr/node_modules_sonner_dist_index_mjs_084dxi0._.js","server/chunks/ssr/[root-of-the-server]__1h7hg8i._.js","server/chunks/ssr/_19z54i6._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js","server/chunks/ssr/node_modules_next_1a1kch7._.js"],"async":false}},"837457":{"*":{"id":324017,"name":"*","chunks":["server/chunks/ssr/node_modules_sonner_dist_index_mjs_084dxi0._.js","server/chunks/ssr/[root-of-the-server]__1h7hg8i._.js","server/chunks/ssr/_19z54i6._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js","server/chunks/ssr/node_modules_next_1a1kch7._.js"],"async":false}},"347257":{"*":{"id":877682,"name":"*","chunks":["server/chunks/ssr/node_modules_sonner_dist_index_mjs_084dxi0._.js","server/chunks/ssr/[root-of-the-server]__1h7hg8i._.js","server/chunks/ssr/_19z54i6._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js","server/chunks/ssr/node_modules_next_1a1kch7._.js"],"async":false}},"92825":{"*":{"id":697296,"name":"*","chunks":["server/chunks/ssr/node_modules_sonner_dist_index_mjs_084dxi0._.js","server/chunks/ssr/[root-of-the-server]__1h7hg8i._.js","server/chunks/ssr/_19z54i6._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js","server/chunks/ssr/node_modules_next_1a1kch7._.js"],"async":false}},"768017":{"*":{"id":861660,"name":"*","chunks":["server/chunks/ssr/node_modules_sonner_dist_index_mjs_084dxi0._.js","server/chunks/ssr/[root-of-the-server]__1h7hg8i._.js","server/chunks/ssr/_19z54i6._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js","server/chunks/ssr/node_modules_next_1a1kch7._.js"],"async":false}},"897367":{"*":{"id":990574,"name":"*","chunks":["server/chunks/ssr/node_modules_sonner_dist_index_mjs_084dxi0._.js","server/chunks/ssr/[root-of-the-server]__1h7hg8i._.js","server/chunks/ssr/_19z54i6._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js","server/chunks/ssr/node_modules_next_1a1kch7._.js"],"async":false}},"27201":{"*":{"id":660704,"name":"*","chunks":["server/chunks/ssr/node_modules_sonner_dist_index_mjs_084dxi0._.js","server/chunks/ssr/[root-of-the-server]__1h7hg8i._.js","server/chunks/ssr/_19z54i6._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js","server/chunks/ssr/node_modules_next_1a1kch7._.js"],"async":false}},"26229":{"*":{"id":965686,"name":"*","chunks":["server/chunks/ssr/node_modules_sonner_dist_index_mjs_084dxi0._.js","server/chunks/ssr/[root-of-the-server]__1h7hg8i._.js","server/chunks/ssr/_19z54i6._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js","server/chunks/ssr/node_modules_next_1a1kch7._.js"],"async":false}},"522016":{"*":{"id":238246,"name":"*","chunks":["server/chunks/ssr/node_modules_sonner_dist_index_mjs_084dxi0._.js","server/chunks/ssr/[root-of-the-server]__1h7hg8i._.js","server/chunks/ssr/_19z54i6._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js","server/chunks/ssr/node_modules_next_1a1kch7._.js","server/chunks/ssr/node_modules_next_dist_shared_lib_deployment-id_1e97fn7.js","server/chunks/ssr/node_modules_next_dist_0i__tkx._.js"],"async":false}},"168027":{"*":{"id":340622,"name":"*","chunks":["server/chunks/ssr/node_modules_sonner_dist_index_mjs_084dxi0._.js","server/chunks/ssr/[root-of-the-server]__1h7hg8i._.js","server/chunks/ssr/_19z54i6._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js","server/chunks/ssr/node_modules_next_1a1kch7._.js","server/chunks/ssr/node_modules_0h91jdk._.js"],"async":false}},"523426":{"*":{"id":301577,"name":"*","chunks":["server/chunks/ssr/node_modules_sonner_dist_index_mjs_084dxi0._.js","server/chunks/ssr/[root-of-the-server]__1h7hg8i._.js","server/chunks/ssr/_19z54i6._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js","server/chunks/ssr/node_modules_next_1a1kch7._.js","server/chunks/ssr/_0i7-c8f._.js","server/chunks/ssr/lib_utils_ts_0az0sfq._.js"],"async":false}}},"edgeSSRModuleMapping":{},"rscModuleMapping":{"339756":{"*":{"id":926768,"name":"*","chunks":[],"async":false}},"837457":{"*":{"id":517910,"name":"*","chunks":[],"async":false}},"347257":{"*":{"id":292977,"name":"*","chunks":[],"async":false}},"92825":{"*":{"id":348552,"name":"*","chunks":[],"async":false}},"768017":{"*":{"id":683919,"name":"*","chunks":[],"async":false}},"897367":{"*":{"id":724150,"name":"*","chunks":[],"async":false}},"27201":{"*":{"id":340771,"name":"*","chunks":[],"async":false}},"26229":{"*":{"id":670803,"name":"*","chunks":[],"async":false}},"522016":{"*":{"id":784707,"name":"*","chunks":[],"async":false}},"168027":{"*":{"id":782509,"name":"*","chunks":[],"async":false}},"523426":{"*":{"id":118466,"name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{},"entryCSSFiles":{"[project]/app/layout":[{"path":"static/chunks/233p45nuh4m5b.css","inlined":false},{"path":"static/chunks/0cbg1vmtl84ae.css","inlined":false}],"[project]/app/not-found":[{"path":"static/chunks/233p45nuh4m5b.css","inlined":false},{"path":"static/chunks/0cbg1vmtl84ae.css","inlined":false}],"[project]/node_modules/next/dist/client/components/builtin/global-error":[{"path":"static/chunks/233p45nuh4m5b.css","inlined":false},{"path":"static/chunks/0cbg1vmtl84ae.css","inlined":false}],"[project]/app/(auth)/login/page":[{"path":"static/chunks/233p45nuh4m5b.css","inlined":false},{"path":"static/chunks/0cbg1vmtl84ae.css","inlined":false}]},"entryJSFiles":{"[project]/app/layout":["static/chunks/0gwy6u53e_4ul.js","static/chunks/2izbovk1ixytg.js","static/chunks/1giwad-u52ub-.js","static/chunks/1ntn7efqc-iiw.js"],"[project]/app/not-found":["static/chunks/0gwy6u53e_4ul.js","static/chunks/2izbovk1ixytg.js","static/chunks/1giwad-u52ub-.js","static/chunks/1ntn7efqc-iiw.js","static/chunks/0k4-ojig21nwu.js"],"[project]/node_modules/next/dist/client/components/builtin/global-error":["static/chunks/0gwy6u53e_4ul.js","static/chunks/2izbovk1ixytg.js","static/chunks/1giwad-u52ub-.js","static/chunks/1ntn7efqc-iiw.js"],"[project]/app/(auth)/login/page":["static/chunks/0gwy6u53e_4ul.js","static/chunks/2izbovk1ixytg.js","static/chunks/1giwad-u52ub-.js","static/chunks/1ntn7efqc-iiw.js","static/chunks/3wjkvif0o8mr-.js","static/chunks/1avs7b5gzq0et.js"]}};
|
|
2
|
+
globalThis.__RSC_MANIFEST["/(auth)/login/page"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{"[project]/node_modules/next/dist/esm/client/components/layout-router.js <module evaluation>":{"id":339756,"name":"*","chunks":["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/layout-router.js":{"id":339756,"name":"*","chunks":["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js <module evaluation>":{"id":837457,"name":"*","chunks":["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":837457,"name":"*","chunks":["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js <module evaluation>":{"id":347257,"name":"*","chunks":["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js":{"id":347257,"name":"*","chunks":["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js <module evaluation>":{"id":92825,"name":"*","chunks":["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js":{"id":92825,"name":"*","chunks":["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js <module evaluation>":{"id":768017,"name":"*","chunks":["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":768017,"name":"*","chunks":["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js <module evaluation>":{"id":897367,"name":"*","chunks":["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":897367,"name":"*","chunks":["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js <module evaluation>":{"id":27201,"name":"*","chunks":["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":27201,"name":"*","chunks":["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js"],"async":false},"[project]/components/AppProviders.tsx <module evaluation>":{"id":26229,"name":"*","chunks":["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js"],"async":false},"[project]/components/AppProviders.tsx":{"id":26229,"name":"*","chunks":["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js"],"async":false},"[project]/node_modules/next/dist/client/app-dir/link.js <module evaluation>":{"id":522016,"name":"*","chunks":["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js","/_next/static/chunks/0k4-ojig21nwu.js"],"async":false},"[project]/node_modules/next/dist/client/app-dir/link.js":{"id":522016,"name":"*","chunks":["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js","/_next/static/chunks/0k4-ojig21nwu.js"],"async":false},"[project]/node_modules/next/dist/client/components/builtin/global-error.js <module evaluation>":{"id":168027,"name":"*","chunks":["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js"],"async":false},"[project]/node_modules/next/dist/client/components/builtin/global-error.js":{"id":168027,"name":"*","chunks":["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js"],"async":false},"[project]/app/(auth)/login/page.tsx <module evaluation>":{"id":523426,"name":"*","chunks":["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js","/_next/static/chunks/3wjkvif0o8mr-.js","/_next/static/chunks/1avs7b5gzq0et.js"],"async":false},"[project]/app/(auth)/login/page.tsx":{"id":523426,"name":"*","chunks":["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js","/_next/static/chunks/3wjkvif0o8mr-.js","/_next/static/chunks/1avs7b5gzq0et.js"],"async":false}},"ssrModuleMapping":{"339756":{"*":{"id":802420,"name":"*","chunks":["server/chunks/ssr/node_modules_sonner_dist_index_mjs_084dxi0._.js","server/chunks/ssr/[root-of-the-server]__1h7hg8i._.js","server/chunks/ssr/_19z54i6._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js","server/chunks/ssr/node_modules_next_1a1kch7._.js"],"async":false}},"837457":{"*":{"id":324017,"name":"*","chunks":["server/chunks/ssr/node_modules_sonner_dist_index_mjs_084dxi0._.js","server/chunks/ssr/[root-of-the-server]__1h7hg8i._.js","server/chunks/ssr/_19z54i6._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js","server/chunks/ssr/node_modules_next_1a1kch7._.js"],"async":false}},"347257":{"*":{"id":877682,"name":"*","chunks":["server/chunks/ssr/node_modules_sonner_dist_index_mjs_084dxi0._.js","server/chunks/ssr/[root-of-the-server]__1h7hg8i._.js","server/chunks/ssr/_19z54i6._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js","server/chunks/ssr/node_modules_next_1a1kch7._.js"],"async":false}},"92825":{"*":{"id":697296,"name":"*","chunks":["server/chunks/ssr/node_modules_sonner_dist_index_mjs_084dxi0._.js","server/chunks/ssr/[root-of-the-server]__1h7hg8i._.js","server/chunks/ssr/_19z54i6._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js","server/chunks/ssr/node_modules_next_1a1kch7._.js"],"async":false}},"768017":{"*":{"id":861660,"name":"*","chunks":["server/chunks/ssr/node_modules_sonner_dist_index_mjs_084dxi0._.js","server/chunks/ssr/[root-of-the-server]__1h7hg8i._.js","server/chunks/ssr/_19z54i6._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js","server/chunks/ssr/node_modules_next_1a1kch7._.js"],"async":false}},"897367":{"*":{"id":990574,"name":"*","chunks":["server/chunks/ssr/node_modules_sonner_dist_index_mjs_084dxi0._.js","server/chunks/ssr/[root-of-the-server]__1h7hg8i._.js","server/chunks/ssr/_19z54i6._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js","server/chunks/ssr/node_modules_next_1a1kch7._.js"],"async":false}},"27201":{"*":{"id":660704,"name":"*","chunks":["server/chunks/ssr/node_modules_sonner_dist_index_mjs_084dxi0._.js","server/chunks/ssr/[root-of-the-server]__1h7hg8i._.js","server/chunks/ssr/_19z54i6._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js","server/chunks/ssr/node_modules_next_1a1kch7._.js"],"async":false}},"26229":{"*":{"id":965686,"name":"*","chunks":["server/chunks/ssr/node_modules_sonner_dist_index_mjs_084dxi0._.js","server/chunks/ssr/[root-of-the-server]__1h7hg8i._.js","server/chunks/ssr/_19z54i6._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js","server/chunks/ssr/node_modules_next_1a1kch7._.js"],"async":false}},"522016":{"*":{"id":238246,"name":"*","chunks":["server/chunks/ssr/node_modules_sonner_dist_index_mjs_084dxi0._.js","server/chunks/ssr/[root-of-the-server]__1h7hg8i._.js","server/chunks/ssr/_19z54i6._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js","server/chunks/ssr/node_modules_next_1a1kch7._.js","server/chunks/ssr/node_modules_next_dist_shared_lib_deployment-id_1e97fn7.js","server/chunks/ssr/node_modules_next_dist_0i__tkx._.js"],"async":false}},"168027":{"*":{"id":340622,"name":"*","chunks":["server/chunks/ssr/node_modules_sonner_dist_index_mjs_084dxi0._.js","server/chunks/ssr/[root-of-the-server]__1h7hg8i._.js","server/chunks/ssr/_19z54i6._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js","server/chunks/ssr/node_modules_next_1a1kch7._.js","server/chunks/ssr/node_modules_0h91jdk._.js"],"async":false}},"523426":{"*":{"id":301577,"name":"*","chunks":["server/chunks/ssr/node_modules_sonner_dist_index_mjs_084dxi0._.js","server/chunks/ssr/[root-of-the-server]__1h7hg8i._.js","server/chunks/ssr/_19z54i6._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js","server/chunks/ssr/node_modules_next_1a1kch7._.js","server/chunks/ssr/_0i7-c8f._.js","server/chunks/ssr/lib_utils_ts_0az0sfq._.js"],"async":false}}},"edgeSSRModuleMapping":{},"rscModuleMapping":{"339756":{"*":{"id":926768,"name":"*","chunks":[],"async":false}},"837457":{"*":{"id":517910,"name":"*","chunks":[],"async":false}},"347257":{"*":{"id":292977,"name":"*","chunks":[],"async":false}},"92825":{"*":{"id":348552,"name":"*","chunks":[],"async":false}},"768017":{"*":{"id":683919,"name":"*","chunks":[],"async":false}},"897367":{"*":{"id":724150,"name":"*","chunks":[],"async":false}},"27201":{"*":{"id":340771,"name":"*","chunks":[],"async":false}},"26229":{"*":{"id":670803,"name":"*","chunks":[],"async":false}},"522016":{"*":{"id":784707,"name":"*","chunks":[],"async":false}},"168027":{"*":{"id":782509,"name":"*","chunks":[],"async":false}},"523426":{"*":{"id":118466,"name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{},"entryCSSFiles":{"[project]/app/layout":[{"path":"static/chunks/233p45nuh4m5b.css","inlined":false},{"path":"static/chunks/2yzdc8m536xea.css","inlined":false}],"[project]/app/not-found":[{"path":"static/chunks/233p45nuh4m5b.css","inlined":false},{"path":"static/chunks/2yzdc8m536xea.css","inlined":false}],"[project]/node_modules/next/dist/client/components/builtin/global-error":[{"path":"static/chunks/233p45nuh4m5b.css","inlined":false},{"path":"static/chunks/2yzdc8m536xea.css","inlined":false}],"[project]/app/(auth)/login/page":[{"path":"static/chunks/233p45nuh4m5b.css","inlined":false},{"path":"static/chunks/2yzdc8m536xea.css","inlined":false}]},"entryJSFiles":{"[project]/app/layout":["static/chunks/0gwy6u53e_4ul.js","static/chunks/2izbovk1ixytg.js","static/chunks/1giwad-u52ub-.js","static/chunks/1ntn7efqc-iiw.js"],"[project]/app/not-found":["static/chunks/0gwy6u53e_4ul.js","static/chunks/2izbovk1ixytg.js","static/chunks/1giwad-u52ub-.js","static/chunks/1ntn7efqc-iiw.js","static/chunks/0k4-ojig21nwu.js"],"[project]/node_modules/next/dist/client/components/builtin/global-error":["static/chunks/0gwy6u53e_4ul.js","static/chunks/2izbovk1ixytg.js","static/chunks/1giwad-u52ub-.js","static/chunks/1ntn7efqc-iiw.js"],"[project]/app/(auth)/login/page":["static/chunks/0gwy6u53e_4ul.js","static/chunks/2izbovk1ixytg.js","static/chunks/1giwad-u52ub-.js","static/chunks/1ntn7efqc-iiw.js","static/chunks/3wjkvif0o8mr-.js","static/chunks/1avs7b5gzq0et.js"]}};
|
|
3
3
|
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
globalThis.__RSC_MANIFEST = globalThis.__RSC_MANIFEST || {};
|
|
2
|
-
globalThis.__RSC_MANIFEST["/(dashboard)/logs/page"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{"[project]/node_modules/next/dist/esm/client/components/layout-router.js <module evaluation>":{"id":339756,"name":"*","chunks":["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/layout-router.js":{"id":339756,"name":"*","chunks":["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js <module evaluation>":{"id":837457,"name":"*","chunks":["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":837457,"name":"*","chunks":["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js <module evaluation>":{"id":347257,"name":"*","chunks":["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js":{"id":347257,"name":"*","chunks":["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js <module evaluation>":{"id":92825,"name":"*","chunks":["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js":{"id":92825,"name":"*","chunks":["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js <module evaluation>":{"id":768017,"name":"*","chunks":["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":768017,"name":"*","chunks":["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js <module evaluation>":{"id":897367,"name":"*","chunks":["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":897367,"name":"*","chunks":["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js <module evaluation>":{"id":27201,"name":"*","chunks":["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":27201,"name":"*","chunks":["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js"],"async":false},"[project]/components/AppProviders.tsx <module evaluation>":{"id":26229,"name":"*","chunks":["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js"],"async":false},"[project]/components/AppProviders.tsx":{"id":26229,"name":"*","chunks":["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js"],"async":false},"[project]/node_modules/next/dist/client/app-dir/link.js <module evaluation>":{"id":522016,"name":"*","chunks":["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js","/_next/static/chunks/0k4-ojig21nwu.js"],"async":false},"[project]/node_modules/next/dist/client/app-dir/link.js":{"id":522016,"name":"*","chunks":["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js","/_next/static/chunks/0k4-ojig21nwu.js"],"async":false},"[project]/node_modules/next/dist/client/components/builtin/global-error.js <module evaluation>":{"id":168027,"name":"*","chunks":["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js"],"async":false},"[project]/node_modules/next/dist/client/components/builtin/global-error.js":{"id":168027,"name":"*","chunks":["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js"],"async":false},"[project]/components/Topbar.tsx <module evaluation>":{"id":246852,"name":"*","chunks":["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js","/_next/static/chunks/2w2273l08l6pz.js","/_next/static/chunks/3p7wxtt-owal-.js","/_next/static/chunks/2zeeni2y2fh59.js","/_next/static/chunks/1avs7b5gzq0et.js","/_next/static/chunks/2_ylc3swjzu3u.js","/_next/static/chunks/2-3f1p4geboky.js"],"async":false},"[project]/components/Topbar.tsx":{"id":246852,"name":"*","chunks":["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js","/_next/static/chunks/2w2273l08l6pz.js","/_next/static/chunks/3p7wxtt-owal-.js","/_next/static/chunks/2zeeni2y2fh59.js","/_next/static/chunks/1avs7b5gzq0et.js","/_next/static/chunks/2_ylc3swjzu3u.js","/_next/static/chunks/2-3f1p4geboky.js"],"async":false},"[project]/app/(dashboard)/error.tsx <module evaluation>":{"id":580166,"name":"*","chunks":["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js","/_next/static/chunks/2w2273l08l6pz.js","/_next/static/chunks/3p7wxtt-owal-.js","/_next/static/chunks/2zeeni2y2fh59.js","/_next/static/chunks/1avs7b5gzq0et.js","/_next/static/chunks/2_ylc3swjzu3u.js","/_next/static/chunks/2-3f1p4geboky.js","/_next/static/chunks/2zgfj2y10bftz.js"],"async":false},"[project]/app/(dashboard)/error.tsx":{"id":580166,"name":"*","chunks":["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js","/_next/static/chunks/2w2273l08l6pz.js","/_next/static/chunks/3p7wxtt-owal-.js","/_next/static/chunks/2zeeni2y2fh59.js","/_next/static/chunks/1avs7b5gzq0et.js","/_next/static/chunks/2_ylc3swjzu3u.js","/_next/static/chunks/2-3f1p4geboky.js","/_next/static/chunks/2zgfj2y10bftz.js"],"async":false},"[project]/app/(dashboard)/logs/page.tsx <module evaluation>":{"id":192762,"name":"*","chunks":["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js","/_next/static/chunks/2w2273l08l6pz.js","/_next/static/chunks/3p7wxtt-owal-.js","/_next/static/chunks/2zeeni2y2fh59.js","/_next/static/chunks/1avs7b5gzq0et.js","/_next/static/chunks/2_ylc3swjzu3u.js","/_next/static/chunks/2-3f1p4geboky.js","/_next/static/chunks/2arggticnk5-l.js","/_next/static/chunks/3vzr7vjts008x.js","/_next/static/chunks/0b7763h6pek9j.js"],"async":false},"[project]/app/(dashboard)/logs/page.tsx":{"id":192762,"name":"*","chunks":["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js","/_next/static/chunks/2w2273l08l6pz.js","/_next/static/chunks/3p7wxtt-owal-.js","/_next/static/chunks/2zeeni2y2fh59.js","/_next/static/chunks/1avs7b5gzq0et.js","/_next/static/chunks/2_ylc3swjzu3u.js","/_next/static/chunks/2-3f1p4geboky.js","/_next/static/chunks/2arggticnk5-l.js","/_next/static/chunks/3vzr7vjts008x.js","/_next/static/chunks/0b7763h6pek9j.js"],"async":false}},"ssrModuleMapping":{"339756":{"*":{"id":802420,"name":"*","chunks":["server/chunks/ssr/node_modules_sonner_dist_index_mjs_084dxi0._.js","server/chunks/ssr/[root-of-the-server]__1h7hg8i._.js","server/chunks/ssr/_19z54i6._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js","server/chunks/ssr/node_modules_next_1a1kch7._.js"],"async":false}},"837457":{"*":{"id":324017,"name":"*","chunks":["server/chunks/ssr/node_modules_sonner_dist_index_mjs_084dxi0._.js","server/chunks/ssr/[root-of-the-server]__1h7hg8i._.js","server/chunks/ssr/_19z54i6._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js","server/chunks/ssr/node_modules_next_1a1kch7._.js"],"async":false}},"347257":{"*":{"id":877682,"name":"*","chunks":["server/chunks/ssr/node_modules_sonner_dist_index_mjs_084dxi0._.js","server/chunks/ssr/[root-of-the-server]__1h7hg8i._.js","server/chunks/ssr/_19z54i6._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js","server/chunks/ssr/node_modules_next_1a1kch7._.js"],"async":false}},"92825":{"*":{"id":697296,"name":"*","chunks":["server/chunks/ssr/node_modules_sonner_dist_index_mjs_084dxi0._.js","server/chunks/ssr/[root-of-the-server]__1h7hg8i._.js","server/chunks/ssr/_19z54i6._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js","server/chunks/ssr/node_modules_next_1a1kch7._.js"],"async":false}},"768017":{"*":{"id":861660,"name":"*","chunks":["server/chunks/ssr/node_modules_sonner_dist_index_mjs_084dxi0._.js","server/chunks/ssr/[root-of-the-server]__1h7hg8i._.js","server/chunks/ssr/_19z54i6._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js","server/chunks/ssr/node_modules_next_1a1kch7._.js"],"async":false}},"897367":{"*":{"id":990574,"name":"*","chunks":["server/chunks/ssr/node_modules_sonner_dist_index_mjs_084dxi0._.js","server/chunks/ssr/[root-of-the-server]__1h7hg8i._.js","server/chunks/ssr/_19z54i6._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js","server/chunks/ssr/node_modules_next_1a1kch7._.js"],"async":false}},"27201":{"*":{"id":660704,"name":"*","chunks":["server/chunks/ssr/node_modules_sonner_dist_index_mjs_084dxi0._.js","server/chunks/ssr/[root-of-the-server]__1h7hg8i._.js","server/chunks/ssr/_19z54i6._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js","server/chunks/ssr/node_modules_next_1a1kch7._.js"],"async":false}},"26229":{"*":{"id":965686,"name":"*","chunks":["server/chunks/ssr/node_modules_sonner_dist_index_mjs_084dxi0._.js","server/chunks/ssr/[root-of-the-server]__1h7hg8i._.js","server/chunks/ssr/_19z54i6._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js","server/chunks/ssr/node_modules_next_1a1kch7._.js"],"async":false}},"522016":{"*":{"id":238246,"name":"*","chunks":["server/chunks/ssr/node_modules_sonner_dist_index_mjs_084dxi0._.js","server/chunks/ssr/[root-of-the-server]__1h7hg8i._.js","server/chunks/ssr/_19z54i6._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js","server/chunks/ssr/node_modules_next_1a1kch7._.js","server/chunks/ssr/node_modules_next_dist_shared_lib_deployment-id_1e97fn7.js","server/chunks/ssr/node_modules_next_dist_0i__tkx._.js"],"async":false}},"168027":{"*":{"id":340622,"name":"*","chunks":["server/chunks/ssr/node_modules_sonner_dist_index_mjs_084dxi0._.js","server/chunks/ssr/[root-of-the-server]__1h7hg8i._.js","server/chunks/ssr/_19z54i6._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js","server/chunks/ssr/node_modules_next_1a1kch7._.js","server/chunks/ssr/node_modules_0h91jdk._.js"],"async":false}},"246852":{"*":{"id":181361,"name":"*","chunks":["server/chunks/ssr/node_modules_sonner_dist_index_mjs_084dxi0._.js","server/chunks/ssr/[root-of-the-server]__1h7hg8i._.js","server/chunks/ssr/_19z54i6._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js","server/chunks/ssr/node_modules_next_1a1kch7._.js","server/chunks/ssr/node_modules_09uoezg._.js","server/chunks/ssr/_1fl249f._.js","server/chunks/ssr/components_ui_dropdown-menu_tsx_1533l9s._.js","server/chunks/ssr/_1ovla79._.js","server/chunks/ssr/lib_schemas_preferences_ts_1fy1exu._.js","server/chunks/ssr/node_modules_next_dist_0i__tkx._.js","server/chunks/ssr/node_modules_16mgh_x._.js","server/chunks/ssr/lib_utils_ts_0az0sfq._.js","server/chunks/ssr/node_modules_@radix-ui_react-popper_dist_index_mjs_0428afp._.js"],"async":false}},"580166":{"*":{"id":5045,"name":"*","chunks":["server/chunks/ssr/node_modules_sonner_dist_index_mjs_084dxi0._.js","server/chunks/ssr/[root-of-the-server]__1h7hg8i._.js","server/chunks/ssr/_19z54i6._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js","server/chunks/ssr/node_modules_next_1a1kch7._.js","server/chunks/ssr/node_modules_09uoezg._.js","server/chunks/ssr/_1fl249f._.js","server/chunks/ssr/components_ui_dropdown-menu_tsx_1533l9s._.js","server/chunks/ssr/_1ovla79._.js","server/chunks/ssr/lib_schemas_preferences_ts_1fy1exu._.js","server/chunks/ssr/node_modules_next_dist_0i__tkx._.js","server/chunks/ssr/node_modules_16mgh_x._.js","server/chunks/ssr/lib_utils_ts_0az0sfq._.js","server/chunks/ssr/node_modules_@radix-ui_react-popper_dist_index_mjs_0428afp._.js","server/chunks/ssr/_13gr790._.js"],"async":false}},"192762":{"*":{"id":439268,"name":"*","chunks":["server/chunks/ssr/node_modules_sonner_dist_index_mjs_084dxi0._.js","server/chunks/ssr/[root-of-the-server]__1h7hg8i._.js","server/chunks/ssr/_19z54i6._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js","server/chunks/ssr/node_modules_next_1a1kch7._.js","server/chunks/ssr/node_modules_09uoezg._.js","server/chunks/ssr/_1fl249f._.js","server/chunks/ssr/components_ui_dropdown-menu_tsx_1533l9s._.js","server/chunks/ssr/_1ovla79._.js","server/chunks/ssr/lib_schemas_preferences_ts_1fy1exu._.js","server/chunks/ssr/node_modules_next_dist_0i__tkx._.js","server/chunks/ssr/node_modules_16mgh_x._.js","server/chunks/ssr/lib_utils_ts_0az0sfq._.js","server/chunks/ssr/node_modules_@radix-ui_react-popper_dist_index_mjs_0428afp._.js","server/chunks/ssr/_1kej7t8._.js","server/chunks/ssr/_0ob9lwq._.js","server/chunks/ssr/components_ui_select_tsx_0-2ez5x._.js","server/chunks/ssr/node_modules_@tanstack_react-table_build_lib_index_mjs_0s4q_3a._.js"],"async":false}}},"edgeSSRModuleMapping":{},"rscModuleMapping":{"339756":{"*":{"id":926768,"name":"*","chunks":[],"async":false}},"837457":{"*":{"id":517910,"name":"*","chunks":[],"async":false}},"347257":{"*":{"id":292977,"name":"*","chunks":[],"async":false}},"92825":{"*":{"id":348552,"name":"*","chunks":[],"async":false}},"768017":{"*":{"id":683919,"name":"*","chunks":[],"async":false}},"897367":{"*":{"id":724150,"name":"*","chunks":[],"async":false}},"27201":{"*":{"id":340771,"name":"*","chunks":[],"async":false}},"26229":{"*":{"id":670803,"name":"*","chunks":[],"async":false}},"522016":{"*":{"id":784707,"name":"*","chunks":[],"async":false}},"168027":{"*":{"id":782509,"name":"*","chunks":[],"async":false}},"246852":{"*":{"id":674050,"name":"*","chunks":[],"async":false}},"580166":{"*":{"id":315846,"name":"*","chunks":[],"async":false}},"192762":{"*":{"id":834694,"name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{},"entryCSSFiles":{"[project]/app/layout":[{"path":"static/chunks/233p45nuh4m5b.css","inlined":false},{"path":"static/chunks/0cbg1vmtl84ae.css","inlined":false}],"[project]/app/not-found":[{"path":"static/chunks/233p45nuh4m5b.css","inlined":false},{"path":"static/chunks/0cbg1vmtl84ae.css","inlined":false}],"[project]/node_modules/next/dist/client/components/builtin/global-error":[{"path":"static/chunks/233p45nuh4m5b.css","inlined":false},{"path":"static/chunks/0cbg1vmtl84ae.css","inlined":false}],"[project]/app/(dashboard)/layout":[{"path":"static/chunks/233p45nuh4m5b.css","inlined":false},{"path":"static/chunks/0cbg1vmtl84ae.css","inlined":false}],"[project]/app/(dashboard)/error":[{"path":"static/chunks/233p45nuh4m5b.css","inlined":false},{"path":"static/chunks/0cbg1vmtl84ae.css","inlined":false}],"[project]/app/(dashboard)/logs/page":[{"path":"static/chunks/233p45nuh4m5b.css","inlined":false},{"path":"static/chunks/0cbg1vmtl84ae.css","inlined":false}]},"entryJSFiles":{"[project]/app/layout":["static/chunks/0gwy6u53e_4ul.js","static/chunks/2izbovk1ixytg.js","static/chunks/1giwad-u52ub-.js","static/chunks/1ntn7efqc-iiw.js"],"[project]/app/not-found":["static/chunks/0gwy6u53e_4ul.js","static/chunks/2izbovk1ixytg.js","static/chunks/1giwad-u52ub-.js","static/chunks/1ntn7efqc-iiw.js","static/chunks/0k4-ojig21nwu.js"],"[project]/node_modules/next/dist/client/components/builtin/global-error":["static/chunks/0gwy6u53e_4ul.js","static/chunks/2izbovk1ixytg.js","static/chunks/1giwad-u52ub-.js","static/chunks/1ntn7efqc-iiw.js"],"[project]/app/(dashboard)/layout":["static/chunks/0gwy6u53e_4ul.js","static/chunks/2izbovk1ixytg.js","static/chunks/1giwad-u52ub-.js","static/chunks/1ntn7efqc-iiw.js","static/chunks/2w2273l08l6pz.js","static/chunks/3p7wxtt-owal-.js","static/chunks/2zeeni2y2fh59.js","static/chunks/1avs7b5gzq0et.js","static/chunks/2_ylc3swjzu3u.js","static/chunks/2-3f1p4geboky.js"],"[project]/app/(dashboard)/error":["static/chunks/0gwy6u53e_4ul.js","static/chunks/2izbovk1ixytg.js","static/chunks/1giwad-u52ub-.js","static/chunks/1ntn7efqc-iiw.js","static/chunks/2w2273l08l6pz.js","static/chunks/3p7wxtt-owal-.js","static/chunks/2zeeni2y2fh59.js","static/chunks/1avs7b5gzq0et.js","static/chunks/2_ylc3swjzu3u.js","static/chunks/2-3f1p4geboky.js","static/chunks/2zgfj2y10bftz.js"],"[project]/app/(dashboard)/logs/page":["static/chunks/0gwy6u53e_4ul.js","static/chunks/2izbovk1ixytg.js","static/chunks/1giwad-u52ub-.js","static/chunks/1ntn7efqc-iiw.js","static/chunks/2w2273l08l6pz.js","static/chunks/3p7wxtt-owal-.js","static/chunks/2zeeni2y2fh59.js","static/chunks/1avs7b5gzq0et.js","static/chunks/2_ylc3swjzu3u.js","static/chunks/2-3f1p4geboky.js","static/chunks/2arggticnk5-l.js","static/chunks/3vzr7vjts008x.js","static/chunks/0b7763h6pek9j.js"]}};
|
|
2
|
+
globalThis.__RSC_MANIFEST["/(dashboard)/logs/page"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{"[project]/node_modules/next/dist/esm/client/components/layout-router.js <module evaluation>":{"id":339756,"name":"*","chunks":["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/layout-router.js":{"id":339756,"name":"*","chunks":["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js <module evaluation>":{"id":837457,"name":"*","chunks":["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":837457,"name":"*","chunks":["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js <module evaluation>":{"id":347257,"name":"*","chunks":["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js":{"id":347257,"name":"*","chunks":["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js <module evaluation>":{"id":92825,"name":"*","chunks":["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js":{"id":92825,"name":"*","chunks":["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js <module evaluation>":{"id":768017,"name":"*","chunks":["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":768017,"name":"*","chunks":["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js <module evaluation>":{"id":897367,"name":"*","chunks":["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":897367,"name":"*","chunks":["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js <module evaluation>":{"id":27201,"name":"*","chunks":["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":27201,"name":"*","chunks":["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js"],"async":false},"[project]/components/AppProviders.tsx <module evaluation>":{"id":26229,"name":"*","chunks":["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js"],"async":false},"[project]/components/AppProviders.tsx":{"id":26229,"name":"*","chunks":["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js"],"async":false},"[project]/node_modules/next/dist/client/app-dir/link.js <module evaluation>":{"id":522016,"name":"*","chunks":["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js","/_next/static/chunks/0k4-ojig21nwu.js"],"async":false},"[project]/node_modules/next/dist/client/app-dir/link.js":{"id":522016,"name":"*","chunks":["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js","/_next/static/chunks/0k4-ojig21nwu.js"],"async":false},"[project]/node_modules/next/dist/client/components/builtin/global-error.js <module evaluation>":{"id":168027,"name":"*","chunks":["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js"],"async":false},"[project]/node_modules/next/dist/client/components/builtin/global-error.js":{"id":168027,"name":"*","chunks":["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js"],"async":false},"[project]/components/Topbar.tsx <module evaluation>":{"id":246852,"name":"*","chunks":["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js","/_next/static/chunks/2w2273l08l6pz.js","/_next/static/chunks/3p7wxtt-owal-.js","/_next/static/chunks/1si1c1m377t3w.js","/_next/static/chunks/1avs7b5gzq0et.js","/_next/static/chunks/2_ylc3swjzu3u.js","/_next/static/chunks/2-3f1p4geboky.js"],"async":false},"[project]/components/Topbar.tsx":{"id":246852,"name":"*","chunks":["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js","/_next/static/chunks/2w2273l08l6pz.js","/_next/static/chunks/3p7wxtt-owal-.js","/_next/static/chunks/1si1c1m377t3w.js","/_next/static/chunks/1avs7b5gzq0et.js","/_next/static/chunks/2_ylc3swjzu3u.js","/_next/static/chunks/2-3f1p4geboky.js"],"async":false},"[project]/app/(dashboard)/error.tsx <module evaluation>":{"id":580166,"name":"*","chunks":["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js","/_next/static/chunks/2w2273l08l6pz.js","/_next/static/chunks/3p7wxtt-owal-.js","/_next/static/chunks/1si1c1m377t3w.js","/_next/static/chunks/1avs7b5gzq0et.js","/_next/static/chunks/2_ylc3swjzu3u.js","/_next/static/chunks/2-3f1p4geboky.js","/_next/static/chunks/2zgfj2y10bftz.js"],"async":false},"[project]/app/(dashboard)/error.tsx":{"id":580166,"name":"*","chunks":["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js","/_next/static/chunks/2w2273l08l6pz.js","/_next/static/chunks/3p7wxtt-owal-.js","/_next/static/chunks/1si1c1m377t3w.js","/_next/static/chunks/1avs7b5gzq0et.js","/_next/static/chunks/2_ylc3swjzu3u.js","/_next/static/chunks/2-3f1p4geboky.js","/_next/static/chunks/2zgfj2y10bftz.js"],"async":false},"[project]/app/(dashboard)/logs/page.tsx <module evaluation>":{"id":192762,"name":"*","chunks":["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js","/_next/static/chunks/2w2273l08l6pz.js","/_next/static/chunks/3p7wxtt-owal-.js","/_next/static/chunks/1si1c1m377t3w.js","/_next/static/chunks/1avs7b5gzq0et.js","/_next/static/chunks/2_ylc3swjzu3u.js","/_next/static/chunks/2-3f1p4geboky.js","/_next/static/chunks/2arggticnk5-l.js","/_next/static/chunks/3vzr7vjts008x.js","/_next/static/chunks/0b7763h6pek9j.js"],"async":false},"[project]/app/(dashboard)/logs/page.tsx":{"id":192762,"name":"*","chunks":["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js","/_next/static/chunks/2w2273l08l6pz.js","/_next/static/chunks/3p7wxtt-owal-.js","/_next/static/chunks/1si1c1m377t3w.js","/_next/static/chunks/1avs7b5gzq0et.js","/_next/static/chunks/2_ylc3swjzu3u.js","/_next/static/chunks/2-3f1p4geboky.js","/_next/static/chunks/2arggticnk5-l.js","/_next/static/chunks/3vzr7vjts008x.js","/_next/static/chunks/0b7763h6pek9j.js"],"async":false}},"ssrModuleMapping":{"339756":{"*":{"id":802420,"name":"*","chunks":["server/chunks/ssr/node_modules_sonner_dist_index_mjs_084dxi0._.js","server/chunks/ssr/[root-of-the-server]__1h7hg8i._.js","server/chunks/ssr/_19z54i6._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js","server/chunks/ssr/node_modules_next_1a1kch7._.js"],"async":false}},"837457":{"*":{"id":324017,"name":"*","chunks":["server/chunks/ssr/node_modules_sonner_dist_index_mjs_084dxi0._.js","server/chunks/ssr/[root-of-the-server]__1h7hg8i._.js","server/chunks/ssr/_19z54i6._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js","server/chunks/ssr/node_modules_next_1a1kch7._.js"],"async":false}},"347257":{"*":{"id":877682,"name":"*","chunks":["server/chunks/ssr/node_modules_sonner_dist_index_mjs_084dxi0._.js","server/chunks/ssr/[root-of-the-server]__1h7hg8i._.js","server/chunks/ssr/_19z54i6._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js","server/chunks/ssr/node_modules_next_1a1kch7._.js"],"async":false}},"92825":{"*":{"id":697296,"name":"*","chunks":["server/chunks/ssr/node_modules_sonner_dist_index_mjs_084dxi0._.js","server/chunks/ssr/[root-of-the-server]__1h7hg8i._.js","server/chunks/ssr/_19z54i6._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js","server/chunks/ssr/node_modules_next_1a1kch7._.js"],"async":false}},"768017":{"*":{"id":861660,"name":"*","chunks":["server/chunks/ssr/node_modules_sonner_dist_index_mjs_084dxi0._.js","server/chunks/ssr/[root-of-the-server]__1h7hg8i._.js","server/chunks/ssr/_19z54i6._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js","server/chunks/ssr/node_modules_next_1a1kch7._.js"],"async":false}},"897367":{"*":{"id":990574,"name":"*","chunks":["server/chunks/ssr/node_modules_sonner_dist_index_mjs_084dxi0._.js","server/chunks/ssr/[root-of-the-server]__1h7hg8i._.js","server/chunks/ssr/_19z54i6._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js","server/chunks/ssr/node_modules_next_1a1kch7._.js"],"async":false}},"27201":{"*":{"id":660704,"name":"*","chunks":["server/chunks/ssr/node_modules_sonner_dist_index_mjs_084dxi0._.js","server/chunks/ssr/[root-of-the-server]__1h7hg8i._.js","server/chunks/ssr/_19z54i6._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js","server/chunks/ssr/node_modules_next_1a1kch7._.js"],"async":false}},"26229":{"*":{"id":965686,"name":"*","chunks":["server/chunks/ssr/node_modules_sonner_dist_index_mjs_084dxi0._.js","server/chunks/ssr/[root-of-the-server]__1h7hg8i._.js","server/chunks/ssr/_19z54i6._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js","server/chunks/ssr/node_modules_next_1a1kch7._.js"],"async":false}},"522016":{"*":{"id":238246,"name":"*","chunks":["server/chunks/ssr/node_modules_sonner_dist_index_mjs_084dxi0._.js","server/chunks/ssr/[root-of-the-server]__1h7hg8i._.js","server/chunks/ssr/_19z54i6._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js","server/chunks/ssr/node_modules_next_1a1kch7._.js","server/chunks/ssr/node_modules_next_dist_shared_lib_deployment-id_1e97fn7.js","server/chunks/ssr/node_modules_next_dist_0i__tkx._.js"],"async":false}},"168027":{"*":{"id":340622,"name":"*","chunks":["server/chunks/ssr/node_modules_sonner_dist_index_mjs_084dxi0._.js","server/chunks/ssr/[root-of-the-server]__1h7hg8i._.js","server/chunks/ssr/_19z54i6._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js","server/chunks/ssr/node_modules_next_1a1kch7._.js","server/chunks/ssr/node_modules_0h91jdk._.js"],"async":false}},"246852":{"*":{"id":181361,"name":"*","chunks":["server/chunks/ssr/node_modules_sonner_dist_index_mjs_084dxi0._.js","server/chunks/ssr/[root-of-the-server]__1h7hg8i._.js","server/chunks/ssr/_19z54i6._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js","server/chunks/ssr/node_modules_next_1a1kch7._.js","server/chunks/ssr/node_modules_09uoezg._.js","server/chunks/ssr/_1fl249f._.js","server/chunks/ssr/components_ui_dropdown-menu_tsx_1533l9s._.js","server/chunks/ssr/_1ovla79._.js","server/chunks/ssr/lib_schemas_preferences_ts_1fy1exu._.js","server/chunks/ssr/node_modules_next_dist_0i__tkx._.js","server/chunks/ssr/node_modules_16mgh_x._.js","server/chunks/ssr/lib_utils_ts_0az0sfq._.js","server/chunks/ssr/node_modules_@radix-ui_react-popper_dist_index_mjs_0428afp._.js"],"async":false}},"580166":{"*":{"id":5045,"name":"*","chunks":["server/chunks/ssr/node_modules_sonner_dist_index_mjs_084dxi0._.js","server/chunks/ssr/[root-of-the-server]__1h7hg8i._.js","server/chunks/ssr/_19z54i6._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js","server/chunks/ssr/node_modules_next_1a1kch7._.js","server/chunks/ssr/node_modules_09uoezg._.js","server/chunks/ssr/_1fl249f._.js","server/chunks/ssr/components_ui_dropdown-menu_tsx_1533l9s._.js","server/chunks/ssr/_1ovla79._.js","server/chunks/ssr/lib_schemas_preferences_ts_1fy1exu._.js","server/chunks/ssr/node_modules_next_dist_0i__tkx._.js","server/chunks/ssr/node_modules_16mgh_x._.js","server/chunks/ssr/lib_utils_ts_0az0sfq._.js","server/chunks/ssr/node_modules_@radix-ui_react-popper_dist_index_mjs_0428afp._.js","server/chunks/ssr/_13gr790._.js"],"async":false}},"192762":{"*":{"id":439268,"name":"*","chunks":["server/chunks/ssr/node_modules_sonner_dist_index_mjs_084dxi0._.js","server/chunks/ssr/[root-of-the-server]__1h7hg8i._.js","server/chunks/ssr/_19z54i6._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js","server/chunks/ssr/node_modules_next_1a1kch7._.js","server/chunks/ssr/node_modules_09uoezg._.js","server/chunks/ssr/_1fl249f._.js","server/chunks/ssr/components_ui_dropdown-menu_tsx_1533l9s._.js","server/chunks/ssr/_1ovla79._.js","server/chunks/ssr/lib_schemas_preferences_ts_1fy1exu._.js","server/chunks/ssr/node_modules_next_dist_0i__tkx._.js","server/chunks/ssr/node_modules_16mgh_x._.js","server/chunks/ssr/lib_utils_ts_0az0sfq._.js","server/chunks/ssr/node_modules_@radix-ui_react-popper_dist_index_mjs_0428afp._.js","server/chunks/ssr/_1kej7t8._.js","server/chunks/ssr/_0ob9lwq._.js","server/chunks/ssr/components_ui_select_tsx_0-2ez5x._.js","server/chunks/ssr/node_modules_@tanstack_react-table_build_lib_index_mjs_0s4q_3a._.js"],"async":false}}},"edgeSSRModuleMapping":{},"rscModuleMapping":{"339756":{"*":{"id":926768,"name":"*","chunks":[],"async":false}},"837457":{"*":{"id":517910,"name":"*","chunks":[],"async":false}},"347257":{"*":{"id":292977,"name":"*","chunks":[],"async":false}},"92825":{"*":{"id":348552,"name":"*","chunks":[],"async":false}},"768017":{"*":{"id":683919,"name":"*","chunks":[],"async":false}},"897367":{"*":{"id":724150,"name":"*","chunks":[],"async":false}},"27201":{"*":{"id":340771,"name":"*","chunks":[],"async":false}},"26229":{"*":{"id":670803,"name":"*","chunks":[],"async":false}},"522016":{"*":{"id":784707,"name":"*","chunks":[],"async":false}},"168027":{"*":{"id":782509,"name":"*","chunks":[],"async":false}},"246852":{"*":{"id":674050,"name":"*","chunks":[],"async":false}},"580166":{"*":{"id":315846,"name":"*","chunks":[],"async":false}},"192762":{"*":{"id":834694,"name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{},"entryCSSFiles":{"[project]/app/layout":[{"path":"static/chunks/233p45nuh4m5b.css","inlined":false},{"path":"static/chunks/2yzdc8m536xea.css","inlined":false}],"[project]/app/not-found":[{"path":"static/chunks/233p45nuh4m5b.css","inlined":false},{"path":"static/chunks/2yzdc8m536xea.css","inlined":false}],"[project]/node_modules/next/dist/client/components/builtin/global-error":[{"path":"static/chunks/233p45nuh4m5b.css","inlined":false},{"path":"static/chunks/2yzdc8m536xea.css","inlined":false}],"[project]/app/(dashboard)/layout":[{"path":"static/chunks/233p45nuh4m5b.css","inlined":false},{"path":"static/chunks/2yzdc8m536xea.css","inlined":false}],"[project]/app/(dashboard)/error":[{"path":"static/chunks/233p45nuh4m5b.css","inlined":false},{"path":"static/chunks/2yzdc8m536xea.css","inlined":false}],"[project]/app/(dashboard)/logs/page":[{"path":"static/chunks/233p45nuh4m5b.css","inlined":false},{"path":"static/chunks/2yzdc8m536xea.css","inlined":false}]},"entryJSFiles":{"[project]/app/layout":["static/chunks/0gwy6u53e_4ul.js","static/chunks/2izbovk1ixytg.js","static/chunks/1giwad-u52ub-.js","static/chunks/1ntn7efqc-iiw.js"],"[project]/app/not-found":["static/chunks/0gwy6u53e_4ul.js","static/chunks/2izbovk1ixytg.js","static/chunks/1giwad-u52ub-.js","static/chunks/1ntn7efqc-iiw.js","static/chunks/0k4-ojig21nwu.js"],"[project]/node_modules/next/dist/client/components/builtin/global-error":["static/chunks/0gwy6u53e_4ul.js","static/chunks/2izbovk1ixytg.js","static/chunks/1giwad-u52ub-.js","static/chunks/1ntn7efqc-iiw.js"],"[project]/app/(dashboard)/layout":["static/chunks/0gwy6u53e_4ul.js","static/chunks/2izbovk1ixytg.js","static/chunks/1giwad-u52ub-.js","static/chunks/1ntn7efqc-iiw.js","static/chunks/2w2273l08l6pz.js","static/chunks/3p7wxtt-owal-.js","static/chunks/1si1c1m377t3w.js","static/chunks/1avs7b5gzq0et.js","static/chunks/2_ylc3swjzu3u.js","static/chunks/2-3f1p4geboky.js"],"[project]/app/(dashboard)/error":["static/chunks/0gwy6u53e_4ul.js","static/chunks/2izbovk1ixytg.js","static/chunks/1giwad-u52ub-.js","static/chunks/1ntn7efqc-iiw.js","static/chunks/2w2273l08l6pz.js","static/chunks/3p7wxtt-owal-.js","static/chunks/1si1c1m377t3w.js","static/chunks/1avs7b5gzq0et.js","static/chunks/2_ylc3swjzu3u.js","static/chunks/2-3f1p4geboky.js","static/chunks/2zgfj2y10bftz.js"],"[project]/app/(dashboard)/logs/page":["static/chunks/0gwy6u53e_4ul.js","static/chunks/2izbovk1ixytg.js","static/chunks/1giwad-u52ub-.js","static/chunks/1ntn7efqc-iiw.js","static/chunks/2w2273l08l6pz.js","static/chunks/3p7wxtt-owal-.js","static/chunks/1si1c1m377t3w.js","static/chunks/1avs7b5gzq0et.js","static/chunks/2_ylc3swjzu3u.js","static/chunks/2-3f1p4geboky.js","static/chunks/2arggticnk5-l.js","static/chunks/3vzr7vjts008x.js","static/chunks/0b7763h6pek9j.js"]}};
|
|
3
3
|
|