@corpus-tool/workbench 0.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (276) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +10 -0
  3. package/bin/corpus-workbench.cjs +23 -0
  4. package/dist/apps/web/.next/BUILD_ID +1 -0
  5. package/dist/apps/web/.next/app-path-routes-manifest.json +16 -0
  6. package/dist/apps/web/.next/build-manifest.json +24 -0
  7. package/dist/apps/web/.next/package.json +1 -0
  8. package/dist/apps/web/.next/prerender-manifest.json +69 -0
  9. package/dist/apps/web/.next/required-server-files.json +361 -0
  10. package/dist/apps/web/.next/routes-manifest.json +172 -0
  11. package/dist/apps/web/.next/server/app/_global-error/page/app-paths-manifest.json +3 -0
  12. package/dist/apps/web/.next/server/app/_global-error/page/build-manifest.json +20 -0
  13. package/dist/apps/web/.next/server/app/_global-error/page/next-font-manifest.json +6 -0
  14. package/dist/apps/web/.next/server/app/_global-error/page/react-loadable-manifest.json +1 -0
  15. package/dist/apps/web/.next/server/app/_global-error/page/server-reference-manifest.json +4 -0
  16. package/dist/apps/web/.next/server/app/_global-error/page.js +9 -0
  17. package/dist/apps/web/.next/server/app/_global-error/page.js.map +5 -0
  18. package/dist/apps/web/.next/server/app/_global-error/page.js.nft.json +1 -0
  19. package/dist/apps/web/.next/server/app/_global-error/page_client-reference-manifest.js +3 -0
  20. package/dist/apps/web/.next/server/app/_global-error.html +1 -0
  21. package/dist/apps/web/.next/server/app/_global-error.meta +22 -0
  22. package/dist/apps/web/.next/server/app/_global-error.rsc +14 -0
  23. package/dist/apps/web/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +19 -0
  24. package/dist/apps/web/.next/server/app/_global-error.segments/_full.segment.rsc +14 -0
  25. package/dist/apps/web/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -0
  26. package/dist/apps/web/.next/server/app/_not-found/page/app-paths-manifest.json +3 -0
  27. package/dist/apps/web/.next/server/app/_not-found/page/build-manifest.json +20 -0
  28. package/dist/apps/web/.next/server/app/_not-found/page/next-font-manifest.json +15 -0
  29. package/dist/apps/web/.next/server/app/_not-found/page/react-loadable-manifest.json +1 -0
  30. package/dist/apps/web/.next/server/app/_not-found/page/server-reference-manifest.json +49 -0
  31. package/dist/apps/web/.next/server/app/_not-found/page.js +15 -0
  32. package/dist/apps/web/.next/server/app/_not-found/page.js.map +5 -0
  33. package/dist/apps/web/.next/server/app/_not-found/page.js.nft.json +1 -0
  34. package/dist/apps/web/.next/server/app/_not-found/page_client-reference-manifest.js +3 -0
  35. package/dist/apps/web/.next/server/app/_not-found.html +1 -0
  36. package/dist/apps/web/.next/server/app/_not-found.meta +27 -0
  37. package/dist/apps/web/.next/server/app/_not-found.rsc +16 -0
  38. package/dist/apps/web/.next/server/app/_not-found.segments/_full.segment.rsc +16 -0
  39. package/dist/apps/web/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +22 -0
  40. package/dist/apps/web/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -0
  41. package/dist/apps/web/.next/server/app/api/health/route/app-paths-manifest.json +3 -0
  42. package/dist/apps/web/.next/server/app/api/health/route/build-manifest.json +12 -0
  43. package/dist/apps/web/.next/server/app/api/health/route/server-reference-manifest.json +4 -0
  44. package/dist/apps/web/.next/server/app/api/health/route.js +6 -0
  45. package/dist/apps/web/.next/server/app/api/health/route.js.map +5 -0
  46. package/dist/apps/web/.next/server/app/api/health/route.js.nft.json +1 -0
  47. package/dist/apps/web/.next/server/app/api/health/route_client-reference-manifest.js +3 -0
  48. package/dist/apps/web/.next/server/app/api/pull/route/app-paths-manifest.json +3 -0
  49. package/dist/apps/web/.next/server/app/api/pull/route/build-manifest.json +12 -0
  50. package/dist/apps/web/.next/server/app/api/pull/route/server-reference-manifest.json +4 -0
  51. package/dist/apps/web/.next/server/app/api/pull/route.js +7 -0
  52. package/dist/apps/web/.next/server/app/api/pull/route.js.map +5 -0
  53. package/dist/apps/web/.next/server/app/api/pull/route.js.nft.json +1 -0
  54. package/dist/apps/web/.next/server/app/api/pull/route_client-reference-manifest.js +3 -0
  55. package/dist/apps/web/.next/server/app/api/push/route/app-paths-manifest.json +3 -0
  56. package/dist/apps/web/.next/server/app/api/push/route/build-manifest.json +12 -0
  57. package/dist/apps/web/.next/server/app/api/push/route/server-reference-manifest.json +4 -0
  58. package/dist/apps/web/.next/server/app/api/push/route.js +8 -0
  59. package/dist/apps/web/.next/server/app/api/push/route.js.map +5 -0
  60. package/dist/apps/web/.next/server/app/api/push/route.js.nft.json +1 -0
  61. package/dist/apps/web/.next/server/app/api/push/route_client-reference-manifest.js +3 -0
  62. package/dist/apps/web/.next/server/app/invite/page/app-paths-manifest.json +3 -0
  63. package/dist/apps/web/.next/server/app/invite/page/build-manifest.json +20 -0
  64. package/dist/apps/web/.next/server/app/invite/page/next-font-manifest.json +15 -0
  65. package/dist/apps/web/.next/server/app/invite/page/react-loadable-manifest.json +1 -0
  66. package/dist/apps/web/.next/server/app/invite/page/server-reference-manifest.json +49 -0
  67. package/dist/apps/web/.next/server/app/invite/page.js +16 -0
  68. package/dist/apps/web/.next/server/app/invite/page.js.map +5 -0
  69. package/dist/apps/web/.next/server/app/invite/page.js.nft.json +1 -0
  70. package/dist/apps/web/.next/server/app/invite/page_client-reference-manifest.js +3 -0
  71. package/dist/apps/web/.next/server/app/p/[slug]/catalogue/page/app-paths-manifest.json +3 -0
  72. package/dist/apps/web/.next/server/app/p/[slug]/catalogue/page/build-manifest.json +20 -0
  73. package/dist/apps/web/.next/server/app/p/[slug]/catalogue/page/next-font-manifest.json +15 -0
  74. package/dist/apps/web/.next/server/app/p/[slug]/catalogue/page/react-loadable-manifest.json +1 -0
  75. package/dist/apps/web/.next/server/app/p/[slug]/catalogue/page/server-reference-manifest.json +49 -0
  76. package/dist/apps/web/.next/server/app/p/[slug]/catalogue/page.js +19 -0
  77. package/dist/apps/web/.next/server/app/p/[slug]/catalogue/page.js.map +5 -0
  78. package/dist/apps/web/.next/server/app/p/[slug]/catalogue/page.js.nft.json +1 -0
  79. package/dist/apps/web/.next/server/app/p/[slug]/catalogue/page_client-reference-manifest.js +3 -0
  80. package/dist/apps/web/.next/server/app/p/[slug]/entities/page/app-paths-manifest.json +3 -0
  81. package/dist/apps/web/.next/server/app/p/[slug]/entities/page/build-manifest.json +20 -0
  82. package/dist/apps/web/.next/server/app/p/[slug]/entities/page/next-font-manifest.json +15 -0
  83. package/dist/apps/web/.next/server/app/p/[slug]/entities/page/react-loadable-manifest.json +1 -0
  84. package/dist/apps/web/.next/server/app/p/[slug]/entities/page/server-reference-manifest.json +49 -0
  85. package/dist/apps/web/.next/server/app/p/[slug]/entities/page.js +18 -0
  86. package/dist/apps/web/.next/server/app/p/[slug]/entities/page.js.map +5 -0
  87. package/dist/apps/web/.next/server/app/p/[slug]/entities/page.js.nft.json +1 -0
  88. package/dist/apps/web/.next/server/app/p/[slug]/entities/page_client-reference-manifest.js +3 -0
  89. package/dist/apps/web/.next/server/app/p/[slug]/page/app-paths-manifest.json +3 -0
  90. package/dist/apps/web/.next/server/app/p/[slug]/page/build-manifest.json +20 -0
  91. package/dist/apps/web/.next/server/app/p/[slug]/page/next-font-manifest.json +15 -0
  92. package/dist/apps/web/.next/server/app/p/[slug]/page/react-loadable-manifest.json +1 -0
  93. package/dist/apps/web/.next/server/app/p/[slug]/page/server-reference-manifest.json +49 -0
  94. package/dist/apps/web/.next/server/app/p/[slug]/page.js +18 -0
  95. package/dist/apps/web/.next/server/app/p/[slug]/page.js.map +5 -0
  96. package/dist/apps/web/.next/server/app/p/[slug]/page.js.nft.json +1 -0
  97. package/dist/apps/web/.next/server/app/p/[slug]/page_client-reference-manifest.js +3 -0
  98. package/dist/apps/web/.next/server/app/p/[slug]/s/[stringId]/page/app-paths-manifest.json +3 -0
  99. package/dist/apps/web/.next/server/app/p/[slug]/s/[stringId]/page/build-manifest.json +20 -0
  100. package/dist/apps/web/.next/server/app/p/[slug]/s/[stringId]/page/next-font-manifest.json +15 -0
  101. package/dist/apps/web/.next/server/app/p/[slug]/s/[stringId]/page/react-loadable-manifest.json +1 -0
  102. package/dist/apps/web/.next/server/app/p/[slug]/s/[stringId]/page/server-reference-manifest.json +71 -0
  103. package/dist/apps/web/.next/server/app/p/[slug]/s/[stringId]/page.js +20 -0
  104. package/dist/apps/web/.next/server/app/p/[slug]/s/[stringId]/page.js.map +5 -0
  105. package/dist/apps/web/.next/server/app/p/[slug]/s/[stringId]/page.js.nft.json +1 -0
  106. package/dist/apps/web/.next/server/app/p/[slug]/s/[stringId]/page_client-reference-manifest.js +3 -0
  107. package/dist/apps/web/.next/server/app/p/[slug]/settings/page/app-paths-manifest.json +3 -0
  108. package/dist/apps/web/.next/server/app/p/[slug]/settings/page/build-manifest.json +20 -0
  109. package/dist/apps/web/.next/server/app/p/[slug]/settings/page/next-font-manifest.json +15 -0
  110. package/dist/apps/web/.next/server/app/p/[slug]/settings/page/react-loadable-manifest.json +1 -0
  111. package/dist/apps/web/.next/server/app/p/[slug]/settings/page/server-reference-manifest.json +104 -0
  112. package/dist/apps/web/.next/server/app/p/[slug]/settings/page.js +18 -0
  113. package/dist/apps/web/.next/server/app/p/[slug]/settings/page.js.map +5 -0
  114. package/dist/apps/web/.next/server/app/p/[slug]/settings/page.js.nft.json +1 -0
  115. package/dist/apps/web/.next/server/app/p/[slug]/settings/page_client-reference-manifest.js +3 -0
  116. package/dist/apps/web/.next/server/app/page/app-paths-manifest.json +3 -0
  117. package/dist/apps/web/.next/server/app/page/build-manifest.json +20 -0
  118. package/dist/apps/web/.next/server/app/page/next-font-manifest.json +15 -0
  119. package/dist/apps/web/.next/server/app/page/react-loadable-manifest.json +1 -0
  120. package/dist/apps/web/.next/server/app/page/server-reference-manifest.json +49 -0
  121. package/dist/apps/web/.next/server/app/page.js +17 -0
  122. package/dist/apps/web/.next/server/app/page.js.map +5 -0
  123. package/dist/apps/web/.next/server/app/page.js.nft.json +1 -0
  124. package/dist/apps/web/.next/server/app/page_client-reference-manifest.js +3 -0
  125. package/dist/apps/web/.next/server/app/password/page/app-paths-manifest.json +3 -0
  126. package/dist/apps/web/.next/server/app/password/page/build-manifest.json +20 -0
  127. package/dist/apps/web/.next/server/app/password/page/next-font-manifest.json +15 -0
  128. package/dist/apps/web/.next/server/app/password/page/react-loadable-manifest.json +1 -0
  129. package/dist/apps/web/.next/server/app/password/page/server-reference-manifest.json +49 -0
  130. package/dist/apps/web/.next/server/app/password/page.js +16 -0
  131. package/dist/apps/web/.next/server/app/password/page.js.map +5 -0
  132. package/dist/apps/web/.next/server/app/password/page.js.nft.json +1 -0
  133. package/dist/apps/web/.next/server/app/password/page_client-reference-manifest.js +3 -0
  134. package/dist/apps/web/.next/server/app/projects/new/page/app-paths-manifest.json +3 -0
  135. package/dist/apps/web/.next/server/app/projects/new/page/build-manifest.json +20 -0
  136. package/dist/apps/web/.next/server/app/projects/new/page/next-font-manifest.json +15 -0
  137. package/dist/apps/web/.next/server/app/projects/new/page/react-loadable-manifest.json +1 -0
  138. package/dist/apps/web/.next/server/app/projects/new/page/server-reference-manifest.json +60 -0
  139. package/dist/apps/web/.next/server/app/projects/new/page.js +17 -0
  140. package/dist/apps/web/.next/server/app/projects/new/page.js.map +5 -0
  141. package/dist/apps/web/.next/server/app/projects/new/page.js.nft.json +1 -0
  142. package/dist/apps/web/.next/server/app/projects/new/page_client-reference-manifest.js +3 -0
  143. package/dist/apps/web/.next/server/app-paths-manifest.json +16 -0
  144. package/dist/apps/web/.next/server/chunks/[externals]__04ujkkj._.js +3 -0
  145. package/dist/apps/web/.next/server/chunks/[externals]__0_3fzqt._.js +3 -0
  146. package/dist/apps/web/.next/server/chunks/[externals]__0d325v9._.js +3 -0
  147. package/dist/apps/web/.next/server/chunks/[root-of-the-server]__11cfd1v._.js +3 -0
  148. package/dist/apps/web/.next/server/chunks/[root-of-the-server]__15bjnu5._.js +5 -0
  149. package/dist/apps/web/.next/server/chunks/[root-of-the-server]__1j-kdja._.js +165 -0
  150. package/dist/apps/web/.next/server/chunks/[root-of-the-server]__20dkce5._.js +3 -0
  151. package/dist/apps/web/.next/server/chunks/[turbopack]_runtime.js +807 -0
  152. package/dist/apps/web/.next/server/chunks/_0fxwvbt._.js +62 -0
  153. package/dist/apps/web/.next/server/chunks/_19xu_mj._.js +62 -0
  154. package/dist/apps/web/.next/server/chunks/_1xsl0rt._.js +3 -0
  155. package/dist/apps/web/.next/server/chunks/apps_web__next-internal_server_app_api_health_route_actions_0eww65m.js +3 -0
  156. package/dist/apps/web/.next/server/chunks/apps_web__next-internal_server_app_api_pull_route_actions_0v1_kau.js +3 -0
  157. package/dist/apps/web/.next/server/chunks/apps_web__next-internal_server_app_api_push_route_actions_1u-9wj3.js +3 -0
  158. package/dist/apps/web/.next/server/chunks/apps_web_src_01txtk5._.js +3 -0
  159. package/dist/apps/web/.next/server/chunks/apps_web_src_db_index_ts_14lypn_._.js +10 -0
  160. package/dist/apps/web/.next/server/chunks/ssr/[root-of-the-server]__0an6blh._.js +33 -0
  161. package/dist/apps/web/.next/server/chunks/ssr/[root-of-the-server]__0bcaaku._.js +3 -0
  162. package/dist/apps/web/.next/server/chunks/ssr/[root-of-the-server]__0euzh-_._.js +3 -0
  163. package/dist/apps/web/.next/server/chunks/ssr/[root-of-the-server]__0f6s48x._.js +14 -0
  164. package/dist/apps/web/.next/server/chunks/ssr/[root-of-the-server]__0og6lqf._.js +3 -0
  165. package/dist/apps/web/.next/server/chunks/ssr/[root-of-the-server]__0txz9hy._.js +3 -0
  166. package/dist/apps/web/.next/server/chunks/ssr/[root-of-the-server]__0wv0fb2._.js +3 -0
  167. package/dist/apps/web/.next/server/chunks/ssr/[root-of-the-server]__11n2rvj._.js +3 -0
  168. package/dist/apps/web/.next/server/chunks/ssr/[root-of-the-server]__11pphs8._.js +3 -0
  169. package/dist/apps/web/.next/server/chunks/ssr/[root-of-the-server]__13fsfn6._.js +4 -0
  170. package/dist/apps/web/.next/server/chunks/ssr/[root-of-the-server]__18f0y5u._.js +3 -0
  171. package/dist/apps/web/.next/server/chunks/ssr/[root-of-the-server]__1bkvdbq._.js +3 -0
  172. package/dist/apps/web/.next/server/chunks/ssr/[root-of-the-server]__1fti-s7._.js +3 -0
  173. package/dist/apps/web/.next/server/chunks/ssr/[root-of-the-server]__1hsnadg._.js +3 -0
  174. package/dist/apps/web/.next/server/chunks/ssr/[root-of-the-server]__1io3bae._.js +33 -0
  175. package/dist/apps/web/.next/server/chunks/ssr/[root-of-the-server]__1spvo21._.js +3 -0
  176. package/dist/apps/web/.next/server/chunks/ssr/[root-of-the-server]__1w2595s._.js +3 -0
  177. package/dist/apps/web/.next/server/chunks/ssr/[turbopack]_runtime.js +807 -0
  178. package/dist/apps/web/.next/server/chunks/ssr/_0av8dmn._.js +3 -0
  179. package/dist/apps/web/.next/server/chunks/ssr/_0un1qtd._.js +131 -0
  180. package/dist/apps/web/.next/server/chunks/ssr/_1lr8k0_._.js +3 -0
  181. package/dist/apps/web/.next/server/chunks/ssr/_1m6p0mb._.js +3 -0
  182. package/dist/apps/web/.next/server/chunks/ssr/_1s5rvu9._.js +158 -0
  183. package/dist/apps/web/.next/server/chunks/ssr/_1tr_hdr._.js +3 -0
  184. package/dist/apps/web/.next/server/chunks/ssr/apps_web_0xvlx61._.js +3 -0
  185. package/dist/apps/web/.next/server/chunks/ssr/apps_web_149gpdh._.js +3 -0
  186. package/dist/apps/web/.next/server/chunks/ssr/apps_web__next-internal_server_app__global-error_page_actions_1vxuwj7.js +3 -0
  187. package/dist/apps/web/.next/server/chunks/ssr/apps_web__next-internal_server_app__not-found_page_actions_1z1-ku4.js +3 -0
  188. package/dist/apps/web/.next/server/chunks/ssr/apps_web__next-internal_server_app_invite_page_actions_175yxtr.js +3 -0
  189. package/dist/apps/web/.next/server/chunks/ssr/apps_web__next-internal_server_app_p_[slug]_catalogue_page_actions_0dunpgt.js +3 -0
  190. package/dist/apps/web/.next/server/chunks/ssr/apps_web__next-internal_server_app_p_[slug]_entities_page_actions_0xiwdl9.js +3 -0
  191. package/dist/apps/web/.next/server/chunks/ssr/apps_web__next-internal_server_app_p_[slug]_page_actions_1792is5.js +3 -0
  192. package/dist/apps/web/.next/server/chunks/ssr/apps_web__next-internal_server_app_p_[slug]_s_[stringId]_page_actions_0h0xcts.js +3 -0
  193. package/dist/apps/web/.next/server/chunks/ssr/apps_web__next-internal_server_app_page_actions_1krlpoj.js +3 -0
  194. package/dist/apps/web/.next/server/chunks/ssr/apps_web__next-internal_server_app_password_page_actions_0bl6ck5.js +3 -0
  195. package/dist/apps/web/.next/server/chunks/ssr/apps_web_src_1qjha7w._.js +3 -0
  196. package/dist/apps/web/.next/server/chunks/ssr/apps_web_src_1sfqwo2._.js +9 -0
  197. package/dist/apps/web/.next/server/chunks/ssr/apps_web_src_app_not-found_tsx_1kje052._.js +3 -0
  198. package/dist/apps/web/.next/server/chunks/ssr/apps_web_src_app_p_[slug]_layout_tsx_09ph0yu._.js +3 -0
  199. package/dist/apps/web/.next/server/chunks/ssr/apps_web_src_components_copy-button_tsx_0eh9cyn._.js +3 -0
  200. package/dist/apps/web/.next/server/chunks/ssr/apps_web_src_components_target-pane_tsx_12vsj9g._.js +55 -0
  201. package/dist/apps/web/.next/server/chunks/ssr/apps_web_src_components_ui_1s3u0g_._.js +3 -0
  202. package/dist/apps/web/.next/server/chunks/ssr/apps_web_src_projects_service_ts_0uvdmn7._.js +55 -0
  203. package/dist/apps/web/.next/server/chunks/ssr/node_modules_1nkgb45._.js +23 -0
  204. package/dist/apps/web/.next/server/chunks/ssr/node_modules_1wax83z._.js +33 -0
  205. package/dist/apps/web/.next/server/chunks/ssr/node_modules_next_dist_1bunoni._.js +3 -0
  206. package/dist/apps/web/.next/server/chunks/ssr/node_modules_next_dist_1n3w9lb._.js +6 -0
  207. package/dist/apps/web/.next/server/chunks/ssr/node_modules_next_dist_client_components_0p8s4lh._.js +3 -0
  208. package/dist/apps/web/.next/server/chunks/ssr/node_modules_next_dist_client_components_builtin_global-error_0q-w892.js +3 -0
  209. package/dist/apps/web/.next/server/chunks/ssr/node_modules_next_dist_client_components_builtin_unauthorized_0l_sp0x.js +3 -0
  210. package/dist/apps/web/.next/server/chunks/ssr/node_modules_next_dist_client_components_server-async-storage_0t1dato.js +3 -0
  211. package/dist/apps/web/.next/server/functions-config-manifest.json +14 -0
  212. package/dist/apps/web/.next/server/instrumentation.js +4 -0
  213. package/dist/apps/web/.next/server/middleware-build-manifest.js +24 -0
  214. package/dist/apps/web/.next/server/middleware-manifest.json +6 -0
  215. package/dist/apps/web/.next/server/middleware.js +5 -0
  216. package/dist/apps/web/.next/server/next-font-manifest.js +1 -0
  217. package/dist/apps/web/.next/server/next-font-manifest.json +87 -0
  218. package/dist/apps/web/.next/server/pages/404.html +1 -0
  219. package/dist/apps/web/.next/server/pages/500.html +1 -0
  220. package/dist/apps/web/.next/server/pages-manifest.json +4 -0
  221. package/dist/apps/web/.next/server/prefetch-hints.json +25 -0
  222. package/dist/apps/web/.next/server/server-reference-manifest.js +1 -0
  223. package/dist/apps/web/.next/server/server-reference-manifest.json +312 -0
  224. package/dist/apps/web/.next/static/chunks/03zuayefdl20x.js +1 -0
  225. package/dist/apps/web/.next/static/chunks/0cz1d0mv5g_q7.js +1 -0
  226. package/dist/apps/web/.next/static/chunks/19mx3mg6lkumu.js +1 -0
  227. package/dist/apps/web/.next/static/chunks/1mh6a-0e61pyc.js +1 -0
  228. package/dist/apps/web/.next/static/chunks/1xjkexd17pw4g.js +53 -0
  229. package/dist/apps/web/.next/static/chunks/2-rtuqsgzmno4.js +22 -0
  230. package/dist/apps/web/.next/static/chunks/22joc6494bxnd.js +1 -0
  231. package/dist/apps/web/.next/static/chunks/2llmm9722plhk.js +1 -0
  232. package/dist/apps/web/.next/static/chunks/2yr-wvhk0gek9.js +1 -0
  233. package/dist/apps/web/.next/static/chunks/310vm2bl3xxpt.js +31 -0
  234. package/dist/apps/web/.next/static/chunks/31h0g8a6dcund.js +1 -0
  235. package/dist/apps/web/.next/static/chunks/3fntmmi971322.js +1 -0
  236. package/dist/apps/web/.next/static/chunks/3t64_jtb3fj5e.css +3 -0
  237. package/dist/apps/web/.next/static/chunks/turbopack-30koqklv8_-oi.js +1 -0
  238. package/dist/apps/web/.next/static/media/02263ebadd758ea4-s.29yke99gs9qpn.woff2 +0 -0
  239. package/dist/apps/web/.next/static/media/03fc1b4a8d284b5e-s.p.0wiir8udbzjvx.woff2 +0 -0
  240. package/dist/apps/web/.next/static/media/1bcd0e671759a44c-s.2qt3tdwt-y9x_.woff2 +0 -0
  241. package/dist/apps/web/.next/static/media/2fe89d53234c61d4-s.p.1u30mmyq6lnsd.woff2 +0 -0
  242. package/dist/apps/web/.next/static/media/57215795b8570f5c-s.p.2rixgazldzomk.woff2 +0 -0
  243. package/dist/apps/web/.next/static/media/59b15b4bcd7b1eb5-s.2vemzm0itqzfy.woff2 +0 -0
  244. package/dist/apps/web/.next/static/media/5e05ae5b48faa55e-s.1yd4_i3e35931.woff2 +0 -0
  245. package/dist/apps/web/.next/static/media/68757d6cddeff913-s.p.1i-sca43-qwng.woff2 +0 -0
  246. package/dist/apps/web/.next/static/media/7fea77d1d19108bf-s.2y65deuc30pmy.woff2 +0 -0
  247. package/dist/apps/web/.next/static/media/90c51ce8fb754fe8-s.02z5rrbg5nt92.woff2 +0 -0
  248. package/dist/apps/web/.next/static/media/99e609270109b47d-s.p.40sczeszzbjw1.woff2 +0 -0
  249. package/dist/apps/web/.next/static/media/a7afbb44bec2bb18-s.1qc6dx89jd2qv.woff2 +0 -0
  250. package/dist/apps/web/.next/static/media/e15f58668ad64cb8-s.3cvcemwuzoywn.woff2 +0 -0
  251. package/dist/apps/web/.next/static/media/e390973e931a41c5-s.0rgnxg2b64rzs.woff2 +0 -0
  252. package/dist/apps/web/.next/static/media/e532fa1b9921e1cd-s.3cb5lpr2l6xud.woff2 +0 -0
  253. package/dist/apps/web/.next/static/media/effe91970fc4db64-s.p.0oace-s_gkfks.woff2 +0 -0
  254. package/dist/apps/web/.next/static/yfTgCZmh0G5GgAWmkSLAG/_buildManifest.js +11 -0
  255. package/dist/apps/web/.next/static/yfTgCZmh0G5GgAWmkSLAG/_clientMiddlewareManifest.js +6 -0
  256. package/dist/apps/web/.next/static/yfTgCZmh0G5GgAWmkSLAG/_ssgManifest.js +1 -0
  257. package/dist/apps/web/drizzle/0000_users-and-sessions.sql +16 -0
  258. package/dist/apps/web/drizzle/0001_projects-strings-entities-translations.sql +49 -0
  259. package/dist/apps/web/drizzle/0002_fts5-strings-search.sql +19 -0
  260. package/dist/apps/web/drizzle/0003_project-string-types.sql +1 -0
  261. package/dist/apps/web/drizzle/0004_edits-log.sql +15 -0
  262. package/dist/apps/web/drizzle/0005_project-entity-types.sql +1 -0
  263. package/dist/apps/web/drizzle/0006_push-history.sql +15 -0
  264. package/dist/apps/web/drizzle/0007_user-passwords.sql +2 -0
  265. package/dist/apps/web/drizzle/meta/0000_snapshot.json +117 -0
  266. package/dist/apps/web/drizzle/meta/0001_snapshot.json +447 -0
  267. package/dist/apps/web/drizzle/meta/0002_snapshot.json +447 -0
  268. package/dist/apps/web/drizzle/meta/0003_snapshot.json +454 -0
  269. package/dist/apps/web/drizzle/meta/0004_snapshot.json +563 -0
  270. package/dist/apps/web/drizzle/meta/0005_snapshot.json +570 -0
  271. package/dist/apps/web/drizzle/meta/0006_snapshot.json +673 -0
  272. package/dist/apps/web/drizzle/meta/0007_snapshot.json +688 -0
  273. package/dist/apps/web/drizzle/meta/_journal.json +62 -0
  274. package/dist/apps/web/package.json +37 -0
  275. package/dist/apps/web/server.js +38 -0
  276. package/package.json +34 -0
