@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
package/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2026 Miguel d'Aguiar
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/README.md ADDED
@@ -0,0 +1,10 @@
1
+ # @corpus-tool/workbench
2
+
3
+ The web app of [Corpus](https://github.com/miguelaguiar01/corpus), a self-hosted translation workbench for games and apps whose text is structured. Install it beside `@corpus-tool/cli` in the repository whose text is translated and start it with `npx corpus workbench`; the CLI keeps the database and the instance secret under `.corpus/` and prints the URL.
4
+
5
+ ```sh
6
+ npm install --save-dev @corpus-tool/cli @corpus-tool/workbench
7
+ npx corpus workbench
8
+ ```
9
+
10
+ For a team, run the published container image instead, which is the same app at the same version. Both are documented in the [repository](https://github.com/miguelaguiar01/corpus). The `corpus-workbench` binary starts the app directly from `CORPUS_DB_PATH`, `CORPUS_INVITE_SECRET`, `PORT` and `HOSTNAME`. Node 22 or later.
@@ -0,0 +1,23 @@
1
+ #!/usr/bin/env node
2
+ // Starts the workbench (§2). `corpus workbench` sets the environment
3
+ // from .corpus/ and calls this; a host sets it by hand. server.js is
4
+ // Next's standalone entry: it reads PORT and HOSTNAME and changes into
5
+ // its own directory, so the migrations resolve beside it.
6
+ const path = require("node:path");
7
+
8
+ const missing = ["CORPUS_DB_PATH", "CORPUS_INVITE_SECRET"].filter(
9
+ (name) => !process.env[name],
10
+ );
11
+ if (missing.length > 0) {
12
+ process.stderr.write(
13
+ `corpus-workbench: set ${missing.join(" and ")} (the database file and the instance invite secret)\n`,
14
+ );
15
+ process.exit(1);
16
+ }
17
+ process.env.CORPUS_DB_PATH = path.resolve(process.env.CORPUS_DB_PATH);
18
+ process.env.PORT ??= "3000";
19
+ process.env.HOSTNAME ??= "127.0.0.1";
20
+ process.env.NODE_ENV = "production";
21
+ process.env.CORPUS_VERSION ??= `v${require("../package.json").version}`;
22
+
23
+ require("../dist/apps/web/server.js");
@@ -0,0 +1 @@
1
+ yfTgCZmh0G5GgAWmkSLAG
@@ -0,0 +1,16 @@
1
+ {
2
+ "/_global-error/page": "/_global-error",
3
+ "/_not-found/page": "/_not-found",
4
+ "/api/health/route": "/api/health",
5
+ "/api/pull/route": "/api/pull",
6
+ "/api/push/route": "/api/push",
7
+ "/invite/page": "/invite",
8
+ "/p/[slug]/catalogue/page": "/p/[slug]/catalogue",
9
+ "/p/[slug]/entities/page": "/p/[slug]/entities",
10
+ "/p/[slug]/page": "/p/[slug]",
11
+ "/p/[slug]/s/[stringId]/page": "/p/[slug]/s/[stringId]",
12
+ "/p/[slug]/settings/page": "/p/[slug]/settings",
13
+ "/page": "/",
14
+ "/password/page": "/password",
15
+ "/projects/new/page": "/projects/new"
16
+ }
@@ -0,0 +1,24 @@
1
+ {
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 @@
1
+ {"type": "commonjs"}
@@ -0,0 +1,69 @@
1
+ {
2
+ "version": 4,
3
+ "routes": {
4
+ "/_global-error": {
5
+ "routeType": "page",
6
+ "response": "complete",
7
+ "compute": "static",
8
+ "htmlSize": 8853,
9
+ "experimentalBypassFor": [
10
+ {
11
+ "type": "header",
12
+ "key": "next-action"
13
+ },
14
+ {
15
+ "type": "header",
16
+ "key": "content-type",
17
+ "value": "multipart/form-data;.*"
18
+ }
19
+ ],
20
+ "initialRevalidateSeconds": false,
21
+ "srcRoute": "/_global-error",
22
+ "dataRoute": "/_global-error.rsc",
23
+ "allowHeader": [
24
+ "host",
25
+ "x-matched-path",
26
+ "x-prerender-revalidate",
27
+ "x-prerender-revalidate-if-generated",
28
+ "x-next-revalidated-tags",
29
+ "x-next-revalidate-tag-token"
30
+ ]
31
+ },
32
+ "/_not-found": {
33
+ "initialStatus": 404,
34
+ "routeType": "page",
35
+ "response": "complete",
36
+ "compute": "static",
37
+ "htmlSize": 9136,
38
+ "experimentalBypassFor": [
39
+ {
40
+ "type": "header",
41
+ "key": "next-action"
42
+ },
43
+ {
44
+ "type": "header",
45
+ "key": "content-type",
46
+ "value": "multipart/form-data;.*"
47
+ }
48
+ ],
49
+ "initialRevalidateSeconds": false,
50
+ "srcRoute": "/_not-found",
51
+ "dataRoute": "/_not-found.rsc",
52
+ "allowHeader": [
53
+ "host",
54
+ "x-matched-path",
55
+ "x-prerender-revalidate",
56
+ "x-prerender-revalidate-if-generated",
57
+ "x-next-revalidated-tags",
58
+ "x-next-revalidate-tag-token"
59
+ ]
60
+ }
61
+ },
62
+ "dynamicRoutes": {},
63
+ "notFoundRoutes": [],
64
+ "preview": {
65
+ "previewModeId": "b3225ec5535b786f0ce9e2a7e1db8d0f",
66
+ "previewModeSigningKey": "8be76299a618447de9f5d7378ca09b32bba674bda16bde824f3a51b81fe66869",
67
+ "previewModeEncryptionKey": "ff92d5b42a2a3e65a25d571412ee3d888575d359e74bf96df13a70a2d6a03e98"
68
+ }
69
+ }
@@ -0,0 +1,361 @@
1
+ {
2
+ "version": 1,
3
+ "config": {
4
+ "env": {},
5
+ "webpack": null,
6
+ "typescript": {
7
+ "ignoreBuildErrors": false
8
+ },
9
+ "typedRoutes": false,
10
+ "distDir": ".next",
11
+ "cleanDistDir": true,
12
+ "assetPrefix": "",
13
+ "cacheMaxMemorySize": 52428800,
14
+ "configOrigin": "next.config.ts",
15
+ "useFileSystemPublicRoutes": true,
16
+ "generateEtags": true,
17
+ "pageExtensions": [
18
+ "tsx",
19
+ "ts",
20
+ "jsx",
21
+ "js"
22
+ ],
23
+ "instrumentationClientInject": [],
24
+ "poweredByHeader": true,
25
+ "compress": true,
26
+ "images": {
27
+ "deviceSizes": [
28
+ 640,
29
+ 750,
30
+ 828,
31
+ 1080,
32
+ 1200,
33
+ 1920,
34
+ 2048,
35
+ 3840
36
+ ],
37
+ "imageSizes": [
38
+ 32,
39
+ 48,
40
+ 64,
41
+ 96,
42
+ 128,
43
+ 256,
44
+ 384
45
+ ],
46
+ "path": "/_next/image",
47
+ "loader": "default",
48
+ "loaderFile": "",
49
+ "domains": [],
50
+ "disableStaticImages": false,
51
+ "minimumCacheTTL": 14400,
52
+ "formats": [
53
+ "image/webp"
54
+ ],
55
+ "maximumRedirects": 3,
56
+ "maximumResponseBody": 50000000,
57
+ "dangerouslyAllowLocalIP": false,
58
+ "dangerouslyAllowSVG": false,
59
+ "contentSecurityPolicy": "script-src 'none'; frame-src 'none'; sandbox;",
60
+ "contentDispositionType": "attachment",
61
+ "localPatterns": [
62
+ {
63
+ "pathname": "**",
64
+ "search": ""
65
+ }
66
+ ],
67
+ "remotePatterns": [],
68
+ "qualities": [
69
+ 75
70
+ ],
71
+ "unoptimized": false,
72
+ "customCacheHandler": false
73
+ },
74
+ "devIndicators": {
75
+ "position": "bottom-left"
76
+ },
77
+ "onDemandEntries": {
78
+ "maxInactiveAge": 60000,
79
+ "pagesBufferLength": 5
80
+ },
81
+ "basePath": "",
82
+ "sassOptions": {},
83
+ "trailingSlash": false,
84
+ "i18n": null,
85
+ "productionBrowserSourceMaps": false,
86
+ "excludeDefaultMomentLocales": true,
87
+ "reactProductionProfiling": false,
88
+ "reactStrictMode": null,
89
+ "reactMaxHeadersLength": 6000,
90
+ "httpAgentOptions": {
91
+ "keepAlive": true
92
+ },
93
+ "logging": {
94
+ "serverFunctions": true,
95
+ "browserToTerminal": "warn"
96
+ },
97
+ "compiler": {},
98
+ "expireTime": 31536000,
99
+ "staticPageGenerationTimeout": 60,
100
+ "output": "standalone",
101
+ "modularizeImports": {
102
+ "@mui/icons-material": {
103
+ "transform": "@mui/icons-material/{{member}}"
104
+ },
105
+ "lodash": {
106
+ "transform": "lodash/{{member}}"
107
+ }
108
+ },
109
+ "outputFileTracingRoot": "/home/maguiar/corpus",
110
+ "enablePrerenderSourceMaps": true,
111
+ "cacheComponents": false,
112
+ "cacheLife": {
113
+ "default": {
114
+ "stale": 300,
115
+ "revalidate": 900,
116
+ "expire": 4294967294
117
+ },
118
+ "seconds": {
119
+ "stale": 30,
120
+ "revalidate": 1,
121
+ "expire": 60
122
+ },
123
+ "minutes": {
124
+ "stale": 300,
125
+ "revalidate": 60,
126
+ "expire": 3600
127
+ },
128
+ "hours": {
129
+ "stale": 300,
130
+ "revalidate": 3600,
131
+ "expire": 86400
132
+ },
133
+ "days": {
134
+ "stale": 300,
135
+ "revalidate": 86400,
136
+ "expire": 604800
137
+ },
138
+ "weeks": {
139
+ "stale": 300,
140
+ "revalidate": 604800,
141
+ "expire": 2592000
142
+ },
143
+ "max": {
144
+ "stale": 300,
145
+ "revalidate": 2592000,
146
+ "expire": 31536000
147
+ }
148
+ },
149
+ "cacheHandlers": {},
150
+ "experimental": {
151
+ "appNewScrollHandler": true,
152
+ "coldCacheBadge": false,
153
+ "devValidationWorker": true,
154
+ "useSkewCookie": false,
155
+ "cssChunking": true,
156
+ "multiZoneDraftMode": false,
157
+ "appNavFailHandling": false,
158
+ "prerenderEarlyExit": true,
159
+ "serverMinification": true,
160
+ "linkNoTouchStart": false,
161
+ "caseSensitiveRoutes": false,
162
+ "cachedNavigations": false,
163
+ "dynamicOnHover": false,
164
+ "useOffline": false,
165
+ "varyParams": true,
166
+ "optimisticRouting": true,
167
+ "instrumentationClientRouterTransitionEvents": false,
168
+ "prefetchInlining": {
169
+ "maxSize": 2048,
170
+ "maxBundleSize": 10240
171
+ },
172
+ "preloadEntriesOnStart": true,
173
+ "clientRouterFilter": true,
174
+ "clientRouterFilterRedirects": false,
175
+ "fetchCacheKeyPrefix": "",
176
+ "proxyPrefetch": "flexible",
177
+ "optimisticClientCache": true,
178
+ "manualClientBasePath": false,
179
+ "cpus": 5,
180
+ "memoryBasedWorkersCount": false,
181
+ "imgOptConcurrency": null,
182
+ "imgOptOperationCache": null,
183
+ "imgOptTimeoutInSeconds": 7,
184
+ "imgOptMaxInputPixels": 268402689,
185
+ "imgOptSequentialRead": null,
186
+ "isrFlushToDisk": true,
187
+ "workerThreads": false,
188
+ "optimizeCss": false,
189
+ "nextScriptWorkers": false,
190
+ "scrollRestoration": false,
191
+ "externalDir": false,
192
+ "devMemoryThresholdRestart": true,
193
+ "disableOptimizedLoading": false,
194
+ "gzipSize": true,
195
+ "craCompat": false,
196
+ "esmExternals": true,
197
+ "fullySpecified": false,
198
+ "swcTraceProfiling": false,
199
+ "forceSwcTransforms": false,
200
+ "requestInsights": false,
201
+ "largePageDataBytes": 128000,
202
+ "typedEnv": false,
203
+ "parallelServerCompiles": false,
204
+ "parallelServerBuildTraces": false,
205
+ "ppr": false,
206
+ "authInterrupts": false,
207
+ "webpackMemoryOptimizations": false,
208
+ "optimizeServerReact": true,
209
+ "strictRouteTypes": false,
210
+ "useTypeScriptCli": true,
211
+ "removeUncaughtErrorAndRejectionListeners": false,
212
+ "validateRSCRequestHeaders": true,
213
+ "staleTimes": {
214
+ "dynamic": 0,
215
+ "static": 300
216
+ },
217
+ "reactDebugChannel": true,
218
+ "serverComponentsHmrCache": true,
219
+ "serverComponentsHmrCancellation": false,
220
+ "staticGenerationMaxConcurrency": 8,
221
+ "staticGenerationMinPagesPerWorker": 25,
222
+ "transitionIndicator": false,
223
+ "gestureTransition": false,
224
+ "inlineCss": false,
225
+ "useCache": false,
226
+ "globalNotFound": false,
227
+ "browserDebugInfoInTerminal": "warn",
228
+ "lockDistDir": true,
229
+ "proxyClientMaxBodySize": 10485760,
230
+ "hideLogsAfterAbort": false,
231
+ "mcpServer": true,
232
+ "turbopackFileSystemCacheForDev": true,
233
+ "turbopackFileSystemCacheForBuild": true,
234
+ "turbopackInferModuleSideEffects": true,
235
+ "turbopackPluginRuntimeStrategy": "childProcesses",
236
+ "turbopackMemoryEvictionMode": "auto",
237
+ "optimizePackageImports": [
238
+ "lucide-react",
239
+ "date-fns",
240
+ "lodash-es",
241
+ "ramda",
242
+ "antd",
243
+ "react-bootstrap",
244
+ "ahooks",
245
+ "@ant-design/icons",
246
+ "@headlessui/react",
247
+ "@headlessui-float/react",
248
+ "@heroicons/react/20/solid",
249
+ "@heroicons/react/24/solid",
250
+ "@heroicons/react/24/outline",
251
+ "@visx/visx",
252
+ "@tremor/react",
253
+ "rxjs",
254
+ "@mui/material",
255
+ "@mui/icons-material",
256
+ "recharts",
257
+ "react-use",
258
+ "effect",
259
+ "@effect/schema",
260
+ "@effect/platform",
261
+ "@effect/platform-node",
262
+ "@effect/platform-browser",
263
+ "@effect/platform-bun",
264
+ "@effect/sql",
265
+ "@effect/sql-mssql",
266
+ "@effect/sql-mysql2",
267
+ "@effect/sql-pg",
268
+ "@effect/sql-sqlite-node",
269
+ "@effect/sql-sqlite-bun",
270
+ "@effect/sql-sqlite-wasm",
271
+ "@effect/sql-sqlite-react-native",
272
+ "@effect/rpc",
273
+ "@effect/rpc-http",
274
+ "@effect/typeclass",
275
+ "@effect/experimental",
276
+ "@effect/opentelemetry",
277
+ "@material-ui/core",
278
+ "@material-ui/icons",
279
+ "@tabler/icons-react",
280
+ "mui-core",
281
+ "react-icons/ai",
282
+ "react-icons/bi",
283
+ "react-icons/bs",
284
+ "react-icons/cg",
285
+ "react-icons/ci",
286
+ "react-icons/di",
287
+ "react-icons/fa",
288
+ "react-icons/fa6",
289
+ "react-icons/fc",
290
+ "react-icons/fi",
291
+ "react-icons/gi",
292
+ "react-icons/go",
293
+ "react-icons/gr",
294
+ "react-icons/hi",
295
+ "react-icons/hi2",
296
+ "react-icons/im",
297
+ "react-icons/io",
298
+ "react-icons/io5",
299
+ "react-icons/lia",
300
+ "react-icons/lib",
301
+ "react-icons/lu",
302
+ "react-icons/md",
303
+ "react-icons/pi",
304
+ "react-icons/ri",
305
+ "react-icons/rx",
306
+ "react-icons/si",
307
+ "react-icons/sl",
308
+ "react-icons/tb",
309
+ "react-icons/tfi",
310
+ "react-icons/ti",
311
+ "react-icons/vsc",
312
+ "react-icons/wi"
313
+ ],
314
+ "useCacheTimeout": 54,
315
+ "instantInsights": {
316
+ "validationLevel": "warning"
317
+ },
318
+ "trustHostHeader": false,
319
+ "isExperimentalCompile": false
320
+ },
321
+ "htmlLimitedBots": "[\\w-]+-Google|Google-[\\w-]+|Chrome-Lighthouse|Slurp|DuckDuckBot|baiduspider|yandex|sogou|bitlybot|tumblr|vkShare|quora link preview|redditbot|ia_archiver|Bingbot|BingPreview|applebot|facebookexternalhit|facebookcatalog|Twitterbot|LinkedInBot|Slackbot|Discordbot|WhatsApp|SkypeUriPreview|Yeti|googleweblight",
322
+ "bundlePagesRouterDependencies": false,
323
+ "configFileName": "next.config.ts",
324
+ "serverExternalPackages": [
325
+ "better-sqlite3"
326
+ ],
327
+ "outputFileTracingIncludes": {
328
+ "/**": [
329
+ "./drizzle/**/*"
330
+ ]
331
+ },
332
+ "repoRoot": "/home/maguiar/corpus",
333
+ "turbopack": {
334
+ "root": "/home/maguiar/corpus"
335
+ },
336
+ "distDirRoot": ".next"
337
+ },
338
+ "appDir": "/home/maguiar/corpus/apps/web",
339
+ "relativeAppDir": "apps/web",
340
+ "files": [
341
+ ".next/package.json",
342
+ ".next/routes-manifest.json",
343
+ ".next/server/pages-manifest.json",
344
+ ".next/build-manifest.json",
345
+ ".next/prerender-manifest.json",
346
+ ".next/server/functions-config-manifest.json",
347
+ ".next/server/middleware-manifest.json",
348
+ ".next/server/middleware-build-manifest.js",
349
+ ".next/server/app-paths-manifest.json",
350
+ ".next/app-path-routes-manifest.json",
351
+ ".next/server/server-reference-manifest.js",
352
+ ".next/server/server-reference-manifest.json",
353
+ ".next/server/prefetch-hints.json",
354
+ ".next/BUILD_ID",
355
+ ".next/server/next-font-manifest.js",
356
+ ".next/server/next-font-manifest.json",
357
+ ".next/required-server-files.json",
358
+ ".next/server/instrumentation.js"
359
+ ],
360
+ "ignore": []
361
+ }