vansrouter 0.7.4 → 0.7.6
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/README.md +1 -1
- package/app/.next-cli-build/BUILD_ID +1 -1
- package/app/.next-cli-build/app-path-routes-manifest.json +9 -9
- package/app/.next-cli-build/build-manifest.json +2 -2
- package/app/.next-cli-build/prerender-manifest.json +3 -3
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/basic-chat/page_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/cli-tools/[toolId]/page_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/cli-tools/page_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/combos/page_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/console-log/page_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/endpoint/page_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/media-providers/[kind]/[id]/page_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/media-providers/[kind]/page_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/media-providers/combo/[id]/page_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/media-providers/web/page_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/mitm/page_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/page_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/profile/page_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/providers/[id]/page_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/providers/new/page_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/providers/page_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/proxy-pools/page_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/quota/page_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/skills/page_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/token-saver/page_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/translator/page_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/usage/page_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/_global-error/page_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/_global-error.html +1 -1
- package/app/.next-cli-build/server/app/_global-error.rsc +1 -1
- package/app/.next-cli-build/server/app/_global-error.segments/_full.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/_global-error.segments/_global-error.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/_global-error.segments/_head.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/_global-error.segments/_index.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/_not-found.html +1 -1
- package/app/.next-cli-build/server/app/_not-found.rsc +4 -4
- package/app/.next-cli-build/server/app/_not-found.segments/_full.segment.rsc +4 -4
- package/app/.next-cli-build/server/app/_not-found.segments/_head.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/_not-found.segments/_index.segment.rsc +4 -4
- package/app/.next-cli-build/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/_not-found.segments/_tree.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/api/cli-tools/all-statuses/route.js +4 -4
- package/app/.next-cli-build/server/app/api/cli-tools/antigravity-mitm/alias/route.js +1 -1
- package/app/.next-cli-build/server/app/api/cli-tools/claude-settings/route.js +2 -2
- package/app/.next-cli-build/server/app/api/cli-tools/cline-settings/route.js +1 -1
- package/app/.next-cli-build/server/app/api/cli-tools/codex-settings/route.js +1 -1
- package/app/.next-cli-build/server/app/api/cli-tools/copilot-settings/route.js +1 -1
- package/app/.next-cli-build/server/app/api/cli-tools/cowork-mcp-registry/route.js +2 -2
- package/app/.next-cli-build/server/app/api/cli-tools/cowork-mcp-tools/route.js +2 -2
- package/app/.next-cli-build/server/app/api/cli-tools/cowork-settings/route.js +2 -2
- package/app/.next-cli-build/server/app/api/cli-tools/deepseek-tui-settings/route.js +1 -1
- package/app/.next-cli-build/server/app/api/cli-tools/droid-settings/route.js +2 -2
- package/app/.next-cli-build/server/app/api/cli-tools/hermes-settings/route.js +2 -2
- package/app/.next-cli-build/server/app/api/cli-tools/jcode-settings/route.js +2 -2
- package/app/.next-cli-build/server/app/api/cli-tools/kilo-settings/route.js +2 -2
- package/app/.next-cli-build/server/app/api/cli-tools/openclaw-settings/route.js +2 -2
- package/app/.next-cli-build/server/app/api/cli-tools/opencode-settings/route.js +1 -1
- package/app/.next-cli-build/server/app/api/models/route.js +1 -1
- package/app/.next-cli-build/server/app/api/providers/route.js +1 -1
- package/app/.next-cli-build/server/app/api/translator/console-logs/route.js +1 -1
- package/app/.next-cli-build/server/app/api/translator/console-logs/stream/route.js +1 -1
- package/app/.next-cli-build/server/app/api/tunnel/tailscale-install/route.js +3 -3
- package/app/.next-cli-build/server/app/api/version/route.js +1 -1
- package/app/.next-cli-build/server/app/api/version/shutdown/route.js +1 -1
- package/app/.next-cli-build/server/app/callback/page_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/callback.html +1 -1
- package/app/.next-cli-build/server/app/callback.rsc +4 -4
- package/app/.next-cli-build/server/app/callback.segments/_full.segment.rsc +4 -4
- package/app/.next-cli-build/server/app/callback.segments/_head.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/callback.segments/_index.segment.rsc +4 -4
- package/app/.next-cli-build/server/app/callback.segments/_tree.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/callback.segments/callback/__PAGE__.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/callback.segments/callback.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/basic-chat.html +1 -1
- package/app/.next-cli-build/server/app/dashboard/basic-chat.rsc +6 -6
- package/app/.next-cli-build/server/app/dashboard/basic-chat.segments/!KGRhc2hib2FyZCk/dashboard/basic-chat/__PAGE__.segment.rsc +2 -2
- package/app/.next-cli-build/server/app/dashboard/basic-chat.segments/!KGRhc2hib2FyZCk/dashboard/basic-chat.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/basic-chat.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/basic-chat.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
- package/app/.next-cli-build/server/app/dashboard/basic-chat.segments/_full.segment.rsc +6 -6
- package/app/.next-cli-build/server/app/dashboard/basic-chat.segments/_head.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/basic-chat.segments/_index.segment.rsc +4 -4
- package/app/.next-cli-build/server/app/dashboard/basic-chat.segments/_tree.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/cli-tools.html +1 -1
- package/app/.next-cli-build/server/app/dashboard/cli-tools.rsc +6 -6
- package/app/.next-cli-build/server/app/dashboard/cli-tools.segments/!KGRhc2hib2FyZCk/dashboard/cli-tools/__PAGE__.segment.rsc +2 -2
- package/app/.next-cli-build/server/app/dashboard/cli-tools.segments/!KGRhc2hib2FyZCk/dashboard/cli-tools.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/cli-tools.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/cli-tools.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
- package/app/.next-cli-build/server/app/dashboard/cli-tools.segments/_full.segment.rsc +6 -6
- package/app/.next-cli-build/server/app/dashboard/cli-tools.segments/_head.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/cli-tools.segments/_index.segment.rsc +4 -4
- package/app/.next-cli-build/server/app/dashboard/cli-tools.segments/_tree.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/combos.html +1 -1
- package/app/.next-cli-build/server/app/dashboard/combos.rsc +6 -6
- package/app/.next-cli-build/server/app/dashboard/combos.segments/!KGRhc2hib2FyZCk/dashboard/combos/__PAGE__.segment.rsc +2 -2
- package/app/.next-cli-build/server/app/dashboard/combos.segments/!KGRhc2hib2FyZCk/dashboard/combos.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/combos.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/combos.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
- package/app/.next-cli-build/server/app/dashboard/combos.segments/_full.segment.rsc +6 -6
- package/app/.next-cli-build/server/app/dashboard/combos.segments/_head.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/combos.segments/_index.segment.rsc +4 -4
- package/app/.next-cli-build/server/app/dashboard/combos.segments/_tree.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/endpoint.html +1 -1
- package/app/.next-cli-build/server/app/dashboard/endpoint.rsc +6 -6
- package/app/.next-cli-build/server/app/dashboard/endpoint.segments/!KGRhc2hib2FyZCk/dashboard/endpoint/__PAGE__.segment.rsc +2 -2
- package/app/.next-cli-build/server/app/dashboard/endpoint.segments/!KGRhc2hib2FyZCk/dashboard/endpoint.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/endpoint.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/endpoint.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
- package/app/.next-cli-build/server/app/dashboard/endpoint.segments/_full.segment.rsc +6 -6
- package/app/.next-cli-build/server/app/dashboard/endpoint.segments/_head.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/endpoint.segments/_index.segment.rsc +4 -4
- package/app/.next-cli-build/server/app/dashboard/endpoint.segments/_tree.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/media-providers/web.html +1 -1
- package/app/.next-cli-build/server/app/dashboard/media-providers/web.rsc +6 -6
- package/app/.next-cli-build/server/app/dashboard/media-providers/web.segments/!KGRhc2hib2FyZCk/dashboard/media-providers/web/__PAGE__.segment.rsc +2 -2
- package/app/.next-cli-build/server/app/dashboard/media-providers/web.segments/!KGRhc2hib2FyZCk/dashboard/media-providers/web.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/media-providers/web.segments/!KGRhc2hib2FyZCk/dashboard/media-providers.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/media-providers/web.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/media-providers/web.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
- package/app/.next-cli-build/server/app/dashboard/media-providers/web.segments/_full.segment.rsc +6 -6
- package/app/.next-cli-build/server/app/dashboard/media-providers/web.segments/_head.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/media-providers/web.segments/_index.segment.rsc +4 -4
- package/app/.next-cli-build/server/app/dashboard/media-providers/web.segments/_tree.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/mitm.html +1 -1
- package/app/.next-cli-build/server/app/dashboard/mitm.rsc +6 -6
- package/app/.next-cli-build/server/app/dashboard/mitm.segments/!KGRhc2hib2FyZCk/dashboard/mitm/__PAGE__.segment.rsc +2 -2
- package/app/.next-cli-build/server/app/dashboard/mitm.segments/!KGRhc2hib2FyZCk/dashboard/mitm.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/mitm.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/mitm.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
- package/app/.next-cli-build/server/app/dashboard/mitm.segments/_full.segment.rsc +6 -6
- package/app/.next-cli-build/server/app/dashboard/mitm.segments/_head.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/mitm.segments/_index.segment.rsc +4 -4
- package/app/.next-cli-build/server/app/dashboard/mitm.segments/_tree.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/profile.html +1 -1
- package/app/.next-cli-build/server/app/dashboard/profile.rsc +6 -6
- package/app/.next-cli-build/server/app/dashboard/profile.segments/!KGRhc2hib2FyZCk/dashboard/profile/__PAGE__.segment.rsc +2 -2
- package/app/.next-cli-build/server/app/dashboard/profile.segments/!KGRhc2hib2FyZCk/dashboard/profile.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/profile.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/profile.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
- package/app/.next-cli-build/server/app/dashboard/profile.segments/_full.segment.rsc +6 -6
- package/app/.next-cli-build/server/app/dashboard/profile.segments/_head.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/profile.segments/_index.segment.rsc +4 -4
- package/app/.next-cli-build/server/app/dashboard/profile.segments/_tree.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/providers/new.html +1 -1
- package/app/.next-cli-build/server/app/dashboard/providers/new.rsc +6 -6
- package/app/.next-cli-build/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk/dashboard/providers/new/__PAGE__.segment.rsc +2 -2
- package/app/.next-cli-build/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk/dashboard/providers/new.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk/dashboard/providers.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
- package/app/.next-cli-build/server/app/dashboard/providers/new.segments/_full.segment.rsc +6 -6
- package/app/.next-cli-build/server/app/dashboard/providers/new.segments/_head.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/providers/new.segments/_index.segment.rsc +4 -4
- package/app/.next-cli-build/server/app/dashboard/providers/new.segments/_tree.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/providers.html +1 -1
- package/app/.next-cli-build/server/app/dashboard/providers.rsc +6 -6
- package/app/.next-cli-build/server/app/dashboard/providers.segments/!KGRhc2hib2FyZCk/dashboard/providers/__PAGE__.segment.rsc +2 -2
- package/app/.next-cli-build/server/app/dashboard/providers.segments/!KGRhc2hib2FyZCk/dashboard/providers.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/providers.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/providers.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
- package/app/.next-cli-build/server/app/dashboard/providers.segments/_full.segment.rsc +6 -6
- package/app/.next-cli-build/server/app/dashboard/providers.segments/_head.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/providers.segments/_index.segment.rsc +4 -4
- package/app/.next-cli-build/server/app/dashboard/providers.segments/_tree.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/proxy-pools.html +1 -1
- package/app/.next-cli-build/server/app/dashboard/proxy-pools.rsc +6 -6
- package/app/.next-cli-build/server/app/dashboard/proxy-pools.segments/!KGRhc2hib2FyZCk/dashboard/proxy-pools/__PAGE__.segment.rsc +2 -2
- package/app/.next-cli-build/server/app/dashboard/proxy-pools.segments/!KGRhc2hib2FyZCk/dashboard/proxy-pools.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/proxy-pools.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/proxy-pools.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
- package/app/.next-cli-build/server/app/dashboard/proxy-pools.segments/_full.segment.rsc +6 -6
- package/app/.next-cli-build/server/app/dashboard/proxy-pools.segments/_head.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/proxy-pools.segments/_index.segment.rsc +4 -4
- package/app/.next-cli-build/server/app/dashboard/proxy-pools.segments/_tree.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/quota.html +2 -2
- package/app/.next-cli-build/server/app/dashboard/quota.rsc +7 -7
- package/app/.next-cli-build/server/app/dashboard/quota.segments/!KGRhc2hib2FyZCk/dashboard/quota/__PAGE__.segment.rsc +3 -3
- package/app/.next-cli-build/server/app/dashboard/quota.segments/!KGRhc2hib2FyZCk/dashboard/quota.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/quota.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/quota.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
- package/app/.next-cli-build/server/app/dashboard/quota.segments/_full.segment.rsc +7 -7
- package/app/.next-cli-build/server/app/dashboard/quota.segments/_head.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/quota.segments/_index.segment.rsc +4 -4
- package/app/.next-cli-build/server/app/dashboard/quota.segments/_tree.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/settings/pricing/page_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/dashboard/settings/pricing.html +1 -1
- package/app/.next-cli-build/server/app/dashboard/settings/pricing.rsc +4 -4
- package/app/.next-cli-build/server/app/dashboard/settings/pricing.segments/_full.segment.rsc +4 -4
- package/app/.next-cli-build/server/app/dashboard/settings/pricing.segments/_head.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/settings/pricing.segments/_index.segment.rsc +4 -4
- package/app/.next-cli-build/server/app/dashboard/settings/pricing.segments/_tree.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/settings/pricing.segments/dashboard/settings/pricing/__PAGE__.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/settings/pricing.segments/dashboard/settings/pricing.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/settings/pricing.segments/dashboard/settings.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/settings/pricing.segments/dashboard.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/skills.html +1 -1
- package/app/.next-cli-build/server/app/dashboard/skills.rsc +6 -6
- package/app/.next-cli-build/server/app/dashboard/skills.segments/!KGRhc2hib2FyZCk/dashboard/skills/__PAGE__.segment.rsc +2 -2
- package/app/.next-cli-build/server/app/dashboard/skills.segments/!KGRhc2hib2FyZCk/dashboard/skills.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/skills.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/skills.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
- package/app/.next-cli-build/server/app/dashboard/skills.segments/_full.segment.rsc +6 -6
- package/app/.next-cli-build/server/app/dashboard/skills.segments/_head.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/skills.segments/_index.segment.rsc +4 -4
- package/app/.next-cli-build/server/app/dashboard/skills.segments/_tree.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/token-saver.html +1 -1
- package/app/.next-cli-build/server/app/dashboard/token-saver.rsc +6 -6
- package/app/.next-cli-build/server/app/dashboard/token-saver.segments/!KGRhc2hib2FyZCk/dashboard/token-saver/__PAGE__.segment.rsc +2 -2
- package/app/.next-cli-build/server/app/dashboard/token-saver.segments/!KGRhc2hib2FyZCk/dashboard/token-saver.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/token-saver.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/token-saver.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
- package/app/.next-cli-build/server/app/dashboard/token-saver.segments/_full.segment.rsc +6 -6
- package/app/.next-cli-build/server/app/dashboard/token-saver.segments/_head.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/token-saver.segments/_index.segment.rsc +4 -4
- package/app/.next-cli-build/server/app/dashboard/token-saver.segments/_tree.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/translator.html +1 -1
- package/app/.next-cli-build/server/app/dashboard/translator.rsc +6 -6
- package/app/.next-cli-build/server/app/dashboard/translator.segments/!KGRhc2hib2FyZCk/dashboard/translator/__PAGE__.segment.rsc +2 -2
- package/app/.next-cli-build/server/app/dashboard/translator.segments/!KGRhc2hib2FyZCk/dashboard/translator.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/translator.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/translator.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
- package/app/.next-cli-build/server/app/dashboard/translator.segments/_full.segment.rsc +6 -6
- package/app/.next-cli-build/server/app/dashboard/translator.segments/_head.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/translator.segments/_index.segment.rsc +4 -4
- package/app/.next-cli-build/server/app/dashboard/translator.segments/_tree.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/usage.html +1 -1
- package/app/.next-cli-build/server/app/dashboard/usage.rsc +6 -6
- package/app/.next-cli-build/server/app/dashboard/usage.segments/!KGRhc2hib2FyZCk/dashboard/usage/__PAGE__.segment.rsc +2 -2
- package/app/.next-cli-build/server/app/dashboard/usage.segments/!KGRhc2hib2FyZCk/dashboard/usage.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/usage.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/usage.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
- package/app/.next-cli-build/server/app/dashboard/usage.segments/_full.segment.rsc +6 -6
- package/app/.next-cli-build/server/app/dashboard/usage.segments/_head.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/usage.segments/_index.segment.rsc +4 -4
- package/app/.next-cli-build/server/app/dashboard/usage.segments/_tree.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard.html +1 -1
- package/app/.next-cli-build/server/app/dashboard.rsc +6 -6
- package/app/.next-cli-build/server/app/dashboard.segments/!KGRhc2hib2FyZCk/dashboard/__PAGE__.segment.rsc +2 -2
- package/app/.next-cli-build/server/app/dashboard.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
- package/app/.next-cli-build/server/app/dashboard.segments/_full.segment.rsc +6 -6
- package/app/.next-cli-build/server/app/dashboard.segments/_head.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard.segments/_index.segment.rsc +4 -4
- package/app/.next-cli-build/server/app/dashboard.segments/_tree.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/landing/page_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/landing.html +1 -1
- package/app/.next-cli-build/server/app/landing.rsc +4 -4
- package/app/.next-cli-build/server/app/landing.segments/_full.segment.rsc +4 -4
- package/app/.next-cli-build/server/app/landing.segments/_head.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/landing.segments/_index.segment.rsc +4 -4
- package/app/.next-cli-build/server/app/landing.segments/_tree.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/landing.segments/landing/__PAGE__.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/landing.segments/landing.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/login/page_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/login.html +1 -1
- package/app/.next-cli-build/server/app/login.rsc +5 -5
- package/app/.next-cli-build/server/app/login.segments/_full.segment.rsc +5 -5
- package/app/.next-cli-build/server/app/login.segments/_head.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/login.segments/_index.segment.rsc +4 -4
- package/app/.next-cli-build/server/app/login.segments/_tree.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/login.segments/login/__PAGE__.segment.rsc +2 -2
- package/app/.next-cli-build/server/app/login.segments/login.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/masuk/page_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app-paths-manifest.json +9 -9
- package/app/.next-cli-build/server/chunks/383.js +1 -1
- package/app/.next-cli-build/server/chunks/4544.js +1 -1
- package/app/.next-cli-build/server/chunks/4574.js +1 -1
- package/app/.next-cli-build/server/chunks/5006.js +1 -1
- package/app/.next-cli-build/server/chunks/5598.js +1 -1
- package/app/.next-cli-build/server/chunks/6159.js +1 -1
- package/app/.next-cli-build/server/chunks/9984.js +1 -1
- package/app/.next-cli-build/server/middleware-build-manifest.js +1 -1
- package/app/.next-cli-build/server/pages/404.html +1 -1
- package/app/.next-cli-build/server/pages/500.html +1 -1
- package/app/.next-cli-build/server/server-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/server-reference-manifest.json +1 -1
- package/app/.next-cli-build/static/chunks/4385-7bad7f9144a8bd2d.js +1 -0
- package/app/.next-cli-build/static/chunks/497-e70e37c356d2ad24.js +1 -0
- package/app/package.json +1 -1
- package/package.json +1 -1
- package/app/.next-cli-build/static/chunks/4385-87a1b455709d7de4.js +0 -1
- package/app/.next-cli-build/static/chunks/497-240bb61834e40ac1.js +0 -1
- /package/app/.next-cli-build/static/{5ICo_gd4bXJ9z9cGegOnS → hfSdoGhzBHU-MAopyKXHv}/_buildManifest.js +0 -0
- /package/app/.next-cli-build/static/{5ICo_gd4bXJ9z9cGegOnS → hfSdoGhzBHU-MAopyKXHv}/_ssgManifest.js +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/(dashboard)/dashboard/endpoint/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"497":{"*":{"id":"44544","name":"*","chunks":[],"async":false}},"581":{"*":{"id":"77254","name":"*","chunks":[],"async":false}},"665":{"*":{"id":"73962","name":"*","chunks":[],"async":false}},"741":{"*":{"id":"36917","name":"*","chunks":[],"async":false}},"819":{"*":{"id":"41117","name":"*","chunks":[],"async":false}},"1609":{"*":{"id":"94077","name":"*","chunks":[],"async":false}},"2158":{"*":{"id":"11494","name":"*","chunks":[],"async":false}},"2514":{"*":{"id":"63780","name":"*","chunks":[],"async":false}},"3035":{"*":{"id":"2881","name":"*","chunks":[],"async":false}},"3390":{"*":{"id":"21428","name":"*","chunks":[],"async":false}},"3567":{"*":{"id":"39652","name":"*","chunks":[],"async":false}},"4075":{"*":{"id":"17168","name":"*","chunks":[],"async":false}},"4274":{"*":{"id":"59698","name":"*","chunks":[],"async":false}},"4347":{"*":{"id":"34469","name":"*","chunks":[],"async":false}},"4373":{"*":{"id":"1539","name":"*","chunks":[],"async":false}},"4556":{"*":{"id":"13572","name":"*","chunks":[],"async":false}},"4813":{"*":{"id":"14583","name":"*","chunks":[],"async":false}},"4899":{"*":{"id":"53209","name":"*","chunks":[],"async":false}},"4914":{"*":{"id":"7722","name":"*","chunks":[],"async":false}},"4922":{"*":{"id":"30676","name":"*","chunks":[],"async":false}},"5337":{"*":{"id":"58325","name":"*","chunks":[],"async":false}},"5399":{"*":{"id":"24247","name":"*","chunks":[],"async":false}},"5592":{"*":{"id":"98240","name":"*","chunks":[],"async":false}},"5971":{"*":{"id":"42295","name":"*","chunks":[],"async":false}},"6029":{"*":{"id":"7253","name":"*","chunks":[],"async":false}},"6119":{"*":{"id":"9413","name":"*","chunks":[],"async":false}},"6184":{"*":{"id":"68862","name":"*","chunks":[],"async":false}},"6312":{"*":{"id":"88502","name":"*","chunks":[],"async":false}},"6329":{"*":{"id":"20321","name":"*","chunks":[],"async":false}},"6331":{"*":{"id":"96019","name":"*","chunks":[],"async":false}},"6447":{"*":{"id":"7011","name":"*","chunks":[],"async":false}},"6595":{"*":{"id":"63478","name":"*","chunks":[],"async":false}},"6972":{"*":{"id":"41888","name":"*","chunks":[],"async":false}},"7056":{"*":{"id":"32698","name":"*","chunks":[],"async":false}},"7217":{"*":{"id":"5997","name":"*","chunks":[],"async":false}},"7250":{"*":{"id":"79854","name":"*","chunks":[],"async":false}},"7468":{"*":{"id":"57822","name":"*","chunks":[],"async":false}},"7560":{"*":{"id":"49865","name":"*","chunks":[],"async":false}},"7993":{"*":{"id":"23880","name":"*","chunks":[],"async":false}},"8199":{"*":{"id":"34259","name":"*","chunks":[],"async":false}},"8663":{"*":{"id":"84979","name":"*","chunks":[],"async":false}},"8906":{"*":{"id":"75748","name":"*","chunks":[],"async":false}},"9319":{"*":{"id":"73062","name":"*","chunks":[],"async":false}},"9358":{"*":{"id":"84706","name":"*","chunks":[],"async":false}},"9590":{"*":{"id":"28222","name":"*","chunks":[],"async":false}},"9947":{"*":{"id":"45961","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/client-page.js":{"id":6329,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-page.js":{"id":6329,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/client-segment.js":{"id":4899,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-segment.js":{"id":4899,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":5592,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":5592,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/layout-router.js":{"id":6972,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/layout-router.js":{"id":6972,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/render-from-template-context.js":{"id":8906,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":8906,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/framework/boundary-components.js":{"id":5337,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":5337,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":4556,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":4556,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/@next+third-parties@16.2.9_next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4__react@19.2.4/node_modules/@next/third-parties/dist/google/ga.js":{"id":4914,"name":"*","chunks":["6000","static/chunks/6000-87aaca633cd687c1.js","4385","static/chunks/4385-87a1b455709d7de4.js","7177","static/chunks/app/layout-b163b1ebf7b2b559.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/@next+third-parties@16.2.9_next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4__react@19.2.4/node_modules/@next/third-parties/dist/google/gtm.js":{"id":7468,"name":"*","chunks":["6000","static/chunks/6000-87aaca633cd687c1.js","4385","static/chunks/4385-87a1b455709d7de4.js","7177","static/chunks/app/layout-b163b1ebf7b2b559.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/@next+third-parties@16.2.9_next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4__react@19.2.4/node_modules/@next/third-parties/dist/ThirdPartyScriptEmbed.js":{"id":6331,"name":"*","chunks":["6000","static/chunks/6000-87aaca633cd687c1.js","4385","static/chunks/4385-87a1b455709d7de4.js","7177","static/chunks/app/layout-b163b1ebf7b2b559.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/script.js":{"id":4075,"name":"*","chunks":["6000","static/chunks/6000-87aaca633cd687c1.js","4385","static/chunks/4385-87a1b455709d7de4.js","7177","static/chunks/app/layout-b163b1ebf7b2b559.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/script.js":{"id":4075,"name":"*","chunks":["6000","static/chunks/6000-87aaca633cd687c1.js","4385","static/chunks/4385-87a1b455709d7de4.js","7177","static/chunks/app/layout-b163b1ebf7b2b559.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.js\",\"import\":\"Inter\",\"arguments\":[{\"subsets\":[\"latin\"],\"variable\":\"--font-inter\"}],\"variableName\":\"inter\"}":{"id":4719,"name":"*","chunks":["6000","static/chunks/6000-87aaca633cd687c1.js","4385","static/chunks/4385-87a1b455709d7de4.js","7177","static/chunks/app/layout-b163b1ebf7b2b559.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/material-symbols-subset.css":{"id":8173,"name":"*","chunks":["6000","static/chunks/6000-87aaca633cd687c1.js","4385","static/chunks/4385-87a1b455709d7de4.js","7177","static/chunks/app/layout-b163b1ebf7b2b559.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/globals.css":{"id":6595,"name":"*","chunks":["6000","static/chunks/6000-87aaca633cd687c1.js","4385","static/chunks/4385-87a1b455709d7de4.js","7177","static/chunks/app/layout-b163b1ebf7b2b559.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/i18n/RuntimeI18nProvider.js":{"id":1609,"name":"*","chunks":["6000","static/chunks/6000-87aaca633cd687c1.js","4385","static/chunks/4385-87a1b455709d7de4.js","7177","static/chunks/app/layout-b163b1ebf7b2b559.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/shared/components/MaterialSymbolsLink.js":{"id":4922,"name":"*","chunks":["6000","static/chunks/6000-87aaca633cd687c1.js","4385","static/chunks/4385-87a1b455709d7de4.js","7177","static/chunks/app/layout-b163b1ebf7b2b559.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/shared/components/ThemeProvider.js":{"id":9319,"name":"*","chunks":["6000","static/chunks/6000-87aaca633cd687c1.js","4385","static/chunks/4385-87a1b455709d7de4.js","7177","static/chunks/app/layout-b163b1ebf7b2b559.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/error.js":{"id":7560,"name":"*","chunks":["3885","static/chunks/3885-62884dd3051155e9.js","8039","static/chunks/app/error-0c909c404411db68.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/global-error.js":{"id":6447,"name":"*","chunks":["4219","static/chunks/app/global-error-003ccabaecca03c8.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/callback/page.js":{"id":3390,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/dashboard/settings/pricing/page.js":{"id":7217,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/landing/page.js":{"id":3035,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/login/page.js":{"id":4274,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/masuk/MasukClient.js":{"id":4373,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/shared/components/index.js":{"id":497,"name":"*","chunks":["7418","static/chunks/642b329c-990ebec103959462.js","3885","static/chunks/3885-62884dd3051155e9.js","9458","static/chunks/9458-8e7ccc04f8025594.js","9814","static/chunks/9814-a20d3abed6c821bc.js","4385","static/chunks/4385-87a1b455709d7de4.js","497","static/chunks/497-240bb61834e40ac1.js","9305","static/chunks/app/(dashboard)/layout-0e565003b0b585f1.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/error.js":{"id":9947,"name":"*","chunks":["3885","static/chunks/3885-62884dd3051155e9.js","4151","static/chunks/app/(dashboard)/error-86fe20e969c25afa.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/basic-chat/BasicChatPageClient.js":{"id":6184,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/cli-tools/[toolId]/ToolDetailClient.js":{"id":819,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/cli-tools/CLIToolsPageClient.js":{"id":9590,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/combos/page.js":{"id":4813,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/endpoint/EndpointPageClient.js":{"id":7993,"name":"*","chunks":["7418","static/chunks/642b329c-990ebec103959462.js","3885","static/chunks/3885-62884dd3051155e9.js","9458","static/chunks/9458-8e7ccc04f8025594.js","9814","static/chunks/9814-a20d3abed6c821bc.js","4385","static/chunks/4385-87a1b455709d7de4.js","497","static/chunks/497-240bb61834e40ac1.js","9131","static/chunks/9131-3c6e59ad900d9f87.js","6099","static/chunks/app/(dashboard)/dashboard/endpoint/page-58a182f8d9939f66.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/media-providers/[kind]/[id]/page.js":{"id":4347,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/media-providers/[kind]/MediaKindClient.js":{"id":7250,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/media-providers/combo/[id]/page.js":{"id":6312,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/media-providers/web/page.js":{"id":2158,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/mitm/MitmPageClient.js":{"id":581,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/providers/new/page.js":{"id":6029,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/usage/components/ProviderLimits/index.js":{"id":665,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/shared/components/Loading.js":{"id":7056,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/skills/page.js":{"id":6119,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/token-saver/TokenSaverClient.js":{"id":741,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/translator/page.js":{"id":2514,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/usage/page.js":{"id":3567,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/console-log/ConsoleLogClient.js":{"id":8199,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/profile/page.js":{"id":5971,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/providers/page.js":{"id":8663,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/providers/[id]/page.js":{"id":5399,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/proxy-pools/page.js":{"id":9358,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/home/runner/work/VansRouter/VansRouter/src/":[],"/home/runner/work/VansRouter/VansRouter/src/app/layout":[{"inlined":false,"path":"static/css/e8723a4485b3f4ec.css"},{"inlined":false,"path":"static/css/1fc10f069b479895.css"}],"/home/runner/work/VansRouter/VansRouter/src/app/error":[],"/home/runner/work/VansRouter/VansRouter/src/app/global-error":[{"inlined":false,"path":"static/css/1fc10f069b479895.css"}],"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/layout":[{"inlined":false,"path":"static/css/008a05b0ad6b854a.css"}],"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/error":[],"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/page":[{"inlined":false,"path":"static/css/008a05b0ad6b854a.css"}],"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/endpoint/page":[{"inlined":false,"path":"static/css/008a05b0ad6b854a.css"}]},"rscModuleMapping":{"497":{"*":{"id":"88844","name":"*","chunks":[],"async":false}},"581":{"*":{"id":"64897","name":"*","chunks":[],"async":false}},"665":{"*":{"id":"53929","name":"*","chunks":[],"async":false}},"741":{"*":{"id":"33731","name":"*","chunks":[],"async":false}},"819":{"*":{"id":"87607","name":"*","chunks":[],"async":false}},"1609":{"*":{"id":"31159","name":"*","chunks":[],"async":false}},"2158":{"*":{"id":"48904","name":"*","chunks":[],"async":false}},"2514":{"*":{"id":"19998","name":"*","chunks":[],"async":false}},"3035":{"*":{"id":"58410","name":"*","chunks":[],"async":false}},"3390":{"*":{"id":"80066","name":"*","chunks":[],"async":false}},"3567":{"*":{"id":"19631","name":"*","chunks":[],"async":false}},"4075":{"*":{"id":"16802","name":"*","chunks":[],"async":false}},"4274":{"*":{"id":"56176","name":"*","chunks":[],"async":false}},"4347":{"*":{"id":"19366","name":"*","chunks":[],"async":false}},"4373":{"*":{"id":"66325","name":"*","chunks":[],"async":false}},"4556":{"*":{"id":"32766","name":"*","chunks":[],"async":false}},"4813":{"*":{"id":"18737","name":"*","chunks":[],"async":false}},"4899":{"*":{"id":"29835","name":"*","chunks":[],"async":false}},"4914":{"*":{"id":"35120","name":"*","chunks":[],"async":false}},"4922":{"*":{"id":"88514","name":"*","chunks":[],"async":false}},"5337":{"*":{"id":"50875","name":"*","chunks":[],"async":false}},"5399":{"*":{"id":"63240","name":"*","chunks":[],"async":false}},"5592":{"*":{"id":"10590","name":"*","chunks":[],"async":false}},"5971":{"*":{"id":"12373","name":"*","chunks":[],"async":false}},"6029":{"*":{"id":"22471","name":"*","chunks":[],"async":false}},"6119":{"*":{"id":"21798","name":"*","chunks":[],"async":false}},"6184":{"*":{"id":"20904","name":"*","chunks":[],"async":false}},"6312":{"*":{"id":"83588","name":"*","chunks":[],"async":false}},"6329":{"*":{"id":"98823","name":"*","chunks":[],"async":false}},"6331":{"*":{"id":"8097","name":"*","chunks":[],"async":false}},"6447":{"*":{"id":"30145","name":"*","chunks":[],"async":false}},"6595":{"*":{"id":"430","name":"*","chunks":[],"async":false}},"6972":{"*":{"id":"2298","name":"*","chunks":[],"async":false}},"7056":{"*":{"id":"6952","name":"*","chunks":[],"async":false}},"7217":{"*":{"id":"60884","name":"*","chunks":[],"async":false}},"7250":{"*":{"id":"38736","name":"*","chunks":[],"async":false}},"7468":{"*":{"id":"89928","name":"*","chunks":[],"async":false}},"7560":{"*":{"id":"71503","name":"*","chunks":[],"async":false}},"7993":{"*":{"id":"31441","name":"*","chunks":[],"async":false}},"8173":{"*":{"id":"57932","name":"*","chunks":[],"async":false}},"8199":{"*":{"id":"76033","name":"*","chunks":[],"async":false}},"8663":{"*":{"id":"4348","name":"*","chunks":[],"async":false}},"8906":{"*":{"id":"13598","name":"*","chunks":[],"async":false}},"9319":{"*":{"id":"84112","name":"*","chunks":[],"async":false}},"9358":{"*":{"id":"16776","name":"*","chunks":[],"async":false}},"9590":{"*":{"id":"17552","name":"*","chunks":[],"async":false}},"9947":{"*":{"id":"35411","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}};
|
|
1
|
+
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/(dashboard)/dashboard/endpoint/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"497":{"*":{"id":"44544","name":"*","chunks":[],"async":false}},"581":{"*":{"id":"77254","name":"*","chunks":[],"async":false}},"665":{"*":{"id":"73962","name":"*","chunks":[],"async":false}},"741":{"*":{"id":"36917","name":"*","chunks":[],"async":false}},"819":{"*":{"id":"41117","name":"*","chunks":[],"async":false}},"1609":{"*":{"id":"94077","name":"*","chunks":[],"async":false}},"2158":{"*":{"id":"11494","name":"*","chunks":[],"async":false}},"2514":{"*":{"id":"63780","name":"*","chunks":[],"async":false}},"3035":{"*":{"id":"2881","name":"*","chunks":[],"async":false}},"3390":{"*":{"id":"21428","name":"*","chunks":[],"async":false}},"3567":{"*":{"id":"39652","name":"*","chunks":[],"async":false}},"4075":{"*":{"id":"17168","name":"*","chunks":[],"async":false}},"4274":{"*":{"id":"59698","name":"*","chunks":[],"async":false}},"4347":{"*":{"id":"34469","name":"*","chunks":[],"async":false}},"4373":{"*":{"id":"1539","name":"*","chunks":[],"async":false}},"4556":{"*":{"id":"13572","name":"*","chunks":[],"async":false}},"4813":{"*":{"id":"14583","name":"*","chunks":[],"async":false}},"4899":{"*":{"id":"53209","name":"*","chunks":[],"async":false}},"4914":{"*":{"id":"7722","name":"*","chunks":[],"async":false}},"4922":{"*":{"id":"30676","name":"*","chunks":[],"async":false}},"5337":{"*":{"id":"58325","name":"*","chunks":[],"async":false}},"5399":{"*":{"id":"24247","name":"*","chunks":[],"async":false}},"5592":{"*":{"id":"98240","name":"*","chunks":[],"async":false}},"5971":{"*":{"id":"42295","name":"*","chunks":[],"async":false}},"6029":{"*":{"id":"7253","name":"*","chunks":[],"async":false}},"6119":{"*":{"id":"9413","name":"*","chunks":[],"async":false}},"6184":{"*":{"id":"68862","name":"*","chunks":[],"async":false}},"6312":{"*":{"id":"88502","name":"*","chunks":[],"async":false}},"6329":{"*":{"id":"20321","name":"*","chunks":[],"async":false}},"6331":{"*":{"id":"96019","name":"*","chunks":[],"async":false}},"6447":{"*":{"id":"7011","name":"*","chunks":[],"async":false}},"6595":{"*":{"id":"63478","name":"*","chunks":[],"async":false}},"6972":{"*":{"id":"41888","name":"*","chunks":[],"async":false}},"7056":{"*":{"id":"32698","name":"*","chunks":[],"async":false}},"7217":{"*":{"id":"5997","name":"*","chunks":[],"async":false}},"7250":{"*":{"id":"79854","name":"*","chunks":[],"async":false}},"7468":{"*":{"id":"57822","name":"*","chunks":[],"async":false}},"7560":{"*":{"id":"49865","name":"*","chunks":[],"async":false}},"7993":{"*":{"id":"23880","name":"*","chunks":[],"async":false}},"8199":{"*":{"id":"34259","name":"*","chunks":[],"async":false}},"8663":{"*":{"id":"84979","name":"*","chunks":[],"async":false}},"8906":{"*":{"id":"75748","name":"*","chunks":[],"async":false}},"9319":{"*":{"id":"73062","name":"*","chunks":[],"async":false}},"9358":{"*":{"id":"84706","name":"*","chunks":[],"async":false}},"9590":{"*":{"id":"28222","name":"*","chunks":[],"async":false}},"9947":{"*":{"id":"45961","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/client-page.js":{"id":6329,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-page.js":{"id":6329,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/client-segment.js":{"id":4899,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-segment.js":{"id":4899,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":5592,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":5592,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/layout-router.js":{"id":6972,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/layout-router.js":{"id":6972,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/render-from-template-context.js":{"id":8906,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":8906,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/framework/boundary-components.js":{"id":5337,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":5337,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":4556,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":4556,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/@next+third-parties@16.2.9_next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4__react@19.2.4/node_modules/@next/third-parties/dist/google/ga.js":{"id":4914,"name":"*","chunks":["6000","static/chunks/6000-87aaca633cd687c1.js","4385","static/chunks/4385-7bad7f9144a8bd2d.js","7177","static/chunks/app/layout-b163b1ebf7b2b559.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/@next+third-parties@16.2.9_next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4__react@19.2.4/node_modules/@next/third-parties/dist/google/gtm.js":{"id":7468,"name":"*","chunks":["6000","static/chunks/6000-87aaca633cd687c1.js","4385","static/chunks/4385-7bad7f9144a8bd2d.js","7177","static/chunks/app/layout-b163b1ebf7b2b559.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/@next+third-parties@16.2.9_next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4__react@19.2.4/node_modules/@next/third-parties/dist/ThirdPartyScriptEmbed.js":{"id":6331,"name":"*","chunks":["6000","static/chunks/6000-87aaca633cd687c1.js","4385","static/chunks/4385-7bad7f9144a8bd2d.js","7177","static/chunks/app/layout-b163b1ebf7b2b559.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/script.js":{"id":4075,"name":"*","chunks":["6000","static/chunks/6000-87aaca633cd687c1.js","4385","static/chunks/4385-7bad7f9144a8bd2d.js","7177","static/chunks/app/layout-b163b1ebf7b2b559.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/script.js":{"id":4075,"name":"*","chunks":["6000","static/chunks/6000-87aaca633cd687c1.js","4385","static/chunks/4385-7bad7f9144a8bd2d.js","7177","static/chunks/app/layout-b163b1ebf7b2b559.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.js\",\"import\":\"Inter\",\"arguments\":[{\"subsets\":[\"latin\"],\"variable\":\"--font-inter\"}],\"variableName\":\"inter\"}":{"id":4719,"name":"*","chunks":["6000","static/chunks/6000-87aaca633cd687c1.js","4385","static/chunks/4385-7bad7f9144a8bd2d.js","7177","static/chunks/app/layout-b163b1ebf7b2b559.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/material-symbols-subset.css":{"id":8173,"name":"*","chunks":["6000","static/chunks/6000-87aaca633cd687c1.js","4385","static/chunks/4385-7bad7f9144a8bd2d.js","7177","static/chunks/app/layout-b163b1ebf7b2b559.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/globals.css":{"id":6595,"name":"*","chunks":["6000","static/chunks/6000-87aaca633cd687c1.js","4385","static/chunks/4385-7bad7f9144a8bd2d.js","7177","static/chunks/app/layout-b163b1ebf7b2b559.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/i18n/RuntimeI18nProvider.js":{"id":1609,"name":"*","chunks":["6000","static/chunks/6000-87aaca633cd687c1.js","4385","static/chunks/4385-7bad7f9144a8bd2d.js","7177","static/chunks/app/layout-b163b1ebf7b2b559.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/shared/components/MaterialSymbolsLink.js":{"id":4922,"name":"*","chunks":["6000","static/chunks/6000-87aaca633cd687c1.js","4385","static/chunks/4385-7bad7f9144a8bd2d.js","7177","static/chunks/app/layout-b163b1ebf7b2b559.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/shared/components/ThemeProvider.js":{"id":9319,"name":"*","chunks":["6000","static/chunks/6000-87aaca633cd687c1.js","4385","static/chunks/4385-7bad7f9144a8bd2d.js","7177","static/chunks/app/layout-b163b1ebf7b2b559.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/error.js":{"id":7560,"name":"*","chunks":["3885","static/chunks/3885-62884dd3051155e9.js","8039","static/chunks/app/error-0c909c404411db68.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/global-error.js":{"id":6447,"name":"*","chunks":["4219","static/chunks/app/global-error-003ccabaecca03c8.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/callback/page.js":{"id":3390,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/dashboard/settings/pricing/page.js":{"id":7217,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/landing/page.js":{"id":3035,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/login/page.js":{"id":4274,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/masuk/MasukClient.js":{"id":4373,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/shared/components/index.js":{"id":497,"name":"*","chunks":["7418","static/chunks/642b329c-990ebec103959462.js","3885","static/chunks/3885-62884dd3051155e9.js","9458","static/chunks/9458-8e7ccc04f8025594.js","9814","static/chunks/9814-a20d3abed6c821bc.js","4385","static/chunks/4385-7bad7f9144a8bd2d.js","497","static/chunks/497-e70e37c356d2ad24.js","9305","static/chunks/app/(dashboard)/layout-0e565003b0b585f1.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/error.js":{"id":9947,"name":"*","chunks":["3885","static/chunks/3885-62884dd3051155e9.js","4151","static/chunks/app/(dashboard)/error-86fe20e969c25afa.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/basic-chat/BasicChatPageClient.js":{"id":6184,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/cli-tools/[toolId]/ToolDetailClient.js":{"id":819,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/cli-tools/CLIToolsPageClient.js":{"id":9590,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/combos/page.js":{"id":4813,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/endpoint/EndpointPageClient.js":{"id":7993,"name":"*","chunks":["7418","static/chunks/642b329c-990ebec103959462.js","3885","static/chunks/3885-62884dd3051155e9.js","9458","static/chunks/9458-8e7ccc04f8025594.js","9814","static/chunks/9814-a20d3abed6c821bc.js","4385","static/chunks/4385-7bad7f9144a8bd2d.js","497","static/chunks/497-e70e37c356d2ad24.js","9131","static/chunks/9131-3c6e59ad900d9f87.js","6099","static/chunks/app/(dashboard)/dashboard/endpoint/page-58a182f8d9939f66.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/media-providers/[kind]/[id]/page.js":{"id":4347,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/media-providers/[kind]/MediaKindClient.js":{"id":7250,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/media-providers/combo/[id]/page.js":{"id":6312,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/media-providers/web/page.js":{"id":2158,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/mitm/MitmPageClient.js":{"id":581,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/providers/new/page.js":{"id":6029,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/usage/components/ProviderLimits/index.js":{"id":665,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/shared/components/Loading.js":{"id":7056,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/skills/page.js":{"id":6119,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/token-saver/TokenSaverClient.js":{"id":741,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/translator/page.js":{"id":2514,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/usage/page.js":{"id":3567,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/console-log/ConsoleLogClient.js":{"id":8199,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/providers/page.js":{"id":8663,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/providers/[id]/page.js":{"id":5399,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/profile/page.js":{"id":5971,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/proxy-pools/page.js":{"id":9358,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/home/runner/work/VansRouter/VansRouter/src/":[],"/home/runner/work/VansRouter/VansRouter/src/app/layout":[{"inlined":false,"path":"static/css/e8723a4485b3f4ec.css"},{"inlined":false,"path":"static/css/1fc10f069b479895.css"}],"/home/runner/work/VansRouter/VansRouter/src/app/error":[],"/home/runner/work/VansRouter/VansRouter/src/app/global-error":[{"inlined":false,"path":"static/css/1fc10f069b479895.css"}],"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/layout":[{"inlined":false,"path":"static/css/008a05b0ad6b854a.css"}],"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/error":[],"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/page":[{"inlined":false,"path":"static/css/008a05b0ad6b854a.css"}],"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/endpoint/page":[{"inlined":false,"path":"static/css/008a05b0ad6b854a.css"}]},"rscModuleMapping":{"497":{"*":{"id":"88844","name":"*","chunks":[],"async":false}},"581":{"*":{"id":"64897","name":"*","chunks":[],"async":false}},"665":{"*":{"id":"53929","name":"*","chunks":[],"async":false}},"741":{"*":{"id":"33731","name":"*","chunks":[],"async":false}},"819":{"*":{"id":"87607","name":"*","chunks":[],"async":false}},"1609":{"*":{"id":"31159","name":"*","chunks":[],"async":false}},"2158":{"*":{"id":"48904","name":"*","chunks":[],"async":false}},"2514":{"*":{"id":"19998","name":"*","chunks":[],"async":false}},"3035":{"*":{"id":"58410","name":"*","chunks":[],"async":false}},"3390":{"*":{"id":"80066","name":"*","chunks":[],"async":false}},"3567":{"*":{"id":"19631","name":"*","chunks":[],"async":false}},"4075":{"*":{"id":"16802","name":"*","chunks":[],"async":false}},"4274":{"*":{"id":"56176","name":"*","chunks":[],"async":false}},"4347":{"*":{"id":"19366","name":"*","chunks":[],"async":false}},"4373":{"*":{"id":"66325","name":"*","chunks":[],"async":false}},"4556":{"*":{"id":"32766","name":"*","chunks":[],"async":false}},"4813":{"*":{"id":"18737","name":"*","chunks":[],"async":false}},"4899":{"*":{"id":"29835","name":"*","chunks":[],"async":false}},"4914":{"*":{"id":"35120","name":"*","chunks":[],"async":false}},"4922":{"*":{"id":"88514","name":"*","chunks":[],"async":false}},"5337":{"*":{"id":"50875","name":"*","chunks":[],"async":false}},"5399":{"*":{"id":"63240","name":"*","chunks":[],"async":false}},"5592":{"*":{"id":"10590","name":"*","chunks":[],"async":false}},"5971":{"*":{"id":"12373","name":"*","chunks":[],"async":false}},"6029":{"*":{"id":"22471","name":"*","chunks":[],"async":false}},"6119":{"*":{"id":"21798","name":"*","chunks":[],"async":false}},"6184":{"*":{"id":"20904","name":"*","chunks":[],"async":false}},"6312":{"*":{"id":"83588","name":"*","chunks":[],"async":false}},"6329":{"*":{"id":"98823","name":"*","chunks":[],"async":false}},"6331":{"*":{"id":"8097","name":"*","chunks":[],"async":false}},"6447":{"*":{"id":"30145","name":"*","chunks":[],"async":false}},"6595":{"*":{"id":"430","name":"*","chunks":[],"async":false}},"6972":{"*":{"id":"2298","name":"*","chunks":[],"async":false}},"7056":{"*":{"id":"6952","name":"*","chunks":[],"async":false}},"7217":{"*":{"id":"60884","name":"*","chunks":[],"async":false}},"7250":{"*":{"id":"38736","name":"*","chunks":[],"async":false}},"7468":{"*":{"id":"89928","name":"*","chunks":[],"async":false}},"7560":{"*":{"id":"71503","name":"*","chunks":[],"async":false}},"7993":{"*":{"id":"31441","name":"*","chunks":[],"async":false}},"8173":{"*":{"id":"57932","name":"*","chunks":[],"async":false}},"8199":{"*":{"id":"76033","name":"*","chunks":[],"async":false}},"8663":{"*":{"id":"4348","name":"*","chunks":[],"async":false}},"8906":{"*":{"id":"13598","name":"*","chunks":[],"async":false}},"9319":{"*":{"id":"84112","name":"*","chunks":[],"async":false}},"9358":{"*":{"id":"16776","name":"*","chunks":[],"async":false}},"9590":{"*":{"id":"17552","name":"*","chunks":[],"async":false}},"9947":{"*":{"id":"35411","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/(dashboard)/dashboard/media-providers/[kind]/[id]/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"497":{"*":{"id":"44544","name":"*","chunks":[],"async":false}},"581":{"*":{"id":"77254","name":"*","chunks":[],"async":false}},"665":{"*":{"id":"73962","name":"*","chunks":[],"async":false}},"741":{"*":{"id":"36917","name":"*","chunks":[],"async":false}},"819":{"*":{"id":"41117","name":"*","chunks":[],"async":false}},"1609":{"*":{"id":"94077","name":"*","chunks":[],"async":false}},"2158":{"*":{"id":"11494","name":"*","chunks":[],"async":false}},"2514":{"*":{"id":"63780","name":"*","chunks":[],"async":false}},"3035":{"*":{"id":"2881","name":"*","chunks":[],"async":false}},"3390":{"*":{"id":"21428","name":"*","chunks":[],"async":false}},"3567":{"*":{"id":"39652","name":"*","chunks":[],"async":false}},"4075":{"*":{"id":"17168","name":"*","chunks":[],"async":false}},"4274":{"*":{"id":"59698","name":"*","chunks":[],"async":false}},"4347":{"*":{"id":"34469","name":"*","chunks":[],"async":false}},"4373":{"*":{"id":"1539","name":"*","chunks":[],"async":false}},"4556":{"*":{"id":"13572","name":"*","chunks":[],"async":false}},"4813":{"*":{"id":"14583","name":"*","chunks":[],"async":false}},"4899":{"*":{"id":"53209","name":"*","chunks":[],"async":false}},"4914":{"*":{"id":"7722","name":"*","chunks":[],"async":false}},"4922":{"*":{"id":"30676","name":"*","chunks":[],"async":false}},"5337":{"*":{"id":"58325","name":"*","chunks":[],"async":false}},"5399":{"*":{"id":"24247","name":"*","chunks":[],"async":false}},"5592":{"*":{"id":"98240","name":"*","chunks":[],"async":false}},"5971":{"*":{"id":"42295","name":"*","chunks":[],"async":false}},"6029":{"*":{"id":"7253","name":"*","chunks":[],"async":false}},"6119":{"*":{"id":"9413","name":"*","chunks":[],"async":false}},"6184":{"*":{"id":"68862","name":"*","chunks":[],"async":false}},"6312":{"*":{"id":"88502","name":"*","chunks":[],"async":false}},"6329":{"*":{"id":"20321","name":"*","chunks":[],"async":false}},"6331":{"*":{"id":"96019","name":"*","chunks":[],"async":false}},"6447":{"*":{"id":"7011","name":"*","chunks":[],"async":false}},"6595":{"*":{"id":"63478","name":"*","chunks":[],"async":false}},"6972":{"*":{"id":"41888","name":"*","chunks":[],"async":false}},"7056":{"*":{"id":"32698","name":"*","chunks":[],"async":false}},"7217":{"*":{"id":"5997","name":"*","chunks":[],"async":false}},"7250":{"*":{"id":"79854","name":"*","chunks":[],"async":false}},"7468":{"*":{"id":"57822","name":"*","chunks":[],"async":false}},"7560":{"*":{"id":"49865","name":"*","chunks":[],"async":false}},"7993":{"*":{"id":"23880","name":"*","chunks":[],"async":false}},"8199":{"*":{"id":"34259","name":"*","chunks":[],"async":false}},"8663":{"*":{"id":"84979","name":"*","chunks":[],"async":false}},"8906":{"*":{"id":"75748","name":"*","chunks":[],"async":false}},"9319":{"*":{"id":"73062","name":"*","chunks":[],"async":false}},"9358":{"*":{"id":"84706","name":"*","chunks":[],"async":false}},"9590":{"*":{"id":"28222","name":"*","chunks":[],"async":false}},"9947":{"*":{"id":"45961","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/client-page.js":{"id":6329,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-page.js":{"id":6329,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/client-segment.js":{"id":4899,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-segment.js":{"id":4899,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":5592,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":5592,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/layout-router.js":{"id":6972,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/layout-router.js":{"id":6972,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/render-from-template-context.js":{"id":8906,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":8906,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/framework/boundary-components.js":{"id":5337,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":5337,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":4556,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":4556,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/@next+third-parties@16.2.9_next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4__react@19.2.4/node_modules/@next/third-parties/dist/google/ga.js":{"id":4914,"name":"*","chunks":["6000","static/chunks/6000-87aaca633cd687c1.js","4385","static/chunks/4385-87a1b455709d7de4.js","7177","static/chunks/app/layout-b163b1ebf7b2b559.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/@next+third-parties@16.2.9_next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4__react@19.2.4/node_modules/@next/third-parties/dist/google/gtm.js":{"id":7468,"name":"*","chunks":["6000","static/chunks/6000-87aaca633cd687c1.js","4385","static/chunks/4385-87a1b455709d7de4.js","7177","static/chunks/app/layout-b163b1ebf7b2b559.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/@next+third-parties@16.2.9_next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4__react@19.2.4/node_modules/@next/third-parties/dist/ThirdPartyScriptEmbed.js":{"id":6331,"name":"*","chunks":["6000","static/chunks/6000-87aaca633cd687c1.js","4385","static/chunks/4385-87a1b455709d7de4.js","7177","static/chunks/app/layout-b163b1ebf7b2b559.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/script.js":{"id":4075,"name":"*","chunks":["6000","static/chunks/6000-87aaca633cd687c1.js","4385","static/chunks/4385-87a1b455709d7de4.js","7177","static/chunks/app/layout-b163b1ebf7b2b559.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/script.js":{"id":4075,"name":"*","chunks":["6000","static/chunks/6000-87aaca633cd687c1.js","4385","static/chunks/4385-87a1b455709d7de4.js","7177","static/chunks/app/layout-b163b1ebf7b2b559.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.js\",\"import\":\"Inter\",\"arguments\":[{\"subsets\":[\"latin\"],\"variable\":\"--font-inter\"}],\"variableName\":\"inter\"}":{"id":4719,"name":"*","chunks":["6000","static/chunks/6000-87aaca633cd687c1.js","4385","static/chunks/4385-87a1b455709d7de4.js","7177","static/chunks/app/layout-b163b1ebf7b2b559.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/material-symbols-subset.css":{"id":8173,"name":"*","chunks":["6000","static/chunks/6000-87aaca633cd687c1.js","4385","static/chunks/4385-87a1b455709d7de4.js","7177","static/chunks/app/layout-b163b1ebf7b2b559.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/globals.css":{"id":6595,"name":"*","chunks":["6000","static/chunks/6000-87aaca633cd687c1.js","4385","static/chunks/4385-87a1b455709d7de4.js","7177","static/chunks/app/layout-b163b1ebf7b2b559.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/i18n/RuntimeI18nProvider.js":{"id":1609,"name":"*","chunks":["6000","static/chunks/6000-87aaca633cd687c1.js","4385","static/chunks/4385-87a1b455709d7de4.js","7177","static/chunks/app/layout-b163b1ebf7b2b559.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/shared/components/MaterialSymbolsLink.js":{"id":4922,"name":"*","chunks":["6000","static/chunks/6000-87aaca633cd687c1.js","4385","static/chunks/4385-87a1b455709d7de4.js","7177","static/chunks/app/layout-b163b1ebf7b2b559.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/shared/components/ThemeProvider.js":{"id":9319,"name":"*","chunks":["6000","static/chunks/6000-87aaca633cd687c1.js","4385","static/chunks/4385-87a1b455709d7de4.js","7177","static/chunks/app/layout-b163b1ebf7b2b559.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/error.js":{"id":7560,"name":"*","chunks":["3885","static/chunks/3885-62884dd3051155e9.js","8039","static/chunks/app/error-0c909c404411db68.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/global-error.js":{"id":6447,"name":"*","chunks":["4219","static/chunks/app/global-error-003ccabaecca03c8.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/callback/page.js":{"id":3390,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/dashboard/settings/pricing/page.js":{"id":7217,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/landing/page.js":{"id":3035,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/login/page.js":{"id":4274,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/masuk/MasukClient.js":{"id":4373,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/shared/components/index.js":{"id":497,"name":"*","chunks":["7418","static/chunks/642b329c-990ebec103959462.js","3885","static/chunks/3885-62884dd3051155e9.js","9458","static/chunks/9458-8e7ccc04f8025594.js","9814","static/chunks/9814-a20d3abed6c821bc.js","4385","static/chunks/4385-87a1b455709d7de4.js","497","static/chunks/497-240bb61834e40ac1.js","9305","static/chunks/app/(dashboard)/layout-0e565003b0b585f1.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/error.js":{"id":9947,"name":"*","chunks":["3885","static/chunks/3885-62884dd3051155e9.js","4151","static/chunks/app/(dashboard)/error-86fe20e969c25afa.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/basic-chat/BasicChatPageClient.js":{"id":6184,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/cli-tools/[toolId]/ToolDetailClient.js":{"id":819,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/cli-tools/CLIToolsPageClient.js":{"id":9590,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/combos/page.js":{"id":4813,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/endpoint/EndpointPageClient.js":{"id":7993,"name":"*","chunks":["7418","static/chunks/642b329c-990ebec103959462.js","3885","static/chunks/3885-62884dd3051155e9.js","9458","static/chunks/9458-8e7ccc04f8025594.js","9814","static/chunks/9814-a20d3abed6c821bc.js","4385","static/chunks/4385-87a1b455709d7de4.js","497","static/chunks/497-240bb61834e40ac1.js","9131","static/chunks/9131-3c6e59ad900d9f87.js","6337","static/chunks/app/(dashboard)/dashboard/page-b101a596fe25ee31.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/media-providers/[kind]/[id]/page.js":{"id":4347,"name":"*","chunks":["7418","static/chunks/642b329c-990ebec103959462.js","3885","static/chunks/3885-62884dd3051155e9.js","9458","static/chunks/9458-8e7ccc04f8025594.js","9814","static/chunks/9814-a20d3abed6c821bc.js","4385","static/chunks/4385-87a1b455709d7de4.js","497","static/chunks/497-240bb61834e40ac1.js","182","static/chunks/app/(dashboard)/dashboard/media-providers/%5Bkind%5D/%5Bid%5D/page-33b2a2889f8a6c95.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/media-providers/[kind]/MediaKindClient.js":{"id":7250,"name":"*","chunks":["7418","static/chunks/642b329c-990ebec103959462.js","3885","static/chunks/3885-62884dd3051155e9.js","9458","static/chunks/9458-8e7ccc04f8025594.js","9814","static/chunks/9814-a20d3abed6c821bc.js","4385","static/chunks/4385-87a1b455709d7de4.js","497","static/chunks/497-240bb61834e40ac1.js","6620","static/chunks/app/(dashboard)/dashboard/media-providers/%5Bkind%5D/page-bbef1a0c34a9ee9e.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/media-providers/combo/[id]/page.js":{"id":6312,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/media-providers/web/page.js":{"id":2158,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/mitm/MitmPageClient.js":{"id":581,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/providers/new/page.js":{"id":6029,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/usage/components/ProviderLimits/index.js":{"id":665,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/shared/components/Loading.js":{"id":7056,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/skills/page.js":{"id":6119,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/token-saver/TokenSaverClient.js":{"id":741,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/translator/page.js":{"id":2514,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/usage/page.js":{"id":3567,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/console-log/ConsoleLogClient.js":{"id":8199,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/profile/page.js":{"id":5971,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/providers/page.js":{"id":8663,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/providers/[id]/page.js":{"id":5399,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/proxy-pools/page.js":{"id":9358,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/home/runner/work/VansRouter/VansRouter/src/":[],"/home/runner/work/VansRouter/VansRouter/src/app/layout":[{"inlined":false,"path":"static/css/e8723a4485b3f4ec.css"},{"inlined":false,"path":"static/css/1fc10f069b479895.css"}],"/home/runner/work/VansRouter/VansRouter/src/app/error":[],"/home/runner/work/VansRouter/VansRouter/src/app/global-error":[{"inlined":false,"path":"static/css/1fc10f069b479895.css"}],"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/layout":[{"inlined":false,"path":"static/css/008a05b0ad6b854a.css"}],"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/error":[],"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/page":[{"inlined":false,"path":"static/css/008a05b0ad6b854a.css"}],"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/media-providers/[kind]/page":[{"inlined":false,"path":"static/css/008a05b0ad6b854a.css"}],"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/media-providers/[kind]/[id]/page":[{"inlined":false,"path":"static/css/008a05b0ad6b854a.css"}]},"rscModuleMapping":{"497":{"*":{"id":"88844","name":"*","chunks":[],"async":false}},"581":{"*":{"id":"64897","name":"*","chunks":[],"async":false}},"665":{"*":{"id":"53929","name":"*","chunks":[],"async":false}},"741":{"*":{"id":"33731","name":"*","chunks":[],"async":false}},"819":{"*":{"id":"87607","name":"*","chunks":[],"async":false}},"1609":{"*":{"id":"31159","name":"*","chunks":[],"async":false}},"2158":{"*":{"id":"48904","name":"*","chunks":[],"async":false}},"2514":{"*":{"id":"19998","name":"*","chunks":[],"async":false}},"3035":{"*":{"id":"58410","name":"*","chunks":[],"async":false}},"3390":{"*":{"id":"80066","name":"*","chunks":[],"async":false}},"3567":{"*":{"id":"19631","name":"*","chunks":[],"async":false}},"4075":{"*":{"id":"16802","name":"*","chunks":[],"async":false}},"4274":{"*":{"id":"56176","name":"*","chunks":[],"async":false}},"4347":{"*":{"id":"19366","name":"*","chunks":[],"async":false}},"4373":{"*":{"id":"66325","name":"*","chunks":[],"async":false}},"4556":{"*":{"id":"32766","name":"*","chunks":[],"async":false}},"4813":{"*":{"id":"18737","name":"*","chunks":[],"async":false}},"4899":{"*":{"id":"29835","name":"*","chunks":[],"async":false}},"4914":{"*":{"id":"35120","name":"*","chunks":[],"async":false}},"4922":{"*":{"id":"88514","name":"*","chunks":[],"async":false}},"5337":{"*":{"id":"50875","name":"*","chunks":[],"async":false}},"5399":{"*":{"id":"63240","name":"*","chunks":[],"async":false}},"5592":{"*":{"id":"10590","name":"*","chunks":[],"async":false}},"5971":{"*":{"id":"12373","name":"*","chunks":[],"async":false}},"6029":{"*":{"id":"22471","name":"*","chunks":[],"async":false}},"6119":{"*":{"id":"21798","name":"*","chunks":[],"async":false}},"6184":{"*":{"id":"20904","name":"*","chunks":[],"async":false}},"6312":{"*":{"id":"83588","name":"*","chunks":[],"async":false}},"6329":{"*":{"id":"98823","name":"*","chunks":[],"async":false}},"6331":{"*":{"id":"8097","name":"*","chunks":[],"async":false}},"6447":{"*":{"id":"30145","name":"*","chunks":[],"async":false}},"6595":{"*":{"id":"430","name":"*","chunks":[],"async":false}},"6972":{"*":{"id":"2298","name":"*","chunks":[],"async":false}},"7056":{"*":{"id":"6952","name":"*","chunks":[],"async":false}},"7217":{"*":{"id":"60884","name":"*","chunks":[],"async":false}},"7250":{"*":{"id":"38736","name":"*","chunks":[],"async":false}},"7468":{"*":{"id":"89928","name":"*","chunks":[],"async":false}},"7560":{"*":{"id":"71503","name":"*","chunks":[],"async":false}},"7993":{"*":{"id":"31441","name":"*","chunks":[],"async":false}},"8173":{"*":{"id":"57932","name":"*","chunks":[],"async":false}},"8199":{"*":{"id":"76033","name":"*","chunks":[],"async":false}},"8663":{"*":{"id":"4348","name":"*","chunks":[],"async":false}},"8906":{"*":{"id":"13598","name":"*","chunks":[],"async":false}},"9319":{"*":{"id":"84112","name":"*","chunks":[],"async":false}},"9358":{"*":{"id":"16776","name":"*","chunks":[],"async":false}},"9590":{"*":{"id":"17552","name":"*","chunks":[],"async":false}},"9947":{"*":{"id":"35411","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}};
|
|
1
|
+
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/(dashboard)/dashboard/media-providers/[kind]/[id]/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"497":{"*":{"id":"44544","name":"*","chunks":[],"async":false}},"581":{"*":{"id":"77254","name":"*","chunks":[],"async":false}},"665":{"*":{"id":"73962","name":"*","chunks":[],"async":false}},"741":{"*":{"id":"36917","name":"*","chunks":[],"async":false}},"819":{"*":{"id":"41117","name":"*","chunks":[],"async":false}},"1609":{"*":{"id":"94077","name":"*","chunks":[],"async":false}},"2158":{"*":{"id":"11494","name":"*","chunks":[],"async":false}},"2514":{"*":{"id":"63780","name":"*","chunks":[],"async":false}},"3035":{"*":{"id":"2881","name":"*","chunks":[],"async":false}},"3390":{"*":{"id":"21428","name":"*","chunks":[],"async":false}},"3567":{"*":{"id":"39652","name":"*","chunks":[],"async":false}},"4075":{"*":{"id":"17168","name":"*","chunks":[],"async":false}},"4274":{"*":{"id":"59698","name":"*","chunks":[],"async":false}},"4347":{"*":{"id":"34469","name":"*","chunks":[],"async":false}},"4373":{"*":{"id":"1539","name":"*","chunks":[],"async":false}},"4556":{"*":{"id":"13572","name":"*","chunks":[],"async":false}},"4813":{"*":{"id":"14583","name":"*","chunks":[],"async":false}},"4899":{"*":{"id":"53209","name":"*","chunks":[],"async":false}},"4914":{"*":{"id":"7722","name":"*","chunks":[],"async":false}},"4922":{"*":{"id":"30676","name":"*","chunks":[],"async":false}},"5337":{"*":{"id":"58325","name":"*","chunks":[],"async":false}},"5399":{"*":{"id":"24247","name":"*","chunks":[],"async":false}},"5592":{"*":{"id":"98240","name":"*","chunks":[],"async":false}},"5971":{"*":{"id":"42295","name":"*","chunks":[],"async":false}},"6029":{"*":{"id":"7253","name":"*","chunks":[],"async":false}},"6119":{"*":{"id":"9413","name":"*","chunks":[],"async":false}},"6184":{"*":{"id":"68862","name":"*","chunks":[],"async":false}},"6312":{"*":{"id":"88502","name":"*","chunks":[],"async":false}},"6329":{"*":{"id":"20321","name":"*","chunks":[],"async":false}},"6331":{"*":{"id":"96019","name":"*","chunks":[],"async":false}},"6447":{"*":{"id":"7011","name":"*","chunks":[],"async":false}},"6595":{"*":{"id":"63478","name":"*","chunks":[],"async":false}},"6972":{"*":{"id":"41888","name":"*","chunks":[],"async":false}},"7056":{"*":{"id":"32698","name":"*","chunks":[],"async":false}},"7217":{"*":{"id":"5997","name":"*","chunks":[],"async":false}},"7250":{"*":{"id":"79854","name":"*","chunks":[],"async":false}},"7468":{"*":{"id":"57822","name":"*","chunks":[],"async":false}},"7560":{"*":{"id":"49865","name":"*","chunks":[],"async":false}},"7993":{"*":{"id":"23880","name":"*","chunks":[],"async":false}},"8199":{"*":{"id":"34259","name":"*","chunks":[],"async":false}},"8663":{"*":{"id":"84979","name":"*","chunks":[],"async":false}},"8906":{"*":{"id":"75748","name":"*","chunks":[],"async":false}},"9319":{"*":{"id":"73062","name":"*","chunks":[],"async":false}},"9358":{"*":{"id":"84706","name":"*","chunks":[],"async":false}},"9590":{"*":{"id":"28222","name":"*","chunks":[],"async":false}},"9947":{"*":{"id":"45961","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/client-page.js":{"id":6329,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-page.js":{"id":6329,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/client-segment.js":{"id":4899,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-segment.js":{"id":4899,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":5592,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":5592,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/layout-router.js":{"id":6972,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/layout-router.js":{"id":6972,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/render-from-template-context.js":{"id":8906,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":8906,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/framework/boundary-components.js":{"id":5337,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":5337,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":4556,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":4556,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/@next+third-parties@16.2.9_next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4__react@19.2.4/node_modules/@next/third-parties/dist/google/ga.js":{"id":4914,"name":"*","chunks":["6000","static/chunks/6000-87aaca633cd687c1.js","4385","static/chunks/4385-7bad7f9144a8bd2d.js","7177","static/chunks/app/layout-b163b1ebf7b2b559.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/@next+third-parties@16.2.9_next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4__react@19.2.4/node_modules/@next/third-parties/dist/google/gtm.js":{"id":7468,"name":"*","chunks":["6000","static/chunks/6000-87aaca633cd687c1.js","4385","static/chunks/4385-7bad7f9144a8bd2d.js","7177","static/chunks/app/layout-b163b1ebf7b2b559.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/@next+third-parties@16.2.9_next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4__react@19.2.4/node_modules/@next/third-parties/dist/ThirdPartyScriptEmbed.js":{"id":6331,"name":"*","chunks":["6000","static/chunks/6000-87aaca633cd687c1.js","4385","static/chunks/4385-7bad7f9144a8bd2d.js","7177","static/chunks/app/layout-b163b1ebf7b2b559.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/script.js":{"id":4075,"name":"*","chunks":["6000","static/chunks/6000-87aaca633cd687c1.js","4385","static/chunks/4385-7bad7f9144a8bd2d.js","7177","static/chunks/app/layout-b163b1ebf7b2b559.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/script.js":{"id":4075,"name":"*","chunks":["6000","static/chunks/6000-87aaca633cd687c1.js","4385","static/chunks/4385-7bad7f9144a8bd2d.js","7177","static/chunks/app/layout-b163b1ebf7b2b559.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.js\",\"import\":\"Inter\",\"arguments\":[{\"subsets\":[\"latin\"],\"variable\":\"--font-inter\"}],\"variableName\":\"inter\"}":{"id":4719,"name":"*","chunks":["6000","static/chunks/6000-87aaca633cd687c1.js","4385","static/chunks/4385-7bad7f9144a8bd2d.js","7177","static/chunks/app/layout-b163b1ebf7b2b559.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/material-symbols-subset.css":{"id":8173,"name":"*","chunks":["6000","static/chunks/6000-87aaca633cd687c1.js","4385","static/chunks/4385-7bad7f9144a8bd2d.js","7177","static/chunks/app/layout-b163b1ebf7b2b559.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/globals.css":{"id":6595,"name":"*","chunks":["6000","static/chunks/6000-87aaca633cd687c1.js","4385","static/chunks/4385-7bad7f9144a8bd2d.js","7177","static/chunks/app/layout-b163b1ebf7b2b559.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/i18n/RuntimeI18nProvider.js":{"id":1609,"name":"*","chunks":["6000","static/chunks/6000-87aaca633cd687c1.js","4385","static/chunks/4385-7bad7f9144a8bd2d.js","7177","static/chunks/app/layout-b163b1ebf7b2b559.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/shared/components/MaterialSymbolsLink.js":{"id":4922,"name":"*","chunks":["6000","static/chunks/6000-87aaca633cd687c1.js","4385","static/chunks/4385-7bad7f9144a8bd2d.js","7177","static/chunks/app/layout-b163b1ebf7b2b559.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/shared/components/ThemeProvider.js":{"id":9319,"name":"*","chunks":["6000","static/chunks/6000-87aaca633cd687c1.js","4385","static/chunks/4385-7bad7f9144a8bd2d.js","7177","static/chunks/app/layout-b163b1ebf7b2b559.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/error.js":{"id":7560,"name":"*","chunks":["3885","static/chunks/3885-62884dd3051155e9.js","8039","static/chunks/app/error-0c909c404411db68.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/global-error.js":{"id":6447,"name":"*","chunks":["4219","static/chunks/app/global-error-003ccabaecca03c8.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/callback/page.js":{"id":3390,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/dashboard/settings/pricing/page.js":{"id":7217,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/landing/page.js":{"id":3035,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/login/page.js":{"id":4274,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/masuk/MasukClient.js":{"id":4373,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/shared/components/index.js":{"id":497,"name":"*","chunks":["7418","static/chunks/642b329c-990ebec103959462.js","3885","static/chunks/3885-62884dd3051155e9.js","9458","static/chunks/9458-8e7ccc04f8025594.js","9814","static/chunks/9814-a20d3abed6c821bc.js","4385","static/chunks/4385-7bad7f9144a8bd2d.js","497","static/chunks/497-e70e37c356d2ad24.js","9305","static/chunks/app/(dashboard)/layout-0e565003b0b585f1.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/error.js":{"id":9947,"name":"*","chunks":["3885","static/chunks/3885-62884dd3051155e9.js","4151","static/chunks/app/(dashboard)/error-86fe20e969c25afa.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/basic-chat/BasicChatPageClient.js":{"id":6184,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/cli-tools/[toolId]/ToolDetailClient.js":{"id":819,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/cli-tools/CLIToolsPageClient.js":{"id":9590,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/combos/page.js":{"id":4813,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/endpoint/EndpointPageClient.js":{"id":7993,"name":"*","chunks":["7418","static/chunks/642b329c-990ebec103959462.js","3885","static/chunks/3885-62884dd3051155e9.js","9458","static/chunks/9458-8e7ccc04f8025594.js","9814","static/chunks/9814-a20d3abed6c821bc.js","4385","static/chunks/4385-7bad7f9144a8bd2d.js","497","static/chunks/497-e70e37c356d2ad24.js","9131","static/chunks/9131-3c6e59ad900d9f87.js","6337","static/chunks/app/(dashboard)/dashboard/page-b101a596fe25ee31.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/media-providers/[kind]/[id]/page.js":{"id":4347,"name":"*","chunks":["7418","static/chunks/642b329c-990ebec103959462.js","3885","static/chunks/3885-62884dd3051155e9.js","9458","static/chunks/9458-8e7ccc04f8025594.js","9814","static/chunks/9814-a20d3abed6c821bc.js","4385","static/chunks/4385-7bad7f9144a8bd2d.js","497","static/chunks/497-e70e37c356d2ad24.js","182","static/chunks/app/(dashboard)/dashboard/media-providers/%5Bkind%5D/%5Bid%5D/page-33b2a2889f8a6c95.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/media-providers/[kind]/MediaKindClient.js":{"id":7250,"name":"*","chunks":["7418","static/chunks/642b329c-990ebec103959462.js","3885","static/chunks/3885-62884dd3051155e9.js","9458","static/chunks/9458-8e7ccc04f8025594.js","9814","static/chunks/9814-a20d3abed6c821bc.js","4385","static/chunks/4385-7bad7f9144a8bd2d.js","497","static/chunks/497-e70e37c356d2ad24.js","6620","static/chunks/app/(dashboard)/dashboard/media-providers/%5Bkind%5D/page-bbef1a0c34a9ee9e.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/media-providers/combo/[id]/page.js":{"id":6312,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/media-providers/web/page.js":{"id":2158,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/mitm/MitmPageClient.js":{"id":581,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/providers/new/page.js":{"id":6029,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/usage/components/ProviderLimits/index.js":{"id":665,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/shared/components/Loading.js":{"id":7056,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/skills/page.js":{"id":6119,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/token-saver/TokenSaverClient.js":{"id":741,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/translator/page.js":{"id":2514,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/usage/page.js":{"id":3567,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/console-log/ConsoleLogClient.js":{"id":8199,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/providers/page.js":{"id":8663,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/providers/[id]/page.js":{"id":5399,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/profile/page.js":{"id":5971,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/proxy-pools/page.js":{"id":9358,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/home/runner/work/VansRouter/VansRouter/src/":[],"/home/runner/work/VansRouter/VansRouter/src/app/layout":[{"inlined":false,"path":"static/css/e8723a4485b3f4ec.css"},{"inlined":false,"path":"static/css/1fc10f069b479895.css"}],"/home/runner/work/VansRouter/VansRouter/src/app/error":[],"/home/runner/work/VansRouter/VansRouter/src/app/global-error":[{"inlined":false,"path":"static/css/1fc10f069b479895.css"}],"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/layout":[{"inlined":false,"path":"static/css/008a05b0ad6b854a.css"}],"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/error":[],"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/page":[{"inlined":false,"path":"static/css/008a05b0ad6b854a.css"}],"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/media-providers/[kind]/page":[{"inlined":false,"path":"static/css/008a05b0ad6b854a.css"}],"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/media-providers/[kind]/[id]/page":[{"inlined":false,"path":"static/css/008a05b0ad6b854a.css"}]},"rscModuleMapping":{"497":{"*":{"id":"88844","name":"*","chunks":[],"async":false}},"581":{"*":{"id":"64897","name":"*","chunks":[],"async":false}},"665":{"*":{"id":"53929","name":"*","chunks":[],"async":false}},"741":{"*":{"id":"33731","name":"*","chunks":[],"async":false}},"819":{"*":{"id":"87607","name":"*","chunks":[],"async":false}},"1609":{"*":{"id":"31159","name":"*","chunks":[],"async":false}},"2158":{"*":{"id":"48904","name":"*","chunks":[],"async":false}},"2514":{"*":{"id":"19998","name":"*","chunks":[],"async":false}},"3035":{"*":{"id":"58410","name":"*","chunks":[],"async":false}},"3390":{"*":{"id":"80066","name":"*","chunks":[],"async":false}},"3567":{"*":{"id":"19631","name":"*","chunks":[],"async":false}},"4075":{"*":{"id":"16802","name":"*","chunks":[],"async":false}},"4274":{"*":{"id":"56176","name":"*","chunks":[],"async":false}},"4347":{"*":{"id":"19366","name":"*","chunks":[],"async":false}},"4373":{"*":{"id":"66325","name":"*","chunks":[],"async":false}},"4556":{"*":{"id":"32766","name":"*","chunks":[],"async":false}},"4813":{"*":{"id":"18737","name":"*","chunks":[],"async":false}},"4899":{"*":{"id":"29835","name":"*","chunks":[],"async":false}},"4914":{"*":{"id":"35120","name":"*","chunks":[],"async":false}},"4922":{"*":{"id":"88514","name":"*","chunks":[],"async":false}},"5337":{"*":{"id":"50875","name":"*","chunks":[],"async":false}},"5399":{"*":{"id":"63240","name":"*","chunks":[],"async":false}},"5592":{"*":{"id":"10590","name":"*","chunks":[],"async":false}},"5971":{"*":{"id":"12373","name":"*","chunks":[],"async":false}},"6029":{"*":{"id":"22471","name":"*","chunks":[],"async":false}},"6119":{"*":{"id":"21798","name":"*","chunks":[],"async":false}},"6184":{"*":{"id":"20904","name":"*","chunks":[],"async":false}},"6312":{"*":{"id":"83588","name":"*","chunks":[],"async":false}},"6329":{"*":{"id":"98823","name":"*","chunks":[],"async":false}},"6331":{"*":{"id":"8097","name":"*","chunks":[],"async":false}},"6447":{"*":{"id":"30145","name":"*","chunks":[],"async":false}},"6595":{"*":{"id":"430","name":"*","chunks":[],"async":false}},"6972":{"*":{"id":"2298","name":"*","chunks":[],"async":false}},"7056":{"*":{"id":"6952","name":"*","chunks":[],"async":false}},"7217":{"*":{"id":"60884","name":"*","chunks":[],"async":false}},"7250":{"*":{"id":"38736","name":"*","chunks":[],"async":false}},"7468":{"*":{"id":"89928","name":"*","chunks":[],"async":false}},"7560":{"*":{"id":"71503","name":"*","chunks":[],"async":false}},"7993":{"*":{"id":"31441","name":"*","chunks":[],"async":false}},"8173":{"*":{"id":"57932","name":"*","chunks":[],"async":false}},"8199":{"*":{"id":"76033","name":"*","chunks":[],"async":false}},"8663":{"*":{"id":"4348","name":"*","chunks":[],"async":false}},"8906":{"*":{"id":"13598","name":"*","chunks":[],"async":false}},"9319":{"*":{"id":"84112","name":"*","chunks":[],"async":false}},"9358":{"*":{"id":"16776","name":"*","chunks":[],"async":false}},"9590":{"*":{"id":"17552","name":"*","chunks":[],"async":false}},"9947":{"*":{"id":"35411","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/(dashboard)/dashboard/media-providers/[kind]/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"497":{"*":{"id":"44544","name":"*","chunks":[],"async":false}},"581":{"*":{"id":"77254","name":"*","chunks":[],"async":false}},"665":{"*":{"id":"73962","name":"*","chunks":[],"async":false}},"741":{"*":{"id":"36917","name":"*","chunks":[],"async":false}},"819":{"*":{"id":"41117","name":"*","chunks":[],"async":false}},"1609":{"*":{"id":"94077","name":"*","chunks":[],"async":false}},"2158":{"*":{"id":"11494","name":"*","chunks":[],"async":false}},"2514":{"*":{"id":"63780","name":"*","chunks":[],"async":false}},"3035":{"*":{"id":"2881","name":"*","chunks":[],"async":false}},"3390":{"*":{"id":"21428","name":"*","chunks":[],"async":false}},"3567":{"*":{"id":"39652","name":"*","chunks":[],"async":false}},"4075":{"*":{"id":"17168","name":"*","chunks":[],"async":false}},"4274":{"*":{"id":"59698","name":"*","chunks":[],"async":false}},"4347":{"*":{"id":"34469","name":"*","chunks":[],"async":false}},"4373":{"*":{"id":"1539","name":"*","chunks":[],"async":false}},"4556":{"*":{"id":"13572","name":"*","chunks":[],"async":false}},"4813":{"*":{"id":"14583","name":"*","chunks":[],"async":false}},"4899":{"*":{"id":"53209","name":"*","chunks":[],"async":false}},"4914":{"*":{"id":"7722","name":"*","chunks":[],"async":false}},"4922":{"*":{"id":"30676","name":"*","chunks":[],"async":false}},"5337":{"*":{"id":"58325","name":"*","chunks":[],"async":false}},"5399":{"*":{"id":"24247","name":"*","chunks":[],"async":false}},"5592":{"*":{"id":"98240","name":"*","chunks":[],"async":false}},"5971":{"*":{"id":"42295","name":"*","chunks":[],"async":false}},"6029":{"*":{"id":"7253","name":"*","chunks":[],"async":false}},"6119":{"*":{"id":"9413","name":"*","chunks":[],"async":false}},"6184":{"*":{"id":"68862","name":"*","chunks":[],"async":false}},"6312":{"*":{"id":"88502","name":"*","chunks":[],"async":false}},"6329":{"*":{"id":"20321","name":"*","chunks":[],"async":false}},"6331":{"*":{"id":"96019","name":"*","chunks":[],"async":false}},"6447":{"*":{"id":"7011","name":"*","chunks":[],"async":false}},"6595":{"*":{"id":"63478","name":"*","chunks":[],"async":false}},"6972":{"*":{"id":"41888","name":"*","chunks":[],"async":false}},"7056":{"*":{"id":"32698","name":"*","chunks":[],"async":false}},"7217":{"*":{"id":"5997","name":"*","chunks":[],"async":false}},"7250":{"*":{"id":"79854","name":"*","chunks":[],"async":false}},"7468":{"*":{"id":"57822","name":"*","chunks":[],"async":false}},"7560":{"*":{"id":"49865","name":"*","chunks":[],"async":false}},"7993":{"*":{"id":"23880","name":"*","chunks":[],"async":false}},"8199":{"*":{"id":"34259","name":"*","chunks":[],"async":false}},"8663":{"*":{"id":"84979","name":"*","chunks":[],"async":false}},"8906":{"*":{"id":"75748","name":"*","chunks":[],"async":false}},"9319":{"*":{"id":"73062","name":"*","chunks":[],"async":false}},"9358":{"*":{"id":"84706","name":"*","chunks":[],"async":false}},"9590":{"*":{"id":"28222","name":"*","chunks":[],"async":false}},"9947":{"*":{"id":"45961","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/client-page.js":{"id":6329,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-page.js":{"id":6329,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/client-segment.js":{"id":4899,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-segment.js":{"id":4899,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":5592,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":5592,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/layout-router.js":{"id":6972,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/layout-router.js":{"id":6972,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/render-from-template-context.js":{"id":8906,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":8906,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/framework/boundary-components.js":{"id":5337,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":5337,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":4556,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":4556,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/@next+third-parties@16.2.9_next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4__react@19.2.4/node_modules/@next/third-parties/dist/google/ga.js":{"id":4914,"name":"*","chunks":["6000","static/chunks/6000-87aaca633cd687c1.js","4385","static/chunks/4385-87a1b455709d7de4.js","7177","static/chunks/app/layout-b163b1ebf7b2b559.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/@next+third-parties@16.2.9_next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4__react@19.2.4/node_modules/@next/third-parties/dist/google/gtm.js":{"id":7468,"name":"*","chunks":["6000","static/chunks/6000-87aaca633cd687c1.js","4385","static/chunks/4385-87a1b455709d7de4.js","7177","static/chunks/app/layout-b163b1ebf7b2b559.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/@next+third-parties@16.2.9_next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4__react@19.2.4/node_modules/@next/third-parties/dist/ThirdPartyScriptEmbed.js":{"id":6331,"name":"*","chunks":["6000","static/chunks/6000-87aaca633cd687c1.js","4385","static/chunks/4385-87a1b455709d7de4.js","7177","static/chunks/app/layout-b163b1ebf7b2b559.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/script.js":{"id":4075,"name":"*","chunks":["6000","static/chunks/6000-87aaca633cd687c1.js","4385","static/chunks/4385-87a1b455709d7de4.js","7177","static/chunks/app/layout-b163b1ebf7b2b559.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/script.js":{"id":4075,"name":"*","chunks":["6000","static/chunks/6000-87aaca633cd687c1.js","4385","static/chunks/4385-87a1b455709d7de4.js","7177","static/chunks/app/layout-b163b1ebf7b2b559.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.js\",\"import\":\"Inter\",\"arguments\":[{\"subsets\":[\"latin\"],\"variable\":\"--font-inter\"}],\"variableName\":\"inter\"}":{"id":4719,"name":"*","chunks":["6000","static/chunks/6000-87aaca633cd687c1.js","4385","static/chunks/4385-87a1b455709d7de4.js","7177","static/chunks/app/layout-b163b1ebf7b2b559.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/material-symbols-subset.css":{"id":8173,"name":"*","chunks":["6000","static/chunks/6000-87aaca633cd687c1.js","4385","static/chunks/4385-87a1b455709d7de4.js","7177","static/chunks/app/layout-b163b1ebf7b2b559.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/globals.css":{"id":6595,"name":"*","chunks":["6000","static/chunks/6000-87aaca633cd687c1.js","4385","static/chunks/4385-87a1b455709d7de4.js","7177","static/chunks/app/layout-b163b1ebf7b2b559.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/i18n/RuntimeI18nProvider.js":{"id":1609,"name":"*","chunks":["6000","static/chunks/6000-87aaca633cd687c1.js","4385","static/chunks/4385-87a1b455709d7de4.js","7177","static/chunks/app/layout-b163b1ebf7b2b559.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/shared/components/MaterialSymbolsLink.js":{"id":4922,"name":"*","chunks":["6000","static/chunks/6000-87aaca633cd687c1.js","4385","static/chunks/4385-87a1b455709d7de4.js","7177","static/chunks/app/layout-b163b1ebf7b2b559.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/shared/components/ThemeProvider.js":{"id":9319,"name":"*","chunks":["6000","static/chunks/6000-87aaca633cd687c1.js","4385","static/chunks/4385-87a1b455709d7de4.js","7177","static/chunks/app/layout-b163b1ebf7b2b559.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/error.js":{"id":7560,"name":"*","chunks":["3885","static/chunks/3885-62884dd3051155e9.js","8039","static/chunks/app/error-0c909c404411db68.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/global-error.js":{"id":6447,"name":"*","chunks":["4219","static/chunks/app/global-error-003ccabaecca03c8.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/callback/page.js":{"id":3390,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/dashboard/settings/pricing/page.js":{"id":7217,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/landing/page.js":{"id":3035,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/login/page.js":{"id":4274,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/masuk/MasukClient.js":{"id":4373,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/shared/components/index.js":{"id":497,"name":"*","chunks":["7418","static/chunks/642b329c-990ebec103959462.js","3885","static/chunks/3885-62884dd3051155e9.js","9458","static/chunks/9458-8e7ccc04f8025594.js","9814","static/chunks/9814-a20d3abed6c821bc.js","4385","static/chunks/4385-87a1b455709d7de4.js","497","static/chunks/497-240bb61834e40ac1.js","9305","static/chunks/app/(dashboard)/layout-0e565003b0b585f1.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/error.js":{"id":9947,"name":"*","chunks":["3885","static/chunks/3885-62884dd3051155e9.js","4151","static/chunks/app/(dashboard)/error-86fe20e969c25afa.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/basic-chat/BasicChatPageClient.js":{"id":6184,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/cli-tools/[toolId]/ToolDetailClient.js":{"id":819,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/cli-tools/CLIToolsPageClient.js":{"id":9590,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/combos/page.js":{"id":4813,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/endpoint/EndpointPageClient.js":{"id":7993,"name":"*","chunks":["7418","static/chunks/642b329c-990ebec103959462.js","3885","static/chunks/3885-62884dd3051155e9.js","9458","static/chunks/9458-8e7ccc04f8025594.js","9814","static/chunks/9814-a20d3abed6c821bc.js","4385","static/chunks/4385-87a1b455709d7de4.js","497","static/chunks/497-240bb61834e40ac1.js","9131","static/chunks/9131-3c6e59ad900d9f87.js","6337","static/chunks/app/(dashboard)/dashboard/page-b101a596fe25ee31.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/media-providers/[kind]/[id]/page.js":{"id":4347,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/media-providers/[kind]/MediaKindClient.js":{"id":7250,"name":"*","chunks":["7418","static/chunks/642b329c-990ebec103959462.js","3885","static/chunks/3885-62884dd3051155e9.js","9458","static/chunks/9458-8e7ccc04f8025594.js","9814","static/chunks/9814-a20d3abed6c821bc.js","4385","static/chunks/4385-87a1b455709d7de4.js","497","static/chunks/497-240bb61834e40ac1.js","6620","static/chunks/app/(dashboard)/dashboard/media-providers/%5Bkind%5D/page-bbef1a0c34a9ee9e.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/media-providers/combo/[id]/page.js":{"id":6312,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/media-providers/web/page.js":{"id":2158,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/mitm/MitmPageClient.js":{"id":581,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/providers/new/page.js":{"id":6029,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/usage/components/ProviderLimits/index.js":{"id":665,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/shared/components/Loading.js":{"id":7056,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/skills/page.js":{"id":6119,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/token-saver/TokenSaverClient.js":{"id":741,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/translator/page.js":{"id":2514,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/usage/page.js":{"id":3567,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/console-log/ConsoleLogClient.js":{"id":8199,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/profile/page.js":{"id":5971,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/providers/page.js":{"id":8663,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/providers/[id]/page.js":{"id":5399,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/proxy-pools/page.js":{"id":9358,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/home/runner/work/VansRouter/VansRouter/src/":[],"/home/runner/work/VansRouter/VansRouter/src/app/layout":[{"inlined":false,"path":"static/css/e8723a4485b3f4ec.css"},{"inlined":false,"path":"static/css/1fc10f069b479895.css"}],"/home/runner/work/VansRouter/VansRouter/src/app/error":[],"/home/runner/work/VansRouter/VansRouter/src/app/global-error":[{"inlined":false,"path":"static/css/1fc10f069b479895.css"}],"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/layout":[{"inlined":false,"path":"static/css/008a05b0ad6b854a.css"}],"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/error":[],"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/page":[{"inlined":false,"path":"static/css/008a05b0ad6b854a.css"}],"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/media-providers/[kind]/page":[{"inlined":false,"path":"static/css/008a05b0ad6b854a.css"}]},"rscModuleMapping":{"497":{"*":{"id":"88844","name":"*","chunks":[],"async":false}},"581":{"*":{"id":"64897","name":"*","chunks":[],"async":false}},"665":{"*":{"id":"53929","name":"*","chunks":[],"async":false}},"741":{"*":{"id":"33731","name":"*","chunks":[],"async":false}},"819":{"*":{"id":"87607","name":"*","chunks":[],"async":false}},"1609":{"*":{"id":"31159","name":"*","chunks":[],"async":false}},"2158":{"*":{"id":"48904","name":"*","chunks":[],"async":false}},"2514":{"*":{"id":"19998","name":"*","chunks":[],"async":false}},"3035":{"*":{"id":"58410","name":"*","chunks":[],"async":false}},"3390":{"*":{"id":"80066","name":"*","chunks":[],"async":false}},"3567":{"*":{"id":"19631","name":"*","chunks":[],"async":false}},"4075":{"*":{"id":"16802","name":"*","chunks":[],"async":false}},"4274":{"*":{"id":"56176","name":"*","chunks":[],"async":false}},"4347":{"*":{"id":"19366","name":"*","chunks":[],"async":false}},"4373":{"*":{"id":"66325","name":"*","chunks":[],"async":false}},"4556":{"*":{"id":"32766","name":"*","chunks":[],"async":false}},"4813":{"*":{"id":"18737","name":"*","chunks":[],"async":false}},"4899":{"*":{"id":"29835","name":"*","chunks":[],"async":false}},"4914":{"*":{"id":"35120","name":"*","chunks":[],"async":false}},"4922":{"*":{"id":"88514","name":"*","chunks":[],"async":false}},"5337":{"*":{"id":"50875","name":"*","chunks":[],"async":false}},"5399":{"*":{"id":"63240","name":"*","chunks":[],"async":false}},"5592":{"*":{"id":"10590","name":"*","chunks":[],"async":false}},"5971":{"*":{"id":"12373","name":"*","chunks":[],"async":false}},"6029":{"*":{"id":"22471","name":"*","chunks":[],"async":false}},"6119":{"*":{"id":"21798","name":"*","chunks":[],"async":false}},"6184":{"*":{"id":"20904","name":"*","chunks":[],"async":false}},"6312":{"*":{"id":"83588","name":"*","chunks":[],"async":false}},"6329":{"*":{"id":"98823","name":"*","chunks":[],"async":false}},"6331":{"*":{"id":"8097","name":"*","chunks":[],"async":false}},"6447":{"*":{"id":"30145","name":"*","chunks":[],"async":false}},"6595":{"*":{"id":"430","name":"*","chunks":[],"async":false}},"6972":{"*":{"id":"2298","name":"*","chunks":[],"async":false}},"7056":{"*":{"id":"6952","name":"*","chunks":[],"async":false}},"7217":{"*":{"id":"60884","name":"*","chunks":[],"async":false}},"7250":{"*":{"id":"38736","name":"*","chunks":[],"async":false}},"7468":{"*":{"id":"89928","name":"*","chunks":[],"async":false}},"7560":{"*":{"id":"71503","name":"*","chunks":[],"async":false}},"7993":{"*":{"id":"31441","name":"*","chunks":[],"async":false}},"8173":{"*":{"id":"57932","name":"*","chunks":[],"async":false}},"8199":{"*":{"id":"76033","name":"*","chunks":[],"async":false}},"8663":{"*":{"id":"4348","name":"*","chunks":[],"async":false}},"8906":{"*":{"id":"13598","name":"*","chunks":[],"async":false}},"9319":{"*":{"id":"84112","name":"*","chunks":[],"async":false}},"9358":{"*":{"id":"16776","name":"*","chunks":[],"async":false}},"9590":{"*":{"id":"17552","name":"*","chunks":[],"async":false}},"9947":{"*":{"id":"35411","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}};
|
|
1
|
+
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/(dashboard)/dashboard/media-providers/[kind]/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"497":{"*":{"id":"44544","name":"*","chunks":[],"async":false}},"581":{"*":{"id":"77254","name":"*","chunks":[],"async":false}},"665":{"*":{"id":"73962","name":"*","chunks":[],"async":false}},"741":{"*":{"id":"36917","name":"*","chunks":[],"async":false}},"819":{"*":{"id":"41117","name":"*","chunks":[],"async":false}},"1609":{"*":{"id":"94077","name":"*","chunks":[],"async":false}},"2158":{"*":{"id":"11494","name":"*","chunks":[],"async":false}},"2514":{"*":{"id":"63780","name":"*","chunks":[],"async":false}},"3035":{"*":{"id":"2881","name":"*","chunks":[],"async":false}},"3390":{"*":{"id":"21428","name":"*","chunks":[],"async":false}},"3567":{"*":{"id":"39652","name":"*","chunks":[],"async":false}},"4075":{"*":{"id":"17168","name":"*","chunks":[],"async":false}},"4274":{"*":{"id":"59698","name":"*","chunks":[],"async":false}},"4347":{"*":{"id":"34469","name":"*","chunks":[],"async":false}},"4373":{"*":{"id":"1539","name":"*","chunks":[],"async":false}},"4556":{"*":{"id":"13572","name":"*","chunks":[],"async":false}},"4813":{"*":{"id":"14583","name":"*","chunks":[],"async":false}},"4899":{"*":{"id":"53209","name":"*","chunks":[],"async":false}},"4914":{"*":{"id":"7722","name":"*","chunks":[],"async":false}},"4922":{"*":{"id":"30676","name":"*","chunks":[],"async":false}},"5337":{"*":{"id":"58325","name":"*","chunks":[],"async":false}},"5399":{"*":{"id":"24247","name":"*","chunks":[],"async":false}},"5592":{"*":{"id":"98240","name":"*","chunks":[],"async":false}},"5971":{"*":{"id":"42295","name":"*","chunks":[],"async":false}},"6029":{"*":{"id":"7253","name":"*","chunks":[],"async":false}},"6119":{"*":{"id":"9413","name":"*","chunks":[],"async":false}},"6184":{"*":{"id":"68862","name":"*","chunks":[],"async":false}},"6312":{"*":{"id":"88502","name":"*","chunks":[],"async":false}},"6329":{"*":{"id":"20321","name":"*","chunks":[],"async":false}},"6331":{"*":{"id":"96019","name":"*","chunks":[],"async":false}},"6447":{"*":{"id":"7011","name":"*","chunks":[],"async":false}},"6595":{"*":{"id":"63478","name":"*","chunks":[],"async":false}},"6972":{"*":{"id":"41888","name":"*","chunks":[],"async":false}},"7056":{"*":{"id":"32698","name":"*","chunks":[],"async":false}},"7217":{"*":{"id":"5997","name":"*","chunks":[],"async":false}},"7250":{"*":{"id":"79854","name":"*","chunks":[],"async":false}},"7468":{"*":{"id":"57822","name":"*","chunks":[],"async":false}},"7560":{"*":{"id":"49865","name":"*","chunks":[],"async":false}},"7993":{"*":{"id":"23880","name":"*","chunks":[],"async":false}},"8199":{"*":{"id":"34259","name":"*","chunks":[],"async":false}},"8663":{"*":{"id":"84979","name":"*","chunks":[],"async":false}},"8906":{"*":{"id":"75748","name":"*","chunks":[],"async":false}},"9319":{"*":{"id":"73062","name":"*","chunks":[],"async":false}},"9358":{"*":{"id":"84706","name":"*","chunks":[],"async":false}},"9590":{"*":{"id":"28222","name":"*","chunks":[],"async":false}},"9947":{"*":{"id":"45961","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/client-page.js":{"id":6329,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-page.js":{"id":6329,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/client-segment.js":{"id":4899,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-segment.js":{"id":4899,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":5592,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":5592,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/layout-router.js":{"id":6972,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/layout-router.js":{"id":6972,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/render-from-template-context.js":{"id":8906,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":8906,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/framework/boundary-components.js":{"id":5337,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":5337,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":4556,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":4556,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/@next+third-parties@16.2.9_next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4__react@19.2.4/node_modules/@next/third-parties/dist/google/ga.js":{"id":4914,"name":"*","chunks":["6000","static/chunks/6000-87aaca633cd687c1.js","4385","static/chunks/4385-7bad7f9144a8bd2d.js","7177","static/chunks/app/layout-b163b1ebf7b2b559.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/@next+third-parties@16.2.9_next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4__react@19.2.4/node_modules/@next/third-parties/dist/google/gtm.js":{"id":7468,"name":"*","chunks":["6000","static/chunks/6000-87aaca633cd687c1.js","4385","static/chunks/4385-7bad7f9144a8bd2d.js","7177","static/chunks/app/layout-b163b1ebf7b2b559.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/@next+third-parties@16.2.9_next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4__react@19.2.4/node_modules/@next/third-parties/dist/ThirdPartyScriptEmbed.js":{"id":6331,"name":"*","chunks":["6000","static/chunks/6000-87aaca633cd687c1.js","4385","static/chunks/4385-7bad7f9144a8bd2d.js","7177","static/chunks/app/layout-b163b1ebf7b2b559.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/script.js":{"id":4075,"name":"*","chunks":["6000","static/chunks/6000-87aaca633cd687c1.js","4385","static/chunks/4385-7bad7f9144a8bd2d.js","7177","static/chunks/app/layout-b163b1ebf7b2b559.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/script.js":{"id":4075,"name":"*","chunks":["6000","static/chunks/6000-87aaca633cd687c1.js","4385","static/chunks/4385-7bad7f9144a8bd2d.js","7177","static/chunks/app/layout-b163b1ebf7b2b559.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/node_modules/.pnpm/next@16.2.9_@babel+core@7.29.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.js\",\"import\":\"Inter\",\"arguments\":[{\"subsets\":[\"latin\"],\"variable\":\"--font-inter\"}],\"variableName\":\"inter\"}":{"id":4719,"name":"*","chunks":["6000","static/chunks/6000-87aaca633cd687c1.js","4385","static/chunks/4385-7bad7f9144a8bd2d.js","7177","static/chunks/app/layout-b163b1ebf7b2b559.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/material-symbols-subset.css":{"id":8173,"name":"*","chunks":["6000","static/chunks/6000-87aaca633cd687c1.js","4385","static/chunks/4385-7bad7f9144a8bd2d.js","7177","static/chunks/app/layout-b163b1ebf7b2b559.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/globals.css":{"id":6595,"name":"*","chunks":["6000","static/chunks/6000-87aaca633cd687c1.js","4385","static/chunks/4385-7bad7f9144a8bd2d.js","7177","static/chunks/app/layout-b163b1ebf7b2b559.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/i18n/RuntimeI18nProvider.js":{"id":1609,"name":"*","chunks":["6000","static/chunks/6000-87aaca633cd687c1.js","4385","static/chunks/4385-7bad7f9144a8bd2d.js","7177","static/chunks/app/layout-b163b1ebf7b2b559.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/shared/components/MaterialSymbolsLink.js":{"id":4922,"name":"*","chunks":["6000","static/chunks/6000-87aaca633cd687c1.js","4385","static/chunks/4385-7bad7f9144a8bd2d.js","7177","static/chunks/app/layout-b163b1ebf7b2b559.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/shared/components/ThemeProvider.js":{"id":9319,"name":"*","chunks":["6000","static/chunks/6000-87aaca633cd687c1.js","4385","static/chunks/4385-7bad7f9144a8bd2d.js","7177","static/chunks/app/layout-b163b1ebf7b2b559.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/error.js":{"id":7560,"name":"*","chunks":["3885","static/chunks/3885-62884dd3051155e9.js","8039","static/chunks/app/error-0c909c404411db68.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/global-error.js":{"id":6447,"name":"*","chunks":["4219","static/chunks/app/global-error-003ccabaecca03c8.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/callback/page.js":{"id":3390,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/dashboard/settings/pricing/page.js":{"id":7217,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/landing/page.js":{"id":3035,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/login/page.js":{"id":4274,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/masuk/MasukClient.js":{"id":4373,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/shared/components/index.js":{"id":497,"name":"*","chunks":["7418","static/chunks/642b329c-990ebec103959462.js","3885","static/chunks/3885-62884dd3051155e9.js","9458","static/chunks/9458-8e7ccc04f8025594.js","9814","static/chunks/9814-a20d3abed6c821bc.js","4385","static/chunks/4385-7bad7f9144a8bd2d.js","497","static/chunks/497-e70e37c356d2ad24.js","9305","static/chunks/app/(dashboard)/layout-0e565003b0b585f1.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/error.js":{"id":9947,"name":"*","chunks":["3885","static/chunks/3885-62884dd3051155e9.js","4151","static/chunks/app/(dashboard)/error-86fe20e969c25afa.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/basic-chat/BasicChatPageClient.js":{"id":6184,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/cli-tools/[toolId]/ToolDetailClient.js":{"id":819,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/cli-tools/CLIToolsPageClient.js":{"id":9590,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/combos/page.js":{"id":4813,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/endpoint/EndpointPageClient.js":{"id":7993,"name":"*","chunks":["7418","static/chunks/642b329c-990ebec103959462.js","3885","static/chunks/3885-62884dd3051155e9.js","9458","static/chunks/9458-8e7ccc04f8025594.js","9814","static/chunks/9814-a20d3abed6c821bc.js","4385","static/chunks/4385-7bad7f9144a8bd2d.js","497","static/chunks/497-e70e37c356d2ad24.js","9131","static/chunks/9131-3c6e59ad900d9f87.js","6337","static/chunks/app/(dashboard)/dashboard/page-b101a596fe25ee31.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/media-providers/[kind]/[id]/page.js":{"id":4347,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/media-providers/[kind]/MediaKindClient.js":{"id":7250,"name":"*","chunks":["7418","static/chunks/642b329c-990ebec103959462.js","3885","static/chunks/3885-62884dd3051155e9.js","9458","static/chunks/9458-8e7ccc04f8025594.js","9814","static/chunks/9814-a20d3abed6c821bc.js","4385","static/chunks/4385-7bad7f9144a8bd2d.js","497","static/chunks/497-e70e37c356d2ad24.js","6620","static/chunks/app/(dashboard)/dashboard/media-providers/%5Bkind%5D/page-bbef1a0c34a9ee9e.js"],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/media-providers/combo/[id]/page.js":{"id":6312,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/media-providers/web/page.js":{"id":2158,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/mitm/MitmPageClient.js":{"id":581,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/providers/new/page.js":{"id":6029,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/usage/components/ProviderLimits/index.js":{"id":665,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/shared/components/Loading.js":{"id":7056,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/skills/page.js":{"id":6119,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/token-saver/TokenSaverClient.js":{"id":741,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/translator/page.js":{"id":2514,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/usage/page.js":{"id":3567,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/console-log/ConsoleLogClient.js":{"id":8199,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/providers/page.js":{"id":8663,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/providers/[id]/page.js":{"id":5399,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/profile/page.js":{"id":5971,"name":"*","chunks":[],"async":false},"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/proxy-pools/page.js":{"id":9358,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/home/runner/work/VansRouter/VansRouter/src/":[],"/home/runner/work/VansRouter/VansRouter/src/app/layout":[{"inlined":false,"path":"static/css/e8723a4485b3f4ec.css"},{"inlined":false,"path":"static/css/1fc10f069b479895.css"}],"/home/runner/work/VansRouter/VansRouter/src/app/error":[],"/home/runner/work/VansRouter/VansRouter/src/app/global-error":[{"inlined":false,"path":"static/css/1fc10f069b479895.css"}],"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/layout":[{"inlined":false,"path":"static/css/008a05b0ad6b854a.css"}],"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/error":[],"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/page":[{"inlined":false,"path":"static/css/008a05b0ad6b854a.css"}],"/home/runner/work/VansRouter/VansRouter/src/app/(dashboard)/dashboard/media-providers/[kind]/page":[{"inlined":false,"path":"static/css/008a05b0ad6b854a.css"}]},"rscModuleMapping":{"497":{"*":{"id":"88844","name":"*","chunks":[],"async":false}},"581":{"*":{"id":"64897","name":"*","chunks":[],"async":false}},"665":{"*":{"id":"53929","name":"*","chunks":[],"async":false}},"741":{"*":{"id":"33731","name":"*","chunks":[],"async":false}},"819":{"*":{"id":"87607","name":"*","chunks":[],"async":false}},"1609":{"*":{"id":"31159","name":"*","chunks":[],"async":false}},"2158":{"*":{"id":"48904","name":"*","chunks":[],"async":false}},"2514":{"*":{"id":"19998","name":"*","chunks":[],"async":false}},"3035":{"*":{"id":"58410","name":"*","chunks":[],"async":false}},"3390":{"*":{"id":"80066","name":"*","chunks":[],"async":false}},"3567":{"*":{"id":"19631","name":"*","chunks":[],"async":false}},"4075":{"*":{"id":"16802","name":"*","chunks":[],"async":false}},"4274":{"*":{"id":"56176","name":"*","chunks":[],"async":false}},"4347":{"*":{"id":"19366","name":"*","chunks":[],"async":false}},"4373":{"*":{"id":"66325","name":"*","chunks":[],"async":false}},"4556":{"*":{"id":"32766","name":"*","chunks":[],"async":false}},"4813":{"*":{"id":"18737","name":"*","chunks":[],"async":false}},"4899":{"*":{"id":"29835","name":"*","chunks":[],"async":false}},"4914":{"*":{"id":"35120","name":"*","chunks":[],"async":false}},"4922":{"*":{"id":"88514","name":"*","chunks":[],"async":false}},"5337":{"*":{"id":"50875","name":"*","chunks":[],"async":false}},"5399":{"*":{"id":"63240","name":"*","chunks":[],"async":false}},"5592":{"*":{"id":"10590","name":"*","chunks":[],"async":false}},"5971":{"*":{"id":"12373","name":"*","chunks":[],"async":false}},"6029":{"*":{"id":"22471","name":"*","chunks":[],"async":false}},"6119":{"*":{"id":"21798","name":"*","chunks":[],"async":false}},"6184":{"*":{"id":"20904","name":"*","chunks":[],"async":false}},"6312":{"*":{"id":"83588","name":"*","chunks":[],"async":false}},"6329":{"*":{"id":"98823","name":"*","chunks":[],"async":false}},"6331":{"*":{"id":"8097","name":"*","chunks":[],"async":false}},"6447":{"*":{"id":"30145","name":"*","chunks":[],"async":false}},"6595":{"*":{"id":"430","name":"*","chunks":[],"async":false}},"6972":{"*":{"id":"2298","name":"*","chunks":[],"async":false}},"7056":{"*":{"id":"6952","name":"*","chunks":[],"async":false}},"7217":{"*":{"id":"60884","name":"*","chunks":[],"async":false}},"7250":{"*":{"id":"38736","name":"*","chunks":[],"async":false}},"7468":{"*":{"id":"89928","name":"*","chunks":[],"async":false}},"7560":{"*":{"id":"71503","name":"*","chunks":[],"async":false}},"7993":{"*":{"id":"31441","name":"*","chunks":[],"async":false}},"8173":{"*":{"id":"57932","name":"*","chunks":[],"async":false}},"8199":{"*":{"id":"76033","name":"*","chunks":[],"async":false}},"8663":{"*":{"id":"4348","name":"*","chunks":[],"async":false}},"8906":{"*":{"id":"13598","name":"*","chunks":[],"async":false}},"9319":{"*":{"id":"84112","name":"*","chunks":[],"async":false}},"9358":{"*":{"id":"16776","name":"*","chunks":[],"async":false}},"9590":{"*":{"id":"17552","name":"*","chunks":[],"async":false}},"9947":{"*":{"id":"35411","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}};
|