@drewsepsi/nextpi 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.next/BUILD_ID +1 -0
- package/.next/app-path-routes-manifest.json +13 -0
- package/.next/build/chunks/33f32_323ea524._.js +6766 -0
- package/.next/build/chunks/33f32_323ea524._.js.map +47 -0
- package/.next/build/chunks/[root-of-the-server]__6ead02f9._.js +500 -0
- package/.next/build/chunks/[root-of-the-server]__6ead02f9._.js.map +11 -0
- package/.next/build/chunks/[root-of-the-server]__777e9116._.js +206 -0
- package/.next/build/chunks/[root-of-the-server]__777e9116._.js.map +8 -0
- package/.next/build/chunks/[turbopack-node]_transforms_postcss_ts_597188b4._.js +13 -0
- package/.next/build/chunks/[turbopack-node]_transforms_postcss_ts_597188b4._.js.map +5 -0
- package/.next/build/chunks/[turbopack]_runtime.js +795 -0
- package/.next/build/chunks/[turbopack]_runtime.js.map +10 -0
- package/.next/build/package.json +1 -0
- package/.next/build/postcss.js +6 -0
- package/.next/build/postcss.js.map +5 -0
- package/.next/build-manifest.json +19 -0
- package/.next/cache/.previewinfo +1 -0
- package/.next/cache/.rscinfo +1 -0
- package/.next/cache/.tsbuildinfo +1 -0
- package/.next/diagnostics/build-diagnostics.json +6 -0
- package/.next/diagnostics/framework.json +1 -0
- package/.next/export-marker.json +6 -0
- package/.next/fallback-build-manifest.json +12 -0
- package/.next/images-manifest.json +67 -0
- package/.next/next-minimal-server.js.nft.json +1 -0
- package/.next/next-server.js.nft.json +1 -0
- package/.next/package.json +1 -0
- package/.next/prerender-manifest.json +114 -0
- package/.next/required-server-files.js +324 -0
- package/.next/required-server-files.json +324 -0
- package/.next/routes-manifest.json +113 -0
- package/.next/server/app/_global-error/page/app-paths-manifest.json +3 -0
- package/.next/server/app/_global-error/page/build-manifest.json +16 -0
- package/.next/server/app/_global-error/page/next-font-manifest.json +6 -0
- package/.next/server/app/_global-error/page/react-loadable-manifest.json +1 -0
- package/.next/server/app/_global-error/page/server-reference-manifest.json +4 -0
- package/.next/server/app/_global-error/page.js +11 -0
- package/.next/server/app/_global-error/page.js.map +5 -0
- package/.next/server/app/_global-error/page.js.nft.json +1 -0
- package/.next/server/app/_global-error/page_client-reference-manifest.js +2 -0
- package/.next/server/app/_global-error.html +2 -0
- package/.next/server/app/_global-error.meta +15 -0
- package/.next/server/app/_global-error.rsc +13 -0
- package/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +5 -0
- package/.next/server/app/_global-error.segments/_full.segment.rsc +13 -0
- package/.next/server/app/_global-error.segments/_head.segment.rsc +6 -0
- package/.next/server/app/_global-error.segments/_index.segment.rsc +4 -0
- package/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -0
- package/.next/server/app/_not-found/page/app-paths-manifest.json +3 -0
- package/.next/server/app/_not-found/page/build-manifest.json +16 -0
- package/.next/server/app/_not-found/page/next-font-manifest.json +11 -0
- package/.next/server/app/_not-found/page/react-loadable-manifest.json +1 -0
- package/.next/server/app/_not-found/page/server-reference-manifest.json +4 -0
- package/.next/server/app/_not-found/page.js +14 -0
- package/.next/server/app/_not-found/page.js.map +5 -0
- package/.next/server/app/_not-found/page.js.nft.json +1 -0
- package/.next/server/app/_not-found/page_client-reference-manifest.js +2 -0
- package/.next/server/app/_not-found.html +1 -0
- package/.next/server/app/_not-found.meta +16 -0
- package/.next/server/app/_not-found.rsc +15 -0
- package/.next/server/app/_not-found.segments/_full.segment.rsc +15 -0
- package/.next/server/app/_not-found.segments/_head.segment.rsc +6 -0
- package/.next/server/app/_not-found.segments/_index.segment.rsc +6 -0
- package/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +5 -0
- package/.next/server/app/_not-found.segments/_not-found.segment.rsc +4 -0
- package/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -0
- package/.next/server/app/api/chat/route/app-paths-manifest.json +3 -0
- package/.next/server/app/api/chat/route/build-manifest.json +11 -0
- package/.next/server/app/api/chat/route/server-reference-manifest.json +4 -0
- package/.next/server/app/api/chat/route.js +7 -0
- package/.next/server/app/api/chat/route.js.map +5 -0
- package/.next/server/app/api/chat/route.js.nft.json +1 -0
- package/.next/server/app/api/chat/route_client-reference-manifest.js +2 -0
- package/.next/server/app/api/config/route/app-paths-manifest.json +3 -0
- package/.next/server/app/api/config/route/build-manifest.json +11 -0
- package/.next/server/app/api/config/route/server-reference-manifest.json +4 -0
- package/.next/server/app/api/config/route.js +7 -0
- package/.next/server/app/api/config/route.js.map +5 -0
- package/.next/server/app/api/config/route.js.nft.json +1 -0
- package/.next/server/app/api/config/route_client-reference-manifest.js +2 -0
- package/.next/server/app/api/files/[...path]/route/app-paths-manifest.json +3 -0
- package/.next/server/app/api/files/[...path]/route/build-manifest.json +11 -0
- package/.next/server/app/api/files/[...path]/route/server-reference-manifest.json +4 -0
- package/.next/server/app/api/files/[...path]/route.js +7 -0
- package/.next/server/app/api/files/[...path]/route.js.map +5 -0
- package/.next/server/app/api/files/[...path]/route.js.nft.json +1 -0
- package/.next/server/app/api/files/[...path]/route_client-reference-manifest.js +2 -0
- package/.next/server/app/api/files/route/app-paths-manifest.json +3 -0
- package/.next/server/app/api/files/route/build-manifest.json +11 -0
- package/.next/server/app/api/files/route/server-reference-manifest.json +4 -0
- package/.next/server/app/api/files/route.js +7 -0
- package/.next/server/app/api/files/route.js.map +5 -0
- package/.next/server/app/api/files/route.js.nft.json +1 -0
- package/.next/server/app/api/files/route_client-reference-manifest.js +2 -0
- package/.next/server/app/api/messages/route/app-paths-manifest.json +3 -0
- package/.next/server/app/api/messages/route/build-manifest.json +11 -0
- package/.next/server/app/api/messages/route/server-reference-manifest.json +4 -0
- package/.next/server/app/api/messages/route.js +7 -0
- package/.next/server/app/api/messages/route.js.map +5 -0
- package/.next/server/app/api/messages/route.js.nft.json +1 -0
- package/.next/server/app/api/messages/route_client-reference-manifest.js +2 -0
- package/.next/server/app/api/session/route/app-paths-manifest.json +3 -0
- package/.next/server/app/api/session/route/build-manifest.json +11 -0
- package/.next/server/app/api/session/route/server-reference-manifest.json +4 -0
- package/.next/server/app/api/session/route.js +7 -0
- package/.next/server/app/api/session/route.js.map +5 -0
- package/.next/server/app/api/session/route.js.nft.json +1 -0
- package/.next/server/app/api/session/route_client-reference-manifest.js +2 -0
- package/.next/server/app/api/stream/route/app-paths-manifest.json +3 -0
- package/.next/server/app/api/stream/route/build-manifest.json +11 -0
- package/.next/server/app/api/stream/route/server-reference-manifest.json +4 -0
- package/.next/server/app/api/stream/route.js +6 -0
- package/.next/server/app/api/stream/route.js.map +5 -0
- package/.next/server/app/api/stream/route.js.nft.json +1 -0
- package/.next/server/app/api/stream/route_client-reference-manifest.js +2 -0
- package/.next/server/app/favicon.ico/route/app-paths-manifest.json +3 -0
- package/.next/server/app/favicon.ico/route/build-manifest.json +11 -0
- package/.next/server/app/favicon.ico/route.js +8 -0
- package/.next/server/app/favicon.ico/route.js.map +5 -0
- package/.next/server/app/favicon.ico/route.js.nft.json +1 -0
- package/.next/server/app/favicon.ico.body +0 -0
- package/.next/server/app/favicon.ico.meta +1 -0
- package/.next/server/app/index.html +1 -0
- package/.next/server/app/index.meta +14 -0
- package/.next/server/app/index.rsc +21 -0
- package/.next/server/app/index.segments/__PAGE__.segment.rsc +9 -0
- package/.next/server/app/index.segments/_full.segment.rsc +21 -0
- package/.next/server/app/index.segments/_head.segment.rsc +6 -0
- package/.next/server/app/index.segments/_index.segment.rsc +6 -0
- package/.next/server/app/index.segments/_tree.segment.rsc +4 -0
- package/.next/server/app/page/app-paths-manifest.json +3 -0
- package/.next/server/app/page/build-manifest.json +16 -0
- package/.next/server/app/page/next-font-manifest.json +11 -0
- package/.next/server/app/page/react-loadable-manifest.json +1 -0
- package/.next/server/app/page/server-reference-manifest.json +4 -0
- package/.next/server/app/page.js +16 -0
- package/.next/server/app/page.js.map +5 -0
- package/.next/server/app/page.js.nft.json +1 -0
- package/.next/server/app/page_client-reference-manifest.js +2 -0
- package/.next/server/app-paths-manifest.json +13 -0
- package/.next/server/chunks/33f32_next_b78429d5._.js +17 -0
- package/.next/server/chunks/33f32_next_b78429d5._.js.map +1 -0
- package/.next/server/chunks/33f32_next_dist_esm_build_templates_app-route_5a539e27.js +3 -0
- package/.next/server/chunks/33f32_next_dist_esm_build_templates_app-route_5a539e27.js.map +1 -0
- package/.next/server/chunks/[externals]_next_dist_b89b5a39._.js +3 -0
- package/.next/server/chunks/[externals]_next_dist_b89b5a39._.js.map +1 -0
- package/.next/server/chunks/[root-of-the-server]__2554f0b0._.js +17 -0
- package/.next/server/chunks/[root-of-the-server]__2554f0b0._.js.map +1 -0
- package/.next/server/chunks/[root-of-the-server]__5e671cad._.js +7 -0
- package/.next/server/chunks/[root-of-the-server]__5e671cad._.js.map +1 -0
- package/.next/server/chunks/[root-of-the-server]__629f5815._.js +3 -0
- package/.next/server/chunks/[root-of-the-server]__629f5815._.js.map +1 -0
- package/.next/server/chunks/[root-of-the-server]__633f9ccd._.js +3 -0
- package/.next/server/chunks/[root-of-the-server]__633f9ccd._.js.map +1 -0
- package/.next/server/chunks/[root-of-the-server]__65cdeb73._.js +17 -0
- package/.next/server/chunks/[root-of-the-server]__65cdeb73._.js.map +1 -0
- package/.next/server/chunks/[root-of-the-server]__bc57ef5b._.js +21 -0
- package/.next/server/chunks/[root-of-the-server]__bc57ef5b._.js.map +1 -0
- package/.next/server/chunks/[root-of-the-server]__be62c218._.js +17 -0
- package/.next/server/chunks/[root-of-the-server]__be62c218._.js.map +1 -0
- package/.next/server/chunks/[root-of-the-server]__e87dbf93._.js +3 -0
- package/.next/server/chunks/[root-of-the-server]__e87dbf93._.js.map +1 -0
- package/.next/server/chunks/[turbopack]_runtime.js +795 -0
- package/.next/server/chunks/[turbopack]_runtime.js.map +10 -0
- package/.next/server/chunks/c45a0_nextpi__next-internal_server_app_api_files_[___path]_route_actions_16a66e62.js +3 -0
- package/.next/server/chunks/c45a0_nextpi__next-internal_server_app_api_files_[___path]_route_actions_16a66e62.js.map +1 -0
- package/.next/server/chunks/picode_nextpi__next-internal_server_app_api_chat_route_actions_e342cdbf.js +3 -0
- package/.next/server/chunks/picode_nextpi__next-internal_server_app_api_chat_route_actions_e342cdbf.js.map +1 -0
- package/.next/server/chunks/picode_nextpi__next-internal_server_app_api_config_route_actions_04d1272c.js +3 -0
- package/.next/server/chunks/picode_nextpi__next-internal_server_app_api_config_route_actions_04d1272c.js.map +1 -0
- package/.next/server/chunks/picode_nextpi__next-internal_server_app_api_files_route_actions_a8035013.js +3 -0
- package/.next/server/chunks/picode_nextpi__next-internal_server_app_api_files_route_actions_a8035013.js.map +1 -0
- package/.next/server/chunks/picode_nextpi__next-internal_server_app_api_messages_route_actions_4f52ac4b.js +3 -0
- package/.next/server/chunks/picode_nextpi__next-internal_server_app_api_messages_route_actions_4f52ac4b.js.map +1 -0
- package/.next/server/chunks/picode_nextpi__next-internal_server_app_api_session_route_actions_ff684c69.js +3 -0
- package/.next/server/chunks/picode_nextpi__next-internal_server_app_api_session_route_actions_ff684c69.js.map +1 -0
- package/.next/server/chunks/picode_nextpi__next-internal_server_app_api_stream_route_actions_7a0f6dba.js +3 -0
- package/.next/server/chunks/picode_nextpi__next-internal_server_app_api_stream_route_actions_7a0f6dba.js.map +1 -0
- package/.next/server/chunks/picode_nextpi__next-internal_server_app_favicon_ico_route_actions_2526216f.js +3 -0
- package/.next/server/chunks/picode_nextpi__next-internal_server_app_favicon_ico_route_actions_2526216f.js.map +1 -0
- package/.next/server/chunks/ssr/33f32_next_dist_580d3573._.js +6 -0
- package/.next/server/chunks/ssr/33f32_next_dist_580d3573._.js.map +1 -0
- package/.next/server/chunks/ssr/33f32_next_dist_85b0ccc0._.js +4 -0
- package/.next/server/chunks/ssr/33f32_next_dist_85b0ccc0._.js.map +1 -0
- package/.next/server/chunks/ssr/33f32_next_dist_client_components_a8ffe8d4._.js +3 -0
- package/.next/server/chunks/ssr/33f32_next_dist_client_components_a8ffe8d4._.js.map +1 -0
- package/.next/server/chunks/ssr/33f32_next_dist_client_components_builtin_forbidden_ad97660b.js +3 -0
- package/.next/server/chunks/ssr/33f32_next_dist_client_components_builtin_forbidden_ad97660b.js.map +1 -0
- package/.next/server/chunks/ssr/33f32_next_dist_client_components_builtin_global-error_ab28468b.js +3 -0
- package/.next/server/chunks/ssr/33f32_next_dist_client_components_builtin_global-error_ab28468b.js.map +1 -0
- package/.next/server/chunks/ssr/33f32_next_dist_client_components_builtin_unauthorized_edd1fe08.js +3 -0
- package/.next/server/chunks/ssr/33f32_next_dist_client_components_builtin_unauthorized_edd1fe08.js.map +1 -0
- package/.next/server/chunks/ssr/33f32_next_dist_esm_build_templates_app-page_5ef96b51.js +4 -0
- package/.next/server/chunks/ssr/33f32_next_dist_esm_build_templates_app-page_5ef96b51.js.map +1 -0
- package/.next/server/chunks/ssr/33f32_next_dist_server_route-modules_app-page_vendored_ssr_react-dom_33aeae20.js +3 -0
- package/.next/server/chunks/ssr/33f32_next_dist_server_route-modules_app-page_vendored_ssr_react-dom_33aeae20.js.map +1 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__028106ef._.js +3 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__028106ef._.js.map +1 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__0dc9a9e1._.js +4 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__0dc9a9e1._.js.map +1 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__15f57d5d._.js +3 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__15f57d5d._.js.map +1 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__26f2451b._.js +3 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__26f2451b._.js.map +1 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__42ddc417._.js +3 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__42ddc417._.js.map +1 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__6823e2d4._.js +3 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__6823e2d4._.js.map +1 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__6bf5dd5d._.js +3 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__6bf5dd5d._.js.map +1 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__7b7d477c._.js +10 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__7b7d477c._.js.map +1 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__85c46341._.js +3 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__85c46341._.js.map +1 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__99c61367._.js +3 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__99c61367._.js.map +1 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__a0bdeac8._.js +3 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__a0bdeac8._.js.map +1 -0
- package/.next/server/chunks/ssr/[turbopack]_runtime.js +795 -0
- package/.next/server/chunks/ssr/[turbopack]_runtime.js.map +10 -0
- package/.next/server/chunks/ssr/_091ac666._.js +3 -0
- package/.next/server/chunks/ssr/_091ac666._.js.map +1 -0
- package/.next/server/chunks/ssr/picode_nextpi_1e69e558._.js +4 -0
- package/.next/server/chunks/ssr/picode_nextpi_1e69e558._.js.map +1 -0
- package/.next/server/chunks/ssr/picode_nextpi_4fadcd01._.js +3 -0
- package/.next/server/chunks/ssr/picode_nextpi_4fadcd01._.js.map +1 -0
- package/.next/server/chunks/ssr/picode_nextpi__next-internal_server_app__global-error_page_actions_91eb1cf1.js +3 -0
- package/.next/server/chunks/ssr/picode_nextpi__next-internal_server_app__global-error_page_actions_91eb1cf1.js.map +1 -0
- package/.next/server/chunks/ssr/picode_nextpi__next-internal_server_app__not-found_page_actions_0a31df41.js +3 -0
- package/.next/server/chunks/ssr/picode_nextpi__next-internal_server_app__not-found_page_actions_0a31df41.js.map +1 -0
- package/.next/server/chunks/ssr/picode_nextpi__next-internal_server_app_page_actions_b14d985f.js +3 -0
- package/.next/server/chunks/ssr/picode_nextpi__next-internal_server_app_page_actions_b14d985f.js.map +1 -0
- package/.next/server/chunks/ssr/picode_nextpi_app_77d1bd95._.js +3 -0
- package/.next/server/chunks/ssr/picode_nextpi_app_77d1bd95._.js.map +1 -0
- package/.next/server/chunks/ssr/picode_nextpi_app_page_tsx_cebd7814._.js +3 -0
- package/.next/server/chunks/ssr/picode_nextpi_app_page_tsx_cebd7814._.js.map +1 -0
- package/.next/server/functions-config-manifest.json +4 -0
- package/.next/server/interception-route-rewrite-manifest.js +1 -0
- package/.next/server/middleware-build-manifest.js +20 -0
- package/.next/server/middleware-manifest.json +6 -0
- package/.next/server/next-font-manifest.js +1 -0
- package/.next/server/next-font-manifest.json +15 -0
- package/.next/server/pages/404.html +1 -0
- package/.next/server/pages/500.html +2 -0
- package/.next/server/pages-manifest.json +4 -0
- package/.next/server/server-reference-manifest.js +1 -0
- package/.next/server/server-reference-manifest.json +5 -0
- package/.next/static/PdRtiPZ_ExBLCzmKGXOBT/_buildManifest.js +11 -0
- package/.next/static/PdRtiPZ_ExBLCzmKGXOBT/_clientMiddlewareManifest.json +1 -0
- package/.next/static/PdRtiPZ_ExBLCzmKGXOBT/_ssgManifest.js +1 -0
- package/.next/static/chunks/0ab43a45e07af0f9.js +1 -0
- package/.next/static/chunks/265e06106152dcbb.js +1 -0
- package/.next/static/chunks/65d5124f3edd1b84.js +1 -0
- package/.next/static/chunks/76111d9b2044b643.js +1 -0
- package/.next/static/chunks/81dfdd74986c8afe.css +3 -0
- package/.next/static/chunks/93b85e5de0842835.js +5 -0
- package/.next/static/chunks/a6dad97d9634a72d.js +1 -0
- package/.next/static/chunks/a6dad97d9634a72d.js.map +1 -0
- package/.next/static/chunks/cace1b477872431f.js +1 -0
- package/.next/static/chunks/turbopack-775e95d747b6e667.js +4 -0
- package/.next/static/media/4fa387ec64143e14-s.c1fdd6c2.woff2 +0 -0
- package/.next/static/media/7178b3e590c64307-s.b97b3418.woff2 +0 -0
- package/.next/static/media/797e433ab948586e-s.p.dbea232f.woff2 +0 -0
- package/.next/static/media/8a480f0b521d4e75-s.8e0177b5.woff2 +0 -0
- package/.next/static/media/bbc41e54d2fcbd21-s.799d8ef8.woff2 +0 -0
- package/.next/static/media/caa3a2e1cccd8315-s.p.853070df.woff2 +0 -0
- package/.next/static/media/favicon.0b3bf435.ico +0 -0
- package/.next/trace +1 -0
- package/.next/trace-build +1 -0
- package/.next/turbopack +0 -0
- package/.next/types/routes.d.ts +79 -0
- package/.next/types/validator.ts +133 -0
- package/README.md +50 -0
- package/app/api/chat/route.ts +28 -0
- package/app/api/config/route.ts +25 -0
- package/app/api/files/[...path]/route.ts +55 -0
- package/app/api/files/route.ts +62 -0
- package/app/api/messages/route.ts +26 -0
- package/app/api/session/route.ts +55 -0
- package/app/api/stream/route.ts +76 -0
- package/app/favicon.ico +0 -0
- package/app/globals.css +1143 -0
- package/app/layout.tsx +46 -0
- package/app/page.tsx +1643 -0
- package/bin/cli.js +85 -0
- package/components/.gitkeep +0 -0
- package/components/theme-provider.tsx +71 -0
- package/components/ui/button.tsx +67 -0
- package/components/ui/file-tree.tsx +560 -0
- package/lib/.gitkeep +0 -0
- package/lib/agent.ts +105 -0
- package/lib/config.ts +50 -0
- package/lib/root-path.ts +15 -0
- package/lib/session-singleton.ts +48 -0
- package/lib/utils.ts +6 -0
- package/package.json +72 -0
- package/public/.gitkeep +0 -0
- package/src/agent.ts +82 -0
- package/src/cli.ts +107 -0
- package/src/tools.ts +71 -0
- package/src/tui.ts +238 -0
- package/src/web-server.ts +280 -0
- package/tsconfig.json +34 -0
|
@@ -0,0 +1,324 @@
|
|
|
1
|
+
self.__SERVER_FILES_MANIFEST={
|
|
2
|
+
"version": 1,
|
|
3
|
+
"config": {
|
|
4
|
+
"env": {},
|
|
5
|
+
"webpack": null,
|
|
6
|
+
"typescript": {
|
|
7
|
+
"ignoreBuildErrors": false
|
|
8
|
+
},
|
|
9
|
+
"typedRoutes": false,
|
|
10
|
+
"distDir": ".next",
|
|
11
|
+
"cleanDistDir": true,
|
|
12
|
+
"assetPrefix": "",
|
|
13
|
+
"cacheMaxMemorySize": 52428800,
|
|
14
|
+
"configOrigin": "next.config.mjs",
|
|
15
|
+
"useFileSystemPublicRoutes": true,
|
|
16
|
+
"generateEtags": true,
|
|
17
|
+
"pageExtensions": [
|
|
18
|
+
"tsx",
|
|
19
|
+
"ts",
|
|
20
|
+
"jsx",
|
|
21
|
+
"js"
|
|
22
|
+
],
|
|
23
|
+
"poweredByHeader": true,
|
|
24
|
+
"compress": true,
|
|
25
|
+
"images": {
|
|
26
|
+
"deviceSizes": [
|
|
27
|
+
640,
|
|
28
|
+
750,
|
|
29
|
+
828,
|
|
30
|
+
1080,
|
|
31
|
+
1200,
|
|
32
|
+
1920,
|
|
33
|
+
2048,
|
|
34
|
+
3840
|
|
35
|
+
],
|
|
36
|
+
"imageSizes": [
|
|
37
|
+
32,
|
|
38
|
+
48,
|
|
39
|
+
64,
|
|
40
|
+
96,
|
|
41
|
+
128,
|
|
42
|
+
256,
|
|
43
|
+
384
|
|
44
|
+
],
|
|
45
|
+
"path": "/_next/image",
|
|
46
|
+
"loader": "default",
|
|
47
|
+
"loaderFile": "",
|
|
48
|
+
"domains": [],
|
|
49
|
+
"disableStaticImages": false,
|
|
50
|
+
"minimumCacheTTL": 14400,
|
|
51
|
+
"formats": [
|
|
52
|
+
"image/webp"
|
|
53
|
+
],
|
|
54
|
+
"maximumRedirects": 3,
|
|
55
|
+
"maximumResponseBody": 50000000,
|
|
56
|
+
"dangerouslyAllowLocalIP": false,
|
|
57
|
+
"dangerouslyAllowSVG": false,
|
|
58
|
+
"contentSecurityPolicy": "script-src 'none'; frame-src 'none'; sandbox;",
|
|
59
|
+
"contentDispositionType": "attachment",
|
|
60
|
+
"localPatterns": [
|
|
61
|
+
{
|
|
62
|
+
"pathname": "**",
|
|
63
|
+
"search": ""
|
|
64
|
+
}
|
|
65
|
+
],
|
|
66
|
+
"remotePatterns": [],
|
|
67
|
+
"qualities": [
|
|
68
|
+
75
|
|
69
|
+
],
|
|
70
|
+
"unoptimized": false
|
|
71
|
+
},
|
|
72
|
+
"devIndicators": {
|
|
73
|
+
"position": "bottom-left"
|
|
74
|
+
},
|
|
75
|
+
"onDemandEntries": {
|
|
76
|
+
"maxInactiveAge": 60000,
|
|
77
|
+
"pagesBufferLength": 5
|
|
78
|
+
},
|
|
79
|
+
"basePath": "",
|
|
80
|
+
"sassOptions": {},
|
|
81
|
+
"trailingSlash": false,
|
|
82
|
+
"i18n": null,
|
|
83
|
+
"productionBrowserSourceMaps": false,
|
|
84
|
+
"excludeDefaultMomentLocales": true,
|
|
85
|
+
"reactProductionProfiling": false,
|
|
86
|
+
"reactStrictMode": null,
|
|
87
|
+
"reactMaxHeadersLength": 6000,
|
|
88
|
+
"httpAgentOptions": {
|
|
89
|
+
"keepAlive": true
|
|
90
|
+
},
|
|
91
|
+
"logging": {},
|
|
92
|
+
"compiler": {},
|
|
93
|
+
"expireTime": 31536000,
|
|
94
|
+
"staticPageGenerationTimeout": 60,
|
|
95
|
+
"modularizeImports": {
|
|
96
|
+
"@mui/icons-material": {
|
|
97
|
+
"transform": "@mui/icons-material/{{member}}"
|
|
98
|
+
},
|
|
99
|
+
"lodash": {
|
|
100
|
+
"transform": "lodash/{{member}}"
|
|
101
|
+
}
|
|
102
|
+
},
|
|
103
|
+
"outputFileTracingRoot": "/Users/drewsepeczi",
|
|
104
|
+
"cacheComponents": false,
|
|
105
|
+
"cacheLife": {
|
|
106
|
+
"default": {
|
|
107
|
+
"stale": 300,
|
|
108
|
+
"revalidate": 900,
|
|
109
|
+
"expire": 4294967294
|
|
110
|
+
},
|
|
111
|
+
"seconds": {
|
|
112
|
+
"stale": 30,
|
|
113
|
+
"revalidate": 1,
|
|
114
|
+
"expire": 60
|
|
115
|
+
},
|
|
116
|
+
"minutes": {
|
|
117
|
+
"stale": 300,
|
|
118
|
+
"revalidate": 60,
|
|
119
|
+
"expire": 3600
|
|
120
|
+
},
|
|
121
|
+
"hours": {
|
|
122
|
+
"stale": 300,
|
|
123
|
+
"revalidate": 3600,
|
|
124
|
+
"expire": 86400
|
|
125
|
+
},
|
|
126
|
+
"days": {
|
|
127
|
+
"stale": 300,
|
|
128
|
+
"revalidate": 86400,
|
|
129
|
+
"expire": 604800
|
|
130
|
+
},
|
|
131
|
+
"weeks": {
|
|
132
|
+
"stale": 300,
|
|
133
|
+
"revalidate": 604800,
|
|
134
|
+
"expire": 2592000
|
|
135
|
+
},
|
|
136
|
+
"max": {
|
|
137
|
+
"stale": 300,
|
|
138
|
+
"revalidate": 2592000,
|
|
139
|
+
"expire": 31536000
|
|
140
|
+
}
|
|
141
|
+
},
|
|
142
|
+
"cacheHandlers": {},
|
|
143
|
+
"experimental": {
|
|
144
|
+
"useSkewCookie": false,
|
|
145
|
+
"cssChunking": true,
|
|
146
|
+
"multiZoneDraftMode": false,
|
|
147
|
+
"appNavFailHandling": false,
|
|
148
|
+
"prerenderEarlyExit": true,
|
|
149
|
+
"serverMinification": true,
|
|
150
|
+
"linkNoTouchStart": false,
|
|
151
|
+
"caseSensitiveRoutes": false,
|
|
152
|
+
"dynamicOnHover": false,
|
|
153
|
+
"preloadEntriesOnStart": true,
|
|
154
|
+
"clientRouterFilter": true,
|
|
155
|
+
"clientRouterFilterRedirects": false,
|
|
156
|
+
"fetchCacheKeyPrefix": "",
|
|
157
|
+
"proxyPrefetch": "flexible",
|
|
158
|
+
"optimisticClientCache": true,
|
|
159
|
+
"manualClientBasePath": false,
|
|
160
|
+
"cpus": 9,
|
|
161
|
+
"memoryBasedWorkersCount": false,
|
|
162
|
+
"imgOptConcurrency": null,
|
|
163
|
+
"imgOptTimeoutInSeconds": 7,
|
|
164
|
+
"imgOptMaxInputPixels": 268402689,
|
|
165
|
+
"imgOptSequentialRead": null,
|
|
166
|
+
"imgOptSkipMetadata": null,
|
|
167
|
+
"isrFlushToDisk": true,
|
|
168
|
+
"workerThreads": false,
|
|
169
|
+
"optimizeCss": false,
|
|
170
|
+
"nextScriptWorkers": false,
|
|
171
|
+
"scrollRestoration": false,
|
|
172
|
+
"externalDir": false,
|
|
173
|
+
"disableOptimizedLoading": false,
|
|
174
|
+
"gzipSize": true,
|
|
175
|
+
"craCompat": false,
|
|
176
|
+
"esmExternals": true,
|
|
177
|
+
"fullySpecified": false,
|
|
178
|
+
"swcTraceProfiling": false,
|
|
179
|
+
"forceSwcTransforms": false,
|
|
180
|
+
"largePageDataBytes": 128000,
|
|
181
|
+
"typedEnv": false,
|
|
182
|
+
"parallelServerCompiles": false,
|
|
183
|
+
"parallelServerBuildTraces": false,
|
|
184
|
+
"ppr": false,
|
|
185
|
+
"authInterrupts": false,
|
|
186
|
+
"webpackMemoryOptimizations": false,
|
|
187
|
+
"optimizeServerReact": true,
|
|
188
|
+
"viewTransition": false,
|
|
189
|
+
"removeUncaughtErrorAndRejectionListeners": false,
|
|
190
|
+
"validateRSCRequestHeaders": false,
|
|
191
|
+
"staleTimes": {
|
|
192
|
+
"dynamic": 0,
|
|
193
|
+
"static": 300
|
|
194
|
+
},
|
|
195
|
+
"reactDebugChannel": false,
|
|
196
|
+
"serverComponentsHmrCache": true,
|
|
197
|
+
"staticGenerationMaxConcurrency": 8,
|
|
198
|
+
"staticGenerationMinPagesPerWorker": 25,
|
|
199
|
+
"transitionIndicator": false,
|
|
200
|
+
"inlineCss": false,
|
|
201
|
+
"useCache": false,
|
|
202
|
+
"globalNotFound": false,
|
|
203
|
+
"browserDebugInfoInTerminal": false,
|
|
204
|
+
"lockDistDir": true,
|
|
205
|
+
"isolatedDevBuild": true,
|
|
206
|
+
"proxyClientMaxBodySize": 10485760,
|
|
207
|
+
"hideLogsAfterAbort": false,
|
|
208
|
+
"mcpServer": true,
|
|
209
|
+
"turbopackFileSystemCacheForDev": true,
|
|
210
|
+
"turbopackFileSystemCacheForBuild": false,
|
|
211
|
+
"turbopackInferModuleSideEffects": false,
|
|
212
|
+
"optimizePackageImports": [
|
|
213
|
+
"lucide-react",
|
|
214
|
+
"date-fns",
|
|
215
|
+
"lodash-es",
|
|
216
|
+
"ramda",
|
|
217
|
+
"antd",
|
|
218
|
+
"react-bootstrap",
|
|
219
|
+
"ahooks",
|
|
220
|
+
"@ant-design/icons",
|
|
221
|
+
"@headlessui/react",
|
|
222
|
+
"@headlessui-float/react",
|
|
223
|
+
"@heroicons/react/20/solid",
|
|
224
|
+
"@heroicons/react/24/solid",
|
|
225
|
+
"@heroicons/react/24/outline",
|
|
226
|
+
"@visx/visx",
|
|
227
|
+
"@tremor/react",
|
|
228
|
+
"rxjs",
|
|
229
|
+
"@mui/material",
|
|
230
|
+
"@mui/icons-material",
|
|
231
|
+
"recharts",
|
|
232
|
+
"react-use",
|
|
233
|
+
"effect",
|
|
234
|
+
"@effect/schema",
|
|
235
|
+
"@effect/platform",
|
|
236
|
+
"@effect/platform-node",
|
|
237
|
+
"@effect/platform-browser",
|
|
238
|
+
"@effect/platform-bun",
|
|
239
|
+
"@effect/sql",
|
|
240
|
+
"@effect/sql-mssql",
|
|
241
|
+
"@effect/sql-mysql2",
|
|
242
|
+
"@effect/sql-pg",
|
|
243
|
+
"@effect/sql-sqlite-node",
|
|
244
|
+
"@effect/sql-sqlite-bun",
|
|
245
|
+
"@effect/sql-sqlite-wasm",
|
|
246
|
+
"@effect/sql-sqlite-react-native",
|
|
247
|
+
"@effect/rpc",
|
|
248
|
+
"@effect/rpc-http",
|
|
249
|
+
"@effect/typeclass",
|
|
250
|
+
"@effect/experimental",
|
|
251
|
+
"@effect/opentelemetry",
|
|
252
|
+
"@material-ui/core",
|
|
253
|
+
"@material-ui/icons",
|
|
254
|
+
"@tabler/icons-react",
|
|
255
|
+
"mui-core",
|
|
256
|
+
"react-icons/ai",
|
|
257
|
+
"react-icons/bi",
|
|
258
|
+
"react-icons/bs",
|
|
259
|
+
"react-icons/cg",
|
|
260
|
+
"react-icons/ci",
|
|
261
|
+
"react-icons/di",
|
|
262
|
+
"react-icons/fa",
|
|
263
|
+
"react-icons/fa6",
|
|
264
|
+
"react-icons/fc",
|
|
265
|
+
"react-icons/fi",
|
|
266
|
+
"react-icons/gi",
|
|
267
|
+
"react-icons/go",
|
|
268
|
+
"react-icons/gr",
|
|
269
|
+
"react-icons/hi",
|
|
270
|
+
"react-icons/hi2",
|
|
271
|
+
"react-icons/im",
|
|
272
|
+
"react-icons/io",
|
|
273
|
+
"react-icons/io5",
|
|
274
|
+
"react-icons/lia",
|
|
275
|
+
"react-icons/lib",
|
|
276
|
+
"react-icons/lu",
|
|
277
|
+
"react-icons/md",
|
|
278
|
+
"react-icons/pi",
|
|
279
|
+
"react-icons/ri",
|
|
280
|
+
"react-icons/rx",
|
|
281
|
+
"react-icons/si",
|
|
282
|
+
"react-icons/sl",
|
|
283
|
+
"react-icons/tb",
|
|
284
|
+
"react-icons/tfi",
|
|
285
|
+
"react-icons/ti",
|
|
286
|
+
"react-icons/vsc",
|
|
287
|
+
"react-icons/wi"
|
|
288
|
+
],
|
|
289
|
+
"trustHostHeader": false,
|
|
290
|
+
"isExperimentalCompile": false
|
|
291
|
+
},
|
|
292
|
+
"htmlLimitedBots": "[\\w-]+-Google|Google-[\\w-]+|Chrome-Lighthouse|Slurp|DuckDuckBot|baiduspider|yandex|sogou|bitlybot|tumblr|vkShare|quora link preview|redditbot|ia_archiver|Bingbot|BingPreview|applebot|facebookexternalhit|facebookcatalog|Twitterbot|LinkedInBot|Slackbot|Discordbot|WhatsApp|SkypeUriPreview|Yeti|googleweblight",
|
|
293
|
+
"bundlePagesRouterDependencies": false,
|
|
294
|
+
"configFileName": "next.config.mjs",
|
|
295
|
+
"serverExternalPackages": [
|
|
296
|
+
"@mariozechner/pi-ai",
|
|
297
|
+
"@mariozechner/pi-coding-agent"
|
|
298
|
+
],
|
|
299
|
+
"turbopack": {
|
|
300
|
+
"root": "/Users/drewsepeczi"
|
|
301
|
+
},
|
|
302
|
+
"distDirRoot": ".next"
|
|
303
|
+
},
|
|
304
|
+
"appDir": "/Users/drewsepeczi/picode/nextpi",
|
|
305
|
+
"relativeAppDir": "picode/nextpi",
|
|
306
|
+
"files": [
|
|
307
|
+
".next/routes-manifest.json",
|
|
308
|
+
".next/server/pages-manifest.json",
|
|
309
|
+
".next/build-manifest.json",
|
|
310
|
+
".next/prerender-manifest.json",
|
|
311
|
+
".next/server/functions-config-manifest.json",
|
|
312
|
+
".next/server/middleware-manifest.json",
|
|
313
|
+
".next/server/middleware-build-manifest.js",
|
|
314
|
+
".next/server/app-paths-manifest.json",
|
|
315
|
+
".next/app-path-routes-manifest.json",
|
|
316
|
+
".next/server/server-reference-manifest.js",
|
|
317
|
+
".next/server/server-reference-manifest.json",
|
|
318
|
+
".next/BUILD_ID",
|
|
319
|
+
".next/server/next-font-manifest.js",
|
|
320
|
+
".next/server/next-font-manifest.json",
|
|
321
|
+
".next/required-server-files.json"
|
|
322
|
+
],
|
|
323
|
+
"ignore": []
|
|
324
|
+
}
|
|
@@ -0,0 +1,324 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 1,
|
|
3
|
+
"config": {
|
|
4
|
+
"env": {},
|
|
5
|
+
"webpack": null,
|
|
6
|
+
"typescript": {
|
|
7
|
+
"ignoreBuildErrors": false
|
|
8
|
+
},
|
|
9
|
+
"typedRoutes": false,
|
|
10
|
+
"distDir": ".next",
|
|
11
|
+
"cleanDistDir": true,
|
|
12
|
+
"assetPrefix": "",
|
|
13
|
+
"cacheMaxMemorySize": 52428800,
|
|
14
|
+
"configOrigin": "next.config.mjs",
|
|
15
|
+
"useFileSystemPublicRoutes": true,
|
|
16
|
+
"generateEtags": true,
|
|
17
|
+
"pageExtensions": [
|
|
18
|
+
"tsx",
|
|
19
|
+
"ts",
|
|
20
|
+
"jsx",
|
|
21
|
+
"js"
|
|
22
|
+
],
|
|
23
|
+
"poweredByHeader": true,
|
|
24
|
+
"compress": true,
|
|
25
|
+
"images": {
|
|
26
|
+
"deviceSizes": [
|
|
27
|
+
640,
|
|
28
|
+
750,
|
|
29
|
+
828,
|
|
30
|
+
1080,
|
|
31
|
+
1200,
|
|
32
|
+
1920,
|
|
33
|
+
2048,
|
|
34
|
+
3840
|
|
35
|
+
],
|
|
36
|
+
"imageSizes": [
|
|
37
|
+
32,
|
|
38
|
+
48,
|
|
39
|
+
64,
|
|
40
|
+
96,
|
|
41
|
+
128,
|
|
42
|
+
256,
|
|
43
|
+
384
|
|
44
|
+
],
|
|
45
|
+
"path": "/_next/image",
|
|
46
|
+
"loader": "default",
|
|
47
|
+
"loaderFile": "",
|
|
48
|
+
"domains": [],
|
|
49
|
+
"disableStaticImages": false,
|
|
50
|
+
"minimumCacheTTL": 14400,
|
|
51
|
+
"formats": [
|
|
52
|
+
"image/webp"
|
|
53
|
+
],
|
|
54
|
+
"maximumRedirects": 3,
|
|
55
|
+
"maximumResponseBody": 50000000,
|
|
56
|
+
"dangerouslyAllowLocalIP": false,
|
|
57
|
+
"dangerouslyAllowSVG": false,
|
|
58
|
+
"contentSecurityPolicy": "script-src 'none'; frame-src 'none'; sandbox;",
|
|
59
|
+
"contentDispositionType": "attachment",
|
|
60
|
+
"localPatterns": [
|
|
61
|
+
{
|
|
62
|
+
"pathname": "**",
|
|
63
|
+
"search": ""
|
|
64
|
+
}
|
|
65
|
+
],
|
|
66
|
+
"remotePatterns": [],
|
|
67
|
+
"qualities": [
|
|
68
|
+
75
|
|
69
|
+
],
|
|
70
|
+
"unoptimized": false
|
|
71
|
+
},
|
|
72
|
+
"devIndicators": {
|
|
73
|
+
"position": "bottom-left"
|
|
74
|
+
},
|
|
75
|
+
"onDemandEntries": {
|
|
76
|
+
"maxInactiveAge": 60000,
|
|
77
|
+
"pagesBufferLength": 5
|
|
78
|
+
},
|
|
79
|
+
"basePath": "",
|
|
80
|
+
"sassOptions": {},
|
|
81
|
+
"trailingSlash": false,
|
|
82
|
+
"i18n": null,
|
|
83
|
+
"productionBrowserSourceMaps": false,
|
|
84
|
+
"excludeDefaultMomentLocales": true,
|
|
85
|
+
"reactProductionProfiling": false,
|
|
86
|
+
"reactStrictMode": null,
|
|
87
|
+
"reactMaxHeadersLength": 6000,
|
|
88
|
+
"httpAgentOptions": {
|
|
89
|
+
"keepAlive": true
|
|
90
|
+
},
|
|
91
|
+
"logging": {},
|
|
92
|
+
"compiler": {},
|
|
93
|
+
"expireTime": 31536000,
|
|
94
|
+
"staticPageGenerationTimeout": 60,
|
|
95
|
+
"modularizeImports": {
|
|
96
|
+
"@mui/icons-material": {
|
|
97
|
+
"transform": "@mui/icons-material/{{member}}"
|
|
98
|
+
},
|
|
99
|
+
"lodash": {
|
|
100
|
+
"transform": "lodash/{{member}}"
|
|
101
|
+
}
|
|
102
|
+
},
|
|
103
|
+
"outputFileTracingRoot": "/Users/drewsepeczi",
|
|
104
|
+
"cacheComponents": false,
|
|
105
|
+
"cacheLife": {
|
|
106
|
+
"default": {
|
|
107
|
+
"stale": 300,
|
|
108
|
+
"revalidate": 900,
|
|
109
|
+
"expire": 4294967294
|
|
110
|
+
},
|
|
111
|
+
"seconds": {
|
|
112
|
+
"stale": 30,
|
|
113
|
+
"revalidate": 1,
|
|
114
|
+
"expire": 60
|
|
115
|
+
},
|
|
116
|
+
"minutes": {
|
|
117
|
+
"stale": 300,
|
|
118
|
+
"revalidate": 60,
|
|
119
|
+
"expire": 3600
|
|
120
|
+
},
|
|
121
|
+
"hours": {
|
|
122
|
+
"stale": 300,
|
|
123
|
+
"revalidate": 3600,
|
|
124
|
+
"expire": 86400
|
|
125
|
+
},
|
|
126
|
+
"days": {
|
|
127
|
+
"stale": 300,
|
|
128
|
+
"revalidate": 86400,
|
|
129
|
+
"expire": 604800
|
|
130
|
+
},
|
|
131
|
+
"weeks": {
|
|
132
|
+
"stale": 300,
|
|
133
|
+
"revalidate": 604800,
|
|
134
|
+
"expire": 2592000
|
|
135
|
+
},
|
|
136
|
+
"max": {
|
|
137
|
+
"stale": 300,
|
|
138
|
+
"revalidate": 2592000,
|
|
139
|
+
"expire": 31536000
|
|
140
|
+
}
|
|
141
|
+
},
|
|
142
|
+
"cacheHandlers": {},
|
|
143
|
+
"experimental": {
|
|
144
|
+
"useSkewCookie": false,
|
|
145
|
+
"cssChunking": true,
|
|
146
|
+
"multiZoneDraftMode": false,
|
|
147
|
+
"appNavFailHandling": false,
|
|
148
|
+
"prerenderEarlyExit": true,
|
|
149
|
+
"serverMinification": true,
|
|
150
|
+
"linkNoTouchStart": false,
|
|
151
|
+
"caseSensitiveRoutes": false,
|
|
152
|
+
"dynamicOnHover": false,
|
|
153
|
+
"preloadEntriesOnStart": true,
|
|
154
|
+
"clientRouterFilter": true,
|
|
155
|
+
"clientRouterFilterRedirects": false,
|
|
156
|
+
"fetchCacheKeyPrefix": "",
|
|
157
|
+
"proxyPrefetch": "flexible",
|
|
158
|
+
"optimisticClientCache": true,
|
|
159
|
+
"manualClientBasePath": false,
|
|
160
|
+
"cpus": 9,
|
|
161
|
+
"memoryBasedWorkersCount": false,
|
|
162
|
+
"imgOptConcurrency": null,
|
|
163
|
+
"imgOptTimeoutInSeconds": 7,
|
|
164
|
+
"imgOptMaxInputPixels": 268402689,
|
|
165
|
+
"imgOptSequentialRead": null,
|
|
166
|
+
"imgOptSkipMetadata": null,
|
|
167
|
+
"isrFlushToDisk": true,
|
|
168
|
+
"workerThreads": false,
|
|
169
|
+
"optimizeCss": false,
|
|
170
|
+
"nextScriptWorkers": false,
|
|
171
|
+
"scrollRestoration": false,
|
|
172
|
+
"externalDir": false,
|
|
173
|
+
"disableOptimizedLoading": false,
|
|
174
|
+
"gzipSize": true,
|
|
175
|
+
"craCompat": false,
|
|
176
|
+
"esmExternals": true,
|
|
177
|
+
"fullySpecified": false,
|
|
178
|
+
"swcTraceProfiling": false,
|
|
179
|
+
"forceSwcTransforms": false,
|
|
180
|
+
"largePageDataBytes": 128000,
|
|
181
|
+
"typedEnv": false,
|
|
182
|
+
"parallelServerCompiles": false,
|
|
183
|
+
"parallelServerBuildTraces": false,
|
|
184
|
+
"ppr": false,
|
|
185
|
+
"authInterrupts": false,
|
|
186
|
+
"webpackMemoryOptimizations": false,
|
|
187
|
+
"optimizeServerReact": true,
|
|
188
|
+
"viewTransition": false,
|
|
189
|
+
"removeUncaughtErrorAndRejectionListeners": false,
|
|
190
|
+
"validateRSCRequestHeaders": false,
|
|
191
|
+
"staleTimes": {
|
|
192
|
+
"dynamic": 0,
|
|
193
|
+
"static": 300
|
|
194
|
+
},
|
|
195
|
+
"reactDebugChannel": false,
|
|
196
|
+
"serverComponentsHmrCache": true,
|
|
197
|
+
"staticGenerationMaxConcurrency": 8,
|
|
198
|
+
"staticGenerationMinPagesPerWorker": 25,
|
|
199
|
+
"transitionIndicator": false,
|
|
200
|
+
"inlineCss": false,
|
|
201
|
+
"useCache": false,
|
|
202
|
+
"globalNotFound": false,
|
|
203
|
+
"browserDebugInfoInTerminal": false,
|
|
204
|
+
"lockDistDir": true,
|
|
205
|
+
"isolatedDevBuild": true,
|
|
206
|
+
"proxyClientMaxBodySize": 10485760,
|
|
207
|
+
"hideLogsAfterAbort": false,
|
|
208
|
+
"mcpServer": true,
|
|
209
|
+
"turbopackFileSystemCacheForDev": true,
|
|
210
|
+
"turbopackFileSystemCacheForBuild": false,
|
|
211
|
+
"turbopackInferModuleSideEffects": false,
|
|
212
|
+
"optimizePackageImports": [
|
|
213
|
+
"lucide-react",
|
|
214
|
+
"date-fns",
|
|
215
|
+
"lodash-es",
|
|
216
|
+
"ramda",
|
|
217
|
+
"antd",
|
|
218
|
+
"react-bootstrap",
|
|
219
|
+
"ahooks",
|
|
220
|
+
"@ant-design/icons",
|
|
221
|
+
"@headlessui/react",
|
|
222
|
+
"@headlessui-float/react",
|
|
223
|
+
"@heroicons/react/20/solid",
|
|
224
|
+
"@heroicons/react/24/solid",
|
|
225
|
+
"@heroicons/react/24/outline",
|
|
226
|
+
"@visx/visx",
|
|
227
|
+
"@tremor/react",
|
|
228
|
+
"rxjs",
|
|
229
|
+
"@mui/material",
|
|
230
|
+
"@mui/icons-material",
|
|
231
|
+
"recharts",
|
|
232
|
+
"react-use",
|
|
233
|
+
"effect",
|
|
234
|
+
"@effect/schema",
|
|
235
|
+
"@effect/platform",
|
|
236
|
+
"@effect/platform-node",
|
|
237
|
+
"@effect/platform-browser",
|
|
238
|
+
"@effect/platform-bun",
|
|
239
|
+
"@effect/sql",
|
|
240
|
+
"@effect/sql-mssql",
|
|
241
|
+
"@effect/sql-mysql2",
|
|
242
|
+
"@effect/sql-pg",
|
|
243
|
+
"@effect/sql-sqlite-node",
|
|
244
|
+
"@effect/sql-sqlite-bun",
|
|
245
|
+
"@effect/sql-sqlite-wasm",
|
|
246
|
+
"@effect/sql-sqlite-react-native",
|
|
247
|
+
"@effect/rpc",
|
|
248
|
+
"@effect/rpc-http",
|
|
249
|
+
"@effect/typeclass",
|
|
250
|
+
"@effect/experimental",
|
|
251
|
+
"@effect/opentelemetry",
|
|
252
|
+
"@material-ui/core",
|
|
253
|
+
"@material-ui/icons",
|
|
254
|
+
"@tabler/icons-react",
|
|
255
|
+
"mui-core",
|
|
256
|
+
"react-icons/ai",
|
|
257
|
+
"react-icons/bi",
|
|
258
|
+
"react-icons/bs",
|
|
259
|
+
"react-icons/cg",
|
|
260
|
+
"react-icons/ci",
|
|
261
|
+
"react-icons/di",
|
|
262
|
+
"react-icons/fa",
|
|
263
|
+
"react-icons/fa6",
|
|
264
|
+
"react-icons/fc",
|
|
265
|
+
"react-icons/fi",
|
|
266
|
+
"react-icons/gi",
|
|
267
|
+
"react-icons/go",
|
|
268
|
+
"react-icons/gr",
|
|
269
|
+
"react-icons/hi",
|
|
270
|
+
"react-icons/hi2",
|
|
271
|
+
"react-icons/im",
|
|
272
|
+
"react-icons/io",
|
|
273
|
+
"react-icons/io5",
|
|
274
|
+
"react-icons/lia",
|
|
275
|
+
"react-icons/lib",
|
|
276
|
+
"react-icons/lu",
|
|
277
|
+
"react-icons/md",
|
|
278
|
+
"react-icons/pi",
|
|
279
|
+
"react-icons/ri",
|
|
280
|
+
"react-icons/rx",
|
|
281
|
+
"react-icons/si",
|
|
282
|
+
"react-icons/sl",
|
|
283
|
+
"react-icons/tb",
|
|
284
|
+
"react-icons/tfi",
|
|
285
|
+
"react-icons/ti",
|
|
286
|
+
"react-icons/vsc",
|
|
287
|
+
"react-icons/wi"
|
|
288
|
+
],
|
|
289
|
+
"trustHostHeader": false,
|
|
290
|
+
"isExperimentalCompile": false
|
|
291
|
+
},
|
|
292
|
+
"htmlLimitedBots": "[\\w-]+-Google|Google-[\\w-]+|Chrome-Lighthouse|Slurp|DuckDuckBot|baiduspider|yandex|sogou|bitlybot|tumblr|vkShare|quora link preview|redditbot|ia_archiver|Bingbot|BingPreview|applebot|facebookexternalhit|facebookcatalog|Twitterbot|LinkedInBot|Slackbot|Discordbot|WhatsApp|SkypeUriPreview|Yeti|googleweblight",
|
|
293
|
+
"bundlePagesRouterDependencies": false,
|
|
294
|
+
"configFileName": "next.config.mjs",
|
|
295
|
+
"serverExternalPackages": [
|
|
296
|
+
"@mariozechner/pi-ai",
|
|
297
|
+
"@mariozechner/pi-coding-agent"
|
|
298
|
+
],
|
|
299
|
+
"turbopack": {
|
|
300
|
+
"root": "/Users/drewsepeczi"
|
|
301
|
+
},
|
|
302
|
+
"distDirRoot": ".next"
|
|
303
|
+
},
|
|
304
|
+
"appDir": "/Users/drewsepeczi/picode/nextpi",
|
|
305
|
+
"relativeAppDir": "picode/nextpi",
|
|
306
|
+
"files": [
|
|
307
|
+
".next/routes-manifest.json",
|
|
308
|
+
".next/server/pages-manifest.json",
|
|
309
|
+
".next/build-manifest.json",
|
|
310
|
+
".next/prerender-manifest.json",
|
|
311
|
+
".next/server/functions-config-manifest.json",
|
|
312
|
+
".next/server/middleware-manifest.json",
|
|
313
|
+
".next/server/middleware-build-manifest.js",
|
|
314
|
+
".next/server/app-paths-manifest.json",
|
|
315
|
+
".next/app-path-routes-manifest.json",
|
|
316
|
+
".next/server/server-reference-manifest.js",
|
|
317
|
+
".next/server/server-reference-manifest.json",
|
|
318
|
+
".next/BUILD_ID",
|
|
319
|
+
".next/server/next-font-manifest.js",
|
|
320
|
+
".next/server/next-font-manifest.json",
|
|
321
|
+
".next/required-server-files.json"
|
|
322
|
+
],
|
|
323
|
+
"ignore": []
|
|
324
|
+
}
|