promptarc 0.0.1 → 0.0.2

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.
Files changed (212) hide show
  1. package/README.md +8 -8
  2. package/dist/web/.next/BUILD_ID +1 -1
  3. package/dist/web/.next/app-build-manifest.json +107 -52
  4. package/dist/web/.next/app-path-routes-manifest.json +15 -8
  5. package/dist/web/.next/build-manifest.json +2 -2
  6. package/dist/web/.next/required-server-files.json +0 -1
  7. package/dist/web/.next/routes-manifest.json +26 -0
  8. package/dist/web/.next/server/app/_not-found/page.js +2 -2
  9. package/dist/web/.next/server/app/_not-found/page.js.nft.json +1 -1
  10. package/dist/web/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  11. package/dist/web/.next/server/app/api/admin/backfill-search/route.js +1 -0
  12. package/dist/web/.next/server/app/api/admin/backfill-search/route.js.nft.json +1 -0
  13. package/dist/web/.next/server/app/api/admin/backfill-search/route_client-reference-manifest.js +1 -0
  14. package/dist/web/.next/server/app/api/cli/download/route.js +1 -1
  15. package/dist/web/.next/server/app/api/cli/download/route.js.nft.json +1 -1
  16. package/dist/web/.next/server/app/api/cli/download/route_client-reference-manifest.js +1 -1
  17. package/dist/web/.next/server/app/api/cli/feedback/route.js +1 -0
  18. package/dist/web/.next/server/app/api/cli/feedback/route.js.nft.json +1 -0
  19. package/dist/web/.next/server/app/api/cli/feedback/route_client-reference-manifest.js +1 -0
  20. package/dist/web/.next/server/app/api/cli/init/route.js +1 -1
  21. package/dist/web/.next/server/app/api/cli/init/route.js.nft.json +1 -1
  22. package/dist/web/.next/server/app/api/cli/init/route_client-reference-manifest.js +1 -1
  23. package/dist/web/.next/server/app/api/cli/my-shares/route.js +1 -1
  24. package/dist/web/.next/server/app/api/cli/my-shares/route.js.nft.json +1 -1
  25. package/dist/web/.next/server/app/api/cli/my-shares/route_client-reference-manifest.js +1 -1
  26. package/dist/web/.next/server/app/api/cli/poll/route.js +1 -1
  27. package/dist/web/.next/server/app/api/cli/poll/route.js.nft.json +1 -1
  28. package/dist/web/.next/server/app/api/cli/poll/route_client-reference-manifest.js +1 -1
  29. package/dist/web/.next/server/app/api/cli/project-settings/route.js +1 -1
  30. package/dist/web/.next/server/app/api/cli/project-settings/route.js.nft.json +1 -1
  31. package/dist/web/.next/server/app/api/cli/project-settings/route_client-reference-manifest.js +1 -1
  32. package/dist/web/.next/server/app/api/cli/share-mutate/route.js +1 -1
  33. package/dist/web/.next/server/app/api/cli/share-mutate/route.js.nft.json +1 -1
  34. package/dist/web/.next/server/app/api/cli/share-mutate/route_client-reference-manifest.js +1 -1
  35. package/dist/web/.next/server/app/api/cli/sync-list/route.js +1 -1
  36. package/dist/web/.next/server/app/api/cli/sync-list/route.js.nft.json +1 -1
  37. package/dist/web/.next/server/app/api/cli/sync-list/route_client-reference-manifest.js +1 -1
  38. package/dist/web/.next/server/app/api/local/project-sessions/route.js +1 -1
  39. package/dist/web/.next/server/app/api/local/project-sessions/route.js.nft.json +1 -1
  40. package/dist/web/.next/server/app/api/local/project-sessions/route_client-reference-manifest.js +1 -1
  41. package/dist/web/.next/server/app/api/local/watch/route.js +2 -2
  42. package/dist/web/.next/server/app/api/local/watch/route.js.nft.json +1 -1
  43. package/dist/web/.next/server/app/api/local/watch/route_client-reference-manifest.js +1 -1
  44. package/dist/web/.next/server/app/api/search/route.js +1 -0
  45. package/dist/web/.next/server/app/api/search/route.js.nft.json +1 -0
  46. package/dist/web/.next/server/app/api/search/route_client-reference-manifest.js +1 -0
  47. package/dist/web/.next/server/app/api/search-index/route.js +1 -1
  48. package/dist/web/.next/server/app/api/search-index/route.js.nft.json +1 -1
  49. package/dist/web/.next/server/app/api/search-index/route_client-reference-manifest.js +1 -1
  50. package/dist/web/.next/server/app/api/share/download/[slug]/route.js +1 -0
  51. package/dist/web/.next/server/app/api/share/download/[slug]/route.js.nft.json +1 -0
  52. package/dist/web/.next/server/app/api/share/download/[slug]/route_client-reference-manifest.js +1 -0
  53. package/dist/web/.next/server/app/api/share/route.js +1 -1
  54. package/dist/web/.next/server/app/api/share/route.js.nft.json +1 -1
  55. package/dist/web/.next/server/app/api/share/route_client-reference-manifest.js +1 -1
  56. package/dist/web/.next/server/app/api/upload/route.js +3 -3
  57. package/dist/web/.next/server/app/api/upload/route.js.nft.json +1 -1
  58. package/dist/web/.next/server/app/api/upload/route_client-reference-manifest.js +1 -1
  59. package/dist/web/.next/server/app/auth/callback/route.js +1 -1
  60. package/dist/web/.next/server/app/auth/callback/route.js.nft.json +1 -1
  61. package/dist/web/.next/server/app/auth/callback/route_client-reference-manifest.js +1 -1
  62. package/dist/web/.next/server/app/auth/signout/route.js +1 -1
  63. package/dist/web/.next/server/app/auth/signout/route.js.nft.json +1 -1
  64. package/dist/web/.next/server/app/auth/signout/route_client-reference-manifest.js +1 -1
  65. package/dist/web/.next/server/app/cli/login/page.js +2 -2
  66. package/dist/web/.next/server/app/cli/login/page.js.nft.json +1 -1
  67. package/dist/web/.next/server/app/cli/login/page_client-reference-manifest.js +1 -1
  68. package/dist/web/.next/server/app/digest/page.js +2 -0
  69. package/dist/web/.next/server/app/digest/page.js.nft.json +1 -0
  70. package/dist/web/.next/server/app/digest/page_client-reference-manifest.js +1 -0
  71. package/dist/web/.next/server/app/feedback/page.js +2 -0
  72. package/dist/web/.next/server/app/feedback/page.js.nft.json +1 -0
  73. package/dist/web/.next/server/app/feedback/page_client-reference-manifest.js +1 -0
  74. package/dist/web/.next/server/app/my-projects/[projectKey]/page.js +2 -2
  75. package/dist/web/.next/server/app/my-projects/[projectKey]/page.js.nft.json +1 -1
  76. package/dist/web/.next/server/app/my-projects/[projectKey]/page_client-reference-manifest.js +1 -1
  77. package/dist/web/.next/server/app/my-projects/page.js +2 -2
  78. package/dist/web/.next/server/app/my-projects/page.js.nft.json +1 -1
  79. package/dist/web/.next/server/app/my-projects/page_client-reference-manifest.js +1 -1
  80. package/dist/web/.next/server/app/my-shares/page.js +2 -2
  81. package/dist/web/.next/server/app/my-shares/page.js.nft.json +1 -1
  82. package/dist/web/.next/server/app/my-shares/page_client-reference-manifest.js +1 -1
  83. package/dist/web/.next/server/app/opengraph-image/route.js +2 -2
  84. package/dist/web/.next/server/app/opengraph-image/route.js.map +1 -1
  85. package/dist/web/.next/server/app/opengraph-image/route_client-reference-manifest.js +1 -1
  86. package/dist/web/.next/server/app/page.js +2 -2
  87. package/dist/web/.next/server/app/page.js.nft.json +1 -1
  88. package/dist/web/.next/server/app/page_client-reference-manifest.js +1 -1
  89. package/dist/web/.next/server/app/projects/[id]/page.js +2 -2
  90. package/dist/web/.next/server/app/projects/[id]/page.js.nft.json +1 -1
  91. package/dist/web/.next/server/app/projects/[id]/page_client-reference-manifest.js +1 -1
  92. package/dist/web/.next/server/app/r/[slug]/opengraph-image/route.js +1 -1
  93. package/dist/web/.next/server/app/r/[slug]/opengraph-image/route.js.nft.json +1 -1
  94. package/dist/web/.next/server/app/r/[slug]/opengraph-image/route_client-reference-manifest.js +1 -1
  95. package/dist/web/.next/server/app/r/[slug]/page.js +2 -2
  96. package/dist/web/.next/server/app/r/[slug]/page.js.nft.json +1 -1
  97. package/dist/web/.next/server/app/r/[slug]/page_client-reference-manifest.js +1 -1
  98. package/dist/web/.next/server/app/search/page.js +2 -0
  99. package/dist/web/.next/server/app/search/page.js.nft.json +1 -0
  100. package/dist/web/.next/server/app/search/page_client-reference-manifest.js +1 -0
  101. package/dist/web/.next/server/app/sessions/[projectId]/[sessionId]/page.js +2 -2
  102. package/dist/web/.next/server/app/sessions/[projectId]/[sessionId]/page.js.nft.json +1 -1
  103. package/dist/web/.next/server/app/sessions/[projectId]/[sessionId]/page_client-reference-manifest.js +1 -1
  104. package/dist/web/.next/server/app/sign-in/page.js +2 -2
  105. package/dist/web/.next/server/app/sign-in/page.js.nft.json +1 -1
  106. package/dist/web/.next/server/app/sign-in/page_client-reference-manifest.js +1 -1
  107. package/dist/web/.next/server/app-paths-manifest.json +15 -8
  108. package/dist/web/.next/server/chunks/1825.js +1 -0
  109. package/dist/web/.next/server/chunks/1924.js +1 -0
  110. package/dist/web/.next/server/chunks/1961.js +1 -0
  111. package/dist/web/.next/server/chunks/2678.js +5 -0
  112. package/dist/web/.next/server/chunks/{901.js → 2901.js} +1 -1
  113. package/dist/web/.next/server/chunks/{635.js → 3256.js} +1 -1
  114. package/dist/web/.next/server/chunks/3398.js +1 -0
  115. package/dist/web/.next/server/chunks/{500.js → 4500.js} +1 -1
  116. package/dist/web/.next/server/chunks/{985.js → 4985.js} +2 -2
  117. package/dist/web/.next/server/chunks/6019.js +2 -0
  118. package/dist/web/.next/server/chunks/6227.js +1 -0
  119. package/dist/web/.next/server/chunks/8334.js +1 -0
  120. package/dist/web/.next/server/chunks/8632.js +2 -0
  121. package/dist/web/.next/server/chunks/{993.js → 9993.js} +1 -1
  122. package/dist/web/.next/server/functions-config-manifest.json +3 -0
  123. package/dist/web/.next/server/middleware-manifest.json +1 -1
  124. package/dist/web/.next/server/pages/500.html +1 -1
  125. package/dist/web/.next/server/pages/_document.js +1 -1
  126. package/dist/web/.next/server/pages/_document.js.nft.json +1 -1
  127. package/dist/web/.next/server/pages/_error.js +2 -2
  128. package/dist/web/.next/server/pages/_error.js.nft.json +1 -1
  129. package/dist/web/.next/server/pages-manifest.json +1 -1
  130. package/dist/web/.next/server/server-reference-manifest.js +1 -1
  131. package/dist/web/.next/server/server-reference-manifest.json +1 -1
  132. package/dist/web/.next/server/webpack-runtime.js +1 -1
  133. package/dist/web/.next/static/ZxFskpyUoxefJOzSxSb6s/_buildManifest.js +1 -0
  134. package/dist/web/.next/static/chunks/29-7904810aeffd75a0.js +1 -0
  135. package/dist/web/.next/static/chunks/app/_not-found/page-bd7ebde8ab75cb95.js +1 -0
  136. package/dist/web/.next/static/chunks/app/api/admin/backfill-search/route-bd7ebde8ab75cb95.js +1 -0
  137. package/dist/web/.next/static/chunks/app/api/cli/download/route-bd7ebde8ab75cb95.js +1 -0
  138. package/dist/web/.next/static/chunks/app/api/cli/feedback/route-bd7ebde8ab75cb95.js +1 -0
  139. package/dist/web/.next/static/chunks/app/api/cli/init/route-bd7ebde8ab75cb95.js +1 -0
  140. package/dist/web/.next/static/chunks/app/api/cli/my-shares/route-bd7ebde8ab75cb95.js +1 -0
  141. package/dist/web/.next/static/chunks/app/api/cli/poll/route-bd7ebde8ab75cb95.js +1 -0
  142. package/dist/web/.next/static/chunks/app/api/cli/project-settings/route-bd7ebde8ab75cb95.js +1 -0
  143. package/dist/web/.next/static/chunks/app/api/cli/share-mutate/route-bd7ebde8ab75cb95.js +1 -0
  144. package/dist/web/.next/static/chunks/app/api/cli/sync-list/route-bd7ebde8ab75cb95.js +1 -0
  145. package/dist/web/.next/static/chunks/app/api/local/project-sessions/route-bd7ebde8ab75cb95.js +1 -0
  146. package/dist/web/.next/static/chunks/app/api/local/watch/route-bd7ebde8ab75cb95.js +1 -0
  147. package/dist/web/.next/static/chunks/app/api/search/route-bd7ebde8ab75cb95.js +1 -0
  148. package/dist/web/.next/static/chunks/app/api/search-index/route-bd7ebde8ab75cb95.js +1 -0
  149. package/dist/web/.next/static/chunks/app/api/share/download/[slug]/route-bd7ebde8ab75cb95.js +1 -0
  150. package/dist/web/.next/static/chunks/app/api/share/route-bd7ebde8ab75cb95.js +1 -0
  151. package/dist/web/.next/static/chunks/app/api/upload/route-bd7ebde8ab75cb95.js +1 -0
  152. package/dist/web/.next/static/chunks/app/auth/callback/route-bd7ebde8ab75cb95.js +1 -0
  153. package/dist/web/.next/static/chunks/app/auth/signout/route-bd7ebde8ab75cb95.js +1 -0
  154. package/dist/web/.next/static/chunks/app/{my-projects/page-9f8ca9b85ceaf296.js → digest/page-41ec674edc998616.js} +1 -1
  155. package/dist/web/.next/static/chunks/app/feedback/page-60f4d489fd598c9c.js +1 -0
  156. package/dist/web/.next/static/chunks/app/my-projects/[projectKey]/page-3a816489e5e8534b.js +1 -0
  157. package/dist/web/.next/static/chunks/app/my-projects/page-c88eba56cb5d0b8d.js +1 -0
  158. package/dist/web/.next/static/chunks/app/my-shares/page-697d61e07a7546b2.js +1 -0
  159. package/dist/web/.next/static/chunks/app/{not-found-9f8ca9b85ceaf296.js → not-found-41ec674edc998616.js} +1 -1
  160. package/dist/web/.next/static/chunks/app/opengraph-image/route-bd7ebde8ab75cb95.js +1 -0
  161. package/dist/web/.next/static/chunks/app/page-e6e80157848514e3.js +1 -0
  162. package/dist/web/.next/static/chunks/app/projects/[id]/page-faec0dc5b09bd35f.js +1 -0
  163. package/dist/web/.next/static/chunks/app/r/[slug]/opengraph-image/route-bd7ebde8ab75cb95.js +1 -0
  164. package/dist/web/.next/static/chunks/app/search/page-fc0b629efa815c64.js +1 -0
  165. package/dist/web/.next/static/chunks/app/sessions/[projectId]/[sessionId]/{page-42e3ca6ddbc89891.js → page-5e70eaa0a429d94a.js} +1 -1
  166. package/dist/web/.next/static/css/3c4744a7426424ee.css +3 -0
  167. package/dist/web/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/_/_class_private_field_loose_base/package.json +4 -0
  168. package/dist/web/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/_/_class_private_field_loose_key/package.json +4 -0
  169. package/dist/web/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/_/_interop_require_default/package.json +4 -0
  170. package/dist/web/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/_/_interop_require_wildcard/package.json +4 -0
  171. package/dist/web/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/cjs/_class_private_field_loose_base.cjs +10 -0
  172. package/dist/web/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/cjs/_class_private_field_loose_key.cjs +8 -0
  173. package/dist/web/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/cjs/_interop_require_default.cjs +6 -0
  174. package/dist/web/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/cjs/_interop_require_wildcard.cjs +38 -0
  175. package/dist/web/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/package.json +471 -0
  176. package/dist/web/package.json +3 -1
  177. package/dist/web/server.js +1 -1
  178. package/package.json +5 -8
  179. package/dist/web/.next/server/chunks/150.js +0 -1
  180. package/dist/web/.next/server/chunks/160.js +0 -2
  181. package/dist/web/.next/server/chunks/334.js +0 -1
  182. package/dist/web/.next/server/chunks/354.js +0 -1
  183. package/dist/web/.next/server/chunks/371.js +0 -1
  184. package/dist/web/.next/server/chunks/398.js +0 -1
  185. package/dist/web/.next/server/chunks/552.js +0 -2
  186. package/dist/web/.next/server/chunks/678.js +0 -5
  187. package/dist/web/.next/server/chunks/924.js +0 -1
  188. package/dist/web/.next/static/05arLtyVtuaMhMczmbNEQ/_buildManifest.js +0 -1
  189. package/dist/web/.next/static/chunks/29-73072d523fc7c3d6.js +0 -1
  190. package/dist/web/.next/static/chunks/app/_not-found/page-28b9b6b1a849439f.js +0 -1
  191. package/dist/web/.next/static/chunks/app/api/cli/download/route-28b9b6b1a849439f.js +0 -1
  192. package/dist/web/.next/static/chunks/app/api/cli/init/route-28b9b6b1a849439f.js +0 -1
  193. package/dist/web/.next/static/chunks/app/api/cli/my-shares/route-28b9b6b1a849439f.js +0 -1
  194. package/dist/web/.next/static/chunks/app/api/cli/poll/route-28b9b6b1a849439f.js +0 -1
  195. package/dist/web/.next/static/chunks/app/api/cli/project-settings/route-28b9b6b1a849439f.js +0 -1
  196. package/dist/web/.next/static/chunks/app/api/cli/share-mutate/route-28b9b6b1a849439f.js +0 -1
  197. package/dist/web/.next/static/chunks/app/api/cli/sync-list/route-28b9b6b1a849439f.js +0 -1
  198. package/dist/web/.next/static/chunks/app/api/local/project-sessions/route-28b9b6b1a849439f.js +0 -1
  199. package/dist/web/.next/static/chunks/app/api/local/watch/route-28b9b6b1a849439f.js +0 -1
  200. package/dist/web/.next/static/chunks/app/api/search-index/route-28b9b6b1a849439f.js +0 -1
  201. package/dist/web/.next/static/chunks/app/api/share/route-28b9b6b1a849439f.js +0 -1
  202. package/dist/web/.next/static/chunks/app/api/upload/route-28b9b6b1a849439f.js +0 -1
  203. package/dist/web/.next/static/chunks/app/auth/callback/route-28b9b6b1a849439f.js +0 -1
  204. package/dist/web/.next/static/chunks/app/auth/signout/route-28b9b6b1a849439f.js +0 -1
  205. package/dist/web/.next/static/chunks/app/my-projects/[projectKey]/page-cb6e039c958bfc2c.js +0 -1
  206. package/dist/web/.next/static/chunks/app/my-shares/page-cb6e039c958bfc2c.js +0 -1
  207. package/dist/web/.next/static/chunks/app/opengraph-image/route-28b9b6b1a849439f.js +0 -1
  208. package/dist/web/.next/static/chunks/app/page-5094c206f5c10164.js +0 -1
  209. package/dist/web/.next/static/chunks/app/projects/[id]/page-5094c206f5c10164.js +0 -1
  210. package/dist/web/.next/static/chunks/app/r/[slug]/opengraph-image/route-28b9b6b1a849439f.js +0 -1
  211. package/dist/web/.next/static/css/e3f901a57ca280a4.css +0 -3
  212. /package/dist/web/.next/static/{05arLtyVtuaMhMczmbNEQ → ZxFskpyUoxefJOzSxSb6s}/_ssgManifest.js +0 -0
