idea-manager 1.3.5 → 1.3.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (443) hide show
  1. package/.next/BUILD_ID +1 -1
  2. package/.next/app-path-routes-manifest.json +5 -5
  3. package/.next/build-manifest.json +13 -13
  4. package/.next/next-minimal-server.js.nft.json +1 -1
  5. package/.next/next-server.js.nft.json +1 -1
  6. package/.next/prerender-manifest.json +3 -3
  7. package/.next/required-server-files.js +2 -0
  8. package/.next/required-server-files.json +2 -0
  9. package/.next/server/app/_global-error/page.js +3 -10
  10. package/.next/server/app/_global-error/page.js.nft.json +1 -1
  11. package/.next/server/app/_global-error/page_client-reference-manifest.js +1 -2
  12. package/.next/server/app/_global-error.html +2 -2
  13. package/.next/server/app/_global-error.meta +2 -1
  14. package/.next/server/app/_global-error.rsc +7 -7
  15. package/.next/server/app/_global-error.segments/_full.segment.rsc +7 -7
  16. package/.next/server/app/_global-error.segments/{__PAGE__.segment.rsc → _global-error/__PAGE__.segment.rsc} +2 -2
  17. package/.next/server/app/_global-error.segments/_global-error.segment.rsc +4 -0
  18. package/.next/server/app/_global-error.segments/_head.segment.rsc +3 -3
  19. package/.next/server/app/_global-error.segments/_index.segment.rsc +3 -3
  20. package/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  21. package/.next/server/app/_not-found/page.js +6 -13
  22. package/.next/server/app/_not-found/page.js.nft.json +1 -1
  23. package/.next/server/app/_not-found/page_client-reference-manifest.js +1 -2
  24. package/.next/server/app/_not-found.html +2 -2
  25. package/.next/server/app/_not-found.rsc +11 -9
  26. package/.next/server/app/_not-found.segments/_full.segment.rsc +11 -9
  27. package/.next/server/app/_not-found.segments/_head.segment.rsc +4 -4
  28. package/.next/server/app/_not-found.segments/_index.segment.rsc +4 -4
  29. package/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +2 -2
  30. package/.next/server/app/_not-found.segments/_not-found.segment.rsc +3 -3
  31. package/.next/server/app/_not-found.segments/_tree.segment.rsc +4 -2
  32. package/.next/server/app/api/archive/route.js +83 -6
  33. package/.next/server/app/api/archive/route.js.nft.json +1 -1
  34. package/.next/server/app/api/archive/route_client-reference-manifest.js +1 -2
  35. package/.next/server/app/api/filesystem/route.js +1 -6
  36. package/.next/server/app/api/filesystem/route.js.nft.json +1 -1
  37. package/.next/server/app/api/filesystem/route_client-reference-manifest.js +1 -2
  38. package/.next/server/app/api/filesystem/tree/route.js +1 -6
  39. package/.next/server/app/api/filesystem/tree/route.js.nft.json +1 -1
  40. package/.next/server/app/api/filesystem/tree/route_client-reference-manifest.js +1 -2
  41. package/.next/server/app/api/global-memo/route.js +77 -6
  42. package/.next/server/app/api/global-memo/route.js.nft.json +1 -1
  43. package/.next/server/app/api/global-memo/route_client-reference-manifest.js +1 -2
  44. package/.next/server/app/api/health/route.js +1 -6
  45. package/.next/server/app/api/health/route.js.nft.json +1 -1
  46. package/.next/server/app/api/health/route_client-reference-manifest.js +1 -2
  47. package/.next/server/app/api/projects/[id]/apply-distribute/route.js +97 -6
  48. package/.next/server/app/api/projects/[id]/apply-distribute/route.js.nft.json +1 -1
  49. package/.next/server/app/api/projects/[id]/apply-distribute/route_client-reference-manifest.js +1 -2
  50. package/.next/server/app/api/projects/[id]/auto-distribute/route.js +45 -6
  51. package/.next/server/app/api/projects/[id]/auto-distribute/route.js.nft.json +1 -1
  52. package/.next/server/app/api/projects/[id]/auto-distribute/route_client-reference-manifest.js +1 -2
  53. package/.next/server/app/api/projects/[id]/brainstorm/route.js +77 -6
  54. package/.next/server/app/api/projects/[id]/brainstorm/route.js.nft.json +1 -1
  55. package/.next/server/app/api/projects/[id]/brainstorm/route_client-reference-manifest.js +1 -2
  56. package/.next/server/app/api/projects/[id]/git-sync/route.js +77 -6
  57. package/.next/server/app/api/projects/[id]/git-sync/route.js.nft.json +1 -1
  58. package/.next/server/app/api/projects/[id]/git-sync/route_client-reference-manifest.js +1 -2
  59. package/.next/server/app/api/projects/[id]/route.js +77 -6
  60. package/.next/server/app/api/projects/[id]/route.js.nft.json +1 -1
  61. package/.next/server/app/api/projects/[id]/route_client-reference-manifest.js +1 -2
  62. package/.next/server/app/api/projects/[id]/sub-projects/[subId]/route.js +91 -6
  63. package/.next/server/app/api/projects/[id]/sub-projects/[subId]/route.js.nft.json +1 -1
  64. package/.next/server/app/api/projects/[id]/sub-projects/[subId]/route_client-reference-manifest.js +1 -2
  65. package/.next/server/app/api/projects/[id]/sub-projects/[subId]/tasks/[taskId]/chat/route.js +22 -6
  66. package/.next/server/app/api/projects/[id]/sub-projects/[subId]/tasks/[taskId]/chat/route.js.nft.json +1 -1
  67. package/.next/server/app/api/projects/[id]/sub-projects/[subId]/tasks/[taskId]/chat/route_client-reference-manifest.js +1 -2
  68. package/.next/server/app/api/projects/[id]/sub-projects/[subId]/tasks/[taskId]/prompt/route.js +77 -6
  69. package/.next/server/app/api/projects/[id]/sub-projects/[subId]/tasks/[taskId]/prompt/route.js.nft.json +1 -1
  70. package/.next/server/app/api/projects/[id]/sub-projects/[subId]/tasks/[taskId]/prompt/route_client-reference-manifest.js +1 -2
  71. package/.next/server/app/api/projects/[id]/sub-projects/[subId]/tasks/[taskId]/route.js +83 -6
  72. package/.next/server/app/api/projects/[id]/sub-projects/[subId]/tasks/[taskId]/route.js.nft.json +1 -1
  73. package/.next/server/app/api/projects/[id]/sub-projects/[subId]/tasks/[taskId]/route_client-reference-manifest.js +1 -2
  74. package/.next/server/app/api/projects/[id]/sub-projects/[subId]/tasks/route.js +83 -6
  75. package/.next/server/app/api/projects/[id]/sub-projects/[subId]/tasks/route.js.nft.json +1 -1
  76. package/.next/server/app/api/projects/[id]/sub-projects/[subId]/tasks/route_client-reference-manifest.js +1 -2
  77. package/.next/server/app/api/projects/[id]/sub-projects/route.js +91 -6
  78. package/.next/server/app/api/projects/[id]/sub-projects/route.js.nft.json +1 -1
  79. package/.next/server/app/api/projects/[id]/sub-projects/route_client-reference-manifest.js +1 -2
  80. package/.next/server/app/api/projects/route.js +77 -6
  81. package/.next/server/app/api/projects/route.js.nft.json +1 -1
  82. package/.next/server/app/api/projects/route_client-reference-manifest.js +1 -2
  83. package/.next/server/app/api/sync/route.js +77 -7
  84. package/.next/server/app/api/sync/route.js.nft.json +1 -1
  85. package/.next/server/app/api/sync/route_client-reference-manifest.js +1 -2
  86. package/.next/server/app/index.html +2 -2
  87. package/.next/server/app/index.rsc +13 -13
  88. package/.next/server/app/index.segments/__PAGE__.segment.rsc +4 -4
  89. package/.next/server/app/index.segments/_full.segment.rsc +13 -13
  90. package/.next/server/app/index.segments/_head.segment.rsc +4 -4
  91. package/.next/server/app/index.segments/_index.segment.rsc +4 -4
  92. package/.next/server/app/index.segments/_tree.segment.rsc +4 -4
  93. package/.next/server/app/page.js +23 -15
  94. package/.next/server/app/page.js.nft.json +1 -1
  95. package/.next/server/app/page_client-reference-manifest.js +1 -2
  96. package/.next/server/app/projects/[id]/page.js +6 -15
  97. package/.next/server/app/projects/[id]/page.js.nft.json +1 -1
  98. package/.next/server/app/projects/[id]/page_client-reference-manifest.js +1 -2
  99. package/.next/server/app-paths-manifest.json +5 -5
  100. package/.next/server/chunks/445.js +22 -0
  101. package/.next/server/chunks/471.js +13 -0
  102. package/.next/server/chunks/482.js +1 -0
  103. package/.next/server/chunks/806.js +77 -0
  104. package/.next/server/chunks/813.js +1 -0
  105. package/.next/server/middleware-build-manifest.js +1 -21
  106. package/.next/server/middleware-manifest.json +2 -2
  107. package/.next/server/middleware-react-loadable-manifest.js +1 -0
  108. package/.next/server/next-font-manifest.js +1 -1
  109. package/.next/server/next-font-manifest.json +1 -19
  110. package/.next/server/pages/404.html +2 -2
  111. package/.next/server/pages/500.html +2 -2
  112. package/.next/server/server-reference-manifest.js +1 -1
  113. package/.next/server/server-reference-manifest.json +1 -5
  114. package/.next/server/webpack-runtime.js +1 -0
  115. package/.next/static/chunks/151-332d463cd8bd4db6.js +1 -0
  116. package/.next/static/chunks/4bd1b696-096d35a2bd1da3af.js +1 -0
  117. package/.next/static/chunks/794-37dad9bbc14b04b8.js +2 -0
  118. package/.next/static/chunks/app/_global-error/page-fd75b71b49e9729e.js +1 -0
  119. package/.next/static/chunks/app/_not-found/page-abee8833f317bce2.js +1 -0
  120. package/.next/static/chunks/app/api/archive/route-fd75b71b49e9729e.js +1 -0
  121. package/.next/static/chunks/app/api/filesystem/route-fd75b71b49e9729e.js +1 -0
  122. package/.next/static/chunks/app/api/filesystem/tree/route-fd75b71b49e9729e.js +1 -0
  123. package/.next/static/chunks/app/api/global-memo/route-fd75b71b49e9729e.js +1 -0
  124. package/.next/static/chunks/app/api/health/route-fd75b71b49e9729e.js +1 -0
  125. package/.next/static/chunks/app/api/projects/[id]/apply-distribute/route-fd75b71b49e9729e.js +1 -0
  126. package/.next/static/chunks/app/api/projects/[id]/auto-distribute/route-fd75b71b49e9729e.js +1 -0
  127. package/.next/static/chunks/app/api/projects/[id]/brainstorm/route-fd75b71b49e9729e.js +1 -0
  128. package/.next/static/chunks/app/api/projects/[id]/git-sync/route-fd75b71b49e9729e.js +1 -0
  129. package/.next/static/chunks/app/api/projects/[id]/route-fd75b71b49e9729e.js +1 -0
  130. package/.next/static/chunks/app/api/projects/[id]/sub-projects/[subId]/route-fd75b71b49e9729e.js +1 -0
  131. package/.next/static/chunks/app/api/projects/[id]/sub-projects/[subId]/tasks/[taskId]/chat/route-fd75b71b49e9729e.js +1 -0
  132. package/.next/static/chunks/app/api/projects/[id]/sub-projects/[subId]/tasks/[taskId]/prompt/route-fd75b71b49e9729e.js +1 -0
  133. package/.next/static/chunks/app/api/projects/[id]/sub-projects/[subId]/tasks/[taskId]/route-fd75b71b49e9729e.js +1 -0
  134. package/.next/static/chunks/app/api/projects/[id]/sub-projects/[subId]/tasks/route-fd75b71b49e9729e.js +1 -0
  135. package/.next/static/chunks/app/api/projects/[id]/sub-projects/route-fd75b71b49e9729e.js +1 -0
  136. package/.next/static/chunks/app/api/projects/route-fd75b71b49e9729e.js +1 -0
  137. package/.next/static/chunks/app/api/sync/route-fd75b71b49e9729e.js +1 -0
  138. package/.next/static/chunks/app/layout-52917f6c941a9818.js +1 -0
  139. package/.next/static/chunks/app/page-6bd6387a28d57acb.js +18 -0
  140. package/.next/static/chunks/app/projects/[id]/page-822db6c758e612c4.js +1 -0
  141. package/.next/static/chunks/framework-75892d61b920805f.js +1 -0
  142. package/.next/static/chunks/main-app-35159df8e1c56fc3.js +1 -0
  143. package/.next/static/chunks/main-f1d55fffd3cc9809.js +5 -0
  144. package/.next/static/chunks/next/dist/client/components/builtin/app-error-fd75b71b49e9729e.js +1 -0
  145. package/.next/static/chunks/next/dist/client/components/builtin/forbidden-fd75b71b49e9729e.js +1 -0
  146. package/.next/static/chunks/next/dist/client/components/builtin/global-error-25a0b2af2b25843d.js +1 -0
  147. package/.next/static/chunks/next/dist/client/components/builtin/not-found-fd75b71b49e9729e.js +1 -0
  148. package/.next/static/chunks/next/dist/client/components/builtin/unauthorized-fd75b71b49e9729e.js +1 -0
  149. package/.next/static/chunks/webpack-046a553649a22885.js +1 -0
  150. package/.next/static/css/cd2b29b661e5554a.css +3 -0
  151. package/.next/static/pg-uaAz_0WfqjOVXsPpiN/_buildManifest.js +1 -0
  152. package/.next/trace +3 -1
  153. package/.next/trace-build +1 -1
  154. package/.next/types/app/api/archive/route.ts +350 -0
  155. package/.next/types/app/api/filesystem/route.ts +350 -0
  156. package/.next/types/app/api/filesystem/tree/route.ts +350 -0
  157. package/.next/types/app/api/global-memo/route.ts +350 -0
  158. package/.next/types/app/api/health/route.ts +350 -0
  159. package/.next/types/app/api/projects/[id]/apply-distribute/route.ts +350 -0
  160. package/.next/types/app/api/projects/[id]/auto-distribute/route.ts +350 -0
  161. package/.next/types/app/api/projects/[id]/brainstorm/route.ts +350 -0
  162. package/.next/types/app/api/projects/[id]/git-sync/route.ts +350 -0
  163. package/.next/types/app/api/projects/[id]/route.ts +350 -0
  164. package/.next/types/app/api/projects/[id]/sub-projects/[subId]/route.ts +350 -0
  165. package/.next/types/app/api/projects/[id]/sub-projects/[subId]/tasks/[taskId]/chat/route.ts +350 -0
  166. package/.next/types/app/api/projects/[id]/sub-projects/[subId]/tasks/[taskId]/prompt/route.ts +350 -0
  167. package/.next/types/app/api/projects/[id]/sub-projects/[subId]/tasks/[taskId]/route.ts +350 -0
  168. package/.next/types/app/api/projects/[id]/sub-projects/[subId]/tasks/route.ts +350 -0
  169. package/.next/types/app/api/projects/[id]/sub-projects/route.ts +350 -0
  170. package/.next/types/app/api/projects/route.ts +350 -0
  171. package/.next/types/app/api/sync/route.ts +350 -0
  172. package/.next/types/app/layout.ts +86 -0
  173. package/.next/types/app/page.ts +86 -0
  174. package/.next/types/app/projects/[id]/page.ts +86 -0
  175. package/.next/types/package.json +1 -0
  176. package/package.json +2 -2
  177. package/.next/build/chunks/[root-of-the-server]__51225daf._.js +0 -206
  178. package/.next/build/chunks/[root-of-the-server]__51225daf._.js.map +0 -8
  179. package/.next/build/chunks/[root-of-the-server]__974941ed._.js +0 -500
  180. package/.next/build/chunks/[root-of-the-server]__974941ed._.js.map +0 -11
  181. package/.next/build/chunks/[turbopack-node]_transforms_postcss_ts_6920245c._.js +0 -13
  182. package/.next/build/chunks/[turbopack-node]_transforms_postcss_ts_6920245c._.js.map +0 -5
  183. package/.next/build/chunks/[turbopack]_runtime.js +0 -795
  184. package/.next/build/chunks/[turbopack]_runtime.js.map +0 -10
  185. package/.next/build/chunks/node_modules_2d7da256._.js +0 -6765
  186. package/.next/build/chunks/node_modules_2d7da256._.js.map +0 -47
  187. package/.next/build/package.json +0 -1
  188. package/.next/build/postcss.js +0 -6
  189. package/.next/build/postcss.js.map +0 -5
  190. package/.next/fallback-build-manifest.json +0 -12
  191. package/.next/server/app/_global-error/page/app-paths-manifest.json +0 -3
  192. package/.next/server/app/_global-error/page/build-manifest.json +0 -17
  193. package/.next/server/app/_global-error/page/next-font-manifest.json +0 -6
  194. package/.next/server/app/_global-error/page/server-reference-manifest.json +0 -4
  195. package/.next/server/app/_global-error/page.js.map +0 -5
  196. package/.next/server/app/_not-found/page/app-paths-manifest.json +0 -3
  197. package/.next/server/app/_not-found/page/build-manifest.json +0 -17
  198. package/.next/server/app/_not-found/page/next-font-manifest.json +0 -11
  199. package/.next/server/app/_not-found/page/react-loadable-manifest.json +0 -1
  200. package/.next/server/app/_not-found/page/server-reference-manifest.json +0 -4
  201. package/.next/server/app/_not-found/page.js.map +0 -5
  202. package/.next/server/app/api/archive/route/app-paths-manifest.json +0 -3
  203. package/.next/server/app/api/archive/route/build-manifest.json +0 -11
  204. package/.next/server/app/api/archive/route/server-reference-manifest.json +0 -4
  205. package/.next/server/app/api/archive/route.js.map +0 -5
  206. package/.next/server/app/api/filesystem/route/app-paths-manifest.json +0 -3
  207. package/.next/server/app/api/filesystem/route/build-manifest.json +0 -11
  208. package/.next/server/app/api/filesystem/route/server-reference-manifest.json +0 -4
  209. package/.next/server/app/api/filesystem/route.js.map +0 -5
  210. package/.next/server/app/api/filesystem/tree/route/app-paths-manifest.json +0 -3
  211. package/.next/server/app/api/filesystem/tree/route/build-manifest.json +0 -11
  212. package/.next/server/app/api/filesystem/tree/route/server-reference-manifest.json +0 -4
  213. package/.next/server/app/api/filesystem/tree/route.js.map +0 -5
  214. package/.next/server/app/api/global-memo/route/app-paths-manifest.json +0 -3
  215. package/.next/server/app/api/global-memo/route/build-manifest.json +0 -11
  216. package/.next/server/app/api/global-memo/route/server-reference-manifest.json +0 -4
  217. package/.next/server/app/api/global-memo/route.js.map +0 -5
  218. package/.next/server/app/api/health/route/app-paths-manifest.json +0 -3
  219. package/.next/server/app/api/health/route/build-manifest.json +0 -11
  220. package/.next/server/app/api/health/route/server-reference-manifest.json +0 -4
  221. package/.next/server/app/api/health/route.js.map +0 -5
  222. package/.next/server/app/api/projects/[id]/apply-distribute/route/app-paths-manifest.json +0 -3
  223. package/.next/server/app/api/projects/[id]/apply-distribute/route/build-manifest.json +0 -11
  224. package/.next/server/app/api/projects/[id]/apply-distribute/route/server-reference-manifest.json +0 -4
  225. package/.next/server/app/api/projects/[id]/apply-distribute/route.js.map +0 -5
  226. package/.next/server/app/api/projects/[id]/auto-distribute/route/app-paths-manifest.json +0 -3
  227. package/.next/server/app/api/projects/[id]/auto-distribute/route/build-manifest.json +0 -11
  228. package/.next/server/app/api/projects/[id]/auto-distribute/route/server-reference-manifest.json +0 -4
  229. package/.next/server/app/api/projects/[id]/auto-distribute/route.js.map +0 -5
  230. package/.next/server/app/api/projects/[id]/brainstorm/route/app-paths-manifest.json +0 -3
  231. package/.next/server/app/api/projects/[id]/brainstorm/route/build-manifest.json +0 -11
  232. package/.next/server/app/api/projects/[id]/brainstorm/route/server-reference-manifest.json +0 -4
  233. package/.next/server/app/api/projects/[id]/brainstorm/route.js.map +0 -5
  234. package/.next/server/app/api/projects/[id]/git-sync/route/app-paths-manifest.json +0 -3
  235. package/.next/server/app/api/projects/[id]/git-sync/route/build-manifest.json +0 -11
  236. package/.next/server/app/api/projects/[id]/git-sync/route/server-reference-manifest.json +0 -4
  237. package/.next/server/app/api/projects/[id]/git-sync/route.js.map +0 -5
  238. package/.next/server/app/api/projects/[id]/route/app-paths-manifest.json +0 -3
  239. package/.next/server/app/api/projects/[id]/route/build-manifest.json +0 -11
  240. package/.next/server/app/api/projects/[id]/route/server-reference-manifest.json +0 -4
  241. package/.next/server/app/api/projects/[id]/route.js.map +0 -5
  242. package/.next/server/app/api/projects/[id]/sub-projects/[subId]/route/app-paths-manifest.json +0 -3
  243. package/.next/server/app/api/projects/[id]/sub-projects/[subId]/route/build-manifest.json +0 -11
  244. package/.next/server/app/api/projects/[id]/sub-projects/[subId]/route/server-reference-manifest.json +0 -4
  245. package/.next/server/app/api/projects/[id]/sub-projects/[subId]/route.js.map +0 -5
  246. package/.next/server/app/api/projects/[id]/sub-projects/[subId]/tasks/[taskId]/chat/route/app-paths-manifest.json +0 -3
  247. package/.next/server/app/api/projects/[id]/sub-projects/[subId]/tasks/[taskId]/chat/route/build-manifest.json +0 -11
  248. package/.next/server/app/api/projects/[id]/sub-projects/[subId]/tasks/[taskId]/chat/route/server-reference-manifest.json +0 -4
  249. package/.next/server/app/api/projects/[id]/sub-projects/[subId]/tasks/[taskId]/chat/route.js.map +0 -5
  250. package/.next/server/app/api/projects/[id]/sub-projects/[subId]/tasks/[taskId]/prompt/route/app-paths-manifest.json +0 -3
  251. package/.next/server/app/api/projects/[id]/sub-projects/[subId]/tasks/[taskId]/prompt/route/build-manifest.json +0 -11
  252. package/.next/server/app/api/projects/[id]/sub-projects/[subId]/tasks/[taskId]/prompt/route/server-reference-manifest.json +0 -4
  253. package/.next/server/app/api/projects/[id]/sub-projects/[subId]/tasks/[taskId]/prompt/route.js.map +0 -5
  254. package/.next/server/app/api/projects/[id]/sub-projects/[subId]/tasks/[taskId]/route/app-paths-manifest.json +0 -3
  255. package/.next/server/app/api/projects/[id]/sub-projects/[subId]/tasks/[taskId]/route/build-manifest.json +0 -11
  256. package/.next/server/app/api/projects/[id]/sub-projects/[subId]/tasks/[taskId]/route/server-reference-manifest.json +0 -4
  257. package/.next/server/app/api/projects/[id]/sub-projects/[subId]/tasks/[taskId]/route.js.map +0 -5
  258. package/.next/server/app/api/projects/[id]/sub-projects/[subId]/tasks/route/app-paths-manifest.json +0 -3
  259. package/.next/server/app/api/projects/[id]/sub-projects/[subId]/tasks/route/build-manifest.json +0 -11
  260. package/.next/server/app/api/projects/[id]/sub-projects/[subId]/tasks/route/server-reference-manifest.json +0 -4
  261. package/.next/server/app/api/projects/[id]/sub-projects/[subId]/tasks/route.js.map +0 -5
  262. package/.next/server/app/api/projects/[id]/sub-projects/route/app-paths-manifest.json +0 -3
  263. package/.next/server/app/api/projects/[id]/sub-projects/route/build-manifest.json +0 -11
  264. package/.next/server/app/api/projects/[id]/sub-projects/route/server-reference-manifest.json +0 -4
  265. package/.next/server/app/api/projects/[id]/sub-projects/route.js.map +0 -5
  266. package/.next/server/app/api/projects/route/app-paths-manifest.json +0 -3
  267. package/.next/server/app/api/projects/route/build-manifest.json +0 -11
  268. package/.next/server/app/api/projects/route/server-reference-manifest.json +0 -4
  269. package/.next/server/app/api/projects/route.js.map +0 -5
  270. package/.next/server/app/api/sync/route/app-paths-manifest.json +0 -3
  271. package/.next/server/app/api/sync/route/build-manifest.json +0 -11
  272. package/.next/server/app/api/sync/route/server-reference-manifest.json +0 -4
  273. package/.next/server/app/api/sync/route.js.map +0 -5
  274. package/.next/server/app/page/app-paths-manifest.json +0 -3
  275. package/.next/server/app/page/build-manifest.json +0 -17
  276. package/.next/server/app/page/next-font-manifest.json +0 -11
  277. package/.next/server/app/page/react-loadable-manifest.json +0 -1
  278. package/.next/server/app/page/server-reference-manifest.json +0 -4
  279. package/.next/server/app/page.js.map +0 -5
  280. package/.next/server/app/projects/[id]/page/app-paths-manifest.json +0 -3
  281. package/.next/server/app/projects/[id]/page/build-manifest.json +0 -17
  282. package/.next/server/app/projects/[id]/page/next-font-manifest.json +0 -11
  283. package/.next/server/app/projects/[id]/page/react-loadable-manifest.json +0 -1
  284. package/.next/server/app/projects/[id]/page/server-reference-manifest.json +0 -4
  285. package/.next/server/app/projects/[id]/page.js.map +0 -5
  286. package/.next/server/chunks/1a58a_projects_[id]_sub-projects_[subId]_tasks_[taskId]_chat_route_actions_1be27c01.js +0 -3
  287. package/.next/server/chunks/1a58a_projects_[id]_sub-projects_[subId]_tasks_[taskId]_chat_route_actions_1be27c01.js.map +0 -1
  288. package/.next/server/chunks/1a58a_projects_[id]_sub-projects_[subId]_tasks_[taskId]_prompt_route_actions_5ee3e100.js +0 -3
  289. package/.next/server/chunks/1a58a_projects_[id]_sub-projects_[subId]_tasks_[taskId]_prompt_route_actions_5ee3e100.js.map +0 -1
  290. package/.next/server/chunks/3e585_api_projects_[id]_sub-projects_[subId]_tasks_[taskId]_route_actions_47f36e9b.js +0 -3
  291. package/.next/server/chunks/3e585_api_projects_[id]_sub-projects_[subId]_tasks_[taskId]_route_actions_47f36e9b.js.map +0 -1
  292. package/.next/server/chunks/[root-of-the-server]__2a52210d._.js +0 -100
  293. package/.next/server/chunks/[root-of-the-server]__2a52210d._.js.map +0 -1
  294. package/.next/server/chunks/[root-of-the-server]__34701b49._.js +0 -79
  295. package/.next/server/chunks/[root-of-the-server]__34701b49._.js.map +0 -1
  296. package/.next/server/chunks/[root-of-the-server]__3b497ee5._.js +0 -79
  297. package/.next/server/chunks/[root-of-the-server]__3b497ee5._.js.map +0 -1
  298. package/.next/server/chunks/[root-of-the-server]__496e96d0._.js +0 -79
  299. package/.next/server/chunks/[root-of-the-server]__496e96d0._.js.map +0 -1
  300. package/.next/server/chunks/[root-of-the-server]__5d7dc5dc._.js +0 -85
  301. package/.next/server/chunks/[root-of-the-server]__5d7dc5dc._.js.map +0 -1
  302. package/.next/server/chunks/[root-of-the-server]__65ee5804._.js +0 -3
  303. package/.next/server/chunks/[root-of-the-server]__65ee5804._.js.map +0 -1
  304. package/.next/server/chunks/[root-of-the-server]__78ead139._.js +0 -3
  305. package/.next/server/chunks/[root-of-the-server]__78ead139._.js.map +0 -1
  306. package/.next/server/chunks/[root-of-the-server]__7f22619d._.js +0 -79
  307. package/.next/server/chunks/[root-of-the-server]__7f22619d._.js.map +0 -1
  308. package/.next/server/chunks/[root-of-the-server]__894e451b._.js +0 -3
  309. package/.next/server/chunks/[root-of-the-server]__894e451b._.js.map +0 -1
  310. package/.next/server/chunks/[root-of-the-server]__8e7eb129._.js +0 -79
  311. package/.next/server/chunks/[root-of-the-server]__8e7eb129._.js.map +0 -1
  312. package/.next/server/chunks/[root-of-the-server]__b6f77030._.js +0 -85
  313. package/.next/server/chunks/[root-of-the-server]__b6f77030._.js.map +0 -1
  314. package/.next/server/chunks/[root-of-the-server]__bb8ddf02._.js +0 -85
  315. package/.next/server/chunks/[root-of-the-server]__bb8ddf02._.js.map +0 -1
  316. package/.next/server/chunks/[root-of-the-server]__c451a819._.js +0 -93
  317. package/.next/server/chunks/[root-of-the-server]__c451a819._.js.map +0 -1
  318. package/.next/server/chunks/[root-of-the-server]__c9875abe._.js +0 -123
  319. package/.next/server/chunks/[root-of-the-server]__c9875abe._.js.map +0 -1
  320. package/.next/server/chunks/[root-of-the-server]__d66bf38b._.js +0 -79
  321. package/.next/server/chunks/[root-of-the-server]__d66bf38b._.js.map +0 -1
  322. package/.next/server/chunks/[root-of-the-server]__eb0e8539._.js +0 -79
  323. package/.next/server/chunks/[root-of-the-server]__eb0e8539._.js.map +0 -1
  324. package/.next/server/chunks/[root-of-the-server]__f408c708._.js +0 -21
  325. package/.next/server/chunks/[root-of-the-server]__f408c708._.js.map +0 -1
  326. package/.next/server/chunks/[root-of-the-server]__fbbecda7._.js +0 -93
  327. package/.next/server/chunks/[root-of-the-server]__fbbecda7._.js.map +0 -1
  328. package/.next/server/chunks/[root-of-the-server]__fd0f0b60._.js +0 -99
  329. package/.next/server/chunks/[root-of-the-server]__fd0f0b60._.js.map +0 -1
  330. package/.next/server/chunks/[turbopack]_runtime.js +0 -795
  331. package/.next/server/chunks/[turbopack]_runtime.js.map +0 -10
  332. package/.next/server/chunks/_next-internal_server_app_api_archive_route_actions_f5db166b.js +0 -3
  333. package/.next/server/chunks/_next-internal_server_app_api_archive_route_actions_f5db166b.js.map +0 -1
  334. package/.next/server/chunks/_next-internal_server_app_api_filesystem_route_actions_4d8f988e.js +0 -3
  335. package/.next/server/chunks/_next-internal_server_app_api_filesystem_route_actions_4d8f988e.js.map +0 -1
  336. package/.next/server/chunks/_next-internal_server_app_api_filesystem_tree_route_actions_9c467f18.js +0 -3
  337. package/.next/server/chunks/_next-internal_server_app_api_filesystem_tree_route_actions_9c467f18.js.map +0 -1
  338. package/.next/server/chunks/_next-internal_server_app_api_global-memo_route_actions_22c30ae0.js +0 -3
  339. package/.next/server/chunks/_next-internal_server_app_api_global-memo_route_actions_22c30ae0.js.map +0 -1
  340. package/.next/server/chunks/_next-internal_server_app_api_health_route_actions_da3433c4.js +0 -3
  341. package/.next/server/chunks/_next-internal_server_app_api_health_route_actions_da3433c4.js.map +0 -1
  342. package/.next/server/chunks/_next-internal_server_app_api_projects_[id]_brainstorm_route_actions_e2dbd41e.js +0 -3
  343. package/.next/server/chunks/_next-internal_server_app_api_projects_[id]_brainstorm_route_actions_e2dbd41e.js.map +0 -1
  344. package/.next/server/chunks/_next-internal_server_app_api_projects_[id]_git-sync_route_actions_0a84c322.js +0 -3
  345. package/.next/server/chunks/_next-internal_server_app_api_projects_[id]_git-sync_route_actions_0a84c322.js.map +0 -1
  346. package/.next/server/chunks/_next-internal_server_app_api_projects_[id]_route_actions_6fd2e5a5.js +0 -3
  347. package/.next/server/chunks/_next-internal_server_app_api_projects_[id]_route_actions_6fd2e5a5.js.map +0 -1
  348. package/.next/server/chunks/_next-internal_server_app_api_projects_[id]_sub-projects_route_actions_0c31d31d.js +0 -3
  349. package/.next/server/chunks/_next-internal_server_app_api_projects_[id]_sub-projects_route_actions_0c31d31d.js.map +0 -1
  350. package/.next/server/chunks/_next-internal_server_app_api_projects_route_actions_38c611ee.js +0 -3
  351. package/.next/server/chunks/_next-internal_server_app_api_projects_route_actions_38c611ee.js.map +0 -1
  352. package/.next/server/chunks/_next-internal_server_app_api_sync_route_actions_78e25bf5.js +0 -3
  353. package/.next/server/chunks/_next-internal_server_app_api_sync_route_actions_78e25bf5.js.map +0 -1
  354. package/.next/server/chunks/ce889_server_app_api_projects_[id]_apply-distribute_route_actions_df2ffb77.js +0 -3
  355. package/.next/server/chunks/ce889_server_app_api_projects_[id]_apply-distribute_route_actions_df2ffb77.js.map +0 -1
  356. package/.next/server/chunks/ce889_server_app_api_projects_[id]_auto-distribute_route_actions_0d998155.js +0 -3
  357. package/.next/server/chunks/ce889_server_app_api_projects_[id]_auto-distribute_route_actions_0d998155.js.map +0 -1
  358. package/.next/server/chunks/ce889_server_app_api_projects_[id]_sub-projects_[subId]_route_actions_d3d7322e.js +0 -3
  359. package/.next/server/chunks/ce889_server_app_api_projects_[id]_sub-projects_[subId]_route_actions_d3d7322e.js.map +0 -1
  360. package/.next/server/chunks/ce889_server_app_api_projects_[id]_sub-projects_[subId]_tasks_route_actions_c6a0ca5c.js +0 -3
  361. package/.next/server/chunks/ce889_server_app_api_projects_[id]_sub-projects_[subId]_tasks_route_actions_c6a0ca5c.js.map +0 -1
  362. package/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_8aec5fa3.js +0 -3
  363. package/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_8aec5fa3.js.map +0 -1
  364. package/.next/server/chunks/ssr/[root-of-the-server]__11fa4345._.js +0 -7
  365. package/.next/server/chunks/ssr/[root-of-the-server]__11fa4345._.js.map +0 -1
  366. package/.next/server/chunks/ssr/[root-of-the-server]__15600e29._.js +0 -3
  367. package/.next/server/chunks/ssr/[root-of-the-server]__15600e29._.js.map +0 -1
  368. package/.next/server/chunks/ssr/[root-of-the-server]__1690ee0d._.js +0 -10
  369. package/.next/server/chunks/ssr/[root-of-the-server]__1690ee0d._.js.map +0 -1
  370. package/.next/server/chunks/ssr/[root-of-the-server]__25744882._.js +0 -3
  371. package/.next/server/chunks/ssr/[root-of-the-server]__25744882._.js.map +0 -1
  372. package/.next/server/chunks/ssr/[root-of-the-server]__685464c9._.js +0 -3
  373. package/.next/server/chunks/ssr/[root-of-the-server]__685464c9._.js.map +0 -1
  374. package/.next/server/chunks/ssr/[root-of-the-server]__72142a5d._.js +0 -3
  375. package/.next/server/chunks/ssr/[root-of-the-server]__72142a5d._.js.map +0 -1
  376. package/.next/server/chunks/ssr/[root-of-the-server]__75a388cb._.js +0 -20
  377. package/.next/server/chunks/ssr/[root-of-the-server]__75a388cb._.js.map +0 -1
  378. package/.next/server/chunks/ssr/[root-of-the-server]__830451e1._.js +0 -3
  379. package/.next/server/chunks/ssr/[root-of-the-server]__830451e1._.js.map +0 -1
  380. package/.next/server/chunks/ssr/[root-of-the-server]__b9356576._.js +0 -4
  381. package/.next/server/chunks/ssr/[root-of-the-server]__b9356576._.js.map +0 -1
  382. package/.next/server/chunks/ssr/[root-of-the-server]__ba92c669._.js +0 -3
  383. package/.next/server/chunks/ssr/[root-of-the-server]__ba92c669._.js.map +0 -1
  384. package/.next/server/chunks/ssr/[root-of-the-server]__eb5bf179._.js +0 -3
  385. package/.next/server/chunks/ssr/[root-of-the-server]__eb5bf179._.js.map +0 -1
  386. package/.next/server/chunks/ssr/[root-of-the-server]__f437da88._.js +0 -3
  387. package/.next/server/chunks/ssr/[root-of-the-server]__f437da88._.js.map +0 -1
  388. package/.next/server/chunks/ssr/[turbopack]_runtime.js +0 -795
  389. package/.next/server/chunks/ssr/[turbopack]_runtime.js.map +0 -10
  390. package/.next/server/chunks/ssr/_67775056._.js +0 -4
  391. package/.next/server/chunks/ssr/_67775056._.js.map +0 -1
  392. package/.next/server/chunks/ssr/_c1309523._.js +0 -4
  393. package/.next/server/chunks/ssr/_c1309523._.js.map +0 -1
  394. package/.next/server/chunks/ssr/_c6614283._.js +0 -6
  395. package/.next/server/chunks/ssr/_c6614283._.js.map +0 -1
  396. package/.next/server/chunks/ssr/_next-internal_server_app__global-error_page_actions_75761787.js +0 -3
  397. package/.next/server/chunks/ssr/_next-internal_server_app__global-error_page_actions_75761787.js.map +0 -1
  398. package/.next/server/chunks/ssr/_next-internal_server_app__not-found_page_actions_554ec2bf.js +0 -3
  399. package/.next/server/chunks/ssr/_next-internal_server_app__not-found_page_actions_554ec2bf.js.map +0 -1
  400. package/.next/server/chunks/ssr/_next-internal_server_app_page_actions_39d4fc33.js +0 -3
  401. package/.next/server/chunks/ssr/_next-internal_server_app_page_actions_39d4fc33.js.map +0 -1
  402. package/.next/server/chunks/ssr/_next-internal_server_app_projects_[id]_page_actions_38fa8475.js +0 -3
  403. package/.next/server/chunks/ssr/_next-internal_server_app_projects_[id]_page_actions_38fa8475.js.map +0 -1
  404. package/.next/server/chunks/ssr/node_modules_next_dist_08570d7f._.js +0 -4
  405. package/.next/server/chunks/ssr/node_modules_next_dist_08570d7f._.js.map +0 -1
  406. package/.next/server/chunks/ssr/node_modules_next_dist_4b63a0e1._.js +0 -3
  407. package/.next/server/chunks/ssr/node_modules_next_dist_4b63a0e1._.js.map +0 -1
  408. package/.next/server/chunks/ssr/node_modules_next_dist_681edc0a._.js +0 -6
  409. package/.next/server/chunks/ssr/node_modules_next_dist_681edc0a._.js.map +0 -1
  410. package/.next/server/chunks/ssr/node_modules_next_dist_client_components_9774470f._.js +0 -3
  411. package/.next/server/chunks/ssr/node_modules_next_dist_client_components_9774470f._.js.map +0 -1
  412. package/.next/server/chunks/ssr/node_modules_next_dist_client_components_builtin_forbidden_45780354.js +0 -3
  413. package/.next/server/chunks/ssr/node_modules_next_dist_client_components_builtin_forbidden_45780354.js.map +0 -1
  414. package/.next/server/chunks/ssr/node_modules_next_dist_client_components_builtin_global-error_ece394eb.js +0 -3
  415. package/.next/server/chunks/ssr/node_modules_next_dist_client_components_builtin_global-error_ece394eb.js.map +0 -1
  416. package/.next/server/chunks/ssr/node_modules_next_dist_client_components_builtin_unauthorized_15817684.js +0 -3
  417. package/.next/server/chunks/ssr/node_modules_next_dist_client_components_builtin_unauthorized_15817684.js.map +0 -1
  418. package/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_65a7265e.js +0 -4
  419. package/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_65a7265e.js.map +0 -1
  420. package/.next/server/chunks/ssr/node_modules_next_dist_f9713a08._.js +0 -3
  421. package/.next/server/chunks/ssr/node_modules_next_dist_f9713a08._.js.map +0 -1
  422. package/.next/static/chunks/385fc008b130bf74.js +0 -18
  423. package/.next/static/chunks/49e97d465ceca13b.js +0 -1
  424. package/.next/static/chunks/6e093cead5296944.js +0 -1
  425. package/.next/static/chunks/7b694eaada62ea2a.js +0 -1
  426. package/.next/static/chunks/7de9141b1af425c3.js +0 -1
  427. package/.next/static/chunks/86a65d1968466727.js +0 -2
  428. package/.next/static/chunks/a6dad97d9634a72d.js.map +0 -1
  429. package/.next/static/chunks/beee8ee1af8e6c72.js +0 -4
  430. package/.next/static/chunks/c8ce5b975abff10f.css +0 -3
  431. package/.next/static/chunks/turbopack-95ef14dd34e4eb10.js +0 -4
  432. package/.next/static/rPCRfdyLwhwdfgixlvq0W/_buildManifest.js +0 -11
  433. package/.next/static/rPCRfdyLwhwdfgixlvq0W/_clientMiddlewareManifest.json +0 -1
  434. package/.next/turbopack +0 -0
  435. /package/.next/{server/app/_global-error/page/react-loadable-manifest.json → react-loadable-manifest.json} +0 -0
  436. /package/.next/static/chunks/{a6dad97d9634a72d.js → polyfills-42372ed130431b0a.js} +0 -0
  437. /package/.next/static/media/{caa3a2e1cccd8315-s.p.853070df.woff2 → 4cf2300e9c8272f7-s.p.woff2} +0 -0
  438. /package/.next/static/media/{bbc41e54d2fcbd21-s.799d8ef8.woff2 → 747892c23ea88013-s.woff2} +0 -0
  439. /package/.next/static/media/{8a480f0b521d4e75-s.8e0177b5.woff2 → 8d697b304b401681-s.woff2} +0 -0
  440. /package/.next/static/media/{797e433ab948586e-s.p.dbea232f.woff2 → 93f479601ee12b01-s.p.woff2} +0 -0
  441. /package/.next/static/media/{4fa387ec64143e14-s.c1fdd6c2.woff2 → 9610d9e46709d722-s.woff2} +0 -0
  442. /package/.next/static/media/{7178b3e590c64307-s.b97b3418.woff2 → ba015fad6dcf6784-s.woff2} +0 -0
  443. /package/.next/static/{rPCRfdyLwhwdfgixlvq0W → pg-uaAz_0WfqjOVXsPpiN}/_ssgManifest.js +0 -0
