@henlii/pidance 0.2.7 → 0.2.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.next/BUILD_ID +1 -1
- package/.next/app-path-routes-manifest.json +9 -6
- package/.next/build-manifest.json +2 -2
- package/.next/prerender-manifest.json +3 -3
- package/.next/required-server-files.json +1 -1
- package/.next/routes-manifest.json +20 -0
- package/.next/server/app/_global-error/page.js +3 -3
- package/.next/server/app/_global-error/page_client-reference-manifest.js +1 -1
- package/.next/server/app/_global-error.html +1 -1
- package/.next/server/app/_global-error.rsc +1 -1
- package/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
- package/.next/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +1 -1
- package/.next/server/app/_global-error.segments/_global-error.segment.rsc +1 -1
- package/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
- package/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
- package/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/.next/server/app/_not-found/page.js +2 -2
- package/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/.next/server/app/_not-found.html +1 -1
- package/.next/server/app/_not-found.rsc +2 -2
- package/.next/server/app/_not-found.segments/_full.segment.rsc +2 -2
- package/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
- package/.next/server/app/_not-found.segments/_index.segment.rsc +2 -2
- package/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
- package/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
- package/.next/server/app/_not-found.segments/_tree.segment.rsc +1 -1
- package/.next/server/app/api/about/route.js +1 -1
- package/.next/server/app/api/agent/[id]/bash-output/route.js +1 -1
- package/.next/server/app/api/agent/[id]/events/route.js +2 -2
- package/.next/server/app/api/agent/[id]/route.js +1 -1
- package/.next/server/app/api/agent/new/route.js +1 -1
- package/.next/server/app/api/agent/running/events/route.js +2 -2
- package/.next/server/app/api/agent/running/route.js +1 -1
- package/.next/server/app/api/agent-settings/route.js +2 -2
- package/.next/server/app/api/attachments/route.js +1 -1
- package/.next/server/app/api/auth/all-providers/route.js +1 -1
- package/.next/server/app/api/auth/api-key/[provider]/route.js +1 -1
- package/.next/server/app/api/auth/login/[provider]/route.js +2 -2
- package/.next/server/app/api/auth/logout/[provider]/route.js +1 -1
- package/.next/server/app/api/auth/providers/route.js +1 -1
- package/.next/server/app/api/auth/ui-session/route.js +1 -1
- package/.next/server/app/api/auth/ui-sessions/[id]/route.js +1 -0
- package/.next/server/app/api/auth/ui-sessions/[id]/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/auth/ui-sessions/route.js +1 -0
- package/.next/server/app/api/auth/ui-sessions/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/cwd/browse/route.js +1 -1
- package/.next/server/app/api/cwd/validate/route.js +1 -1
- package/.next/server/app/api/default-cwd/route.js +1 -1
- package/.next/server/app/api/file-index/route.js +1 -1
- package/.next/server/app/api/files/[...path]/route.js +1 -1
- package/.next/server/app/api/git/diff/route.js +1 -1
- package/.next/server/app/api/git/status/route.js +1 -1
- package/.next/server/app/api/home/route.js +1 -1
- package/.next/server/app/api/models/route.js +1 -1
- package/.next/server/app/api/models-config/raw/route.js +1 -1
- package/.next/server/app/api/models-config/route.js +1 -1
- package/.next/server/app/api/models-config/test/route.js +1 -1
- package/.next/server/app/api/plugins/route.js +1 -1
- package/.next/server/app/api/plugins/search/route.js +1 -1
- package/.next/server/app/api/plugins/updates/route.js +1 -1
- package/.next/server/app/api/preferences/route.js +1 -1
- package/.next/server/app/api/project-assets/route.js +2 -2
- package/.next/server/app/api/prompts/route.js +1 -1
- package/.next/server/app/api/pty/route.js +2 -2
- package/.next/server/app/api/sessions/[id]/archive/route.js +1 -1
- package/.next/server/app/api/sessions/[id]/auto-name/route.js +3 -3
- package/.next/server/app/api/sessions/[id]/command-entry/route.js +1 -1
- package/.next/server/app/api/sessions/[id]/context/route.js +1 -1
- package/.next/server/app/api/sessions/[id]/entries/[entryId]/thinking/route.js +1 -1
- package/.next/server/app/api/sessions/[id]/export/route.js +2 -2
- package/.next/server/app/api/sessions/[id]/info/route.js +1 -1
- package/.next/server/app/api/sessions/[id]/route.js +1 -1
- package/.next/server/app/api/sessions/[id]/state/route.js +1 -1
- package/.next/server/app/api/sessions/[id]/tool-results/[toolCallId]/route.js +1 -1
- package/.next/server/app/api/sessions/route.js +1 -1
- package/.next/server/app/api/sessions/search/route.js +1 -1
- package/.next/server/app/api/settings/raw/route.js +2 -2
- package/.next/server/app/api/settings/remote/route.js +1 -0
- package/.next/server/app/api/settings/remote/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/skills/check/route.js +1 -1
- package/.next/server/app/api/skills/install/route.js +1 -1
- package/.next/server/app/api/skills/route.js +2 -2
- package/.next/server/app/api/skills/search/route.js +1 -1
- package/.next/server/app/api/skills/update/route.js +1 -1
- package/.next/server/app/api/subagent-runs/route.js +1 -1
- package/.next/server/app/api/update/apply/route.js +3 -3
- package/.next/server/app/api/update/check/route.js +2 -2
- package/.next/server/app/api/worktrees/route.js +1 -1
- package/.next/server/app/icon.png/route.js +1 -1
- package/.next/server/app/index.html +1 -1
- package/.next/server/app/index.rsc +4 -4
- package/.next/server/app/index.segments/__PAGE__.segment.rsc +3 -3
- package/.next/server/app/index.segments/_full.segment.rsc +4 -4
- package/.next/server/app/index.segments/_head.segment.rsc +1 -1
- package/.next/server/app/index.segments/_index.segment.rsc +2 -2
- package/.next/server/app/index.segments/_tree.segment.rsc +1 -1
- package/.next/server/app/page.js +15 -15
- package/.next/server/app/page_client-reference-manifest.js +1 -1
- package/.next/server/app-paths-manifest.json +9 -6
- package/.next/server/chunks/188.js +1 -1
- package/.next/server/chunks/329.js +1 -0
- package/.next/server/chunks/7594.js +1 -1
- package/.next/server/functions-config-manifest.json +3 -0
- package/.next/server/instrumentation.js +1 -1
- package/.next/server/middleware-build-manifest.js +1 -1
- package/.next/server/middleware.js +3 -3
- package/.next/server/pages/404.html +1 -1
- package/.next/server/pages/500.html +1 -1
- package/.next/server/server-reference-manifest.json +1 -1
- package/.next/static/bR7RbvJMnnKuh-cKREZa4/_buildManifest.js +1 -0
- package/.next/static/chunks/9780-e3ccfd6965a6273f.js +1 -0
- package/.next/static/chunks/app/_global-error/page-81c6f790083aee21.js +1 -0
- package/.next/static/chunks/app/api/about/route-81c6f790083aee21.js +1 -0
- package/.next/static/chunks/app/api/agent/[id]/bash-output/route-81c6f790083aee21.js +1 -0
- package/.next/static/chunks/app/api/agent/[id]/events/route-81c6f790083aee21.js +1 -0
- package/.next/static/chunks/app/api/agent/[id]/route-81c6f790083aee21.js +1 -0
- package/.next/static/chunks/app/api/agent/new/route-81c6f790083aee21.js +1 -0
- package/.next/static/chunks/app/api/agent/running/events/route-81c6f790083aee21.js +1 -0
- package/.next/static/chunks/app/api/agent/running/route-81c6f790083aee21.js +1 -0
- package/.next/static/chunks/app/api/agent-settings/route-81c6f790083aee21.js +1 -0
- package/.next/static/chunks/app/api/attachments/route-81c6f790083aee21.js +1 -0
- package/.next/static/chunks/app/api/auth/all-providers/route-81c6f790083aee21.js +1 -0
- package/.next/static/chunks/app/api/auth/api-key/[provider]/route-81c6f790083aee21.js +1 -0
- package/.next/static/chunks/app/api/auth/login/[provider]/route-81c6f790083aee21.js +1 -0
- package/.next/static/chunks/app/api/auth/logout/[provider]/route-81c6f790083aee21.js +1 -0
- package/.next/static/chunks/app/api/auth/providers/route-81c6f790083aee21.js +1 -0
- package/.next/static/chunks/app/api/auth/ui-session/route-81c6f790083aee21.js +1 -0
- package/.next/static/chunks/app/api/auth/ui-sessions/[id]/route-81c6f790083aee21.js +1 -0
- package/.next/static/chunks/app/api/auth/ui-sessions/route-81c6f790083aee21.js +1 -0
- package/.next/static/chunks/app/api/cwd/browse/route-81c6f790083aee21.js +1 -0
- package/.next/static/chunks/app/api/cwd/validate/route-81c6f790083aee21.js +1 -0
- package/.next/static/chunks/app/api/default-cwd/route-81c6f790083aee21.js +1 -0
- package/.next/static/chunks/app/api/file-index/route-81c6f790083aee21.js +1 -0
- package/.next/static/chunks/app/api/files/[...path]/route-81c6f790083aee21.js +1 -0
- package/.next/static/chunks/app/api/git/diff/route-81c6f790083aee21.js +1 -0
- package/.next/static/chunks/app/api/git/status/route-81c6f790083aee21.js +1 -0
- package/.next/static/chunks/app/api/home/route-81c6f790083aee21.js +1 -0
- package/.next/static/chunks/app/api/models/route-81c6f790083aee21.js +1 -0
- package/.next/static/chunks/app/api/models-config/raw/route-81c6f790083aee21.js +1 -0
- package/.next/static/chunks/app/api/models-config/route-81c6f790083aee21.js +1 -0
- package/.next/static/chunks/app/api/models-config/test/route-81c6f790083aee21.js +1 -0
- package/.next/static/chunks/app/api/plugins/route-81c6f790083aee21.js +1 -0
- package/.next/static/chunks/app/api/plugins/search/route-81c6f790083aee21.js +1 -0
- package/.next/static/chunks/app/api/plugins/updates/route-81c6f790083aee21.js +1 -0
- package/.next/static/chunks/app/api/preferences/route-81c6f790083aee21.js +1 -0
- package/.next/static/chunks/app/api/project-assets/route-81c6f790083aee21.js +1 -0
- package/.next/static/chunks/app/api/prompts/route-81c6f790083aee21.js +1 -0
- package/.next/static/chunks/app/api/pty/route-81c6f790083aee21.js +1 -0
- package/.next/static/chunks/app/api/sessions/[id]/archive/route-81c6f790083aee21.js +1 -0
- package/.next/static/chunks/app/api/sessions/[id]/auto-name/route-81c6f790083aee21.js +1 -0
- package/.next/static/chunks/app/api/sessions/[id]/command-entry/route-81c6f790083aee21.js +1 -0
- package/.next/static/chunks/app/api/sessions/[id]/context/route-81c6f790083aee21.js +1 -0
- package/.next/static/chunks/app/api/sessions/[id]/entries/[entryId]/thinking/route-81c6f790083aee21.js +1 -0
- package/.next/static/chunks/app/api/sessions/[id]/export/route-81c6f790083aee21.js +1 -0
- package/.next/static/chunks/app/api/sessions/[id]/info/route-81c6f790083aee21.js +1 -0
- package/.next/static/chunks/app/api/sessions/[id]/route-81c6f790083aee21.js +1 -0
- package/.next/static/chunks/app/api/sessions/[id]/state/route-81c6f790083aee21.js +1 -0
- package/.next/static/chunks/app/api/sessions/[id]/tool-results/[toolCallId]/route-81c6f790083aee21.js +1 -0
- package/.next/static/chunks/app/api/sessions/route-81c6f790083aee21.js +1 -0
- package/.next/static/chunks/app/api/sessions/search/route-81c6f790083aee21.js +1 -0
- package/.next/static/chunks/app/api/settings/raw/route-81c6f790083aee21.js +1 -0
- package/.next/static/chunks/app/api/settings/remote/route-81c6f790083aee21.js +1 -0
- package/.next/static/chunks/app/api/skills/check/route-81c6f790083aee21.js +1 -0
- package/.next/static/chunks/app/api/skills/install/route-81c6f790083aee21.js +1 -0
- package/.next/static/chunks/app/api/skills/route-81c6f790083aee21.js +1 -0
- package/.next/static/chunks/app/api/skills/search/route-81c6f790083aee21.js +1 -0
- package/.next/static/chunks/app/api/skills/update/route-81c6f790083aee21.js +1 -0
- package/.next/static/chunks/app/api/subagent-runs/route-81c6f790083aee21.js +1 -0
- package/.next/static/chunks/app/api/update/apply/route-81c6f790083aee21.js +1 -0
- package/.next/static/chunks/app/api/update/check/route-81c6f790083aee21.js +1 -0
- package/.next/static/chunks/app/api/worktrees/route-81c6f790083aee21.js +1 -0
- package/.next/static/chunks/app/page-c9b79e882493c953.js +25 -0
- package/.next/static/chunks/next/dist/client/components/builtin/app-error-81c6f790083aee21.js +1 -0
- package/.next/static/chunks/next/dist/client/components/builtin/forbidden-81c6f790083aee21.js +1 -0
- package/.next/static/chunks/next/dist/client/components/builtin/not-found-81c6f790083aee21.js +1 -0
- package/.next/static/chunks/next/dist/client/components/builtin/unauthorized-81c6f790083aee21.js +1 -0
- package/README.md +7 -4
- package/bin/pidance-auth-gate.js +10 -7
- package/bin/pidance-options.js +3 -2
- package/bin/pidance-server-config.js +46 -0
- package/bin/pidance.js +20 -6
- package/package.json +1 -1
- package/.next/static/01veEEO0MbroyjY72tWyr/_buildManifest.js +0 -1
- package/.next/static/chunks/9780-96bbb56af7ed70f1.js +0 -1
- package/.next/static/chunks/app/_global-error/page-212bed9d7023fb3f.js +0 -1
- package/.next/static/chunks/app/api/about/route-212bed9d7023fb3f.js +0 -1
- package/.next/static/chunks/app/api/agent/[id]/bash-output/route-212bed9d7023fb3f.js +0 -1
- package/.next/static/chunks/app/api/agent/[id]/events/route-212bed9d7023fb3f.js +0 -1
- package/.next/static/chunks/app/api/agent/[id]/route-212bed9d7023fb3f.js +0 -1
- package/.next/static/chunks/app/api/agent/new/route-212bed9d7023fb3f.js +0 -1
- package/.next/static/chunks/app/api/agent/running/events/route-212bed9d7023fb3f.js +0 -1
- package/.next/static/chunks/app/api/agent/running/route-212bed9d7023fb3f.js +0 -1
- package/.next/static/chunks/app/api/agent-settings/route-212bed9d7023fb3f.js +0 -1
- package/.next/static/chunks/app/api/attachments/route-212bed9d7023fb3f.js +0 -1
- package/.next/static/chunks/app/api/auth/all-providers/route-212bed9d7023fb3f.js +0 -1
- package/.next/static/chunks/app/api/auth/api-key/[provider]/route-212bed9d7023fb3f.js +0 -1
- package/.next/static/chunks/app/api/auth/login/[provider]/route-212bed9d7023fb3f.js +0 -1
- package/.next/static/chunks/app/api/auth/logout/[provider]/route-212bed9d7023fb3f.js +0 -1
- package/.next/static/chunks/app/api/auth/providers/route-212bed9d7023fb3f.js +0 -1
- package/.next/static/chunks/app/api/auth/ui-session/route-212bed9d7023fb3f.js +0 -1
- package/.next/static/chunks/app/api/cwd/browse/route-212bed9d7023fb3f.js +0 -1
- package/.next/static/chunks/app/api/cwd/validate/route-212bed9d7023fb3f.js +0 -1
- package/.next/static/chunks/app/api/default-cwd/route-212bed9d7023fb3f.js +0 -1
- package/.next/static/chunks/app/api/file-index/route-212bed9d7023fb3f.js +0 -1
- package/.next/static/chunks/app/api/files/[...path]/route-212bed9d7023fb3f.js +0 -1
- package/.next/static/chunks/app/api/git/diff/route-212bed9d7023fb3f.js +0 -1
- package/.next/static/chunks/app/api/git/status/route-212bed9d7023fb3f.js +0 -1
- package/.next/static/chunks/app/api/home/route-212bed9d7023fb3f.js +0 -1
- package/.next/static/chunks/app/api/models/route-212bed9d7023fb3f.js +0 -1
- package/.next/static/chunks/app/api/models-config/raw/route-212bed9d7023fb3f.js +0 -1
- package/.next/static/chunks/app/api/models-config/route-212bed9d7023fb3f.js +0 -1
- package/.next/static/chunks/app/api/models-config/test/route-212bed9d7023fb3f.js +0 -1
- package/.next/static/chunks/app/api/plugins/route-212bed9d7023fb3f.js +0 -1
- package/.next/static/chunks/app/api/plugins/search/route-212bed9d7023fb3f.js +0 -1
- package/.next/static/chunks/app/api/plugins/updates/route-212bed9d7023fb3f.js +0 -1
- package/.next/static/chunks/app/api/preferences/route-212bed9d7023fb3f.js +0 -1
- package/.next/static/chunks/app/api/project-assets/route-212bed9d7023fb3f.js +0 -1
- package/.next/static/chunks/app/api/prompts/route-212bed9d7023fb3f.js +0 -1
- package/.next/static/chunks/app/api/pty/route-212bed9d7023fb3f.js +0 -1
- package/.next/static/chunks/app/api/sessions/[id]/archive/route-212bed9d7023fb3f.js +0 -1
- package/.next/static/chunks/app/api/sessions/[id]/auto-name/route-212bed9d7023fb3f.js +0 -1
- package/.next/static/chunks/app/api/sessions/[id]/command-entry/route-212bed9d7023fb3f.js +0 -1
- package/.next/static/chunks/app/api/sessions/[id]/context/route-212bed9d7023fb3f.js +0 -1
- package/.next/static/chunks/app/api/sessions/[id]/entries/[entryId]/thinking/route-212bed9d7023fb3f.js +0 -1
- package/.next/static/chunks/app/api/sessions/[id]/export/route-212bed9d7023fb3f.js +0 -1
- package/.next/static/chunks/app/api/sessions/[id]/info/route-212bed9d7023fb3f.js +0 -1
- package/.next/static/chunks/app/api/sessions/[id]/route-212bed9d7023fb3f.js +0 -1
- package/.next/static/chunks/app/api/sessions/[id]/state/route-212bed9d7023fb3f.js +0 -1
- package/.next/static/chunks/app/api/sessions/[id]/tool-results/[toolCallId]/route-212bed9d7023fb3f.js +0 -1
- package/.next/static/chunks/app/api/sessions/route-212bed9d7023fb3f.js +0 -1
- package/.next/static/chunks/app/api/sessions/search/route-212bed9d7023fb3f.js +0 -1
- package/.next/static/chunks/app/api/settings/raw/route-212bed9d7023fb3f.js +0 -1
- package/.next/static/chunks/app/api/skills/check/route-212bed9d7023fb3f.js +0 -1
- package/.next/static/chunks/app/api/skills/install/route-212bed9d7023fb3f.js +0 -1
- package/.next/static/chunks/app/api/skills/route-212bed9d7023fb3f.js +0 -1
- package/.next/static/chunks/app/api/skills/search/route-212bed9d7023fb3f.js +0 -1
- package/.next/static/chunks/app/api/skills/update/route-212bed9d7023fb3f.js +0 -1
- package/.next/static/chunks/app/api/subagent-runs/route-212bed9d7023fb3f.js +0 -1
- package/.next/static/chunks/app/api/update/apply/route-212bed9d7023fb3f.js +0 -1
- package/.next/static/chunks/app/api/update/check/route-212bed9d7023fb3f.js +0 -1
- package/.next/static/chunks/app/api/worktrees/route-212bed9d7023fb3f.js +0 -1
- package/.next/static/chunks/app/page-c76a709acf636b23.js +0 -25
- package/.next/static/chunks/next/dist/client/components/builtin/app-error-212bed9d7023fb3f.js +0 -1
- package/.next/static/chunks/next/dist/client/components/builtin/forbidden-212bed9d7023fb3f.js +0 -1
- package/.next/static/chunks/next/dist/client/components/builtin/not-found-212bed9d7023fb3f.js +0 -1
- package/.next/static/chunks/next/dist/client/components/builtin/unauthorized-212bed9d7023fb3f.js +0 -1
- /package/.next/static/{01veEEO0MbroyjY72tWyr → bR7RbvJMnnKuh-cKREZa4}/_ssgManifest.js +0 -0
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
1:"$Sreact.fragment"
|
|
2
|
-
2:I[99780,["9780","static/chunks/9780-
|
|
2
|
+
2:I[99780,["9780","static/chunks/9780-e3ccfd6965a6273f.js","7177","static/chunks/app/layout-88764b4be2728d3f.js"],"I18nProvider"]
|
|
3
3
|
3:I[57121,[],""]
|
|
4
4
|
4:I[74581,[],""]
|
|
5
5
|
5:"$Sreact.suspense"
|
|
6
|
-
6:I[84747,["7330","static/chunks/d3ac728e-7964f816a1ca64e5.js","3888","static/chunks/e868780c-16e43c5968ccf2bf.js","7874","static/chunks/7874-4f48b670898adf75.js","9780","static/chunks/9780-
|
|
7
|
-
7:I[75744,["7330","static/chunks/d3ac728e-7964f816a1ca64e5.js","3888","static/chunks/e868780c-16e43c5968ccf2bf.js","7874","static/chunks/7874-4f48b670898adf75.js","9780","static/chunks/9780-
|
|
6
|
+
6:I[84747,["7330","static/chunks/d3ac728e-7964f816a1ca64e5.js","3888","static/chunks/e868780c-16e43c5968ccf2bf.js","7874","static/chunks/7874-4f48b670898adf75.js","9780","static/chunks/9780-e3ccfd6965a6273f.js","8974","static/chunks/app/page-c9b79e882493c953.js"],"UiLoginGate"]
|
|
7
|
+
7:I[75744,["7330","static/chunks/d3ac728e-7964f816a1ca64e5.js","3888","static/chunks/e868780c-16e43c5968ccf2bf.js","7874","static/chunks/7874-4f48b670898adf75.js","9780","static/chunks/9780-e3ccfd6965a6273f.js","8974","static/chunks/app/page-c9b79e882493c953.js"],"AppShell"]
|
|
8
8
|
8:I[90484,[],"OutletBoundary"]
|
|
9
9
|
a:I[90484,[],"ViewportBoundary"]
|
|
10
10
|
c:I[90484,[],"MetadataBoundary"]
|
|
@@ -14,7 +14,7 @@ e:I[27123,[],"default",1]
|
|
|
14
14
|
:HL["/_next/static/css/88714c00e109ce28.css","style"]
|
|
15
15
|
:HL["/_next/static/css/b890757d9e0dd456.css","style"]
|
|
16
16
|
:HL["/_next/static/css/659eccb5db697b76.css","style"]
|
|
17
|
-
0:{"P":null,"c":["",""],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/88714c00e109ce28.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/css/b890757d9e0dd456.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","translate":"no","className":"__variable_66b8ca notranslate","suppressHydrationWarning":true,"children":[["$","head",null,{"children":[["$","meta",null,{"name":"google","content":"notranslate"}],["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var r=document.documentElement,m=localStorage.getItem(\"pi-theme\"),s=localStorage.getItem(\"pi-theme-style\");if(m!==\"light\"&&m!==\"dark\"&&m!==\"system\")m=\"light\";if(s!==\"fusion\"&&s!==\"chamber\")s=\"chamber\";var d=m===\"dark\"||(m===\"system\"&&matchMedia(\"(prefers-color-scheme: dark)\").matches);r.classList.toggle(\"dark\",d);r.dataset.themeMode=m;r.dataset.themeStyle=s}catch(e){}})();"}}]]}],["$","body",null,{"translate":"no","className":"notranslate","style":{"height":"100dvh","display":"flex","flexDirection":"column"},"children":["$","$L2",null,{"children":["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]}]]}]]}],{"children":[["$","$1","c",{"children":[["$","$5",null,{"children":["$","$L6",null,{"children":["$","$L7",null,{}]}]}],[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/659eccb5db697b76.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","$L8",null,{"children":["$","$5",null,{"name":"Next.MetadataOutlet","children":"$@9"}]}]]}],{},null,false,null]},null,false,null],["$","$1","h",{"children":[null,["$","$La",null,{"children":"$Lb"}],["$","div",null,{"hidden":true,"children":["$","$Lc",null,{"children":["$","$5",null,{"name":"Next.Metadata","children":"$Ld"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$e",[]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"
|
|
17
|
+
0:{"P":null,"c":["",""],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/88714c00e109ce28.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/css/b890757d9e0dd456.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","translate":"no","className":"__variable_66b8ca notranslate","suppressHydrationWarning":true,"children":[["$","head",null,{"children":[["$","meta",null,{"name":"google","content":"notranslate"}],["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var r=document.documentElement,m=localStorage.getItem(\"pi-theme\"),s=localStorage.getItem(\"pi-theme-style\");if(m!==\"light\"&&m!==\"dark\"&&m!==\"system\")m=\"light\";if(s!==\"fusion\"&&s!==\"chamber\")s=\"chamber\";var d=m===\"dark\"||(m===\"system\"&&matchMedia(\"(prefers-color-scheme: dark)\").matches);r.classList.toggle(\"dark\",d);r.dataset.themeMode=m;r.dataset.themeStyle=s}catch(e){}})();"}}]]}],["$","body",null,{"translate":"no","className":"notranslate","style":{"height":"100dvh","display":"flex","flexDirection":"column"},"children":["$","$L2",null,{"children":["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]}]]}]]}],{"children":[["$","$1","c",{"children":[["$","$5",null,{"children":["$","$L6",null,{"children":["$","$L7",null,{}]}]}],[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/659eccb5db697b76.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","$L8",null,{"children":["$","$5",null,{"name":"Next.MetadataOutlet","children":"$@9"}]}]]}],{},null,false,null]},null,false,null],["$","$1","h",{"children":[null,["$","$La",null,{"children":"$Lb"}],["$","div",null,{"hidden":true,"children":["$","$Lc",null,{"children":["$","$5",null,{"name":"Next.Metadata","children":"$Ld"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$e",[]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"bR7RbvJMnnKuh-cKREZa4"}
|
|
18
18
|
b:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
|
19
19
|
f:I[86869,[],"IconMark"]
|
|
20
20
|
9:null
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
1:"$Sreact.fragment"
|
|
2
2
|
2:"$Sreact.suspense"
|
|
3
|
-
3:I[84747,["7330","static/chunks/d3ac728e-7964f816a1ca64e5.js","3888","static/chunks/e868780c-16e43c5968ccf2bf.js","7874","static/chunks/7874-4f48b670898adf75.js","9780","static/chunks/9780-
|
|
4
|
-
4:I[75744,["7330","static/chunks/d3ac728e-7964f816a1ca64e5.js","3888","static/chunks/e868780c-16e43c5968ccf2bf.js","7874","static/chunks/7874-4f48b670898adf75.js","9780","static/chunks/9780-
|
|
3
|
+
3:I[84747,["7330","static/chunks/d3ac728e-7964f816a1ca64e5.js","3888","static/chunks/e868780c-16e43c5968ccf2bf.js","7874","static/chunks/7874-4f48b670898adf75.js","9780","static/chunks/9780-e3ccfd6965a6273f.js","8974","static/chunks/app/page-c9b79e882493c953.js"],"UiLoginGate"]
|
|
4
|
+
4:I[75744,["7330","static/chunks/d3ac728e-7964f816a1ca64e5.js","3888","static/chunks/e868780c-16e43c5968ccf2bf.js","7874","static/chunks/7874-4f48b670898adf75.js","9780","static/chunks/9780-e3ccfd6965a6273f.js","8974","static/chunks/app/page-c9b79e882493c953.js"],"AppShell"]
|
|
5
5
|
5:I[90484,[],"OutletBoundary"]
|
|
6
6
|
:HL["/_next/static/css/659eccb5db697b76.css","style"]
|
|
7
|
-
0:{"rsc":["$","$1","c",{"children":[["$","$2",null,{"children":["$","$L3",null,{"children":["$","$L4",null,{}]}]}],[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/659eccb5db697b76.css","precedence":"next"}]],["$","$L5",null,{"children":["$","$2",null,{"name":"Next.MetadataOutlet","children":"$@6"}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"
|
|
7
|
+
0:{"rsc":["$","$1","c",{"children":[["$","$2",null,{"children":["$","$L3",null,{"children":["$","$L4",null,{}]}]}],[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/659eccb5db697b76.css","precedence":"next"}]],["$","$L5",null,{"children":["$","$2",null,{"name":"Next.MetadataOutlet","children":"$@6"}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"bR7RbvJMnnKuh-cKREZa4"}
|
|
8
8
|
6:null
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
1:"$Sreact.fragment"
|
|
2
|
-
2:I[99780,["9780","static/chunks/9780-
|
|
2
|
+
2:I[99780,["9780","static/chunks/9780-e3ccfd6965a6273f.js","7177","static/chunks/app/layout-88764b4be2728d3f.js"],"I18nProvider"]
|
|
3
3
|
3:I[57121,[],""]
|
|
4
4
|
4:I[74581,[],""]
|
|
5
5
|
5:"$Sreact.suspense"
|
|
6
|
-
6:I[84747,["7330","static/chunks/d3ac728e-7964f816a1ca64e5.js","3888","static/chunks/e868780c-16e43c5968ccf2bf.js","7874","static/chunks/7874-4f48b670898adf75.js","9780","static/chunks/9780-
|
|
7
|
-
7:I[75744,["7330","static/chunks/d3ac728e-7964f816a1ca64e5.js","3888","static/chunks/e868780c-16e43c5968ccf2bf.js","7874","static/chunks/7874-4f48b670898adf75.js","9780","static/chunks/9780-
|
|
6
|
+
6:I[84747,["7330","static/chunks/d3ac728e-7964f816a1ca64e5.js","3888","static/chunks/e868780c-16e43c5968ccf2bf.js","7874","static/chunks/7874-4f48b670898adf75.js","9780","static/chunks/9780-e3ccfd6965a6273f.js","8974","static/chunks/app/page-c9b79e882493c953.js"],"UiLoginGate"]
|
|
7
|
+
7:I[75744,["7330","static/chunks/d3ac728e-7964f816a1ca64e5.js","3888","static/chunks/e868780c-16e43c5968ccf2bf.js","7874","static/chunks/7874-4f48b670898adf75.js","9780","static/chunks/9780-e3ccfd6965a6273f.js","8974","static/chunks/app/page-c9b79e882493c953.js"],"AppShell"]
|
|
8
8
|
8:I[90484,[],"OutletBoundary"]
|
|
9
9
|
a:I[90484,[],"ViewportBoundary"]
|
|
10
10
|
c:I[90484,[],"MetadataBoundary"]
|
|
@@ -14,7 +14,7 @@ e:I[27123,[],"default",1]
|
|
|
14
14
|
:HL["/_next/static/css/88714c00e109ce28.css","style"]
|
|
15
15
|
:HL["/_next/static/css/b890757d9e0dd456.css","style"]
|
|
16
16
|
:HL["/_next/static/css/659eccb5db697b76.css","style"]
|
|
17
|
-
0:{"P":null,"c":["",""],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/88714c00e109ce28.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/css/b890757d9e0dd456.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","translate":"no","className":"__variable_66b8ca notranslate","suppressHydrationWarning":true,"children":[["$","head",null,{"children":[["$","meta",null,{"name":"google","content":"notranslate"}],["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var r=document.documentElement,m=localStorage.getItem(\"pi-theme\"),s=localStorage.getItem(\"pi-theme-style\");if(m!==\"light\"&&m!==\"dark\"&&m!==\"system\")m=\"light\";if(s!==\"fusion\"&&s!==\"chamber\")s=\"chamber\";var d=m===\"dark\"||(m===\"system\"&&matchMedia(\"(prefers-color-scheme: dark)\").matches);r.classList.toggle(\"dark\",d);r.dataset.themeMode=m;r.dataset.themeStyle=s}catch(e){}})();"}}]]}],["$","body",null,{"translate":"no","className":"notranslate","style":{"height":"100dvh","display":"flex","flexDirection":"column"},"children":["$","$L2",null,{"children":["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]}]]}]]}],{"children":[["$","$1","c",{"children":[["$","$5",null,{"children":["$","$L6",null,{"children":["$","$L7",null,{}]}]}],[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/659eccb5db697b76.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","$L8",null,{"children":["$","$5",null,{"name":"Next.MetadataOutlet","children":"$@9"}]}]]}],{},null,false,null]},null,false,null],["$","$1","h",{"children":[null,["$","$La",null,{"children":"$Lb"}],["$","div",null,{"hidden":true,"children":["$","$Lc",null,{"children":["$","$5",null,{"name":"Next.Metadata","children":"$Ld"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$e",[]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"
|
|
17
|
+
0:{"P":null,"c":["",""],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/88714c00e109ce28.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/css/b890757d9e0dd456.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","translate":"no","className":"__variable_66b8ca notranslate","suppressHydrationWarning":true,"children":[["$","head",null,{"children":[["$","meta",null,{"name":"google","content":"notranslate"}],["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var r=document.documentElement,m=localStorage.getItem(\"pi-theme\"),s=localStorage.getItem(\"pi-theme-style\");if(m!==\"light\"&&m!==\"dark\"&&m!==\"system\")m=\"light\";if(s!==\"fusion\"&&s!==\"chamber\")s=\"chamber\";var d=m===\"dark\"||(m===\"system\"&&matchMedia(\"(prefers-color-scheme: dark)\").matches);r.classList.toggle(\"dark\",d);r.dataset.themeMode=m;r.dataset.themeStyle=s}catch(e){}})();"}}]]}],["$","body",null,{"translate":"no","className":"notranslate","style":{"height":"100dvh","display":"flex","flexDirection":"column"},"children":["$","$L2",null,{"children":["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]}]]}]]}],{"children":[["$","$1","c",{"children":[["$","$5",null,{"children":["$","$L6",null,{"children":["$","$L7",null,{}]}]}],[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/659eccb5db697b76.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","$L8",null,{"children":["$","$5",null,{"name":"Next.MetadataOutlet","children":"$@9"}]}]]}],{},null,false,null]},null,false,null],["$","$1","h",{"children":[null,["$","$La",null,{"children":"$Lb"}],["$","div",null,{"hidden":true,"children":["$","$Lc",null,{"children":["$","$5",null,{"name":"Next.Metadata","children":"$Ld"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$e",[]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"bR7RbvJMnnKuh-cKREZa4"}
|
|
18
18
|
b:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
|
19
19
|
f:I[86869,[],"IconMark"]
|
|
20
20
|
9:null
|
|
@@ -3,4 +3,4 @@
|
|
|
3
3
|
3:I[90484,[],"MetadataBoundary"]
|
|
4
4
|
4:"$Sreact.suspense"
|
|
5
5
|
5:I[86869,[],"IconMark"]
|
|
6
|
-
0:{"rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Pidance"}],["$","meta","1",{"name":"description","content":"Open-source web client for the Pi coding agent"}],["$","link","2",{"rel":"icon","href":"/brand/pidance-logo.png"}],["$","link","3",{"rel":"apple-touch-icon","href":"/brand/pidance-logo.png"}],["$","$L5","4",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"
|
|
6
|
+
0:{"rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Pidance"}],["$","meta","1",{"name":"description","content":"Open-source web client for the Pi coding agent"}],["$","link","2",{"rel":"icon","href":"/brand/pidance-logo.png"}],["$","link","3",{"rel":"apple-touch-icon","href":"/brand/pidance-logo.png"}],["$","$L5","4",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"bR7RbvJMnnKuh-cKREZa4"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
1:"$Sreact.fragment"
|
|
2
|
-
2:I[99780,["9780","static/chunks/9780-
|
|
2
|
+
2:I[99780,["9780","static/chunks/9780-e3ccfd6965a6273f.js","7177","static/chunks/app/layout-88764b4be2728d3f.js"],"I18nProvider"]
|
|
3
3
|
3:I[57121,[],""]
|
|
4
4
|
4:I[74581,[],""]
|
|
5
5
|
:HL["/_next/static/css/88714c00e109ce28.css","style"]
|
|
6
6
|
:HL["/_next/static/css/b890757d9e0dd456.css","style"]
|
|
7
|
-
0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/88714c00e109ce28.css","precedence":"next"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/css/b890757d9e0dd456.css","precedence":"next"}]],["$","html",null,{"lang":"en","translate":"no","className":"__variable_66b8ca notranslate","suppressHydrationWarning":true,"children":[["$","head",null,{"children":[["$","meta",null,{"name":"google","content":"notranslate"}],["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var r=document.documentElement,m=localStorage.getItem(\"pi-theme\"),s=localStorage.getItem(\"pi-theme-style\");if(m!==\"light\"&&m!==\"dark\"&&m!==\"system\")m=\"light\";if(s!==\"fusion\"&&s!==\"chamber\")s=\"chamber\";var d=m===\"dark\"||(m===\"system\"&&matchMedia(\"(prefers-color-scheme: dark)\").matches);r.classList.toggle(\"dark\",d);r.dataset.themeMode=m;r.dataset.themeStyle=s}catch(e){}})();"}}]]}],["$","body",null,{"translate":"no","className":"notranslate","style":{"height":"100dvh","display":"flex","flexDirection":"column"},"children":["$","$L2",null,{"children":["$","$L3",null,{"parallelRouterKey":"children","template":["$","$L4",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}]}]]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"
|
|
7
|
+
0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/88714c00e109ce28.css","precedence":"next"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/css/b890757d9e0dd456.css","precedence":"next"}]],["$","html",null,{"lang":"en","translate":"no","className":"__variable_66b8ca notranslate","suppressHydrationWarning":true,"children":[["$","head",null,{"children":[["$","meta",null,{"name":"google","content":"notranslate"}],["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var r=document.documentElement,m=localStorage.getItem(\"pi-theme\"),s=localStorage.getItem(\"pi-theme-style\");if(m!==\"light\"&&m!==\"dark\"&&m!==\"system\")m=\"light\";if(s!==\"fusion\"&&s!==\"chamber\")s=\"chamber\";var d=m===\"dark\"||(m===\"system\"&&matchMedia(\"(prefers-color-scheme: dark)\").matches);r.classList.toggle(\"dark\",d);r.dataset.themeMode=m;r.dataset.themeStyle=s}catch(e){}})();"}}]]}],["$","body",null,{"translate":"no","className":"notranslate","style":{"height":"100dvh","display":"flex","flexDirection":"column"},"children":["$","$L2",null,{"children":["$","$L3",null,{"parallelRouterKey":"children","template":["$","$L4",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}]}]]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"bR7RbvJMnnKuh-cKREZa4"}
|
|
@@ -3,4 +3,4 @@
|
|
|
3
3
|
:HL["/_next/static/css/88714c00e109ce28.css","style"]
|
|
4
4
|
:HL["/_next/static/css/b890757d9e0dd456.css","style"]
|
|
5
5
|
:HL["/_next/static/css/659eccb5db697b76.css","style"]
|
|
6
|
-
0:{"tree":{"name":"","param":null,"prefetchHints":16,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}},"staleTime":300,"buildId":"
|
|
6
|
+
0:{"tree":{"name":"","param":null,"prefetchHints":16,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}},"staleTime":300,"buildId":"bR7RbvJMnnKuh-cKREZa4"}
|