package/README.md CHANGED
@@ -1,16 +1,16 @@
1
1
  # promptarc
2
2
 
3
- > Local-first viewer for AI coding agent sessions. Browse, search, and share what your agent has been doing — without uploading anything you didn't ask to.
3
+ > Local-first viewer for AI coding agent sessions. Browse, search, and share your Claude Code, Codex, and Cursor sessions — without uploading anything you didn't ask to.
4
4
 
5
5
  ```bash
6
6
  npx promptarc
7
7
  ```
8
8
 
9
- That's it. The CLI boots a dashboard at `http://localhost:3030` that reads `~/.claude/` and renders every Claude Code session as an inspectable timeline (messages, tool calls, file diffs, todos, errors, the works).
9
+ That's it. The CLI boots a dashboard at `http://localhost:3030` that reads `~/.claude/`, `~/.codex/`, and `~/.cursor/` — rendering every session from Claude Code, OpenAI Codex, and Cursor as an inspectable timeline (messages, tool calls, file diffs, todos, errors, the works).
10
10
 
11
11
  ## Features
12
12
 
13
- - **Local-first.** Reads `~/.claude/` directly. No data leaves your machine unless you explicitly click *Share*.
13
+ - **Multi-agent.** Reads `~/.claude/` (Claude Code), `~/.codex/` (Codex), and `~/.cursor/` (Cursor) in one dashboard with tabs to filter by agent.
14
14
  - **Live updates.** Open a session that's still running and the page refreshes within ~300ms of every new message Claude writes.
15
15
  - **Resume.** Lost track of which session you were on? Click any session and copy the `claude --resume <id>` command from the sidebar.
16
16
  - **Selective sharing.** Click *Share session* to upload a single session as a viewable link. Choose visibility per share: **public** (indexed), **unlisted** (anyone with the URL), or **private** (only you, default).