@@ -1,10 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": [],
4
- "sections": [
5
- {"offset": {"line": 3, "column": 0}, "map": {"version":3,"sources":["turbopack:///[turbopack]/shared/runtime-utils.ts"],"sourcesContent":["/**\n * This file contains runtime types and functions that are shared between all\n * TurboPack ECMAScript runtimes.\n *\n * It will be prepended to the runtime code of each runtime.\n */\n\n/* eslint-disable @typescript-eslint/no-unused-vars */\n\n/// <reference path=\"./runtime-types.d.ts\" />\n\ntype EsmNamespaceObject = Record<string, any>\n\n// @ts-ignore Defined in `dev-base.ts`\ndeclare function getOrInstantiateModuleFromParent<M>(\n id: ModuleId,\n sourceModule: M\n): M\n\nconst REEXPORTED_OBJECTS = new WeakMap<Module, ReexportedObjects>()\n\n/**\n * Constructs the `__turbopack_context__` object for a module.\n */\nfunction Context(\n this: TurbopackBaseContext<Module>,\n module: Module,\n exports: Exports\n) {\n this.m = module\n // We need to store this here instead of accessing it from the module object to:\n // 1. Make it available to factories directly, since we rewrite `this` to\n // `__turbopack_context__.e` in CJS modules.\n // 2. Support async modules which rewrite `module.exports` to a promise, so we\n // can still access the original exports object from functions like\n // `esmExport`\n // Ideally we could find a new approach for async modules and drop this property altogether.\n this.e = exports\n}\nconst contextPrototype = Context.prototype as TurbopackBaseContext<Module>\n\ntype ModuleContextMap = Record<ModuleId, ModuleContextEntry>\n\ninterface ModuleContextEntry {\n id: () => ModuleId\n module: () => any\n}\n\ninterface ModuleContext {\n // require call\n (moduleId: string): Exports | EsmNamespaceObject\n\n // async import call\n import(moduleId: string): Promise<Exports | EsmNamespaceObject>\n\n keys(): ModuleId[]\n\n resolve(moduleId: string): ModuleId\n}\n\ntype GetOrInstantiateModuleFromParent<M extends Module> = (\n moduleId: M['id'],\n parentModule: M\n) => M\n\ndeclare function getOrInstantiateRuntimeModule(\n chunkPath: ChunkPath,\n moduleId: ModuleId\n): Module\n\nconst hasOwnProperty = Object.prototype.hasOwnProperty\nconst toStringTag = typeof Symbol !== 'undefined' && Symbol.toStringTag\n\nfunction defineProp(\n obj: any,\n name: PropertyKey,\n options: PropertyDescriptor & ThisType<any>\n) {\n if (!hasOwnProperty.call(obj, name)) Object.defineProperty(obj, name, options)\n}\n\nfunction getOverwrittenModule(\n moduleCache: ModuleCache<Module>,\n id: ModuleId\n): Module {\n let module = moduleCache[id]\n if (!module) {\n // This is invoked when a module is merged into another module, thus it wasn't invoked via\n // instantiateModule and the cache entry wasn't created yet.\n module = createModuleObject(id)\n moduleCache[id] = module\n }\n return module\n}\n\n/**\n * Creates the module object. Only done here to ensure all module objects have the same shape.\n */\nfunction createModuleObject(id: ModuleId): Module {\n return {\n exports: {},\n error: undefined,\n id,\n namespaceObject: undefined,\n }\n}\n\ntype BindingTag = 0\nconst BindingTag_Value = 0 as BindingTag\n\n// an arbitrary sequence of bindings as\n// - a prop name\n// - BindingTag_Value, a value to be bound directly, or\n// - 1 or 2 functions to bind as getters and sdetters\ntype EsmBindings = Array<\n string | BindingTag | (() => unknown) | ((v: unknown) => void) | unknown\n>\n\n/**\n * Adds the getters to the exports object.\n */\nfunction esm(exports: Exports, bindings: EsmBindings) {\n defineProp(exports, '__esModule', { value: true })\n if (toStringTag) defineProp(exports, toStringTag, { value: 'Module' })\n let i = 0\n while (i < bindings.length) {\n const propName = bindings[i++] as string\n const tagOrFunction = bindings[i++]\n if (typeof tagOrFunction === 'number') {\n if (tagOrFunction === BindingTag_Value) {\n defineProp(exports, propName, {\n value: bindings[i++],\n enumerable: true,\n writable: false,\n })\n } else {\n throw new Error(`unexpected tag: ${tagOrFunction}`)\n }\n } else {\n const getterFn = tagOrFunction as () => unknown\n if (typeof bindings[i] === 'function') {\n const setterFn = bindings[i++] as (v: unknown) => void\n defineProp(exports, propName, {\n get: getterFn,\n set: setterFn,\n enumerable: true,\n })\n } else {\n defineProp(exports, propName, {\n get: getterFn,\n enumerable: true,\n })\n }\n }\n }\n Object.seal(exports)\n}\n\n/**\n * Makes the module an ESM with exports\n */\nfunction esmExport(\n this: TurbopackBaseContext<Module>,\n bindings: EsmBindings,\n id: ModuleId | undefined\n) {\n let module: Module\n let exports: Module['exports']\n if (id != null) {\n module = getOverwrittenModule(this.c, id)\n exports = module.exports\n } else {\n module = this.m\n exports = this.e\n }\n module.namespaceObject = exports\n esm(exports, bindings)\n}\ncontextPrototype.s = esmExport\n\ntype ReexportedObjects = Record<PropertyKey, unknown>[]\nfunction ensureDynamicExports(\n module: Module,\n exports: Exports\n): ReexportedObjects {\n let reexportedObjects: ReexportedObjects | undefined =\n REEXPORTED_OBJECTS.get(module)\n\n if (!reexportedObjects) {\n REEXPORTED_OBJECTS.set(module, (reexportedObjects = []))\n module.exports = module.namespaceObject = new Proxy(exports, {\n get(target, prop) {\n if (\n hasOwnProperty.call(target, prop) ||\n prop === 'default' ||\n prop === '__esModule'\n ) {\n return Reflect.get(target, prop)\n }\n for (const obj of reexportedObjects!) {\n const value = Reflect.get(obj, prop)\n if (value !== undefined) return value\n }\n return undefined\n },\n ownKeys(target) {\n const keys = Reflect.ownKeys(target)\n for (const obj of reexportedObjects!) {\n for (const key of Reflect.ownKeys(obj)) {\n if (key !== 'default' && !keys.includes(key)) keys.push(key)\n }\n }\n return keys\n },\n })\n }\n return reexportedObjects\n}\n\n/**\n * Dynamically exports properties from an object\n */\nfunction dynamicExport(\n this: TurbopackBaseContext<Module>,\n object: Record<string, any>,\n id: ModuleId | undefined\n) {\n let module: Module\n let exports: Exports\n if (id != null) {\n module = getOverwrittenModule(this.c, id)\n exports = module.exports\n } else {\n module = this.m\n exports = this.e\n }\n const reexportedObjects = ensureDynamicExports(module, exports)\n\n if (typeof object === 'object' && object !== null) {\n reexportedObjects.push(object)\n }\n}\ncontextPrototype.j = dynamicExport\n\nfunction exportValue(\n this: TurbopackBaseContext<Module>,\n value: any,\n id: ModuleId | undefined\n) {\n let module: Module\n if (id != null) {\n module = getOverwrittenModule(this.c, id)\n } else {\n module = this.m\n }\n module.exports = value\n}\ncontextPrototype.v = exportValue\n\nfunction exportNamespace(\n this: TurbopackBaseContext<Module>,\n namespace: any,\n id: ModuleId | undefined\n) {\n let module: Module\n if (id != null) {\n module = getOverwrittenModule(this.c, id)\n } else {\n module = this.m\n }\n module.exports = module.namespaceObject = namespace\n}\ncontextPrototype.n = exportNamespace\n\nfunction createGetter(obj: Record<string | symbol, any>, key: string | symbol) {\n return () => obj[key]\n}\n\n/**\n * @returns prototype of the object\n */\nconst getProto: (obj: any) => any = Object.getPrototypeOf\n ? (obj) => Object.getPrototypeOf(obj)\n : (obj) => obj.__proto__\n\n/** Prototypes that are not expanded for exports */\nconst LEAF_PROTOTYPES = [null, getProto({}), getProto([]), getProto(getProto)]\n\n/**\n * @param raw\n * @param ns\n * @param allowExportDefault\n * * `false`: will have the raw module as default export\n * * `true`: will have the default property as default export\n */\nfunction interopEsm(\n raw: Exports,\n ns: EsmNamespaceObject,\n allowExportDefault?: boolean\n) {\n const bindings: EsmBindings = []\n let defaultLocation = -1\n for (\n let current = raw;\n (typeof current === 'object' || typeof current === 'function') &&\n !LEAF_PROTOTYPES.includes(current);\n current = getProto(current)\n ) {\n for (const key of Object.getOwnPropertyNames(current)) {\n bindings.push(key, createGetter(raw, key))\n if (defaultLocation === -1 && key === 'default') {\n defaultLocation = bindings.length - 1\n }\n }\n }\n\n // this is not really correct\n // we should set the `default` getter if the imported module is a `.cjs file`\n if (!(allowExportDefault && defaultLocation >= 0)) {\n // Replace the binding with one for the namespace itself in order to preserve iteration order.\n if (defaultLocation >= 0) {\n // Replace the getter with the value\n bindings.splice(defaultLocation, 1, BindingTag_Value, raw)\n } else {\n bindings.push('default', BindingTag_Value, raw)\n }\n }\n\n esm(ns, bindings)\n return ns\n}\n\nfunction createNS(raw: Module['exports']): EsmNamespaceObject {\n if (typeof raw === 'function') {\n return function (this: any, ...args: any[]) {\n return raw.apply(this, args)\n }\n } else {\n return Object.create(null)\n }\n}\n\nfunction esmImport(\n this: TurbopackBaseContext<Module>,\n id: ModuleId\n): Exclude<Module['namespaceObject'], undefined> {\n const module = getOrInstantiateModuleFromParent(id, this.m)\n\n // any ES module has to have `module.namespaceObject` defined.\n if (module.namespaceObject) return module.namespaceObject\n\n // only ESM can be an async module, so we don't need to worry about exports being a promise here.\n const raw = module.exports\n return (module.namespaceObject = interopEsm(\n raw,\n createNS(raw),\n raw && (raw as any).__esModule\n ))\n}\ncontextPrototype.i = esmImport\n\nfunction asyncLoader(\n this: TurbopackBaseContext<Module>,\n moduleId: ModuleId\n): Promise<Exports> {\n const loader = this.r(moduleId) as (\n importFunction: EsmImport\n ) => Promise<Exports>\n return loader(esmImport.bind(this))\n}\ncontextPrototype.A = asyncLoader\n\n// Add a simple runtime require so that environments without one can still pass\n// `typeof require` CommonJS checks so that exports are correctly registered.\nconst runtimeRequire =\n // @ts-ignore\n typeof require === 'function'\n ? // @ts-ignore\n require\n : function require() {\n throw new Error('Unexpected use of runtime require')\n }\ncontextPrototype.t = runtimeRequire\n\nfunction commonJsRequire(\n this: TurbopackBaseContext<Module>,\n id: ModuleId\n): Exports {\n return getOrInstantiateModuleFromParent(id, this.m).exports\n}\ncontextPrototype.r = commonJsRequire\n\n/**\n * Remove fragments and query parameters since they are never part of the context map keys\n *\n * This matches how we parse patterns at resolving time. Arguably we should only do this for\n * strings passed to `import` but the resolve does it for `import` and `require` and so we do\n * here as well.\n */\nfunction parseRequest(request: string): string {\n // Per the URI spec fragments can contain `?` characters, so we should trim it off first\n // https://datatracker.ietf.org/doc/html/rfc3986#section-3.5\n const hashIndex = request.indexOf('#')\n if (hashIndex !== -1) {\n request = request.substring(0, hashIndex)\n }\n\n const queryIndex = request.indexOf('?')\n if (queryIndex !== -1) {\n request = request.substring(0, queryIndex)\n }\n\n return request\n}\n/**\n * `require.context` and require/import expression runtime.\n */\nfunction moduleContext(map: ModuleContextMap): ModuleContext {\n function moduleContext(id: string): Exports {\n id = parseRequest(id)\n if (hasOwnProperty.call(map, id)) {\n return map[id].module()\n }\n\n const e = new Error(`Cannot find module '${id}'`)\n ;(e as any).code = 'MODULE_NOT_FOUND'\n throw e\n }\n\n moduleContext.keys = (): string[] => {\n return Object.keys(map)\n }\n\n moduleContext.resolve = (id: string): ModuleId => {\n id = parseRequest(id)\n if (hasOwnProperty.call(map, id)) {\n return map[id].id()\n }\n\n const e = new Error(`Cannot find module '${id}'`)\n ;(e as any).code = 'MODULE_NOT_FOUND'\n throw e\n }\n\n moduleContext.import = async (id: string) => {\n return await (moduleContext(id) as Promise<Exports>)\n }\n\n return moduleContext\n}\ncontextPrototype.f = moduleContext\n\n/**\n * Returns the path of a chunk defined by its data.\n */\nfunction getChunkPath(chunkData: ChunkData): ChunkPath {\n return typeof chunkData === 'string' ? chunkData : chunkData.path\n}\n\nfunction isPromise<T = any>(maybePromise: any): maybePromise is Promise<T> {\n return (\n maybePromise != null &&\n typeof maybePromise === 'object' &&\n 'then' in maybePromise &&\n typeof maybePromise.then === 'function'\n )\n}\n\nfunction isAsyncModuleExt<T extends {}>(obj: T): obj is AsyncModuleExt & T {\n return turbopackQueues in obj\n}\n\nfunction createPromise<T>() {\n let resolve: (value: T | PromiseLike<T>) => void\n let reject: (reason?: any) => void\n\n const promise = new Promise<T>((res, rej) => {\n reject = rej\n resolve = res\n })\n\n return {\n promise,\n resolve: resolve!,\n reject: reject!,\n }\n}\n\n// Load the CompressedmoduleFactories of a chunk into the `moduleFactories` Map.\n// The CompressedModuleFactories format is\n// - 1 or more module ids\n// - a module factory function\n// So walking this is a little complex but the flat structure is also fast to\n// traverse, we can use `typeof` operators to distinguish the two cases.\nfunction installCompressedModuleFactories(\n chunkModules: CompressedModuleFactories,\n offset: number,\n moduleFactories: ModuleFactories,\n newModuleId?: (id: ModuleId) => void\n) {\n let i = offset\n while (i < chunkModules.length) {\n let moduleId = chunkModules[i] as ModuleId\n let end = i + 1\n // Find our factory function\n while (\n end < chunkModules.length &&\n typeof chunkModules[end] !== 'function'\n ) {\n end++\n }\n if (end === chunkModules.length) {\n throw new Error('malformed chunk format, expected a factory function')\n }\n // Each chunk item has a 'primary id' and optional additional ids. If the primary id is already\n // present we know all the additional ids are also present, so we don't need to check.\n if (!moduleFactories.has(moduleId)) {\n const moduleFactoryFn = chunkModules[end] as Function\n applyModuleFactoryName(moduleFactoryFn)\n newModuleId?.(moduleId)\n for (; i < end; i++) {\n moduleId = chunkModules[i] as ModuleId\n moduleFactories.set(moduleId, moduleFactoryFn)\n }\n }\n i = end + 1 // end is pointing at the last factory advance to the next id or the end of the array.\n }\n}\n\n// everything below is adapted from webpack\n// https://github.com/webpack/webpack/blob/6be4065ade1e252c1d8dcba4af0f43e32af1bdc1/lib/runtime/AsyncModuleRuntimeModule.js#L13\n\nconst turbopackQueues = Symbol('turbopack queues')\nconst turbopackExports = Symbol('turbopack exports')\nconst turbopackError = Symbol('turbopack error')\n\nconst enum QueueStatus {\n Unknown = -1,\n Unresolved = 0,\n Resolved = 1,\n}\n\ntype AsyncQueueFn = (() => void) & { queueCount: number }\ntype AsyncQueue = AsyncQueueFn[] & {\n status: QueueStatus\n}\n\nfunction resolveQueue(queue?: AsyncQueue) {\n if (queue && queue.status !== QueueStatus.Resolved) {\n queue.status = QueueStatus.Resolved\n queue.forEach((fn) => fn.queueCount--)\n queue.forEach((fn) => (fn.queueCount-- ? fn.queueCount++ : fn()))\n }\n}\n\ntype Dep = Exports | AsyncModulePromise | Promise<Exports>\n\ntype AsyncModuleExt = {\n [turbopackQueues]: (fn: (queue: AsyncQueue) => void) => void\n [turbopackExports]: Exports\n [turbopackError]?: any\n}\n\ntype AsyncModulePromise<T = Exports> = Promise<T> & AsyncModuleExt\n\nfunction wrapDeps(deps: Dep[]): AsyncModuleExt[] {\n return deps.map((dep): AsyncModuleExt => {\n if (dep !== null && typeof dep === 'object') {\n if (isAsyncModuleExt(dep)) return dep\n if (isPromise(dep)) {\n const queue: AsyncQueue = Object.assign([], {\n status: QueueStatus.Unresolved,\n })\n\n const obj: AsyncModuleExt = {\n [turbopackExports]: {},\n [turbopackQueues]: (fn: (queue: AsyncQueue) => void) => fn(queue),\n }\n\n dep.then(\n (res) => {\n obj[turbopackExports] = res\n resolveQueue(queue)\n },\n (err) => {\n obj[turbopackError] = err\n resolveQueue(queue)\n }\n )\n\n return obj\n }\n }\n\n return {\n [turbopackExports]: dep,\n [turbopackQueues]: () => {},\n }\n })\n}\n\nfunction asyncModule(\n this: TurbopackBaseContext<Module>,\n body: (\n handleAsyncDependencies: (\n deps: Dep[]\n ) => Exports[] | Promise<() => Exports[]>,\n asyncResult: (err?: any) => void\n ) => void,\n hasAwait: boolean\n) {\n const module = this.m\n const queue: AsyncQueue | undefined = hasAwait\n ? Object.assign([], { status: QueueStatus.Unknown })\n : undefined\n\n const depQueues: Set<AsyncQueue> = new Set()\n\n const { resolve, reject, promise: rawPromise } = createPromise<Exports>()\n\n const promise: AsyncModulePromise = Object.assign(rawPromise, {\n [turbopackExports]: module.exports,\n [turbopackQueues]: (fn) => {\n queue && fn(queue)\n depQueues.forEach(fn)\n promise['catch'](() => {})\n },\n } satisfies AsyncModuleExt)\n\n const attributes: PropertyDescriptor = {\n get(): any {\n return promise\n },\n set(v: any) {\n // Calling `esmExport` leads to this.\n if (v !== promise) {\n promise[turbopackExports] = v\n }\n },\n }\n\n Object.defineProperty(module, 'exports', attributes)\n Object.defineProperty(module, 'namespaceObject', attributes)\n\n function handleAsyncDependencies(deps: Dep[]) {\n const currentDeps = wrapDeps(deps)\n\n const getResult = () =>\n currentDeps.map((d) => {\n if (d[turbopackError]) throw d[turbopackError]\n return d[turbopackExports]\n })\n\n const { promise, resolve } = createPromise<() => Exports[]>()\n\n const fn: AsyncQueueFn = Object.assign(() => resolve(getResult), {\n queueCount: 0,\n })\n\n function fnQueue(q: AsyncQueue) {\n if (q !== queue && !depQueues.has(q)) {\n depQueues.add(q)\n if (q && q.status === QueueStatus.Unresolved) {\n fn.queueCount++\n q.push(fn)\n }\n }\n }\n\n currentDeps.map((dep) => dep[turbopackQueues](fnQueue))\n\n return fn.queueCount ? promise : getResult()\n }\n\n function asyncResult(err?: any) {\n if (err) {\n reject((promise[turbopackError] = err))\n } else {\n resolve(promise[turbopackExports])\n }\n\n resolveQueue(queue)\n }\n\n body(handleAsyncDependencies, asyncResult)\n\n if (queue && queue.status === QueueStatus.Unknown) {\n queue.status = QueueStatus.Unresolved\n }\n}\ncontextPrototype.a = asyncModule\n\n/**\n * A pseudo \"fake\" URL object to resolve to its relative path.\n *\n * When UrlRewriteBehavior is set to relative, calls to the `new URL()` will construct url without base using this\n * runtime function to generate context-agnostic urls between different rendering context, i.e ssr / client to avoid\n * hydration mismatch.\n *\n * This is based on webpack's existing implementation:\n * https://github.com/webpack/webpack/blob/87660921808566ef3b8796f8df61bd79fc026108/lib/runtime/RelativeUrlRuntimeModule.js\n */\nconst relativeURL = function relativeURL(this: any, inputUrl: string) {\n const realUrl = new URL(inputUrl, 'x:/')\n const values: Record<string, any> = {}\n for (const key in realUrl) values[key] = (realUrl as any)[key]\n values.href = inputUrl\n values.pathname = inputUrl.replace(/[?#].*/, '')\n values.origin = values.protocol = ''\n values.toString = values.toJSON = (..._args: Array<any>) => inputUrl\n for (const key in values)\n Object.defineProperty(this, key, {\n enumerable: true,\n configurable: true,\n value: values[key],\n })\n}\nrelativeURL.prototype = URL.prototype\ncontextPrototype.U = relativeURL\n\n/**\n * Utility function to ensure all variants of an enum are handled.\n */\nfunction invariant(never: never, computeMessage: (arg: any) => string): never {\n throw new Error(`Invariant: ${computeMessage(never)}`)\n}\n\n/**\n * A stub function to make `require` available but non-functional in ESM.\n */\nfunction requireStub(_moduleId: ModuleId): never {\n throw new Error('dynamic usage of require is not supported')\n}\ncontextPrototype.z = requireStub\n\n// Make `globalThis` available to the module in a way that cannot be shadowed by a local variable.\ncontextPrototype.g = globalThis\n\ntype ContextConstructor<M> = {\n new (module: Module, exports: Exports): TurbopackBaseContext<M>\n}\n\nfunction applyModuleFactoryName(factory: Function) {\n // Give the module factory a nice name to improve stack traces.\n Object.defineProperty(factory, 'name', {\n value: 'module evaluation',\n })\n}\n"],"names":[],"mappings":"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","ignoreList":[0]}},
6
- {"offset": {"line": 504, "column": 0}, "map": {"version":3,"sources":["turbopack:///[turbopack]/shared-node/base-externals-utils.ts"],"sourcesContent":["/// <reference path=\"../shared/runtime-utils.ts\" />\n\n/// A 'base' utilities to support runtime can have externals.\n/// Currently this is for node.js / edge runtime both.\n/// If a fn requires node.js specific behavior, it should be placed in `node-external-utils` instead.\n\nasync function externalImport(id: DependencySpecifier) {\n let raw\n try {\n raw = await import(id)\n } catch (err) {\n // TODO(alexkirsz) This can happen when a client-side module tries to load\n // an external module we don't provide a shim for (e.g. querystring, url).\n // For now, we fail semi-silently, but in the future this should be a\n // compilation error.\n throw new Error(`Failed to load external module ${id}: ${err}`)\n }\n\n if (raw && raw.__esModule && raw.default && 'default' in raw.default) {\n return interopEsm(raw.default, createNS(raw), true)\n }\n\n return raw\n}\ncontextPrototype.y = externalImport\n\nfunction externalRequire(\n id: ModuleId,\n thunk: () => any,\n esm: boolean = false\n): Exports | EsmNamespaceObject {\n let raw\n try {\n raw = thunk()\n } catch (err) {\n // TODO(alexkirsz) This can happen when a client-side module tries to load\n // an external module we don't provide a shim for (e.g. querystring, url).\n // For now, we fail semi-silently, but in the future this should be a\n // compilation error.\n throw new Error(`Failed to load external module ${id}: ${err}`)\n }\n\n if (!esm || raw.__esModule) {\n return raw\n }\n\n return interopEsm(raw, createNS(raw), true)\n}\n\nexternalRequire.resolve = (\n id: string,\n options?: {\n paths?: string[]\n }\n) => {\n return require.resolve(id, options)\n}\ncontextPrototype.x = externalRequire\n"],"names":[],"mappings":"AAAA,mDAAmD;AAEnD,6DAA6D;AAC7D,sDAAsD;AACtD,qGAAqG;AAErG,eAAe,eAAe,EAAuB;IACnD,IAAI;IACJ,IAAI;QACF,MAAM,MAAM,MAAM,CAAC;IACrB,EAAE,OAAO,KAAK;QACZ,0EAA0E;QAC1E,0EAA0E;QAC1E,qEAAqE;QACrE,qBAAqB;QACrB,MAAM,IAAI,MAAM,CAAC,+BAA+B,EAAE,GAAG,EAAE,EAAE,KAAK;IAChE;IAEA,IAAI,OAAO,IAAI,UAAU,IAAI,IAAI,OAAO,IAAI,aAAa,IAAI,OAAO,EAAE;QACpE,OAAO,WAAW,IAAI,OAAO,EAAE,SAAS,MAAM;IAChD;IAEA,OAAO;AACT;AACA,iBAAiB,CAAC,GAAG;AAErB,SAAS,gBACP,EAAY,EACZ,KAAgB,EAChB,MAAe,KAAK;IAEpB,IAAI;IACJ,IAAI;QACF,MAAM;IACR,EAAE,OAAO,KAAK;QACZ,0EAA0E;QAC1E,0EAA0E;QAC1E,qEAAqE;QACrE,qBAAqB;QACrB,MAAM,IAAI,MAAM,CAAC,+BAA+B,EAAE,GAAG,EAAE,EAAE,KAAK;IAChE;IAEA,IAAI,CAAC,OAAO,IAAI,UAAU,EAAE;QAC1B,OAAO;IACT;IAEA,OAAO,WAAW,KAAK,SAAS,MAAM;AACxC;AAEA,gBAAgB,OAAO,GAAG,CACxB,IACA;IAIA,OAAO,QAAQ,OAAO,CAAC,IAAI;AAC7B;AACA,iBAAiB,CAAC,GAAG","ignoreList":[0]}},
7
- {"offset": {"line": 545, "column": 0}, "map": {"version":3,"sources":["turbopack:///[turbopack]/shared-node/node-externals-utils.ts"],"sourcesContent":["/* eslint-disable @typescript-eslint/no-unused-vars */\n\ndeclare var RUNTIME_PUBLIC_PATH: string\ndeclare var RELATIVE_ROOT_PATH: string\ndeclare var ASSET_PREFIX: string\n\nconst path = require('path')\n\nconst relativePathToRuntimeRoot = path.relative(RUNTIME_PUBLIC_PATH, '.')\n// Compute the relative path to the `distDir`.\nconst relativePathToDistRoot = path.join(\n relativePathToRuntimeRoot,\n RELATIVE_ROOT_PATH\n)\nconst RUNTIME_ROOT = path.resolve(__filename, relativePathToRuntimeRoot)\n// Compute the absolute path to the root, by stripping distDir from the absolute path to this file.\nconst ABSOLUTE_ROOT = path.resolve(__filename, relativePathToDistRoot)\n\n/**\n * Returns an absolute path to the given module path.\n * Module path should be relative, either path to a file or a directory.\n *\n * This fn allows to calculate an absolute path for some global static values, such as\n * `__dirname` or `import.meta.url` that Turbopack will not embeds in compile time.\n * See ImportMetaBinding::code_generation for the usage.\n */\nfunction resolveAbsolutePath(modulePath?: string): string {\n if (modulePath) {\n return path.join(ABSOLUTE_ROOT, modulePath)\n }\n return ABSOLUTE_ROOT\n}\nContext.prototype.P = resolveAbsolutePath\n"],"names":[],"mappings":"AAAA,oDAAoD,GAMpD,MAAM,OAAO,QAAQ;AAErB,MAAM,4BAA4B,KAAK,QAAQ,CAAC,qBAAqB;AACrE,8CAA8C;AAC9C,MAAM,yBAAyB,KAAK,IAAI,CACtC,2BACA;AAEF,MAAM,eAAe,KAAK,OAAO,CAAC,YAAY;AAC9C,mGAAmG;AACnG,MAAM,gBAAgB,KAAK,OAAO,CAAC,YAAY;AAE/C;;;;;;;CAOC,GACD,SAAS,oBAAoB,UAAmB;IAC9C,IAAI,YAAY;QACd,OAAO,KAAK,IAAI,CAAC,eAAe;IAClC;IACA,OAAO;AACT;AACA,QAAQ,SAAS,CAAC,CAAC,GAAG","ignoreList":[0]}},
8
- {"offset": {"line": 566, "column": 0}, "map": {"version":3,"sources":["turbopack:///[turbopack]/shared-node/node-wasm-utils.ts"],"sourcesContent":["/* eslint-disable @typescript-eslint/no-unused-vars */\n\n/// <reference path=\"../shared/runtime-utils.ts\" />\n\nfunction readWebAssemblyAsResponse(path: string) {\n const { createReadStream } = require('fs') as typeof import('fs')\n const { Readable } = require('stream') as typeof import('stream')\n\n const stream = createReadStream(path)\n\n // @ts-ignore unfortunately there's a slight type mismatch with the stream.\n return new Response(Readable.toWeb(stream), {\n headers: {\n 'content-type': 'application/wasm',\n },\n })\n}\n\nasync function compileWebAssemblyFromPath(\n path: string\n): Promise<WebAssembly.Module> {\n const response = readWebAssemblyAsResponse(path)\n\n return await WebAssembly.compileStreaming(response)\n}\n\nasync function instantiateWebAssemblyFromPath(\n path: string,\n importsObj: WebAssembly.Imports\n): Promise<Exports> {\n const response = readWebAssemblyAsResponse(path)\n\n const { instance } = await WebAssembly.instantiateStreaming(\n response,\n importsObj\n )\n\n return instance.exports\n}\n"],"names":[],"mappings":"AAAA,oDAAoD,GAEpD,mDAAmD;AAEnD,SAAS,0BAA0B,IAAY;IAC7C,MAAM,EAAE,gBAAgB,EAAE,GAAG,QAAQ;IACrC,MAAM,EAAE,QAAQ,EAAE,GAAG,QAAQ;IAE7B,MAAM,SAAS,iBAAiB;IAEhC,2EAA2E;IAC3E,OAAO,IAAI,SAAS,SAAS,KAAK,CAAC,SAAS;QAC1C,SAAS;YACP,gBAAgB;QAClB;IACF;AACF;AAEA,eAAe,2BACb,IAAY;IAEZ,MAAM,WAAW,0BAA0B;IAE3C,OAAO,MAAM,YAAY,gBAAgB,CAAC;AAC5C;AAEA,eAAe,+BACb,IAAY,EACZ,UAA+B;IAE/B,MAAM,WAAW,0BAA0B;IAE3C,MAAM,EAAE,QAAQ,EAAE,GAAG,MAAM,YAAY,oBAAoB,CACzD,UACA;IAGF,OAAO,SAAS,OAAO;AACzB","ignoreList":[0]}},
9
- {"offset": {"line": 587, "column": 0}, "map": {"version":3,"sources":["turbopack:///[turbopack]/nodejs/runtime.ts"],"sourcesContent":["/* eslint-disable @typescript-eslint/no-unused-vars */\n\n/// <reference path=\"../shared/runtime-utils.ts\" />\n/// <reference path=\"../shared-node/base-externals-utils.ts\" />\n/// <reference path=\"../shared-node/node-externals-utils.ts\" />\n/// <reference path=\"../shared-node/node-wasm-utils.ts\" />\n\nenum SourceType {\n /**\n * The module was instantiated because it was included in an evaluated chunk's\n * runtime.\n * SourceData is a ChunkPath.\n */\n Runtime = 0,\n /**\n * The module was instantiated because a parent module imported it.\n * SourceData is a ModuleId.\n */\n Parent = 1,\n}\n\ntype SourceData = ChunkPath | ModuleId\n\nprocess.env.TURBOPACK = '1'\n\ninterface TurbopackNodeBuildContext extends TurbopackBaseContext<Module> {\n R: ResolvePathFromModule\n x: ExternalRequire\n y: ExternalImport\n}\n\nconst nodeContextPrototype = Context.prototype as TurbopackNodeBuildContext\n\ntype ModuleFactory = (\n this: Module['exports'],\n context: TurbopackNodeBuildContext\n) => unknown\n\nconst url = require('url') as typeof import('url')\n\nconst moduleFactories: ModuleFactories = new Map()\nnodeContextPrototype.M = moduleFactories\nconst moduleCache: ModuleCache<Module> = Object.create(null)\nnodeContextPrototype.c = moduleCache\n\n/**\n * Returns an absolute path to the given module's id.\n */\nfunction resolvePathFromModule(\n this: TurbopackBaseContext<Module>,\n moduleId: string\n): string {\n const exported = this.r(moduleId)\n const exportedPath = exported?.default ?? exported\n if (typeof exportedPath !== 'string') {\n return exported as any\n }\n\n const strippedAssetPrefix = exportedPath.slice(ASSET_PREFIX.length)\n const resolved = path.resolve(RUNTIME_ROOT, strippedAssetPrefix)\n\n return url.pathToFileURL(resolved).href\n}\nnodeContextPrototype.R = resolvePathFromModule\n\nfunction loadRuntimeChunk(sourcePath: ChunkPath, chunkData: ChunkData): void {\n if (typeof chunkData === 'string') {\n loadRuntimeChunkPath(sourcePath, chunkData)\n } else {\n loadRuntimeChunkPath(sourcePath, chunkData.path)\n }\n}\n\nconst loadedChunks = new Set<ChunkPath>()\nconst unsupportedLoadChunk = Promise.resolve(undefined)\nconst loadedChunk: Promise<void> = Promise.resolve(undefined)\nconst chunkCache = new Map<ChunkPath, Promise<void>>()\n\nfunction clearChunkCache() {\n chunkCache.clear()\n}\n\nfunction loadRuntimeChunkPath(\n sourcePath: ChunkPath,\n chunkPath: ChunkPath\n): void {\n if (!isJs(chunkPath)) {\n // We only support loading JS chunks in Node.js.\n // This branch can be hit when trying to load a CSS chunk.\n return\n }\n\n if (loadedChunks.has(chunkPath)) {\n return\n }\n\n try {\n const resolved = path.resolve(RUNTIME_ROOT, chunkPath)\n const chunkModules: CompressedModuleFactories = require(resolved)\n installCompressedModuleFactories(chunkModules, 0, moduleFactories)\n loadedChunks.add(chunkPath)\n } catch (cause) {\n let errorMessage = `Failed to load chunk ${chunkPath}`\n\n if (sourcePath) {\n errorMessage += ` from runtime for chunk ${sourcePath}`\n }\n\n const error = new Error(errorMessage, { cause })\n error.name = 'ChunkLoadError'\n throw error\n }\n}\n\nfunction loadChunkAsync(\n this: TurbopackBaseContext<Module>,\n chunkData: ChunkData\n): Promise<void> {\n const chunkPath = typeof chunkData === 'string' ? chunkData : chunkData.path\n if (!isJs(chunkPath)) {\n // We only support loading JS chunks in Node.js.\n // This branch can be hit when trying to load a CSS chunk.\n return unsupportedLoadChunk\n }\n\n let entry = chunkCache.get(chunkPath)\n if (entry === undefined) {\n try {\n // resolve to an absolute path to simplify `require` handling\n const resolved = path.resolve(RUNTIME_ROOT, chunkPath)\n // TODO: consider switching to `import()` to enable concurrent chunk loading and async file io\n // However this is incompatible with hot reloading (since `import` doesn't use the require cache)\n const chunkModules: CompressedModuleFactories = require(resolved)\n installCompressedModuleFactories(chunkModules, 0, moduleFactories)\n entry = loadedChunk\n } catch (cause) {\n const errorMessage = `Failed to load chunk ${chunkPath} from module ${this.m.id}`\n const error = new Error(errorMessage, { cause })\n error.name = 'ChunkLoadError'\n\n // Cache the failure promise, future requests will also get this same rejection\n entry = Promise.reject(error)\n }\n chunkCache.set(chunkPath, entry)\n }\n // TODO: Return an instrumented Promise that React can use instead of relying on referential equality.\n return entry\n}\ncontextPrototype.l = loadChunkAsync\n\nfunction loadChunkAsyncByUrl(\n this: TurbopackBaseContext<Module>,\n chunkUrl: string\n) {\n const path = url.fileURLToPath(new URL(chunkUrl, RUNTIME_ROOT)) as ChunkPath\n return loadChunkAsync.call(this, path)\n}\ncontextPrototype.L = loadChunkAsyncByUrl\n\nfunction loadWebAssembly(\n chunkPath: ChunkPath,\n _edgeModule: () => WebAssembly.Module,\n imports: WebAssembly.Imports\n) {\n const resolved = path.resolve(RUNTIME_ROOT, chunkPath)\n\n return instantiateWebAssemblyFromPath(resolved, imports)\n}\ncontextPrototype.w = loadWebAssembly\n\nfunction loadWebAssemblyModule(\n chunkPath: ChunkPath,\n _edgeModule: () => WebAssembly.Module\n) {\n const resolved = path.resolve(RUNTIME_ROOT, chunkPath)\n\n return compileWebAssemblyFromPath(resolved)\n}\ncontextPrototype.u = loadWebAssemblyModule\n\nfunction getWorkerBlobURL(_chunks: ChunkPath[]): string {\n throw new Error('Worker blobs are not implemented yet for Node.js')\n}\n\nnodeContextPrototype.b = getWorkerBlobURL\n\nfunction instantiateModule(\n id: ModuleId,\n sourceType: SourceType,\n sourceData: SourceData\n): Module {\n const moduleFactory = moduleFactories.get(id)\n if (typeof moduleFactory !== 'function') {\n // This can happen if modules incorrectly handle HMR disposes/updates,\n // e.g. when they keep a `setTimeout` around which still executes old code\n // and contains e.g. a `require(\"something\")` call.\n let instantiationReason: string\n switch (sourceType) {\n case SourceType.Runtime:\n instantiationReason = `as a runtime entry of chunk ${sourceData}`\n break\n case SourceType.Parent:\n instantiationReason = `because it was required from module ${sourceData}`\n break\n default:\n invariant(\n sourceType,\n (sourceType) => `Unknown source type: ${sourceType}`\n )\n }\n throw new Error(\n `Module ${id} was instantiated ${instantiationReason}, but the module factory is not available.`\n )\n }\n\n const module: Module = createModuleObject(id)\n const exports = module.exports\n moduleCache[id] = module\n\n const context = new (Context as any as ContextConstructor<Module>)(\n module,\n exports\n )\n // NOTE(alexkirsz) This can fail when the module encounters a runtime error.\n try {\n moduleFactory(context, module, exports)\n } catch (error) {\n module.error = error as any\n throw error\n }\n\n module.loaded = true\n if (module.namespaceObject && module.exports !== module.namespaceObject) {\n // in case of a circular dependency: cjs1 -> esm2 -> cjs1\n interopEsm(module.exports, module.namespaceObject)\n }\n\n return module\n}\n\n/**\n * Retrieves a module from the cache, or instantiate it if it is not cached.\n */\n// @ts-ignore\nfunction getOrInstantiateModuleFromParent(\n id: ModuleId,\n sourceModule: Module\n): Module {\n const module = moduleCache[id]\n\n if (module) {\n if (module.error) {\n throw module.error\n }\n\n return module\n }\n\n return instantiateModule(id, SourceType.Parent, sourceModule.id)\n}\n\n/**\n * Instantiates a runtime module.\n */\nfunction instantiateRuntimeModule(\n chunkPath: ChunkPath,\n moduleId: ModuleId\n): Module {\n return instantiateModule(moduleId, SourceType.Runtime, chunkPath)\n}\n\n/**\n * Retrieves a module from the cache, or instantiate it as a runtime module if it is not cached.\n */\n// @ts-ignore TypeScript doesn't separate this module space from the browser runtime\nfunction getOrInstantiateRuntimeModule(\n chunkPath: ChunkPath,\n moduleId: ModuleId\n): Module {\n const module = moduleCache[moduleId]\n if (module) {\n if (module.error) {\n throw module.error\n }\n return module\n }\n\n return instantiateRuntimeModule(chunkPath, moduleId)\n}\n\nconst regexJsUrl = /\\.js(?:\\?[^#]*)?(?:#.*)?$/\n/**\n * Checks if a given path/URL ends with .js, optionally followed by ?query or #fragment.\n */\nfunction isJs(chunkUrlOrPath: ChunkUrl | ChunkPath): boolean {\n return regexJsUrl.test(chunkUrlOrPath)\n}\n\nmodule.exports = (sourcePath: ChunkPath) => ({\n m: (id: ModuleId) => getOrInstantiateRuntimeModule(sourcePath, id),\n c: (chunkData: ChunkData) => loadRuntimeChunk(sourcePath, chunkData),\n})\n"],"names":[],"mappings":"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","ignoreList":[0]}}]
10
- }
@@ -1,3 +0,0 @@
1
- module.exports=[94082,(e,o,d)=>{}];
2
-
3
- //# sourceMappingURL=_next-internal_server_app_api_archive_route_actions_f5db166b.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":[],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- module.exports=[50749,(e,o,d)=>{}];
2
-
3
- //# sourceMappingURL=_next-internal_server_app_api_filesystem_route_actions_4d8f988e.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":[],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- module.exports=[40091,(e,o,d)=>{}];
2
-
3
- //# sourceMappingURL=_next-internal_server_app_api_filesystem_tree_route_actions_9c467f18.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":[],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- module.exports=[52019,(e,o,d)=>{}];
2
-
3
- //# sourceMappingURL=_next-internal_server_app_api_global-memo_route_actions_22c30ae0.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":[],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- module.exports=[9588,(e,o,d)=>{}];
2
-
3
- //# sourceMappingURL=_next-internal_server_app_api_health_route_actions_da3433c4.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":[],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- module.exports=[45838,(e,o,d)=>{}];
2
-
3
- //# sourceMappingURL=_next-internal_server_app_api_projects_%5Bid%5D_brainstorm_route_actions_e2dbd41e.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":[],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- module.exports=[45149,(e,o,d)=>{}];
2
-
3
- //# sourceMappingURL=_next-internal_server_app_api_projects_%5Bid%5D_git-sync_route_actions_0a84c322.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":[],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- module.exports=[81424,(e,o,d)=>{}];
2
-
3
- //# sourceMappingURL=_next-internal_server_app_api_projects_%5Bid%5D_route_actions_6fd2e5a5.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":[],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- module.exports=[51051,(e,o,d)=>{}];
2
-
3
- //# sourceMappingURL=_next-internal_server_app_api_projects_%5Bid%5D_sub-projects_route_actions_0c31d31d.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":[],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- module.exports=[621,(e,o,d)=>{}];
2
-
3
- //# sourceMappingURL=_next-internal_server_app_api_projects_route_actions_38c611ee.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":[],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- module.exports=[51313,(e,o,d)=>{}];
2
-
3
- //# sourceMappingURL=_next-internal_server_app_api_sync_route_actions_78e25bf5.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":[],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- module.exports=[6202,(e,o,d)=>{}];
2
-
3
- //# sourceMappingURL=ce889_server_app_api_projects_%5Bid%5D_apply-distribute_route_actions_df2ffb77.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":[],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- module.exports=[2079,(e,o,d)=>{}];
2
-
3
- //# sourceMappingURL=ce889_server_app_api_projects_%5Bid%5D_auto-distribute_route_actions_0d998155.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":[],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- module.exports=[44797,(e,o,d)=>{}];
2
-
3
- //# sourceMappingURL=ce889_server_app_api_projects_%5Bid%5D_sub-projects_%5BsubId%5D_route_actions_d3d7322e.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":[],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- module.exports=[45095,(e,o,d)=>{}];
2
-
3
- //# sourceMappingURL=ce889_server_app_api_projects_%5Bid%5D_sub-projects_%5BsubId%5D_tasks_route_actions_c6a0ca5c.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":[],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- module.exports=[48455,e=>{"use strict";var t=e.i(47909),a=e.i(74017),n=e.i(96250),r=e.i(59756),i=e.i(61916),s=e.i(74677),o=e.i(69741),l=e.i(16795),u=e.i(87718),c=e.i(95169),d=e.i(47587),p=e.i(66012),f=e.i(70101),h=e.i(74838),g=e.i(10372),y=e.i(93695);e.i(52474);var m=e.i(220),w=e.i(89171),R=e.i(14966),E=e.i(33405),v=e.i(22734),x=e.i(14747);function S(e){return e.includes(" ")||e.includes('"')?`"${e.replace(/"/g,'\\"')}"`:e}function N(e,t,a){return new Promise((n,r)=>{let i=t.map(S);(0,E.execFile)(e,i,{cwd:a,shell:!0,timeout:6e4},(e,t,a)=>{e?r(Error(a?.trim()||e.message)):n(t.trim())})})}function b(e){return v.default.existsSync(x.default.join(e,".git"))}async function j(e,t){await N("git",["clone",e,t])}async function C(e){await N("git",["init"],e),await N("git",["branch","-M","main"],e)}async function A(e,t){await N("git",["remote","add","origin",t],e)}async function T(e,t){await N("git",["add",...t],e)}async function O(e,t){await N("git",["commit","-m",t],e)}async function _(e,t=!1){if(t){try{await N("git",["branch","-M","main"],e)}catch{}await N("git",["push","-u","origin","main"],e)}else await N("git",["push"],e)}async function D(e){await N("git",["pull"],e)}async function P(e){try{return await N("git",["remote","get-url","origin"],e)}catch{return null}}async function k(e){try{return await N("git",["log","-1","--format=%ci %s"],e)}catch{return null}}var I=e.i(84501);let F=["projects","brainstorms","sub_projects","tasks","task_prompts","task_conversations"];async function U(e){await (0,I.ensureDb)();let t=(0,I.getDb)(),a=t.prepare("SELECT name FROM sqlite_master WHERE type='table' AND name NOT LIKE 'sqlite_%'").all().map(e=>e.name),n={},r={};for(let e of F)if(a.includes(e)){let a=t.prepare(`SELECT * FROM ${e}`).all();n[e]=a,r[e]=a.length}let i={version:2,exportedAt:new Date().toISOString(),tables:n};return v.default.writeFileSync(e,JSON.stringify(i,null,2),"utf-8"),{tables:r}}let H=["projects","brainstorms","sub_projects","tasks","task_prompts","task_conversations"],$=[...H].reverse();async function q(){await (0,I.ensureDb)();let e=(0,R.getDbPath)();(0,I.getDb)().pragma("wal_checkpoint(TRUNCATE)");let t=new Date().toISOString().replace(/[:.]/g,"-"),a=`${e}.backup-${t}`;return v.default.copyFileSync(e,a),a}async function M(e){await (0,I.ensureDb)();let t=JSON.parse(v.default.readFileSync(e,"utf-8"));if(!t.version||!t.tables)throw Error("Invalid sync data format");let a=(0,I.getDb)(),n={};return a.transaction(()=>{for(let e of(a.pragma("foreign_keys = OFF"),$))try{a.prepare(`DELETE FROM ${e}`).run()}catch{}for(let e of H){let r=t.tables[e];if(!r||!Array.isArray(r)||0===r.length){n[e]=0;continue}let i=Object.keys(r[0]),s=i.map(()=>"?").join(", "),o=a.prepare(`INSERT INTO ${e} (${i.join(", ")}) VALUES (${s})`);for(let e of r)o.run(...i.map(t=>e[t]??null));n[e]=r.length}a.pragma("foreign_keys = ON")})(),{tables:n}}let L="im-data.json";async function K(){await (0,I.ensureDb)();let e=(0,R.getSyncDir)();if(!b(e))return w.NextResponse.json({initialized:!1});let t=await P(e).catch(()=>null),a=await k(e).catch(()=>null),n=v.default.existsSync(x.default.join(e,L));return w.NextResponse.json({initialized:!0,remoteUrl:t,lastCommit:a,hasData:n})}async function z(e){await (0,I.ensureDb)();let{action:t,repoUrl:a}=await e.json(),n=(0,R.getSyncDir)();if("init"===t){if(!a)return w.NextResponse.json({error:"repoUrl required"},{status:400});if(b(n))return w.NextResponse.json({error:"Already initialized"},{status:400});try{let e=n+"-tmp-"+Date.now(),t=!1;try{await j(a,e);let r=v.default.readdirSync(e,{withFileTypes:!0});for(let e of v.default.readdirSync(n))v.default.rmSync(x.default.join(n,e),{recursive:!0,force:!0});for(let t of r)v.default.renameSync(x.default.join(e,t.name),x.default.join(n,t.name));v.default.rmSync(e,{recursive:!0,force:!0}),t=!0}catch{v.default.rmSync(e,{recursive:!0,force:!0}),await C(n),await A(n,a),t=!0}return t&&!v.default.existsSync(x.default.join(n,L))&&(v.default.writeFileSync(x.default.join(n,".gitignore"),".DS_Store\n","utf-8"),await U(x.default.join(n,L)),await T(n,[".gitignore",L]),await O(n,"sync: initial export"),await _(n,!0).catch(()=>{})),w.NextResponse.json({success:!0})}catch(e){return w.NextResponse.json({error:e.message},{status:500})}}if(!b(n))return w.NextResponse.json({error:"Sync not initialized"},{status:400});if("push"===t)try{let e=x.default.join(n,L);await U(e),await T(n,[L]);let t=`sync: ${new Date().toISOString().slice(0,19).replace("T"," ")}`;try{await O(n,t)}catch(t){let e=t.message;if(e.includes("nothing to commit")||e.includes("no changes"))return w.NextResponse.json({success:!0,message:"Already up to date"});throw t}return await _(n,!1),w.NextResponse.json({success:!0,message:"Pushed successfully"})}catch(e){return w.NextResponse.json({error:e.message},{status:500})}if("pull"===t)try{await D(n);let e=x.default.join(n,L);if(!v.default.existsSync(e))return w.NextResponse.json({error:"No sync data found. Push from another machine first."},{status:404});return await q(),await M(e),w.NextResponse.json({success:!0,message:"Pulled and imported. Refresh to see changes."})}catch(e){return w.NextResponse.json({error:e.message},{status:500})}return w.NextResponse.json({error:"Invalid action"},{status:400})}e.s(["GET",()=>K,"POST",()=>z],55655);var B=e.i(55655);let G=new t.AppRouteRouteModule({definition:{kind:a.RouteKind.APP_ROUTE,page:"/api/sync/route",pathname:"/api/sync",filename:"route",bundlePath:""},distDir:".next",relativeProjectDir:"",resolvedPagePath:"[project]/src/app/api/sync/route.ts",nextConfigOutput:"",userland:B}),{workAsyncStorage:V,workUnitAsyncStorage:W,serverHooks:X}=G;function J(){return(0,n.patchFetch)({workAsyncStorage:V,workUnitAsyncStorage:W})}async function Z(e,t,n){G.isDev&&(0,r.addRequestMeta)(e,"devRequestTimingInternalsEnd",process.hrtime.bigint());let w="/api/sync/route";w=w.replace(/\/index$/,"")||"/";let R=await G.prepare(e,t,{srcPage:w,multiZoneDraftMode:!1});if(!R)return t.statusCode=400,t.end("Bad Request"),null==n.waitUntil||n.waitUntil.call(n,Promise.resolve()),null;let{buildId:E,params:v,nextConfig:x,parsedUrl:S,isDraftMode:N,prerenderManifest:b,routerServerContext:j,isOnDemandRevalidate:C,revalidateOnlyGenerated:A,resolvedPathname:T,clientReferenceManifest:O,serverActionsManifest:_}=R,D=(0,o.normalizeAppPath)(w),P=!!(b.dynamicRoutes[D]||b.routes[T]),k=async()=>((null==j?void 0:j.render404)?await j.render404(e,t,S,!1):t.end("This page could not be found"),null);if(P&&!N){let e=!!b.routes[T],t=b.dynamicRoutes[D];if(t&&!1===t.fallback&&!e){if(x.experimental.adapterPath)return await k();throw new y.NoFallbackError}}let I=null;!P||G.isDev||N||(I="/index"===(I=T)?"/":I);let F=!0===G.isDev||!P,U=P&&!F;_&&O&&(0,s.setManifestsSingleton)({page:w,clientReferenceManifest:O,serverActionsManifest:_});let H=e.method||"GET",$=(0,i.getTracer)(),q=$.getActiveScopeSpan(),M={params:v,prerenderManifest:b,renderOpts:{experimental:{authInterrupts:!!x.experimental.authInterrupts},cacheComponents:!!x.cacheComponents,supportsDynamicResponse:F,incrementalCache:(0,r.getRequestMeta)(e,"incrementalCache"),cacheLifeProfiles:x.cacheLife,waitUntil:n.waitUntil,onClose:e=>{t.on("close",e)},onAfterTaskError:void 0,onInstrumentationRequestError:(t,a,n,r)=>G.onRequestError(e,t,n,r,j)},sharedContext:{buildId:E}},L=new l.NodeNextRequest(e),K=new l.NodeNextResponse(t),z=u.NextRequestAdapter.fromNodeNextRequest(L,(0,u.signalFromNodeResponse)(t));try{let s=async e=>G.handle(z,M).finally(()=>{if(!e)return;e.setAttributes({"http.status_code":t.statusCode,"next.rsc":!1});let a=$.getRootSpanAttributes();if(!a)return;if(a.get("next.span_type")!==c.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${a.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let n=a.get("next.route");if(n){let t=`${H} ${n}`;e.setAttributes({"next.route":n,"http.route":n,"next.span_name":t}),e.updateName(t)}else e.updateName(`${H} ${w}`)}),o=!!(0,r.getRequestMeta)(e,"minimalMode"),l=async r=>{var i,l;let u=async({previousCacheEntry:a})=>{try{if(!o&&C&&A&&!a)return t.statusCode=404,t.setHeader("x-nextjs-cache","REVALIDATED"),t.end("This page could not be found"),null;let i=await s(r);e.fetchMetrics=M.renderOpts.fetchMetrics;let l=M.renderOpts.pendingWaitUntil;l&&n.waitUntil&&(n.waitUntil(l),l=void 0);let u=M.renderOpts.collectedTags;if(!P)return await (0,p.sendResponse)(L,K,i,M.renderOpts.pendingWaitUntil),null;{let e=await i.blob(),t=(0,f.toNodeOutgoingHttpHeaders)(i.headers);u&&(t[g.NEXT_CACHE_TAGS_HEADER]=u),!t["content-type"]&&e.type&&(t["content-type"]=e.type);let a=void 0!==M.renderOpts.collectedRevalidate&&!(M.renderOpts.collectedRevalidate>=g.INFINITE_CACHE)&&M.renderOpts.collectedRevalidate,n=void 0===M.renderOpts.collectedExpire||M.renderOpts.collectedExpire>=g.INFINITE_CACHE?void 0:M.renderOpts.collectedExpire;return{value:{kind:m.CachedRouteKind.APP_ROUTE,status:i.status,body:Buffer.from(await e.arrayBuffer()),headers:t},cacheControl:{revalidate:a,expire:n}}}}catch(t){throw(null==a?void 0:a.isStale)&&await G.onRequestError(e,t,{routerKind:"App Router",routePath:w,routeType:"route",revalidateReason:(0,d.getRevalidateReason)({isStaticGeneration:U,isOnDemandRevalidate:C})},!1,j),t}},c=await G.handleResponse({req:e,nextConfig:x,cacheKey:I,routeKind:a.RouteKind.APP_ROUTE,isFallback:!1,prerenderManifest:b,isRoutePPREnabled:!1,isOnDemandRevalidate:C,revalidateOnlyGenerated:A,responseGenerator:u,waitUntil:n.waitUntil,isMinimalMode:o});if(!P)return null;if((null==c||null==(i=c.value)?void 0:i.kind)!==m.CachedRouteKind.APP_ROUTE)throw Object.defineProperty(Error(`Invariant: app-route received invalid cache entry ${null==c||null==(l=c.value)?void 0:l.kind}`),"__NEXT_ERROR_CODE",{value:"E701",enumerable:!1,configurable:!0});o||t.setHeader("x-nextjs-cache",C?"REVALIDATED":c.isMiss?"MISS":c.isStale?"STALE":"HIT"),N&&t.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate");let y=(0,f.fromNodeOutgoingHttpHeaders)(c.value.headers);return o&&P||y.delete(g.NEXT_CACHE_TAGS_HEADER),!c.cacheControl||t.getHeader("Cache-Control")||y.get("Cache-Control")||y.set("Cache-Control",(0,h.getCacheControlHeader)(c.cacheControl)),await (0,p.sendResponse)(L,K,new Response(c.value.body,{headers:y,status:c.value.status||200})),null};q?await l(q):await $.withPropagatedContext(e.headers,()=>$.trace(c.BaseServerSpan.handleRequest,{spanName:`${H} ${w}`,kind:i.SpanKind.SERVER,attributes:{"http.method":H,"http.target":e.url}},l))}catch(t){if(t instanceof y.NoFallbackError||await G.onRequestError(e,t,{routerKind:"App Router",routePath:D,routeType:"route",revalidateReason:(0,d.getRevalidateReason)({isStaticGeneration:U,isOnDemandRevalidate:C})},!1,j),P)throw t;return await (0,p.sendResponse)(L,K,new Response(null,{status:500})),null}}e.s(["handler",()=>Z,"patchFetch",()=>J,"routeModule",()=>G,"serverHooks",()=>X,"workAsyncStorage",()=>V,"workUnitAsyncStorage",()=>W],48455)}];
2
-
3
- //# sourceMappingURL=node_modules_next_dist_esm_build_templates_app-route_8aec5fa3.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../src/app/api/sync/route.ts","../../../src/lib/sync/git.ts","../../../node_modules/next/dist/esm/build/templates/app-route.js","../../../src/lib/sync/exporter.ts","../../../src/lib/sync/importer.ts"],"sourcesContent":["import { NextRequest, NextResponse } from 'next/server';\nimport { getSyncDir } from '@/lib/utils/paths';\nimport * as git from '@/lib/sync/git';\nimport { exportToFile } from '@/lib/sync/exporter';\nimport { importFromFile, backupDb } from '@/lib/sync/importer';\nimport { ensureDb } from '@/lib/db';\nimport path from 'path';\nimport fs from 'fs';\n\nconst SYNC_FILE = 'im-data.json';\n\n// GET: sync status\nexport async function GET() {\n await ensureDb();\n const syncDir = getSyncDir();\n const initialized = git.isGitRepo(syncDir);\n\n if (!initialized) {\n return NextResponse.json({ initialized: false });\n }\n\n const remoteUrl = await git.getRemoteUrl(syncDir).catch(() => null);\n const lastCommit = await git.getLastCommitInfo(syncDir).catch(() => null);\n const hasData = fs.existsSync(path.join(syncDir, SYNC_FILE));\n\n return NextResponse.json({\n initialized: true,\n remoteUrl,\n lastCommit,\n hasData,\n });\n}\n\n// POST: push or pull\nexport async function POST(request: NextRequest) {\n await ensureDb();\n const body = await request.json();\n const { action, repoUrl } = body;\n\n const syncDir = getSyncDir();\n\n // Init\n if (action === 'init') {\n if (!repoUrl) {\n return NextResponse.json({ error: 'repoUrl required' }, { status: 400 });\n }\n if (git.isGitRepo(syncDir)) {\n return NextResponse.json({ error: 'Already initialized' }, { status: 400 });\n }\n\n try {\n const tmpDir = syncDir + '-tmp-' + Date.now();\n let cloned = false;\n try {\n await git.gitClone(repoUrl, tmpDir);\n const entries = fs.readdirSync(tmpDir, { withFileTypes: true });\n for (const e of fs.readdirSync(syncDir)) {\n fs.rmSync(path.join(syncDir, e), { recursive: true, force: true });\n }\n for (const e of entries) {\n fs.renameSync(path.join(tmpDir, e.name), path.join(syncDir, e.name));\n }\n fs.rmSync(tmpDir, { recursive: true, force: true });\n cloned = true;\n } catch {\n fs.rmSync(tmpDir, { recursive: true, force: true });\n await git.gitInit(syncDir);\n await git.gitAddRemote(syncDir, repoUrl);\n cloned = true;\n }\n\n if (cloned && !fs.existsSync(path.join(syncDir, SYNC_FILE))) {\n fs.writeFileSync(path.join(syncDir, '.gitignore'), '.DS_Store\\n', 'utf-8');\n await exportToFile(path.join(syncDir, SYNC_FILE));\n await git.gitAdd(syncDir, ['.gitignore', SYNC_FILE]);\n await git.gitCommit(syncDir, 'sync: initial export');\n await git.gitPush(syncDir, true).catch(() => {});\n }\n\n return NextResponse.json({ success: true });\n } catch (err) {\n return NextResponse.json({ error: (err as Error).message }, { status: 500 });\n }\n }\n\n if (!git.isGitRepo(syncDir)) {\n return NextResponse.json({ error: 'Sync not initialized' }, { status: 400 });\n }\n\n // Push\n if (action === 'push') {\n try {\n const filePath = path.join(syncDir, SYNC_FILE);\n await exportToFile(filePath);\n await git.gitAdd(syncDir, [SYNC_FILE]);\n const msg = `sync: ${new Date().toISOString().slice(0, 19).replace('T', ' ')}`;\n try {\n await git.gitCommit(syncDir, msg);\n } catch (err) {\n const m = (err as Error).message;\n if (m.includes('nothing to commit') || m.includes('no changes')) {\n return NextResponse.json({ success: true, message: 'Already up to date' });\n }\n throw err;\n }\n await git.gitPush(syncDir, false);\n return NextResponse.json({ success: true, message: 'Pushed successfully' });\n } catch (err) {\n return NextResponse.json({ error: (err as Error).message }, { status: 500 });\n }\n }\n\n // Pull\n if (action === 'pull') {\n try {\n await git.gitPull(syncDir);\n const filePath = path.join(syncDir, SYNC_FILE);\n if (!fs.existsSync(filePath)) {\n return NextResponse.json({ error: 'No sync data found. Push from another machine first.' }, { status: 404 });\n }\n await backupDb();\n await importFromFile(filePath);\n return NextResponse.json({ success: true, message: 'Pulled and imported. Refresh to see changes.' });\n } catch (err) {\n return NextResponse.json({ error: (err as Error).message }, { status: 500 });\n }\n }\n\n return NextResponse.json({ error: 'Invalid action' }, { status: 400 });\n}\n","import { execFile } from 'child_process';\nimport fs from 'fs';\nimport path from 'path';\n\nfunction quoteArg(arg: string): string {\n // Quote args with spaces for shell mode\n if (!arg.includes(' ') && !arg.includes('\"')) return arg;\n if (process.platform === 'win32') {\n // cmd.exe uses \"\" to escape quotes\n return `\"${arg.replace(/\"/g, '\"\"')}\"`;\n }\n return `\"${arg.replace(/\"/g, '\\\\\"')}\"`;\n}\n\nfunction exec(cmd: string, args: string[], cwd?: string): Promise<string> {\n return new Promise((resolve, reject) => {\n const quotedArgs = args.map(quoteArg);\n execFile(cmd, quotedArgs, { cwd, shell: true, timeout: 60000 }, (err, stdout, stderr) => {\n if (err) {\n reject(new Error(stderr?.trim() || err.message));\n } else {\n resolve(stdout.trim());\n }\n });\n });\n}\n\nexport async function isGitInstalled(): Promise<boolean> {\n try { await exec('git', ['--version']); return true; } catch { return false; }\n}\n\nexport async function isGhInstalled(): Promise<boolean> {\n try { await exec('gh', ['--version']); return true; } catch { return false; }\n}\n\nexport async function isGhAuthenticated(): Promise<boolean> {\n try { await exec('gh', ['auth', 'status']); return true; } catch { return false; }\n}\n\nexport function isGitRepo(dir: string): boolean {\n return fs.existsSync(path.join(dir, '.git'));\n}\n\nexport async function ghCreateRepo(name: string): Promise<string> {\n // Create private repo and get URL\n const result = await exec('gh', ['repo', 'create', name, '--private', '--confirm']);\n // Extract repo URL from output\n const urlMatch = result.match(/https:\\/\\/github\\.com\\/\\S+/);\n if (urlMatch) return urlMatch[0];\n // Fallback: query the repo URL\n const url = await exec('gh', ['repo', 'view', name, '--json', 'url', '-q', '.url']);\n return url;\n}\n\nexport async function gitClone(url: string, targetDir: string): Promise<void> {\n await exec('git', ['clone', url, targetDir]);\n}\n\nexport async function gitInit(cwd: string): Promise<void> {\n await exec('git', ['init'], cwd);\n // Set default branch to main\n await exec('git', ['branch', '-M', 'main'], cwd);\n}\n\nexport async function gitAddRemote(cwd: string, url: string): Promise<void> {\n await exec('git', ['remote', 'add', 'origin', url], cwd);\n}\n\nexport async function gitAdd(cwd: string, files: string[]): Promise<void> {\n await exec('git', ['add', ...files], cwd);\n}\n\nexport async function gitCommit(cwd: string, message: string): Promise<void> {\n await exec('git', ['commit', '-m', message], cwd);\n}\n\nexport async function gitPush(cwd: string, setUpstream = false): Promise<void> {\n if (setUpstream) {\n // Ensure branch is named main, then push\n try { await exec('git', ['branch', '-M', 'main'], cwd); } catch { /* already main */ }\n await exec('git', ['push', '-u', 'origin', 'main'], cwd);\n } else {\n await exec('git', ['push'], cwd);\n }\n}\n\nexport async function gitPull(cwd: string): Promise<void> {\n await exec('git', ['pull'], cwd);\n}\n\nexport async function hasRemote(cwd: string): Promise<boolean> {\n try {\n const result = await exec('git', ['remote'], cwd);\n return result.includes('origin');\n } catch { return false; }\n}\n\nexport async function hasCommits(cwd: string): Promise<boolean> {\n try {\n await exec('git', ['rev-parse', 'HEAD'], cwd);\n return true;\n } catch { return false; }\n}\n\nexport async function getRemoteUrl(cwd: string): Promise<string | null> {\n try {\n return await exec('git', ['remote', 'get-url', 'origin'], cwd);\n } catch { return null; }\n}\n\nexport async function getLastCommitInfo(cwd: string): Promise<string | null> {\n try {\n return await exec('git', ['log', '-1', '--format=%ci %s'], cwd);\n } catch { return null; }\n}\n","import { AppRouteRouteModule } from \"next/dist/esm/server/route-modules/app-route/module.compiled\";\nimport { RouteKind } from \"next/dist/esm/server/route-kind\";\nimport { patchFetch as _patchFetch } from \"next/dist/esm/server/lib/patch-fetch\";\nimport { addRequestMeta, getRequestMeta } from \"next/dist/esm/server/request-meta\";\nimport { getTracer, SpanKind } from \"next/dist/esm/server/lib/trace/tracer\";\nimport { setManifestsSingleton } from \"next/dist/esm/server/app-render/manifests-singleton\";\nimport { normalizeAppPath } from \"next/dist/esm/shared/lib/router/utils/app-paths\";\nimport { NodeNextRequest, NodeNextResponse } from \"next/dist/esm/server/base-http/node\";\nimport { NextRequestAdapter, signalFromNodeResponse } from \"next/dist/esm/server/web/spec-extension/adapters/next-request\";\nimport { BaseServerSpan } from \"next/dist/esm/server/lib/trace/constants\";\nimport { getRevalidateReason } from \"next/dist/esm/server/instrumentation/utils\";\nimport { sendResponse } from \"next/dist/esm/server/send-response\";\nimport { fromNodeOutgoingHttpHeaders, toNodeOutgoingHttpHeaders } from \"next/dist/esm/server/web/utils\";\nimport { getCacheControlHeader } from \"next/dist/esm/server/lib/cache-control\";\nimport { INFINITE_CACHE, NEXT_CACHE_TAGS_HEADER } from \"next/dist/esm/lib/constants\";\nimport { NoFallbackError } from \"next/dist/esm/shared/lib/no-fallback-error.external\";\nimport { CachedRouteKind } from \"next/dist/esm/server/response-cache\";\nimport * as userland from \"INNER_APP_ROUTE\";\n// We inject the nextConfigOutput here so that we can use them in the route\n// module.\nconst nextConfigOutput = \"\"\nconst routeModule = new AppRouteRouteModule({\n definition: {\n kind: RouteKind.APP_ROUTE,\n page: \"/api/sync/route\",\n pathname: \"/api/sync\",\n filename: \"route\",\n bundlePath: \"\"\n },\n distDir: process.env.__NEXT_RELATIVE_DIST_DIR || '',\n relativeProjectDir: process.env.__NEXT_RELATIVE_PROJECT_DIR || '',\n resolvedPagePath: \"[project]/src/app/api/sync/route.ts\",\n nextConfigOutput,\n userland\n});\n// Pull out the exports that we need to expose from the module. This should\n// be eliminated when we've moved the other routes to the new format. These\n// are used to hook into the route.\nconst { workAsyncStorage, workUnitAsyncStorage, serverHooks } = routeModule;\nfunction patchFetch() {\n return _patchFetch({\n workAsyncStorage,\n workUnitAsyncStorage\n });\n}\nexport { routeModule, workAsyncStorage, workUnitAsyncStorage, serverHooks, patchFetch, };\nexport async function handler(req, res, ctx) {\n if (routeModule.isDev) {\n addRequestMeta(req, 'devRequestTimingInternalsEnd', process.hrtime.bigint());\n }\n let srcPage = \"/api/sync/route\";\n // turbopack doesn't normalize `/index` in the page name\n // so we need to to process dynamic routes properly\n // TODO: fix turbopack providing differing value from webpack\n if (process.env.TURBOPACK) {\n srcPage = srcPage.replace(/\\/index$/, '') || '/';\n } else if (srcPage === '/index') {\n // we always normalize /index specifically\n srcPage = '/';\n }\n const multiZoneDraftMode = process.env.__NEXT_MULTI_ZONE_DRAFT_MODE;\n const prepareResult = await routeModule.prepare(req, res, {\n srcPage,\n multiZoneDraftMode\n });\n if (!prepareResult) {\n res.statusCode = 400;\n res.end('Bad Request');\n ctx.waitUntil == null ? void 0 : ctx.waitUntil.call(ctx, Promise.resolve());\n return null;\n }\n const { buildId, params, nextConfig, parsedUrl, isDraftMode, prerenderManifest, routerServerContext, isOnDemandRevalidate, revalidateOnlyGenerated, resolvedPathname, clientReferenceManifest, serverActionsManifest } = prepareResult;\n const normalizedSrcPage = normalizeAppPath(srcPage);\n let isIsr = Boolean(prerenderManifest.dynamicRoutes[normalizedSrcPage] || prerenderManifest.routes[resolvedPathname]);\n const render404 = async ()=>{\n // TODO: should route-module itself handle rendering the 404\n if (routerServerContext == null ? void 0 : routerServerContext.render404) {\n await routerServerContext.render404(req, res, parsedUrl, false);\n } else {\n res.end('This page could not be found');\n }\n return null;\n };\n if (isIsr && !isDraftMode) {\n const isPrerendered = Boolean(prerenderManifest.routes[resolvedPathname]);\n const prerenderInfo = prerenderManifest.dynamicRoutes[normalizedSrcPage];\n if (prerenderInfo) {\n if (prerenderInfo.fallback === false && !isPrerendered) {\n if (nextConfig.experimental.adapterPath) {\n return await render404();\n }\n throw new NoFallbackError();\n }\n }\n }\n let cacheKey = null;\n if (isIsr && !routeModule.isDev && !isDraftMode) {\n cacheKey = resolvedPathname;\n // ensure /index and / is normalized to one key\n cacheKey = cacheKey === '/index' ? '/' : cacheKey;\n }\n const supportsDynamicResponse = // If we're in development, we always support dynamic HTML\n routeModule.isDev === true || // If this is not SSG or does not have static paths, then it supports\n // dynamic HTML.\n !isIsr;\n // This is a revalidation request if the request is for a static\n // page and it is not being resumed from a postponed render and\n // it is not a dynamic RSC request then it is a revalidation\n // request.\n const isStaticGeneration = isIsr && !supportsDynamicResponse;\n // Before rendering (which initializes component tree modules), we have to\n // set the reference manifests to our global store so Server Action's\n // encryption util can access to them at the top level of the page module.\n if (serverActionsManifest && clientReferenceManifest) {\n setManifestsSingleton({\n page: srcPage,\n clientReferenceManifest,\n serverActionsManifest\n });\n }\n const method = req.method || 'GET';\n const tracer = getTracer();\n const activeSpan = tracer.getActiveScopeSpan();\n const context = {\n params,\n prerenderManifest,\n renderOpts: {\n experimental: {\n authInterrupts: Boolean(nextConfig.experimental.authInterrupts)\n },\n cacheComponents: Boolean(nextConfig.cacheComponents),\n supportsDynamicResponse,\n incrementalCache: getRequestMeta(req, 'incrementalCache'),\n cacheLifeProfiles: nextConfig.cacheLife,\n waitUntil: ctx.waitUntil,\n onClose: (cb)=>{\n res.on('close', cb);\n },\n onAfterTaskError: undefined,\n onInstrumentationRequestError: (error, _request, errorContext, silenceLog)=>routeModule.onRequestError(req, error, errorContext, silenceLog, routerServerContext)\n },\n sharedContext: {\n buildId\n }\n };\n const nodeNextReq = new NodeNextRequest(req);\n const nodeNextRes = new NodeNextResponse(res);\n const nextReq = NextRequestAdapter.fromNodeNextRequest(nodeNextReq, signalFromNodeResponse(res));\n try {\n const invokeRouteModule = async (span)=>{\n return routeModule.handle(nextReq, context).finally(()=>{\n if (!span) return;\n span.setAttributes({\n 'http.status_code': res.statusCode,\n 'next.rsc': false\n });\n const rootSpanAttributes = tracer.getRootSpanAttributes();\n // We were unable to get attributes, probably OTEL is not enabled\n if (!rootSpanAttributes) {\n return;\n }\n if (rootSpanAttributes.get('next.span_type') !== BaseServerSpan.handleRequest) {\n console.warn(`Unexpected root span type '${rootSpanAttributes.get('next.span_type')}'. Please report this Next.js issue https://github.com/vercel/next.js`);\n return;\n }\n const route = rootSpanAttributes.get('next.route');\n if (route) {\n const name = `${method} ${route}`;\n span.setAttributes({\n 'next.route': route,\n 'http.route': route,\n 'next.span_name': name\n });\n span.updateName(name);\n } else {\n span.updateName(`${method} ${srcPage}`);\n }\n });\n };\n const isMinimalMode = Boolean(process.env.MINIMAL_MODE || getRequestMeta(req, 'minimalMode'));\n const handleResponse = async (currentSpan)=>{\n var _cacheEntry_value;\n const responseGenerator = async ({ previousCacheEntry })=>{\n try {\n if (!isMinimalMode && isOnDemandRevalidate && revalidateOnlyGenerated && !previousCacheEntry) {\n res.statusCode = 404;\n // on-demand revalidate always sets this header\n res.setHeader('x-nextjs-cache', 'REVALIDATED');\n res.end('This page could not be found');\n return null;\n }\n const response = await invokeRouteModule(currentSpan);\n req.fetchMetrics = context.renderOpts.fetchMetrics;\n let pendingWaitUntil = context.renderOpts.pendingWaitUntil;\n // Attempt using provided waitUntil if available\n // if it's not we fallback to sendResponse's handling\n if (pendingWaitUntil) {\n if (ctx.waitUntil) {\n ctx.waitUntil(pendingWaitUntil);\n pendingWaitUntil = undefined;\n }\n }\n const cacheTags = context.renderOpts.collectedTags;\n // If the request is for a static response, we can cache it so long\n // as it's not edge.\n if (isIsr) {\n const blob = await response.blob();\n // Copy the headers from the response.\n const headers = toNodeOutgoingHttpHeaders(response.headers);\n if (cacheTags) {\n headers[NEXT_CACHE_TAGS_HEADER] = cacheTags;\n }\n if (!headers['content-type'] && blob.type) {\n headers['content-type'] = blob.type;\n }\n const revalidate = typeof context.renderOpts.collectedRevalidate === 'undefined' || context.renderOpts.collectedRevalidate >= INFINITE_CACHE ? false : context.renderOpts.collectedRevalidate;\n const expire = typeof context.renderOpts.collectedExpire === 'undefined' || context.renderOpts.collectedExpire >= INFINITE_CACHE ? undefined : context.renderOpts.collectedExpire;\n // Create the cache entry for the response.\n const cacheEntry = {\n value: {\n kind: CachedRouteKind.APP_ROUTE,\n status: response.status,\n body: Buffer.from(await blob.arrayBuffer()),\n headers\n },\n cacheControl: {\n revalidate,\n expire\n }\n };\n return cacheEntry;\n } else {\n // send response without caching if not ISR\n await sendResponse(nodeNextReq, nodeNextRes, response, context.renderOpts.pendingWaitUntil);\n return null;\n }\n } catch (err) {\n // if this is a background revalidate we need to report\n // the request error here as it won't be bubbled\n if (previousCacheEntry == null ? void 0 : previousCacheEntry.isStale) {\n const silenceLog = false;\n await routeModule.onRequestError(req, err, {\n routerKind: 'App Router',\n routePath: srcPage,\n routeType: 'route',\n revalidateReason: getRevalidateReason({\n isStaticGeneration,\n isOnDemandRevalidate\n })\n }, silenceLog, routerServerContext);\n }\n throw err;\n }\n };\n const cacheEntry = await routeModule.handleResponse({\n req,\n nextConfig,\n cacheKey,\n routeKind: RouteKind.APP_ROUTE,\n isFallback: false,\n prerenderManifest,\n isRoutePPREnabled: false,\n isOnDemandRevalidate,\n revalidateOnlyGenerated,\n responseGenerator,\n waitUntil: ctx.waitUntil,\n isMinimalMode\n });\n // we don't create a cacheEntry for ISR\n if (!isIsr) {\n return null;\n }\n if ((cacheEntry == null ? void 0 : (_cacheEntry_value = cacheEntry.value) == null ? void 0 : _cacheEntry_value.kind) !== CachedRouteKind.APP_ROUTE) {\n var _cacheEntry_value1;\n throw Object.defineProperty(new Error(`Invariant: app-route received invalid cache entry ${cacheEntry == null ? void 0 : (_cacheEntry_value1 = cacheEntry.value) == null ? void 0 : _cacheEntry_value1.kind}`), \"__NEXT_ERROR_CODE\", {\n value: \"E701\",\n enumerable: false,\n configurable: true\n });\n }\n if (!isMinimalMode) {\n res.setHeader('x-nextjs-cache', isOnDemandRevalidate ? 'REVALIDATED' : cacheEntry.isMiss ? 'MISS' : cacheEntry.isStale ? 'STALE' : 'HIT');\n }\n // Draft mode should never be cached\n if (isDraftMode) {\n res.setHeader('Cache-Control', 'private, no-cache, no-store, max-age=0, must-revalidate');\n }\n const headers = fromNodeOutgoingHttpHeaders(cacheEntry.value.headers);\n if (!(isMinimalMode && isIsr)) {\n headers.delete(NEXT_CACHE_TAGS_HEADER);\n }\n // If cache control is already set on the response we don't\n // override it to allow users to customize it via next.config\n if (cacheEntry.cacheControl && !res.getHeader('Cache-Control') && !headers.get('Cache-Control')) {\n headers.set('Cache-Control', getCacheControlHeader(cacheEntry.cacheControl));\n }\n await sendResponse(nodeNextReq, nodeNextRes, // @ts-expect-error - Argument of type 'Buffer<ArrayBufferLike>' is not assignable to parameter of type 'BodyInit | null | undefined'.\n new Response(cacheEntry.value.body, {\n headers,\n status: cacheEntry.value.status || 200\n }));\n return null;\n };\n // TODO: activeSpan code path is for when wrapped by\n // next-server can be removed when this is no longer used\n if (activeSpan) {\n await handleResponse(activeSpan);\n } else {\n await tracer.withPropagatedContext(req.headers, ()=>tracer.trace(BaseServerSpan.handleRequest, {\n spanName: `${method} ${srcPage}`,\n kind: SpanKind.SERVER,\n attributes: {\n 'http.method': method,\n 'http.target': req.url\n }\n }, handleResponse));\n }\n } catch (err) {\n if (!(err instanceof NoFallbackError)) {\n const silenceLog = false;\n await routeModule.onRequestError(req, err, {\n routerKind: 'App Router',\n routePath: normalizedSrcPage,\n routeType: 'route',\n revalidateReason: getRevalidateReason({\n isStaticGeneration,\n isOnDemandRevalidate\n })\n }, silenceLog, routerServerContext);\n }\n // rethrow so that we can handle serving error page\n // If this is during static generation, throw the error again.\n if (isIsr) throw err;\n // Otherwise, send a 500 response.\n await sendResponse(nodeNextReq, nodeNextRes, new Response(null, {\n status: 500\n }));\n return null;\n }\n}\n\n//# sourceMappingURL=app-route.js.map\n","import fs from 'fs';\nimport { ensureDb, getDb } from '../db';\n\n// v2 active tables\nconst V2_TABLES = ['projects', 'brainstorms', 'sub_projects', 'tasks', 'task_prompts', 'task_conversations'];\n\nfunction getExistingTables(db: ReturnType<typeof getDb>): string[] {\n const rows = db.prepare(\"SELECT name FROM sqlite_master WHERE type='table' AND name NOT LIKE 'sqlite_%'\").all() as { name: string }[];\n return rows.map(r => r.name);\n}\n\nexport async function exportToFile(filePath: string): Promise<{ tables: Record<string, number> }> {\n await ensureDb();\n const db = getDb();\n const existingTables = getExistingTables(db);\n\n const tables: Record<string, unknown[]> = {};\n const counts: Record<string, number> = {};\n\n // Export all known tables using raw SELECT for perfect round-trip\n for (const table of V2_TABLES) {\n if (existingTables.includes(table)) {\n const rows = db.prepare(`SELECT * FROM ${table}`).all();\n tables[table] = rows;\n counts[table] = rows.length;\n }\n }\n\n const data = {\n version: 2,\n exportedAt: new Date().toISOString(),\n tables,\n };\n\n fs.writeFileSync(filePath, JSON.stringify(data, null, 2), 'utf-8');\n\n return { tables: counts };\n}\n","import fs from 'fs';\nimport { ensureDb, getDb } from '../db';\nimport { getDbPath } from '../utils/paths';\n\n// Import order: parents first, then children\nconst IMPORT_ORDER = ['projects', 'brainstorms', 'sub_projects', 'tasks', 'task_prompts', 'task_conversations'];\n// Delete order: children first, then parents\nconst DELETE_ORDER = [...IMPORT_ORDER].reverse();\n\nexport async function backupDb(): Promise<string> {\n await ensureDb();\n const dbPath = getDbPath();\n const db = getDb();\n // Flush WAL before backup\n db.pragma('wal_checkpoint(TRUNCATE)');\n const timestamp = new Date().toISOString().replace(/[:.]/g, '-');\n const backupPath = `${dbPath}.backup-${timestamp}`;\n fs.copyFileSync(dbPath, backupPath);\n return backupPath;\n}\n\nexport async function importFromFile(filePath: string): Promise<{ tables: Record<string, number> }> {\n await ensureDb();\n const raw = fs.readFileSync(filePath, 'utf-8');\n const data = JSON.parse(raw);\n\n if (!data.version || !data.tables) {\n throw new Error('Invalid sync data format');\n }\n\n const db = getDb();\n const counts: Record<string, number> = {};\n\n const doImport = db.transaction(() => {\n db.pragma('foreign_keys = OFF');\n\n // Delete all data in reverse dependency order\n for (const table of DELETE_ORDER) {\n try {\n db.prepare(`DELETE FROM ${table}`).run();\n } catch {\n // Table might not exist, skip\n }\n }\n\n // Insert data in dependency order\n for (const table of IMPORT_ORDER) {\n const rows = data.tables[table];\n if (!rows || !Array.isArray(rows) || rows.length === 0) {\n counts[table] = 0;\n continue;\n }\n\n const columns = Object.keys(rows[0]);\n const placeholders = columns.map(() => '?').join(', ');\n const stmt = db.prepare(`INSERT INTO ${table} (${columns.join(', ')}) VALUES (${placeholders})`);\n\n for (const row of rows) {\n stmt.run(...columns.map(col => row[col] ?? null));\n }\n\n counts[table] = rows.length;\n }\n\n db.pragma('foreign_keys = ON');\n });\n\n doImport();\n\n return { tables: counts };\n}\n"],"names":[],"mappings":"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","ignoreList":[2]}
@@ -1,7 +0,0 @@
1
- module.exports=[89578,a=>{a.v({className:"geist_a71539c9-module__T19VSG__className",variable:"geist_a71539c9-module__T19VSG__variable"})},35214,a=>{a.v({className:"geist_mono_8d43a2aa-module__8Li5zG__className",variable:"geist_mono_8d43a2aa-module__8Li5zG__variable"})},27572,a=>{"use strict";var b=a.i(7997),c=a.i(89578);let d={className:c.default.className,style:{fontFamily:"'Geist', 'Geist Fallback'",fontStyle:"normal"}};null!=c.default.variable&&(d.variable=c.default.variable);var e=a.i(35214);let f={className:e.default.className,style:{fontFamily:"'Geist Mono', 'Geist Mono Fallback'",fontStyle:"normal"}};function g({children:a}){return(0,b.jsxs)("html",{lang:"ko",children:[(0,b.jsx)("head",{children:(0,b.jsx)("link",{rel:"stylesheet",as:"style",crossOrigin:"anonymous",href:"https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable-dynamic-subset.min.css"})}),(0,b.jsxs)("body",{className:`${d.variable} ${f.variable} antialiased`,children:[a,(0,b.jsx)("script",{dangerouslySetInnerHTML:{__html:`
2
- if ('serviceWorker' in navigator) {
3
- navigator.serviceWorker.register('/sw.js');
4
- }
5
- `}})]})]})}null!=e.default.variable&&(f.variable=e.default.variable),a.s(["default",()=>g,"metadata",0,{title:"IM - 아이디어 매니저",description:"아이디어에서 실행 가능한 프롬프트까지, 멀티 프로젝트 워크플로우 매니저",icons:{icon:"/favicon.svg",apple:"/icon-192.png"},manifest:"/manifest.json",themeColor:"#6366f1",appleWebApp:{capable:!0,statusBarStyle:"black-translucent",title:"IM"}}],27572)}];
6
-
7
- //# sourceMappingURL=%5Broot-of-the-server%5D__11fa4345._.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["turbopack:///[next]/internal/font/google/geist_a71539c9.module.css [app-rsc] (css module)","turbopack:///[next]/internal/font/google/geist_mono_8d43a2aa.module.css [app-rsc] (css module)","turbopack:///[next]/internal/font/google/geist_a71539c9.js","turbopack:///[next]/internal/font/google/geist_mono_8d43a2aa.js","../../../../src/app/layout.tsx"],"sourcesContent":["__turbopack_context__.v({\n \"className\": \"geist_a71539c9-module__T19VSG__className\",\n \"variable\": \"geist_a71539c9-module__T19VSG__variable\",\n});\n","__turbopack_context__.v({\n \"className\": \"geist_mono_8d43a2aa-module__8Li5zG__className\",\n \"variable\": \"geist_mono_8d43a2aa-module__8Li5zG__variable\",\n});\n","import cssModule from \"@vercel/turbopack-next/internal/font/google/cssmodule.module.css?{%22path%22:%22layout.tsx%22,%22import%22:%22Geist%22,%22arguments%22:[{%22variable%22:%22--font-geist-sans%22,%22subsets%22:[%22latin%22]}],%22variableName%22:%22geistSans%22}\";\nconst fontData = {\n className: cssModule.className,\n style: {\n fontFamily: \"'Geist', 'Geist Fallback'\",\n fontStyle: \"normal\",\n\n },\n};\n\nif (cssModule.variable != null) {\n fontData.variable = cssModule.variable;\n}\n\nexport default fontData;\n","import cssModule from \"@vercel/turbopack-next/internal/font/google/cssmodule.module.css?{%22path%22:%22layout.tsx%22,%22import%22:%22Geist_Mono%22,%22arguments%22:[{%22variable%22:%22--font-geist-mono%22,%22subsets%22:[%22latin%22]}],%22variableName%22:%22geistMono%22}\";\nconst fontData = {\n className: cssModule.className,\n style: {\n fontFamily: \"'Geist Mono', 'Geist Mono Fallback'\",\n fontStyle: \"normal\",\n\n },\n};\n\nif (cssModule.variable != null) {\n fontData.variable = cssModule.variable;\n}\n\nexport default fontData;\n","import type { Metadata } from \"next\";\nimport { Geist, Geist_Mono } from \"next/font/google\";\nimport \"./globals.css\";\n\nconst geistSans = Geist({\n variable: \"--font-geist-sans\",\n subsets: [\"latin\"],\n});\n\nconst geistMono = Geist_Mono({\n variable: \"--font-geist-mono\",\n subsets: [\"latin\"],\n});\n\nexport const metadata: Metadata = {\n title: \"IM - 아이디어 매니저\",\n description: \"아이디어에서 실행 가능한 프롬프트까지, 멀티 프로젝트 워크플로우 매니저\",\n icons: {\n icon: '/favicon.svg',\n apple: '/icon-192.png',\n },\n manifest: '/manifest.json',\n themeColor: '#6366f1',\n appleWebApp: {\n capable: true,\n statusBarStyle: 'black-translucent',\n title: 'IM',\n },\n};\n\nexport default function RootLayout({\n children,\n}: Readonly<{\n children: React.ReactNode;\n}>) {\n return (\n <html lang=\"ko\">\n <head>\n <link\n rel=\"stylesheet\"\n as=\"style\"\n crossOrigin=\"anonymous\"\n href=\"https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable-dynamic-subset.min.css\"\n />\n </head>\n <body\n className={`${geistSans.variable} ${geistMono.variable} antialiased`}\n >\n {children}\n <script\n dangerouslySetInnerHTML={{\n __html: `\n if ('serviceWorker' in navigator) {\n navigator.serviceWorker.register('/sw.js');\n }\n `,\n }}\n />\n </body>\n </html>\n );\n}\n"],"names":[],"mappings":"0BAAA,EAAA,CAAA,CAAA,CACA,UAAA,2CACA,SAAA,yCACA,cCHA,EAAA,CAAA,CAAA,CACA,UAAA,gDACA,SAAA,8CACA,2CCHA,EAAA,EAAA,CAAA,CAAA,OACA,IAAM,EAAW,CACb,UAAW,EAAA,OAAS,CAAC,SAAS,CAC9B,MAAO,CACH,WAAY,4BACZ,UAAW,QAEf,CACJ,CAEI,AAAsB,MAAM,GAA5B,OAAS,CAAC,QAAQ,GAClB,EAAS,QAAQ,CAAG,EAAA,OAAS,CAAC,QAAA,AAAQ,ECX1C,IAAA,EAAA,EAAA,CAAA,CAAA,OACA,IAAM,EAAW,CACb,UAAW,EAAA,OAAS,CAAC,SAAS,CAC9B,MAAO,CACH,WAAY,sCACZ,UAAW,QAEf,CACJ,ECsBe,SAAS,EAAW,UACjC,CAAQ,CAGR,EACA,MACE,CAAA,EAAA,EAAA,IAAA,EAAC,OAAA,CAAK,KAAK,eACT,CAAA,EAAA,EAAA,GAAA,EAAC,OAAA,UACC,CAAA,EAAA,EAAA,GAAA,EAAC,OAAA,CACC,IAAI,aACJ,GAAG,QACH,YAAY,YACZ,KAAK,4HAGT,CAAA,EAAA,EAAA,IAAA,EAAC,OAAA,CACC,UAAW,CAAA,EFhCJ,AEgCO,EAAU,QAAQ,CAAC,CAAC,EAAE,ADhC7B,ECgCuC,QAAQ,CAAC,YAAY,CAAC,WAEnE,EACD,CAAA,EAAA,EAAA,GAAA,EAAC,SAAA,CACC,wBAAyB,CACvB,OAAQ,CAAC;;;;YAIT,CAAC,AACH,SAKV,CDnD0B,MAAM,AAA5B,EAAA,OAAS,CAAC,QAAQ,GAClB,EAAS,QAAQ,CAAG,EAAA,OAAS,CAAC,QAAA,AAAQ,oCCGR,CAChC,MAAO,gBACP,YAAa,0CACb,MAAO,CACL,KAAM,eACN,MAAO,eACT,EACA,SAAU,iBACV,WAAY,UACZ,YAAa,CACX,QAAS,GACT,eAAgB,oBAChB,MAAO,IACT,CACF","ignoreList":[0,1,2,3]}
@@ -1,3 +0,0 @@
1
- module.exports=[93695,(a,b,c)=>{b.exports=a.x("next/dist/shared/lib/no-fallback-error.external.js",()=>require("next/dist/shared/lib/no-fallback-error.external.js"))},50645,a=>{a.n(a.i(27572))},43619,a=>{a.n(a.i(79962))},13718,a=>{a.n(a.i(85523))},18198,a=>{a.n(a.i(45518))},69726,a=>{a.n(a.i(66114))},45518,(a,b,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:!0}),Object.defineProperty(c,"default",{enumerable:!0,get:function(){return f}});let d=a.r(7997),e=a.r(72421);function f(){return(0,d.jsx)(e.HTTPAccessErrorFallback,{status:401,message:"You're not authorized to access this page."})}("function"==typeof c.default||"object"==typeof c.default&&null!==c.default)&&void 0===c.default.__esModule&&(Object.defineProperty(c.default,"__esModule",{value:!0}),Object.assign(c.default,c),b.exports=c.default)}];
2
-
3
- //# sourceMappingURL=%5Broot-of-the-server%5D__15600e29._.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../node_modules/next/src/client/components/builtin/unauthorized.tsx"],"sourcesContent":["import { HTTPAccessErrorFallback } from '../http-access-fallback/error-fallback'\n\nexport default function Unauthorized() {\n return (\n <HTTPAccessErrorFallback\n status={401}\n message=\"You're not authorized to access this page.\"\n />\n )\n}\n"],"names":["Unauthorized","HTTPAccessErrorFallback","status","message"],"mappings":"oZAEA,UAAA,qCAAwBA,yBAFgB,CAAA,CAAA,IAAA,GAEzB,SAASA,IACtB,MACE,CADF,AACE,EAAA,EAAA,GAAA,EAACC,EADH,AACGA,uBAAuB,CAAA,CACtBC,OAAQ,IACRC,QAAQ,8CAGd","ignoreList":[0]}