@@ -0,0 +1,3 @@
1
+ module.exports=[85523,(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:403,message:"This page could not be accessed."})}("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)},13718,function(a){a.n(a.i(85523))},53686,(a,b,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:!0}),Object.defineProperty(c,"styles",{enumerable:!0,get:function(){return d}});let d={error:{fontFamily:'system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji"',height:"100vh",textAlign:"center",display:"flex",flexDirection:"column",alignItems:"center",justifyContent:"center"},desc:{display:"inline-block"},h1:{display:"inline-block",margin:"0 20px 0 0",padding:"0 23px 0 0",fontSize:24,fontWeight:500,verticalAlign:"top",lineHeight:"49px"},h2:{fontSize:14,fontWeight:400,lineHeight:"49px",margin:0}};("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)},72421,(a,b,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:!0}),Object.defineProperty(c,"HTTPAccessErrorFallback",{enumerable:!0,get:function(){return f}});let d=a.r(7997),e=a.r(53686);function f({status:a,message:b}){return(0,d.jsxs)(d.Fragment,{children:[(0,d.jsx)("title",{children:`${a}: ${b}`}),(0,d.jsx)("div",{style:e.styles.error,children:(0,d.jsxs)("div",{children:[(0,d.jsx)("style",{dangerouslySetInnerHTML:{__html:"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}),(0,d.jsx)("h1",{className:"next-error-h1",style:e.styles.h1,children:a}),(0,d.jsx)("div",{style:e.styles.desc,children:(0,d.jsx)("h2",{style:e.styles.h2,children:b})})]})})]})}("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=node_modules_next_dist_client_components_0p8s4lh._.js.map
@@ -0,0 +1,3 @@
1
+ module.exports=[82509,(a,b,c)=>{let{createClientModuleProxy:d}=a.r(11857);a.n(d("[project]/node_modules/next/dist/client/components/builtin/global-error.js"))},66114,a=>{"use strict";var b=a.i(82509);a.n(b)},62212,function(a){a.n(a.i(66114))}];
2
+
3
+ //# sourceMappingURL=node_modules_next_dist_client_components_builtin_global-error_0q-w892.js.map
@@ -0,0 +1,3 @@
1
+ module.exports=[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)},18198,function(a){a.n(a.i(45518))}];
2
+
3
+ //# sourceMappingURL=node_modules_next_dist_client_components_builtin_unauthorized_0l_sp0x.js.map
@@ -0,0 +1,3 @@
1
+ module.exports=[69789,(a,b,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:!0});var d={actionAsyncStorage:function(){return f.actionAsyncStorage},workAsyncStorage:function(){return g.workAsyncStorage},workUnitAsyncStorage:function(){return h.workUnitAsyncStorage}};for(var e in d)Object.defineProperty(c,e,{enumerable:!0,get:d[e]});let f=a.r(20635),g=a.r(56704),h=a.r(32319);("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=node_modules_next_dist_client_components_server-async-storage_0t1dato.js.map
@@ -0,0 +1,14 @@
1
+ {
2
+ "version": 1,
3
+ "functions": {
4
+ "/_middleware": {
5
+ "runtime": "nodejs",
6
+ "matchers": [
7
+ {
8
+ "regexp": "^(?:\\/(_next\\/data\\/[^/]{1,}))?(?:\\/((?!_next\\/static|_next\\/image|favicon.ico).*))(\\.json|\\.rsc|\\.segments\\/.+\\.segment\\.rsc)?[\\/#\\?]?$",
9
+ "originalSource": "/((?!_next/static|_next/image|favicon.ico).*)"
10
+ }
11
+ ]
12
+ }
13
+ }
14
+ }
@@ -0,0 +1,4 @@
1
+ var R=require("./chunks/[turbopack]_runtime.js")("server/instrumentation.js")
2
+ R.c("server/chunks/apps_web_src_01txtk5._.js")
3
+ R.m(39444)
4
+ module.exports=R.m(39444).exports
@@ -0,0 +1,24 @@
1
+ globalThis.__BUILD_MANIFEST = {
2
+ "pages": {
3
+ "/_app": []
4
+ },
5
+ "devFiles": [],
6
+ "polyfillFiles": [
7
+ "static/chunks/0cz1d0mv5g_q7.js"
8
+ ],
9
+ "lowPriorityFiles": [
10
+ "static/yfTgCZmh0G5GgAWmkSLAG/_buildManifest.js",
11
+ "static/yfTgCZmh0G5GgAWmkSLAG/_ssgManifest.js",
12
+ "static/yfTgCZmh0G5GgAWmkSLAG/_clientMiddlewareManifest.js"
13
+ ],
14
+ "rootMainFiles": [
15
+ "static/chunks/310vm2bl3xxpt.js",
16
+ "static/chunks/19mx3mg6lkumu.js",
17
+ "static/chunks/1mh6a-0e61pyc.js",
18
+ "static/chunks/2-rtuqsgzmno4.js",
19
+ "static/chunks/turbopack-30koqklv8_-oi.js"
20
+ ],
21
+ "rootMainFilesTree": {},
22
+ "pagesChunkGroupBootstrapParams": {},
23
+ "chunkLoadingGlobal": "TURBOPACK"
24
+ };
@@ -0,0 +1,6 @@
1
+ {
2
+ "version": 3,
3
+ "middleware": {},
4
+ "sortedMiddleware": [],
5
+ "functions": {}
6
+ }
@@ -0,0 +1,5 @@
1
+ var R=require("./chunks/[turbopack]_runtime.js")("server/middleware.js")
2
+ R.c("server/chunks/[externals]__0d325v9._.js")
3
+ R.c("server/chunks/[root-of-the-server]__1j-kdja._.js")
4
+ R.m(30524)
5
+ module.exports=R.m(30524).exports
@@ -0,0 +1 @@
1
+ self.__NEXT_FONT_MANIFEST="{\n \"app\": {\n \"[project]/apps/web/src/app/_not-found/page\": [\n \"static/media/57215795b8570f5c-s.p.2rixgazldzomk.woff2\",\n \"static/media/03fc1b4a8d284b5e-s.p.0wiir8udbzjvx.woff2\",\n \"static/media/2fe89d53234c61d4-s.p.1u30mmyq6lnsd.woff2\",\n \"static/media/99e609270109b47d-s.p.40sczeszzbjw1.woff2\",\n \"static/media/68757d6cddeff913-s.p.1i-sca43-qwng.woff2\",\n \"static/media/effe91970fc4db64-s.p.0oace-s_gkfks.woff2\"\n ],\n \"[project]/apps/web/src/app/invite/page\": [\n \"static/media/57215795b8570f5c-s.p.2rixgazldzomk.woff2\",\n \"static/media/03fc1b4a8d284b5e-s.p.0wiir8udbzjvx.woff2\",\n \"static/media/2fe89d53234c61d4-s.p.1u30mmyq6lnsd.woff2\",\n \"static/media/99e609270109b47d-s.p.40sczeszzbjw1.woff2\",\n \"static/media/68757d6cddeff913-s.p.1i-sca43-qwng.woff2\",\n \"static/media/effe91970fc4db64-s.p.0oace-s_gkfks.woff2\"\n ],\n \"[project]/apps/web/src/app/p/[slug]/catalogue/page\": [\n \"static/media/57215795b8570f5c-s.p.2rixgazldzomk.woff2\",\n \"static/media/03fc1b4a8d284b5e-s.p.0wiir8udbzjvx.woff2\",\n \"static/media/2fe89d53234c61d4-s.p.1u30mmyq6lnsd.woff2\",\n \"static/media/99e609270109b47d-s.p.40sczeszzbjw1.woff2\",\n \"static/media/68757d6cddeff913-s.p.1i-sca43-qwng.woff2\",\n \"static/media/effe91970fc4db64-s.p.0oace-s_gkfks.woff2\"\n ],\n \"[project]/apps/web/src/app/p/[slug]/entities/page\": [\n \"static/media/57215795b8570f5c-s.p.2rixgazldzomk.woff2\",\n \"static/media/03fc1b4a8d284b5e-s.p.0wiir8udbzjvx.woff2\",\n \"static/media/2fe89d53234c61d4-s.p.1u30mmyq6lnsd.woff2\",\n \"static/media/99e609270109b47d-s.p.40sczeszzbjw1.woff2\",\n \"static/media/68757d6cddeff913-s.p.1i-sca43-qwng.woff2\",\n \"static/media/effe91970fc4db64-s.p.0oace-s_gkfks.woff2\"\n ],\n \"[project]/apps/web/src/app/p/[slug]/page\": [\n \"static/media/57215795b8570f5c-s.p.2rixgazldzomk.woff2\",\n \"static/media/03fc1b4a8d284b5e-s.p.0wiir8udbzjvx.woff2\",\n \"static/media/2fe89d53234c61d4-s.p.1u30mmyq6lnsd.woff2\",\n \"static/media/99e609270109b47d-s.p.40sczeszzbjw1.woff2\",\n \"static/media/68757d6cddeff913-s.p.1i-sca43-qwng.woff2\",\n \"static/media/effe91970fc4db64-s.p.0oace-s_gkfks.woff2\"\n ],\n \"[project]/apps/web/src/app/p/[slug]/s/[stringId]/page\": [\n \"static/media/57215795b8570f5c-s.p.2rixgazldzomk.woff2\",\n \"static/media/03fc1b4a8d284b5e-s.p.0wiir8udbzjvx.woff2\",\n \"static/media/2fe89d53234c61d4-s.p.1u30mmyq6lnsd.woff2\",\n \"static/media/99e609270109b47d-s.p.40sczeszzbjw1.woff2\",\n \"static/media/68757d6cddeff913-s.p.1i-sca43-qwng.woff2\",\n \"static/media/effe91970fc4db64-s.p.0oace-s_gkfks.woff2\"\n ],\n \"[project]/apps/web/src/app/p/[slug]/settings/page\": [\n \"static/media/57215795b8570f5c-s.p.2rixgazldzomk.woff2\",\n \"static/media/03fc1b4a8d284b5e-s.p.0wiir8udbzjvx.woff2\",\n \"static/media/2fe89d53234c61d4-s.p.1u30mmyq6lnsd.woff2\",\n \"static/media/99e609270109b47d-s.p.40sczeszzbjw1.woff2\",\n \"static/media/68757d6cddeff913-s.p.1i-sca43-qwng.woff2\",\n \"static/media/effe91970fc4db64-s.p.0oace-s_gkfks.woff2\"\n ],\n \"[project]/apps/web/src/app/page\": [\n \"static/media/57215795b8570f5c-s.p.2rixgazldzomk.woff2\",\n \"static/media/03fc1b4a8d284b5e-s.p.0wiir8udbzjvx.woff2\",\n \"static/media/2fe89d53234c61d4-s.p.1u30mmyq6lnsd.woff2\",\n \"static/media/99e609270109b47d-s.p.40sczeszzbjw1.woff2\",\n \"static/media/68757d6cddeff913-s.p.1i-sca43-qwng.woff2\",\n \"static/media/effe91970fc4db64-s.p.0oace-s_gkfks.woff2\"\n ],\n \"[project]/apps/web/src/app/password/page\": [\n \"static/media/57215795b8570f5c-s.p.2rixgazldzomk.woff2\",\n \"static/media/03fc1b4a8d284b5e-s.p.0wiir8udbzjvx.woff2\",\n \"static/media/2fe89d53234c61d4-s.p.1u30mmyq6lnsd.woff2\",\n \"static/media/99e609270109b47d-s.p.40sczeszzbjw1.woff2\",\n \"static/media/68757d6cddeff913-s.p.1i-sca43-qwng.woff2\",\n \"static/media/effe91970fc4db64-s.p.0oace-s_gkfks.woff2\"\n ],\n \"[project]/apps/web/src/app/projects/new/page\": [\n \"static/media/57215795b8570f5c-s.p.2rixgazldzomk.woff2\",\n \"static/media/03fc1b4a8d284b5e-s.p.0wiir8udbzjvx.woff2\",\n \"static/media/2fe89d53234c61d4-s.p.1u30mmyq6lnsd.woff2\",\n \"static/media/99e609270109b47d-s.p.40sczeszzbjw1.woff2\",\n \"static/media/68757d6cddeff913-s.p.1i-sca43-qwng.woff2\",\n \"static/media/effe91970fc4db64-s.p.0oace-s_gkfks.woff2\"\n ]\n },\n \"appUsingSizeAdjust\": true,\n \"pages\": {},\n \"pagesUsingSizeAdjust\": false\n}"
@@ -0,0 +1,87 @@
1
+ {
2
+ "app": {
3
+ "[project]/apps/web/src/app/_not-found/page": [
4
+ "static/media/57215795b8570f5c-s.p.2rixgazldzomk.woff2",
5
+ "static/media/03fc1b4a8d284b5e-s.p.0wiir8udbzjvx.woff2",
6
+ "static/media/2fe89d53234c61d4-s.p.1u30mmyq6lnsd.woff2",
7
+ "static/media/99e609270109b47d-s.p.40sczeszzbjw1.woff2",
8
+ "static/media/68757d6cddeff913-s.p.1i-sca43-qwng.woff2",
9
+ "static/media/effe91970fc4db64-s.p.0oace-s_gkfks.woff2"
10
+ ],
11
+ "[project]/apps/web/src/app/invite/page": [
12
+ "static/media/57215795b8570f5c-s.p.2rixgazldzomk.woff2",
13
+ "static/media/03fc1b4a8d284b5e-s.p.0wiir8udbzjvx.woff2",
14
+ "static/media/2fe89d53234c61d4-s.p.1u30mmyq6lnsd.woff2",
15
+ "static/media/99e609270109b47d-s.p.40sczeszzbjw1.woff2",
16
+ "static/media/68757d6cddeff913-s.p.1i-sca43-qwng.woff2",
17
+ "static/media/effe91970fc4db64-s.p.0oace-s_gkfks.woff2"
18
+ ],
19
+ "[project]/apps/web/src/app/p/[slug]/catalogue/page": [
20
+ "static/media/57215795b8570f5c-s.p.2rixgazldzomk.woff2",
21
+ "static/media/03fc1b4a8d284b5e-s.p.0wiir8udbzjvx.woff2",
22
+ "static/media/2fe89d53234c61d4-s.p.1u30mmyq6lnsd.woff2",
23
+ "static/media/99e609270109b47d-s.p.40sczeszzbjw1.woff2",
24
+ "static/media/68757d6cddeff913-s.p.1i-sca43-qwng.woff2",
25
+ "static/media/effe91970fc4db64-s.p.0oace-s_gkfks.woff2"
26
+ ],
27
+ "[project]/apps/web/src/app/p/[slug]/entities/page": [
28
+ "static/media/57215795b8570f5c-s.p.2rixgazldzomk.woff2",
29
+ "static/media/03fc1b4a8d284b5e-s.p.0wiir8udbzjvx.woff2",
30
+ "static/media/2fe89d53234c61d4-s.p.1u30mmyq6lnsd.woff2",
31
+ "static/media/99e609270109b47d-s.p.40sczeszzbjw1.woff2",
32
+ "static/media/68757d6cddeff913-s.p.1i-sca43-qwng.woff2",
33
+ "static/media/effe91970fc4db64-s.p.0oace-s_gkfks.woff2"
34
+ ],
35
+ "[project]/apps/web/src/app/p/[slug]/page": [
36
+ "static/media/57215795b8570f5c-s.p.2rixgazldzomk.woff2",
37
+ "static/media/03fc1b4a8d284b5e-s.p.0wiir8udbzjvx.woff2",
38
+ "static/media/2fe89d53234c61d4-s.p.1u30mmyq6lnsd.woff2",
39
+ "static/media/99e609270109b47d-s.p.40sczeszzbjw1.woff2",
40
+ "static/media/68757d6cddeff913-s.p.1i-sca43-qwng.woff2",
41
+ "static/media/effe91970fc4db64-s.p.0oace-s_gkfks.woff2"
42
+ ],
43
+ "[project]/apps/web/src/app/p/[slug]/s/[stringId]/page": [
44
+ "static/media/57215795b8570f5c-s.p.2rixgazldzomk.woff2",
45
+ "static/media/03fc1b4a8d284b5e-s.p.0wiir8udbzjvx.woff2",
46
+ "static/media/2fe89d53234c61d4-s.p.1u30mmyq6lnsd.woff2",
47
+ "static/media/99e609270109b47d-s.p.40sczeszzbjw1.woff2",
48
+ "static/media/68757d6cddeff913-s.p.1i-sca43-qwng.woff2",
49
+ "static/media/effe91970fc4db64-s.p.0oace-s_gkfks.woff2"
50
+ ],
51
+ "[project]/apps/web/src/app/p/[slug]/settings/page": [
52
+ "static/media/57215795b8570f5c-s.p.2rixgazldzomk.woff2",
53
+ "static/media/03fc1b4a8d284b5e-s.p.0wiir8udbzjvx.woff2",
54
+ "static/media/2fe89d53234c61d4-s.p.1u30mmyq6lnsd.woff2",
55
+ "static/media/99e609270109b47d-s.p.40sczeszzbjw1.woff2",
56
+ "static/media/68757d6cddeff913-s.p.1i-sca43-qwng.woff2",
57
+ "static/media/effe91970fc4db64-s.p.0oace-s_gkfks.woff2"
58
+ ],
59
+ "[project]/apps/web/src/app/page": [
60
+ "static/media/57215795b8570f5c-s.p.2rixgazldzomk.woff2",
61
+ "static/media/03fc1b4a8d284b5e-s.p.0wiir8udbzjvx.woff2",
62
+ "static/media/2fe89d53234c61d4-s.p.1u30mmyq6lnsd.woff2",
63
+ "static/media/99e609270109b47d-s.p.40sczeszzbjw1.woff2",
64
+ "static/media/68757d6cddeff913-s.p.1i-sca43-qwng.woff2",
65
+ "static/media/effe91970fc4db64-s.p.0oace-s_gkfks.woff2"
66
+ ],
67
+ "[project]/apps/web/src/app/password/page": [
68
+ "static/media/57215795b8570f5c-s.p.2rixgazldzomk.woff2",
69
+ "static/media/03fc1b4a8d284b5e-s.p.0wiir8udbzjvx.woff2",
70
+ "static/media/2fe89d53234c61d4-s.p.1u30mmyq6lnsd.woff2",
71
+ "static/media/99e609270109b47d-s.p.40sczeszzbjw1.woff2",
72
+ "static/media/68757d6cddeff913-s.p.1i-sca43-qwng.woff2",
73
+ "static/media/effe91970fc4db64-s.p.0oace-s_gkfks.woff2"
74
+ ],
75
+ "[project]/apps/web/src/app/projects/new/page": [
76
+ "static/media/57215795b8570f5c-s.p.2rixgazldzomk.woff2",
77
+ "static/media/03fc1b4a8d284b5e-s.p.0wiir8udbzjvx.woff2",
78
+ "static/media/2fe89d53234c61d4-s.p.1u30mmyq6lnsd.woff2",
79
+ "static/media/99e609270109b47d-s.p.40sczeszzbjw1.woff2",
80
+ "static/media/68757d6cddeff913-s.p.1i-sca43-qwng.woff2",
81
+ "static/media/effe91970fc4db64-s.p.0oace-s_gkfks.woff2"
82
+ ]
83
+ },
84
+ "appUsingSizeAdjust": true,
85
+ "pages": {},
86
+ "pagesUsingSizeAdjust": false
87
+ }
@@ -0,0 +1 @@
1
+ <!DOCTYPE html><html lang="en" class="ibm_plex_sans_612f0b2b-module__y5IXVG__variable ibm_plex_mono_11d792da-module__kL5XSW__variable"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/chunks/3t64_jtb3fj5e.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/310vm2bl3xxpt.js"/><script src="/_next/static/chunks/19mx3mg6lkumu.js" async=""></script><script src="/_next/static/chunks/1mh6a-0e61pyc.js" async=""></script><script src="/_next/static/chunks/2-rtuqsgzmno4.js" async=""></script><script src="/_next/static/chunks/turbopack-30koqklv8_-oi.js" async=""></script><script src="/_next/static/chunks/3fntmmi971322.js" async=""></script><script src="/_next/static/chunks/22joc6494bxnd.js" async=""></script><script src="/_next/static/chunks/03zuayefdl20x.js" async=""></script><meta name="robots" content="noindex"/><title>Corpus</title><meta name="description" content="A translation workbench for structured text"/><meta name="next-size-adjust" content=""/><script src="/_next/static/chunks/0cz1d0mv5g_q7.js" noModule=""></script></head><body class="min-h-dvh antialiased"><div hidden=""><!--$--><!--/$--></div><div class="min-h-dvh"><header class="flex min-h-14 flex-wrap items-center gap-x-4 gap-y-2 border-b border-border px-4 py-2 sm:px-6 lg:px-10 2xl:px-16"><a class="text-sm font-semibold" href="/">Corpus</a><div class="ml-auto flex flex-wrap items-center gap-x-5 gap-y-1"></div></header><main class="mx-auto w-full px-4 py-6 sm:px-6 lg:px-10 lg:py-8 2xl:px-16 max-w-3xl flex flex-col items-center gap-4 py-16 text-center"><h1 class="text-2xl font-semibold">Page not found</h1><p class="text-muted-foreground">This page does not exist. Check the address or go back home.</p><a class="inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium transition-colors focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-ring disabled:pointer-events-none disabled:opacity-50 [&amp;_svg]:pointer-events-none [&amp;_svg]:size-4 [&amp;_svg]:shrink-0 border border-input bg-background hover:bg-accent hover:text-accent-foreground h-9 px-4 py-2" href="/">Back to home</a></main></div><!--$--><!--/$--><script src="/_next/static/chunks/310vm2bl3xxpt.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[39756,[\"/_next/static/chunks/3fntmmi971322.js\"],\"default\"]\n3:I[37457,[\"/_next/static/chunks/3fntmmi971322.js\"],\"default\"]\n4:I[22016,[\"/_next/static/chunks/3fntmmi971322.js\",\"/_next/static/chunks/22joc6494bxnd.js\",\"/_next/static/chunks/03zuayefdl20x.js\"],\"\"]\n5:I[97367,[\"/_next/static/chunks/3fntmmi971322.js\"],\"OutletBoundary\"]\n6:\"$Sreact.suspense\"\n9:I[97367,[\"/_next/static/chunks/3fntmmi971322.js\"],\"ViewportBoundary\"]\nb:I[97367,[\"/_next/static/chunks/3fntmmi971322.js\"],\"MetadataBoundary\"]\nd:I[68027,[\"/_next/static/chunks/3fntmmi971322.js\"],\"default\",1]\n:HL[\"/_next/static/chunks/3t64_jtb3fj5e.css\",\"style\"]\n8:X\n0:{\"P\":null,\"c\":[\"\",\"_not-found\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"/_not-found\",{\"children\":[\"__PAGE__\",{},\"$undefined\",\"$undefined\",4608]},\"$undefined\",\"$undefined\",4608]},\"$undefined\",\"$undefined\",4624],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/3t64_jtb3fj5e.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/3fntmmi971322.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"className\":\"ibm_plex_sans_612f0b2b-module__y5IXVG__variable ibm_plex_mono_11d792da-module__kL5XSW__variable\",\"children\":[\"$\",\"body\",null,{\"className\":\"min-h-dvh antialiased\",\"children\":[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[\"$\",\"div\",null,{\"className\":\"min-h-dvh\",\"children\":[[\"$\",\"header\",null,{\"className\":\"flex min-h-14 flex-wrap items-center gap-x-4 gap-y-2 border-b border-border px-4 py-2 sm:px-6 lg:px-10 2xl:px-16\",\"children\":[[\"$\",\"$L4\",null,{\"href\":\"/\",\"className\":\"text-sm font-semibold\",\"children\":\"Corpus\"}],\"$undefined\",[\"$\",\"div\",null,{\"className\":\"ml-auto flex flex-wrap items-center gap-x-5 gap-y-1\",\"children\":[\"$undefined\",false]}]]}],[\"$\",\"main\",null,{\"className\":\"mx-auto w-full px-4 py-6 sm:px-6 lg:px-10 lg:py-8 2xl:px-16 max-w-3xl flex flex-col items-center gap-4 py-16 text-center\",\"children\":[[\"$\",\"h1\",null,{\"className\":\"text-2xl font-semibold\",\"children\":\"Page not found\"}],[\"$\",\"p\",null,{\"className\":\"text-muted-foreground\",\"children\":\"This page does not exist. Check the address or go back home.\"}],[\"$\",\"$L4\",null,{\"href\":\"/\",\"children\":\"Back to home\",\"className\":\"inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium transition-colors focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-ring disabled:pointer-events-none disabled:opacity-50 [\u0026_svg]:pointer-events-none [\u0026_svg]:size-4 [\u0026_svg]:shrink-0 border border-input bg-background hover:bg-accent hover:text-accent-foreground h-9 px-4 py-2\",\"ref\":null}]]}]]}],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"div\",null,{\"className\":\"min-h-dvh\",\"children\":[[\"$\",\"header\",null,{\"className\":\"flex min-h-14 flex-wrap items-center gap-x-4 gap-y-2 border-b border-border px-4 py-2 sm:px-6 lg:px-10 2xl:px-16\",\"children\":[[\"$\",\"$L4\",null,{\"href\":\"/\",\"className\":\"text-sm font-semibold\",\"children\":\"Corpus\"}],\"$undefined\",[\"$\",\"div\",null,{\"className\":\"ml-auto flex flex-wrap items-center gap-x-5 gap-y-1\",\"children\":[\"$undefined\",false]}]]}],[\"$\",\"main\",null,{\"className\":\"mx-auto w-full px-4 py-6 sm:px-6 lg:px-10 lg:py-8 2xl:px-16 max-w-3xl flex flex-col items-center gap-4 py-16 text-center\",\"children\":[[\"$\",\"h1\",null,{\"className\":\"text-2xl font-semibold\",\"children\":\"Page not found\"}],[\"$\",\"p\",null,{\"className\":\"text-muted-foreground\",\"children\":\"This page does not exist. Check the address or go back home.\"}],[\"$\",\"$L4\",null,{\"href\":\"/\",\"children\":\"Back to home\",\"className\":\"inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium transition-colors focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-ring disabled:pointer-events-none disabled:opacity-50 [\u0026_svg]:pointer-events-none [\u0026_svg]:size-4 [\u0026_svg]:shrink-0 border border-input bg-background hover:bg-accent hover:text-accent-foreground h-9 px-4 py-2\",\"ref\":null}]]}]]}],[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/22joc6494bxnd.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/03zuayefdl20x.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"$L5\",null,{\"children\":[\"$\",\"$6\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@7\"}]}]]}],{},null,false,null]},null,false,\"$8\"]},null,false,null],[\"$\",\"$1\",\"h\",{\"children\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],[\"$\",\"$L9\",null,{\"children\":\"$La\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$Lb\",null,{\"children\":[\"$\",\"$6\",null,{\"name\":\"Next.Metadata\",\"children\":\"$Lc\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$d\",[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/3t64_jtb3fj5e.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]]],\"S\":true,\"h\":null,\"r\":\"$undefined\",\"s\":\"$undefined\",\"a\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"yfTgCZmh0G5GgAWmkSLAG\"}\n8:C\na:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n7:null\nc:[[\"$\",\"title\",\"0\",{\"children\":\"Corpus\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"A translation workbench for structured text\"}]]\n"])</script></body></html>
@@ -0,0 +1 @@
1
+ <!DOCTYPE html><html id="__next_error__"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/310vm2bl3xxpt.js"/><script src="/_next/static/chunks/19mx3mg6lkumu.js" async=""></script><script src="/_next/static/chunks/1mh6a-0e61pyc.js" async=""></script><script src="/_next/static/chunks/2-rtuqsgzmno4.js" async=""></script><script src="/_next/static/chunks/turbopack-30koqklv8_-oi.js" async=""></script><script src="/_next/static/chunks/3fntmmi971322.js" async=""></script><meta name="next-size-adjust" content=""/><title>500: This page couldn’t load</title><style>:root {--next-error-bg: #fff;--next-error-text: #171717;--next-error-title: #171717;--next-error-message: #171717;--next-error-digest: #666666;--next-error-btn-text: #fff;--next-error-btn-bg: #171717;--next-error-btn-border: none;--next-error-btn-secondary-text: #171717;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(0,0,0,0.08);}@media (prefers-color-scheme: dark) {:root {--next-error-bg: #0a0a0a;--next-error-text: #ededed;--next-error-title: #ededed;--next-error-message: #ededed;--next-error-digest: #a0a0a0;--next-error-btn-text: #0a0a0a;--next-error-btn-bg: #ededed;--next-error-btn-border: none;--next-error-btn-secondary-text: #ededed;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(255,255,255,0.14);}}body { margin: 0; color: var(--next-error-text); background: var(--next-error-bg); }</style><script src="/_next/static/chunks/0cz1d0mv5g_q7.js" noModule=""></script></head><body><div hidden=""><!--$--><!--/$--></div><div style="font-family:system-ui,&quot;Segoe UI&quot;,Roboto,Helvetica,Arial,sans-serif,&quot;Apple Color Emoji&quot;,&quot;Segoe UI Emoji&quot;;height:100vh;display:flex;align-items:center;justify-content:center"><div style="margin-top:-32px;max-width:325px;padding:32px 28px;text-align:left"><svg width="32" height="32" viewBox="-0.2 -1.5 32 32" fill="none" style="margin-bottom:24px"><path d="M16.9328 0C18.0839 0.000116771 19.1334 0.658832 19.634 1.69531L31.4299 26.1309C32.0708 27.4588 31.1036 28.9999 29.6291 29H2.00215C0.527541 29 -0.439628 27.4588 0.201371 26.1309L11.9973 1.69531C12.4979 0.658823 13.5474 7.75066e-05 14.6984 0H16.9328ZM3.59493 26H28.0363L16.9328 3H14.6984L3.59493 26ZM15.8156 19C16.9202 19.0001 17.8156 19.8955 17.8156 21C17.8156 22.1045 16.9202 22.9999 15.8156 23C14.7111 23 13.8156 22.1046 13.8156 21C13.8156 19.8954 14.7111 19 15.8156 19ZM17.3156 16.5H14.3156V8.5H17.3156V16.5Z" fill="var(--next-error-title)"></path></svg><h1 style="font-size:24px;font-weight:500;letter-spacing:-0.02em;line-height:32px;margin:0 0 12px 0;color:var(--next-error-title)">This page couldn’t load</h1><p style="font-size:14px;font-weight:400;line-height:21px;margin:0 0 20px 0;color:var(--next-error-message)">A server error occurred. Reload to try again.</p><form style="margin:0"><button type="submit" style="display:inline-flex;align-items:center;justify-content:center;height:32px;padding:0 12px;font-size:14px;font-weight:500;line-height:20px;border-radius:6px;cursor:pointer;color:var(--next-error-btn-text);background:var(--next-error-btn-bg);border:var(--next-error-btn-border)">Reload</button></form></div></div><!--$--><!--/$--><script src="/_next/static/chunks/310vm2bl3xxpt.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[39756,[\"/_next/static/chunks/3fntmmi971322.js\"],\"default\"]\n3:I[37457,[\"/_next/static/chunks/3fntmmi971322.js\"],\"default\"]\n4:I[97367,[\"/_next/static/chunks/3fntmmi971322.js\"],\"OutletBoundary\"]\n5:\"$Sreact.suspense\"\n8:I[97367,[\"/_next/static/chunks/3fntmmi971322.js\"],\"ViewportBoundary\"]\na:I[97367,[\"/_next/static/chunks/3fntmmi971322.js\"],\"MetadataBoundary\"]\nc:I[68027,[\"/_next/static/chunks/3fntmmi971322.js\"],\"default\",1]\n7:X\n0:{\"P\":null,\"c\":[\"\",\"_global-error\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"__PAGE__\",{},\"$undefined\",\"$undefined\",4624]},\"$undefined\",\"$undefined\",4624],[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"html\",null,{\"id\":\"__next_error__\",\"children\":[[\"$\",\"head\",null,{\"children\":[[\"$\",\"title\",null,{\"children\":\"500: This page couldn’t load\"}],[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\":root {--next-error-bg: #fff;--next-error-text: #171717;--next-error-title: #171717;--next-error-message: #171717;--next-error-digest: #666666;--next-error-btn-text: #fff;--next-error-btn-bg: #171717;--next-error-btn-border: none;--next-error-btn-secondary-text: #171717;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(0,0,0,0.08);}@media (prefers-color-scheme: dark) {:root {--next-error-bg: #0a0a0a;--next-error-text: #ededed;--next-error-title: #ededed;--next-error-message: #ededed;--next-error-digest: #a0a0a0;--next-error-btn-text: #0a0a0a;--next-error-btn-bg: #ededed;--next-error-btn-border: none;--next-error-btn-secondary-text: #ededed;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(255,255,255,0.14);}}body { margin: 0; color: var(--next-error-text); background: var(--next-error-bg); }\"}}]]}],[\"$\",\"body\",null,{\"children\":[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"display\":\"flex\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"style\":{\"marginTop\":\"-32px\",\"maxWidth\":\"325px\",\"padding\":\"32px 28px\",\"textAlign\":\"left\"},\"children\":[[\"$\",\"svg\",null,{\"width\":\"32\",\"height\":\"32\",\"viewBox\":\"-0.2 -1.5 32 32\",\"fill\":\"none\",\"style\":{\"marginBottom\":\"24px\"},\"children\":[\"$\",\"path\",null,{\"d\":\"M16.9328 0C18.0839 0.000116771 19.1334 0.658832 19.634 1.69531L31.4299 26.1309C32.0708 27.4588 31.1036 28.9999 29.6291 29H2.00215C0.527541 29 -0.439628 27.4588 0.201371 26.1309L11.9973 1.69531C12.4979 0.658823 13.5474 7.75066e-05 14.6984 0H16.9328ZM3.59493 26H28.0363L16.9328 3H14.6984L3.59493 26ZM15.8156 19C16.9202 19.0001 17.8156 19.8955 17.8156 21C17.8156 22.1045 16.9202 22.9999 15.8156 23C14.7111 23 13.8156 22.1046 13.8156 21C13.8156 19.8954 14.7111 19 15.8156 19ZM17.3156 16.5H14.3156V8.5H17.3156V16.5Z\",\"fill\":\"var(--next-error-title)\"}]}],[\"$\",\"h1\",null,{\"style\":{\"fontSize\":\"24px\",\"fontWeight\":500,\"letterSpacing\":\"-0.02em\",\"lineHeight\":\"32px\",\"margin\":\"0 0 12px 0\",\"color\":\"var(--next-error-title)\"},\"children\":\"This page couldn’t load\"}],[\"$\",\"p\",null,{\"style\":{\"fontSize\":\"14px\",\"fontWeight\":400,\"lineHeight\":\"21px\",\"margin\":\"0 0 20px 0\",\"color\":\"var(--next-error-message)\"},\"children\":\"A server error occurred. Reload to try again.\"}],[\"$\",\"form\",null,{\"style\":{\"margin\":0},\"children\":[\"$\",\"button\",null,{\"type\":\"submit\",\"style\":{\"display\":\"inline-flex\",\"alignItems\":\"center\",\"justifyContent\":\"center\",\"height\":\"32px\",\"padding\":\"0 12px\",\"fontSize\":\"14px\",\"fontWeight\":500,\"lineHeight\":\"20px\",\"borderRadius\":\"6px\",\"cursor\":\"pointer\",\"color\":\"var(--next-error-btn-text)\",\"background\":\"var(--next-error-btn-bg)\",\"border\":\"var(--next-error-btn-border)\"},\"children\":\"Reload\"}]}]]}]}]}]]}],null,[\"$\",\"$L4\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@6\"}]}]]}],{},null,false,null]},null,false,\"$7\"],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$L8\",null,{\"children\":\"$L9\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$La\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.Metadata\",\"children\":\"$Lb\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$c\",[]],\"S\":true,\"h\":null,\"r\":\"$undefined\",\"s\":\"$undefined\",\"a\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"yfTgCZmh0G5GgAWmkSLAG\"}\n7:C\n9:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n6:null\nb:[]\n"])</script></body></html>
@@ -0,0 +1,4 @@
1
+ {
2
+ "/404": "pages/404.html",
3
+ "/500": "pages/500.html"
4
+ }
@@ -0,0 +1,25 @@
1
+ {
2
+ "/_global-error": {
3
+ "hints": 64,
4
+ "slots": {
5
+ "children": {
6
+ "hints": 160,
7
+ "slots": null
8
+ }
9
+ }
10
+ },
11
+ "/_not-found": {
12
+ "hints": 64,
13
+ "slots": {
14
+ "children": {
15
+ "hints": 96,
16
+ "slots": {
17
+ "children": {
18
+ "hints": 160,
19
+ "slots": null
20
+ }
21
+ }
22
+ }
23
+ }
24
+ }
25
+ }
@@ -0,0 +1 @@
1
+ self.__RSC_SERVER_MANIFEST="{\n \"node\": {\n \"0006277a72b69cdb00caf695a70e306eadfb2845a1\": {\n \"workers\": {\n \"app/_not-found/page\": {\n \"moduleId\": 78429,\n \"async\": false,\n \"codeHash\": null\n },\n \"app/invite/page\": {\n \"moduleId\": 18723,\n \"async\": false,\n \"codeHash\": null\n },\n \"app/p/[slug]/catalogue/page\": {\n \"moduleId\": 2902,\n \"async\": false,\n \"codeHash\": null\n },\n \"app/p/[slug]/entities/page\": {\n \"moduleId\": 28945,\n \"async\": false,\n \"codeHash\": null\n },\n \"app/p/[slug]/page\": {\n \"moduleId\": 91528,\n \"async\": false,\n \"codeHash\": null\n },\n \"app/p/[slug]/s/[stringId]/page\": {\n \"moduleId\": 85760,\n \"async\": false,\n \"codeHash\": null\n },\n \"app/p/[slug]/settings/page\": {\n \"moduleId\": 79794,\n \"async\": false,\n \"codeHash\": null\n },\n \"app/page\": {\n \"moduleId\": 31232,\n \"async\": false,\n \"codeHash\": null\n },\n \"app/password/page\": {\n \"moduleId\": 26984,\n \"async\": false,\n \"codeHash\": null\n },\n \"app/projects/new/page\": {\n \"moduleId\": 10324,\n \"async\": false,\n \"codeHash\": null\n }\n },\n \"filename\": \"apps/web/src/auth/actions.ts\",\n \"exportedName\": \"signOut\"\n },\n \"406d6a4c9d37b33ee15cb61203bd77d5bfadea1aab\": {\n \"workers\": {\n \"app/_not-found/page\": {\n \"moduleId\": 78429,\n \"async\": false,\n \"codeHash\": null\n },\n \"app/invite/page\": {\n \"moduleId\": 18723,\n \"async\": false,\n \"codeHash\": null\n },\n \"app/p/[slug]/catalogue/page\": {\n \"moduleId\": 2902,\n \"async\": false,\n \"codeHash\": null\n },\n \"app/p/[slug]/entities/page\": {\n \"moduleId\": 28945,\n \"async\": false,\n \"codeHash\": null\n },\n \"app/p/[slug]/page\": {\n \"moduleId\": 91528,\n \"async\": false,\n \"codeHash\": null\n },\n \"app/p/[slug]/s/[stringId]/page\": {\n \"moduleId\": 85760,\n \"async\": false,\n \"codeHash\": null\n },\n \"app/p/[slug]/settings/page\": {\n \"moduleId\": 79794,\n \"async\": false,\n \"codeHash\": null\n },\n \"app/page\": {\n \"moduleId\": 31232,\n \"async\": false,\n \"codeHash\": null\n },\n \"app/password/page\": {\n \"moduleId\": 26984,\n \"async\": false,\n \"codeHash\": null\n },\n \"app/projects/new/page\": {\n \"moduleId\": 10324,\n \"async\": false,\n \"codeHash\": null\n }\n },\n \"filename\": \"apps/web/src/auth/actions.ts\",\n \"exportedName\": \"submitSignIn\"\n },\n \"40a302a1878afae102f13f5044466ed212822e21e0\": {\n \"workers\": {\n \"app/_not-found/page\": {\n \"moduleId\": 78429,\n \"async\": false,\n \"codeHash\": null\n },\n \"app/invite/page\": {\n \"moduleId\": 18723,\n \"async\": false,\n \"codeHash\": null\n },\n \"app/p/[slug]/catalogue/page\": {\n \"moduleId\": 2902,\n \"async\": false,\n \"codeHash\": null\n },\n \"app/p/[slug]/entities/page\": {\n \"moduleId\": 28945,\n \"async\": false,\n \"codeHash\": null\n },\n \"app/p/[slug]/page\": {\n \"moduleId\": 91528,\n \"async\": false,\n \"codeHash\": null\n },\n \"app/p/[slug]/s/[stringId]/page\": {\n \"moduleId\": 85760,\n \"async\": false,\n \"codeHash\": null\n },\n \"app/p/[slug]/settings/page\": {\n \"moduleId\": 79794,\n \"async\": false,\n \"codeHash\": null\n },\n \"app/page\": {\n \"moduleId\": 31232,\n \"async\": false,\n \"codeHash\": null\n },\n \"app/password/page\": {\n \"moduleId\": 26984,\n \"async\": false,\n \"codeHash\": null\n },\n \"app/projects/new/page\": {\n \"moduleId\": 10324,\n \"async\": false,\n \"codeHash\": null\n }\n },\n \"filename\": \"apps/web/src/auth/actions.ts\",\n \"exportedName\": \"submitJoin\"\n },\n \"40da12052d7290b5860cc1c89b6d77b51200d303fd\": {\n \"workers\": {\n \"app/_not-found/page\": {\n \"moduleId\": 78429,\n \"async\": false,\n \"codeHash\": null\n },\n \"app/invite/page\": {\n \"moduleId\": 18723,\n \"async\": false,\n \"codeHash\": null\n },\n \"app/p/[slug]/catalogue/page\": {\n \"moduleId\": 2902,\n \"async\": false,\n \"codeHash\": null\n },\n \"app/p/[slug]/entities/page\": {\n \"moduleId\": 28945,\n \"async\": false,\n \"codeHash\": null\n },\n \"app/p/[slug]/page\": {\n \"moduleId\": 91528,\n \"async\": false,\n \"codeHash\": null\n },\n \"app/p/[slug]/s/[stringId]/page\": {\n \"moduleId\": 85760,\n \"async\": false,\n \"codeHash\": null\n },\n \"app/p/[slug]/settings/page\": {\n \"moduleId\": 79794,\n \"async\": false,\n \"codeHash\": null\n },\n \"app/page\": {\n \"moduleId\": 31232,\n \"async\": false,\n \"codeHash\": null\n },\n \"app/password/page\": {\n \"moduleId\": 26984,\n \"async\": false,\n \"codeHash\": null\n },\n \"app/projects/new/page\": {\n \"moduleId\": 10324,\n \"async\": false,\n \"codeHash\": null\n }\n },\n \"filename\": \"apps/web/src/auth/actions.ts\",\n \"exportedName\": \"submitPassword\"\n },\n \"4098e5875fa80032c20e1c7cf166ac0110b5769dde\": {\n \"workers\": {\n \"app/p/[slug]/s/[stringId]/page\": {\n \"moduleId\": 85760,\n \"async\": false,\n \"codeHash\": null\n }\n },\n \"filename\": \"apps/web/src/translations/actions.ts\",\n \"exportedName\": \"verifyString\"\n },\n \"40a7a800acff3ac6e763b88c958f6a294ab9cb8731\": {\n \"workers\": {\n \"app/p/[slug]/s/[stringId]/page\": {\n \"moduleId\": 85760,\n \"async\": false,\n \"codeHash\": null\n }\n },\n \"filename\": \"apps/web/src/translations/actions.ts\",\n \"exportedName\": \"saveString\"\n },\n \"401d65e4851684872a6f52f9d4567386c1fdb34bb8\": {\n \"workers\": {\n \"app/p/[slug]/settings/page\": {\n \"moduleId\": 79794,\n \"async\": false,\n \"codeHash\": null\n }\n },\n \"filename\": \"apps/web/src/projects/actions.ts\",\n \"exportedName\": \"resetPasswordAction\"\n },\n \"4020e00dc155233935256f0cfcae00e57d2a743566\": {\n \"workers\": {\n \"app/p/[slug]/settings/page\": {\n \"moduleId\": 79794,\n \"async\": false,\n \"codeHash\": null\n }\n },\n \"filename\": \"apps/web/src/projects/actions.ts\",\n \"exportedName\": \"rotateProjectToken\"\n },\n \"403108cb0453368868c2ef723459b1a1331b908560\": {\n \"workers\": {\n \"app/p/[slug]/settings/page\": {\n \"moduleId\": 79794,\n \"async\": false,\n \"codeHash\": null\n }\n },\n \"filename\": \"apps/web/src/projects/actions.ts\",\n \"exportedName\": \"toggleMaintainer\"\n },\n \"40f59070495de7f1f4dd487c9f27dfa7c8af9a1ea5\": {\n \"workers\": {\n \"app/p/[slug]/settings/page\": {\n \"moduleId\": 79794,\n \"async\": false,\n \"codeHash\": null\n }\n },\n \"filename\": \"apps/web/src/projects/actions.ts\",\n \"exportedName\": \"saveLanguages\"\n },\n \"606556c249753cc2dfad92493334269e102c6f7aa9\": {\n \"workers\": {\n \"app/p/[slug]/settings/page\": {\n \"moduleId\": 79794,\n \"async\": false,\n \"codeHash\": null\n },\n \"app/projects/new/page\": {\n \"moduleId\": 10324,\n \"async\": false,\n \"codeHash\": null\n }\n },\n \"filename\": \"apps/web/src/projects/actions.ts\",\n \"exportedName\": \"createProjectAction\"\n }\n },\n \"edge\": {},\n \"encryptionKey\": \"EiJKvNsU/AuNm6yYhBz5003SPvajrUQmSJmHHB0Hp24=\"\n}"
@@ -0,0 +1,312 @@
1
+ {
2
+ "node": {
3
+ "0006277a72b69cdb00caf695a70e306eadfb2845a1": {
4
+ "workers": {
5
+ "app/_not-found/page": {
6
+ "moduleId": 78429,
7
+ "async": false,
8
+ "codeHash": null
9
+ },
10
+ "app/invite/page": {
11
+ "moduleId": 18723,
12
+ "async": false,
13
+ "codeHash": null
14
+ },
15
+ "app/p/[slug]/catalogue/page": {
16
+ "moduleId": 2902,
17
+ "async": false,
18
+ "codeHash": null
19
+ },
20
+ "app/p/[slug]/entities/page": {
21
+ "moduleId": 28945,
22
+ "async": false,
23
+ "codeHash": null
24
+ },
25
+ "app/p/[slug]/page": {
26
+ "moduleId": 91528,
27
+ "async": false,
28
+ "codeHash": null
29
+ },
30
+ "app/p/[slug]/s/[stringId]/page": {
31
+ "moduleId": 85760,
32
+ "async": false,
33
+ "codeHash": null
34
+ },
35
+ "app/p/[slug]/settings/page": {
36
+ "moduleId": 79794,
37
+ "async": false,
38
+ "codeHash": null
39
+ },
40
+ "app/page": {
41
+ "moduleId": 31232,
42
+ "async": false,
43
+ "codeHash": null
44
+ },
45
+ "app/password/page": {
46
+ "moduleId": 26984,
47
+ "async": false,
48
+ "codeHash": null
49
+ },
50
+ "app/projects/new/page": {
51
+ "moduleId": 10324,
52
+ "async": false,
53
+ "codeHash": null
54
+ }
55
+ },
56
+ "filename": "apps/web/src/auth/actions.ts",
57
+ "exportedName": "signOut"
58
+ },
59
+ "406d6a4c9d37b33ee15cb61203bd77d5bfadea1aab": {
60
+ "workers": {
61
+ "app/_not-found/page": {
62
+ "moduleId": 78429,
63
+ "async": false,
64
+ "codeHash": null
65
+ },
66
+ "app/invite/page": {
67
+ "moduleId": 18723,
68
+ "async": false,
69
+ "codeHash": null
70
+ },
71
+ "app/p/[slug]/catalogue/page": {
72
+ "moduleId": 2902,
73
+ "async": false,
74
+ "codeHash": null
75
+ },
76
+ "app/p/[slug]/entities/page": {
77
+ "moduleId": 28945,
78
+ "async": false,
79
+ "codeHash": null
80
+ },
81
+ "app/p/[slug]/page": {
82
+ "moduleId": 91528,
83
+ "async": false,
84
+ "codeHash": null
85
+ },
86
+ "app/p/[slug]/s/[stringId]/page": {
87
+ "moduleId": 85760,
88
+ "async": false,
89
+ "codeHash": null
90
+ },
91
+ "app/p/[slug]/settings/page": {
92
+ "moduleId": 79794,
93
+ "async": false,
94
+ "codeHash": null
95
+ },
96
+ "app/page": {
97
+ "moduleId": 31232,
98
+ "async": false,
99
+ "codeHash": null
100
+ },
101
+ "app/password/page": {
102
+ "moduleId": 26984,
103
+ "async": false,
104
+ "codeHash": null
105
+ },
106
+ "app/projects/new/page": {
107
+ "moduleId": 10324,
108
+ "async": false,
109
+ "codeHash": null
110
+ }
111
+ },
112
+ "filename": "apps/web/src/auth/actions.ts",
113
+ "exportedName": "submitSignIn"
114
+ },
115
+ "40a302a1878afae102f13f5044466ed212822e21e0": {
116
+ "workers": {
117
+ "app/_not-found/page": {
118
+ "moduleId": 78429,
119
+ "async": false,
120
+ "codeHash": null
121
+ },
122
+ "app/invite/page": {
123
+ "moduleId": 18723,
124
+ "async": false,
125
+ "codeHash": null
126
+ },
127
+ "app/p/[slug]/catalogue/page": {
128
+ "moduleId": 2902,
129
+ "async": false,
130
+ "codeHash": null
131
+ },
132
+ "app/p/[slug]/entities/page": {
133
+ "moduleId": 28945,
134
+ "async": false,
135
+ "codeHash": null
136
+ },
137
+ "app/p/[slug]/page": {
138
+ "moduleId": 91528,
139
+ "async": false,
140
+ "codeHash": null
141
+ },
142
+ "app/p/[slug]/s/[stringId]/page": {
143
+ "moduleId": 85760,
144
+ "async": false,
145
+ "codeHash": null
146
+ },
147
+ "app/p/[slug]/settings/page": {
148
+ "moduleId": 79794,
149
+ "async": false,
150
+ "codeHash": null
151
+ },
152
+ "app/page": {
153
+ "moduleId": 31232,
154
+ "async": false,
155
+ "codeHash": null
156
+ },
157
+ "app/password/page": {
158
+ "moduleId": 26984,
159
+ "async": false,
160
+ "codeHash": null
161
+ },
162
+ "app/projects/new/page": {
163
+ "moduleId": 10324,
164
+ "async": false,
165
+ "codeHash": null
166
+ }
167
+ },
168
+ "filename": "apps/web/src/auth/actions.ts",
169
+ "exportedName": "submitJoin"
170
+ },
171
+ "40da12052d7290b5860cc1c89b6d77b51200d303fd": {
172
+ "workers": {
173
+ "app/_not-found/page": {
174
+ "moduleId": 78429,
175
+ "async": false,
176
+ "codeHash": null
177
+ },
178
+ "app/invite/page": {
179
+ "moduleId": 18723,
180
+ "async": false,
181
+ "codeHash": null
182
+ },
183
+ "app/p/[slug]/catalogue/page": {
184
+ "moduleId": 2902,
185
+ "async": false,
186
+ "codeHash": null
187
+ },
188
+ "app/p/[slug]/entities/page": {
189
+ "moduleId": 28945,
190
+ "async": false,
191
+ "codeHash": null
192
+ },
193
+ "app/p/[slug]/page": {
194
+ "moduleId": 91528,
195
+ "async": false,
196
+ "codeHash": null
197
+ },
198
+ "app/p/[slug]/s/[stringId]/page": {
199
+ "moduleId": 85760,
200
+ "async": false,
201
+ "codeHash": null
202
+ },
203
+ "app/p/[slug]/settings/page": {
204
+ "moduleId": 79794,
205
+ "async": false,
206
+ "codeHash": null
207
+ },
208
+ "app/page": {
209
+ "moduleId": 31232,
210
+ "async": false,
211
+ "codeHash": null
212
+ },
213
+ "app/password/page": {
214
+ "moduleId": 26984,
215
+ "async": false,
216
+ "codeHash": null
217
+ },
218
+ "app/projects/new/page": {
219
+ "moduleId": 10324,
220
+ "async": false,
221
+ "codeHash": null
222
+ }
223
+ },
224
+ "filename": "apps/web/src/auth/actions.ts",
225
+ "exportedName": "submitPassword"
226
+ },
227
+ "4098e5875fa80032c20e1c7cf166ac0110b5769dde": {
228
+ "workers": {
229
+ "app/p/[slug]/s/[stringId]/page": {
230
+ "moduleId": 85760,
231
+ "async": false,
232
+ "codeHash": null
233
+ }
234
+ },
235
+ "filename": "apps/web/src/translations/actions.ts",
236
+ "exportedName": "verifyString"
237
+ },
238
+ "40a7a800acff3ac6e763b88c958f6a294ab9cb8731": {
239
+ "workers": {
240
+ "app/p/[slug]/s/[stringId]/page": {
241
+ "moduleId": 85760,
242
+ "async": false,
243
+ "codeHash": null
244
+ }
245
+ },
246
+ "filename": "apps/web/src/translations/actions.ts",
247
+ "exportedName": "saveString"
248
+ },
249
+ "401d65e4851684872a6f52f9d4567386c1fdb34bb8": {
250
+ "workers": {
251
+ "app/p/[slug]/settings/page": {
252
+ "moduleId": 79794,
253
+ "async": false,
254
+ "codeHash": null
255
+ }
256
+ },
257
+ "filename": "apps/web/src/projects/actions.ts",
258
+ "exportedName": "resetPasswordAction"
259
+ },
260
+ "4020e00dc155233935256f0cfcae00e57d2a743566": {
261
+ "workers": {
262
+ "app/p/[slug]/settings/page": {
263
+ "moduleId": 79794,
264
+ "async": false,
265
+ "codeHash": null
266
+ }
267
+ },
268
+ "filename": "apps/web/src/projects/actions.ts",
269
+ "exportedName": "rotateProjectToken"
270
+ },
271
+ "403108cb0453368868c2ef723459b1a1331b908560": {
272
+ "workers": {
273
+ "app/p/[slug]/settings/page": {
274
+ "moduleId": 79794,
275
+ "async": false,
276
+ "codeHash": null
277
+ }
278
+ },
279
+ "filename": "apps/web/src/projects/actions.ts",
280
+ "exportedName": "toggleMaintainer"
281
+ },
282
+ "40f59070495de7f1f4dd487c9f27dfa7c8af9a1ea5": {
283
+ "workers": {
284
+ "app/p/[slug]/settings/page": {
285
+ "moduleId": 79794,
286
+ "async": false,
287
+ "codeHash": null
288
+ }
289
+ },
290
+ "filename": "apps/web/src/projects/actions.ts",
291
+ "exportedName": "saveLanguages"
292
+ },
293
+ "606556c249753cc2dfad92493334269e102c6f7aa9": {
294
+ "workers": {
295
+ "app/p/[slug]/settings/page": {
296
+ "moduleId": 79794,
297
+ "async": false,
298
+ "codeHash": null
299
+ },
300
+ "app/projects/new/page": {
301
+ "moduleId": 10324,
302
+ "async": false,
303
+ "codeHash": null
304
+ }
305
+ },
306
+ "filename": "apps/web/src/projects/actions.ts",
307
+ "exportedName": "createProjectAction"
308
+ }
309
+ },
310
+ "edge": {},
311
+ "encryptionKey": "EiJKvNsU/AuNm6yYhBz5003SPvajrUQmSJmHHB0Hp24="
312
+ }