@@ -39,12 +39,12 @@ promptarc --help Show usage
39
39
  ## Requirements
40
40
 
41
41
  - Node.js ≥ 20
42
- - A `~/.claude/` directory (created automatically by [Claude Code](https://docs.claude.com/en/docs/claude-code))
42
+ - At least one of: `~/.claude/` (Claude Code), `~/.codex/` (Codex), or `~/.cursor/` (Cursor)
43
43
 
44
- ## License
44
+ ## Feedback
45
45
 
46
- MIT — see [LICENSE](https://github.com/telugutribe/agentreplay/blob/main/LICENSE).
46
+ [promptarc.dev/feedback](https://promptarc.dev/feedback)
47
47
 
48
- ## Source
48
+ ## License
49
49
 
50
- [github.com/telugutribe/agentreplay](https://github.com/telugutribe/agentreplay)
50
+ MIT
@@ -1 +1 @@
1
- 05arLtyVtuaMhMczmbNEQ
1
+ ZxFskpyUoxefJOzSxSb6s
@@ -5,7 +5,7 @@
5
5
  "static/chunks/d99d8e6a-80443bd3c9d31f50.js",
6
6
  "static/chunks/695-00bca043953d4170.js",
7
7
  "static/chunks/main-app-21e9441fa7ac15ef.js",
8
- "static/chunks/app/_not-found/page-28b9b6b1a849439f.js"
8
+ "static/chunks/app/_not-found/page-bd7ebde8ab75cb95.js"
9
9
  ],
10
10
  "/not-found": [
11
11
  "static/chunks/webpack-3a8b65d12c8eb987.js",
@@ -13,132 +13,149 @@
13
13
  "static/chunks/695-00bca043953d4170.js",
14
14
  "static/chunks/main-app-21e9441fa7ac15ef.js",
15
15
  "static/chunks/200-619918ea0fdbd6ff.js",
16
- "static/chunks/29-73072d523fc7c3d6.js",
17
- "static/chunks/app/not-found-9f8ca9b85ceaf296.js"
16
+ "static/chunks/29-7904810aeffd75a0.js",
17
+ "static/chunks/app/not-found-41ec674edc998616.js"
18
18
  ],
19
19
  "/layout": [
20
20
  "static/chunks/webpack-3a8b65d12c8eb987.js",
21
21
  "static/chunks/d99d8e6a-80443bd3c9d31f50.js",
22
22
  "static/chunks/695-00bca043953d4170.js",
23
23
  "static/chunks/main-app-21e9441fa7ac15ef.js",
24
- "static/css/e3f901a57ca280a4.css",
24
+ "static/css/3c4744a7426424ee.css",
25
25
  "static/chunks/app/layout-f5666b9135264807.js"
26
26
  ],
27
+ "/api/cli/init/route": [
28
+ "static/chunks/webpack-3a8b65d12c8eb987.js",
29
+ "static/chunks/d99d8e6a-80443bd3c9d31f50.js",
30
+ "static/chunks/695-00bca043953d4170.js",
31
+ "static/chunks/main-app-21e9441fa7ac15ef.js",
32
+ "static/chunks/app/api/cli/init/route-bd7ebde8ab75cb95.js"
33
+ ],
27
34
  "/api/cli/poll/route": [
28
35
  "static/chunks/webpack-3a8b65d12c8eb987.js",
29
36
  "static/chunks/d99d8e6a-80443bd3c9d31f50.js",
30
37
  "static/chunks/695-00bca043953d4170.js",
31
38
  "static/chunks/main-app-21e9441fa7ac15ef.js",
32
- "static/chunks/app/api/cli/poll/route-28b9b6b1a849439f.js"
39
+ "static/chunks/app/api/cli/poll/route-bd7ebde8ab75cb95.js"
33
40
  ],
34
- "/api/cli/init/route": [
41
+ "/api/admin/backfill-search/route": [
35
42
  "static/chunks/webpack-3a8b65d12c8eb987.js",
36
43
  "static/chunks/d99d8e6a-80443bd3c9d31f50.js",
37
44
  "static/chunks/695-00bca043953d4170.js",
38
45
  "static/chunks/main-app-21e9441fa7ac15ef.js",
39
- "static/chunks/app/api/cli/init/route-28b9b6b1a849439f.js"
46
+ "static/chunks/app/api/admin/backfill-search/route-bd7ebde8ab75cb95.js"
40
47
  ],
41
- "/api/cli/download/route": [
48
+ "/api/cli/feedback/route": [
42
49
  "static/chunks/webpack-3a8b65d12c8eb987.js",
43
50
  "static/chunks/d99d8e6a-80443bd3c9d31f50.js",
44
51
  "static/chunks/695-00bca043953d4170.js",
45
52
  "static/chunks/main-app-21e9441fa7ac15ef.js",
46
- "static/chunks/app/api/cli/download/route-28b9b6b1a849439f.js"
53
+ "static/chunks/app/api/cli/feedback/route-bd7ebde8ab75cb95.js"
47
54
  ],
48
- "/api/local/project-sessions/route": [
55
+ "/api/cli/download/route": [
49
56
  "static/chunks/webpack-3a8b65d12c8eb987.js",
50
57
  "static/chunks/d99d8e6a-80443bd3c9d31f50.js",
51
58
  "static/chunks/695-00bca043953d4170.js",
52
59
  "static/chunks/main-app-21e9441fa7ac15ef.js",
53
- "static/chunks/app/api/local/project-sessions/route-28b9b6b1a849439f.js"
60
+ "static/chunks/app/api/cli/download/route-bd7ebde8ab75cb95.js"
54
61
  ],
55
62
  "/api/cli/my-shares/route": [
56
63
  "static/chunks/webpack-3a8b65d12c8eb987.js",
57
64
  "static/chunks/d99d8e6a-80443bd3c9d31f50.js",
58
65
  "static/chunks/695-00bca043953d4170.js",
59
66
  "static/chunks/main-app-21e9441fa7ac15ef.js",
60
- "static/chunks/app/api/cli/my-shares/route-28b9b6b1a849439f.js"
67
+ "static/chunks/app/api/cli/my-shares/route-bd7ebde8ab75cb95.js"
61
68
  ],
62
- "/api/cli/sync-list/route": [
69
+ "/api/local/project-sessions/route": [
63
70
  "static/chunks/webpack-3a8b65d12c8eb987.js",
64
71
  "static/chunks/d99d8e6a-80443bd3c9d31f50.js",
65
72
  "static/chunks/695-00bca043953d4170.js",
66
73
  "static/chunks/main-app-21e9441fa7ac15ef.js",
67
- "static/chunks/app/api/cli/sync-list/route-28b9b6b1a849439f.js"
74
+ "static/chunks/app/api/local/project-sessions/route-bd7ebde8ab75cb95.js"
68
75
  ],
69
- "/api/cli/share-mutate/route": [
76
+ "/api/cli/sync-list/route": [
70
77
  "static/chunks/webpack-3a8b65d12c8eb987.js",
71
78
  "static/chunks/d99d8e6a-80443bd3c9d31f50.js",
72
79
  "static/chunks/695-00bca043953d4170.js",
73
80
  "static/chunks/main-app-21e9441fa7ac15ef.js",
74
- "static/chunks/app/api/cli/share-mutate/route-28b9b6b1a849439f.js"
81
+ "static/chunks/app/api/cli/sync-list/route-bd7ebde8ab75cb95.js"
75
82
  ],
76
- "/auth/signout/route": [
83
+ "/api/cli/share-mutate/route": [
77
84
  "static/chunks/webpack-3a8b65d12c8eb987.js",
78
85
  "static/chunks/d99d8e6a-80443bd3c9d31f50.js",
79
86
  "static/chunks/695-00bca043953d4170.js",
80
87
  "static/chunks/main-app-21e9441fa7ac15ef.js",
81
- "static/chunks/app/auth/signout/route-28b9b6b1a849439f.js"
88
+ "static/chunks/app/api/cli/share-mutate/route-bd7ebde8ab75cb95.js"
82
89
  ],
83
90
  "/api/local/watch/route": [
84
91
  "static/chunks/webpack-3a8b65d12c8eb987.js",
85
92
  "static/chunks/d99d8e6a-80443bd3c9d31f50.js",
86
93
  "static/chunks/695-00bca043953d4170.js",
87
94
  "static/chunks/main-app-21e9441fa7ac15ef.js",
88
- "static/chunks/app/api/local/watch/route-28b9b6b1a849439f.js"
95
+ "static/chunks/app/api/local/watch/route-bd7ebde8ab75cb95.js"
89
96
  ],
90
- "/api/upload/route": [
97
+ "/api/share/download/[slug]/route": [
91
98
  "static/chunks/webpack-3a8b65d12c8eb987.js",
92
99
  "static/chunks/d99d8e6a-80443bd3c9d31f50.js",
93
100
  "static/chunks/695-00bca043953d4170.js",
94
101
  "static/chunks/main-app-21e9441fa7ac15ef.js",
95
- "static/chunks/app/api/upload/route-28b9b6b1a849439f.js"
102
+ "static/chunks/app/api/share/download/[slug]/route-bd7ebde8ab75cb95.js"
96
103
  ],
97
104
  "/api/search-index/route": [
98
105
  "static/chunks/webpack-3a8b65d12c8eb987.js",
99
106
  "static/chunks/d99d8e6a-80443bd3c9d31f50.js",
100
107
  "static/chunks/695-00bca043953d4170.js",
101
108
  "static/chunks/main-app-21e9441fa7ac15ef.js",
102
- "static/chunks/app/api/search-index/route-28b9b6b1a849439f.js"
109
+ "static/chunks/app/api/search-index/route-bd7ebde8ab75cb95.js"
103
110
  ],
104
- "/auth/callback/route": [
111
+ "/auth/signout/route": [
105
112
  "static/chunks/webpack-3a8b65d12c8eb987.js",
106
113
  "static/chunks/d99d8e6a-80443bd3c9d31f50.js",
107
114
  "static/chunks/695-00bca043953d4170.js",
108
115
  "static/chunks/main-app-21e9441fa7ac15ef.js",
109
- "static/chunks/app/auth/callback/route-28b9b6b1a849439f.js"
116
+ "static/chunks/app/auth/signout/route-bd7ebde8ab75cb95.js"
117
+ ],
118
+ "/api/search/route": [
119
+ "static/chunks/webpack-3a8b65d12c8eb987.js",
120
+ "static/chunks/d99d8e6a-80443bd3c9d31f50.js",
121
+ "static/chunks/695-00bca043953d4170.js",
122
+ "static/chunks/main-app-21e9441fa7ac15ef.js",
123
+ "static/chunks/app/api/search/route-bd7ebde8ab75cb95.js"
110
124
  ],
111
125
  "/api/cli/project-settings/route": [
112
126
  "static/chunks/webpack-3a8b65d12c8eb987.js",
113
127
  "static/chunks/d99d8e6a-80443bd3c9d31f50.js",
114
128
  "static/chunks/695-00bca043953d4170.js",
115
129
  "static/chunks/main-app-21e9441fa7ac15ef.js",
116
- "static/chunks/app/api/cli/project-settings/route-28b9b6b1a849439f.js"
130
+ "static/chunks/app/api/cli/project-settings/route-bd7ebde8ab75cb95.js"
131
+ ],
132
+ "/auth/callback/route": [
133
+ "static/chunks/webpack-3a8b65d12c8eb987.js",
134
+ "static/chunks/d99d8e6a-80443bd3c9d31f50.js",
135
+ "static/chunks/695-00bca043953d4170.js",
136
+ "static/chunks/main-app-21e9441fa7ac15ef.js",
137
+ "static/chunks/app/auth/callback/route-bd7ebde8ab75cb95.js"
117
138
  ],
118
139
  "/api/share/route": [
119
140
  "static/chunks/webpack-3a8b65d12c8eb987.js",
120
141
  "static/chunks/d99d8e6a-80443bd3c9d31f50.js",
121
142
  "static/chunks/695-00bca043953d4170.js",
122
143
  "static/chunks/main-app-21e9441fa7ac15ef.js",
123
- "static/chunks/app/api/share/route-28b9b6b1a849439f.js"
144
+ "static/chunks/app/api/share/route-bd7ebde8ab75cb95.js"
124
145
  ],
125
- "/r/[slug]/opengraph-image/route": [
146
+ "/api/upload/route": [
126
147
  "static/chunks/webpack-3a8b65d12c8eb987.js",
127
148
  "static/chunks/d99d8e6a-80443bd3c9d31f50.js",
128
149
  "static/chunks/695-00bca043953d4170.js",
129
150
  "static/chunks/main-app-21e9441fa7ac15ef.js",
130
- "static/chunks/app/r/[slug]/opengraph-image/route-28b9b6b1a849439f.js"
151
+ "static/chunks/app/api/upload/route-bd7ebde8ab75cb95.js"
131
152
  ],
132
- "/cli/login/page": [
153
+ "/r/[slug]/opengraph-image/route": [
133
154
  "static/chunks/webpack-3a8b65d12c8eb987.js",
134
155
  "static/chunks/d99d8e6a-80443bd3c9d31f50.js",
135
156
  "static/chunks/695-00bca043953d4170.js",
136
157
  "static/chunks/main-app-21e9441fa7ac15ef.js",
137
- "static/chunks/552926ff-e8a371ec0133d0dc.js",
138
- "static/chunks/200-619918ea0fdbd6ff.js",
139
- "static/chunks/896-b71a0e8f1e4f2c4b.js",
140
- "static/chunks/29-73072d523fc7c3d6.js",
141
- "static/chunks/app/cli/login/page-647fd605d0fe2472.js"
158
+ "static/chunks/app/r/[slug]/opengraph-image/route-bd7ebde8ab75cb95.js"
142
159
  ],
143
160
  "/my-shares/page": [
144
161
  "static/chunks/webpack-3a8b65d12c8eb987.js",
@@ -146,8 +163,8 @@
146
163
  "static/chunks/695-00bca043953d4170.js",
147
164
  "static/chunks/main-app-21e9441fa7ac15ef.js",
148
165
  "static/chunks/200-619918ea0fdbd6ff.js",
149
- "static/chunks/29-73072d523fc7c3d6.js",
150
- "static/chunks/app/my-shares/page-cb6e039c958bfc2c.js"
166
+ "static/chunks/29-7904810aeffd75a0.js",
167
+ "static/chunks/app/my-shares/page-697d61e07a7546b2.js"
151
168
  ],
152
169
  "/my-projects/[projectKey]/page": [
153
170
  "static/chunks/webpack-3a8b65d12c8eb987.js",
@@ -155,8 +172,8 @@
155
172
  "static/chunks/695-00bca043953d4170.js",
156
173
  "static/chunks/main-app-21e9441fa7ac15ef.js",
157
174
  "static/chunks/200-619918ea0fdbd6ff.js",
158
- "static/chunks/29-73072d523fc7c3d6.js",
159
- "static/chunks/app/my-projects/[projectKey]/page-cb6e039c958bfc2c.js"
175
+ "static/chunks/29-7904810aeffd75a0.js",
176
+ "static/chunks/app/my-projects/[projectKey]/page-3a816489e5e8534b.js"
160
177
  ],
161
178
  "/my-projects/page": [
162
179
  "static/chunks/webpack-3a8b65d12c8eb987.js",
@@ -164,8 +181,17 @@
164
181
  "static/chunks/695-00bca043953d4170.js",
165
182
  "static/chunks/main-app-21e9441fa7ac15ef.js",
166
183
  "static/chunks/200-619918ea0fdbd6ff.js",
167
- "static/chunks/29-73072d523fc7c3d6.js",
168
- "static/chunks/app/my-projects/page-9f8ca9b85ceaf296.js"
184
+ "static/chunks/29-7904810aeffd75a0.js",
185
+ "static/chunks/app/my-projects/page-c88eba56cb5d0b8d.js"
186
+ ],
187
+ "/digest/page": [
188
+ "static/chunks/webpack-3a8b65d12c8eb987.js",
189
+ "static/chunks/d99d8e6a-80443bd3c9d31f50.js",
190
+ "static/chunks/695-00bca043953d4170.js",
191
+ "static/chunks/main-app-21e9441fa7ac15ef.js",
192
+ "static/chunks/200-619918ea0fdbd6ff.js",
193
+ "static/chunks/29-7904810aeffd75a0.js",
194
+ "static/chunks/app/digest/page-41ec674edc998616.js"
169
195
  ],
170
196
  "/sign-in/page": [
171
197
  "static/chunks/webpack-3a8b65d12c8eb987.js",
@@ -175,26 +201,28 @@
175
201
  "static/chunks/552926ff-e8a371ec0133d0dc.js",
176
202
  "static/chunks/200-619918ea0fdbd6ff.js",
177
203
  "static/chunks/896-b71a0e8f1e4f2c4b.js",
178
- "static/chunks/29-73072d523fc7c3d6.js",
204
+ "static/chunks/29-7904810aeffd75a0.js",
179
205
  "static/chunks/app/sign-in/page-792d0d79889186cf.js"
180
206
  ],
181
- "/r/[slug]/page": [
207
+ "/cli/login/page": [
182
208
  "static/chunks/webpack-3a8b65d12c8eb987.js",
183
209
  "static/chunks/d99d8e6a-80443bd3c9d31f50.js",
184
210
  "static/chunks/695-00bca043953d4170.js",
185
211
  "static/chunks/main-app-21e9441fa7ac15ef.js",
212
+ "static/chunks/552926ff-e8a371ec0133d0dc.js",
186
213
  "static/chunks/200-619918ea0fdbd6ff.js",
187
- "static/chunks/29-73072d523fc7c3d6.js",
188
- "static/chunks/app/r/[slug]/page-65707eb198f673a1.js"
214
+ "static/chunks/896-b71a0e8f1e4f2c4b.js",
215
+ "static/chunks/29-7904810aeffd75a0.js",
216
+ "static/chunks/app/cli/login/page-647fd605d0fe2472.js"
189
217
  ],
190
- "/page": [
218
+ "/feedback/page": [
191
219
  "static/chunks/webpack-3a8b65d12c8eb987.js",
192
220
  "static/chunks/d99d8e6a-80443bd3c9d31f50.js",
193
221
  "static/chunks/695-00bca043953d4170.js",
194
222
  "static/chunks/main-app-21e9441fa7ac15ef.js",
195
223
  "static/chunks/200-619918ea0fdbd6ff.js",
196
- "static/chunks/29-73072d523fc7c3d6.js",
197
- "static/chunks/app/page-5094c206f5c10164.js"
224
+ "static/chunks/29-7904810aeffd75a0.js",
225
+ "static/chunks/app/feedback/page-60f4d489fd598c9c.js"
198
226
  ],
199
227
  "/projects/[id]/page": [
200
228
  "static/chunks/webpack-3a8b65d12c8eb987.js",
@@ -202,8 +230,35 @@
202
230
  "static/chunks/695-00bca043953d4170.js",
203
231
  "static/chunks/main-app-21e9441fa7ac15ef.js",
204
232
  "static/chunks/200-619918ea0fdbd6ff.js",
205
- "static/chunks/29-73072d523fc7c3d6.js",
206
- "static/chunks/app/projects/[id]/page-5094c206f5c10164.js"
233
+ "static/chunks/29-7904810aeffd75a0.js",
234
+ "static/chunks/app/projects/[id]/page-faec0dc5b09bd35f.js"
235
+ ],
236
+ "/page": [
237
+ "static/chunks/webpack-3a8b65d12c8eb987.js",
238
+ "static/chunks/d99d8e6a-80443bd3c9d31f50.js",
239
+ "static/chunks/695-00bca043953d4170.js",
240
+ "static/chunks/main-app-21e9441fa7ac15ef.js",
241
+ "static/chunks/200-619918ea0fdbd6ff.js",
242
+ "static/chunks/29-7904810aeffd75a0.js",
243
+ "static/chunks/app/page-e6e80157848514e3.js"
244
+ ],
245
+ "/r/[slug]/page": [
246
+ "static/chunks/webpack-3a8b65d12c8eb987.js",
247
+ "static/chunks/d99d8e6a-80443bd3c9d31f50.js",
248
+ "static/chunks/695-00bca043953d4170.js",
249
+ "static/chunks/main-app-21e9441fa7ac15ef.js",
250
+ "static/chunks/200-619918ea0fdbd6ff.js",
251
+ "static/chunks/29-7904810aeffd75a0.js",
252
+ "static/chunks/app/r/[slug]/page-65707eb198f673a1.js"
253
+ ],
254
+ "/search/page": [
255
+ "static/chunks/webpack-3a8b65d12c8eb987.js",
256
+ "static/chunks/d99d8e6a-80443bd3c9d31f50.js",
257
+ "static/chunks/695-00bca043953d4170.js",
258
+ "static/chunks/main-app-21e9441fa7ac15ef.js",
259
+ "static/chunks/200-619918ea0fdbd6ff.js",
260
+ "static/chunks/29-7904810aeffd75a0.js",
261
+ "static/chunks/app/search/page-fc0b629efa815c64.js"
207
262
  ],
208
263
  "/sessions/[projectId]/[sessionId]/page": [
209
264
  "static/chunks/webpack-3a8b65d12c8eb987.js",
@@ -211,15 +266,15 @@
211
266
  "static/chunks/695-00bca043953d4170.js",
212
267
  "static/chunks/main-app-21e9441fa7ac15ef.js",
213
268
  "static/chunks/200-619918ea0fdbd6ff.js",
214
- "static/chunks/29-73072d523fc7c3d6.js",
215
- "static/chunks/app/sessions/[projectId]/[sessionId]/page-42e3ca6ddbc89891.js"
269
+ "static/chunks/29-7904810aeffd75a0.js",
270
+ "static/chunks/app/sessions/[projectId]/[sessionId]/page-5e70eaa0a429d94a.js"
216
271
  ],
217
272
  "/opengraph-image/route": [
218
273
  "static/chunks/webpack-3a8b65d12c8eb987.js",
219
274
  "static/chunks/d99d8e6a-80443bd3c9d31f50.js",
220
275
  "static/chunks/695-00bca043953d4170.js",
221
276
  "static/chunks/main-app-21e9441fa7ac15ef.js",
222
- "static/chunks/app/opengraph-image/route-28b9b6b1a849439f.js"
277
+ "static/chunks/app/opengraph-image/route-bd7ebde8ab75cb95.js"
223
278
  ]
224
279
  }
225
280
  }
@@ -1,28 +1,35 @@
1
1
  {
2
2
  "/_not-found/page": "/_not-found",
3
- "/api/cli/poll/route": "/api/cli/poll",
4
3
  "/api/cli/init/route": "/api/cli/init",
4
+ "/api/cli/poll/route": "/api/cli/poll",
5
+ "/api/admin/backfill-search/route": "/api/admin/backfill-search",
6
+ "/api/cli/feedback/route": "/api/cli/feedback",
5
7
  "/api/cli/download/route": "/api/cli/download",
6
- "/api/local/project-sessions/route": "/api/local/project-sessions",
7
8
  "/api/cli/my-shares/route": "/api/cli/my-shares",
9
+ "/api/local/project-sessions/route": "/api/local/project-sessions",
8
10
  "/api/cli/sync-list/route": "/api/cli/sync-list",
9
11
  "/api/cli/share-mutate/route": "/api/cli/share-mutate",
10
- "/auth/signout/route": "/auth/signout",
11
12
  "/api/local/watch/route": "/api/local/watch",
12
- "/api/upload/route": "/api/upload",
13
+ "/api/share/download/[slug]/route": "/api/share/download/[slug]",
13
14
  "/api/search-index/route": "/api/search-index",
14
- "/auth/callback/route": "/auth/callback",
15
+ "/auth/signout/route": "/auth/signout",
16
+ "/api/search/route": "/api/search",
15
17
  "/api/cli/project-settings/route": "/api/cli/project-settings",
18
+ "/auth/callback/route": "/auth/callback",
16
19
  "/api/share/route": "/api/share",
20
+ "/api/upload/route": "/api/upload",
17
21
  "/r/[slug]/opengraph-image/route": "/r/[slug]/opengraph-image",
18
- "/cli/login/page": "/cli/login",
19
22
  "/my-shares/page": "/my-shares",
20
23
  "/my-projects/[projectKey]/page": "/my-projects/[projectKey]",
21
24
  "/my-projects/page": "/my-projects",
25
+ "/digest/page": "/digest",
22
26
  "/sign-in/page": "/sign-in",
23
- "/r/[slug]/page": "/r/[slug]",
24
- "/page": "/",
27
+ "/cli/login/page": "/cli/login",
28
+ "/feedback/page": "/feedback",
25
29
  "/projects/[id]/page": "/projects/[id]",
30
+ "/page": "/",
31
+ "/r/[slug]/page": "/r/[slug]",
32
+ "/search/page": "/search",
26
33
  "/sessions/[projectId]/[sessionId]/page": "/sessions/[projectId]/[sessionId]",
27
34
  "/opengraph-image/route": "/opengraph-image"
28
35
  }
@@ -5,8 +5,8 @@
5
5
  "devFiles": [],
6
6
  "ampDevFiles": [],
7
7
  "lowPriorityFiles": [
8
- "static/05arLtyVtuaMhMczmbNEQ/_buildManifest.js",
9
- "static/05arLtyVtuaMhMczmbNEQ/_ssgManifest.js"
8
+ "static/ZxFskpyUoxefJOzSxSb6s/_buildManifest.js",
9
+ "static/ZxFskpyUoxefJOzSxSb6s/_ssgManifest.js"
10
10
  ],
11
11
  "rootMainFiles": [
12
12
  "static/chunks/webpack-3a8b65d12c8eb987.js",
@@ -295,7 +295,6 @@
295
295
  "outputFileTracingExcludes": {
296
296
  "*": [
297
297
  "**/typescript/**",
298
- "**/@swc/**",
299
298
  "**/prettier/**",
300
299
  "**/eslint/**"
301
300
  ]
@@ -19,6 +19,14 @@
19
19
  "fallback": []
20
20
  },
21
21
  "dynamicRoutes": [
22
+ {
23
+ "page": "/api/share/download/[slug]",
24
+ "regex": "^/api/share/download/([^/]+?)(?:/)?$",
25
+ "routeKeys": {
26
+ "nxtPslug": "nxtPslug"
27
+ },
28
+ "namedRegex": "^/api/share/download/(?<nxtPslug>[^/]+?)(?:/)?$"
29
+ },
22
30
  {
23
31
  "page": "/my-projects/[projectKey]",
24
32
  "regex": "^/my\\-projects/([^/]+?)(?:/)?$",
@@ -92,6 +100,18 @@
92
100
  "routeKeys": {},
93
101
  "namedRegex": "^/cli/login(?:/)?$"
94
102
  },
103
+ {
104
+ "page": "/digest",
105
+ "regex": "^/digest(?:/)?$",
106
+ "routeKeys": {},
107
+ "namedRegex": "^/digest(?:/)?$"
108
+ },
109
+ {
110
+ "page": "/feedback",
111
+ "regex": "^/feedback(?:/)?$",
112
+ "routeKeys": {},
113
+ "namedRegex": "^/feedback(?:/)?$"
114
+ },
95
115
  {
96
116
  "page": "/my-projects",
97
117
  "regex": "^/my\\-projects(?:/)?$",
@@ -110,6 +130,12 @@
110
130
  "routeKeys": {},
111
131
  "namedRegex": "^/opengraph\\-image(?:/)?$"
112
132
  },
133
+ {
134
+ "page": "/search",
135
+ "regex": "^/search(?:/)?$",
136
+ "routeKeys": {},
137
+ "namedRegex": "^/search(?:/)?$"
138
+ },
113
139
  {
114
140
  "page": "/sign-in",
115
141
  "regex": "^/sign\\-in(?:/)?$",
@@ -1,2 +1,2 @@
1
- (()=>{var a={};a.id=492,a.ids=[492],a.modules={261:a=>{"use strict";a.exports=require("next/dist/shared/lib/router/utils/app-paths")},3295:a=>{"use strict";a.exports=require("next/dist/server/app-render/after-task-async-storage.external.js")},4907:()=>{},10846:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},19121:a=>{"use strict";a.exports=require("next/dist/server/app-render/action-async-storage.external.js")},26713:a=>{"use strict";a.exports=require("next/dist/shared/lib/router/utils/is-bot")},28354:a=>{"use strict";a.exports=require("util")},29294:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-async-storage.external.js")},33873:a=>{"use strict";a.exports=require("path")},41025:a=>{"use strict";a.exports=require("next/dist/server/app-render/dynamic-access-async-storage.external.js")},63033:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},66045:(a,b,c)=>{"use strict";c.r(b),c.d(b,{GlobalError:()=>D.a,__next_app__:()=>J,handler:()=>L,pages:()=>I,routeModule:()=>K,tree:()=>H});var d=c(47658),e=c(94221),f=c(62035),g=c(79316),h=c(36238),i=c(39136),j=c(42943),k=c(46236),l=c(48258),m=c(96104),n=c(33954),o=c(31565),p=c(62397),q=c(36454),r=c(261),s=c(46117),t=c(99338),u=c(26713),v=c(23308),w=c(10477),x=c(34193),y=c(7174),z=c(47866),A=c(13214),B=c(86439),C=c(28706),D=c.n(C),E=c(28954),F=c(37107),G={};for(let a in E)0>["default","tree","pages","GlobalError","__next_app__","routeModule","handler"].indexOf(a)&&(G[a]=()=>E[a]);c.d(b,G);let H={children:["",{children:["/_not-found",{children:["__PAGE__",{},{page:[()=>Promise.resolve().then(c.bind(c,49243)),"/Users/suresh/New-Projects/agentreplay/packages/web/app/not-found.tsx"]}]},{}]},{layout:[()=>Promise.resolve().then(c.bind(c,55729)),"/Users/suresh/New-Projects/agentreplay/packages/web/app/layout.tsx"],"global-error":[()=>Promise.resolve().then(c.t.bind(c,28706,23)),"next/dist/client/components/builtin/global-error.js"],"not-found":[()=>Promise.resolve().then(c.bind(c,49243)),"/Users/suresh/New-Projects/agentreplay/packages/web/app/not-found.tsx"],forbidden:[()=>Promise.resolve().then(c.t.bind(c,25325,23)),"next/dist/client/components/builtin/forbidden.js"],unauthorized:[()=>Promise.resolve().then(c.t.bind(c,6960,23)),"next/dist/client/components/builtin/unauthorized.js"],metadata:{icon:[],apple:[],openGraph:[async a=>(await Promise.resolve().then(c.bind(c,39252))).default(a)],twitter:[],manifest:void 0}}]}.children,I=[],J={require:c,loadChunk:()=>Promise.resolve()},K=new d.AppPageRouteModule({definition:{kind:e.RouteKind.APP_PAGE,page:"/_not-found/page",pathname:"/_not-found",bundlePath:"",filename:"",appPaths:[]},userland:{loaderTree:H},distDir:".next",relativeProjectDir:""});async function L(a,b,d){var C;let G="/_not-found/page";"/index"===G&&(G="/");let M=(0,h.getRequestMeta)(a,"postponed"),N=(0,h.getRequestMeta)(a,"minimalMode"),O=await K.prepare(a,b,{srcPage:G,multiZoneDraftMode:!1});if(!O)return b.statusCode=400,b.end("Bad Request"),null==d.waitUntil||d.waitUntil.call(d,Promise.resolve()),null;let{buildId:P,query:Q,params:R,parsedUrl:S,pageIsDynamic:T,buildManifest:U,nextFontManifest:V,reactLoadableManifest:W,serverActionsManifest:X,clientReferenceManifest:Y,subresourceIntegrityManifest:Z,prerenderManifest:$,isDraftMode:_,resolvedPathname:aa,revalidateOnlyGenerated:ab,routerServerContext:ac,nextConfig:ad,interceptionRoutePatterns:ae}=O,af=S.pathname||"/",ag=(0,r.normalizeAppPath)(G),{isOnDemandRevalidate:ah}=O,ai=K.match(af,$),aj=!!$.routes[aa],ak=!!(ai||aj||$.routes[ag]),al=a.headers["user-agent"]||"",am=(0,u.getBotType)(al),an=(0,p.isHtmlBotRequest)(a),ao=(0,h.getRequestMeta)(a,"isPrefetchRSCRequest")??"1"===a.headers[t.NEXT_ROUTER_PREFETCH_HEADER],ap=(0,h.getRequestMeta)(a,"isRSCRequest")??!!a.headers[t.RSC_HEADER],aq=(0,s.getIsPossibleServerAction)(a),ar=(0,m.checkIsAppPPREnabled)(ad.experimental.ppr)&&(null==(C=$.routes[ag]??$.dynamicRoutes[ag])?void 0:C.renderingMode)==="PARTIALLY_STATIC",as=!1,at=!1,au=ar?M:void 0,av=ar&&ap&&!ao,aw=(0,h.getRequestMeta)(a,"segmentPrefetchRSCRequest"),ax=!al||(0,p.shouldServeStreamingMetadata)(al,ad.htmlLimitedBots);an&&ar&&(ak=!1,ax=!1);let ay=!0===K.isDev||!ak||"string"==typeof M||av,az=an&&ar,aA=null;_||!ak||ay||aq||au||av||(aA=aa);let aB=aA;!aB&&K.isDev&&(aB=aa),K.isDev||_||!ak||!ap||av||(0,k.d)(a.headers);let aC={...E,tree:H,pages:I,GlobalError:D(),handler:L,routeModule:K,__next_app__:J};X&&Y&&(0,o.setReferenceManifestsSingleton)({page:G,clientReferenceManifest:Y,serverActionsManifest:X,serverModuleMap:(0,q.createServerModuleMap)({serverActionsManifest:X})});let aD=a.method||"GET",aE=(0,g.getTracer)(),aF=aE.getActiveScopeSpan();try{let f=K.getVaryHeader(aa,ae);b.setHeader("Vary",f);let k=async(c,d)=>{let e=new l.NodeNextRequest(a),f=new l.NodeNextResponse(b);return K.render(e,f,d).finally(()=>{if(!c)return;c.setAttributes({"http.status_code":b.statusCode,"next.rsc":!1});let d=aE.getRootSpanAttributes();if(!d)return;if(d.get("next.span_type")!==i.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${d.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let e=d.get("next.route");if(e){let a=`${aD} ${e}`;c.setAttributes({"next.route":e,"http.route":e,"next.span_name":a}),c.updateName(a)}else c.updateName(`${aD} ${a.url}`)})},m=async({span:e,postponed:f,fallbackRouteParams:g})=>{let i={query:Q,params:R,page:ag,sharedContext:{buildId:P},serverComponentsHmrCache:(0,h.getRequestMeta)(a,"serverComponentsHmrCache"),fallbackRouteParams:g,renderOpts:{App:()=>null,Document:()=>null,pageConfig:{},ComponentMod:aC,Component:(0,j.T)(aC),params:R,routeModule:K,page:G,postponed:f,shouldWaitOnAllReady:az,serveStreamingMetadata:ax,supportsDynamicResponse:"string"==typeof f||ay,buildManifest:U,nextFontManifest:V,reactLoadableManifest:W,subresourceIntegrityManifest:Z,serverActionsManifest:X,clientReferenceManifest:Y,setIsrStatus:null==ac?void 0:ac.setIsrStatus,dir:c(33873).join(process.cwd(),K.relativeProjectDir),isDraftMode:_,isRevalidate:ak&&!f&&!av,botType:am,isOnDemandRevalidate:ah,isPossibleServerAction:aq,assetPrefix:ad.assetPrefix,nextConfigOutput:ad.output,crossOrigin:ad.crossOrigin,trailingSlash:ad.trailingSlash,previewProps:$.preview,deploymentId:ad.deploymentId,enableTainting:ad.experimental.taint,htmlLimitedBots:ad.htmlLimitedBots,devtoolSegmentExplorer:ad.experimental.devtoolSegmentExplorer,reactMaxHeadersLength:ad.reactMaxHeadersLength,multiZoneDraftMode:!1,incrementalCache:(0,h.getRequestMeta)(a,"incrementalCache"),cacheLifeProfiles:ad.experimental.cacheLife,basePath:ad.basePath,serverActions:ad.experimental.serverActions,...as?{nextExport:!0,supportsDynamicResponse:!1,isStaticGeneration:!0,isRevalidate:!0,isDebugDynamicAccesses:as}:{},experimental:{isRoutePPREnabled:ar,expireTime:ad.expireTime,staleTimes:ad.experimental.staleTimes,cacheComponents:!!ad.experimental.cacheComponents,clientSegmentCache:!!ad.experimental.clientSegmentCache,clientParamParsing:!!ad.experimental.clientParamParsing,dynamicOnHover:!!ad.experimental.dynamicOnHover,inlineCss:!!ad.experimental.inlineCss,authInterrupts:!!ad.experimental.authInterrupts,clientTraceMetadata:ad.experimental.clientTraceMetadata||[]},waitUntil:d.waitUntil,onClose:a=>{b.on("close",a)},onAfterTaskError:()=>{},onInstrumentationRequestError:(b,c,d)=>K.onRequestError(a,b,d,ac),err:(0,h.getRequestMeta)(a,"invokeError"),dev:K.isDev}},l=await k(e,i),{metadata:m}=l,{cacheControl:n,headers:o={},fetchTags:p}=m;if(p&&(o[y.NEXT_CACHE_TAGS_HEADER]=p),a.fetchMetrics=m.fetchMetrics,ak&&(null==n?void 0:n.revalidate)===0&&!K.isDev&&!ar){let a=m.staticBailoutInfo,b=Object.defineProperty(Error(`Page changed from static to dynamic at runtime ${aa}${(null==a?void 0:a.description)?`, reason: ${a.description}`:""}
2
- see more here https://nextjs.org/docs/messages/app-static-to-dynamic-error`),"__NEXT_ERROR_CODE",{value:"E132",enumerable:!1,configurable:!0});if(null==a?void 0:a.stack){let c=a.stack;b.stack=b.message+c.substring(c.indexOf("\n"))}throw b}return{value:{kind:v.CachedRouteKind.APP_PAGE,html:l,headers:o,rscData:m.flightData,postponed:m.postponed,status:m.statusCode,segmentData:m.segmentData},cacheControl:n}},o=async({hasResolved:c,previousCacheEntry:f,isRevalidating:g,span:i})=>{let j,k=!1===K.isDev,l=c||b.writableEnded;if(ah&&ab&&!f&&!N)return(null==ac?void 0:ac.render404)?await ac.render404(a,b):(b.statusCode=404,b.end("This page could not be found")),null;if(ai&&(j=(0,w.parseFallbackField)(ai.fallback)),j===w.FallbackMode.PRERENDER&&(0,u.isBot)(al)&&(!ar||an)&&(j=w.FallbackMode.BLOCKING_STATIC_RENDER),(null==f?void 0:f.isStale)===-1&&(ah=!0),ah&&(j!==w.FallbackMode.NOT_FOUND||f)&&(j=w.FallbackMode.BLOCKING_STATIC_RENDER),!N&&j!==w.FallbackMode.BLOCKING_STATIC_RENDER&&aB&&!l&&!_&&T&&(k||!aj)){let b;if((k||ai)&&j===w.FallbackMode.NOT_FOUND)throw new B.NoFallbackError;if(ar&&!ap){let c="string"==typeof(null==ai?void 0:ai.fallback)?ai.fallback:k?ag:null;if(b=await K.handleResponse({cacheKey:c,req:a,nextConfig:ad,routeKind:e.RouteKind.APP_PAGE,isFallback:!0,prerenderManifest:$,isRoutePPREnabled:ar,responseGenerator:async()=>m({span:i,postponed:void 0,fallbackRouteParams:k||at?(0,n.u)(ag):null}),waitUntil:d.waitUntil}),null===b)return null;if(b)return delete b.cacheControl,b}}let o=ah||g||!au?void 0:au;if(as&&void 0!==o)return{cacheControl:{revalidate:1,expire:void 0},value:{kind:v.CachedRouteKind.PAGES,html:x.default.EMPTY,pageData:{},headers:void 0,status:void 0}};let p=T&&ar&&((0,h.getRequestMeta)(a,"renderFallbackShell")||at)?(0,n.u)(af):null;return m({span:i,postponed:o,fallbackRouteParams:p})},p=async c=>{var f,g,i,j,k;let l,n=await K.handleResponse({cacheKey:aA,responseGenerator:a=>o({span:c,...a}),routeKind:e.RouteKind.APP_PAGE,isOnDemandRevalidate:ah,isRoutePPREnabled:ar,req:a,nextConfig:ad,prerenderManifest:$,waitUntil:d.waitUntil});if(_&&b.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate"),K.isDev&&b.setHeader("Cache-Control","no-store, must-revalidate"),!n){if(aA)throw Object.defineProperty(Error("invariant: cache entry required but not generated"),"__NEXT_ERROR_CODE",{value:"E62",enumerable:!1,configurable:!0});return null}if((null==(f=n.value)?void 0:f.kind)!==v.CachedRouteKind.APP_PAGE)throw Object.defineProperty(Error(`Invariant app-page handler received invalid cache entry ${null==(i=n.value)?void 0:i.kind}`),"__NEXT_ERROR_CODE",{value:"E707",enumerable:!1,configurable:!0});let p="string"==typeof n.value.postponed;ak&&!av&&(!p||ao)&&(N||b.setHeader("x-nextjs-cache",ah?"REVALIDATED":n.isMiss?"MISS":n.isStale?"STALE":"HIT"),b.setHeader(t.NEXT_IS_PRERENDER_HEADER,"1"));let{value:q}=n;if(au)l={revalidate:0,expire:void 0};else if(N&&ap&&!ao&&ar)l={revalidate:0,expire:void 0};else if(!K.isDev)if(_)l={revalidate:0,expire:void 0};else if(ak){if(n.cacheControl)if("number"==typeof n.cacheControl.revalidate){if(n.cacheControl.revalidate<1)throw Object.defineProperty(Error(`Invalid revalidate configuration provided: ${n.cacheControl.revalidate} < 1`),"__NEXT_ERROR_CODE",{value:"E22",enumerable:!1,configurable:!0});l={revalidate:n.cacheControl.revalidate,expire:(null==(j=n.cacheControl)?void 0:j.expire)??ad.expireTime}}else l={revalidate:y.CACHE_ONE_YEAR,expire:void 0}}else b.getHeader("Cache-Control")||(l={revalidate:0,expire:void 0});if(n.cacheControl=l,"string"==typeof aw&&(null==q?void 0:q.kind)===v.CachedRouteKind.APP_PAGE&&q.segmentData){b.setHeader(t.NEXT_DID_POSTPONE_HEADER,"2");let c=null==(k=q.headers)?void 0:k[y.NEXT_CACHE_TAGS_HEADER];N&&ak&&c&&"string"==typeof c&&b.setHeader(y.NEXT_CACHE_TAGS_HEADER,c);let d=q.segmentData.get(aw);return void 0!==d?(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:x.default.fromStatic(d,t.RSC_CONTENT_TYPE_HEADER),cacheControl:n.cacheControl}):(b.statusCode=204,(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:x.default.EMPTY,cacheControl:n.cacheControl}))}let r=(0,h.getRequestMeta)(a,"onCacheEntry");if(r&&await r({...n,value:{...n.value,kind:"PAGE"}},{url:(0,h.getRequestMeta)(a,"initURL")}))return null;if(p&&au)throw Object.defineProperty(Error("Invariant: postponed state should not be present on a resume request"),"__NEXT_ERROR_CODE",{value:"E396",enumerable:!1,configurable:!0});if(q.headers){let a={...q.headers};for(let[c,d]of(N&&ak||delete a[y.NEXT_CACHE_TAGS_HEADER],Object.entries(a)))if(void 0!==d)if(Array.isArray(d))for(let a of d)b.appendHeader(c,a);else"number"==typeof d&&(d=d.toString()),b.appendHeader(c,d)}let s=null==(g=q.headers)?void 0:g[y.NEXT_CACHE_TAGS_HEADER];if(N&&ak&&s&&"string"==typeof s&&b.setHeader(y.NEXT_CACHE_TAGS_HEADER,s),!q.status||ap&&ar||(b.statusCode=q.status),!N&&q.status&&F.RedirectStatusCode[q.status]&&ap&&(b.statusCode=200),p&&b.setHeader(t.NEXT_DID_POSTPONE_HEADER,"1"),ap&&!_){if(void 0===q.rscData){if(q.postponed)throw Object.defineProperty(Error("Invariant: Expected postponed to be undefined"),"__NEXT_ERROR_CODE",{value:"E372",enumerable:!1,configurable:!0});return(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:q.html,cacheControl:av?{revalidate:0,expire:void 0}:n.cacheControl})}return(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:x.default.fromStatic(q.rscData,t.RSC_CONTENT_TYPE_HEADER),cacheControl:n.cacheControl})}let u=q.html;if(!p||N||ap)return(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:u,cacheControl:n.cacheControl});if(as)return u.push(new ReadableStream({start(a){a.enqueue(z.ENCODED_TAGS.CLOSED.BODY_AND_HTML),a.close()}})),(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:u,cacheControl:{revalidate:0,expire:void 0}});let w=new TransformStream;return u.push(w.readable),m({span:c,postponed:q.postponed,fallbackRouteParams:null}).then(async a=>{var b,c;if(!a)throw Object.defineProperty(Error("Invariant: expected a result to be returned"),"__NEXT_ERROR_CODE",{value:"E463",enumerable:!1,configurable:!0});if((null==(b=a.value)?void 0:b.kind)!==v.CachedRouteKind.APP_PAGE)throw Object.defineProperty(Error(`Invariant: expected a page response, got ${null==(c=a.value)?void 0:c.kind}`),"__NEXT_ERROR_CODE",{value:"E305",enumerable:!1,configurable:!0});await a.value.html.pipeTo(w.writable)}).catch(a=>{w.writable.abort(a).catch(a=>{console.error("couldn't abort transformer",a)})}),(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:u,cacheControl:{revalidate:0,expire:void 0}})};if(!aF)return await aE.withPropagatedContext(a.headers,()=>aE.trace(i.BaseServerSpan.handleRequest,{spanName:`${aD} ${a.url}`,kind:g.SpanKind.SERVER,attributes:{"http.method":aD,"http.target":a.url}},p));await p(aF)}catch(b){throw b instanceof B.NoFallbackError||await K.onRequestError(a,b,{routerKind:"App Router",routePath:G,routeType:"render",revalidateReason:(0,f.c)({isRevalidate:ak,isOnDemandRevalidate:ah})},ac),b}}},67955:()=>{},86439:a=>{"use strict";a.exports=require("next/dist/shared/lib/no-fallback-error.external")}};var b=require("../../webpack-runtime.js");b.C(a);var c=b.X(0,[549,635,678,985,334],()=>b(b.s=66045));module.exports=c})();
1
+ (()=>{var a={};a.id=9492,a.ids=[9492],a.modules={261:a=>{"use strict";a.exports=require("next/dist/shared/lib/router/utils/app-paths")},3295:a=>{"use strict";a.exports=require("next/dist/server/app-render/after-task-async-storage.external.js")},4907:()=>{},10846:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},19121:a=>{"use strict";a.exports=require("next/dist/server/app-render/action-async-storage.external.js")},26713:a=>{"use strict";a.exports=require("next/dist/shared/lib/router/utils/is-bot")},28354:a=>{"use strict";a.exports=require("util")},29294:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-async-storage.external.js")},33873:a=>{"use strict";a.exports=require("path")},41025:a=>{"use strict";a.exports=require("next/dist/server/app-render/dynamic-access-async-storage.external.js")},63033:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},66045:(a,b,c)=>{"use strict";c.r(b),c.d(b,{GlobalError:()=>D.a,__next_app__:()=>J,handler:()=>L,pages:()=>I,routeModule:()=>K,tree:()=>H});var d=c(47658),e=c(94221),f=c(62035),g=c(79316),h=c(36238),i=c(39136),j=c(42943),k=c(46236),l=c(48258),m=c(96104),n=c(33954),o=c(31565),p=c(62397),q=c(36454),r=c(261),s=c(46117),t=c(99338),u=c(26713),v=c(23308),w=c(10477),x=c(34193),y=c(7174),z=c(47866),A=c(13214),B=c(86439),C=c(28706),D=c.n(C),E=c(28954),F=c(37107),G={};for(let a in E)0>["default","tree","pages","GlobalError","__next_app__","routeModule","handler"].indexOf(a)&&(G[a]=()=>E[a]);c.d(b,G);let H={children:["",{children:["/_not-found",{children:["__PAGE__",{},{page:[()=>Promise.resolve().then(c.bind(c,49243)),"/Users/suresh/New-Projects/agentreplay/packages/web/app/not-found.tsx"]}]},{}]},{layout:[()=>Promise.resolve().then(c.bind(c,55729)),"/Users/suresh/New-Projects/agentreplay/packages/web/app/layout.tsx"],"global-error":[()=>Promise.resolve().then(c.t.bind(c,28706,23)),"next/dist/client/components/builtin/global-error.js"],"not-found":[()=>Promise.resolve().then(c.bind(c,49243)),"/Users/suresh/New-Projects/agentreplay/packages/web/app/not-found.tsx"],forbidden:[()=>Promise.resolve().then(c.t.bind(c,25325,23)),"next/dist/client/components/builtin/forbidden.js"],unauthorized:[()=>Promise.resolve().then(c.t.bind(c,6960,23)),"next/dist/client/components/builtin/unauthorized.js"],metadata:{icon:[],apple:[],openGraph:[async a=>(await Promise.resolve().then(c.bind(c,39252))).default(a)],twitter:[],manifest:void 0}}]}.children,I=[],J={require:c,loadChunk:()=>Promise.resolve()},K=new d.AppPageRouteModule({definition:{kind:e.RouteKind.APP_PAGE,page:"/_not-found/page",pathname:"/_not-found",bundlePath:"",filename:"",appPaths:[]},userland:{loaderTree:H},distDir:".next",relativeProjectDir:""});async function L(a,b,d){var C;let G="/_not-found/page";"/index"===G&&(G="/");let M=(0,h.getRequestMeta)(a,"postponed"),N=(0,h.getRequestMeta)(a,"minimalMode"),O=await K.prepare(a,b,{srcPage:G,multiZoneDraftMode:!1});if(!O)return b.statusCode=400,b.end("Bad Request"),null==d.waitUntil||d.waitUntil.call(d,Promise.resolve()),null;let{buildId:P,query:Q,params:R,parsedUrl:S,pageIsDynamic:T,buildManifest:U,nextFontManifest:V,reactLoadableManifest:W,serverActionsManifest:X,clientReferenceManifest:Y,subresourceIntegrityManifest:Z,prerenderManifest:$,isDraftMode:_,resolvedPathname:aa,revalidateOnlyGenerated:ab,routerServerContext:ac,nextConfig:ad,interceptionRoutePatterns:ae}=O,af=S.pathname||"/",ag=(0,r.normalizeAppPath)(G),{isOnDemandRevalidate:ah}=O,ai=K.match(af,$),aj=!!$.routes[aa],ak=!!(ai||aj||$.routes[ag]),al=a.headers["user-agent"]||"",am=(0,u.getBotType)(al),an=(0,p.isHtmlBotRequest)(a),ao=(0,h.getRequestMeta)(a,"isPrefetchRSCRequest")??"1"===a.headers[t.NEXT_ROUTER_PREFETCH_HEADER],ap=(0,h.getRequestMeta)(a,"isRSCRequest")??!!a.headers[t.RSC_HEADER],aq=(0,s.getIsPossibleServerAction)(a),ar=(0,m.checkIsAppPPREnabled)(ad.experimental.ppr)&&(null==(C=$.routes[ag]??$.dynamicRoutes[ag])?void 0:C.renderingMode)==="PARTIALLY_STATIC",as=!1,at=!1,au=ar?M:void 0,av=ar&&ap&&!ao,aw=(0,h.getRequestMeta)(a,"segmentPrefetchRSCRequest"),ax=!al||(0,p.shouldServeStreamingMetadata)(al,ad.htmlLimitedBots);an&&ar&&(ak=!1,ax=!1);let ay=!0===K.isDev||!ak||"string"==typeof M||av,az=an&&ar,aA=null;_||!ak||ay||aq||au||av||(aA=aa);let aB=aA;!aB&&K.isDev&&(aB=aa),K.isDev||_||!ak||!ap||av||(0,k.d)(a.headers);let aC={...E,tree:H,pages:I,GlobalError:D(),handler:L,routeModule:K,__next_app__:J};X&&Y&&(0,o.setReferenceManifestsSingleton)({page:G,clientReferenceManifest:Y,serverActionsManifest:X,serverModuleMap:(0,q.createServerModuleMap)({serverActionsManifest:X})});let aD=a.method||"GET",aE=(0,g.getTracer)(),aF=aE.getActiveScopeSpan();try{let f=K.getVaryHeader(aa,ae);b.setHeader("Vary",f);let k=async(c,d)=>{let e=new l.NodeNextRequest(a),f=new l.NodeNextResponse(b);return K.render(e,f,d).finally(()=>{if(!c)return;c.setAttributes({"http.status_code":b.statusCode,"next.rsc":!1});let d=aE.getRootSpanAttributes();if(!d)return;if(d.get("next.span_type")!==i.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${d.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let e=d.get("next.route");if(e){let a=`${aD} ${e}`;c.setAttributes({"next.route":e,"http.route":e,"next.span_name":a}),c.updateName(a)}else c.updateName(`${aD} ${a.url}`)})},m=async({span:e,postponed:f,fallbackRouteParams:g})=>{let i={query:Q,params:R,page:ag,sharedContext:{buildId:P},serverComponentsHmrCache:(0,h.getRequestMeta)(a,"serverComponentsHmrCache"),fallbackRouteParams:g,renderOpts:{App:()=>null,Document:()=>null,pageConfig:{},ComponentMod:aC,Component:(0,j.T)(aC),params:R,routeModule:K,page:G,postponed:f,shouldWaitOnAllReady:az,serveStreamingMetadata:ax,supportsDynamicResponse:"string"==typeof f||ay,buildManifest:U,nextFontManifest:V,reactLoadableManifest:W,subresourceIntegrityManifest:Z,serverActionsManifest:X,clientReferenceManifest:Y,setIsrStatus:null==ac?void 0:ac.setIsrStatus,dir:c(33873).join(process.cwd(),K.relativeProjectDir),isDraftMode:_,isRevalidate:ak&&!f&&!av,botType:am,isOnDemandRevalidate:ah,isPossibleServerAction:aq,assetPrefix:ad.assetPrefix,nextConfigOutput:ad.output,crossOrigin:ad.crossOrigin,trailingSlash:ad.trailingSlash,previewProps:$.preview,deploymentId:ad.deploymentId,enableTainting:ad.experimental.taint,htmlLimitedBots:ad.htmlLimitedBots,devtoolSegmentExplorer:ad.experimental.devtoolSegmentExplorer,reactMaxHeadersLength:ad.reactMaxHeadersLength,multiZoneDraftMode:!1,incrementalCache:(0,h.getRequestMeta)(a,"incrementalCache"),cacheLifeProfiles:ad.experimental.cacheLife,basePath:ad.basePath,serverActions:ad.experimental.serverActions,...as?{nextExport:!0,supportsDynamicResponse:!1,isStaticGeneration:!0,isRevalidate:!0,isDebugDynamicAccesses:as}:{},experimental:{isRoutePPREnabled:ar,expireTime:ad.expireTime,staleTimes:ad.experimental.staleTimes,cacheComponents:!!ad.experimental.cacheComponents,clientSegmentCache:!!ad.experimental.clientSegmentCache,clientParamParsing:!!ad.experimental.clientParamParsing,dynamicOnHover:!!ad.experimental.dynamicOnHover,inlineCss:!!ad.experimental.inlineCss,authInterrupts:!!ad.experimental.authInterrupts,clientTraceMetadata:ad.experimental.clientTraceMetadata||[]},waitUntil:d.waitUntil,onClose:a=>{b.on("close",a)},onAfterTaskError:()=>{},onInstrumentationRequestError:(b,c,d)=>K.onRequestError(a,b,d,ac),err:(0,h.getRequestMeta)(a,"invokeError"),dev:K.isDev}},l=await k(e,i),{metadata:m}=l,{cacheControl:n,headers:o={},fetchTags:p}=m;if(p&&(o[y.NEXT_CACHE_TAGS_HEADER]=p),a.fetchMetrics=m.fetchMetrics,ak&&(null==n?void 0:n.revalidate)===0&&!K.isDev&&!ar){let a=m.staticBailoutInfo,b=Object.defineProperty(Error(`Page changed from static to dynamic at runtime ${aa}${(null==a?void 0:a.description)?`, reason: ${a.description}`:""}
2
+ see more here https://nextjs.org/docs/messages/app-static-to-dynamic-error`),"__NEXT_ERROR_CODE",{value:"E132",enumerable:!1,configurable:!0});if(null==a?void 0:a.stack){let c=a.stack;b.stack=b.message+c.substring(c.indexOf("\n"))}throw b}return{value:{kind:v.CachedRouteKind.APP_PAGE,html:l,headers:o,rscData:m.flightData,postponed:m.postponed,status:m.statusCode,segmentData:m.segmentData},cacheControl:n}},o=async({hasResolved:c,previousCacheEntry:f,isRevalidating:g,span:i})=>{let j,k=!1===K.isDev,l=c||b.writableEnded;if(ah&&ab&&!f&&!N)return(null==ac?void 0:ac.render404)?await ac.render404(a,b):(b.statusCode=404,b.end("This page could not be found")),null;if(ai&&(j=(0,w.parseFallbackField)(ai.fallback)),j===w.FallbackMode.PRERENDER&&(0,u.isBot)(al)&&(!ar||an)&&(j=w.FallbackMode.BLOCKING_STATIC_RENDER),(null==f?void 0:f.isStale)===-1&&(ah=!0),ah&&(j!==w.FallbackMode.NOT_FOUND||f)&&(j=w.FallbackMode.BLOCKING_STATIC_RENDER),!N&&j!==w.FallbackMode.BLOCKING_STATIC_RENDER&&aB&&!l&&!_&&T&&(k||!aj)){let b;if((k||ai)&&j===w.FallbackMode.NOT_FOUND)throw new B.NoFallbackError;if(ar&&!ap){let c="string"==typeof(null==ai?void 0:ai.fallback)?ai.fallback:k?ag:null;if(b=await K.handleResponse({cacheKey:c,req:a,nextConfig:ad,routeKind:e.RouteKind.APP_PAGE,isFallback:!0,prerenderManifest:$,isRoutePPREnabled:ar,responseGenerator:async()=>m({span:i,postponed:void 0,fallbackRouteParams:k||at?(0,n.u)(ag):null}),waitUntil:d.waitUntil}),null===b)return null;if(b)return delete b.cacheControl,b}}let o=ah||g||!au?void 0:au;if(as&&void 0!==o)return{cacheControl:{revalidate:1,expire:void 0},value:{kind:v.CachedRouteKind.PAGES,html:x.default.EMPTY,pageData:{},headers:void 0,status:void 0}};let p=T&&ar&&((0,h.getRequestMeta)(a,"renderFallbackShell")||at)?(0,n.u)(af):null;return m({span:i,postponed:o,fallbackRouteParams:p})},p=async c=>{var f,g,i,j,k;let l,n=await K.handleResponse({cacheKey:aA,responseGenerator:a=>o({span:c,...a}),routeKind:e.RouteKind.APP_PAGE,isOnDemandRevalidate:ah,isRoutePPREnabled:ar,req:a,nextConfig:ad,prerenderManifest:$,waitUntil:d.waitUntil});if(_&&b.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate"),K.isDev&&b.setHeader("Cache-Control","no-store, must-revalidate"),!n){if(aA)throw Object.defineProperty(Error("invariant: cache entry required but not generated"),"__NEXT_ERROR_CODE",{value:"E62",enumerable:!1,configurable:!0});return null}if((null==(f=n.value)?void 0:f.kind)!==v.CachedRouteKind.APP_PAGE)throw Object.defineProperty(Error(`Invariant app-page handler received invalid cache entry ${null==(i=n.value)?void 0:i.kind}`),"__NEXT_ERROR_CODE",{value:"E707",enumerable:!1,configurable:!0});let p="string"==typeof n.value.postponed;ak&&!av&&(!p||ao)&&(N||b.setHeader("x-nextjs-cache",ah?"REVALIDATED":n.isMiss?"MISS":n.isStale?"STALE":"HIT"),b.setHeader(t.NEXT_IS_PRERENDER_HEADER,"1"));let{value:q}=n;if(au)l={revalidate:0,expire:void 0};else if(N&&ap&&!ao&&ar)l={revalidate:0,expire:void 0};else if(!K.isDev)if(_)l={revalidate:0,expire:void 0};else if(ak){if(n.cacheControl)if("number"==typeof n.cacheControl.revalidate){if(n.cacheControl.revalidate<1)throw Object.defineProperty(Error(`Invalid revalidate configuration provided: ${n.cacheControl.revalidate} < 1`),"__NEXT_ERROR_CODE",{value:"E22",enumerable:!1,configurable:!0});l={revalidate:n.cacheControl.revalidate,expire:(null==(j=n.cacheControl)?void 0:j.expire)??ad.expireTime}}else l={revalidate:y.CACHE_ONE_YEAR,expire:void 0}}else b.getHeader("Cache-Control")||(l={revalidate:0,expire:void 0});if(n.cacheControl=l,"string"==typeof aw&&(null==q?void 0:q.kind)===v.CachedRouteKind.APP_PAGE&&q.segmentData){b.setHeader(t.NEXT_DID_POSTPONE_HEADER,"2");let c=null==(k=q.headers)?void 0:k[y.NEXT_CACHE_TAGS_HEADER];N&&ak&&c&&"string"==typeof c&&b.setHeader(y.NEXT_CACHE_TAGS_HEADER,c);let d=q.segmentData.get(aw);return void 0!==d?(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:x.default.fromStatic(d,t.RSC_CONTENT_TYPE_HEADER),cacheControl:n.cacheControl}):(b.statusCode=204,(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:x.default.EMPTY,cacheControl:n.cacheControl}))}let r=(0,h.getRequestMeta)(a,"onCacheEntry");if(r&&await r({...n,value:{...n.value,kind:"PAGE"}},{url:(0,h.getRequestMeta)(a,"initURL")}))return null;if(p&&au)throw Object.defineProperty(Error("Invariant: postponed state should not be present on a resume request"),"__NEXT_ERROR_CODE",{value:"E396",enumerable:!1,configurable:!0});if(q.headers){let a={...q.headers};for(let[c,d]of(N&&ak||delete a[y.NEXT_CACHE_TAGS_HEADER],Object.entries(a)))if(void 0!==d)if(Array.isArray(d))for(let a of d)b.appendHeader(c,a);else"number"==typeof d&&(d=d.toString()),b.appendHeader(c,d)}let s=null==(g=q.headers)?void 0:g[y.NEXT_CACHE_TAGS_HEADER];if(N&&ak&&s&&"string"==typeof s&&b.setHeader(y.NEXT_CACHE_TAGS_HEADER,s),!q.status||ap&&ar||(b.statusCode=q.status),!N&&q.status&&F.RedirectStatusCode[q.status]&&ap&&(b.statusCode=200),p&&b.setHeader(t.NEXT_DID_POSTPONE_HEADER,"1"),ap&&!_){if(void 0===q.rscData){if(q.postponed)throw Object.defineProperty(Error("Invariant: Expected postponed to be undefined"),"__NEXT_ERROR_CODE",{value:"E372",enumerable:!1,configurable:!0});return(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:q.html,cacheControl:av?{revalidate:0,expire:void 0}:n.cacheControl})}return(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:x.default.fromStatic(q.rscData,t.RSC_CONTENT_TYPE_HEADER),cacheControl:n.cacheControl})}let u=q.html;if(!p||N||ap)return(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:u,cacheControl:n.cacheControl});if(as)return u.push(new ReadableStream({start(a){a.enqueue(z.ENCODED_TAGS.CLOSED.BODY_AND_HTML),a.close()}})),(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:u,cacheControl:{revalidate:0,expire:void 0}});let w=new TransformStream;return u.push(w.readable),m({span:c,postponed:q.postponed,fallbackRouteParams:null}).then(async a=>{var b,c;if(!a)throw Object.defineProperty(Error("Invariant: expected a result to be returned"),"__NEXT_ERROR_CODE",{value:"E463",enumerable:!1,configurable:!0});if((null==(b=a.value)?void 0:b.kind)!==v.CachedRouteKind.APP_PAGE)throw Object.defineProperty(Error(`Invariant: expected a page response, got ${null==(c=a.value)?void 0:c.kind}`),"__NEXT_ERROR_CODE",{value:"E305",enumerable:!1,configurable:!0});await a.value.html.pipeTo(w.writable)}).catch(a=>{w.writable.abort(a).catch(a=>{console.error("couldn't abort transformer",a)})}),(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:u,cacheControl:{revalidate:0,expire:void 0}})};if(!aF)return await aE.withPropagatedContext(a.headers,()=>aE.trace(i.BaseServerSpan.handleRequest,{spanName:`${aD} ${a.url}`,kind:g.SpanKind.SERVER,attributes:{"http.method":aD,"http.target":a.url}},p));await p(aF)}catch(b){throw b instanceof B.NoFallbackError||await K.onRequestError(a,b,{routerKind:"App Router",routePath:G,routeType:"render",revalidateReason:(0,f.c)({isRevalidate:ak,isOnDemandRevalidate:ah})},ac),b}}},67955:()=>{},86439:a=>{"use strict";a.exports=require("next/dist/shared/lib/no-fallback-error.external")}};var b=require("../../webpack-runtime.js");b.C(a);var c=b.X(0,[549,3256,2678,4985,8334],()=>b(b.s=66045));module.exports=c})();