d1s 0.2.8 → 0.2.10

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 (361) hide show
  1. package/dist/.next/.next/BUILD_ID +1 -1
  2. package/dist/.next/.next/app-build-manifest.json +49 -42
  3. package/dist/.next/.next/app-path-routes-manifest.json +1 -1
  4. package/dist/.next/.next/build-manifest.json +3 -3
  5. package/dist/.next/.next/cache/.rscinfo +1 -1
  6. package/dist/.next/.next/cache/.tsbuildinfo +1 -1
  7. package/dist/.next/.next/cache/webpack/client-production/0.pack +0 -0
  8. package/dist/.next/.next/cache/webpack/client-production/1.pack +0 -0
  9. package/dist/.next/.next/cache/webpack/client-production/2.pack +0 -0
  10. package/dist/.next/.next/cache/webpack/client-production/3.pack +0 -0
  11. package/dist/.next/.next/cache/webpack/client-production/4.pack +0 -0
  12. package/dist/.next/.next/cache/webpack/client-production/index.pack +0 -0
  13. package/dist/.next/.next/cache/webpack/client-production/index.pack.old +0 -0
  14. package/dist/.next/.next/cache/webpack/edge-server-production/index.pack +0 -0
  15. package/dist/.next/.next/cache/webpack/server-production/0.pack +0 -0
  16. package/dist/.next/.next/cache/webpack/server-production/1.pack +0 -0
  17. package/dist/.next/.next/cache/webpack/server-production/2.pack +0 -0
  18. package/dist/.next/.next/cache/webpack/server-production/index.pack +0 -0
  19. package/dist/.next/.next/cache/webpack/server-production/index.pack.old +0 -0
  20. package/dist/.next/.next/next-minimal-server.js.nft.json +1 -1
  21. package/dist/.next/.next/next-server.js.nft.json +1 -1
  22. package/dist/.next/.next/prerender-manifest.json +1 -1
  23. package/dist/.next/.next/required-server-files.json +1 -1
  24. package/dist/.next/.next/server/app/_not-found/page.js +1 -1
  25. package/dist/.next/.next/server/app/_not-found/page.js.nft.json +1 -1
  26. package/dist/.next/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  27. package/dist/.next/.next/server/app/_not-found.html +1 -1
  28. package/dist/.next/.next/server/app/_not-found.rsc +4 -4
  29. package/dist/.next/.next/server/app/api/cloudflare/route.js +1 -1
  30. package/dist/.next/.next/server/app/api/cloudflare/route_client-reference-manifest.js +1 -1
  31. package/dist/.next/.next/server/app/api/databases/route.js +1 -1
  32. package/dist/.next/.next/server/app/api/databases/route_client-reference-manifest.js +1 -1
  33. package/dist/.next/.next/server/app/api/migrations/sync/route.js +28 -3
  34. package/dist/.next/.next/server/app/api/migrations/sync/route.js.nft.json +1 -1
  35. package/dist/.next/.next/server/app/api/migrations/sync/route_client-reference-manifest.js +1 -1
  36. package/dist/.next/.next/server/app/api/migrations/sync-files/route.js +26 -1
  37. package/dist/.next/.next/server/app/api/migrations/sync-files/route.js.nft.json +1 -1
  38. package/dist/.next/.next/server/app/api/migrations/sync-files/route_client-reference-manifest.js +1 -1
  39. package/dist/.next/.next/server/app/api/pull-data/confirm/route.js +1 -0
  40. package/dist/.next/.next/server/app/api/pull-data/confirm/route.js.nft.json +1 -0
  41. package/dist/.next/.next/server/app/api/pull-data/confirm/route_client-reference-manifest.js +1 -0
  42. package/dist/.next/.next/server/app/api/pull-remote/confirm/route.js +26 -1
  43. package/dist/.next/.next/server/app/api/pull-remote/confirm/route.js.nft.json +1 -1
  44. package/dist/.next/.next/server/app/api/pull-remote/confirm/route_client-reference-manifest.js +1 -1
  45. package/dist/.next/.next/server/app/api/pull-remote/preview/route.js +26 -1
  46. package/dist/.next/.next/server/app/api/pull-remote/preview/route.js.nft.json +1 -1
  47. package/dist/.next/.next/server/app/api/pull-remote/preview/route_client-reference-manifest.js +1 -1
  48. package/dist/.next/.next/server/app/api/push-remote/confirm/route.js +28 -3
  49. package/dist/.next/.next/server/app/api/push-remote/confirm/route.js.nft.json +1 -1
  50. package/dist/.next/.next/server/app/api/push-remote/confirm/route_client-reference-manifest.js +1 -1
  51. package/dist/.next/.next/server/app/api/push-remote/preview/route.js +28 -3
  52. package/dist/.next/.next/server/app/api/push-remote/preview/route.js.nft.json +1 -1
  53. package/dist/.next/.next/server/app/api/push-remote/preview/route_client-reference-manifest.js +1 -1
  54. package/dist/.next/.next/server/app/api/query/route.js +27 -2
  55. package/dist/.next/.next/server/app/api/query/route.js.nft.json +1 -1
  56. package/dist/.next/.next/server/app/api/query/route_client-reference-manifest.js +1 -1
  57. package/dist/.next/.next/server/app/api/tables/[name]/route.js +4 -4
  58. package/dist/.next/.next/server/app/api/tables/[name]/route_client-reference-manifest.js +1 -1
  59. package/dist/.next/.next/server/app/api/tables/route.js +2 -2
  60. package/dist/.next/.next/server/app/api/tables/route_client-reference-manifest.js +1 -1
  61. package/dist/.next/.next/server/app/api/update/route.js +1 -5
  62. package/dist/.next/.next/server/app/api/update/route_client-reference-manifest.js +1 -1
  63. package/dist/.next/.next/server/app/index.html +3 -3
  64. package/dist/.next/.next/server/app/index.rsc +5 -5
  65. package/dist/.next/.next/server/app/page.js +10 -10
  66. package/dist/.next/.next/server/app/page.js.nft.json +1 -1
  67. package/dist/.next/.next/server/app/page_client-reference-manifest.js +1 -1
  68. package/dist/.next/.next/server/app-paths-manifest.json +5 -4
  69. package/dist/.next/.next/server/chunks/226.js +30 -0
  70. package/dist/.next/.next/server/chunks/90.js +1 -0
  71. package/dist/.next/.next/server/chunks/992.js +1 -1
  72. package/dist/.next/.next/server/middleware-build-manifest.js +1 -1
  73. package/dist/.next/.next/server/next-font-manifest.js +1 -1
  74. package/dist/.next/.next/server/next-font-manifest.json +1 -1
  75. package/dist/.next/.next/server/pages/404.html +1 -1
  76. package/dist/.next/.next/server/pages/500.html +1 -1
  77. package/dist/.next/.next/server/pages-manifest.json +1 -1
  78. package/dist/.next/.next/server/server-reference-manifest.json +1 -1
  79. package/dist/.next/.next/static/5dBGGUmK5q7of4h5Rahrg/_buildManifest.js +1 -0
  80. package/dist/.next/.next/static/PflNFnmFsNegSqhzjI6lA/_buildManifest.js +1 -0
  81. package/dist/.next/.next/static/chunks/{958-98887928efebfdf7.js → 700-dc8f9f08b166c5e6.js} +1 -1
  82. package/dist/.next/.next/static/chunks/{735-c9144179c6bd7d06.js → 735-b885dfec6353171d.js} +1 -1
  83. package/dist/.next/.next/static/chunks/app/api/cloudflare/route-b77846f372b01f38.js +1 -0
  84. package/dist/.next/.next/static/chunks/app/api/databases/route-407794f8145d9a0b.js +1 -0
  85. package/dist/.next/.next/static/chunks/app/api/migrations/sync/route-9f480f5590369a8f.js +1 -0
  86. package/dist/.next/.next/static/chunks/app/api/migrations/sync-files/route-92010db279b4dd8e.js +1 -0
  87. package/dist/.next/.next/static/chunks/app/api/pull-data/confirm/route-a02fe6d3cdd0a535.js +1 -0
  88. package/dist/.next/.next/static/chunks/app/api/pull-remote/confirm/route-f401a03507d1da50.js +1 -0
  89. package/dist/.next/.next/static/chunks/app/api/pull-remote/preview/route-3c53814b5cb8b6b0.js +1 -0
  90. package/dist/.next/.next/static/chunks/app/api/push-remote/confirm/route-8f359249e907c63b.js +1 -0
  91. package/dist/.next/.next/static/chunks/app/api/push-remote/preview/route-b51bf94f39c17a9d.js +1 -0
  92. package/dist/.next/.next/static/chunks/app/api/query/route-87bae2d4aebaf859.js +1 -0
  93. package/dist/.next/.next/static/chunks/app/api/tables/[name]/route-d20ca163b9c03e7c.js +1 -0
  94. package/dist/.next/.next/static/chunks/app/api/tables/route-0f46f911562abcdf.js +1 -0
  95. package/dist/.next/.next/static/chunks/app/api/update/route-14edc1917760bce0.js +1 -0
  96. package/dist/.next/.next/static/chunks/app/layout-be6ee67cf0c92654.js +1 -0
  97. package/dist/.next/.next/static/chunks/app/page-16ec561fc8bebb5d.js +1 -0
  98. package/dist/.next/.next/static/chunks/{main-app-d36cdfb402b40f13.js → main-app-fa35024de9bd9284.js} +1 -1
  99. package/dist/.next/.next/static/css/0c512cea5f3d317a.css +3 -0
  100. package/dist/.next/.next/static/p8875OZM4iDNsPzmoyLe7/_buildManifest.js +1 -0
  101. package/dist/.next/.next/trace +3 -3
  102. package/dist/.next/.next/types/app/api/cloudflare/route.ts +1 -1
  103. package/dist/.next/.next/types/app/api/databases/route.ts +1 -1
  104. package/dist/.next/.next/types/app/api/migrations/sync/route.ts +1 -1
  105. package/dist/.next/.next/types/app/api/migrations/sync-files/route.ts +1 -1
  106. package/dist/.next/.next/types/app/api/pull-data/confirm/route.ts +347 -0
  107. package/dist/.next/.next/types/app/api/pull-remote/confirm/route.ts +1 -1
  108. package/dist/.next/.next/types/app/api/pull-remote/preview/route.ts +1 -1
  109. package/dist/.next/.next/types/app/api/push-remote/confirm/route.ts +1 -1
  110. package/dist/.next/.next/types/app/api/push-remote/preview/route.ts +1 -1
  111. package/dist/.next/.next/types/app/api/query/route.ts +1 -1
  112. package/dist/.next/.next/types/app/api/tables/[name]/route.ts +1 -1
  113. package/dist/.next/.next/types/app/api/tables/route.ts +1 -1
  114. package/dist/.next/.next/types/app/api/update/route.ts +1 -1
  115. package/dist/.next/.next/types/app/page.ts +1 -1
  116. package/dist/.next/BUILD_ID +1 -1
  117. package/dist/.next/app-build-manifest.json +53 -39
  118. package/dist/.next/app-path-routes-manifest.json +1 -1
  119. package/dist/.next/build-manifest.json +3 -3
  120. package/dist/.next/cache/.rscinfo +1 -1
  121. package/dist/.next/cache/.tsbuildinfo +1 -1
  122. package/dist/.next/cache/webpack/client-production/0.pack +0 -0
  123. package/dist/.next/cache/webpack/client-production/index.pack +0 -0
  124. package/dist/.next/cache/webpack/edge-server-production/index.pack +0 -0
  125. package/dist/.next/cache/webpack/server-production/0.pack +0 -0
  126. package/dist/.next/cache/webpack/server-production/index.pack +0 -0
  127. package/dist/.next/next-minimal-server.js.nft.json +1 -1
  128. package/dist/.next/next-server.js.nft.json +1 -1
  129. package/dist/.next/prerender-manifest.json +1 -1
  130. package/dist/.next/required-server-files.json +1 -1
  131. package/dist/.next/server/app/_not-found/page.js +1 -1
  132. package/dist/.next/server/app/_not-found/page.js.nft.json +1 -1
  133. package/dist/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  134. package/dist/.next/server/app/_not-found.html +1 -1
  135. package/dist/.next/server/app/_not-found.rsc +4 -4
  136. package/dist/.next/server/app/api/cloudflare/route.js +1 -1
  137. package/dist/.next/server/app/api/cloudflare/route.js.nft.json +1 -1
  138. package/dist/.next/server/app/api/cloudflare/route_client-reference-manifest.js +1 -1
  139. package/dist/.next/server/app/api/databases/route.js +1 -1
  140. package/dist/.next/server/app/api/databases/route.js.nft.json +1 -1
  141. package/dist/.next/server/app/api/databases/route_client-reference-manifest.js +1 -1
  142. package/dist/.next/server/app/api/migrations/sync/route.js +28 -3
  143. package/dist/.next/server/app/api/migrations/sync/route.js.nft.json +1 -1
  144. package/dist/.next/server/app/api/migrations/sync/route_client-reference-manifest.js +1 -1
  145. package/dist/.next/server/app/api/migrations/sync-files/route.js +26 -1
  146. package/dist/.next/server/app/api/migrations/sync-files/route.js.nft.json +1 -1
  147. package/dist/.next/server/app/api/migrations/sync-files/route_client-reference-manifest.js +1 -1
  148. package/dist/.next/server/app/api/pull-data/confirm/route.js +1 -0
  149. package/dist/.next/server/app/api/pull-data/confirm/route.js.nft.json +1 -0
  150. package/dist/.next/server/app/api/pull-data/confirm/route_client-reference-manifest.js +1 -0
  151. package/dist/.next/server/app/api/pull-remote/confirm/route.js +26 -1
  152. package/dist/.next/server/app/api/pull-remote/confirm/route.js.nft.json +1 -1
  153. package/dist/.next/server/app/api/pull-remote/confirm/route_client-reference-manifest.js +1 -1
  154. package/dist/.next/server/app/api/pull-remote/preview/route.js +26 -1
  155. package/dist/.next/server/app/api/pull-remote/preview/route.js.nft.json +1 -1
  156. package/dist/.next/server/app/api/pull-remote/preview/route_client-reference-manifest.js +1 -1
  157. package/dist/.next/server/app/api/push-remote/confirm/route.js +28 -3
  158. package/dist/.next/server/app/api/push-remote/confirm/route.js.nft.json +1 -1
  159. package/dist/.next/server/app/api/push-remote/confirm/route_client-reference-manifest.js +1 -1
  160. package/dist/.next/server/app/api/push-remote/preview/route.js +28 -3
  161. package/dist/.next/server/app/api/push-remote/preview/route.js.nft.json +1 -1
  162. package/dist/.next/server/app/api/push-remote/preview/route_client-reference-manifest.js +1 -1
  163. package/dist/.next/server/app/api/query/route.js +27 -2
  164. package/dist/.next/server/app/api/query/route.js.nft.json +1 -1
  165. package/dist/.next/server/app/api/query/route_client-reference-manifest.js +1 -1
  166. package/dist/.next/server/app/api/tables/[name]/route.js +3 -3
  167. package/dist/.next/server/app/api/tables/[name]/route.js.nft.json +1 -1
  168. package/dist/.next/server/app/api/tables/[name]/route_client-reference-manifest.js +1 -1
  169. package/dist/.next/server/app/api/tables/route.js +2 -2
  170. package/dist/.next/server/app/api/tables/route.js.nft.json +1 -1
  171. package/dist/.next/server/app/api/tables/route_client-reference-manifest.js +1 -1
  172. package/dist/.next/server/app/api/update/route.js +1 -0
  173. package/dist/.next/server/app/api/update/route.js.nft.json +1 -0
  174. package/dist/.next/server/app/api/update/route_client-reference-manifest.js +1 -0
  175. package/dist/.next/server/app/index.html +3 -3
  176. package/dist/.next/server/app/index.rsc +5 -5
  177. package/dist/.next/server/app/page.js +13 -11
  178. package/dist/.next/server/app/page.js.nft.json +1 -1
  179. package/dist/.next/server/app/page_client-reference-manifest.js +1 -1
  180. package/dist/.next/server/app-paths-manifest.json +6 -4
  181. package/dist/.next/server/chunks/226.js +30 -0
  182. package/dist/.next/server/chunks/391.js +23 -0
  183. package/dist/.next/server/chunks/452.js +1 -0
  184. package/dist/.next/server/chunks/627.js +3 -3
  185. package/dist/.next/server/chunks/638.js +3 -3
  186. package/dist/.next/server/chunks/90.js +1 -0
  187. package/dist/.next/server/chunks/992.js +3 -3
  188. package/dist/.next/server/middleware-build-manifest.js +1 -1
  189. package/dist/.next/server/next-font-manifest.js +1 -1
  190. package/dist/.next/server/next-font-manifest.json +1 -1
  191. package/dist/.next/server/pages/404.html +1 -1
  192. package/dist/.next/server/pages/500.html +1 -1
  193. package/dist/.next/server/pages/_app.js +1 -1
  194. package/dist/.next/server/pages/_document.js +1 -1
  195. package/dist/.next/server/pages/_error.js +1 -1
  196. package/dist/.next/server/server-reference-manifest.json +1 -1
  197. package/dist/.next/static/chunks/700-dc8f9f08b166c5e6.js +1 -0
  198. package/dist/.next/static/chunks/{735-c9144179c6bd7d06.js → 735-b885dfec6353171d.js} +1 -1
  199. package/dist/.next/static/chunks/app/api/cloudflare/route-b77846f372b01f38.js +1 -0
  200. package/dist/.next/static/chunks/app/api/databases/route-407794f8145d9a0b.js +1 -0
  201. package/dist/.next/static/chunks/app/api/migrations/sync/route-9f480f5590369a8f.js +1 -0
  202. package/dist/.next/static/chunks/app/api/migrations/sync-files/route-92010db279b4dd8e.js +1 -0
  203. package/dist/.next/static/chunks/app/api/pull-data/confirm/route-a02fe6d3cdd0a535.js +1 -0
  204. package/dist/.next/static/chunks/app/api/pull-remote/confirm/route-f401a03507d1da50.js +1 -0
  205. package/dist/.next/static/chunks/app/api/pull-remote/preview/route-3c53814b5cb8b6b0.js +1 -0
  206. package/dist/.next/static/chunks/app/api/push-remote/confirm/route-8f359249e907c63b.js +1 -0
  207. package/dist/.next/static/chunks/app/api/push-remote/preview/route-b51bf94f39c17a9d.js +1 -0
  208. package/dist/.next/static/chunks/app/api/query/route-87bae2d4aebaf859.js +1 -0
  209. package/dist/.next/static/chunks/app/api/tables/[name]/route-d20ca163b9c03e7c.js +1 -0
  210. package/dist/.next/static/chunks/app/api/tables/route-0f46f911562abcdf.js +1 -0
  211. package/dist/.next/static/chunks/app/api/update/route-14edc1917760bce0.js +1 -0
  212. package/dist/.next/static/chunks/app/layout-be6ee67cf0c92654.js +1 -0
  213. package/dist/.next/static/chunks/app/page-16ec561fc8bebb5d.js +1 -0
  214. package/dist/.next/static/chunks/{main-app-d36cdfb402b40f13.js → main-app-fa35024de9bd9284.js} +1 -1
  215. package/dist/.next/static/css/0c512cea5f3d317a.css +3 -0
  216. package/dist/.next/static 2/5dBGGUmK5q7of4h5Rahrg/_buildManifest.js +1 -0
  217. package/dist/.next/trace +16 -14
  218. package/dist/.next/types/app/api/cloudflare/route.ts +1 -1
  219. package/dist/.next/types/app/api/databases/route.ts +1 -1
  220. package/dist/.next/types/app/api/migrations/sync/route.ts +1 -1
  221. package/dist/.next/types/app/api/migrations/sync-files/route.ts +1 -1
  222. package/dist/.next/types/app/api/pull-data/confirm/route.ts +347 -0
  223. package/dist/.next/types/app/api/pull-remote/confirm/route.ts +1 -1
  224. package/dist/.next/types/app/api/pull-remote/preview/route.ts +1 -1
  225. package/dist/.next/types/app/api/push-remote/confirm/route.ts +1 -1
  226. package/dist/.next/types/app/api/push-remote/preview/route.ts +1 -1
  227. package/dist/.next/types/app/api/query/route.ts +1 -1
  228. package/dist/.next/types/app/api/tables/[name]/route.ts +1 -1
  229. package/dist/.next/types/app/api/tables/route.ts +1 -1
  230. package/dist/.next/types/app/api/update/route.ts +347 -0
  231. package/dist/.next/types/app/page.ts +1 -1
  232. package/dist/app/api/pull-data/confirm/route.js +230 -0
  233. package/dist/app/api/update/route.js +45 -0
  234. package/dist/app/app/api/pull-data/confirm/route.js +230 -0
  235. package/dist/app/app/api/update/route.js +40 -6
  236. package/dist/app/app/page.jsx +21 -17
  237. package/dist/app/page.jsx +24 -14
  238. package/dist/d1-studio.js +8 -195
  239. package/dist/lib/logger.js +35 -5
  240. package/dist/lib/sql-operations.js +107 -24
  241. package/dist/lib/version-utils.js +34 -0
  242. package/package.json +2 -2
  243. package/scripts/studio.js +8 -195
  244. package/src/app/api/pull-data/confirm/route.js +230 -0
  245. package/src/app/api/update/route.js +40 -6
  246. package/src/app/page.jsx +21 -17
  247. package/src/components/environment-handler.jsx +70 -16
  248. package/src/components/environment-select.jsx +6 -3
  249. package/src/components/pull-preview-toast.jsx +90 -63
  250. package/src/components/sidebar.jsx +27 -25
  251. package/src/components/update-banner.jsx +70 -41
  252. package/src/context/database-context.js +4 -4
  253. package/src/lib/logger.js +35 -5
  254. package/src/lib/sql-operations.js +107 -24
  255. package/src/lib/version-utils.js +34 -0
  256. package/dist/.next/.next/cache/webpack/client-development/0.pack.gz +0 -0
  257. package/dist/.next/.next/cache/webpack/client-development/1.pack.gz +0 -0
  258. package/dist/.next/.next/cache/webpack/client-development/2.pack.gz +0 -0
  259. package/dist/.next/.next/cache/webpack/client-development/3.pack.gz +0 -0
  260. package/dist/.next/.next/cache/webpack/client-development/4.pack.gz +0 -0
  261. package/dist/.next/.next/cache/webpack/client-development/index.pack.gz +0 -0
  262. package/dist/.next/.next/cache/webpack/client-development/index.pack.gz.old +0 -0
  263. package/dist/.next/.next/cache/webpack/client-production/10.pack +0 -0
  264. package/dist/.next/.next/cache/webpack/client-production/11.pack +0 -0
  265. package/dist/.next/.next/cache/webpack/client-production/12.pack +0 -0
  266. package/dist/.next/.next/cache/webpack/client-production/13.pack +0 -0
  267. package/dist/.next/.next/cache/webpack/client-production/14.pack +0 -0
  268. package/dist/.next/.next/cache/webpack/client-production/5.pack +0 -0
  269. package/dist/.next/.next/cache/webpack/client-production/6.pack +0 -0
  270. package/dist/.next/.next/cache/webpack/client-production/7.pack +0 -0
  271. package/dist/.next/.next/cache/webpack/client-production/8.pack +0 -0
  272. package/dist/.next/.next/cache/webpack/client-production/9.pack +0 -0
  273. package/dist/.next/.next/cache/webpack/server-development/0.pack.gz +0 -0
  274. package/dist/.next/.next/cache/webpack/server-development/1.pack.gz +0 -0
  275. package/dist/.next/.next/cache/webpack/server-development/2.pack.gz +0 -0
  276. package/dist/.next/.next/cache/webpack/server-development/3.pack.gz +0 -0
  277. package/dist/.next/.next/cache/webpack/server-development/4.pack.gz +0 -0
  278. package/dist/.next/.next/cache/webpack/server-development/index.pack.gz +0 -0
  279. package/dist/.next/.next/cache/webpack/server-development/index.pack.gz.old +0 -0
  280. package/dist/.next/.next/cache/webpack/server-production/10.pack +0 -0
  281. package/dist/.next/.next/cache/webpack/server-production/11.pack +0 -0
  282. package/dist/.next/.next/cache/webpack/server-production/12.pack +0 -0
  283. package/dist/.next/.next/cache/webpack/server-production/13.pack +0 -0
  284. package/dist/.next/.next/cache/webpack/server-production/3.pack +0 -0
  285. package/dist/.next/.next/cache/webpack/server-production/4.pack +0 -0
  286. package/dist/.next/.next/cache/webpack/server-production/5.pack +0 -0
  287. package/dist/.next/.next/cache/webpack/server-production/6.pack +0 -0
  288. package/dist/.next/.next/cache/webpack/server-production/7.pack +0 -0
  289. package/dist/.next/.next/cache/webpack/server-production/8.pack +0 -0
  290. package/dist/.next/.next/cache/webpack/server-production/9.pack +0 -0
  291. package/dist/.next/.next/server/chunks/336.js +0 -1
  292. package/dist/.next/.next/server/chunks/686.js +0 -23
  293. package/dist/.next/.next/server/chunks/801.js +0 -55
  294. package/dist/.next/.next/static/IWRJZhjf8U8mjzz4h0VNE/_buildManifest.js +0 -1
  295. package/dist/.next/.next/static/JrwgdSDcipr0Zh7k19Cj_/_buildManifest.js +0 -1
  296. package/dist/.next/.next/static/chunks/422-6fa3c14fc64ad67b.js +0 -1
  297. package/dist/.next/.next/static/chunks/app/api/cloudflare/route-3458d78022185d7f.js +0 -1
  298. package/dist/.next/.next/static/chunks/app/api/cloudflare/route-5133155a604f2719.js +0 -1
  299. package/dist/.next/.next/static/chunks/app/api/databases/route-63a31080b565794e.js +0 -1
  300. package/dist/.next/.next/static/chunks/app/api/databases/route-64255424877a9f72.js +0 -1
  301. package/dist/.next/.next/static/chunks/app/api/migrations/sync/route-03766b3afcf043ba.js +0 -1
  302. package/dist/.next/.next/static/chunks/app/api/migrations/sync/route-d97667565b4a59b6.js +0 -1
  303. package/dist/.next/.next/static/chunks/app/api/migrations/sync-files/route-02fa291c8000dadf.js +0 -1
  304. package/dist/.next/.next/static/chunks/app/api/migrations/sync-files/route-7089bcbfeb6b5260.js +0 -1
  305. package/dist/.next/.next/static/chunks/app/api/pull-remote/confirm/route-7e05bb8920127abe.js +0 -1
  306. package/dist/.next/.next/static/chunks/app/api/pull-remote/confirm/route-9143e6e4c3f05162.js +0 -1
  307. package/dist/.next/.next/static/chunks/app/api/pull-remote/preview/route-0fa15f783e8a306c.js +0 -1
  308. package/dist/.next/.next/static/chunks/app/api/pull-remote/preview/route-c963d143a51aed66.js +0 -1
  309. package/dist/.next/.next/static/chunks/app/api/push-remote/confirm/route-072132c0a6cb3df3.js +0 -1
  310. package/dist/.next/.next/static/chunks/app/api/push-remote/confirm/route-96691f1880e4ed14.js +0 -1
  311. package/dist/.next/.next/static/chunks/app/api/push-remote/preview/route-a798679c67374552.js +0 -1
  312. package/dist/.next/.next/static/chunks/app/api/push-remote/preview/route-ca6bf35aa72661ee.js +0 -1
  313. package/dist/.next/.next/static/chunks/app/api/query/route-1466f6b7ffd8b6c0.js +0 -1
  314. package/dist/.next/.next/static/chunks/app/api/query/route-e90d0030a5083e20.js +0 -1
  315. package/dist/.next/.next/static/chunks/app/api/tables/[name]/route-1efe63e73b480e58.js +0 -1
  316. package/dist/.next/.next/static/chunks/app/api/tables/[name]/route-898d3f85fc8544c4.js +0 -1
  317. package/dist/.next/.next/static/chunks/app/api/tables/route-3772b4f480c4b4a4.js +0 -1
  318. package/dist/.next/.next/static/chunks/app/api/tables/route-91650359fc3735cb.js +0 -1
  319. package/dist/.next/.next/static/chunks/app/api/update/route-504d663df9124f97.js +0 -1
  320. package/dist/.next/.next/static/chunks/app/layout-8360fab69b848283.js +0 -1
  321. package/dist/.next/.next/static/chunks/app/page-2c28a255a4ecd8d4.js +0 -1
  322. package/dist/.next/.next/static/chunks/app/page-3db7feef57019055.js +0 -1
  323. package/dist/.next/.next/static/chunks/app/page-79049bfa6cc07e11.js +0 -1
  324. package/dist/.next/.next/static/css/4957328384ed5c42.css +0 -3
  325. package/dist/.next/.next/static/css/cf41da7a0d47f779.css +0 -3
  326. package/dist/.next/.next/static/gc8l1G6KXOeLLOM7VJip6/_buildManifest.js +0 -1
  327. package/dist/.next/.next/static/kYsJoni86CJWDuTkc1xU6/_buildManifest.js +0 -1
  328. package/dist/.next/.next/static/scC5qwQC9H7rR1groM0Q-/_buildManifest.js +0 -1
  329. package/dist/.next/.next/static/scC5qwQC9H7rR1groM0Q-/_ssgManifest.js +0 -1
  330. package/dist/.next/.next/static/tEHOI_-t-iqfJClNzuo9m/_buildManifest.js +0 -1
  331. package/dist/.next/.next/static/tEHOI_-t-iqfJClNzuo9m/_ssgManifest.js +0 -1
  332. package/dist/.next/.next/static/vin2VQs5pM_dH2e2_I7AN/_buildManifest.js +0 -1
  333. package/dist/.next/.next/static/vin2VQs5pM_dH2e2_I7AN/_ssgManifest.js +0 -1
  334. package/dist/.next/.next/static/wHKwQhaxin5_i06GFVDHb/_buildManifest.js +0 -1
  335. package/dist/.next/.next/static/wHKwQhaxin5_i06GFVDHb/_ssgManifest.js +0 -1
  336. package/dist/.next/.next/static/xW4MspD8XibrhXDi_q2IO/_buildManifest.js +0 -1
  337. package/dist/.next/.next/static/xW4MspD8XibrhXDi_q2IO/_ssgManifest.js +0 -1
  338. package/dist/.next/server/chunks/336.js +0 -1
  339. package/dist/.next/server/chunks/686.js +0 -23
  340. package/dist/.next/server/chunks/801.js +0 -55
  341. package/dist/.next/static/ZwNOdZJ0LOtE0AJMNWwzY/_buildManifest.js +0 -1
  342. package/dist/.next/static/ZwNOdZJ0LOtE0AJMNWwzY/_ssgManifest.js +0 -1
  343. package/dist/.next/static/chunks/422-6fa3c14fc64ad67b.js +0 -1
  344. package/dist/.next/static/chunks/app/api/cloudflare/route-3458d78022185d7f.js +0 -1
  345. package/dist/.next/static/chunks/app/api/databases/route-64255424877a9f72.js +0 -1
  346. package/dist/.next/static/chunks/app/api/migrations/sync/route-03766b3afcf043ba.js +0 -1
  347. package/dist/.next/static/chunks/app/api/migrations/sync-files/route-02fa291c8000dadf.js +0 -1
  348. package/dist/.next/static/chunks/app/api/pull-remote/confirm/route-7e05bb8920127abe.js +0 -1
  349. package/dist/.next/static/chunks/app/api/pull-remote/preview/route-0fa15f783e8a306c.js +0 -1
  350. package/dist/.next/static/chunks/app/api/push-remote/confirm/route-96691f1880e4ed14.js +0 -1
  351. package/dist/.next/static/chunks/app/api/push-remote/preview/route-a798679c67374552.js +0 -1
  352. package/dist/.next/static/chunks/app/api/query/route-e90d0030a5083e20.js +0 -1
  353. package/dist/.next/static/chunks/app/api/tables/[name]/route-1efe63e73b480e58.js +0 -1
  354. package/dist/.next/static/chunks/app/api/tables/route-3772b4f480c4b4a4.js +0 -1
  355. package/dist/.next/static/chunks/app/layout-8360fab69b848283.js +0 -1
  356. package/dist/.next/static/chunks/app/page-79049bfa6cc07e11.js +0 -1
  357. package/dist/.next/static/css/cf41da7a0d47f779.css +0 -3
  358. /package/dist/.next/.next/static/{IWRJZhjf8U8mjzz4h0VNE → 5dBGGUmK5q7of4h5Rahrg}/_ssgManifest.js +0 -0
  359. /package/dist/.next/.next/static/{JrwgdSDcipr0Zh7k19Cj_ → PflNFnmFsNegSqhzjI6lA}/_ssgManifest.js +0 -0
  360. /package/dist/.next/.next/static/{gc8l1G6KXOeLLOM7VJip6 → p8875OZM4iDNsPzmoyLe7}/_ssgManifest.js +0 -0
  361. /package/dist/.next/{.next/static/kYsJoni86CJWDuTkc1xU6 → static 2/5dBGGUmK5q7of4h5Rahrg}/_ssgManifest.js +0 -0
package/dist/.next/trace CHANGED
@@ -1,14 +1,16 @@
1
- [{"name":"generate-buildid","duration":102,"timestamp":262431292931,"id":4,"parentId":1,"tags":{},"startTime":1740201610112,"traceId":"151cdb66ad8ebd56"},{"name":"load-custom-routes","duration":168,"timestamp":262431293075,"id":5,"parentId":1,"tags":{},"startTime":1740201610112,"traceId":"151cdb66ad8ebd56"},{"name":"create-dist-dir","duration":341,"timestamp":262431322469,"id":6,"parentId":1,"tags":{},"startTime":1740201610142,"traceId":"151cdb66ad8ebd56"},{"name":"create-pages-mapping","duration":85,"timestamp":262431323695,"id":7,"parentId":1,"tags":{},"startTime":1740201610143,"traceId":"151cdb66ad8ebd56"},{"name":"collect-app-paths","duration":1322,"timestamp":262431323795,"id":8,"parentId":1,"tags":{},"startTime":1740201610143,"traceId":"151cdb66ad8ebd56"},{"name":"create-app-mapping","duration":517,"timestamp":262431325131,"id":9,"parentId":1,"tags":{},"startTime":1740201610144,"traceId":"151cdb66ad8ebd56"},{"name":"public-dir-conflict-check","duration":282,"timestamp":262431325822,"id":10,"parentId":1,"tags":{},"startTime":1740201610145,"traceId":"151cdb66ad8ebd56"},{"name":"generate-routes-manifest","duration":1040,"timestamp":262431326171,"id":11,"parentId":1,"tags":{},"startTime":1740201610145,"traceId":"151cdb66ad8ebd56"},{"name":"create-entrypoints","duration":39962,"timestamp":262431362137,"id":14,"parentId":1,"tags":{},"startTime":1740201610181,"traceId":"151cdb66ad8ebd56"},{"name":"generate-webpack-config","duration":155811,"timestamp":262431402134,"id":15,"parentId":13,"tags":{},"startTime":1740201610221,"traceId":"151cdb66ad8ebd56"},{"name":"next-trace-entrypoint-plugin","duration":1075,"timestamp":262431611647,"id":17,"parentId":16,"tags":{},"startTime":1740201610431,"traceId":"151cdb66ad8ebd56"},{"name":"build-module","duration":22572,"timestamp":262431677801,"id":38,"parentId":19,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?page=%2Fapi%2Fcloudflare%2Froute&name=app%2Fapi%2Fcloudflare%2Froute&pagePath=private-next-app-dir%2Fapi%2Fcloudflare%2Froute.js&appDir=%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fcloudflare%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!","layer":"rsc"},"startTime":1740201610497,"traceId":"151cdb66ad8ebd56"},{"name":"build-module","duration":29153,"timestamp":262431676032,"id":37,"parentId":31,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/build/webpack/loaders/next-route-loader/index.js?kind=PAGES&page=%2F_error&preferredRegion=&absolutePagePath=next%2Fdist%2Fpages%2F_error&absoluteAppPath=next%2Fdist%2Fpages%2F_app&absoluteDocumentPath=next%2Fdist%2Fpages%2F_document&middlewareConfigBase64=e30%3D!","layer":null},"startTime":1740201610495,"traceId":"151cdb66ad8ebd56"},{"name":"build-module","duration":23338,"timestamp":262431684063,"id":40,"parentId":21,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?page=%2Fapi%2Fmigrations%2Fsync-files%2Froute&name=app%2Fapi%2Fmigrations%2Fsync-files%2Froute&pagePath=private-next-app-dir%2Fapi%2Fmigrations%2Fsync-files%2Froute.js&appDir=%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fmigrations%2Fsync-files%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!","layer":"rsc"},"startTime":1740201610503,"traceId":"151cdb66ad8ebd56"},{"name":"build-module","duration":24261,"timestamp":262431684145,"id":41,"parentId":22,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?page=%2Fapi%2Fdatabases%2Froute&name=app%2Fapi%2Fdatabases%2Froute&pagePath=private-next-app-dir%2Fapi%2Fdatabases%2Froute.js&appDir=%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fdatabases%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!","layer":"rsc"},"startTime":1740201610503,"traceId":"151cdb66ad8ebd56"},{"name":"build-module","duration":25612,"timestamp":262431684213,"id":42,"parentId":23,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?page=%2Fapi%2Fpull-remote%2Fconfirm%2Froute&name=app%2Fapi%2Fpull-remote%2Fconfirm%2Froute&pagePath=private-next-app-dir%2Fapi%2Fpull-remote%2Fconfirm%2Froute.js&appDir=%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fpull-remote%2Fconfirm%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!","layer":"rsc"},"startTime":1740201610503,"traceId":"151cdb66ad8ebd56"},{"name":"build-module","duration":25837,"timestamp":262431684680,"id":44,"parentId":25,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?page=%2Fapi%2Fpull-remote%2Fpreview%2Froute&name=app%2Fapi%2Fpull-remote%2Fpreview%2Froute&pagePath=private-next-app-dir%2Fapi%2Fpull-remote%2Fpreview%2Froute.js&appDir=%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fpull-remote%2Fpreview%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!","layer":"rsc"},"startTime":1740201610504,"traceId":"151cdb66ad8ebd56"},{"name":"build-module","duration":26881,"timestamp":262431684368,"id":43,"parentId":24,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?page=%2Fapi%2Fmigrations%2Fsync%2Froute&name=app%2Fapi%2Fmigrations%2Fsync%2Froute&pagePath=private-next-app-dir%2Fapi%2Fmigrations%2Fsync%2Froute.js&appDir=%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fmigrations%2Fsync%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!","layer":"rsc"},"startTime":1740201610503,"traceId":"151cdb66ad8ebd56"},{"name":"build-module","duration":27023,"timestamp":262431684793,"id":45,"parentId":26,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?page=%2Fapi%2Fpush-remote%2Fconfirm%2Froute&name=app%2Fapi%2Fpush-remote%2Fconfirm%2Froute&pagePath=private-next-app-dir%2Fapi%2Fpush-remote%2Fconfirm%2Froute.js&appDir=%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fpush-remote%2Fconfirm%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!","layer":"rsc"},"startTime":1740201610504,"traceId":"151cdb66ad8ebd56"},{"name":"build-module","duration":28039,"timestamp":262431684921,"id":46,"parentId":27,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?page=%2Fapi%2Fpush-remote%2Fpreview%2Froute&name=app%2Fapi%2Fpush-remote%2Fpreview%2Froute&pagePath=private-next-app-dir%2Fapi%2Fpush-remote%2Fpreview%2Froute.js&appDir=%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fpush-remote%2Fpreview%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!","layer":"rsc"},"startTime":1740201610504,"traceId":"151cdb66ad8ebd56"},{"name":"build-module","duration":28627,"timestamp":262431685048,"id":47,"parentId":28,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?page=%2Fapi%2Fquery%2Froute&name=app%2Fapi%2Fquery%2Froute&pagePath=private-next-app-dir%2Fapi%2Fquery%2Froute.js&appDir=%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fquery%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!","layer":"rsc"},"startTime":1740201610504,"traceId":"151cdb66ad8ebd56"},{"name":"build-module","duration":29202,"timestamp":262431685097,"id":48,"parentId":29,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?page=%2Fapi%2Ftables%2Froute&name=app%2Fapi%2Ftables%2Froute&pagePath=private-next-app-dir%2Fapi%2Ftables%2Froute.js&appDir=%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Ftables%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!","layer":"rsc"},"startTime":1740201610504,"traceId":"151cdb66ad8ebd56"},{"name":"build-module","duration":33531,"timestamp":262431685223,"id":50,"parentId":33,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?page=%2Fapi%2Ftables%2F%5Bname%5D%2Froute&name=app%2Fapi%2Ftables%2F%5Bname%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Ftables%2F%5Bname%5D%2Froute.js&appDir=%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Ftables%2F%5Bname%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!","layer":"rsc"},"startTime":1740201610504,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":53912,"timestamp":262431669224,"id":35,"parentId":30,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/pages/_app.js","layer":null},"startTime":1740201610488,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":69456,"timestamp":262431671062,"id":36,"parentId":34,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/pages/_document.js","layer":null},"startTime":1740201610490,"traceId":"151cdb66ad8ebd56"},{"name":"build-module","duration":100,"timestamp":262431743017,"id":51,"parentId":35,"tags":{"name":"react/jsx-runtime","layer":null},"startTime":1740201610562,"traceId":"151cdb66ad8ebd56"},{"name":"build-module","duration":9,"timestamp":262431743137,"id":52,"parentId":35,"tags":{"name":"react","layer":null},"startTime":1740201610562,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":1390,"timestamp":262431751283,"id":60,"parentId":36,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/encode-uri-path.js","layer":null},"startTime":1740201610570,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":6015,"timestamp":262431747822,"id":56,"parentId":36,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/lib/is-error.js","layer":null},"startTime":1740201610567,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":7615,"timestamp":262431747805,"id":55,"parentId":36,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/utils.js","layer":null},"startTime":1740201610567,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":8196,"timestamp":262431747779,"id":54,"parentId":36,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/htmlescape.js","layer":null},"startTime":1740201610567,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":8702,"timestamp":262431747582,"id":53,"parentId":36,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/get-page-files.js","layer":null},"startTime":1740201610567,"traceId":"151cdb66ad8ebd56"},{"name":"build-module","duration":73666,"timestamp":262431683483,"id":39,"parentId":20,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?page=%2F_not-found%2Fpage&name=app%2F_not-found%2Fpage&pagePath=next%2Fdist%2Fclient%2Fcomponents%2Fnot-found-error&appDir=%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fsrc%2Fapp&appPaths=next%2Fdist%2Fclient%2Fcomponents%2Fnot-found-error&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!","layer":"rsc"},"startTime":1740201610503,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":10104,"timestamp":262431747838,"id":57,"parentId":36,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/lib/pretty-bytes.js","layer":null},"startTime":1740201610567,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":8571,"timestamp":262431751210,"id":58,"parentId":35,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/utils.js","layer":null},"startTime":1740201610570,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":10453,"timestamp":262431751261,"id":59,"parentId":36,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/constants.js","layer":null},"startTime":1740201610570,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":15426,"timestamp":262431751301,"id":61,"parentId":36,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/lib/trace/tracer.js","layer":null},"startTime":1740201610570,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":15687,"timestamp":262431751318,"id":62,"parentId":36,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/lib/trace/utils.js","layer":null},"startTime":1740201610570,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":2884,"timestamp":262431770352,"id":63,"parentId":56,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/is-plain-object.js","layer":null},"startTime":1740201610589,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":2254,"timestamp":262431772355,"id":64,"parentId":59,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/modern-browserslist-target.js","layer":null},"startTime":1740201610591,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":3249,"timestamp":262431773701,"id":68,"parentId":61,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/is-thenable.js","layer":null},"startTime":1740201610593,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":3663,"timestamp":262431773515,"id":65,"parentId":53,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/page-path/denormalize-page-path.js","layer":null},"startTime":1740201610593,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":4079,"timestamp":262431773569,"id":66,"parentId":53,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/page-path/normalize-page-path.js","layer":null},"startTime":1740201610593,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":6533,"timestamp":262431773681,"id":67,"parentId":61,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/lib/trace/constants.js","layer":null},"startTime":1740201610593,"traceId":"151cdb66ad8ebd56"},{"name":"build-module","duration":15,"timestamp":262431780315,"id":69,"parentId":66,"tags":{"name":"path","layer":null},"startTime":1740201610599,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":1413,"timestamp":262431781404,"id":70,"parentId":65,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/page-path/normalize-path-sep.js","layer":null},"startTime":1740201610600,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":1540,"timestamp":262431781468,"id":71,"parentId":66,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","layer":null},"startTime":1740201610601,"traceId":"151cdb66ad8ebd56"},{"name":"build-module","duration":99867,"timestamp":262431685143,"id":49,"parentId":32,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?page=%2Fpage&name=app%2Fpage&pagePath=private-next-app-dir%2Fpage.jsx&appDir=%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!","layer":"rsc"},"startTime":1740201610504,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":1945,"timestamp":262431789138,"id":73,"parentId":37,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/pages/_error.js","layer":null},"startTime":1740201610608,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":2646,"timestamp":262431789096,"id":72,"parentId":37,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/route-kind.js","layer":null},"startTime":1740201610608,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":12773,"timestamp":262431789234,"id":77,"parentId":61,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/compiled/@opentelemetry/api/index.js","layer":null},"startTime":1740201610608,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":13374,"timestamp":262431789183,"id":74,"parentId":37,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/build/templates/helpers.js","layer":null},"startTime":1740201610608,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":14119,"timestamp":262431789204,"id":75,"parentId":37,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/route-modules/pages/module.compiled.js","layer":null},"startTime":1740201610608,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":14420,"timestamp":262431789220,"id":76,"parentId":36,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/route-modules/pages/vendored/contexts/html-context.js","layer":null},"startTime":1740201610608,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":4444,"timestamp":262431802636,"id":78,"parentId":65,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/index.js","layer":null},"startTime":1740201610622,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":1579,"timestamp":262431807672,"id":79,"parentId":38,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/route-kind.js","layer":"rsc"},"startTime":1740201610627,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":22,"timestamp":262431809676,"id":88,"parentId":75,"tags":{"name":"next/dist/compiled/next-server/pages.runtime.prod.js","layer":null},"startTime":1740201610629,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":2295,"timestamp":262431808238,"id":84,"parentId":39,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/error-boundary.js","layer":"rsc"},"startTime":1740201610627,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":2601,"timestamp":262431808266,"id":85,"parentId":39,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/not-found-error.js","layer":"rsc"},"startTime":1740201610627,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":4231,"timestamp":262431808286,"id":86,"parentId":39,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/forbidden-error.js","layer":"rsc"},"startTime":1740201610627,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":5810,"timestamp":262431808306,"id":87,"parentId":39,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/unauthorized-error.js","layer":"rsc"},"startTime":1740201610627,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":5756,"timestamp":262431809710,"id":89,"parentId":73,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/head.js","layer":null},"startTime":1740201610629,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":11749,"timestamp":262431808149,"id":82,"parentId":39,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/route-modules/app-page/module.compiled.js","layer":"ssr"},"startTime":1740201610627,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":12070,"timestamp":262431808102,"id":81,"parentId":38,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/route-modules/app-route/module.compiled.js","layer":"rsc"},"startTime":1740201610627,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":16862,"timestamp":262431808049,"id":80,"parentId":38,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/lib/patch-fetch.js","layer":"rsc"},"startTime":1740201610627,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":17739,"timestamp":262431808194,"id":83,"parentId":39,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/app-render/entry-base.js","layer":"rsc"},"startTime":1740201610627,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":6302,"timestamp":262431827209,"id":90,"parentId":78,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/sorted-routes.js","layer":null},"startTime":1740201610646,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":7388,"timestamp":262431827388,"id":92,"parentId":41,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/app/api/databases/route.js","layer":"rsc"},"startTime":1740201610646,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":7911,"timestamp":262431827794,"id":93,"parentId":47,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/app/api/query/route.js","layer":"rsc"},"startTime":1740201610647,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-jsx","duration":11079,"timestamp":262431827319,"id":91,"parentId":39,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/app/layout.jsx","layer":"rsc"},"startTime":1740201610646,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":2779,"timestamp":262431836705,"id":95,"parentId":78,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/is-dynamic.js","layer":null},"startTime":1740201610656,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":7084,"timestamp":262431836576,"id":94,"parentId":38,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/app/api/cloudflare/route.js","layer":"rsc"},"startTime":1740201610656,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":22,"timestamp":262431844314,"id":98,"parentId":82,"tags":{"name":"next/dist/compiled/next-server/app-page.runtime.prod.js","layer":null},"startTime":1740201610663,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":6,"timestamp":262431844350,"id":99,"parentId":81,"tags":{"name":"next/dist/compiled/next-server/app-route.runtime.prod.js","layer":null},"startTime":1740201610663,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":2613,"timestamp":262431844361,"id":100,"parentId":80,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/lib/trace/constants.js","layer":"rsc"},"startTime":1740201610663,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":4147,"timestamp":262431844460,"id":101,"parentId":80,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/lib/trace/tracer.js","layer":"rsc"},"startTime":1740201610664,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":12702,"timestamp":262431836740,"id":96,"parentId":48,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/app/api/tables/route.js","layer":"rsc"},"startTime":1740201610656,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":13640,"timestamp":262431836803,"id":97,"parentId":50,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/app/api/tables/[name]/route.js","layer":"rsc"},"startTime":1740201610656,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":9538,"timestamp":262431844589,"id":104,"parentId":89,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/amp-mode.js","layer":null},"startTime":1740201610664,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":10036,"timestamp":262431844573,"id":103,"parentId":89,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/side-effect.js","layer":null},"startTime":1740201610664,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":11280,"timestamp":262431844603,"id":105,"parentId":40,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/app/api/migrations/sync-files/route.js","layer":"rsc"},"startTime":1740201610664,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":13040,"timestamp":262431844519,"id":102,"parentId":42,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/app/api/pull-remote/confirm/route.js","layer":"rsc"},"startTime":1740201610664,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":13956,"timestamp":262431844649,"id":106,"parentId":43,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/app/api/migrations/sync/route.js","layer":"rsc"},"startTime":1740201610664,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":7083,"timestamp":262431859503,"id":107,"parentId":44,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/app/api/pull-remote/preview/route.js","layer":"rsc"},"startTime":1740201610679,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":7539,"timestamp":262431859650,"id":108,"parentId":85,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/http-access-fallback/error-fallback.js","layer":"rsc"},"startTime":1740201610679,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":8532,"timestamp":262431859742,"id":110,"parentId":45,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/app/api/push-remote/confirm/route.js","layer":"rsc"},"startTime":1740201610679,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":9758,"timestamp":262431859684,"id":109,"parentId":46,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/app/api/push-remote/preview/route.js","layer":"rsc"},"startTime":1740201610679,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-external","duration":24,"timestamp":262431870780,"id":121,"parentId":83,"tags":{"name":"../app-render/work-async-storage.external","layer":null},"startTime":1740201610690,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-external","duration":6,"timestamp":262431870815,"id":122,"parentId":83,"tags":{"name":"./work-unit-async-storage.external","layer":null},"startTime":1740201610690,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-external","duration":5,"timestamp":262431870824,"id":123,"parentId":83,"tags":{"name":"../app-render/action-async-storage.external","layer":null},"startTime":1740201610690,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":4837,"timestamp":262431870753,"id":120,"parentId":83,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/render-from-template-context.js","layer":"rsc"},"startTime":1740201610690,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":5584,"timestamp":262431870202,"id":112,"parentId":89,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/utils/warn-once.js","layer":null},"startTime":1740201610689,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":5041,"timestamp":262431870833,"id":124,"parentId":83,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/client-page.js","layer":"rsc"},"startTime":1740201610690,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":5219,"timestamp":262431870728,"id":119,"parentId":83,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/layout-router.js","layer":"rsc"},"startTime":1740201610690,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":5243,"timestamp":262431870854,"id":125,"parentId":83,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/client-segment.js","layer":"rsc"},"startTime":1740201610690,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":5577,"timestamp":262431870873,"id":126,"parentId":83,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/hooks-server-context.js","layer":"rsc"},"startTime":1740201610690,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":5592,"timestamp":262431870941,"id":128,"parentId":83,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js","layer":"rsc"},"startTime":1740201610690,"traceId":"151cdb66ad8ebd56"},{"name":"build-module","duration":18,"timestamp":262431876712,"id":129,"parentId":96,"tags":{"name":"util","layer":null},"startTime":1740201610696,"traceId":"151cdb66ad8ebd56"},{"name":"build-module","duration":5,"timestamp":262431876737,"id":130,"parentId":96,"tags":{"name":"child_process","layer":null},"startTime":1740201610696,"traceId":"151cdb66ad8ebd56"},{"name":"build-module","duration":5,"timestamp":262431876747,"id":131,"parentId":105,"tags":{"name":"fs/promises","layer":null},"startTime":1740201610696,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":11836,"timestamp":262431876757,"id":132,"parentId":101,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/compiled/@opentelemetry/api/index.js","layer":"rsc"},"startTime":1740201610696,"traceId":"151cdb66ad8ebd56"}]
2
- [{"name":"build-module-jsx","duration":15218,"timestamp":262431876881,"id":134,"parentId":49,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/app/page.jsx","layer":"rsc"},"startTime":1740201610696,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":15556,"timestamp":262431876850,"id":133,"parentId":101,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/is-thenable.js","layer":"rsc"},"startTime":1740201610696,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-cjs","duration":36919,"timestamp":262431859790,"id":111,"parentId":35,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@swc/helpers/cjs/_interop_require_default.cjs","layer":null},"startTime":1740201610679,"traceId":"151cdb66ad8ebd56"},{"name":"add-entry","duration":282309,"timestamp":262431615428,"id":30,"parentId":18,"tags":{"request":"next/dist/pages/_app"},"startTime":1740201610435,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":28788,"timestamp":262431870433,"id":115,"parentId":80,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/lib/scheduler.js","layer":"rsc"},"startTime":1740201610690,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":29717,"timestamp":262431870298,"id":113,"parentId":80,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/lib/constants.js","layer":"rsc"},"startTime":1740201610689,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":29839,"timestamp":262431870380,"id":114,"parentId":80,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/dynamic-rendering-utils.js","layer":"rsc"},"startTime":1740201610689,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":31473,"timestamp":262431870479,"id":116,"parentId":80,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/app-render/dynamic-rendering.js","layer":"rsc"},"startTime":1740201610690,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":32888,"timestamp":262431870895,"id":127,"parentId":83,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/app-render/collect-segment-data.js","layer":"rsc"},"startTime":1740201610690,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":33469,"timestamp":262431870673,"id":118,"parentId":80,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/lib/clone-response.js","layer":"rsc"},"startTime":1740201610690,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":34484,"timestamp":262431870600,"id":117,"parentId":80,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/lib/dedupe-fetch.js","layer":"rsc"},"startTime":1740201610690,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":27277,"timestamp":262431892955,"id":142,"parentId":95,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/lib/interception-routes.js","layer":null},"startTime":1740201610712,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":27917,"timestamp":262431892911,"id":141,"parentId":83,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/app-render/rsc/taint.js","layer":"rsc"},"startTime":1740201610712,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":28539,"timestamp":262431892820,"id":139,"parentId":83,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/app-render/rsc/preloads.js","layer":"rsc"},"startTime":1740201610712,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":31344,"timestamp":262431892559,"id":135,"parentId":83,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/request/search-params.js","layer":"rsc"},"startTime":1740201610712,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":34628,"timestamp":262431892726,"id":137,"parentId":83,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/lib/metadata/metadata.js","layer":"rsc"},"startTime":1740201610712,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":36311,"timestamp":262431892673,"id":136,"parentId":83,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/request/params.js","layer":"rsc"},"startTime":1740201610712,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":36343,"timestamp":262431892867,"id":140,"parentId":83,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/app-render/rsc/postpone.js","layer":"rsc"},"startTime":1740201610712,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":41564,"timestamp":262431892774,"id":138,"parentId":83,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/lib/metadata/metadata-boundary.js","layer":"rsc"},"startTime":1740201610712,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":25281,"timestamp":262431918775,"id":143,"parentId":108,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@swc/helpers/esm/_interop_require_default.js","layer":"rsc"},"startTime":1740201610738,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":3852,"timestamp":262431941406,"id":147,"parentId":117,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/invariant-error.js","layer":"rsc"},"startTime":1740201610760,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":4346,"timestamp":262431941325,"id":145,"parentId":116,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/static-generation-bailout.js","layer":"rsc"},"startTime":1740201610760,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":7942,"timestamp":262431948006,"id":154,"parentId":142,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/app-paths.js","layer":null},"startTime":1740201610767,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":14973,"timestamp":262431941359,"id":146,"parentId":116,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/lib/metadata/metadata-constants.js","layer":"rsc"},"startTime":1740201610760,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":15663,"timestamp":262431941204,"id":144,"parentId":84,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/build/webpack/loaders/next-flight-loader/module-proxy.js","layer":"rsc"},"startTime":1740201610760,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":8320,"timestamp":262431949648,"id":157,"parentId":137,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/http-access-fallback/http-access-fallback.js","layer":"rsc"},"startTime":1740201610769,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":14485,"timestamp":262431945946,"id":149,"parentId":89,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/route-modules/pages/vendored/contexts/head-manager-context.js","layer":null},"startTime":1740201610765,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":14642,"timestamp":262431945998,"id":150,"parentId":127,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/api/constants.js","layer":"rsc"},"startTime":1740201610765,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":14834,"timestamp":262431945903,"id":148,"parentId":89,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/route-modules/pages/vendored/contexts/amp-context.js","layer":null},"startTime":1740201610765,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":16131,"timestamp":262431947825,"id":151,"parentId":127,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/stream-utils/node-web-streams-helper.js","layer":"rsc"},"startTime":1740201610767,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":16552,"timestamp":262431947958,"id":153,"parentId":135,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/request/utils.js","layer":"rsc"},"startTime":1740201610767,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":17409,"timestamp":262431947903,"id":152,"parentId":135,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/create-deduped-by-callsite-server-error-logger.js","layer":"rsc"},"startTime":1740201610767,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-css","duration":673,"timestamp":262431965787,"id":163,"parentId":91,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/app/globals.css","layer":"rsc"},"startTime":1740201610785,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":19868,"timestamp":262431949530,"id":155,"parentId":80,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/response-cache/index.js","layer":"rsc"},"startTime":1740201610769,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":23844,"timestamp":262431949596,"id":156,"parentId":137,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/lib/metadata/resolve-metadata.js","layer":"rsc"},"startTime":1740201610769,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":21685,"timestamp":262431958419,"id":160,"parentId":137,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/lib/metadata/generate/opengraph.js","layer":"rsc"},"startTime":1740201610777,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":22214,"timestamp":262431958520,"id":162,"parentId":137,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/lib/metadata/generate/meta.js","layer":"rsc"},"startTime":1740201610778,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":22736,"timestamp":262431958363,"id":159,"parentId":137,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/lib/metadata/generate/alternate.js","layer":"rsc"},"startTime":1740201610777,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":24510,"timestamp":262431958258,"id":158,"parentId":137,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/lib/metadata/generate/basic.js","layer":"rsc"},"startTime":1740201610777,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":24808,"timestamp":262431958470,"id":161,"parentId":137,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/lib/metadata/generate/icons.js","layer":"rsc"},"startTime":1740201610778,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":10462,"timestamp":262431974603,"id":166,"parentId":150,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/constants.js","layer":"rsc"},"startTime":1740201610794,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":6007,"timestamp":262431985722,"id":168,"parentId":154,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/segment.js","layer":null},"startTime":1740201610805,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":7272,"timestamp":262431985777,"id":169,"parentId":93,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/lib/migrations.js","layer":"rsc"},"startTime":1740201610805,"traceId":"151cdb66ad8ebd56"},{"name":"add-entry","duration":378049,"timestamp":262431615511,"id":34,"parentId":18,"tags":{"request":"next/dist/pages/_document"},"startTime":1740201610435,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":31333,"timestamp":262431966257,"id":164,"parentId":83,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-server-dom-webpack-server-edge.js","layer":"rsc"},"startTime":1740201610785,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":31489,"timestamp":262431966330,"id":165,"parentId":83,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-server-dom-webpack-static-edge.js","layer":"rsc"},"startTime":1740201610785,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":5260,"timestamp":262431993258,"id":170,"parentId":156,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/segment.js","layer":"rsc"},"startTime":1740201610812,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":5564,"timestamp":262431993340,"id":171,"parentId":92,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/lib/find-wrangler-config.js","layer":"rsc"},"startTime":1740201610812,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-external","duration":20,"timestamp":262431999600,"id":179,"parentId":153,"tags":{"name":"../app-render/after-task-async-storage.external","layer":null},"startTime":1740201610819,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":3226,"timestamp":262431999378,"id":175,"parentId":166,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/modern-browserslist-target.js","layer":"rsc"},"startTime":1740201610818,"traceId":"151cdb66ad8ebd56"},{"name":"build-module","duration":30,"timestamp":262432002647,"id":180,"parentId":169,"tags":{"name":"crypto","layer":null},"startTime":1740201610822,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":22322,"timestamp":262431985578,"id":167,"parentId":135,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/web/spec-extension/adapters/reflect.js","layer":"rsc"},"startTime":1740201610805,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":6090,"timestamp":262432002750,"id":182,"parentId":169,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/lib/logger.js","layer":"rsc"},"startTime":1740201610822,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":10394,"timestamp":262432002683,"id":181,"parentId":169,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/lib/sql-operations.js","layer":"rsc"},"startTime":1740201610822,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-cjs","duration":20114,"timestamp":262431993399,"id":172,"parentId":89,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@swc/helpers/cjs/_interop_require_wildcard.cjs","layer":null},"startTime":1740201610812,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":20326,"timestamp":262431993429,"id":173,"parentId":85,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-jsx-runtime.js","layer":"rsc"},"startTime":1740201610813,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":20376,"timestamp":262431993484,"id":174,"parentId":116,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react.js","layer":"rsc"},"startTime":1740201610813,"traceId":"151cdb66ad8ebd56"},{"name":"add-entry","duration":398485,"timestamp":262431615493,"id":31,"parentId":18,"tags":{"request":"next-route-loader?kind=PAGES&page=%2F_error&preferredRegion=&absolutePagePath=next%2Fdist%2Fpages%2F_error&absoluteAppPath=next%2Fdist%2Fpages%2F_app&absoluteDocumentPath=next%2Fdist%2Fpages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1740201610435,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":17264,"timestamp":262431999502,"id":177,"parentId":151,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/stream-utils/encodedTags.js","layer":"rsc"},"startTime":1740201610819,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":17596,"timestamp":262431999553,"id":178,"parentId":151,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/stream-utils/uint8array-helpers.js","layer":"rsc"},"startTime":1740201610819,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":17899,"timestamp":262431999444,"id":176,"parentId":151,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/lib/detached-promise.js","layer":"rsc"},"startTime":1740201610819,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":4013,"timestamp":262432014172,"id":192,"parentId":93,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/lib/parse-sql-error.js","layer":"rsc"},"startTime":1740201610833,"traceId":"151cdb66ad8ebd56"},{"name":"build-module","duration":18,"timestamp":262432018355,"id":198,"parentId":182,"tags":{"name":"url","layer":null},"startTime":1740201610837,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":16633,"timestamp":262432002803,"id":183,"parentId":155,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/lib/batcher.js","layer":"rsc"},"startTime":1740201610822,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":16861,"timestamp":262432002941,"id":186,"parentId":155,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/response-cache/utils.js","layer":"rsc"},"startTime":1740201610822,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":17126,"timestamp":262432002895,"id":185,"parentId":155,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/response-cache/types.js","layer":"rsc"},"startTime":1740201610822,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":17250,"timestamp":262432003031,"id":188,"parentId":156,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/lib/app-dir-module.js","layer":"rsc"},"startTime":1740201610822,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":17557,"timestamp":262432002850,"id":184,"parentId":156,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/lib/interop-default.js","layer":"rsc"},"startTime":1740201610822,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":17548,"timestamp":262432003075,"id":189,"parentId":156,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/lib/metadata/generate/utils.js","layer":"rsc"},"startTime":1740201610822,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":17816,"timestamp":262432002986,"id":187,"parentId":156,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/lib/metadata/default-metadata.js","layer":"rsc"},"startTime":1740201610822,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":4457,"timestamp":262432018379,"id":199,"parentId":97,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/lib/database-queue.js","layer":"rsc"},"startTime":1740201610837,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":4992,"timestamp":262432018466,"id":200,"parentId":102,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/lib/schema-operations.js","layer":"rsc"},"startTime":1740201610838,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":14648,"timestamp":262432008988,"id":190,"parentId":162,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/lib/non-nullable.js","layer":"rsc"},"startTime":1740201610828,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":14796,"timestamp":262432009095,"id":191,"parentId":158,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/lib/metadata/constants.js","layer":"rsc"},"startTime":1740201610828,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":8344,"timestamp":262432021056,"id":202,"parentId":91,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/context/database-context.js","layer":"rsc"},"startTime":1740201610840,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":15820,"timestamp":262432014501,"id":197,"parentId":156,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/build/output/log.js","layer":"rsc"},"startTime":1740201610834,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":16691,"timestamp":262432014301,"id":193,"parentId":156,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/lib/metadata/resolvers/resolve-opengraph.js","layer":"rsc"},"startTime":1740201610833,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":16888,"timestamp":262432014357,"id":194,"parentId":156,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/lib/metadata/resolvers/resolve-title.js","layer":"rsc"},"startTime":1740201610833,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":18209,"timestamp":262432014406,"id":195,"parentId":156,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/lib/metadata/resolvers/resolve-basics.js","layer":"rsc"},"startTime":1740201610833,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":18614,"timestamp":262432014454,"id":196,"parentId":156,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/lib/metadata/resolvers/resolve-icons.js","layer":"rsc"},"startTime":1740201610834,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":17341,"timestamp":262432018514,"id":201,"parentId":127,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/compiled/react-server-dom-webpack/client.edge.js","layer":"rsc"},"startTime":1740201610838,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":49255,"timestamp":262432039005,"id":205,"parentId":186,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/render-result.js","layer":"rsc"},"startTime":1740201610858,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-jsx","duration":1719,"timestamp":262432088517,"id":217,"parentId":91,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/ui/toaster.jsx","layer":"rsc"},"startTime":1740201610908,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":6342,"timestamp":262432085302,"id":213,"parentId":193,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/lib/url.js","layer":"rsc"},"startTime":1740201610904,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":6882,"timestamp":262432085247,"id":212,"parentId":197,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/lib/lru-cache.js","layer":"rsc"},"startTime":1740201610904,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":9866,"timestamp":262432082446,"id":210,"parentId":92,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/api/server.js","layer":"rsc"},"startTime":1740201610902,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":7742,"timestamp":262432085167,"id":211,"parentId":197,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/lib/picocolors.js","layer":"rsc"},"startTime":1740201610904,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":8645,"timestamp":262432085355,"id":214,"parentId":193,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/lib/metadata/resolvers/resolve-url.js","layer":"rsc"},"startTime":1740201610904,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":4873,"timestamp":262432090443,"id":218,"parentId":192,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/lib/sql-error-types.js","layer":"rsc"},"startTime":1740201610910,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":9294,"timestamp":262432086795,"id":215,"parentId":139,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-dom.js","layer":"rsc"},"startTime":1740201610906,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":2154,"timestamp":262432105524,"id":222,"parentId":213,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/app-router-headers.js","layer":"rsc"},"startTime":1740201610925,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":3628,"timestamp":262432104697,"id":219,"parentId":205,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/pipe-readable.js","layer":"rsc"},"startTime":1740201610924,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":1484,"timestamp":262432108657,"id":224,"parentId":214,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/isomorphic/path.js","layer":"rsc"},"startTime":1740201610928,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":6048,"timestamp":262432105085,"id":220,"parentId":171,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/strip-json-comments/index.js","layer":"rsc"},"startTime":1740201610924,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":6926,"timestamp":262432105149,"id":221,"parentId":171,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/find-up/index.js","layer":"rsc"},"startTime":1740201610924,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":31470,"timestamp":262432088420,"id":216,"parentId":201,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/compiled/react-server-dom-webpack/cjs/react-server-dom-webpack-client.edge.production.js","layer":"rsc"},"startTime":1740201610907,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":13503,"timestamp":262432108697,"id":225,"parentId":182,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/winston/lib/winston.js","layer":"rsc"},"startTime":1740201610928,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":13952,"timestamp":262432108543,"id":223,"parentId":210,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/web/exports/index.js","layer":"rsc"},"startTime":1740201610928,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":13369,"timestamp":262432112414,"id":226,"parentId":156,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/compiled/server-only/empty.js","layer":"rsc"},"startTime":1740201610931,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-json","duration":606,"timestamp":262432127724,"id":230,"parentId":225,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/winston/package.json","layer":"rsc"},"startTime":1740201610947,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":6006,"timestamp":262432122943,"id":227,"parentId":219,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/client-component-renderer-logger.js","layer":"rsc"},"startTime":1740201610942,"traceId":"151cdb66ad8ebd56"}]
3
- [{"name":"build-module-js","duration":6599,"timestamp":262432123062,"id":228,"parentId":219,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/web/spec-extension/adapters/next-request.js","layer":"rsc"},"startTime":1740201610942,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":6715,"timestamp":262432123122,"id":229,"parentId":171,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@iarna/toml/toml.js","layer":"rsc"},"startTime":1740201610942,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":4601,"timestamp":262432130332,"id":233,"parentId":223,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/web/spec-extension/request.js","layer":"rsc"},"startTime":1740201610949,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":4623,"timestamp":262432130484,"id":236,"parentId":223,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/web/spec-extension/url-pattern.js","layer":"rsc"},"startTime":1740201610950,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":5306,"timestamp":262432130385,"id":234,"parentId":223,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/web/spec-extension/response.js","layer":"rsc"},"startTime":1740201610949,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":5555,"timestamp":262432130272,"id":232,"parentId":223,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/web/spec-extension/image-response.js","layer":"rsc"},"startTime":1740201610949,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":5990,"timestamp":262432130156,"id":231,"parentId":223,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/request/connection.js","layer":"rsc"},"startTime":1740201610949,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":6174,"timestamp":262432130434,"id":235,"parentId":223,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/web/spec-extension/user-agent.js","layer":"rsc"},"startTime":1740201610950,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":8094,"timestamp":262432133261,"id":237,"parentId":225,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/winston/lib/winston/common.js","layer":"rsc"},"startTime":1740201610952,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":8435,"timestamp":262432133353,"id":238,"parentId":225,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/winston/lib/winston/create-logger.js","layer":"rsc"},"startTime":1740201610952,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":8674,"timestamp":262432133574,"id":242,"parentId":225,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/winston/lib/winston/container.js","layer":"rsc"},"startTime":1740201610953,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":9451,"timestamp":262432133530,"id":241,"parentId":225,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/winston/lib/winston/rejection-handler.js","layer":"rsc"},"startTime":1740201610953,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":11356,"timestamp":262432133406,"id":239,"parentId":225,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/winston/lib/winston/logger.js","layer":"rsc"},"startTime":1740201610952,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":13982,"timestamp":262432133483,"id":240,"parentId":225,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/winston/lib/winston/exception-handler.js","layer":"rsc"},"startTime":1740201610953,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":18965,"timestamp":262432134142,"id":244,"parentId":229,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@iarna/toml/stringify.js","layer":"rsc"},"startTime":1740201610953,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":19224,"timestamp":262432134084,"id":243,"parentId":229,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@iarna/toml/parse.js","layer":"rsc"},"startTime":1740201610953,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":17073,"timestamp":262432137307,"id":246,"parentId":228,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/web/utils.js","layer":"rsc"},"startTime":1740201610956,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":17531,"timestamp":262432137188,"id":245,"parentId":228,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/request-meta.js","layer":"rsc"},"startTime":1740201610956,"traceId":"151cdb66ad8ebd56"},{"name":"build-module","duration":25,"timestamp":262432158718,"id":251,"parentId":241,"tags":{"name":"os","layer":null},"startTime":1740201610978,"traceId":"151cdb66ad8ebd56"},{"name":"build-module","duration":6,"timestamp":262432158758,"id":252,"parentId":221,"tags":{"name":"node:path","layer":null},"startTime":1740201610978,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":19859,"timestamp":262432140895,"id":247,"parentId":228,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/base-http/helpers.js","layer":"rsc"},"startTime":1740201610960,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":8524,"timestamp":262432156495,"id":249,"parentId":233,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/web/error.js","layer":"rsc"},"startTime":1740201610976,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":9940,"timestamp":262432156254,"id":248,"parentId":233,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/web/next-url.js","layer":"rsc"},"startTime":1740201610975,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":9702,"timestamp":262432156711,"id":250,"parentId":233,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/web/spec-extension/cookies.js","layer":"rsc"},"startTime":1740201610976,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":8041,"timestamp":262432162783,"id":255,"parentId":239,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/winston/lib/winston/profiler.js","layer":"rsc"},"startTime":1740201610982,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":8333,"timestamp":262432162720,"id":254,"parentId":241,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/winston/lib/winston/rejection-stream.js","layer":"rsc"},"startTime":1740201610982,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":8375,"timestamp":262432162867,"id":256,"parentId":240,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/winston/lib/winston/exception-stream.js","layer":"rsc"},"startTime":1740201610982,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":8522,"timestamp":262432163001,"id":258,"parentId":243,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@iarna/toml/parse-async.js","layer":"rsc"},"startTime":1740201610982,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":9162,"timestamp":262432162569,"id":253,"parentId":223,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/after/index.js","layer":"rsc"},"startTime":1740201610982,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":9061,"timestamp":262432163047,"id":259,"parentId":243,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@iarna/toml/parse-stream.js","layer":"rsc"},"startTime":1740201610982,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":9504,"timestamp":262432162919,"id":257,"parentId":243,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@iarna/toml/parse-string.js","layer":"rsc"},"startTime":1740201610982,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":9699,"timestamp":262432163093,"id":260,"parentId":243,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@iarna/toml/parse-pretty-error.js","layer":"rsc"},"startTime":1740201610982,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":5776,"timestamp":262432167760,"id":262,"parentId":225,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/winston/lib/winston/transports/index.js","layer":"rsc"},"startTime":1740201610987,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":6314,"timestamp":262432167656,"id":261,"parentId":225,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/winston/lib/winston/config/index.js","layer":"rsc"},"startTime":1740201610987,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":9320,"timestamp":262432168530,"id":263,"parentId":239,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/logform/json.js","layer":"rsc"},"startTime":1740201610988,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":9751,"timestamp":262432168589,"id":264,"parentId":239,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/winston-transport/legacy.js","layer":"rsc"},"startTime":1740201610988,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":2432,"timestamp":262432176226,"id":270,"parentId":248,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/get-hostname.js","layer":"rsc"},"startTime":1740201610995,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":2711,"timestamp":262432176131,"id":268,"parentId":248,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/format-next-pathname-info.js","layer":"rsc"},"startTime":1740201610995,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":2954,"timestamp":262432176201,"id":269,"parentId":248,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/get-next-pathname-info.js","layer":"rsc"},"startTime":1740201610995,"traceId":"151cdb66ad8ebd56"},{"name":"build-module","duration":20,"timestamp":262432179528,"id":271,"parentId":259,"tags":{"name":"stream","layer":null},"startTime":1740201610999,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":11320,"timestamp":262432169055,"id":265,"parentId":221,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/unicorn-magic/node.js","layer":"rsc"},"startTime":1740201610988,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":11637,"timestamp":262432169157,"id":267,"parentId":221,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/locate-path/index.js","layer":"rsc"},"startTime":1740201610988,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":11832,"timestamp":262432169111,"id":266,"parentId":221,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/path-exists/index.js","layer":"rsc"},"startTime":1740201610988,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":1964,"timestamp":262432183038,"id":275,"parentId":248,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/i18n/detect-domain-locale.js","layer":"rsc"},"startTime":1740201611002,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":8371,"timestamp":262432182810,"id":272,"parentId":225,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/logform/index.js","layer":"rsc"},"startTime":1740201611002,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":8398,"timestamp":262432182939,"id":273,"parentId":225,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/winston-transport/index.js","layer":"rsc"},"startTime":1740201611002,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":8604,"timestamp":262432182992,"id":274,"parentId":241,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/async/forEach.js","layer":"rsc"},"startTime":1740201611002,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":4104,"timestamp":262432189407,"id":285,"parentId":268,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js","layer":"rsc"},"startTime":1740201611008,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":4218,"timestamp":262432189446,"id":287,"parentId":268,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/add-path-suffix.js","layer":"rsc"},"startTime":1740201611009,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":4350,"timestamp":262432189427,"id":286,"parentId":268,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js","layer":"rsc"},"startTime":1740201611009,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":4533,"timestamp":262432189381,"id":284,"parentId":269,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/i18n/normalize-locale-path.js","layer":"rsc"},"startTime":1740201611008,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":4586,"timestamp":262432189482,"id":289,"parentId":269,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/remove-path-prefix.js","layer":"rsc"},"startTime":1740201611009,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":4753,"timestamp":262432189465,"id":288,"parentId":268,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/add-locale.js","layer":"rsc"},"startTime":1740201611009,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":4824,"timestamp":262432189500,"id":290,"parentId":269,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js","layer":"rsc"},"startTime":1740201611009,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":9468,"timestamp":262432186315,"id":277,"parentId":262,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/winston/lib/winston/transports/console.js","layer":"rsc"},"startTime":1740201611005,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":9970,"timestamp":262432186475,"id":280,"parentId":262,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/winston/lib/winston/transports/stream.js","layer":"rsc"},"startTime":1740201611006,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":10528,"timestamp":262432186166,"id":276,"parentId":253,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/after/after.js","layer":"rsc"},"startTime":1740201611005,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":11282,"timestamp":262432186428,"id":279,"parentId":262,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/winston/lib/winston/transports/http.js","layer":"rsc"},"startTime":1740201611006,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":13220,"timestamp":262432186378,"id":278,"parentId":262,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/winston/lib/winston/transports/file.js","layer":"rsc"},"startTime":1740201611005,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":19687,"timestamp":262432188983,"id":281,"parentId":258,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@iarna/toml/lib/toml-parser.js","layer":"rsc"},"startTime":1740201611008,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":29334,"timestamp":262432189272,"id":282,"parentId":263,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/logform/format.js","layer":"rsc"},"startTime":1740201611008,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":31025,"timestamp":262432189332,"id":283,"parentId":264,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/winston-transport/modern.js","layer":"rsc"},"startTime":1740201611008,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":31541,"timestamp":262432189518,"id":291,"parentId":265,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/unicorn-magic/default.js","layer":"rsc"},"startTime":1740201611009,"traceId":"151cdb66ad8ebd56"},{"name":"build-module","duration":19,"timestamp":262432221323,"id":292,"parentId":279,"tags":{"name":"http","layer":null},"startTime":1740201611040,"traceId":"151cdb66ad8ebd56"},{"name":"build-module","duration":5,"timestamp":262432221347,"id":293,"parentId":279,"tags":{"name":"https","layer":null},"startTime":1740201611040,"traceId":"151cdb66ad8ebd56"},{"name":"build-module","duration":4,"timestamp":262432221356,"id":294,"parentId":278,"tags":{"name":"fs","layer":null},"startTime":1740201611040,"traceId":"151cdb66ad8ebd56"},{"name":"build-module","duration":4,"timestamp":262432221364,"id":295,"parentId":278,"tags":{"name":"zlib","layer":null},"startTime":1740201611040,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":3131,"timestamp":262432228708,"id":322,"parentId":287,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/parse-path.js","layer":"rsc"},"startTime":1740201611048,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":12189,"timestamp":262432221371,"id":296,"parentId":238,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/triple-beam/index.js","layer":"rsc"},"startTime":1740201611040,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":12316,"timestamp":262432221464,"id":297,"parentId":239,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/readable-stream/readable.js","layer":"rsc"},"startTime":1740201611041,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":12413,"timestamp":262432221518,"id":298,"parentId":241,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/one-time/index.js","layer":"rsc"},"startTime":1740201611041,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":12740,"timestamp":262432221572,"id":299,"parentId":274,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/async/eachOf.js","layer":"rsc"},"startTime":1740201611041,"traceId":"151cdb66ad8ebd56"},{"name":"build-module","duration":15,"timestamp":262432235294,"id":330,"parentId":267,"tags":{"name":"node:url","layer":null},"startTime":1740201611054,"traceId":"151cdb66ad8ebd56"},{"name":"build-module","duration":4,"timestamp":262432235313,"id":331,"parentId":267,"tags":{"name":"node:fs","layer":null},"startTime":1740201611054,"traceId":"151cdb66ad8ebd56"},{"name":"build-module","duration":9,"timestamp":262432235399,"id":332,"parentId":267,"tags":{"name":"node:process","layer":null},"startTime":1740201611054,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":12788,"timestamp":262432224524,"id":301,"parentId":272,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/logform/levels.js","layer":"rsc"},"startTime":1740201611044,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":13073,"timestamp":262432224416,"id":300,"parentId":239,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/is-stream/index.js","layer":"rsc"},"startTime":1740201611043,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":13748,"timestamp":262432224719,"id":305,"parentId":272,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/logform/combine.js","layer":"rsc"},"startTime":1740201611044,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":14055,"timestamp":262432224626,"id":303,"parentId":272,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/logform/errors.js","layer":"rsc"},"startTime":1740201611044,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":14265,"timestamp":262432224765,"id":306,"parentId":272,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/logform/colorize.js","layer":"rsc"},"startTime":1740201611044,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":14571,"timestamp":262432224577,"id":302,"parentId":272,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/logform/align.js","layer":"rsc"},"startTime":1740201611044,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":14672,"timestamp":262432224674,"id":304,"parentId":272,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/logform/cli.js","layer":"rsc"},"startTime":1740201611044,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":14659,"timestamp":262432224809,"id":307,"parentId":272,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/logform/label.js","layer":"rsc"},"startTime":1740201611044,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":14580,"timestamp":262432225023,"id":310,"parentId":272,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/logform/ms.js","layer":"rsc"},"startTime":1740201611044,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":14889,"timestamp":262432224853,"id":308,"parentId":272,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/logform/logstash.js","layer":"rsc"},"startTime":1740201611044,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":15075,"timestamp":262432225073,"id":311,"parentId":272,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/logform/pad-levels.js","layer":"rsc"},"startTime":1740201611044,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":15553,"timestamp":262432224963,"id":309,"parentId":272,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/logform/metadata.js","layer":"rsc"},"startTime":1740201611044,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":15632,"timestamp":262432225123,"id":312,"parentId":272,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/logform/pretty-print.js","layer":"rsc"},"startTime":1740201611044,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":15759,"timestamp":262432225170,"id":313,"parentId":272,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/logform/printf.js","layer":"rsc"},"startTime":1740201611044,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":15746,"timestamp":262432225349,"id":317,"parentId":272,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/logform/uncolorize.js","layer":"rsc"},"startTime":1740201611044,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":15943,"timestamp":262432225305,"id":316,"parentId":272,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/logform/timestamp.js","layer":"rsc"},"startTime":1740201611044,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":16220,"timestamp":262432225215,"id":314,"parentId":272,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/logform/simple.js","layer":"rsc"},"startTime":1740201611044,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":16562,"timestamp":262432225260,"id":315,"parentId":272,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/logform/splat.js","layer":"rsc"},"startTime":1740201611044,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":13498,"timestamp":262432228736,"id":323,"parentId":278,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/winston/lib/winston/tail-file.js","layer":"rsc"},"startTime":1740201611048,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":13826,"timestamp":262432228547,"id":319,"parentId":274,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/async/internal/withoutIndex.js","layer":"rsc"},"startTime":1740201611048,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":13970,"timestamp":262432228608,"id":320,"parentId":274,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/async/internal/wrapAsync.js","layer":"rsc"},"startTime":1740201611048,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":21915,"timestamp":262432228391,"id":318,"parentId":235,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/compiled/ua-parser-js/ua-parser.js","layer":"rsc"},"startTime":1740201611047,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":21762,"timestamp":262432228833,"id":325,"parentId":281,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@iarna/toml/lib/create-datetime.js","layer":"rsc"},"startTime":1740201611048,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":22165,"timestamp":262432228659,"id":321,"parentId":274,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/async/internal/awaitify.js","layer":"rsc"},"startTime":1740201611048,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":22518,"timestamp":262432228788,"id":324,"parentId":281,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@iarna/toml/lib/parser.js","layer":"rsc"},"startTime":1740201611048,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":22595,"timestamp":262432228924,"id":327,"parentId":281,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@iarna/toml/lib/create-date.js","layer":"rsc"},"startTime":1740201611048,"traceId":"151cdb66ad8ebd56"}]
4
- [{"name":"build-module-js","duration":22967,"timestamp":262432228878,"id":326,"parentId":281,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@iarna/toml/lib/create-datetime-float.js","layer":"rsc"},"startTime":1740201611048,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":23052,"timestamp":262432228968,"id":328,"parentId":281,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@iarna/toml/lib/create-time.js","layer":"rsc"},"startTime":1740201611048,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":28651,"timestamp":262432232882,"id":329,"parentId":278,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/async/series.js","layer":"rsc"},"startTime":1740201611052,"traceId":"151cdb66ad8ebd56"},{"name":"build-module","duration":18,"timestamp":262432263348,"id":344,"parentId":323,"tags":{"name":"string_decoder","layer":null},"startTime":1740201611082,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":26530,"timestamp":262432237754,"id":333,"parentId":241,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/stack-trace/lib/stack-trace.js","layer":"rsc"},"startTime":1740201611057,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":8394,"timestamp":262432259253,"id":334,"parentId":297,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/readable-stream/lib/_stream_writable.js","layer":"rsc"},"startTime":1740201611078,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":6883,"timestamp":262432261996,"id":339,"parentId":297,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/readable-stream/lib/_stream_passthrough.js","layer":"rsc"},"startTime":1740201611081,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":7307,"timestamp":262432261912,"id":337,"parentId":297,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/readable-stream/lib/_stream_duplex.js","layer":"rsc"},"startTime":1740201611081,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":13808,"timestamp":262432261864,"id":336,"parentId":297,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/readable-stream/lib/_stream_readable.js","layer":"rsc"},"startTime":1740201611081,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":13849,"timestamp":262432262077,"id":341,"parentId":299,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/async/internal/breakLoop.js","layer":"rsc"},"startTime":1740201611081,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":14445,"timestamp":262432261782,"id":335,"parentId":299,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/async/eachOfLimit.js","layer":"rsc"},"startTime":1740201611081,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":14323,"timestamp":262432262036,"id":340,"parentId":299,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/async/internal/isArrayLike.js","layer":"rsc"},"startTime":1740201611081,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":14396,"timestamp":262432262116,"id":342,"parentId":299,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/async/internal/once.js","layer":"rsc"},"startTime":1740201611081,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":14505,"timestamp":262432262158,"id":343,"parentId":299,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/async/internal/onlyOnce.js","layer":"rsc"},"startTime":1740201611081,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":17328,"timestamp":262432261955,"id":338,"parentId":297,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/readable-stream/lib/_stream_transform.js","layer":"rsc"},"startTime":1740201611081,"traceId":"151cdb66ad8ebd56"},{"name":"build-module","duration":13,"timestamp":262432280401,"id":352,"parentId":334,"tags":{"name":"buffer","layer":null},"startTime":1740201611099,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":17164,"timestamp":262432264726,"id":346,"parentId":327,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@iarna/toml/lib/format-num.js","layer":"rsc"},"startTime":1740201611084,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":17856,"timestamp":262432264607,"id":345,"parentId":320,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/async/asyncify.js","layer":"rsc"},"startTime":1740201611084,"traceId":"151cdb66ad8ebd56"},{"name":"build-module","duration":11,"timestamp":262432283253,"id":354,"parentId":336,"tags":{"name":"events","layer":null},"startTime":1740201611102,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":16480,"timestamp":262432268032,"id":347,"parentId":329,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/async/internal/parallel.js","layer":"rsc"},"startTime":1740201611087,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":8915,"timestamp":262432277741,"id":349,"parentId":329,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/async/eachOfSeries.js","layer":"rsc"},"startTime":1740201611097,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":10710,"timestamp":262432277624,"id":348,"parentId":263,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/safe-stable-stringify/index.js","layer":"rsc"},"startTime":1740201611097,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":10893,"timestamp":262432277851,"id":351,"parentId":297,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/readable-stream/lib/internal/streams/pipeline.js","layer":"rsc"},"startTime":1740201611097,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":11362,"timestamp":262432277800,"id":350,"parentId":297,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/readable-stream/lib/internal/streams/end-of-stream.js","layer":"rsc"},"startTime":1740201611097,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":12458,"timestamp":262432280426,"id":353,"parentId":267,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/p-locate/index.js","layer":"rsc"},"startTime":1740201611100,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":13245,"timestamp":262432285590,"id":355,"parentId":250,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/compiled/@edge-runtime/cookies/index.js","layer":"rsc"},"startTime":1740201611105,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":14356,"timestamp":262432285731,"id":357,"parentId":335,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/async/internal/eachOfLimit.js","layer":"rsc"},"startTime":1740201611105,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":14572,"timestamp":262432285683,"id":356,"parentId":334,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/readable-stream/lib/internal/streams/state.js","layer":"rsc"},"startTime":1740201611105,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":9543,"timestamp":262432291422,"id":360,"parentId":334,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/readable-stream/lib/internal/streams/destroy.js","layer":"rsc"},"startTime":1740201611110,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":10155,"timestamp":262432291471,"id":361,"parentId":336,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/readable-stream/lib/internal/streams/buffer_list.js","layer":"rsc"},"startTime":1740201611111,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":11968,"timestamp":262432291248,"id":358,"parentId":334,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/readable-stream/errors.js","layer":"rsc"},"startTime":1740201611110,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":11947,"timestamp":262432291367,"id":359,"parentId":334,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/readable-stream/lib/internal/streams/stream.js","layer":"rsc"},"startTime":1740201611110,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":12478,"timestamp":262432291557,"id":363,"parentId":336,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/readable-stream/lib/internal/streams/from.js","layer":"rsc"},"startTime":1740201611111,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":13299,"timestamp":262432291515,"id":362,"parentId":336,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/readable-stream/lib/internal/streams/async_iterator.js","layer":"rsc"},"startTime":1740201611111,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":10916,"timestamp":262432295619,"id":364,"parentId":345,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/async/internal/initialParams.js","layer":"rsc"},"startTime":1740201611115,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":11060,"timestamp":262432295715,"id":365,"parentId":345,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/async/internal/setImmediate.js","layer":"rsc"},"startTime":1740201611115,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":6491,"timestamp":262432301841,"id":366,"parentId":296,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/triple-beam/config/index.js","layer":"rsc"},"startTime":1740201611121,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":3124,"timestamp":262432305947,"id":367,"parentId":238,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@dabh/diagnostics/node/index.js","layer":"rsc"},"startTime":1740201611125,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":4620,"timestamp":262432307569,"id":369,"parentId":357,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/async/internal/asyncEachOfLimit.js","layer":"rsc"},"startTime":1740201611127,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":5019,"timestamp":262432307479,"id":368,"parentId":357,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/async/internal/iterator.js","layer":"rsc"},"startTime":1740201611127,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":3387,"timestamp":262432310879,"id":370,"parentId":306,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@colors/colors/safe.js","layer":"rsc"},"startTime":1740201611130,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":6367,"timestamp":262432311480,"id":371,"parentId":336,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/string_decoder/lib/string_decoder.js","layer":"rsc"},"startTime":1740201611131,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":4938,"timestamp":262432313380,"id":373,"parentId":298,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/fn.name/index.js","layer":"rsc"},"startTime":1740201611132,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":5441,"timestamp":262432313297,"id":372,"parentId":310,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/ms/index.js","layer":"rsc"},"startTime":1740201611132,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":5040,"timestamp":262432313864,"id":376,"parentId":366,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/triple-beam/config/syslog.js","layer":"rsc"},"startTime":1740201611133,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":5241,"timestamp":262432313762,"id":374,"parentId":366,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/triple-beam/config/cli.js","layer":"rsc"},"startTime":1740201611133,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":5273,"timestamp":262432313816,"id":375,"parentId":366,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/triple-beam/config/npm.js","layer":"rsc"},"startTime":1740201611133,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":5331,"timestamp":262432313909,"id":377,"parentId":367,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@dabh/diagnostics/node/production.js","layer":"rsc"},"startTime":1740201611133,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":7508,"timestamp":262432314974,"id":378,"parentId":316,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/fecha/lib/fecha.js","layer":"rsc"},"startTime":1740201611134,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":5120,"timestamp":262432317929,"id":379,"parentId":368,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/async/internal/getIterator.js","layer":"rsc"},"startTime":1740201611137,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":4375,"timestamp":262432319330,"id":380,"parentId":334,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/util-deprecate/node.js","layer":"rsc"},"startTime":1740201611138,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":4656,"timestamp":262432319423,"id":381,"parentId":334,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/inherits/inherits.js","layer":"rsc"},"startTime":1740201611138,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":2585,"timestamp":262432323096,"id":382,"parentId":370,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@colors/colors/lib/colors.js","layer":"rsc"},"startTime":1740201611142,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":1956,"timestamp":262432324423,"id":383,"parentId":377,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@dabh/diagnostics/diagnostics.js","layer":"rsc"},"startTime":1740201611143,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":2568,"timestamp":262432324914,"id":384,"parentId":353,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/p-limit/index.js","layer":"rsc"},"startTime":1740201611144,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":6124,"timestamp":262432324976,"id":385,"parentId":381,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/inherits/inherits_browser.js","layer":"rsc"},"startTime":1740201611144,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":1859,"timestamp":262432330542,"id":386,"parentId":382,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@colors/colors/lib/styles.js","layer":"rsc"},"startTime":1740201611150,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":2079,"timestamp":262432331142,"id":387,"parentId":382,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@colors/colors/lib/system/supports-colors.js","layer":"rsc"},"startTime":1740201611150,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":2377,"timestamp":262432331206,"id":388,"parentId":382,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@colors/colors/lib/custom/trap.js","layer":"rsc"},"startTime":1740201611150,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":2333,"timestamp":262432331358,"id":391,"parentId":382,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@colors/colors/lib/maps/zebra.js","layer":"rsc"},"startTime":1740201611150,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":2745,"timestamp":262432331314,"id":390,"parentId":382,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@colors/colors/lib/maps/america.js","layer":"rsc"},"startTime":1740201611150,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":3204,"timestamp":262432331267,"id":389,"parentId":382,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@colors/colors/lib/custom/zalgo.js","layer":"rsc"},"startTime":1740201611150,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":3485,"timestamp":262432331401,"id":392,"parentId":382,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@colors/colors/lib/maps/rainbow.js","layer":"rsc"},"startTime":1740201611150,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":3561,"timestamp":262432331443,"id":393,"parentId":382,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@colors/colors/lib/maps/random.js","layer":"rsc"},"startTime":1740201611151,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":875,"timestamp":262432335299,"id":394,"parentId":387,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@colors/colors/lib/system/has-flag.js","layer":"rsc"},"startTime":1740201611154,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":1018,"timestamp":262432335812,"id":395,"parentId":371,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/safe-buffer/index.js","layer":"rsc"},"startTime":1740201611155,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":974,"timestamp":262432337131,"id":396,"parentId":384,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/yocto-queue/index.js","layer":"rsc"},"startTime":1740201611156,"traceId":"151cdb66ad8ebd56"},{"name":"add-entry","duration":722768,"timestamp":262431615364,"id":22,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Fdatabases%2Froute&name=app%2Fapi%2Fdatabases%2Froute&pagePath=private-next-app-dir%2Fapi%2Fdatabases%2Froute.js&appDir=%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fdatabases%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1740201610434,"traceId":"151cdb66ad8ebd56"},{"name":"add-entry","duration":722734,"timestamp":262431615405,"id":28,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Fquery%2Froute&name=app%2Fapi%2Fquery%2Froute&pagePath=private-next-app-dir%2Fapi%2Fquery%2Froute.js&appDir=%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fquery%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1740201610434,"traceId":"151cdb66ad8ebd56"},{"name":"add-entry","duration":723015,"timestamp":262431615128,"id":19,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Fcloudflare%2Froute&name=app%2Fapi%2Fcloudflare%2Froute&pagePath=private-next-app-dir%2Fapi%2Fcloudflare%2Froute.js&appDir=%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fcloudflare%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1740201610434,"traceId":"151cdb66ad8ebd56"},{"name":"add-entry","duration":722726,"timestamp":262431615420,"id":29,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Ftables%2Froute&name=app%2Fapi%2Ftables%2Froute&pagePath=private-next-app-dir%2Fapi%2Ftables%2Froute.js&appDir=%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Ftables%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1740201610434,"traceId":"151cdb66ad8ebd56"},{"name":"add-entry","duration":722640,"timestamp":262431615508,"id":33,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Ftables%2F%5Bname%5D%2Froute&name=app%2Fapi%2Ftables%2F%5Bname%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Ftables%2F%5Bname%5D%2Froute.js&appDir=%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Ftables%2F%5Bname%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1740201610435,"traceId":"151cdb66ad8ebd56"},{"name":"add-entry","duration":722793,"timestamp":262431615358,"id":21,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Fmigrations%2Fsync-files%2Froute&name=app%2Fapi%2Fmigrations%2Fsync-files%2Froute&pagePath=private-next-app-dir%2Fapi%2Fmigrations%2Fsync-files%2Froute.js&appDir=%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fmigrations%2Fsync-files%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1740201610434,"traceId":"151cdb66ad8ebd56"},{"name":"add-entry","duration":722845,"timestamp":262431615370,"id":23,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Fpull-remote%2Fconfirm%2Froute&name=app%2Fapi%2Fpull-remote%2Fconfirm%2Froute&pagePath=private-next-app-dir%2Fapi%2Fpull-remote%2Fconfirm%2Froute.js&appDir=%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fpull-remote%2Fconfirm%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1740201610434,"traceId":"151cdb66ad8ebd56"},{"name":"add-entry","duration":722843,"timestamp":262431615377,"id":24,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Fmigrations%2Fsync%2Froute&name=app%2Fapi%2Fmigrations%2Fsync%2Froute&pagePath=private-next-app-dir%2Fapi%2Fmigrations%2Fsync%2Froute.js&appDir=%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fmigrations%2Fsync%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1740201610434,"traceId":"151cdb66ad8ebd56"},{"name":"add-entry","duration":722841,"timestamp":262431615382,"id":25,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Fpull-remote%2Fpreview%2Froute&name=app%2Fapi%2Fpull-remote%2Fpreview%2Froute&pagePath=private-next-app-dir%2Fapi%2Fpull-remote%2Fpreview%2Froute.js&appDir=%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fpull-remote%2Fpreview%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1740201610434,"traceId":"151cdb66ad8ebd56"},{"name":"add-entry","duration":722837,"timestamp":262431615388,"id":26,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Fpush-remote%2Fconfirm%2Froute&name=app%2Fapi%2Fpush-remote%2Fconfirm%2Froute&pagePath=private-next-app-dir%2Fapi%2Fpush-remote%2Fconfirm%2Froute.js&appDir=%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fpush-remote%2Fconfirm%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1740201610434,"traceId":"151cdb66ad8ebd56"},{"name":"add-entry","duration":722832,"timestamp":262431615394,"id":27,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Fpush-remote%2Fpreview%2Froute&name=app%2Fapi%2Fpush-remote%2Fpreview%2Froute&pagePath=private-next-app-dir%2Fapi%2Fpush-remote%2Fpreview%2Froute.js&appDir=%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fpush-remote%2Fpreview%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1740201610434,"traceId":"151cdb66ad8ebd56"},{"name":"font-loader","duration":1188091,"timestamp":262432077558,"id":209,"parentId":208,"tags":{},"startTime":1740201610897,"traceId":"151cdb66ad8ebd56"},{"name":"postcss","duration":2335,"timestamp":262433398063,"id":397,"parentId":208,"tags":{},"startTime":1740201612217,"traceId":"151cdb66ad8ebd56"},{"name":"next-font-loader","duration":1323153,"timestamp":262432077515,"id":208,"parentId":204,"tags":{},"startTime":1740201610897,"traceId":"151cdb66ad8ebd56"},{"name":"css-loader","duration":15455,"timestamp":262433400508,"id":398,"parentId":204,"tags":{"astUsed":"true"},"startTime":1740201612220,"traceId":"151cdb66ad8ebd56"},{"name":"build-module","duration":1388025,"timestamp":262432028169,"id":204,"parentId":91,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.jsx\",\"import\":\"Geist_Mono\",\"arguments\":[{\"variable\":\"--font-geist-mono\",\"subsets\":[\"latin\"]}],\"variableName\":\"geistMono\"}","layer":"rsc"},"startTime":1740201610847,"traceId":"151cdb66ad8ebd56"},{"name":"font-loader","duration":1342940,"timestamp":262432073709,"id":207,"parentId":206,"tags":{},"startTime":1740201610893,"traceId":"151cdb66ad8ebd56"},{"name":"postcss","duration":349,"timestamp":262433416673,"id":399,"parentId":206,"tags":{},"startTime":1740201612236,"traceId":"151cdb66ad8ebd56"},{"name":"next-font-loader","duration":1377431,"timestamp":262432039618,"id":206,"parentId":203,"tags":{},"startTime":1740201610859,"traceId":"151cdb66ad8ebd56"},{"name":"css-loader","duration":634,"timestamp":262433417039,"id":400,"parentId":203,"tags":{"astUsed":"true"},"startTime":1740201612236,"traceId":"151cdb66ad8ebd56"},{"name":"build-module","duration":1392122,"timestamp":262432025677,"id":203,"parentId":91,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.jsx\",\"import\":\"Geist\",\"arguments\":[{\"variable\":\"--font-geist-sans\",\"subsets\":[\"latin\"]}],\"variableName\":\"geistSans\"}","layer":"rsc"},"startTime":1740201610845,"traceId":"151cdb66ad8ebd56"},{"name":"add-entry","duration":1802556,"timestamp":262431615345,"id":20,"parentId":18,"tags":{"request":"next-app-loader?page=%2F_not-found%2Fpage&name=app%2F_not-found%2Fpage&pagePath=next%2Fdist%2Fclient%2Fcomponents%2Fnot-found-error&appDir=%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fsrc%2Fapp&appPaths=next%2Fdist%2Fclient%2Fcomponents%2Fnot-found-error&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1740201610434,"traceId":"151cdb66ad8ebd56"},{"name":"add-entry","duration":1802405,"timestamp":262431615504,"id":32,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fpage&name=app%2Fpage&pagePath=private-next-app-dir%2Fpage.jsx&appDir=%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1740201610435,"traceId":"151cdb66ad8ebd56"},{"name":"build-module","duration":1043,"timestamp":262433475028,"id":455,"parentId":16,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?server=true!","layer":"ssr"},"startTime":1740201612294,"traceId":"151cdb66ad8ebd56"},{"name":"build-module","duration":60,"timestamp":262433476095,"id":456,"parentId":16,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?server=true!","layer":"rsc"},"startTime":1740201612295,"traceId":"151cdb66ad8ebd56"},{"name":"build-module","duration":444,"timestamp":262433476165,"id":457,"parentId":16,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.jsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Geist%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22variable%5C%22%3A%5C%22--font-geist-sans%5C%22%2C%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22geistSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.jsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Geist_Mono%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22variable%5C%22%3A%5C%22--font-geist-mono%5C%22%2C%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22geistMono%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fsrc%2Fapp%2Fglobals.css%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fsrc%2Fcomponents%2Fui%2Ftoaster.jsx%22%2C%22ids%22%3A%5B%22Toaster%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fsrc%2Fcontext%2Fdatabase-context.js%22%2C%22ids%22%3A%5B%22DatabaseProvider%22%5D%7D&server=true!","layer":"ssr"},"startTime":1740201612295,"traceId":"151cdb66ad8ebd56"},{"name":"build-module","duration":204,"timestamp":262433476617,"id":458,"parentId":16,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.jsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Geist%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22variable%5C%22%3A%5C%22--font-geist-sans%5C%22%2C%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22geistSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.jsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Geist_Mono%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22variable%5C%22%3A%5C%22--font-geist-mono%5C%22%2C%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22geistMono%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fsrc%2Fapp%2Fglobals.css%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fsrc%2Fcomponents%2Fui%2Ftoaster.jsx%22%2C%22ids%22%3A%5B%22Toaster%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fsrc%2Fcontext%2Fdatabase-context.js%22%2C%22ids%22%3A%5B%22DatabaseProvider%22%5D%7D&server=true!","layer":"rsc"},"startTime":1740201612296,"traceId":"151cdb66ad8ebd56"},{"name":"build-module","duration":194,"timestamp":262433476827,"id":459,"parentId":16,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-segment.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fhttp-access-fallback%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fnode_modules%2Fnext%2Fdist%2Flib%2Fmetadata%2Fmetadata-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"ssr"},"startTime":1740201612296,"traceId":"151cdb66ad8ebd56"},{"name":"build-module","duration":234,"timestamp":262433477027,"id":460,"parentId":16,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-segment.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fhttp-access-fallback%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fnode_modules%2Fnext%2Fdist%2Flib%2Fmetadata%2Fmetadata-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"rsc"},"startTime":1740201612296,"traceId":"151cdb66ad8ebd56"},{"name":"build-module","duration":66,"timestamp":262433477267,"id":461,"parentId":16,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fsrc%2Fapp%2Fpage.jsx%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"ssr"},"startTime":1740201612296,"traceId":"151cdb66ad8ebd56"},{"name":"build-module","duration":56,"timestamp":262433477338,"id":462,"parentId":16,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fsrc%2Fapp%2Fpage.jsx%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"rsc"},"startTime":1740201612296,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-jsx","duration":2694,"timestamp":262433481051,"id":463,"parentId":461,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/app/page.jsx","layer":"ssr"},"startTime":1740201612300,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-jsx","duration":2095,"timestamp":262433489126,"id":465,"parentId":457,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/ui/toaster.jsx","layer":"ssr"},"startTime":1740201612308,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":2652,"timestamp":262433489202,"id":467,"parentId":459,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/client-page.js","layer":"ssr"},"startTime":1740201612308,"traceId":"151cdb66ad8ebd56"}]
5
- [{"name":"build-module-js","duration":5284,"timestamp":262433489221,"id":468,"parentId":459,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/client-segment.js","layer":"ssr"},"startTime":1740201612308,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":6042,"timestamp":262433489180,"id":466,"parentId":459,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/error-boundary.js","layer":"ssr"},"startTime":1740201612308,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":6373,"timestamp":262433489255,"id":470,"parentId":459,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/render-from-template-context.js","layer":"ssr"},"startTime":1740201612308,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":8529,"timestamp":262433488747,"id":464,"parentId":457,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/context/database-context.js","layer":"ssr"},"startTime":1740201612308,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":9639,"timestamp":262433489238,"id":469,"parentId":459,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/layout-router.js","layer":"ssr"},"startTime":1740201612308,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":7027,"timestamp":262433492571,"id":471,"parentId":459,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js","layer":"ssr"},"startTime":1740201612312,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":5547,"timestamp":262433501158,"id":472,"parentId":459,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/lib/metadata/metadata-boundary.js","layer":"ssr"},"startTime":1740201612320,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":2141,"timestamp":262433508530,"id":474,"parentId":467,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/request/search-params.js","layer":"ssr"},"startTime":1740201612328,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":3240,"timestamp":262433508590,"id":475,"parentId":467,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/request/params.js","layer":"ssr"},"startTime":1740201612328,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":5727,"timestamp":262433508449,"id":473,"parentId":467,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/invariant-error.js","layer":"ssr"},"startTime":1740201612328,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":1289,"timestamp":262433514730,"id":476,"parentId":466,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@swc/helpers/esm/_interop_require_default.js","layer":"ssr"},"startTime":1740201612334,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":4657,"timestamp":262433514981,"id":478,"parentId":471,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/utils/warn-once.js","layer":"ssr"},"startTime":1740201612334,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":5095,"timestamp":262433514922,"id":477,"parentId":471,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/http-access-fallback/http-access-fallback.js","layer":"ssr"},"startTime":1740201612334,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":751,"timestamp":262433520182,"id":479,"parentId":472,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/lib/metadata/metadata-constants.js","layer":"ssr"},"startTime":1740201612339,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":1580,"timestamp":262433525074,"id":481,"parentId":474,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/dynamic-rendering-utils.js","layer":"ssr"},"startTime":1740201612344,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":2019,"timestamp":262433525252,"id":482,"parentId":474,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/create-deduped-by-callsite-server-error-logger.js","layer":"ssr"},"startTime":1740201612344,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":2341,"timestamp":262433525305,"id":483,"parentId":474,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/lib/scheduler.js","layer":"ssr"},"startTime":1740201612344,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":3704,"timestamp":262433525358,"id":484,"parentId":474,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/app-render/dynamic-rendering.js","layer":"ssr"},"startTime":1740201612344,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":4292,"timestamp":262433525405,"id":485,"parentId":474,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/request/utils.js","layer":"ssr"},"startTime":1740201612344,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":4441,"timestamp":262433525452,"id":486,"parentId":474,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/web/spec-extension/adapters/reflect.js","layer":"ssr"},"startTime":1740201612345,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":6128,"timestamp":262433525565,"id":490,"parentId":469,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/unresolved-thenable.js","layer":"ssr"},"startTime":1740201612345,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":6443,"timestamp":262433525506,"id":487,"parentId":466,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/navigation-untracked.js","layer":"ssr"},"startTime":1740201612345,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":6582,"timestamp":262433525529,"id":488,"parentId":466,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/is-next-router-error.js","layer":"ssr"},"startTime":1740201612345,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":6833,"timestamp":262433525546,"id":489,"parentId":466,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/nav-failure-handler.js","layer":"ssr"},"startTime":1740201612345,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":6959,"timestamp":262433525636,"id":491,"parentId":469,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/match-segments.js","layer":"ssr"},"startTime":1740201612345,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":7041,"timestamp":262433525684,"id":493,"parentId":469,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/handle-smooth-scroll.js","layer":"ssr"},"startTime":1740201612345,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":7435,"timestamp":262433525668,"id":492,"parentId":469,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/redirect-boundary.js","layer":"ssr"},"startTime":1740201612345,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":19137,"timestamp":262433520289,"id":480,"parentId":470,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@swc/helpers/esm/_interop_require_wildcard.js","layer":"ssr"},"startTime":1740201612339,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":3360,"timestamp":262433538548,"id":496,"parentId":469,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/reducers/get-segment-value.js","layer":"ssr"},"startTime":1740201612358,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":3621,"timestamp":262433538569,"id":497,"parentId":469,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/reducers/has-interception-route-in-current-tree.js","layer":"ssr"},"startTime":1740201612358,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":3929,"timestamp":262433538523,"id":495,"parentId":469,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/create-router-cache-key.js","layer":"ssr"},"startTime":1740201612358,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":6954,"timestamp":262433538439,"id":494,"parentId":469,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/fetch-server-response.js","layer":"ssr"},"startTime":1740201612358,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":6589,"timestamp":262433541057,"id":498,"parentId":484,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/hooks-server-context.js","layer":"ssr"},"startTime":1740201612360,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":6716,"timestamp":262433541145,"id":499,"parentId":484,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/static-generation-bailout.js","layer":"ssr"},"startTime":1740201612360,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":553,"timestamp":262433548669,"id":509,"parentId":497,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/lib/interception-routes.js","layer":"ssr"},"startTime":1740201612368,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":1144,"timestamp":262433548269,"id":506,"parentId":489,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/create-href-from-url.js","layer":"ssr"},"startTime":1740201612367,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":1669,"timestamp":262433548110,"id":502,"parentId":488,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/redirect-error.js","layer":"ssr"},"startTime":1740201612367,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":8837,"timestamp":262433541170,"id":500,"parentId":467,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react-jsx-runtime.js","layer":"ssr"},"startTime":1740201612360,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":8865,"timestamp":262433541228,"id":501,"parentId":466,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react.js","layer":"ssr"},"startTime":1740201612360,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":5119,"timestamp":262433548252,"id":505,"parentId":492,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/redirect.js","layer":"ssr"},"startTime":1740201612367,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":4981,"timestamp":262433548650,"id":508,"parentId":494,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/app-router-headers.js","layer":"ssr"},"startTime":1740201612368,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":5165,"timestamp":262433548624,"id":507,"parentId":495,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/segment.js","layer":"ssr"},"startTime":1740201612368,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":6022,"timestamp":262433548231,"id":504,"parentId":492,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/navigation.js","layer":"ssr"},"startTime":1740201612367,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":8300,"timestamp":262433548176,"id":503,"parentId":491,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/app-render/get-segment-param.js","layer":"ssr"},"startTime":1740201612367,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":1962,"timestamp":262433554994,"id":511,"parentId":494,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/flight-data-helpers.js","layer":"ssr"},"startTime":1740201612374,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":2279,"timestamp":262433557255,"id":517,"parentId":500,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/route-modules/app-page/module.compiled.js","layer":"ssr"},"startTime":1740201612376,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":5585,"timestamp":262433555018,"id":512,"parentId":494,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/app-find-source-map-url.js","layer":"ssr"},"startTime":1740201612374,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":5854,"timestamp":262433555038,"id":513,"parentId":494,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/app-build-id.js","layer":"ssr"},"startTime":1740201612374,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":8972,"timestamp":262433555055,"id":514,"parentId":494,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/hash.js","layer":"ssr"},"startTime":1740201612374,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":9396,"timestamp":262433554932,"id":510,"parentId":494,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/app-call-server.js","layer":"ssr"},"startTime":1740201612374,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":9486,"timestamp":262433555070,"id":515,"parentId":494,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/router-reducer-types.js","layer":"ssr"},"startTime":1740201612374,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":7953,"timestamp":262433557157,"id":516,"parentId":509,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/app-paths.js","layer":"ssr"},"startTime":1740201612376,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-jsx","duration":9935,"timestamp":262433557365,"id":519,"parentId":463,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/sidebar.jsx","layer":"ssr"},"startTime":1740201612376,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-jsx","duration":11189,"timestamp":262433557317,"id":518,"parentId":463,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/sql-editor.jsx","layer":"ssr"},"startTime":1740201612376,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-jsx","duration":13051,"timestamp":262433557408,"id":520,"parentId":463,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/table-view.jsx","layer":"ssr"},"startTime":1740201612376,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":5427,"timestamp":262433571028,"id":522,"parentId":502,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/redirect-status-code.js","layer":"ssr"},"startTime":1740201612390,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":24609,"timestamp":262433557452,"id":521,"parentId":469,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react-dom.js","layer":"ssr"},"startTime":1740201612377,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":3633,"timestamp":262433578619,"id":523,"parentId":516,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","layer":"ssr"},"startTime":1740201612398,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":2902,"timestamp":262433582661,"id":526,"parentId":504,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/bailout-to-client-rendering.js","layer":"ssr"},"startTime":1740201612402,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":3598,"timestamp":262433582549,"id":524,"parentId":518,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/lib/parse-sql-error.js","layer":"ssr"},"startTime":1740201612402,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":3823,"timestamp":262433582635,"id":525,"parentId":504,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/navigation.react-server.js","layer":"ssr"},"startTime":1740201612402,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":5583,"timestamp":262433583614,"id":527,"parentId":464,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/lib/request-deduplication.js","layer":"ssr"},"startTime":1740201612403,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":11746,"timestamp":262433583713,"id":528,"parentId":470,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/app-router-context.js","layer":"ssr"},"startTime":1740201612403,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":2079,"timestamp":262433594294,"id":531,"parentId":524,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/lib/sql-error-types.js","layer":"ssr"},"startTime":1740201612413,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":6901,"timestamp":262433591079,"id":530,"parentId":494,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react-server-dom-webpack-client-edge.js","layer":"ssr"},"startTime":1740201612410,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":7105,"timestamp":262433590972,"id":529,"parentId":487,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/hooks-client-context.js","layer":"ssr"},"startTime":1740201612410,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":2443,"timestamp":262433596602,"id":532,"parentId":525,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/not-found.js","layer":"ssr"},"startTime":1740201612416,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":2825,"timestamp":262433596682,"id":533,"parentId":525,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/forbidden.js","layer":"ssr"},"startTime":1740201612416,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":2967,"timestamp":262433596709,"id":534,"parentId":525,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/unauthorized.js","layer":"ssr"},"startTime":1740201612416,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":3127,"timestamp":262433596729,"id":535,"parentId":525,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/unstable-rethrow.js","layer":"ssr"},"startTime":1740201612416,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-jsx","duration":3351,"timestamp":262433598168,"id":536,"parentId":465,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/ui/toast.jsx","layer":"ssr"},"startTime":1740201612417,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":2819,"timestamp":262433600401,"id":537,"parentId":526,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","layer":"ssr"},"startTime":1740201612419,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":1958,"timestamp":262433601815,"id":538,"parentId":464,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/hooks/use-toast.js","layer":"ssr"},"startTime":1740201612421,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-jsx","duration":2640,"timestamp":262433607103,"id":540,"parentId":519,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/cloudflare-credentials-modal.jsx","layer":"ssr"},"startTime":1740201612426,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-jsx","duration":4644,"timestamp":262433607171,"id":541,"parentId":519,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/environment-select.jsx","layer":"ssr"},"startTime":1740201612426,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-jsx","duration":4750,"timestamp":262433607350,"id":545,"parentId":520,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/delete-records-dialog.jsx","layer":"ssr"},"startTime":1740201612426,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-jsx","duration":5315,"timestamp":262433607264,"id":543,"parentId":520,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/editable-cell.jsx","layer":"ssr"},"startTime":1740201612426,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-jsx","duration":5438,"timestamp":262433607392,"id":546,"parentId":520,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/table-error-dialog.jsx","layer":"ssr"},"startTime":1740201612426,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-jsx","duration":6204,"timestamp":262433607219,"id":542,"parentId":519,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/environment-handler.jsx","layer":"ssr"},"startTime":1740201612426,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-jsx","duration":6930,"timestamp":262433607307,"id":544,"parentId":520,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/table-toolbar.jsx","layer":"ssr"},"startTime":1740201612426,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":9084,"timestamp":262433605719,"id":539,"parentId":504,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/server-inserted-html.js","layer":"ssr"},"startTime":1740201612425,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-jsx","duration":7750,"timestamp":262433607434,"id":547,"parentId":520,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/resize-columns.jsx","layer":"ssr"},"startTime":1740201612427,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-jsx","duration":8144,"timestamp":262433607477,"id":548,"parentId":518,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/query-results.jsx","layer":"ssr"},"startTime":1740201612427,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-jsx","duration":8727,"timestamp":262433607520,"id":549,"parentId":520,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/editable-row.jsx","layer":"ssr"},"startTime":1740201612427,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":18917,"timestamp":262433608540,"id":550,"parentId":535,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/lib/router-utils/is-postpone.js","layer":"ssr"},"startTime":1740201612428,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-jsx","duration":2953,"timestamp":262433626824,"id":552,"parentId":520,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/column-sorting.jsx","layer":"ssr"},"startTime":1740201612446,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":5822,"timestamp":262433626505,"id":551,"parentId":535,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/export/helpers/is-dynamic-usage-error.js","layer":"ssr"},"startTime":1740201612446,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-jsx","duration":3768,"timestamp":262433636710,"id":553,"parentId":519,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/ui/input.jsx","layer":"ssr"},"startTime":1740201612456,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-jsx","duration":2222,"timestamp":262433641915,"id":554,"parentId":520,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/ui/checkbox.jsx","layer":"ssr"},"startTime":1740201612461,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-jsx","duration":2276,"timestamp":262433642048,"id":556,"parentId":518,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/ui/button.jsx","layer":"ssr"},"startTime":1740201612461,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-jsx","duration":2413,"timestamp":262433642094,"id":557,"parentId":520,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/ui/scroll-area.jsx","layer":"ssr"},"startTime":1740201612461,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-jsx","duration":2897,"timestamp":262433641994,"id":555,"parentId":520,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/ui/table.jsx","layer":"ssr"},"startTime":1740201612461,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-jsx","duration":3001,"timestamp":262433642138,"id":558,"parentId":519,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/ui/alert.jsx","layer":"ssr"},"startTime":1740201612461,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-jsx","duration":3482,"timestamp":262433642179,"id":559,"parentId":518,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/ui/dropdown-menu.jsx","layer":"ssr"},"startTime":1740201612461,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":39478,"timestamp":262433655383,"id":573,"parentId":536,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/lib/utils.js","layer":"ssr"},"startTime":1740201612474,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":52309,"timestamp":262433643241,"id":563,"parentId":540,"tags":{"name":"__barrel_optimize__?names=Loader2!=!/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1740201612462,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":52572,"timestamp":262433643200,"id":561,"parentId":518,"tags":{"name":"__barrel_optimize__?names=ChevronDown,Command,CornerDownLeft,GripHorizontal,Loader2!=!/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1740201612462,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":56721,"timestamp":262433642974,"id":560,"parentId":519,"tags":{"name":"__barrel_optimize__?names=AlertCircle,Loader2,Search,Table2,TerminalSquare!=!/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1740201612462,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":57344,"timestamp":262433643222,"id":562,"parentId":520,"tags":{"name":"__barrel_optimize__?names=AlertCircle,Loader2!=!/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1740201612462,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":57373,"timestamp":262433643259,"id":564,"parentId":541,"tags":{"name":"__barrel_optimize__?names=Download,HardDrive,Loader2,Upload!=!/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1740201612462,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":57361,"timestamp":262433643311,"id":567,"parentId":549,"tags":{"name":"__barrel_optimize__?names=Trash2!=!/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1740201612462,"traceId":"151cdb66ad8ebd56"}]
6
- [{"name":"build-module-js","duration":57639,"timestamp":262433643294,"id":566,"parentId":544,"tags":{"name":"__barrel_optimize__?names=ArrowLeft,ArrowRight,Columns,Loader2,SlidersHorizontal!=!/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1740201612462,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":57698,"timestamp":262433643276,"id":565,"parentId":545,"tags":{"name":"__barrel_optimize__?names=AlertCircle!=!/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1740201612462,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":57711,"timestamp":262433643328,"id":568,"parentId":552,"tags":{"name":"__barrel_optimize__?names=ArrowDown,ArrowUp,ArrowUpDown!=!/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1740201612462,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":57728,"timestamp":262433643346,"id":569,"parentId":536,"tags":{"name":"__barrel_optimize__?names=X!=!/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1740201612462,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":49161,"timestamp":262433652098,"id":570,"parentId":554,"tags":{"name":"__barrel_optimize__?names=Check!=!/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1740201612471,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":49154,"timestamp":262433652164,"id":571,"parentId":559,"tags":{"name":"__barrel_optimize__?names=Check,ChevronRight,Circle!=!/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1740201612471,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-mjs","duration":51979,"timestamp":262433655116,"id":572,"parentId":518,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@monaco-editor/react/dist/index.mjs","layer":"ssr"},"startTime":1740201612474,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-mjs","duration":51551,"timestamp":262433656059,"id":574,"parentId":536,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/class-variance-authority/dist/index.mjs","layer":"ssr"},"startTime":1740201612475,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-jsx","duration":4388,"timestamp":262433708019,"id":578,"parentId":544,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/refresh-button.jsx","layer":"ssr"},"startTime":1740201612527,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-jsx","duration":5102,"timestamp":262433707917,"id":576,"parentId":542,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/pull-preview-toast.jsx","layer":"ssr"},"startTime":1740201612527,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-jsx","duration":5514,"timestamp":262433707967,"id":577,"parentId":544,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/column-selector.jsx","layer":"ssr"},"startTime":1740201612527,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-jsx","duration":6499,"timestamp":262433707815,"id":575,"parentId":542,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/push-preview-toast.jsx","layer":"ssr"},"startTime":1740201612527,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-jsx","duration":6481,"timestamp":262433708132,"id":580,"parentId":544,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/sync-migrations-button.jsx","layer":"ssr"},"startTime":1740201612527,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-jsx","duration":7290,"timestamp":262433708064,"id":579,"parentId":544,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/download-button.jsx","layer":"ssr"},"startTime":1740201612527,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":14546,"timestamp":262433715856,"id":581,"parentId":561,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/command.js","layer":"ssr"},"startTime":1740201612535,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":14577,"timestamp":262433715978,"id":584,"parentId":561,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/grip-horizontal.js","layer":"ssr"},"startTime":1740201612535,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":14683,"timestamp":262433715959,"id":583,"parentId":563,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/loader-circle.js","layer":"ssr"},"startTime":1740201612535,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":14794,"timestamp":262433715933,"id":582,"parentId":561,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/corner-down-left.js","layer":"ssr"},"startTime":1740201612535,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":14745,"timestamp":262433716058,"id":588,"parentId":560,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/table-2.js","layer":"ssr"},"startTime":1740201612535,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":14865,"timestamp":262433716022,"id":586,"parentId":560,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/square-terminal.js","layer":"ssr"},"startTime":1740201612535,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":14949,"timestamp":262433716004,"id":585,"parentId":561,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/chevron-down.js","layer":"ssr"},"startTime":1740201612535,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":15012,"timestamp":262433716041,"id":587,"parentId":560,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/circle-alert.js","layer":"ssr"},"startTime":1740201612535,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":15021,"timestamp":262433716109,"id":591,"parentId":564,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/upload.js","layer":"ssr"},"startTime":1740201612535,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":15112,"timestamp":262433716091,"id":590,"parentId":564,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/download.js","layer":"ssr"},"startTime":1740201612535,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":15194,"timestamp":262433716074,"id":589,"parentId":560,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/search.js","layer":"ssr"},"startTime":1740201612535,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":15241,"timestamp":262433716125,"id":592,"parentId":567,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/trash-2.js","layer":"ssr"},"startTime":1740201612535,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":15420,"timestamp":262433716142,"id":593,"parentId":564,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/hard-drive.js","layer":"ssr"},"startTime":1740201612535,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":15554,"timestamp":262433716190,"id":596,"parentId":566,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/columns-2.js","layer":"ssr"},"startTime":1740201612535,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":15710,"timestamp":262433716158,"id":594,"parentId":566,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/arrow-right.js","layer":"ssr"},"startTime":1740201612535,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":15787,"timestamp":262433716174,"id":595,"parentId":568,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/arrow-down.js","layer":"ssr"},"startTime":1740201612535,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":15892,"timestamp":262433716205,"id":597,"parentId":566,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/sliders-horizontal.js","layer":"ssr"},"startTime":1740201612535,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":15948,"timestamp":262433716254,"id":600,"parentId":568,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/arrow-up.js","layer":"ssr"},"startTime":1740201612535,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":17500,"timestamp":262433716221,"id":598,"parentId":566,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/arrow-left.js","layer":"ssr"},"startTime":1740201612535,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":17655,"timestamp":262433716238,"id":599,"parentId":570,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/check.js","layer":"ssr"},"startTime":1740201612535,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":17718,"timestamp":262433716270,"id":601,"parentId":568,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/arrow-up-down.js","layer":"ssr"},"startTime":1740201612535,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":17777,"timestamp":262433716286,"id":602,"parentId":569,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/x.js","layer":"ssr"},"startTime":1740201612535,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":17828,"timestamp":262433716303,"id":603,"parentId":571,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/circle.js","layer":"ssr"},"startTime":1740201612535,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":17876,"timestamp":262433716318,"id":604,"parentId":571,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/chevron-right.js","layer":"ssr"},"startTime":1740201612535,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":3217,"timestamp":262433735678,"id":607,"parentId":577,"tags":{"name":"__barrel_optimize__?names=Columns!=!/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1740201612555,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":3384,"timestamp":262433735575,"id":605,"parentId":578,"tags":{"name":"__barrel_optimize__?names=Loader2,RefreshCw!=!/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1740201612555,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":3340,"timestamp":262433735700,"id":608,"parentId":575,"tags":{"name":"__barrel_optimize__?names=Loader2,X!=!/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1740201612555,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":3491,"timestamp":262433735649,"id":606,"parentId":576,"tags":{"name":"__barrel_optimize__?names=FileText,Loader2!=!/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1740201612555,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":3484,"timestamp":262433735721,"id":609,"parentId":580,"tags":{"name":"__barrel_optimize__?names=FolderSync,Loader2!=!/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1740201612555,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":3556,"timestamp":262433735740,"id":610,"parentId":579,"tags":{"name":"__barrel_optimize__?names=Download,FileCode,FileJson,FileSpreadsheet,Loader2!=!/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1740201612555,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-jsx","duration":3651,"timestamp":262433742563,"id":612,"parentId":540,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/ui/dialog.jsx","layer":"ssr"},"startTime":1740201612562,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-jsx","duration":3188,"timestamp":262433745084,"id":613,"parentId":544,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/ui/tooltip.jsx","layer":"ssr"},"startTime":1740201612564,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-jsx","duration":3701,"timestamp":262433745179,"id":614,"parentId":541,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/ui/select.jsx","layer":"ssr"},"startTime":1740201612564,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":3870,"timestamp":262433745226,"id":615,"parentId":581,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/createLucideIcon.js","layer":"ssr"},"startTime":1740201612564,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":4402,"timestamp":262433746394,"id":616,"parentId":610,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/file-code.js","layer":"ssr"},"startTime":1740201612565,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":4438,"timestamp":262433746466,"id":617,"parentId":606,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/file-text.js","layer":"ssr"},"startTime":1740201612566,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":4477,"timestamp":262433746517,"id":618,"parentId":609,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/folder-sync.js","layer":"ssr"},"startTime":1740201612566,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":4530,"timestamp":262433746543,"id":619,"parentId":605,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/refresh-cw.js","layer":"ssr"},"startTime":1740201612566,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":4740,"timestamp":262433746587,"id":621,"parentId":610,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/file-spreadsheet.js","layer":"ssr"},"startTime":1740201612566,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":4843,"timestamp":262433746567,"id":620,"parentId":610,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/file-json.js","layer":"ssr"},"startTime":1740201612566,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-mjs","duration":17870,"timestamp":262433735758,"id":611,"parentId":536,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-toast/dist/index.mjs","layer":"ssr"},"startTime":1740201612555,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":1293,"timestamp":262433755783,"id":622,"parentId":614,"tags":{"name":"__barrel_optimize__?names=Check,ChevronDown,ChevronUp!=!/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1740201612575,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":1423,"timestamp":262433757459,"id":626,"parentId":615,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/Icon.js","layer":"ssr"},"startTime":1740201612577,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-mjs","duration":9525,"timestamp":262433757364,"id":624,"parentId":559,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-dropdown-menu/dist/index.mjs","layer":"ssr"},"startTime":1740201612576,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-mjs","duration":10906,"timestamp":262433757295,"id":623,"parentId":554,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-checkbox/dist/index.mjs","layer":"ssr"},"startTime":1740201612576,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":5758,"timestamp":262433763452,"id":628,"parentId":622,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/chevron-up.js","layer":"ssr"},"startTime":1740201612583,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":6232,"timestamp":262433763562,"id":629,"parentId":615,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/shared/src/utils.js","layer":"ssr"},"startTime":1740201612583,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-mjs","duration":11639,"timestamp":262433758997,"id":627,"parentId":556,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-slot/dist/index.mjs","layer":"ssr"},"startTime":1740201612578,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-mjs","duration":16278,"timestamp":262433757412,"id":625,"parentId":557,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-scroll-area/dist/index.mjs","layer":"ssr"},"startTime":1740201612576,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":1991,"timestamp":262433774192,"id":632,"parentId":626,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/defaultAttributes.js","layer":"ssr"},"startTime":1740201612593,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-mjs","duration":10959,"timestamp":262433768455,"id":630,"parentId":573,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/clsx/dist/clsx.mjs","layer":"ssr"},"startTime":1740201612588,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-mjs","duration":10274,"timestamp":262433774010,"id":631,"parentId":573,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/tailwind-merge/dist/bundle-mjs.mjs","layer":"ssr"},"startTime":1740201612593,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-mjs","duration":7565,"timestamp":262433793329,"id":634,"parentId":612,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-dialog/dist/index.mjs","layer":"ssr"},"startTime":1740201612612,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":6244,"timestamp":262433795016,"id":636,"parentId":572,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@monaco-editor/loader/lib/es/index.js","layer":"ssr"},"startTime":1740201612614,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-mjs","duration":13235,"timestamp":262433793238,"id":633,"parentId":613,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-tooltip/dist/index.mjs","layer":"ssr"},"startTime":1740201612612,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-mjs","duration":10466,"timestamp":262433797723,"id":639,"parentId":611,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-context/dist/index.mjs","layer":"ssr"},"startTime":1740201612617,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-mjs","duration":10840,"timestamp":262433797565,"id":637,"parentId":611,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/primitive/dist/index.mjs","layer":"ssr"},"startTime":1740201612617,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-mjs","duration":11367,"timestamp":262433797940,"id":644,"parentId":611,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-primitive/dist/index.mjs","layer":"ssr"},"startTime":1740201612617,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-mjs","duration":11561,"timestamp":262433797981,"id":645,"parentId":611,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-use-callback-ref/dist/index.mjs","layer":"ssr"},"startTime":1740201612617,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-mjs","duration":12201,"timestamp":262433797669,"id":638,"parentId":611,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-compose-refs/dist/index.mjs","layer":"ssr"},"startTime":1740201612617,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-mjs","duration":21598,"timestamp":262433793777,"id":635,"parentId":614,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-select/dist/index.mjs","layer":"ssr"},"startTime":1740201612613,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-mjs","duration":18128,"timestamp":262433797857,"id":642,"parentId":611,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-portal/dist/index.mjs","layer":"ssr"},"startTime":1740201612617,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-mjs","duration":18795,"timestamp":262433797768,"id":640,"parentId":611,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-collection/dist/index.mjs","layer":"ssr"},"startTime":1740201612617,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-mjs","duration":18699,"timestamp":262433799068,"id":646,"parentId":611,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-use-controllable-state/dist/index.mjs","layer":"ssr"},"startTime":1740201612618,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-mjs","duration":20538,"timestamp":262433797899,"id":643,"parentId":611,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-presence/dist/index.mjs","layer":"ssr"},"startTime":1740201612617,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-mjs","duration":21888,"timestamp":262433797814,"id":641,"parentId":611,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-dismissable-layer/dist/index.mjs","layer":"ssr"},"startTime":1740201612617,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-mjs","duration":20879,"timestamp":262433799158,"id":647,"parentId":611,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-visually-hidden/dist/index.mjs","layer":"ssr"},"startTime":1740201612618,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-mjs","duration":21010,"timestamp":262433799210,"id":648,"parentId":611,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-use-layout-effect/dist/index.mjs","layer":"ssr"},"startTime":1740201612618,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-mjs","duration":13178,"timestamp":262433834744,"id":649,"parentId":624,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-id/dist/index.mjs","layer":"ssr"},"startTime":1740201612654,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-mjs","duration":13447,"timestamp":262433834850,"id":650,"parentId":623,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-use-size/dist/index.mjs","layer":"ssr"},"startTime":1740201612654,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-mjs","duration":13497,"timestamp":262433834939,"id":652,"parentId":623,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-use-previous/dist/index.mjs","layer":"ssr"},"startTime":1740201612654,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-mjs","duration":15617,"timestamp":262433835259,"id":653,"parentId":625,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-direction/dist/index.mjs","layer":"ssr"},"startTime":1740201612654,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":16522,"timestamp":262433835308,"id":654,"parentId":636,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@monaco-editor/loader/lib/es/loader/index.js","layer":"ssr"},"startTime":1740201612654,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-mjs","duration":16257,"timestamp":262433837347,"id":655,"parentId":625,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/number/dist/index.mjs","layer":"ssr"},"startTime":1740201612656,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-mjs","duration":22163,"timestamp":262433834897,"id":651,"parentId":624,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-menu/dist/index.mjs","layer":"ssr"},"startTime":1740201612654,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":11633,"timestamp":262433868018,"id":656,"parentId":654,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@monaco-editor/loader/lib/es/_virtual/_rollupPluginBabelHelpers.js","layer":"ssr"},"startTime":1740201612687,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":11845,"timestamp":262433868220,"id":658,"parentId":654,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@monaco-editor/loader/lib/es/validators/index.js","layer":"ssr"},"startTime":1740201612687,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":11946,"timestamp":262433868405,"id":661,"parentId":654,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@monaco-editor/loader/lib/es/utils/makeCancelable.js","layer":"ssr"},"startTime":1740201612687,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":12574,"timestamp":262433868129,"id":657,"parentId":654,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@monaco-editor/loader/lib/es/config/index.js","layer":"ssr"},"startTime":1740201612687,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":12596,"timestamp":262433868354,"id":660,"parentId":654,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@monaco-editor/loader/lib/es/utils/deepMerge.js","layer":"ssr"},"startTime":1740201612687,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":12885,"timestamp":262433868300,"id":659,"parentId":654,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@monaco-editor/loader/lib/es/utils/compose.js","layer":"ssr"},"startTime":1740201612687,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":2493,"timestamp":262433890254,"id":665,"parentId":658,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@monaco-editor/loader/lib/es/utils/isObject.js","layer":"ssr"},"startTime":1740201612709,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":3169,"timestamp":262433890145,"id":664,"parentId":658,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@monaco-editor/loader/lib/es/utils/curry.js","layer":"ssr"},"startTime":1740201612709,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-mjs","duration":7227,"timestamp":262433890017,"id":663,"parentId":634,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-focus-guards/dist/index.mjs","layer":"ssr"},"startTime":1740201612709,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-mjs","duration":9748,"timestamp":262433889807,"id":662,"parentId":634,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-focus-scope/dist/index.mjs","layer":"ssr"},"startTime":1740201612709,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-mjs","duration":14566,"timestamp":262433891263,"id":667,"parentId":641,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-use-escape-keydown/dist/index.mjs","layer":"ssr"},"startTime":1740201612710,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-mjs","duration":16507,"timestamp":262433890929,"id":666,"parentId":633,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-popper/dist/index.mjs","layer":"ssr"},"startTime":1740201612710,"traceId":"151cdb66ad8ebd56"}]
7
- [{"name":"build-module-js","duration":9603,"timestamp":262433899936,"id":668,"parentId":634,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/aria-hidden/dist/es2015/index.js","layer":"ssr"},"startTime":1740201612719,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":9857,"timestamp":262433900106,"id":669,"parentId":634,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/react-remove-scroll/dist/es2015/index.js","layer":"ssr"},"startTime":1740201612719,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":929,"timestamp":262433916269,"id":671,"parentId":669,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/react-remove-scroll/dist/es2015/Combination.js","layer":"ssr"},"startTime":1740201612735,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-mjs","duration":3631,"timestamp":262433916092,"id":670,"parentId":651,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-roving-focus/dist/index.mjs","layer":"ssr"},"startTime":1740201612735,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":3381,"timestamp":262433917601,"id":672,"parentId":654,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/state-local/lib/es/state-local.js","layer":"ssr"},"startTime":1740201612737,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":4009,"timestamp":262433919949,"id":674,"parentId":671,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/react-remove-scroll/dist/es2015/sidecar.js","layer":"ssr"},"startTime":1740201612739,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":4442,"timestamp":262433919868,"id":673,"parentId":671,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/react-remove-scroll/dist/es2015/UI.js","layer":"ssr"},"startTime":1740201612739,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-mjs","duration":1334,"timestamp":262433927451,"id":675,"parentId":666,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-arrow/dist/index.mjs","layer":"ssr"},"startTime":1740201612747,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":1460,"timestamp":262433928324,"id":677,"parentId":674,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/react-remove-scroll/dist/es2015/medium.js","layer":"ssr"},"startTime":1740201612747,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":2180,"timestamp":262433928252,"id":676,"parentId":674,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/react-remove-scroll/dist/es2015/SideEffect.js","layer":"ssr"},"startTime":1740201612747,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-mjs","duration":3874,"timestamp":262433931739,"id":678,"parentId":666,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.mjs","layer":"ssr"},"startTime":1740201612751,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":3050,"timestamp":262433934056,"id":680,"parentId":676,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/react-remove-scroll/dist/es2015/handleScroll.js","layer":"ssr"},"startTime":1740201612753,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":3478,"timestamp":262433933927,"id":679,"parentId":676,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js","layer":"ssr"},"startTime":1740201612753,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-mjs","duration":4559,"timestamp":262433939627,"id":681,"parentId":671,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/tslib/tslib.es6.mjs","layer":"ssr"},"startTime":1740201612759,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":4908,"timestamp":262433940920,"id":682,"parentId":674,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/use-sidecar/dist/es2015/index.js","layer":"ssr"},"startTime":1740201612760,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":1760,"timestamp":262433944229,"id":683,"parentId":673,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/use-callback-ref/dist/es2015/index.js","layer":"ssr"},"startTime":1740201612763,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":1271,"timestamp":262433944860,"id":684,"parentId":673,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/react-remove-scroll-bar/dist/es2015/constants.js","layer":"ssr"},"startTime":1740201612764,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":1773,"timestamp":262433944927,"id":685,"parentId":676,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/react-remove-scroll-bar/dist/es2015/index.js","layer":"ssr"},"startTime":1740201612764,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":2134,"timestamp":262433952456,"id":686,"parentId":676,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/react-style-singleton/dist/es2015/index.js","layer":"ssr"},"startTime":1740201612772,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":1951,"timestamp":262433953059,"id":688,"parentId":682,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/use-sidecar/dist/es2015/hook.js","layer":"ssr"},"startTime":1740201612772,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":2089,"timestamp":262433953195,"id":691,"parentId":682,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/use-sidecar/dist/es2015/renderProp.js","layer":"ssr"},"startTime":1740201612772,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":2196,"timestamp":262433953236,"id":692,"parentId":682,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/use-sidecar/dist/es2015/exports.js","layer":"ssr"},"startTime":1740201612772,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":2558,"timestamp":262433952998,"id":687,"parentId":682,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/use-sidecar/dist/es2015/hoc.js","layer":"ssr"},"startTime":1740201612772,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":2917,"timestamp":262433953279,"id":693,"parentId":683,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/use-callback-ref/dist/es2015/assignRef.js","layer":"ssr"},"startTime":1740201612772,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":3043,"timestamp":262433953321,"id":694,"parentId":683,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/use-callback-ref/dist/es2015/useRef.js","layer":"ssr"},"startTime":1740201612772,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":3093,"timestamp":262433953404,"id":696,"parentId":683,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/use-callback-ref/dist/es2015/mergeRef.js","layer":"ssr"},"startTime":1740201612772,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":3252,"timestamp":262433953363,"id":695,"parentId":683,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/use-callback-ref/dist/es2015/createRef.js","layer":"ssr"},"startTime":1740201612772,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":3904,"timestamp":262433953150,"id":690,"parentId":682,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/use-sidecar/dist/es2015/medium.js","layer":"ssr"},"startTime":1740201612772,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":4114,"timestamp":262433953106,"id":689,"parentId":682,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/use-sidecar/dist/es2015/config.js","layer":"ssr"},"startTime":1740201612772,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":4786,"timestamp":262433953534,"id":699,"parentId":683,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/use-callback-ref/dist/es2015/transformRef.js","layer":"ssr"},"startTime":1740201612773,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":4947,"timestamp":262433953575,"id":700,"parentId":683,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/use-callback-ref/dist/es2015/refToCallback.js","layer":"ssr"},"startTime":1740201612773,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":5360,"timestamp":262433953449,"id":697,"parentId":683,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/use-callback-ref/dist/es2015/useMergeRef.js","layer":"ssr"},"startTime":1740201612773,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":5478,"timestamp":262433953492,"id":698,"parentId":683,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/use-callback-ref/dist/es2015/useTransformRef.js","layer":"ssr"},"startTime":1740201612773,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":5485,"timestamp":262433953827,"id":701,"parentId":685,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/react-remove-scroll-bar/dist/es2015/component.js","layer":"ssr"},"startTime":1740201612773,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":5619,"timestamp":262433953875,"id":702,"parentId":685,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/react-remove-scroll-bar/dist/es2015/utils.js","layer":"ssr"},"startTime":1740201612773,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-mjs","duration":8775,"timestamp":262433954001,"id":703,"parentId":678,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@floating-ui/dom/dist/floating-ui.dom.mjs","layer":"ssr"},"startTime":1740201612773,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":3612,"timestamp":262433965300,"id":704,"parentId":686,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/react-style-singleton/dist/es2015/component.js","layer":"ssr"},"startTime":1740201612784,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":3605,"timestamp":262433965479,"id":707,"parentId":688,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/use-sidecar/dist/es2015/env.js","layer":"ssr"},"startTime":1740201612785,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":3954,"timestamp":262433965388,"id":705,"parentId":686,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/react-style-singleton/dist/es2015/singleton.js","layer":"ssr"},"startTime":1740201612784,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":4039,"timestamp":262433965435,"id":706,"parentId":686,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/react-style-singleton/dist/es2015/hook.js","layer":"ssr"},"startTime":1740201612785,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-mjs","duration":1664,"timestamp":262433971955,"id":708,"parentId":703,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.mjs","layer":"ssr"},"startTime":1740201612791,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-mjs","duration":3518,"timestamp":262433973652,"id":710,"parentId":703,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@floating-ui/core/dist/floating-ui.core.mjs","layer":"ssr"},"startTime":1740201612793,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-mjs","duration":5678,"timestamp":262433972735,"id":709,"parentId":703,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@floating-ui/utils/dist/floating-ui.utils.mjs","layer":"ssr"},"startTime":1740201612792,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":1171,"timestamp":262433981722,"id":711,"parentId":707,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/detect-node-es/esm/node.js","layer":"ssr"},"startTime":1740201612801,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":1279,"timestamp":262433982150,"id":712,"parentId":705,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/get-nonce/dist/es2015/index.js","layer":"ssr"},"startTime":1740201612801,"traceId":"151cdb66ad8ebd56"},{"name":"make","duration":2369864,"timestamp":262431615024,"id":18,"parentId":16,"tags":{},"startTime":1740201610434,"traceId":"151cdb66ad8ebd56"},{"name":"get-entries","duration":569,"timestamp":262433985514,"id":714,"parentId":713,"tags":{},"startTime":1740201612805,"traceId":"151cdb66ad8ebd56"},{"name":"node-file-trace-plugin","duration":108770,"timestamp":262433987950,"id":715,"parentId":713,"tags":{"traceEntryCount":"28"},"startTime":1740201612807,"traceId":"151cdb66ad8ebd56"},{"name":"collect-traced-files","duration":697,"timestamp":262434096735,"id":716,"parentId":713,"tags":{},"startTime":1740201612916,"traceId":"151cdb66ad8ebd56"},{"name":"finish-modules","duration":112012,"timestamp":262433985425,"id":713,"parentId":17,"tags":{},"startTime":1740201612805,"traceId":"151cdb66ad8ebd56"},{"name":"chunk-graph","duration":11016,"timestamp":262434123110,"id":718,"parentId":717,"tags":{},"startTime":1740201612942,"traceId":"151cdb66ad8ebd56"},{"name":"optimize-modules","duration":15,"timestamp":262434134237,"id":720,"parentId":717,"tags":{},"startTime":1740201612953,"traceId":"151cdb66ad8ebd56"},{"name":"optimize-chunks","duration":10773,"timestamp":262434134324,"id":721,"parentId":717,"tags":{},"startTime":1740201612953,"traceId":"151cdb66ad8ebd56"},{"name":"optimize-tree","duration":67,"timestamp":262434145154,"id":722,"parentId":717,"tags":{},"startTime":1740201612964,"traceId":"151cdb66ad8ebd56"},{"name":"optimize-chunk-modules","duration":11228,"timestamp":262434145261,"id":723,"parentId":717,"tags":{},"startTime":1740201612964,"traceId":"151cdb66ad8ebd56"},{"name":"optimize","duration":22355,"timestamp":262434134196,"id":719,"parentId":717,"tags":{},"startTime":1740201612953,"traceId":"151cdb66ad8ebd56"},{"name":"module-hash","duration":11777,"timestamp":262434167667,"id":724,"parentId":717,"tags":{},"startTime":1740201612987,"traceId":"151cdb66ad8ebd56"},{"name":"code-generation","duration":127708,"timestamp":262434179504,"id":725,"parentId":717,"tags":{},"startTime":1740201612999,"traceId":"151cdb66ad8ebd56"},{"name":"hash","duration":5858,"timestamp":262434309955,"id":726,"parentId":717,"tags":{},"startTime":1740201613129,"traceId":"151cdb66ad8ebd56"},{"name":"code-generation-jobs","duration":346,"timestamp":262434315811,"id":727,"parentId":717,"tags":{},"startTime":1740201613135,"traceId":"151cdb66ad8ebd56"},{"name":"module-assets","duration":204,"timestamp":262434316089,"id":728,"parentId":717,"tags":{},"startTime":1740201613135,"traceId":"151cdb66ad8ebd56"},{"name":"create-chunk-assets","duration":5356,"timestamp":262434316298,"id":729,"parentId":717,"tags":{},"startTime":1740201613135,"traceId":"151cdb66ad8ebd56"},{"name":"minify-js","duration":37754,"timestamp":262434336687,"id":732,"parentId":730,"tags":{"name":"../app/_not-found/page.js","cache":"MISS"},"startTime":1740201613156,"traceId":"151cdb66ad8ebd56"},{"name":"minify-js","duration":37616,"timestamp":262434336863,"id":733,"parentId":730,"tags":{"name":"../app/api/migrations/sync-files/route.js","cache":"MISS"},"startTime":1740201613156,"traceId":"151cdb66ad8ebd56"},{"name":"minify-js","duration":37176,"timestamp":262434337317,"id":734,"parentId":730,"tags":{"name":"../app/api/databases/route.js","cache":"MISS"},"startTime":1740201613156,"traceId":"151cdb66ad8ebd56"},{"name":"minify-js","duration":39580,"timestamp":262434334922,"id":731,"parentId":730,"tags":{"name":"../app/api/cloudflare/route.js","cache":"MISS"},"startTime":1740201613154,"traceId":"151cdb66ad8ebd56"},{"name":"minify-js","duration":36495,"timestamp":262434338128,"id":737,"parentId":730,"tags":{"name":"../app/api/pull-remote/preview/route.js","cache":"MISS"},"startTime":1740201613157,"traceId":"151cdb66ad8ebd56"},{"name":"minify-js","duration":36674,"timestamp":262434337967,"id":736,"parentId":730,"tags":{"name":"../app/api/migrations/sync/route.js","cache":"MISS"},"startTime":1740201613157,"traceId":"151cdb66ad8ebd56"},{"name":"minify-js","duration":36967,"timestamp":262434337685,"id":735,"parentId":730,"tags":{"name":"../app/api/pull-remote/confirm/route.js","cache":"MISS"},"startTime":1740201613157,"traceId":"151cdb66ad8ebd56"},{"name":"minify-js","duration":36410,"timestamp":262434338251,"id":738,"parentId":730,"tags":{"name":"../app/api/push-remote/confirm/route.js","cache":"MISS"},"startTime":1740201613157,"traceId":"151cdb66ad8ebd56"},{"name":"minify-js","duration":36270,"timestamp":262434338400,"id":739,"parentId":730,"tags":{"name":"../app/api/push-remote/preview/route.js","cache":"MISS"},"startTime":1740201613157,"traceId":"151cdb66ad8ebd56"},{"name":"minify-js","duration":35672,"timestamp":262434339010,"id":742,"parentId":730,"tags":{"name":"../pages/_app.js","cache":"MISS"},"startTime":1740201613158,"traceId":"151cdb66ad8ebd56"},{"name":"minify-js","duration":36106,"timestamp":262434338585,"id":740,"parentId":730,"tags":{"name":"../app/api/query/route.js","cache":"MISS"},"startTime":1740201613158,"traceId":"151cdb66ad8ebd56"},{"name":"minify-js","duration":35900,"timestamp":262434338800,"id":741,"parentId":730,"tags":{"name":"../app/api/tables/route.js","cache":"MISS"},"startTime":1740201613158,"traceId":"151cdb66ad8ebd56"},{"name":"minify-js","duration":28717,"timestamp":262434345990,"id":746,"parentId":730,"tags":{"name":"../pages/_document.js","cache":"MISS"},"startTime":1740201613165,"traceId":"151cdb66ad8ebd56"},{"name":"minify-js","duration":28705,"timestamp":262434346010,"id":747,"parentId":730,"tags":{"name":"../webpack-runtime.js","cache":"MISS"},"startTime":1740201613165,"traceId":"151cdb66ad8ebd56"},{"name":"minify-js","duration":28889,"timestamp":262434345839,"id":745,"parentId":730,"tags":{"name":"../app/api/tables/[name]/route.js","cache":"MISS"},"startTime":1740201613165,"traceId":"151cdb66ad8ebd56"},{"name":"minify-js","duration":35593,"timestamp":262434339144,"id":743,"parentId":730,"tags":{"name":"../pages/_error.js","cache":"MISS"},"startTime":1740201613158,"traceId":"151cdb66ad8ebd56"},{"name":"minify-js","duration":62014,"timestamp":262434346180,"id":748,"parentId":730,"tags":{"name":"638.js","cache":"MISS"},"startTime":1740201613165,"traceId":"151cdb66ad8ebd56"},{"name":"minify-js","duration":79621,"timestamp":262434354313,"id":751,"parentId":730,"tags":{"name":"627.js","cache":"MISS"},"startTime":1740201613173,"traceId":"151cdb66ad8ebd56"},{"name":"minify-js","duration":85727,"timestamp":262434354873,"id":752,"parentId":730,"tags":{"name":"801.js","cache":"MISS"},"startTime":1740201613174,"traceId":"151cdb66ad8ebd56"},{"name":"minify-js","duration":90822,"timestamp":262434355057,"id":753,"parentId":730,"tags":{"name":"336.js","cache":"MISS"},"startTime":1740201613174,"traceId":"151cdb66ad8ebd56"},{"name":"minify-js","duration":118943,"timestamp":262434339373,"id":744,"parentId":730,"tags":{"name":"../app/page.js","cache":"MISS"},"startTime":1740201613158,"traceId":"151cdb66ad8ebd56"},{"name":"minify-js","duration":110853,"timestamp":262434349489,"id":750,"parentId":730,"tags":{"name":"992.js","cache":"MISS"},"startTime":1740201613169,"traceId":"151cdb66ad8ebd56"},{"name":"minify-js","duration":131038,"timestamp":262434347140,"id":749,"parentId":730,"tags":{"name":"686.js","cache":"MISS"},"startTime":1740201613166,"traceId":"151cdb66ad8ebd56"},{"name":"minify-webpack-plugin-optimize","duration":155073,"timestamp":262434323126,"id":730,"parentId":16,"tags":{"compilationName":"server"},"startTime":1740201613142,"traceId":"151cdb66ad8ebd56"},{"name":"css-minimizer-plugin","duration":107,"timestamp":262434478314,"id":754,"parentId":16,"tags":{},"startTime":1740201613297,"traceId":"151cdb66ad8ebd56"},{"name":"create-trace-assets","duration":1376,"timestamp":262434478530,"id":755,"parentId":17,"tags":{},"startTime":1740201613298,"traceId":"151cdb66ad8ebd56"},{"name":"seal","duration":371897,"timestamp":262434112021,"id":717,"parentId":16,"tags":{},"startTime":1740201612931,"traceId":"151cdb66ad8ebd56"},{"name":"webpack-compilation","duration":2878555,"timestamp":262431610420,"id":16,"parentId":13,"tags":{"name":"server"},"startTime":1740201610429,"traceId":"151cdb66ad8ebd56"},{"name":"emit","duration":5407,"timestamp":262434489306,"id":756,"parentId":13,"tags":{},"startTime":1740201613308,"traceId":"151cdb66ad8ebd56"},{"name":"webpack-close","duration":173513,"timestamp":262434495340,"id":757,"parentId":13,"tags":{"name":"server"},"startTime":1740201613314,"traceId":"151cdb66ad8ebd56"},{"name":"webpack-generate-error-stats","duration":2049,"timestamp":262434668890,"id":758,"parentId":757,"tags":{},"startTime":1740201613488,"traceId":"151cdb66ad8ebd56"},{"name":"make","duration":104,"timestamp":262434678566,"id":760,"parentId":759,"tags":{},"startTime":1740201613498,"traceId":"151cdb66ad8ebd56"},{"name":"chunk-graph","duration":22,"timestamp":262434679019,"id":762,"parentId":761,"tags":{},"startTime":1740201613498,"traceId":"151cdb66ad8ebd56"},{"name":"optimize-modules","duration":3,"timestamp":262434679062,"id":764,"parentId":761,"tags":{},"startTime":1740201613498,"traceId":"151cdb66ad8ebd56"},{"name":"optimize-chunks","duration":31,"timestamp":262434679093,"id":765,"parentId":761,"tags":{},"startTime":1740201613498,"traceId":"151cdb66ad8ebd56"},{"name":"optimize-tree","duration":3,"timestamp":262434679142,"id":766,"parentId":761,"tags":{},"startTime":1740201613498,"traceId":"151cdb66ad8ebd56"},{"name":"optimize-chunk-modules","duration":23,"timestamp":262434679195,"id":767,"parentId":761,"tags":{},"startTime":1740201613498,"traceId":"151cdb66ad8ebd56"},{"name":"optimize","duration":183,"timestamp":262434679051,"id":763,"parentId":761,"tags":{},"startTime":1740201613498,"traceId":"151cdb66ad8ebd56"},{"name":"module-hash","duration":9,"timestamp":262434679316,"id":768,"parentId":761,"tags":{},"startTime":1740201613498,"traceId":"151cdb66ad8ebd56"}]
8
- [{"name":"code-generation","duration":7,"timestamp":262434679480,"id":769,"parentId":761,"tags":{},"startTime":1740201613499,"traceId":"151cdb66ad8ebd56"},{"name":"hash","duration":28,"timestamp":262434679521,"id":770,"parentId":761,"tags":{},"startTime":1740201613499,"traceId":"151cdb66ad8ebd56"},{"name":"code-generation-jobs","duration":17,"timestamp":262434679549,"id":771,"parentId":761,"tags":{},"startTime":1740201613499,"traceId":"151cdb66ad8ebd56"},{"name":"module-assets","duration":8,"timestamp":262434679562,"id":772,"parentId":761,"tags":{},"startTime":1740201613499,"traceId":"151cdb66ad8ebd56"},{"name":"create-chunk-assets","duration":8,"timestamp":262434679574,"id":773,"parentId":761,"tags":{},"startTime":1740201613499,"traceId":"151cdb66ad8ebd56"},{"name":"minify-js","duration":509,"timestamp":262434680780,"id":775,"parentId":774,"tags":{"name":"interception-route-rewrite-manifest.js","cache":"MISS"},"startTime":1740201613500,"traceId":"151cdb66ad8ebd56"},{"name":"minify-webpack-plugin-optimize","duration":639,"timestamp":262434680656,"id":774,"parentId":759,"tags":{"compilationName":"edge-server"},"startTime":1740201613500,"traceId":"151cdb66ad8ebd56"},{"name":"css-minimizer-plugin","duration":5,"timestamp":262434681317,"id":776,"parentId":759,"tags":{},"startTime":1740201613500,"traceId":"151cdb66ad8ebd56"},{"name":"seal","duration":3490,"timestamp":262434678929,"id":761,"parentId":759,"tags":{},"startTime":1740201613498,"traceId":"151cdb66ad8ebd56"},{"name":"webpack-compilation","duration":4779,"timestamp":262434677688,"id":759,"parentId":13,"tags":{"name":"edge-server"},"startTime":1740201613497,"traceId":"151cdb66ad8ebd56"},{"name":"emit","duration":303,"timestamp":262434682492,"id":777,"parentId":13,"tags":{},"startTime":1740201613502,"traceId":"151cdb66ad8ebd56"},{"name":"webpack-close","duration":1983,"timestamp":262434682885,"id":778,"parentId":13,"tags":{"name":"edge-server"},"startTime":1740201613502,"traceId":"151cdb66ad8ebd56"},{"name":"webpack-generate-error-stats","duration":268,"timestamp":262434684874,"id":779,"parentId":778,"tags":{},"startTime":1740201613504,"traceId":"151cdb66ad8ebd56"},{"name":"build-module","duration":598,"timestamp":262434696104,"id":802,"parentId":784,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-segment.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fhttp-access-fallback%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fnode_modules%2Fnext%2Fdist%2Flib%2Fmetadata%2Fmetadata-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!","layer":"app-pages-browser"},"startTime":1740201613515,"traceId":"151cdb66ad8ebd56"},{"name":"build-module","duration":52,"timestamp":262434696734,"id":803,"parentId":789,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?server=false!","layer":"app-pages-browser"},"startTime":1740201613516,"traceId":"151cdb66ad8ebd56"},{"name":"build-module","duration":122,"timestamp":262434696794,"id":804,"parentId":790,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.jsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Geist%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22variable%5C%22%3A%5C%22--font-geist-sans%5C%22%2C%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22geistSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.jsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Geist_Mono%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22variable%5C%22%3A%5C%22--font-geist-mono%5C%22%2C%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22geistMono%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fsrc%2Fapp%2Fglobals.css%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fsrc%2Fcomponents%2Fui%2Ftoaster.jsx%22%2C%22ids%22%3A%5B%22Toaster%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fsrc%2Fcontext%2Fdatabase-context.js%22%2C%22ids%22%3A%5B%22DatabaseProvider%22%5D%7D&server=false!","layer":"app-pages-browser"},"startTime":1740201613516,"traceId":"151cdb66ad8ebd56"},{"name":"build-module","duration":61,"timestamp":262434696920,"id":805,"parentId":800,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fsrc%2Fapp%2Fpage.jsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!","layer":"app-pages-browser"},"startTime":1740201613516,"traceId":"151cdb66ad8ebd56"},{"name":"add-entry","duration":7386,"timestamp":262434690183,"id":789,"parentId":781,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1740201613509,"traceId":"151cdb66ad8ebd56"},{"name":"add-entry","duration":7384,"timestamp":262434690189,"id":791,"parentId":781,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1740201613509,"traceId":"151cdb66ad8ebd56"},{"name":"add-entry","duration":7384,"timestamp":262434690191,"id":792,"parentId":781,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1740201613509,"traceId":"151cdb66ad8ebd56"},{"name":"add-entry","duration":7383,"timestamp":262434690192,"id":793,"parentId":781,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1740201613509,"traceId":"151cdb66ad8ebd56"},{"name":"add-entry","duration":7383,"timestamp":262434690194,"id":794,"parentId":781,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1740201613509,"traceId":"151cdb66ad8ebd56"},{"name":"add-entry","duration":7383,"timestamp":262434690195,"id":795,"parentId":781,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1740201613509,"traceId":"151cdb66ad8ebd56"},{"name":"add-entry","duration":7381,"timestamp":262434690198,"id":796,"parentId":781,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1740201613509,"traceId":"151cdb66ad8ebd56"},{"name":"add-entry","duration":7380,"timestamp":262434690199,"id":797,"parentId":781,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1740201613509,"traceId":"151cdb66ad8ebd56"},{"name":"add-entry","duration":7380,"timestamp":262434690201,"id":798,"parentId":781,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1740201613509,"traceId":"151cdb66ad8ebd56"},{"name":"add-entry","duration":7381,"timestamp":262434690202,"id":799,"parentId":781,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1740201613509,"traceId":"151cdb66ad8ebd56"},{"name":"add-entry","duration":7379,"timestamp":262434690205,"id":801,"parentId":781,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1740201613509,"traceId":"151cdb66ad8ebd56"},{"name":"next-client-pages-loader","duration":68,"timestamp":262434698590,"id":809,"parentId":808,"tags":{"absolutePagePath":"next/dist/client/components/not-found-error"},"startTime":1740201613518,"traceId":"151cdb66ad8ebd56"},{"name":"build-module","duration":880,"timestamp":262434698058,"id":808,"parentId":785,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?absolutePagePath=next%2Fdist%2Fclient%2Fcomponents%2Fnot-found-error&page=%2F_not-found%2Fpage!","layer":"app-pages-browser"},"startTime":1740201613517,"traceId":"151cdb66ad8ebd56"},{"name":"next-client-pages-loader","duration":7,"timestamp":262434699135,"id":811,"parentId":810,"tags":{"absolutePagePath":"next/dist/pages/_app"},"startTime":1740201613518,"traceId":"151cdb66ad8ebd56"},{"name":"build-module","duration":270,"timestamp":262434698949,"id":810,"parentId":786,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!","layer":null},"startTime":1740201613518,"traceId":"151cdb66ad8ebd56"},{"name":"next-client-pages-loader","duration":5,"timestamp":262434699240,"id":813,"parentId":812,"tags":{"absolutePagePath":"next/dist/pages/_error"},"startTime":1740201613518,"traceId":"151cdb66ad8ebd56"},{"name":"build-module","duration":91,"timestamp":262434699224,"id":812,"parentId":788,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!","layer":null},"startTime":1740201613518,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":4545,"timestamp":262434696989,"id":806,"parentId":783,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/app-next.js","layer":"app-pages-browser"},"startTime":1740201613516,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":4464,"timestamp":262434697217,"id":807,"parentId":782,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/next.js","layer":null},"startTime":1740201613516,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-jsx","duration":4928,"timestamp":262434706362,"id":816,"parentId":804,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/ui/toaster.jsx","layer":"app-pages-browser"},"startTime":1740201613525,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-jsx","duration":5234,"timestamp":262434706309,"id":815,"parentId":805,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/app/page.jsx","layer":"app-pages-browser"},"startTime":1740201613525,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":5526,"timestamp":262434706413,"id":817,"parentId":802,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/client-page.js","layer":"app-pages-browser"},"startTime":1740201613525,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":5724,"timestamp":262434706430,"id":818,"parentId":802,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/client-segment.js","layer":"app-pages-browser"},"startTime":1740201613526,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":5914,"timestamp":262434706475,"id":821,"parentId":802,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/render-from-template-context.js","layer":"app-pages-browser"},"startTime":1740201613526,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":6335,"timestamp":262434706531,"id":823,"parentId":802,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js","layer":"app-pages-browser"},"startTime":1740201613526,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":6987,"timestamp":262434706445,"id":819,"parentId":802,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/error-boundary.js","layer":"app-pages-browser"},"startTime":1740201613526,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":7075,"timestamp":262434706546,"id":824,"parentId":810,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/pages/_app.js","layer":null},"startTime":1740201613526,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":8975,"timestamp":262434706018,"id":814,"parentId":804,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/context/database-context.js","layer":"app-pages-browser"},"startTime":1740201613525,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":8742,"timestamp":262434706558,"id":825,"parentId":812,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/pages/_error.js","layer":null},"startTime":1740201613526,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":9150,"timestamp":262434706570,"id":826,"parentId":808,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/not-found-error.js","layer":"app-pages-browser"},"startTime":1740201613526,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":9385,"timestamp":262434706490,"id":822,"parentId":802,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/lib/metadata/metadata-boundary.js","layer":"app-pages-browser"},"startTime":1740201613526,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":10458,"timestamp":262434706460,"id":820,"parentId":802,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/layout-router.js","layer":"app-pages-browser"},"startTime":1740201613526,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":18286,"timestamp":262434710382,"id":830,"parentId":807,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/webpack.js","layer":null},"startTime":1740201613529,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":18594,"timestamp":262434710335,"id":828,"parentId":806,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/app-bootstrap.js","layer":"app-pages-browser"},"startTime":1740201613529,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":18924,"timestamp":262434710231,"id":827,"parentId":806,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/app-webpack.js","layer":"app-pages-browser"},"startTime":1740201613529,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":19488,"timestamp":262434710361,"id":829,"parentId":806,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/app-index.js","layer":"app-pages-browser"},"startTime":1740201613529,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":13219,"timestamp":262434718763,"id":831,"parentId":807,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/index.js","layer":null},"startTime":1740201613538,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":3572,"timestamp":262434738705,"id":835,"parentId":817,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/invariant-error.js","layer":"app-pages-browser"},"startTime":1740201613558,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":4437,"timestamp":262434738672,"id":833,"parentId":824,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/utils.js","layer":null},"startTime":1740201613558,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":5167,"timestamp":262434738691,"id":834,"parentId":825,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/head.js","layer":null},"startTime":1740201613558,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":5790,"timestamp":262434738593,"id":832,"parentId":787,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/router.js","layer":null},"startTime":1740201613558,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":2766,"timestamp":262434745189,"id":837,"parentId":817,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/request/search-params.js","layer":"app-pages-browser"},"startTime":1740201613564,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":4015,"timestamp":262434745230,"id":838,"parentId":817,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/request/params.js","layer":"app-pages-browser"},"startTime":1740201613564,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":4039,"timestamp":262434745339,"id":843,"parentId":822,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/lib/metadata/metadata-constants.js","layer":"app-pages-browser"},"startTime":1740201613564,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":6433,"timestamp":262434745307,"id":841,"parentId":819,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/is-next-router-error.js","layer":"app-pages-browser"},"startTime":1740201613564,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":6676,"timestamp":262434745290,"id":840,"parentId":819,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/navigation-untracked.js","layer":"app-pages-browser"},"startTime":1740201613564,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":6898,"timestamp":262434745269,"id":839,"parentId":821,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/app-router-context.shared-runtime.js","layer":"app-pages-browser"},"startTime":1740201613564,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":8460,"timestamp":262434745322,"id":842,"parentId":819,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/nav-failure-handler.js","layer":"app-pages-browser"},"startTime":1740201613564,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":4657,"timestamp":262434754596,"id":844,"parentId":820,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/unresolved-thenable.js","layer":"app-pages-browser"},"startTime":1740201613574,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":4900,"timestamp":262434754662,"id":845,"parentId":820,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/match-segments.js","layer":"app-pages-browser"},"startTime":1740201613574,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":4992,"timestamp":262434754743,"id":849,"parentId":820,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/create-router-cache-key.js","layer":"app-pages-browser"},"startTime":1740201613574,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":5307,"timestamp":262434754705,"id":847,"parentId":826,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/http-access-fallback/error-fallback.js","layer":"app-pages-browser"},"startTime":1740201613574,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":5533,"timestamp":262434754759,"id":850,"parentId":823,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/http-access-fallback/http-access-fallback.js","layer":"app-pages-browser"},"startTime":1740201613574,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":6041,"timestamp":262434754686,"id":846,"parentId":820,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/redirect-boundary.js","layer":"app-pages-browser"},"startTime":1740201613574,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":6091,"timestamp":262434754791,"id":852,"parentId":820,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/handle-smooth-scroll.js","layer":"app-pages-browser"},"startTime":1740201613574,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":6211,"timestamp":262434754775,"id":851,"parentId":823,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/utils/warn-once.js","layer":"app-pages-browser"},"startTime":1740201613574,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":6970,"timestamp":262434754724,"id":848,"parentId":820,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/fetch-server-response.js","layer":"app-pages-browser"},"startTime":1740201613574,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":7009,"timestamp":262434754807,"id":853,"parentId":820,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/reducers/get-segment-value.js","layer":"app-pages-browser"},"startTime":1740201613574,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":7148,"timestamp":262434754825,"id":854,"parentId":820,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/reducers/has-interception-route-in-current-tree.js","layer":"app-pages-browser"},"startTime":1740201613574,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":7333,"timestamp":262434754840,"id":855,"parentId":829,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/app-call-server.js","layer":"app-pages-browser"},"startTime":1740201613574,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":2699,"timestamp":262434763179,"id":863,"parentId":831,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/lib/is-error.js","layer":null},"startTime":1740201613582,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":6793,"timestamp":262434763086,"id":857,"parentId":829,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/app-build-id.js","layer":"app-pages-browser"},"startTime":1740201613582,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":7109,"timestamp":262434763028,"id":856,"parentId":829,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/app-find-source-map-url.js","layer":"app-pages-browser"},"startTime":1740201613582,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":7118,"timestamp":262434763106,"id":858,"parentId":827,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/encode-uri-path.js","layer":"app-pages-browser"},"startTime":1740201613582,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":7194,"timestamp":262434763138,"id":860,"parentId":831,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/head-manager-context.shared-runtime.js","layer":null},"startTime":1740201613582,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":7291,"timestamp":262434763122,"id":859,"parentId":829,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/head-manager-context.shared-runtime.js","layer":"app-pages-browser"},"startTime":1740201613582,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":7360,"timestamp":262434763152,"id":861,"parentId":831,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/handle-smooth-scroll.js","layer":null},"startTime":1740201613582,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":8960,"timestamp":262434763192,"id":864,"parentId":831,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/app-router-context.shared-runtime.js","layer":null},"startTime":1740201613582,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":9189,"timestamp":262434763204,"id":865,"parentId":831,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/hooks-client-context.shared-runtime.js","layer":null},"startTime":1740201613582,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":9322,"timestamp":262434763215,"id":866,"parentId":831,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/is-next-router-error.js","layer":null},"startTime":1740201613582,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":9502,"timestamp":262434763167,"id":862,"parentId":831,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/is-dynamic.js","layer":null},"startTime":1740201613582,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-jsx","duration":10100,"timestamp":262434763227,"id":867,"parentId":815,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/sidebar.jsx","layer":"app-pages-browser"},"startTime":1740201613582,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":10207,"timestamp":262434763385,"id":871,"parentId":814,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/lib/request-deduplication.js","layer":"app-pages-browser"},"startTime":1740201613582,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":10689,"timestamp":262434763346,"id":870,"parentId":814,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/hooks/use-toast.js","layer":"app-pages-browser"},"startTime":1740201613582,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-jsx","duration":10948,"timestamp":262434763428,"id":872,"parentId":816,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/ui/toast.jsx","layer":"app-pages-browser"},"startTime":1740201613583,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":631,"timestamp":262434776063,"id":883,"parentId":824,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@swc/helpers/esm/_interop_require_default.js","layer":null},"startTime":1740201613595,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":506,"timestamp":262434776398,"id":886,"parentId":831,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@swc/helpers/esm/_interop_require_wildcard.js","layer":null},"startTime":1740201613595,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":4238,"timestamp":262434776265,"id":884,"parentId":821,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@swc/helpers/esm/_interop_require_wildcard.js","layer":"app-pages-browser"},"startTime":1740201613595,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":4217,"timestamp":262434776355,"id":885,"parentId":819,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@swc/helpers/esm/_interop_require_default.js","layer":"app-pages-browser"},"startTime":1740201613595,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":15366,"timestamp":262434765453,"id":879,"parentId":834,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/side-effect.js","layer":null},"startTime":1740201613585,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-jsx","duration":18614,"timestamp":262434763266,"id":868,"parentId":815,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/sql-editor.jsx","layer":"app-pages-browser"},"startTime":1740201613582,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":37084,"timestamp":262434745117,"id":836,"parentId":817,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/app-render/work-async-storage.external.js","layer":"shared"},"startTime":1740201613564,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-jsx","duration":20624,"timestamp":262434763304,"id":869,"parentId":815,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/table-view.jsx","layer":"app-pages-browser"},"startTime":1740201613582,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":7975,"timestamp":262434776048,"id":882,"parentId":834,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/utils/warn-once.js","layer":null},"startTime":1740201613595,"traceId":"151cdb66ad8ebd56"}]
9
- [{"name":"build-module-js","duration":8220,"timestamp":262434776029,"id":881,"parentId":834,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/amp-mode.js","layer":null},"startTime":1740201613595,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":8377,"timestamp":262434775962,"id":880,"parentId":834,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/amp-context.shared-runtime.js","layer":null},"startTime":1740201613595,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":8188,"timestamp":262434776472,"id":889,"parentId":831,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/mitt.js","layer":null},"startTime":1740201613596,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":8246,"timestamp":262434776486,"id":890,"parentId":831,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/router-context.shared-runtime.js","layer":null},"startTime":1740201613596,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":8318,"timestamp":262434776502,"id":891,"parentId":831,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/runtime-config.external.js","layer":null},"startTime":1740201613596,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":10075,"timestamp":262434776529,"id":893,"parentId":829,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/action-queue.js","layer":"app-pages-browser"},"startTime":1740201613596,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":10362,"timestamp":262434776545,"id":894,"parentId":829,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/create-initial-router-state.js","layer":"app-pages-browser"},"startTime":1740201613596,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":11587,"timestamp":262434776514,"id":892,"parentId":829,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/app-router.js","layer":"app-pages-browser"},"startTime":1740201613596,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":31879,"timestamp":262434763488,"id":874,"parentId":824,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/react/index.js","layer":null},"startTime":1740201613583,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":31967,"timestamp":262434763467,"id":873,"parentId":824,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/react/jsx-runtime.js","layer":null},"startTime":1740201613583,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":30659,"timestamp":262434765406,"id":878,"parentId":817,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/request/params.browser.js","layer":"app-pages-browser"},"startTime":1740201613584,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":31267,"timestamp":262434765346,"id":877,"parentId":817,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/request/search-params.browser.js","layer":"app-pages-browser"},"startTime":1740201613584,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":2954,"timestamp":262434794196,"id":895,"parentId":831,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/querystring.js","layer":null},"startTime":1740201613613,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":943,"timestamp":262434799416,"id":896,"parentId":837,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/dynamic-rendering-utils.js","layer":"app-pages-browser"},"startTime":1740201613618,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":1239,"timestamp":262434799488,"id":897,"parentId":837,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/create-deduped-by-callsite-server-error-logger.js","layer":"app-pages-browser"},"startTime":1740201613619,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":1379,"timestamp":262434799533,"id":898,"parentId":837,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/lib/scheduler.js","layer":"app-pages-browser"},"startTime":1740201613619,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":2366,"timestamp":262434799574,"id":899,"parentId":837,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/app-render/dynamic-rendering.js","layer":"app-pages-browser"},"startTime":1740201613619,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":2527,"timestamp":262434799658,"id":901,"parentId":837,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/request/utils.js","layer":"app-pages-browser"},"startTime":1740201613619,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":26250,"timestamp":262434776407,"id":887,"parentId":830,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/build/deployment-id.js","layer":null},"startTime":1740201613595,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":26333,"timestamp":262434776426,"id":888,"parentId":827,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/build/deployment-id.js","layer":"app-pages-browser"},"startTime":1740201613596,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":3893,"timestamp":262434799698,"id":902,"parentId":841,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/redirect-error.js","layer":"app-pages-browser"},"startTime":1740201613619,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":822,"timestamp":262434805919,"id":905,"parentId":837,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/web/spec-extension/adapters/reflect.js","layer":"app-pages-browser"},"startTime":1740201613625,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":1973,"timestamp":262434805852,"id":903,"parentId":840,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/hooks-client-context.shared-runtime.js","layer":"app-pages-browser"},"startTime":1740201613625,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":2077,"timestamp":262434805900,"id":904,"parentId":842,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/create-href-from-url.js","layer":"app-pages-browser"},"startTime":1740201613625,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":1126,"timestamp":262434808139,"id":915,"parentId":845,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/app-render/get-segment-param.js","layer":"app-pages-browser"},"startTime":1740201613627,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":1336,"timestamp":262434808295,"id":922,"parentId":854,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/lib/interception-routes.js","layer":"app-pages-browser"},"startTime":1740201613627,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":4815,"timestamp":262434806004,"id":909,"parentId":831,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/remove-base-path.js","layer":null},"startTime":1740201613625,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":5213,"timestamp":262434805992,"id":908,"parentId":831,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/route-announcer.js","layer":null},"startTime":1740201613625,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":5761,"timestamp":262434805980,"id":907,"parentId":831,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/page-loader.js","layer":null},"startTime":1740201613625,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":7749,"timestamp":262434805967,"id":906,"parentId":831,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/head-manager.js","layer":null},"startTime":1740201613625,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":8430,"timestamp":262434806017,"id":910,"parentId":831,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/has-base-path.js","layer":null},"startTime":1740201613625,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":18799,"timestamp":262434799616,"id":900,"parentId":837,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","layer":"shared"},"startTime":1740201613619,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":13892,"timestamp":262434806040,"id":912,"parentId":831,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/image-config-context.shared-runtime.js","layer":null},"startTime":1740201613625,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":18677,"timestamp":262434806052,"id":913,"parentId":831,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/adapters.js","layer":null},"startTime":1740201613625,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":21271,"timestamp":262434806028,"id":911,"parentId":831,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/script.js","layer":null},"startTime":1740201613625,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":20507,"timestamp":262434808078,"id":914,"parentId":848,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/flight-data-helpers.js","layer":"app-pages-browser"},"startTime":1740201613627,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":21142,"timestamp":262434808217,"id":917,"parentId":846,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/redirect.js","layer":"app-pages-browser"},"startTime":1740201613627,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":21654,"timestamp":262434808233,"id":918,"parentId":849,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/segment.js","layer":"app-pages-browser"},"startTime":1740201613627,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":22184,"timestamp":262434808248,"id":919,"parentId":848,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/app-router-headers.js","layer":"app-pages-browser"},"startTime":1740201613627,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":22820,"timestamp":262434808195,"id":916,"parentId":846,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/navigation.js","layer":"app-pages-browser"},"startTime":1740201613627,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":22911,"timestamp":262434808266,"id":920,"parentId":848,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/hash.js","layer":"app-pages-browser"},"startTime":1740201613627,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":23148,"timestamp":262434808280,"id":921,"parentId":855,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/router-reducer-types.js","layer":"app-pages-browser"},"startTime":1740201613627,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":2644,"timestamp":262434840080,"id":926,"parentId":829,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/globals/patch-console.js","layer":"app-pages-browser"},"startTime":1740201613659,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":2707,"timestamp":262434840165,"id":927,"parentId":829,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/globals/handle-global-errors.js","layer":"app-pages-browser"},"startTime":1740201613659,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":3222,"timestamp":262434840189,"id":928,"parentId":829,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/react-client-callbacks/app-router.js","layer":"app-pages-browser"},"startTime":1740201613659,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":1532,"timestamp":262434843905,"id":936,"parentId":862,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/lib/interception-routes.js","layer":null},"startTime":1740201613663,"traceId":"151cdb66ad8ebd56"},{"name":"font-loader","duration":604,"timestamp":262434845498,"id":951,"parentId":950,"tags":{},"startTime":1740201613665,"traceId":"151cdb66ad8ebd56"},{"name":"font-loader","duration":132,"timestamp":262434845972,"id":953,"parentId":952,"tags":{},"startTime":1740201613665,"traceId":"151cdb66ad8ebd56"},{"name":"postcss","duration":831,"timestamp":262434846661,"id":954,"parentId":950,"tags":{},"startTime":1740201613666,"traceId":"151cdb66ad8ebd56"},{"name":"postcss","duration":453,"timestamp":262434847045,"id":955,"parentId":952,"tags":{},"startTime":1740201613666,"traceId":"151cdb66ad8ebd56"},{"name":"next-font-loader","duration":2098,"timestamp":262434845452,"id":950,"parentId":937,"tags":{},"startTime":1740201613665,"traceId":"151cdb66ad8ebd56"},{"name":"next-font-loader","duration":1597,"timestamp":262434845954,"id":952,"parentId":938,"tags":{},"startTime":1740201613665,"traceId":"151cdb66ad8ebd56"},{"name":"css-loader","duration":4585,"timestamp":262434847515,"id":956,"parentId":937,"tags":{"astUsed":"true"},"startTime":1740201613667,"traceId":"151cdb66ad8ebd56"},{"name":"css-loader","duration":4563,"timestamp":262434847544,"id":957,"parentId":938,"tags":{"astUsed":"true"},"startTime":1740201613667,"traceId":"151cdb66ad8ebd56"},{"name":"build-module","duration":8520,"timestamp":262434843923,"id":937,"parentId":875,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/font/google/target.css.webpack[javascript/auto]!=!/Users/karenredona/Desktop/d1studio/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[2].use[1]!/Users/karenredona/Desktop/d1studio/node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[13].oneOf[2].use[2]!/Users/karenredona/Desktop/d1studio/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.jsx\",\"import\":\"Geist\",\"arguments\":[{\"variable\":\"--font-geist-sans\",\"subsets\":[\"latin\"]}],\"variableName\":\"geistSans\"}","layer":null},"startTime":1740201613663,"traceId":"151cdb66ad8ebd56"},{"name":"build-module","duration":8413,"timestamp":262434844139,"id":938,"parentId":876,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/font/google/target.css.webpack[javascript/auto]!=!/Users/karenredona/Desktop/d1studio/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[2].use[1]!/Users/karenredona/Desktop/d1studio/node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[13].oneOf[2].use[2]!/Users/karenredona/Desktop/d1studio/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.jsx\",\"import\":\"Geist_Mono\",\"arguments\":[{\"variable\":\"--font-geist-mono\",\"subsets\":[\"latin\"]}],\"variableName\":\"geistMono\"}","layer":null},"startTime":1740201613663,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-mjs","duration":11266,"timestamp":262434844201,"id":942,"parentId":872,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/class-variance-authority/dist/index.mjs","layer":"app-pages-browser"},"startTime":1740201613663,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":48216,"timestamp":262434808344,"id":923,"parentId":831,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/react-dom/client.js","layer":null},"startTime":1740201613627,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":48550,"timestamp":262434808420,"id":925,"parentId":831,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/build/polyfills/polyfill-module.js","layer":null},"startTime":1740201613628,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":48922,"timestamp":262434808372,"id":924,"parentId":829,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/build/polyfills/polyfill-module.js","layer":"app-pages-browser"},"startTime":1740201613627,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":14170,"timestamp":262434843826,"id":931,"parentId":832,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/with-router.js","layer":null},"startTime":1740201613663,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":14457,"timestamp":262434843748,"id":929,"parentId":829,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/react-client-callbacks/shared.js","layer":"app-pages-browser"},"startTime":1740201613663,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":14573,"timestamp":262434843808,"id":930,"parentId":831,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/react-client-callbacks/shared.js","layer":null},"startTime":1740201613663,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":14656,"timestamp":262434843862,"id":933,"parentId":863,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/is-plain-object.js","layer":null},"startTime":1740201613663,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":14851,"timestamp":262434843876,"id":934,"parentId":866,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/redirect-error.js","layer":null},"startTime":1740201613663,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":14803,"timestamp":262434844155,"id":939,"parentId":831,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/tracing/tracer.js","layer":null},"startTime":1740201613663,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":15257,"timestamp":262434843889,"id":935,"parentId":866,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/http-access-fallback/http-access-fallback.js","layer":null},"startTime":1740201613663,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":15045,"timestamp":262434844185,"id":941,"parentId":893,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/is-thenable.js","layer":"app-pages-browser"},"startTime":1740201613663,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":15175,"timestamp":262434844170,"id":940,"parentId":831,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/tracing/report-to-socket.js","layer":null},"startTime":1740201613663,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":15219,"timestamp":262434844269,"id":944,"parentId":892,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/has-base-path.js","layer":"app-pages-browser"},"startTime":1740201613663,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":15413,"timestamp":262434844253,"id":943,"parentId":892,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/remove-base-path.js","layer":"app-pages-browser"},"startTime":1740201613663,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":14919,"timestamp":262434844964,"id":947,"parentId":893,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/router-reducer.js","layer":"app-pages-browser"},"startTime":1740201613664,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":15246,"timestamp":262434844983,"id":948,"parentId":894,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/fill-lazy-items-till-leaf-with-head.js","layer":"app-pages-browser"},"startTime":1740201613664,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":15614,"timestamp":262434845001,"id":949,"parentId":894,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/compute-changed-path.js","layer":"app-pages-browser"},"startTime":1740201613664,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":22269,"timestamp":262434843842,"id":932,"parentId":832,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/router.js","layer":null},"startTime":1740201613663,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":7289,"timestamp":262434876186,"id":961,"parentId":899,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/static-generation-bailout.js","layer":"app-pages-browser"},"startTime":1740201613695,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":7519,"timestamp":262434876167,"id":960,"parentId":899,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/hooks-server-context.js","layer":"app-pages-browser"},"startTime":1740201613695,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":8199,"timestamp":262434876144,"id":959,"parentId":894,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/refetch-inactive-parallel-segments.js","layer":"app-pages-browser"},"startTime":1740201613695,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":8246,"timestamp":262434876251,"id":963,"parentId":902,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/redirect-status-code.js","layer":"app-pages-browser"},"startTime":1740201613695,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":9115,"timestamp":262434876080,"id":958,"parentId":894,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/prefetch-cache-utils.js","layer":"app-pages-browser"},"startTime":1740201613695,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-mjs","duration":4420,"timestamp":262434887023,"id":1000,"parentId":868,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@monaco-editor/react/dist/index.mjs","layer":"app-pages-browser"},"startTime":1740201613706,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":51895,"timestamp":262434844768,"id":946,"parentId":836,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/app-render/work-async-storage-instance.js","layer":"shared"},"startTime":1740201613664,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":11777,"timestamp":262434885740,"id":967,"parentId":892,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/is-bot.js","layer":"app-pages-browser"},"startTime":1740201613705,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":12129,"timestamp":262434885613,"id":964,"parentId":892,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/add-base-path.js","layer":"app-pages-browser"},"startTime":1740201613705,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":12246,"timestamp":262434885698,"id":965,"parentId":892,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/use-reducer.js","layer":"app-pages-browser"},"startTime":1740201613705,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":12492,"timestamp":262434885721,"id":966,"parentId":892,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/app-router-announcer.js","layer":"app-pages-browser"},"startTime":1740201613705,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":12787,"timestamp":262434885757,"id":968,"parentId":892,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/reducers/find-head-in-cache.js","layer":"app-pages-browser"},"startTime":1740201613705,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-jsx","duration":12850,"timestamp":262434886084,"id":970,"parentId":867,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/cloudflare-credentials-modal.jsx","layer":"app-pages-browser"},"startTime":1740201613705,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-jsx","duration":12943,"timestamp":262434886190,"id":972,"parentId":867,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/environment-select.jsx","layer":"app-pages-browser"},"startTime":1740201613705,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":12970,"timestamp":262434886286,"id":974,"parentId":872,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/lib/utils.js","layer":"app-pages-browser"},"startTime":1740201613705,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":13084,"timestamp":262434886364,"id":978,"parentId":907,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/add-base-path.js","layer":null},"startTime":1740201613705,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":13256,"timestamp":262434886325,"id":975,"parentId":892,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/segment-cache/prefetch.js","layer":"app-pages-browser"},"startTime":1740201613705,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":13316,"timestamp":262434886391,"id":980,"parentId":907,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js","layer":null},"startTime":1740201613705,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":13461,"timestamp":262434886416,"id":982,"parentId":922,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/app-paths.js","layer":"app-pages-browser"},"startTime":1740201613705,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":13536,"timestamp":262434886430,"id":983,"parentId":913,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/index.js","layer":null},"startTime":1740201613706,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":13651,"timestamp":262434886402,"id":981,"parentId":910,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js","layer":null},"startTime":1740201613705,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-jsx","duration":14459,"timestamp":262434886142,"id":971,"parentId":867,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/environment-handler.jsx","layer":"app-pages-browser"},"startTime":1740201613705,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":14725,"timestamp":262434886379,"id":979,"parentId":907,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/constants.js","layer":null},"startTime":1740201613705,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-jsx","duration":14778,"timestamp":262434886441,"id":984,"parentId":867,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/ui/input.jsx","layer":"app-pages-browser"},"startTime":1740201613706,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-jsx","duration":15115,"timestamp":262434886520,"id":986,"parentId":868,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/query-results.jsx","layer":"app-pages-browser"},"startTime":1740201613706,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-jsx","duration":15322,"timestamp":262434886483,"id":985,"parentId":867,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/ui/alert.jsx","layer":"app-pages-browser"},"startTime":1740201613706,"traceId":"151cdb66ad8ebd56"}]
10
- [{"name":"build-module-jsx","duration":15946,"timestamp":262434886593,"id":988,"parentId":869,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/editable-cell.jsx","layer":"app-pages-browser"},"startTime":1740201613706,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-jsx","duration":16575,"timestamp":262434886557,"id":987,"parentId":869,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/table-toolbar.jsx","layer":"app-pages-browser"},"startTime":1740201613706,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-jsx","duration":16636,"timestamp":262434886700,"id":991,"parentId":869,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/table-error-dialog.jsx","layer":"app-pages-browser"},"startTime":1740201613706,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-jsx","duration":17154,"timestamp":262434886628,"id":989,"parentId":869,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/editable-row.jsx","layer":"app-pages-browser"},"startTime":1740201613706,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-jsx","duration":17308,"timestamp":262434886736,"id":992,"parentId":869,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/resize-columns.jsx","layer":"app-pages-browser"},"startTime":1740201613706,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-jsx","duration":17589,"timestamp":262434886664,"id":990,"parentId":869,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/delete-records-dialog.jsx","layer":"app-pages-browser"},"startTime":1740201613706,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-jsx","duration":17539,"timestamp":262434886845,"id":995,"parentId":868,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/ui/button.jsx","layer":"app-pages-browser"},"startTime":1740201613706,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-jsx","duration":17852,"timestamp":262434886771,"id":993,"parentId":869,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/column-sorting.jsx","layer":"app-pages-browser"},"startTime":1740201613706,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-jsx","duration":17924,"timestamp":262434886916,"id":997,"parentId":869,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/ui/table.jsx","layer":"app-pages-browser"},"startTime":1740201613706,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":18461,"timestamp":262434886807,"id":994,"parentId":868,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/lib/parse-sql-error.js","layer":"app-pages-browser"},"startTime":1740201613706,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-jsx","duration":18469,"timestamp":262434886952,"id":998,"parentId":869,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/ui/scroll-area.jsx","layer":"app-pages-browser"},"startTime":1740201613706,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-jsx","duration":18539,"timestamp":262434886987,"id":999,"parentId":869,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/ui/checkbox.jsx","layer":"app-pages-browser"},"startTime":1740201613706,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":18690,"timestamp":262434887100,"id":1002,"parentId":916,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/navigation.react-server.js","layer":"app-pages-browser"},"startTime":1740201613706,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":18802,"timestamp":262434887127,"id":1004,"parentId":916,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/bailout-to-client-rendering.js","layer":"app-pages-browser"},"startTime":1740201613706,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":18681,"timestamp":262434887373,"id":1010,"parentId":928,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","layer":"app-pages-browser"},"startTime":1740201613706,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-jsx","duration":19612,"timestamp":262434886880,"id":996,"parentId":868,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/ui/dropdown-menu.jsx","layer":"app-pages-browser"},"startTime":1740201613706,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":19509,"timestamp":262434887114,"id":1003,"parentId":916,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/server-inserted-html.shared-runtime.js","layer":"app-pages-browser"},"startTime":1740201613706,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":19407,"timestamp":262434887362,"id":1009,"parentId":831,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/portal/index.js","layer":null},"startTime":1740201613706,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":19569,"timestamp":262434887408,"id":1013,"parentId":907,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/add-locale.js","layer":null},"startTime":1740201613706,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":19736,"timestamp":262434887398,"id":1012,"parentId":906,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/set-attributes-from-props.js","layer":null},"startTime":1740201613706,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":21706,"timestamp":262434887386,"id":1011,"parentId":907,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/route-loader.js","layer":null},"startTime":1740201613706,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":22171,"timestamp":262434887142,"id":1005,"parentId":867,"tags":{"name":"__barrel_optimize__?names=AlertCircle,Loader2,Search,Table2,TerminalSquare!=!/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1740201613706,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":40565,"timestamp":262434887347,"id":1008,"parentId":872,"tags":{"name":"__barrel_optimize__?names=X!=!/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1740201613706,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":40732,"timestamp":262434887318,"id":1006,"parentId":868,"tags":{"name":"__barrel_optimize__?names=ChevronDown,Command,CornerDownLeft,GripHorizontal,Loader2!=!/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1740201613706,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":40785,"timestamp":262434887333,"id":1007,"parentId":869,"tags":{"name":"__barrel_optimize__?names=AlertCircle,Loader2!=!/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1740201613706,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-mjs","duration":72982,"timestamp":262434886238,"id":973,"parentId":872,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-toast/dist/index.mjs","layer":"app-pages-browser"},"startTime":1740201613705,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":41380,"timestamp":262434918576,"id":1017,"parentId":907,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/get-asset-path-from-route.js","layer":null},"startTime":1740201613738,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":41571,"timestamp":262434918558,"id":1016,"parentId":912,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/image-config.js","layer":null},"startTime":1740201613738,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":41983,"timestamp":262434918514,"id":1015,"parentId":907,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/interpolate-as.js","layer":null},"startTime":1740201613738,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":42061,"timestamp":262434918617,"id":1018,"parentId":907,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/parse-relative-url.js","layer":null},"startTime":1740201613738,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":95324,"timestamp":262434876205,"id":962,"parentId":901,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/app-render/after-task-async-storage.external.js","layer":"app-pages-browser"},"startTime":1740201613695,"traceId":"151cdb66ad8ebd56"},{"name":"build-module","duration":24,"timestamp":262434975690,"id":1042,"parentId":932,"tags":{"layer":null},"startTime":1740201613795,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":1014,"timestamp":262434975504,"id":1029,"parentId":932,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/lib/constants.js","layer":null},"startTime":1740201613795,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":80952,"timestamp":262434974012,"id":1019,"parentId":929,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/lib/is-error.js","layer":"app-pages-browser"},"startTime":1740201613793,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-mjs","duration":79691,"timestamp":262434975726,"id":1043,"parentId":942,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/clsx/dist/clsx.mjs","layer":"app-pages-browser"},"startTime":1740201613795,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":173366,"timestamp":262434886339,"id":976,"parentId":874,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/react/cjs/react.production.min.js","layer":null},"startTime":1740201613705,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":173709,"timestamp":262434886352,"id":977,"parentId":873,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/react/cjs/react-jsx-runtime.production.min.js","layer":null},"startTime":1740201613705,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":174410,"timestamp":262434885774,"id":969,"parentId":829,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/compiled/react-server-dom-webpack/client.js","layer":"app-pages-browser"},"startTime":1740201613705,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":173363,"timestamp":262434887060,"id":1001,"parentId":917,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/app-render/action-async-storage.external.js","layer":"shared"},"startTime":1740201613706,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":87543,"timestamp":262434974130,"id":1020,"parentId":934,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/redirect-status-code.js","layer":null},"startTime":1740201613793,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":87943,"timestamp":262434974160,"id":1021,"parentId":930,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","layer":null},"startTime":1740201613793,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":88253,"timestamp":262434974180,"id":1022,"parentId":944,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js","layer":"app-pages-browser"},"startTime":1740201613793,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":88541,"timestamp":262434974201,"id":1023,"parentId":936,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/app-paths.js","layer":null},"startTime":1740201613793,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":87433,"timestamp":262434975516,"id":1030,"parentId":932,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/page-path/denormalize-page-path.js","layer":null},"startTime":1740201613795,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":87598,"timestamp":262434975529,"id":1031,"parentId":932,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/i18n/normalize-locale-path.js","layer":null},"startTime":1740201613795,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":87742,"timestamp":262434975487,"id":1028,"parentId":913,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/as-path-to-search-params.js","layer":null},"startTime":1740201613795,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":88142,"timestamp":262434975447,"id":1026,"parentId":911,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/request-idle-callback.js","layer":null},"startTime":1740201613795,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":88214,"timestamp":262434975542,"id":1032,"parentId":932,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/parse-path.js","layer":null},"startTime":1740201613795,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":89229,"timestamp":262434975472,"id":1027,"parentId":913,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/route-regex.js","layer":null},"startTime":1740201613795,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":89412,"timestamp":262434975579,"id":1035,"parentId":932,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/is-bot.js","layer":null},"startTime":1740201613795,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":89736,"timestamp":262434975566,"id":1034,"parentId":932,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/format-next-pathname-info.js","layer":null},"startTime":1740201613795,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":90157,"timestamp":262434975555,"id":1033,"parentId":932,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/get-next-pathname-info.js","layer":null},"startTime":1740201613795,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":90245,"timestamp":262434975663,"id":1041,"parentId":930,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/react-client-callbacks/report-global-error.js","layer":null},"startTime":1740201613795,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":90427,"timestamp":262434975648,"id":1040,"parentId":928,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/react-client-callbacks/report-global-error.js","layer":"app-pages-browser"},"startTime":1740201613795,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":90948,"timestamp":262434975628,"id":1039,"parentId":928,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/globals/intercept-console-error.js","layer":"app-pages-browser"},"startTime":1740201613795,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":91154,"timestamp":262434975796,"id":1046,"parentId":947,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/reducers/restore-reducer.js","layer":"app-pages-browser"},"startTime":1740201613795,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":91514,"timestamp":262434975783,"id":1045,"parentId":947,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/reducers/server-patch-reducer.js","layer":"app-pages-browser"},"startTime":1740201613795,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":92013,"timestamp":262434975809,"id":1047,"parentId":947,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/reducers/refresh-reducer.js","layer":"app-pages-browser"},"startTime":1740201613795,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":92385,"timestamp":262434975823,"id":1048,"parentId":947,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/reducers/prefetch-reducer.js","layer":"app-pages-browser"},"startTime":1740201613795,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":93833,"timestamp":262434975768,"id":1044,"parentId":947,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/reducers/navigate-reducer.js","layer":"app-pages-browser"},"startTime":1740201613795,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":94796,"timestamp":262434975836,"id":1049,"parentId":947,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/reducers/hmr-refresh-reducer.js","layer":"app-pages-browser"},"startTime":1740201613795,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":96131,"timestamp":262434975849,"id":1050,"parentId":947,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/reducers/server-action-reducer.js","layer":"app-pages-browser"},"startTime":1740201613795,"traceId":"151cdb66ad8ebd56"},{"name":"add-entry","duration":386989,"timestamp":262434690168,"id":786,"parentId":781,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1740201613509,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":161473,"timestamp":262434918450,"id":1014,"parentId":900,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","layer":"shared"},"startTime":1740201613738,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":8948,"timestamp":262435082646,"id":1063,"parentId":1005,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/search.js","layer":"app-pages-browser"},"startTime":1740201613902,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":9101,"timestamp":262435082606,"id":1061,"parentId":1005,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/circle-alert.js","layer":"app-pages-browser"},"startTime":1740201613902,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":9171,"timestamp":262435082629,"id":1062,"parentId":1005,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/loader-circle.js","layer":"app-pages-browser"},"startTime":1740201613902,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":9212,"timestamp":262435082661,"id":1064,"parentId":1005,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/table-2.js","layer":"app-pages-browser"},"startTime":1740201613902,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":9271,"timestamp":262435082689,"id":1065,"parentId":1005,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/square-terminal.js","layer":"app-pages-browser"},"startTime":1740201613902,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":9420,"timestamp":262435082705,"id":1066,"parentId":1011,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/encode-uri-path.js","layer":null},"startTime":1740201613902,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":9637,"timestamp":262435082757,"id":1069,"parentId":1002,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/forbidden.js","layer":"app-pages-browser"},"startTime":1740201613902,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":9742,"timestamp":262435082720,"id":1067,"parentId":979,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/modern-browserslist-target.js","layer":null},"startTime":1740201613902,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":9875,"timestamp":262435082775,"id":1070,"parentId":1002,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/unauthorized.js","layer":"app-pages-browser"},"startTime":1740201613902,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":10060,"timestamp":262435082736,"id":1068,"parentId":1002,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/not-found.js","layer":"app-pages-browser"},"startTime":1740201613902,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":10125,"timestamp":262435082820,"id":1073,"parentId":978,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js","layer":null},"startTime":1740201613902,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":10338,"timestamp":262435082789,"id":1071,"parentId":1002,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/unstable-rethrow.js","layer":"app-pages-browser"},"startTime":1740201613902,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":10445,"timestamp":262435082804,"id":1072,"parentId":964,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js","layer":"app-pages-browser"},"startTime":1740201613902,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":10496,"timestamp":262435082833,"id":1074,"parentId":982,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","layer":"app-pages-browser"},"startTime":1740201613902,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":11847,"timestamp":262435082848,"id":1075,"parentId":983,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/sorted-routes.js","layer":null},"startTime":1740201613902,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-mjs","duration":4042,"timestamp":262435095737,"id":1092,"parentId":995,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-slot/dist/index.mjs","layer":"app-pages-browser"},"startTime":1740201613915,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-mjs","duration":7972,"timestamp":262435095925,"id":1097,"parentId":974,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/tailwind-merge/dist/bundle-mjs.mjs","layer":"app-pages-browser"},"startTime":1740201613915,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":8079,"timestamp":262435095968,"id":1098,"parentId":1000,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@monaco-editor/loader/lib/es/index.js","layer":"app-pages-browser"},"startTime":1740201613915,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-mjs","duration":8188,"timestamp":262435096010,"id":1099,"parentId":973,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/primitive/dist/index.mjs","layer":"app-pages-browser"},"startTime":1740201613915,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-mjs","duration":8351,"timestamp":262435096048,"id":1100,"parentId":973,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-compose-refs/dist/index.mjs","layer":"app-pages-browser"},"startTime":1740201613915,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-mjs","duration":8717,"timestamp":262435096128,"id":1102,"parentId":973,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-context/dist/index.mjs","layer":"app-pages-browser"},"startTime":1740201613915,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-mjs","duration":8770,"timestamp":262435096284,"id":1106,"parentId":973,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-primitive/dist/index.mjs","layer":"app-pages-browser"},"startTime":1740201613915,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-mjs","duration":8976,"timestamp":262435096322,"id":1107,"parentId":973,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-use-callback-ref/dist/index.mjs","layer":"app-pages-browser"},"startTime":1740201613915,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-mjs","duration":9255,"timestamp":262435096363,"id":1108,"parentId":973,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-use-controllable-state/dist/index.mjs","layer":"app-pages-browser"},"startTime":1740201613915,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-mjs","duration":9346,"timestamp":262435096402,"id":1109,"parentId":973,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-use-layout-effect/dist/index.mjs","layer":"app-pages-browser"},"startTime":1740201613915,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":23642,"timestamp":262435082367,"id":1053,"parentId":970,"tags":{"name":"__barrel_optimize__?names=Loader2!=!/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1740201613901,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":23545,"timestamp":262435082514,"id":1056,"parentId":991,"tags":{"name":"__barrel_optimize__?names=AlertCircle!=!/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1740201613902,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":23644,"timestamp":262435082494,"id":1055,"parentId":987,"tags":{"name":"__barrel_optimize__?names=ArrowLeft,ArrowRight,Columns,Loader2,SlidersHorizontal!=!/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1740201613902,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":23728,"timestamp":262435082466,"id":1054,"parentId":972,"tags":{"name":"__barrel_optimize__?names=Download,HardDrive,Loader2,Upload!=!/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1740201613902,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":23692,"timestamp":262435082537,"id":1057,"parentId":989,"tags":{"name":"__barrel_optimize__?names=Trash2!=!/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1740201613902,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":133424,"timestamp":262434975417,"id":1025,"parentId":815,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/compiled/react/jsx-runtime.js","layer":"app-pages-browser"},"startTime":1740201613794,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":133460,"timestamp":262434975616,"id":1038,"parentId":820,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/compiled/react-dom/index.js","layer":"app-pages-browser"},"startTime":1740201613795,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":35523,"timestamp":262435082574,"id":1059,"parentId":999,"tags":{"name":"__barrel_optimize__?names=Check!=!/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1740201613902,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":144705,"timestamp":262434975604,"id":1037,"parentId":829,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/compiled/react-dom/client.js","layer":"app-pages-browser"},"startTime":1740201613795,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":40482,"timestamp":262435082556,"id":1058,"parentId":993,"tags":{"name":"__barrel_optimize__?names=ArrowDown,ArrowUp,ArrowUpDown!=!/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1740201613902,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":148233,"timestamp":262434975592,"id":1036,"parentId":821,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/compiled/react/index.js","layer":"app-pages-browser"},"startTime":1740201613795,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":53773,"timestamp":262435082590,"id":1060,"parentId":996,"tags":{"name":"__barrel_optimize__?names=Check,ChevronRight,Circle!=!/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1740201613902,"traceId":"151cdb66ad8ebd56"}]
11
- [{"name":"postcss-process","duration":279509,"timestamp":262434976544,"id":1052,"parentId":1051,"tags":{},"startTime":1740201613796,"traceId":"151cdb66ad8ebd56"},{"name":"postcss-loader","duration":280323,"timestamp":262434975930,"id":1051,"parentId":1024,"tags":{},"startTime":1740201613795,"traceId":"151cdb66ad8ebd56"},{"name":"css-loader","duration":8763,"timestamp":262435256350,"id":1122,"parentId":1024,"tags":{"astUsed":"true"},"startTime":1740201614075,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":172951,"timestamp":262435095440,"id":1077,"parentId":932,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/detect-domain-locale.js","layer":null},"startTime":1740201613915,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":173514,"timestamp":262435095561,"id":1081,"parentId":932,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/bloom-filter.js","layer":null},"startTime":1740201613915,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":174088,"timestamp":262435095523,"id":1079,"parentId":932,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/resolve-href.js","layer":null},"startTime":1740201613915,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":174403,"timestamp":262435095503,"id":1078,"parentId":932,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/remove-locale.js","layer":null},"startTime":1740201613915,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":174648,"timestamp":262435095577,"id":1082,"parentId":932,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/route-matcher.js","layer":null},"startTime":1740201613915,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":175246,"timestamp":262435095595,"id":1083,"parentId":932,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/format-url.js","layer":null},"startTime":1740201613915,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":175414,"timestamp":262435095610,"id":1084,"parentId":932,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/compare-states.js","layer":null},"startTime":1740201613915,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":175486,"timestamp":262435095634,"id":1086,"parentId":932,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/omit.js","layer":null},"startTime":1740201613915,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":175655,"timestamp":262435095622,"id":1085,"parentId":932,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/is-local-url.js","layer":null},"startTime":1740201613915,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":175773,"timestamp":262435095689,"id":1089,"parentId":1006,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/command.js","layer":"app-pages-browser"},"startTime":1740201613915,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":175910,"timestamp":262435095649,"id":1087,"parentId":1008,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/x.js","layer":"app-pages-browser"},"startTime":1740201613915,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":175934,"timestamp":262435095704,"id":1090,"parentId":1006,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/corner-down-left.js","layer":"app-pages-browser"},"startTime":1740201613915,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":176007,"timestamp":262435095722,"id":1091,"parentId":1006,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/grip-horizontal.js","layer":"app-pages-browser"},"startTime":1740201613915,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":176121,"timestamp":262435095672,"id":1088,"parentId":1006,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/chevron-down.js","layer":"app-pages-browser"},"startTime":1740201613915,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":175687,"timestamp":262435096456,"id":1111,"parentId":978,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/normalize-trailing-slash.js","layer":null},"startTime":1740201613916,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":175901,"timestamp":262435096467,"id":1112,"parentId":1011,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/trusted-types.js","layer":null},"startTime":1740201613916,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":176164,"timestamp":262435096441,"id":1110,"parentId":964,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/normalize-trailing-slash.js","layer":"app-pages-browser"},"startTime":1740201613916,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":176927,"timestamp":262435095904,"id":1096,"parentId":959,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/apply-flight-data.js","layer":"app-pages-browser"},"startTime":1740201613915,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":176485,"timestamp":262435096493,"id":1114,"parentId":975,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/segment-cache/cache-key.js","layer":"app-pages-browser"},"startTime":1740201613916,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":176581,"timestamp":262435096523,"id":1116,"parentId":1019,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/is-plain-object.js","layer":"app-pages-browser"},"startTime":1740201613916,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":176619,"timestamp":262435096552,"id":1118,"parentId":1030,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/page-path/normalize-path-sep.js","layer":null},"startTime":1740201613916,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":176673,"timestamp":262435096565,"id":1119,"parentId":1023,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","layer":null},"startTime":1740201613916,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":176778,"timestamp":262435096579,"id":1120,"parentId":1022,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/parse-path.js","layer":"app-pages-browser"},"startTime":1740201613916,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":176851,"timestamp":262435096596,"id":1121,"parentId":1034,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/add-path-suffix.js","layer":null},"startTime":1740201613916,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":177047,"timestamp":262435096538,"id":1117,"parentId":1023,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/segment.js","layer":null},"startTime":1740201613916,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":177794,"timestamp":262435096509,"id":1115,"parentId":975,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/segment-cache/scheduler.js","layer":"app-pages-browser"},"startTime":1740201613916,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-mjs","duration":9072,"timestamp":262435277125,"id":1135,"parentId":973,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-visually-hidden/dist/index.mjs","layer":"app-pages-browser"},"startTime":1740201614096,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-mjs","duration":191320,"timestamp":262435095822,"id":1094,"parentId":999,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-checkbox/dist/index.mjs","layer":"app-pages-browser"},"startTime":1740201613915,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-mjs","duration":191352,"timestamp":262435096089,"id":1101,"parentId":973,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-collection/dist/index.mjs","layer":"app-pages-browser"},"startTime":1740201613915,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-mjs","duration":192470,"timestamp":262435095863,"id":1095,"parentId":996,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-dropdown-menu/dist/index.mjs","layer":"app-pages-browser"},"startTime":1740201613915,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-mjs","duration":192331,"timestamp":262435096207,"id":1104,"parentId":973,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-portal/dist/index.mjs","layer":"app-pages-browser"},"startTime":1740201613915,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-mjs","duration":192813,"timestamp":262435096246,"id":1105,"parentId":973,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-presence/dist/index.mjs","layer":"app-pages-browser"},"startTime":1740201613915,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-mjs","duration":193926,"timestamp":262435096166,"id":1103,"parentId":973,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-dismissable-layer/dist/index.mjs","layer":"app-pages-browser"},"startTime":1740201613915,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-mjs","duration":198501,"timestamp":262435095783,"id":1093,"parentId":998,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-scroll-area/dist/index.mjs","layer":"app-pages-browser"},"startTime":1740201613915,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":18214,"timestamp":262435276724,"id":1125,"parentId":994,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/lib/sql-error-types.js","layer":"app-pages-browser"},"startTime":1740201614096,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":18388,"timestamp":262435276704,"id":1124,"parentId":1033,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/remove-path-prefix.js","layer":null},"startTime":1740201614096,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":18620,"timestamp":262435276600,"id":1123,"parentId":1034,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/add-locale.js","layer":null},"startTime":1740201614096,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-jsx","duration":18587,"timestamp":262435276853,"id":1128,"parentId":987,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/refresh-button.jsx","layer":"app-pages-browser"},"startTime":1740201614096,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-jsx","duration":18769,"timestamp":262435276893,"id":1129,"parentId":987,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/sync-migrations-button.jsx","layer":"app-pages-browser"},"startTime":1740201614096,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-jsx","duration":19309,"timestamp":262435276772,"id":1126,"parentId":971,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/push-preview-toast.jsx","layer":"app-pages-browser"},"startTime":1740201614096,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-jsx","duration":19659,"timestamp":262435276812,"id":1127,"parentId":971,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/pull-preview-toast.jsx","layer":"app-pages-browser"},"startTime":1740201614096,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-jsx","duration":19755,"timestamp":262435277011,"id":1132,"parentId":970,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/ui/dialog.jsx","layer":"app-pages-browser"},"startTime":1740201614096,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-jsx","duration":20119,"timestamp":262435276973,"id":1131,"parentId":987,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/column-selector.jsx","layer":"app-pages-browser"},"startTime":1740201614096,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-jsx","duration":20198,"timestamp":262435277084,"id":1134,"parentId":987,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/ui/tooltip.jsx","layer":"app-pages-browser"},"startTime":1740201614096,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-jsx","duration":20657,"timestamp":262435277047,"id":1133,"parentId":972,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/ui/select.jsx","layer":"app-pages-browser"},"startTime":1740201614096,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-jsx","duration":21411,"timestamp":262435276929,"id":1130,"parentId":987,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/download-button.jsx","layer":"app-pages-browser"},"startTime":1740201614096,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":21453,"timestamp":262435277262,"id":1139,"parentId":930,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/stitched-error.js","layer":null},"startTime":1740201614096,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":21981,"timestamp":262435277224,"id":1137,"parentId":940,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/react-dev-overlay/pages/websocket.js","layer":null},"startTime":1740201614096,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":22214,"timestamp":262435277245,"id":1138,"parentId":928,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/stitched-error.js","layer":"app-pages-browser"},"startTime":1740201614096,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":22595,"timestamp":262435277275,"id":1140,"parentId":928,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/use-error-handler.js","layer":"app-pages-browser"},"startTime":1740201614096,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":239717,"timestamp":262435082859,"id":1076,"parentId":937,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/build/webpack/loaders/css-loader/src/runtime/api.js","layer":null},"startTime":1740201613902,"traceId":"151cdb66ad8ebd56"},{"name":"build-module","duration":562796,"timestamp":262434763501,"id":875,"parentId":804,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.jsx\",\"import\":\"Geist\",\"arguments\":[{\"variable\":\"--font-geist-sans\",\"subsets\":[\"latin\"]}],\"variableName\":\"geistSans\"}","layer":"app-pages-browser"},"startTime":1740201613583,"traceId":"151cdb66ad8ebd56"},{"name":"build-module","duration":561294,"timestamp":262434765229,"id":876,"parentId":804,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.jsx\",\"import\":\"Geist_Mono\",\"arguments\":[{\"variable\":\"--font-geist-mono\",\"subsets\":[\"latin\"]}],\"variableName\":\"geistMono\"}","layer":"app-pages-browser"},"startTime":1740201613584,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":5506,"timestamp":262435323257,"id":1143,"parentId":1071,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/export/helpers/is-dynamic-usage-error.js","layer":"app-pages-browser"},"startTime":1740201614142,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":5580,"timestamp":262435323320,"id":1144,"parentId":1071,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/lib/router-utils/is-postpone.js","layer":"app-pages-browser"},"startTime":1740201614142,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":235273,"timestamp":262435095538,"id":1080,"parentId":932,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/lib/is-api-route.js","layer":null},"startTime":1740201613915,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":234559,"timestamp":262435096479,"id":1113,"parentId":946,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/app-render/async-local-storage.js","layer":"shared"},"startTime":1740201613916,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":7998,"timestamp":262435323417,"id":1145,"parentId":1027,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/escape-regexp.js","layer":null},"startTime":1740201614142,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":8435,"timestamp":262435323168,"id":1142,"parentId":1063,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/createLucideIcon.js","layer":"app-pages-browser"},"startTime":1740201614142,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":8210,"timestamp":262435323613,"id":1150,"parentId":1045,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/is-navigating-to-new-root-layout.js","layer":"app-pages-browser"},"startTime":1740201614143,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":8825,"timestamp":262435323571,"id":1148,"parentId":1048,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/promise-queue.js","layer":"app-pages-browser"},"startTime":1740201614143,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":9054,"timestamp":262435323631,"id":1151,"parentId":1045,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/handle-mutable.js","layer":"app-pages-browser"},"startTime":1740201614143,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":9235,"timestamp":262435323647,"id":1152,"parentId":1047,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/handle-segment-mismatch.js","layer":"app-pages-browser"},"startTime":1740201614143,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":9352,"timestamp":262435323683,"id":1154,"parentId":1055,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/arrow-left.js","layer":"app-pages-browser"},"startTime":1740201614143,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":9412,"timestamp":262435323719,"id":1156,"parentId":1055,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/columns-2.js","layer":"app-pages-browser"},"startTime":1740201614143,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":9508,"timestamp":262435323701,"id":1155,"parentId":1055,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/arrow-right.js","layer":"app-pages-browser"},"startTime":1740201614143,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":9550,"timestamp":262435323772,"id":1158,"parentId":1054,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/download.js","layer":"app-pages-browser"},"startTime":1740201614143,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":9695,"timestamp":262435323735,"id":1157,"parentId":1055,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/sliders-horizontal.js","layer":"app-pages-browser"},"startTime":1740201614143,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":9689,"timestamp":262435323803,"id":1160,"parentId":1054,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/upload.js","layer":"app-pages-browser"},"startTime":1740201614143,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":9774,"timestamp":262435323788,"id":1159,"parentId":1054,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/hard-drive.js","layer":"app-pages-browser"},"startTime":1740201614143,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":9997,"timestamp":262435323820,"id":1161,"parentId":1057,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/trash-2.js","layer":"app-pages-browser"},"startTime":1740201614143,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":10495,"timestamp":262435323666,"id":1153,"parentId":1045,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/apply-router-state-patch-to-tree.js","layer":"app-pages-browser"},"startTime":1740201614143,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":13802,"timestamp":262435323593,"id":1149,"parentId":1046,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/ppr-navigations.js","layer":"app-pages-browser"},"startTime":1740201614143,"traceId":"151cdb66ad8ebd56"},{"name":"add-entry","duration":649377,"timestamp":262434690177,"id":787,"parentId":781,"tags":{"request":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/router.js"},"startTime":1740201613509,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":4186,"timestamp":262435339252,"id":1168,"parentId":1098,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@monaco-editor/loader/lib/es/loader/index.js","layer":"app-pages-browser"},"startTime":1740201614158,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":69621,"timestamp":262435277297,"id":1141,"parentId":962,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","layer":"app-pages-browser"},"startTime":1740201614096,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":70424,"timestamp":262435277167,"id":1136,"parentId":923,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/react-dom/index.js","layer":null},"startTime":1740201614096,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":8667,"timestamp":262435339182,"id":1164,"parentId":1058,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/arrow-up.js","layer":"app-pages-browser"},"startTime":1740201614158,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":8852,"timestamp":262435339076,"id":1162,"parentId":1059,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/check.js","layer":"app-pages-browser"},"startTime":1740201614158,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":8838,"timestamp":262435339158,"id":1163,"parentId":1058,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/arrow-down.js","layer":"app-pages-browser"},"startTime":1740201614158,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":8864,"timestamp":262435339201,"id":1165,"parentId":1058,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/arrow-up-down.js","layer":"app-pages-browser"},"startTime":1740201614158,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":8887,"timestamp":262435339235,"id":1167,"parentId":1060,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/circle.js","layer":"app-pages-browser"},"startTime":1740201614158,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":8973,"timestamp":262435339218,"id":1166,"parentId":1060,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/chevron-right.js","layer":"app-pages-browser"},"startTime":1740201614158,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":9052,"timestamp":262435339297,"id":1169,"parentId":1110,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js","layer":"app-pages-browser"},"startTime":1740201614158,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":9452,"timestamp":262435339315,"id":1170,"parentId":1044,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/invalidate-cache-below-flight-segmentpath.js","layer":"app-pages-browser"},"startTime":1740201614158,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":9683,"timestamp":262435339332,"id":1171,"parentId":1050,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/assign-location.js","layer":"app-pages-browser"},"startTime":1740201614158,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":9875,"timestamp":262435339351,"id":1172,"parentId":1044,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/should-hard-navigate.js","layer":"app-pages-browser"},"startTime":1740201614158,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":10129,"timestamp":262435339366,"id":1173,"parentId":1044,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/clear-cache-node-data-for-segment-path.js","layer":"app-pages-browser"},"startTime":1740201614158,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":10432,"timestamp":262435339412,"id":1176,"parentId":1050,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/reducers/server-reference-info.js","layer":"app-pages-browser"},"startTime":1740201614158,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":11129,"timestamp":262435339397,"id":1175,"parentId":1044,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/segment-cache/navigation.js","layer":"app-pages-browser"},"startTime":1740201614158,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":11632,"timestamp":262435339382,"id":1174,"parentId":1044,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/aliased-prefetch-navigations.js","layer":"app-pages-browser"},"startTime":1740201614158,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":11676,"timestamp":262435339430,"id":1177,"parentId":1128,"tags":{"name":"__barrel_optimize__?names=Loader2,RefreshCw!=!/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1740201614159,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":11672,"timestamp":262435339484,"id":1180,"parentId":1127,"tags":{"name":"__barrel_optimize__?names=FileText,Loader2!=!/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1740201614159,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":11730,"timestamp":262435339468,"id":1179,"parentId":1126,"tags":{"name":"__barrel_optimize__?names=Loader2,X!=!/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1740201614159,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":11787,"timestamp":262435339449,"id":1178,"parentId":1129,"tags":{"name":"__barrel_optimize__?names=FolderSync,Loader2!=!/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1740201614159,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":11774,"timestamp":262435339499,"id":1181,"parentId":1131,"tags":{"name":"__barrel_optimize__?names=Columns!=!/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1740201614159,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":11827,"timestamp":262435339515,"id":1182,"parentId":1133,"tags":{"name":"__barrel_optimize__?names=Check,ChevronDown,ChevronUp!=!/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1740201614159,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":11866,"timestamp":262435339531,"id":1183,"parentId":1130,"tags":{"name":"__barrel_optimize__?names=Download,FileCode,FileJson,FileSpreadsheet,Loader2!=!/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1740201614159,"traceId":"151cdb66ad8ebd56"}]
12
- [{"name":"build-module-mjs","duration":3757,"timestamp":262435355177,"id":1184,"parentId":1094,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-use-previous/dist/index.mjs","layer":"app-pages-browser"},"startTime":1740201614174,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-mjs","duration":3789,"timestamp":262435355300,"id":1185,"parentId":1094,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-use-size/dist/index.mjs","layer":"app-pages-browser"},"startTime":1740201614174,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-mjs","duration":3830,"timestamp":262435355398,"id":1187,"parentId":1095,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-id/dist/index.mjs","layer":"app-pages-browser"},"startTime":1740201614174,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":5103,"timestamp":262435355518,"id":1189,"parentId":1096,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/fill-cache-with-new-subtree-data.js","layer":"app-pages-browser"},"startTime":1740201614175,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":6066,"timestamp":262435355547,"id":1190,"parentId":1115,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/segment-cache/cache.js","layer":"app-pages-browser"},"startTime":1740201614175,"traceId":"151cdb66ad8ebd56"},{"name":"build-module","duration":69,"timestamp":262435362381,"id":1191,"parentId":875,"tags":{},"startTime":1740201614181,"traceId":"151cdb66ad8ebd56"},{"name":"build-module","duration":7,"timestamp":262435362455,"id":1192,"parentId":876,"tags":{},"startTime":1740201614182,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-mjs","duration":2505,"timestamp":262435362556,"id":1195,"parentId":1103,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-use-escape-keydown/dist/index.mjs","layer":"app-pages-browser"},"startTime":1740201614182,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-mjs","duration":2635,"timestamp":262435362601,"id":1196,"parentId":1093,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-direction/dist/index.mjs","layer":"app-pages-browser"},"startTime":1740201614182,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-mjs","duration":2665,"timestamp":262435362644,"id":1197,"parentId":1093,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/number/dist/index.mjs","layer":"app-pages-browser"},"startTime":1740201614182,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":42495,"timestamp":262435323515,"id":1146,"parentId":1001,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/app-render/action-async-storage-instance.js","layer":"shared"},"startTime":1740201614143,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":42592,"timestamp":262435323553,"id":1147,"parentId":969,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/compiled/react-server-dom-webpack/client.browser.js","layer":"app-pages-browser"},"startTime":1740201614143,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-mjs","duration":12172,"timestamp":262435355440,"id":1188,"parentId":1132,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-dialog/dist/index.mjs","layer":"app-pages-browser"},"startTime":1740201614175,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-mjs","duration":16781,"timestamp":262435355354,"id":1186,"parentId":1095,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-menu/dist/index.mjs","layer":"app-pages-browser"},"startTime":1740201614174,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":9978,"timestamp":262435362469,"id":1193,"parentId":1142,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/Icon.js","layer":"app-pages-browser"},"startTime":1740201614182,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":10100,"timestamp":262435362534,"id":1194,"parentId":1142,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/shared/src/utils.js","layer":"app-pages-browser"},"startTime":1740201614182,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":10018,"timestamp":262435374618,"id":1211,"parentId":1168,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@monaco-editor/loader/lib/es/_virtual/_rollupPluginBabelHelpers.js","layer":"app-pages-browser"},"startTime":1740201614194,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":10074,"timestamp":262435374663,"id":1212,"parentId":1168,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@monaco-editor/loader/lib/es/config/index.js","layer":"app-pages-browser"},"startTime":1740201614194,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":10193,"timestamp":262435374710,"id":1213,"parentId":1168,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@monaco-editor/loader/lib/es/validators/index.js","layer":"app-pages-browser"},"startTime":1740201614194,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":10243,"timestamp":262435374754,"id":1214,"parentId":1168,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@monaco-editor/loader/lib/es/utils/compose.js","layer":"app-pages-browser"},"startTime":1740201614194,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":10291,"timestamp":262435374794,"id":1215,"parentId":1168,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@monaco-editor/loader/lib/es/utils/deepMerge.js","layer":"app-pages-browser"},"startTime":1740201614194,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":10347,"timestamp":262435374836,"id":1216,"parentId":1168,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@monaco-editor/loader/lib/es/utils/makeCancelable.js","layer":"app-pages-browser"},"startTime":1740201614194,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":10591,"timestamp":262435374888,"id":1217,"parentId":1141,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/app-render/async-local-storage.js","layer":"app-pages-browser"},"startTime":1740201614194,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-mjs","duration":24920,"timestamp":262435362686,"id":1198,"parentId":1134,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-tooltip/dist/index.mjs","layer":"app-pages-browser"},"startTime":1740201614182,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-mjs","duration":28545,"timestamp":262435362727,"id":1199,"parentId":1133,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-select/dist/index.mjs","layer":"app-pages-browser"},"startTime":1740201614182,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":17198,"timestamp":262435374513,"id":1205,"parentId":1180,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/file-text.js","layer":"app-pages-browser"},"startTime":1740201614194,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":17374,"timestamp":262435374439,"id":1204,"parentId":1177,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/refresh-cw.js","layer":"app-pages-browser"},"startTime":1740201614194,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":17306,"timestamp":262435374585,"id":1209,"parentId":1183,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/file-json.js","layer":"app-pages-browser"},"startTime":1740201614194,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":17389,"timestamp":262435374569,"id":1208,"parentId":1183,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/file-code.js","layer":"app-pages-browser"},"startTime":1740201614194,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":17455,"timestamp":262435374553,"id":1207,"parentId":1182,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/chevron-up.js","layer":"app-pages-browser"},"startTime":1740201614194,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":17535,"timestamp":262435374535,"id":1206,"parentId":1178,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/folder-sync.js","layer":"app-pages-browser"},"startTime":1740201614194,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":17533,"timestamp":262435374601,"id":1210,"parentId":1183,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/file-spreadsheet.js","layer":"app-pages-browser"},"startTime":1740201614194,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":17463,"timestamp":262435374932,"id":1218,"parentId":1137,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/get-socket-url.js","layer":null},"startTime":1740201614194,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":17712,"timestamp":262435374961,"id":1220,"parentId":1140,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/hydration-error-info.js","layer":"app-pages-browser"},"startTime":1740201614194,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":17857,"timestamp":262435374977,"id":1221,"parentId":1140,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/enqueue-client-error.js","layer":"app-pages-browser"},"startTime":1740201614194,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":18001,"timestamp":262435374992,"id":1222,"parentId":1140,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/console-error.js","layer":"app-pages-browser"},"startTime":1740201614194,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":18209,"timestamp":262435374946,"id":1219,"parentId":1140,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/attach-hydration-error-state.js","layer":"app-pages-browser"},"startTime":1740201614194,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":1104,"timestamp":262435404336,"id":1224,"parentId":1168,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/state-local/lib/es/state-local.js","layer":"app-pages-browser"},"startTime":1740201614223,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":46196,"timestamp":262435362794,"id":1201,"parentId":1025,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/compiled/react/cjs/react-jsx-runtime.production.js","layer":"app-pages-browser"},"startTime":1740201614182,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":46786,"timestamp":262435362806,"id":1202,"parentId":1038,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/compiled/react-dom/cjs/react-dom.production.js","layer":"app-pages-browser"},"startTime":1740201614182,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":47941,"timestamp":262435362772,"id":1200,"parentId":1036,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/compiled/react/cjs/react.production.js","layer":"app-pages-browser"},"startTime":1740201614182,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":98711,"timestamp":262435362821,"id":1203,"parentId":1037,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/compiled/react-dom/cjs/react-dom-client.production.js","layer":"app-pages-browser"},"startTime":1740201614182,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":57639,"timestamp":262435404235,"id":1223,"parentId":1193,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/defaultAttributes.js","layer":"app-pages-browser"},"startTime":1740201614223,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":57903,"timestamp":262435404406,"id":1226,"parentId":1140,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/lib/console.js","layer":"app-pages-browser"},"startTime":1740201614223,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":1856,"timestamp":262435463122,"id":1227,"parentId":1213,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@monaco-editor/loader/lib/es/utils/curry.js","layer":"app-pages-browser"},"startTime":1740201614282,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":1883,"timestamp":262435463226,"id":1228,"parentId":1213,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@monaco-editor/loader/lib/es/utils/isObject.js","layer":"app-pages-browser"},"startTime":1740201614282,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":4181,"timestamp":262435463295,"id":1230,"parentId":1189,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/invalidate-cache-by-router-state.js","layer":"app-pages-browser"},"startTime":1740201614282,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":4446,"timestamp":262435463343,"id":1232,"parentId":1190,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/segment-cache/lru.js","layer":"app-pages-browser"},"startTime":1740201614282,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":4762,"timestamp":262435463323,"id":1231,"parentId":1190,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/segment-cache/tuple-map.js","layer":"app-pages-browser"},"startTime":1740201614282,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":588,"timestamp":262435468423,"id":1236,"parentId":1188,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/react-remove-scroll/dist/es2015/index.js","layer":"app-pages-browser"},"startTime":1740201614288,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":999,"timestamp":262435468466,"id":1237,"parentId":1188,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/aria-hidden/dist/es2015/index.js","layer":"app-pages-browser"},"startTime":1740201614288,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-mjs","duration":2486,"timestamp":262435468375,"id":1235,"parentId":1188,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-focus-guards/dist/index.mjs","layer":"app-pages-browser"},"startTime":1740201614287,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":66887,"timestamp":262435404381,"id":1225,"parentId":1137,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/dev/hot-reloader-types.js","layer":null},"startTime":1740201614223,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-mjs","duration":4069,"timestamp":262435468549,"id":1239,"parentId":1186,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-roving-focus/dist/index.mjs","layer":"app-pages-browser"},"startTime":1740201614288,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-mjs","duration":5889,"timestamp":262435468276,"id":1234,"parentId":1188,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-focus-scope/dist/index.mjs","layer":"app-pages-browser"},"startTime":1740201614287,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":5086,"timestamp":262435469900,"id":1240,"parentId":1218,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/normalized-asset-prefix.js","layer":null},"startTime":1740201614289,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-mjs","duration":9107,"timestamp":262435468507,"id":1238,"parentId":1186,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-popper/dist/index.mjs","layer":"app-pages-browser"},"startTime":1740201614288,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":8180,"timestamp":262435469938,"id":1241,"parentId":1220,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/is-hydration-error.js","layer":"app-pages-browser"},"startTime":1740201614289,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":4357,"timestamp":262435479023,"id":1242,"parentId":1236,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/react-remove-scroll/dist/es2015/Combination.js","layer":"app-pages-browser"},"startTime":1740201614298,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":48078,"timestamp":262435463270,"id":1229,"parentId":1136,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/react-dom/cjs/react-dom.production.min.js","layer":null},"startTime":1740201614282,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":51006,"timestamp":262435463363,"id":1233,"parentId":1147,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/compiled/react-server-dom-webpack/cjs/react-server-dom-webpack-client.browser.production.js","layer":"app-pages-browser"},"startTime":1740201614282,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-css","duration":543141,"timestamp":262434974220,"id":1024,"parentId":945,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/app/globals.css.webpack[javascript/auto]!=!/Users/karenredona/Desktop/d1studio/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[2]!/Users/karenredona/Desktop/d1studio/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[3]!/Users/karenredona/Desktop/d1studio/src/app/globals.css","layer":null},"startTime":1740201613793,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-css","duration":675911,"timestamp":262434844284,"id":945,"parentId":804,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/app/globals.css","layer":"app-pages-browser"},"startTime":1740201613663,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":619,"timestamp":262435521581,"id":1243,"parentId":1242,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/react-remove-scroll/dist/es2015/UI.js","layer":"app-pages-browser"},"startTime":1740201614341,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":619,"timestamp":262435521676,"id":1244,"parentId":1242,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/react-remove-scroll/dist/es2015/sidecar.js","layer":"app-pages-browser"},"startTime":1740201614341,"traceId":"151cdb66ad8ebd56"},{"name":"build-module","duration":52,"timestamp":262435524258,"id":1245,"parentId":945,"tags":{},"startTime":1740201614343,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-mjs","duration":1114,"timestamp":262435524327,"id":1246,"parentId":1238,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.mjs","layer":"app-pages-browser"},"startTime":1740201614343,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-mjs","duration":1136,"timestamp":262435524435,"id":1247,"parentId":1238,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-arrow/dist/index.mjs","layer":"app-pages-browser"},"startTime":1740201614344,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":1712,"timestamp":262435526192,"id":1248,"parentId":1243,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/react-remove-scroll/dist/es2015/medium.js","layer":"app-pages-browser"},"startTime":1740201614345,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":2204,"timestamp":262435526243,"id":1249,"parentId":1244,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/react-remove-scroll/dist/es2015/SideEffect.js","layer":"app-pages-browser"},"startTime":1740201614345,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-mjs","duration":3736,"timestamp":262435526290,"id":1250,"parentId":1242,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/tslib/tslib.es6.mjs","layer":"app-pages-browser"},"startTime":1740201614345,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":1142,"timestamp":262435531740,"id":1251,"parentId":1243,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/react-remove-scroll-bar/dist/es2015/constants.js","layer":"app-pages-browser"},"startTime":1740201614351,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":1174,"timestamp":262435531819,"id":1252,"parentId":1243,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/use-callback-ref/dist/es2015/index.js","layer":"app-pages-browser"},"startTime":1740201614351,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":1200,"timestamp":262435531864,"id":1253,"parentId":1244,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/use-sidecar/dist/es2015/index.js","layer":"app-pages-browser"},"startTime":1740201614351,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":633,"timestamp":262435535612,"id":1254,"parentId":1249,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js","layer":"app-pages-browser"},"startTime":1740201614355,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":880,"timestamp":262435535691,"id":1255,"parentId":1249,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/react-remove-scroll/dist/es2015/handleScroll.js","layer":"app-pages-browser"},"startTime":1740201614355,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":915,"timestamp":262435535738,"id":1256,"parentId":1249,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/react-remove-scroll-bar/dist/es2015/index.js","layer":"app-pages-browser"},"startTime":1740201614355,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":923,"timestamp":262435535780,"id":1257,"parentId":1249,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/react-style-singleton/dist/es2015/index.js","layer":"app-pages-browser"},"startTime":1740201614355,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":2372,"timestamp":262435537256,"id":1258,"parentId":1252,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/use-callback-ref/dist/es2015/assignRef.js","layer":"app-pages-browser"},"startTime":1740201614356,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":2524,"timestamp":262435537312,"id":1259,"parentId":1252,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/use-callback-ref/dist/es2015/useRef.js","layer":"app-pages-browser"},"startTime":1740201614356,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":2564,"timestamp":262435537355,"id":1260,"parentId":1252,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/use-callback-ref/dist/es2015/createRef.js","layer":"app-pages-browser"},"startTime":1740201614356,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":2613,"timestamp":262435537397,"id":1261,"parentId":1252,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/use-callback-ref/dist/es2015/mergeRef.js","layer":"app-pages-browser"},"startTime":1740201614356,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":2746,"timestamp":262435537438,"id":1262,"parentId":1252,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/use-callback-ref/dist/es2015/useMergeRef.js","layer":"app-pages-browser"},"startTime":1740201614357,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":2762,"timestamp":262435537480,"id":1263,"parentId":1252,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/use-callback-ref/dist/es2015/useTransformRef.js","layer":"app-pages-browser"},"startTime":1740201614357,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":2776,"timestamp":262435537521,"id":1264,"parentId":1252,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/use-callback-ref/dist/es2015/transformRef.js","layer":"app-pages-browser"},"startTime":1740201614357,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":2845,"timestamp":262435537561,"id":1265,"parentId":1252,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/use-callback-ref/dist/es2015/refToCallback.js","layer":"app-pages-browser"},"startTime":1740201614357,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":2894,"timestamp":262435537601,"id":1266,"parentId":1253,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/use-sidecar/dist/es2015/hoc.js","layer":"app-pages-browser"},"startTime":1740201614357,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":3013,"timestamp":262435537643,"id":1267,"parentId":1253,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/use-sidecar/dist/es2015/hook.js","layer":"app-pages-browser"},"startTime":1740201614357,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":3025,"timestamp":262435537686,"id":1268,"parentId":1253,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/use-sidecar/dist/es2015/config.js","layer":"app-pages-browser"},"startTime":1740201614357,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":3162,"timestamp":262435537726,"id":1269,"parentId":1253,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/use-sidecar/dist/es2015/medium.js","layer":"app-pages-browser"},"startTime":1740201614357,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":3275,"timestamp":262435537766,"id":1270,"parentId":1253,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/use-sidecar/dist/es2015/renderProp.js","layer":"app-pages-browser"},"startTime":1740201614357,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":3340,"timestamp":262435537805,"id":1271,"parentId":1253,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/use-sidecar/dist/es2015/exports.js","layer":"app-pages-browser"},"startTime":1740201614357,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-mjs","duration":4800,"timestamp":262435537846,"id":1272,"parentId":1246,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@floating-ui/dom/dist/floating-ui.dom.mjs","layer":"app-pages-browser"},"startTime":1740201614357,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":961,"timestamp":262435547171,"id":1273,"parentId":1256,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/react-remove-scroll-bar/dist/es2015/component.js","layer":"app-pages-browser"},"startTime":1740201614366,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":1019,"timestamp":262435547276,"id":1274,"parentId":1256,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/react-remove-scroll-bar/dist/es2015/utils.js","layer":"app-pages-browser"},"startTime":1740201614366,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":1064,"timestamp":262435547324,"id":1275,"parentId":1257,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/react-style-singleton/dist/es2015/component.js","layer":"app-pages-browser"},"startTime":1740201614366,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":1225,"timestamp":262435547372,"id":1276,"parentId":1257,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/react-style-singleton/dist/es2015/singleton.js","layer":"app-pages-browser"},"startTime":1740201614366,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":1288,"timestamp":262435547417,"id":1277,"parentId":1257,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/react-style-singleton/dist/es2015/hook.js","layer":"app-pages-browser"},"startTime":1740201614366,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":1971,"timestamp":262435549668,"id":1278,"parentId":1267,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/use-sidecar/dist/es2015/env.js","layer":"app-pages-browser"},"startTime":1740201614369,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-mjs","duration":869,"timestamp":262435552564,"id":1283,"parentId":1272,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.mjs","layer":"app-pages-browser"},"startTime":1740201614372,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-mjs","duration":3021,"timestamp":262435552630,"id":1284,"parentId":1272,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@floating-ui/core/dist/floating-ui.core.mjs","layer":"app-pages-browser"},"startTime":1740201614372,"traceId":"151cdb66ad8ebd56"}]
13
- [{"name":"build-module-mjs","duration":3581,"timestamp":262435552675,"id":1285,"parentId":1272,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@floating-ui/utils/dist/floating-ui.utils.mjs","layer":"app-pages-browser"},"startTime":1740201614372,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":9355,"timestamp":262435549870,"id":1281,"parentId":1148,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@swc/helpers/esm/_class_private_field_loose_base.js","layer":"app-pages-browser"},"startTime":1740201614369,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":9598,"timestamp":262435549837,"id":1280,"parentId":834,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/build/polyfills/process.js","layer":null},"startTime":1740201614369,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":9752,"timestamp":262435549788,"id":1279,"parentId":898,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/build/polyfills/process.js","layer":"app-pages-browser"},"startTime":1740201614369,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":9719,"timestamp":262435549920,"id":1282,"parentId":1148,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@swc/helpers/esm/_class_private_field_loose_key.js","layer":"app-pages-browser"},"startTime":1740201614369,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":349,"timestamp":262435559747,"id":1286,"parentId":1276,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/get-nonce/dist/es2015/index.js","layer":"app-pages-browser"},"startTime":1740201614379,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":484,"timestamp":262435560647,"id":1288,"parentId":1229,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/scheduler/index.js","layer":null},"startTime":1740201614380,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":964,"timestamp":262435560364,"id":1287,"parentId":1278,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/detect-node-es/esm/browser.js","layer":"app-pages-browser"},"startTime":1740201614379,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":585,"timestamp":262435560827,"id":1289,"parentId":1203,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/compiled/scheduler/index.js","layer":"app-pages-browser"},"startTime":1740201614380,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":1079,"timestamp":262435562018,"id":1290,"parentId":1288,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/scheduler/cjs/scheduler.production.min.js","layer":null},"startTime":1740201614381,"traceId":"151cdb66ad8ebd56"},{"name":"add-entry","duration":873108,"timestamp":262434690050,"id":782,"parentId":781,"tags":{"request":"./node_modules/next/dist/client/next.js"},"startTime":1740201613509,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":2011,"timestamp":262435562147,"id":1291,"parentId":1289,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/compiled/scheduler/cjs/scheduler.production.js","layer":"app-pages-browser"},"startTime":1740201614381,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":844,"timestamp":262435564192,"id":1292,"parentId":1280,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/compiled/process/browser.js","layer":null},"startTime":1740201614383,"traceId":"151cdb66ad8ebd56"},{"name":"build-module-js","duration":1151,"timestamp":262435564226,"id":1293,"parentId":1279,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/compiled/process/browser.js","layer":"app-pages-browser"},"startTime":1740201614383,"traceId":"151cdb66ad8ebd56"},{"name":"add-entry","duration":875251,"timestamp":262434690181,"id":788,"parentId":781,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1740201613509,"traceId":"151cdb66ad8ebd56"},{"name":"add-entry","duration":875418,"timestamp":262434690078,"id":783,"parentId":781,"tags":{"request":"./node_modules/next/dist/client/app-next.js"},"startTime":1740201613509,"traceId":"151cdb66ad8ebd56"},{"name":"add-entry","duration":875409,"timestamp":262434690090,"id":785,"parentId":781,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fclient%2Fcomponents%2Fnot-found-error&page=%2F_not-found%2Fpage!"},"startTime":1740201613509,"traceId":"151cdb66ad8ebd56"},{"name":"add-entry","duration":875418,"timestamp":262434690085,"id":784,"parentId":781,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-segment.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fhttp-access-fallback%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fnode_modules%2Fnext%2Fdist%2Flib%2Fmetadata%2Fmetadata-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1740201613509,"traceId":"151cdb66ad8ebd56"},{"name":"add-entry","duration":875302,"timestamp":262434690204,"id":800,"parentId":781,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fsrc%2Fapp%2Fpage.jsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1740201613509,"traceId":"151cdb66ad8ebd56"},{"name":"add-entry","duration":875322,"timestamp":262434690185,"id":790,"parentId":781,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.jsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Geist%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22variable%5C%22%3A%5C%22--font-geist-sans%5C%22%2C%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22geistSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.jsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Geist_Mono%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22variable%5C%22%3A%5C%22--font-geist-mono%5C%22%2C%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22geistMono%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fsrc%2Fapp%2Fglobals.css%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fsrc%2Fcomponents%2Fui%2Ftoaster.jsx%22%2C%22ids%22%3A%5B%22Toaster%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fsrc%2Fcontext%2Fdatabase-context.js%22%2C%22ids%22%3A%5B%22DatabaseProvider%22%5D%7D&server=false!"},"startTime":1740201613509,"traceId":"151cdb66ad8ebd56"},{"name":"make","duration":875656,"timestamp":262434689892,"id":781,"parentId":780,"tags":{},"startTime":1740201613509,"traceId":"151cdb66ad8ebd56"},{"name":"chunk-graph","duration":4142,"timestamp":262435580196,"id":1295,"parentId":1294,"tags":{},"startTime":1740201614399,"traceId":"151cdb66ad8ebd56"},{"name":"optimize-modules","duration":3,"timestamp":262435584370,"id":1297,"parentId":1294,"tags":{},"startTime":1740201614403,"traceId":"151cdb66ad8ebd56"},{"name":"optimize-chunks","duration":3694,"timestamp":262435585075,"id":1299,"parentId":1294,"tags":{},"startTime":1740201614404,"traceId":"151cdb66ad8ebd56"},{"name":"optimize-tree","duration":5,"timestamp":262435588802,"id":1300,"parentId":1294,"tags":{},"startTime":1740201614408,"traceId":"151cdb66ad8ebd56"},{"name":"optimize-chunk-modules","duration":6173,"timestamp":262435588825,"id":1301,"parentId":1294,"tags":{},"startTime":1740201614408,"traceId":"151cdb66ad8ebd56"},{"name":"optimize","duration":10660,"timestamp":262435584359,"id":1296,"parentId":1294,"tags":{},"startTime":1740201614403,"traceId":"151cdb66ad8ebd56"},{"name":"module-hash","duration":5893,"timestamp":262435602303,"id":1302,"parentId":1294,"tags":{},"startTime":1740201614421,"traceId":"151cdb66ad8ebd56"},{"name":"code-generation","duration":66978,"timestamp":262435608269,"id":1303,"parentId":1294,"tags":{},"startTime":1740201614427,"traceId":"151cdb66ad8ebd56"},{"name":"hash","duration":2109,"timestamp":262435676703,"id":1304,"parentId":1294,"tags":{},"startTime":1740201614496,"traceId":"151cdb66ad8ebd56"},{"name":"code-generation-jobs","duration":119,"timestamp":262435678811,"id":1305,"parentId":1294,"tags":{},"startTime":1740201614498,"traceId":"151cdb66ad8ebd56"},{"name":"module-assets","duration":143,"timestamp":262435678921,"id":1306,"parentId":1294,"tags":{},"startTime":1740201614498,"traceId":"151cdb66ad8ebd56"},{"name":"create-chunk-assets","duration":3183,"timestamp":262435679068,"id":1307,"parentId":1294,"tags":{},"startTime":1740201614498,"traceId":"151cdb66ad8ebd56"},{"name":"NextJsBuildManifest-generateClientManifest","duration":1184,"timestamp":262435687652,"id":1309,"parentId":780,"tags":{},"startTime":1740201614507,"traceId":"151cdb66ad8ebd56"},{"name":"NextJsBuildManifest-createassets","duration":1651,"timestamp":262435687200,"id":1308,"parentId":780,"tags":{},"startTime":1740201614506,"traceId":"151cdb66ad8ebd56"},{"name":"minify-js","duration":39829,"timestamp":262435699332,"id":1314,"parentId":1310,"tags":{"name":"static/chunks/pages/_app-d23763e3e6c904ff.js","cache":"MISS"},"startTime":1740201614518,"traceId":"151cdb66ad8ebd56"},{"name":"minify-js","duration":40014,"timestamp":262435699182,"id":1312,"parentId":1310,"tags":{"name":"static/chunks/main-app-d36cdfb402b40f13.js","cache":"MISS"},"startTime":1740201614518,"traceId":"151cdb66ad8ebd56"},{"name":"minify-js","duration":39783,"timestamp":262435699429,"id":1316,"parentId":1310,"tags":{"name":"static/chunks/app/api/cloudflare/route-3458d78022185d7f.js","cache":"MISS"},"startTime":1740201614519,"traceId":"151cdb66ad8ebd56"},{"name":"minify-js","duration":39819,"timestamp":262435699406,"id":1315,"parentId":1310,"tags":{"name":"static/chunks/pages/_error-9b7125ad1a1e68fa.js","cache":"MISS"},"startTime":1740201614518,"traceId":"151cdb66ad8ebd56"},{"name":"minify-js","duration":39598,"timestamp":262435699640,"id":1318,"parentId":1310,"tags":{"name":"static/chunks/app/api/migrations/sync-files/route-02fa291c8000dadf.js","cache":"MISS"},"startTime":1740201614519,"traceId":"151cdb66ad8ebd56"},{"name":"minify-js","duration":39590,"timestamp":262435699659,"id":1319,"parentId":1310,"tags":{"name":"static/chunks/app/api/databases/route-64255424877a9f72.js","cache":"MISS"},"startTime":1740201614519,"traceId":"151cdb66ad8ebd56"},{"name":"minify-js","duration":39564,"timestamp":262435699696,"id":1320,"parentId":1310,"tags":{"name":"static/chunks/app/api/pull-remote/confirm/route-7e05bb8920127abe.js","cache":"MISS"},"startTime":1740201614519,"traceId":"151cdb66ad8ebd56"},{"name":"minify-js","duration":39998,"timestamp":262435699273,"id":1313,"parentId":1310,"tags":{"name":"static/chunks/app/_not-found/page-b786c3dd79ad15a5.js","cache":"MISS"},"startTime":1740201614518,"traceId":"151cdb66ad8ebd56"},{"name":"minify-js","duration":39589,"timestamp":262435699712,"id":1321,"parentId":1310,"tags":{"name":"static/chunks/app/api/migrations/sync/route-03766b3afcf043ba.js","cache":"MISS"},"startTime":1740201614519,"traceId":"151cdb66ad8ebd56"},{"name":"minify-js","duration":39518,"timestamp":262435699798,"id":1323,"parentId":1310,"tags":{"name":"static/chunks/app/api/push-remote/confirm/route-96691f1880e4ed14.js","cache":"MISS"},"startTime":1740201614519,"traceId":"151cdb66ad8ebd56"},{"name":"minify-js","duration":39598,"timestamp":262435699729,"id":1322,"parentId":1310,"tags":{"name":"static/chunks/app/api/pull-remote/preview/route-0fa15f783e8a306c.js","cache":"MISS"},"startTime":1740201614519,"traceId":"151cdb66ad8ebd56"},{"name":"minify-js","duration":39522,"timestamp":262435699815,"id":1324,"parentId":1310,"tags":{"name":"static/chunks/app/api/push-remote/preview/route-a798679c67374552.js","cache":"MISS"},"startTime":1740201614519,"traceId":"151cdb66ad8ebd56"},{"name":"minify-js","duration":39518,"timestamp":262435699830,"id":1325,"parentId":1310,"tags":{"name":"static/chunks/app/api/query/route-e90d0030a5083e20.js","cache":"MISS"},"startTime":1740201614519,"traceId":"151cdb66ad8ebd56"},{"name":"minify-js","duration":39458,"timestamp":262435699901,"id":1326,"parentId":1310,"tags":{"name":"static/chunks/app/api/tables/route-3772b4f480c4b4a4.js","cache":"MISS"},"startTime":1740201614519,"traceId":"151cdb66ad8ebd56"},{"name":"minify-js","duration":39923,"timestamp":262435699447,"id":1317,"parentId":1310,"tags":{"name":"static/chunks/app/layout-8360fab69b848283.js","cache":"MISS"},"startTime":1740201614519,"traceId":"151cdb66ad8ebd56"},{"name":"minify-js","duration":36872,"timestamp":262435702509,"id":1328,"parentId":1310,"tags":{"name":"static/chunks/app/api/tables/[name]/route-1efe63e73b480e58.js","cache":"MISS"},"startTime":1740201614522,"traceId":"151cdb66ad8ebd56"},{"name":"minify-js","duration":36863,"timestamp":262435702530,"id":1329,"parentId":1310,"tags":{"name":"static/chunks/webpack-c76ac1e586b2802a.js","cache":"MISS"},"startTime":1740201614522,"traceId":"151cdb66ad8ebd56"},{"name":"minify-js","duration":69677,"timestamp":262435699918,"id":1327,"parentId":1310,"tags":{"name":"static/chunks/app/page-79049bfa6cc07e11.js","cache":"MISS"},"startTime":1740201614519,"traceId":"151cdb66ad8ebd56"},{"name":"minify-js","duration":90270,"timestamp":262435696329,"id":1311,"parentId":1310,"tags":{"name":"static/chunks/main-8d0ab17774ffa031.js","cache":"MISS"},"startTime":1740201614515,"traceId":"151cdb66ad8ebd56"},{"name":"minify-js","duration":84208,"timestamp":262435705687,"id":1332,"parentId":1310,"tags":{"name":"static/chunks/692-ede418e1d28a1394.js","cache":"MISS"},"startTime":1740201614525,"traceId":"151cdb66ad8ebd56"},{"name":"minify-js","duration":107907,"timestamp":262435702735,"id":1330,"parentId":1310,"tags":{"name":"static/chunks/framework-d29117d969504448.js","cache":"MISS"},"startTime":1740201614522,"traceId":"151cdb66ad8ebd56"},{"name":"minify-js","duration":92002,"timestamp":262435724531,"id":1335,"parentId":1310,"tags":{"name":"static/chunks/92-c4466e0f1ca8a3a8.js","cache":"MISS"},"startTime":1740201614544,"traceId":"151cdb66ad8ebd56"},{"name":"minify-js","duration":95730,"timestamp":262435724771,"id":1336,"parentId":1310,"tags":{"name":"static/chunks/735-c9144179c6bd7d06.js","cache":"MISS"},"startTime":1740201614544,"traceId":"151cdb66ad8ebd56"},{"name":"minify-js","duration":95565,"timestamp":262435725001,"id":1337,"parentId":1310,"tags":{"name":"server/middleware-react-loadable-manifest.js","cache":"MISS"},"startTime":1740201614544,"traceId":"151cdb66ad8ebd56"},{"name":"minify-js","duration":95565,"timestamp":262435725025,"id":1338,"parentId":1310,"tags":{"name":"static/ZwNOdZJ0LOtE0AJMNWwzY/_ssgManifest.js","cache":"MISS"},"startTime":1740201614544,"traceId":"151cdb66ad8ebd56"},{"name":"minify-js","duration":95568,"timestamp":262435725084,"id":1339,"parentId":1310,"tags":{"name":"server/middleware-build-manifest.js","cache":"MISS"},"startTime":1740201614544,"traceId":"151cdb66ad8ebd56"},{"name":"minify-js","duration":97545,"timestamp":262435725098,"id":1340,"parentId":1310,"tags":{"name":"static/ZwNOdZJ0LOtE0AJMNWwzY/_buildManifest.js","cache":"MISS"},"startTime":1740201614544,"traceId":"151cdb66ad8ebd56"},{"name":"minify-js","duration":97597,"timestamp":262435725110,"id":1341,"parentId":1310,"tags":{"name":"server/next-font-manifest.js","cache":"MISS"},"startTime":1740201614544,"traceId":"151cdb66ad8ebd56"},{"name":"minify-js","duration":131731,"timestamp":262435703182,"id":1331,"parentId":1310,"tags":{"name":"static/chunks/4bd1b696-8c908eb707f85a27.js","cache":"MISS"},"startTime":1740201614522,"traceId":"151cdb66ad8ebd56"},{"name":"minify-js","duration":155642,"timestamp":262435711770,"id":1334,"parentId":1310,"tags":{"name":"static/chunks/422-6fa3c14fc64ad67b.js","cache":"MISS"},"startTime":1740201614531,"traceId":"151cdb66ad8ebd56"},{"name":"minify-js","duration":166642,"timestamp":262435706707,"id":1333,"parentId":1310,"tags":{"name":"static/chunks/517-3b698a5d3da06ff7.js","cache":"MISS"},"startTime":1740201614526,"traceId":"151cdb66ad8ebd56"},{"name":"minify-webpack-plugin-optimize","duration":183532,"timestamp":262435689833,"id":1310,"parentId":780,"tags":{"compilationName":"client"},"startTime":1740201614509,"traceId":"151cdb66ad8ebd56"},{"name":"minify-css","duration":260853,"timestamp":262435873483,"id":1343,"parentId":1342,"tags":{"file":"static/css/b60ec8ee0c6f1e4f.css","cache":"MISS"},"startTime":1740201614693,"traceId":"151cdb66ad8ebd56"},{"name":"css-minimizer-plugin","duration":260925,"timestamp":262435873448,"id":1342,"parentId":780,"tags":{},"startTime":1740201614693,"traceId":"151cdb66ad8ebd56"},{"name":"seal","duration":567937,"timestamp":262435572532,"id":1294,"parentId":780,"tags":{},"startTime":1740201614392,"traceId":"151cdb66ad8ebd56"},{"name":"webpack-compilation","duration":1451508,"timestamp":262434689088,"id":780,"parentId":13,"tags":{"name":"client"},"startTime":1740201613508,"traceId":"151cdb66ad8ebd56"},{"name":"emit","duration":5008,"timestamp":262436140621,"id":1344,"parentId":13,"tags":{},"startTime":1740201614960,"traceId":"151cdb66ad8ebd56"},{"name":"webpack-close","duration":105544,"timestamp":262436145834,"id":1345,"parentId":13,"tags":{"name":"client"},"startTime":1740201614965,"traceId":"151cdb66ad8ebd56"},{"name":"webpack-generate-error-stats","duration":551,"timestamp":262436251393,"id":1346,"parentId":1345,"tags":{},"startTime":1740201615070,"traceId":"151cdb66ad8ebd56"},{"name":"run-webpack-compiler","duration":4889978,"timestamp":262431362132,"id":13,"parentId":1,"tags":{},"startTime":1740201610181,"traceId":"151cdb66ad8ebd56"},{"name":"format-webpack-messages","duration":56,"timestamp":262436252114,"id":1347,"parentId":1,"tags":{},"startTime":1740201615071,"traceId":"151cdb66ad8ebd56"},{"name":"verify-and-lint","duration":899011,"timestamp":262436261063,"id":1350,"parentId":1,"tags":{},"startTime":1740201615080,"traceId":"151cdb66ad8ebd56"},{"name":"verify-typescript-setup","duration":2698264,"timestamp":262436257700,"id":1349,"parentId":1,"tags":{},"startTime":1740201615077,"traceId":"151cdb66ad8ebd56"},{"name":"check-static-error-page","duration":2554,"timestamp":262438964815,"id":1353,"parentId":1352,"tags":{},"startTime":1740201617784,"traceId":"151cdb66ad8ebd56"},{"name":"check-page","duration":1805,"timestamp":262438978079,"id":1354,"parentId":1352,"tags":{"page":"/_app"},"startTime":1740201617797,"traceId":"151cdb66ad8ebd56"},{"name":"check-page","duration":1057,"timestamp":262438978850,"id":1356,"parentId":1352,"tags":{"page":"/_document"},"startTime":1740201617798,"traceId":"151cdb66ad8ebd56"},{"name":"check-page","duration":1521,"timestamp":262438978804,"id":1355,"parentId":1352,"tags":{"page":"/_error"},"startTime":1740201617798,"traceId":"151cdb66ad8ebd56"},{"name":"is-page-static","duration":263956,"timestamp":262438980979,"id":1370,"parentId":1357,"tags":{},"startTime":1740201617800,"traceId":"151cdb66ad8ebd56"},{"name":"check-page","duration":266148,"timestamp":262438978870,"id":1357,"parentId":1352,"tags":{"page":"/_not-found"},"startTime":1740201617798,"traceId":"151cdb66ad8ebd56"},{"name":"is-page-static","duration":280049,"timestamp":262438981230,"id":1371,"parentId":1358,"tags":{},"startTime":1740201617800,"traceId":"151cdb66ad8ebd56"},{"name":"check-page","duration":282302,"timestamp":262438979044,"id":1358,"parentId":1352,"tags":{"page":"/api/cloudflare"},"startTime":1740201617798,"traceId":"151cdb66ad8ebd56"},{"name":"is-page-static","duration":282527,"timestamp":262438983564,"id":1381,"parentId":1368,"tags":{},"startTime":1740201617803,"traceId":"151cdb66ad8ebd56"},{"name":"check-page","duration":286613,"timestamp":262438979516,"id":1368,"parentId":1352,"tags":{"page":"/api/tables"},"startTime":1740201617799,"traceId":"151cdb66ad8ebd56"},{"name":"is-page-static","duration":290627,"timestamp":262438981453,"id":1374,"parentId":1361,"tags":{},"startTime":1740201617801,"traceId":"151cdb66ad8ebd56"},{"name":"check-page","duration":292945,"timestamp":262438979174,"id":1361,"parentId":1352,"tags":{"page":"/api/migrations/sync"},"startTime":1740201617798,"traceId":"151cdb66ad8ebd56"},{"name":"is-page-static","duration":291165,"timestamp":262438982029,"id":1378,"parentId":1365,"tags":{},"startTime":1740201617801,"traceId":"151cdb66ad8ebd56"},{"name":"check-page","duration":293813,"timestamp":262438979419,"id":1365,"parentId":1352,"tags":{"page":"/api/push-remote/preview"},"startTime":1740201617799,"traceId":"151cdb66ad8ebd56"},{"name":"is-page-static","duration":296342,"timestamp":262438981315,"id":1372,"parentId":1359,"tags":{},"startTime":1740201617800,"traceId":"151cdb66ad8ebd56"},{"name":"check-page","duration":298597,"timestamp":262438979109,"id":1359,"parentId":1352,"tags":{"page":"/api/databases"},"startTime":1740201617798,"traceId":"151cdb66ad8ebd56"},{"name":"is-page-static","duration":306963,"timestamp":262438981594,"id":1375,"parentId":1362,"tags":{},"startTime":1740201617801,"traceId":"151cdb66ad8ebd56"},{"name":"check-page","duration":309379,"timestamp":262438979203,"id":1362,"parentId":1352,"tags":{"page":"/api/pull-remote/confirm"},"startTime":1740201617798,"traceId":"151cdb66ad8ebd56"},{"name":"is-page-static","duration":309719,"timestamp":262438984055,"id":1382,"parentId":1369,"tags":{},"startTime":1740201617803,"traceId":"151cdb66ad8ebd56"},{"name":"check-page","duration":314250,"timestamp":262438979549,"id":1369,"parentId":1352,"tags":{"page":"/"},"startTime":1740201617799,"traceId":"151cdb66ad8ebd56"},{"name":"is-page-static","duration":311666,"timestamp":262438983513,"id":1380,"parentId":1367,"tags":{},"startTime":1740201617803,"traceId":"151cdb66ad8ebd56"},{"name":"check-page","duration":315749,"timestamp":262438979469,"id":1367,"parentId":1352,"tags":{"page":"/api/tables/[name]"},"startTime":1740201617799,"traceId":"151cdb66ad8ebd56"},{"name":"is-page-static","duration":313970,"timestamp":262438981870,"id":1376,"parentId":1363,"tags":{},"startTime":1740201617801,"traceId":"151cdb66ad8ebd56"}]
14
- [{"name":"check-page","duration":316869,"timestamp":262438979355,"id":1363,"parentId":1352,"tags":{"page":"/api/pull-remote/preview"},"startTime":1740201617798,"traceId":"151cdb66ad8ebd56"},{"name":"is-page-static","duration":318069,"timestamp":262438981382,"id":1373,"parentId":1360,"tags":{},"startTime":1740201617800,"traceId":"151cdb66ad8ebd56"},{"name":"check-page","duration":320342,"timestamp":262438979143,"id":1360,"parentId":1352,"tags":{"page":"/api/migrations/sync-files"},"startTime":1740201617798,"traceId":"151cdb66ad8ebd56"},{"name":"is-page-static","duration":325756,"timestamp":262438981961,"id":1377,"parentId":1364,"tags":{},"startTime":1740201617801,"traceId":"151cdb66ad8ebd56"},{"name":"check-page","duration":328347,"timestamp":262438979391,"id":1364,"parentId":1352,"tags":{"page":"/api/push-remote/confirm"},"startTime":1740201617798,"traceId":"151cdb66ad8ebd56"},{"name":"is-page-static","duration":328981,"timestamp":262438982770,"id":1379,"parentId":1366,"tags":{},"startTime":1740201617802,"traceId":"151cdb66ad8ebd56"},{"name":"check-page","duration":332320,"timestamp":262438979445,"id":1366,"parentId":1352,"tags":{"page":"/api/query"},"startTime":1740201617799,"traceId":"151cdb66ad8ebd56"},{"name":"static-check","duration":347453,"timestamp":262438964340,"id":1352,"parentId":1,"tags":{},"startTime":1740201617783,"traceId":"151cdb66ad8ebd56"},{"name":"generate-required-server-files","duration":193,"timestamp":262439311979,"id":1384,"parentId":1,"tags":{},"startTime":1740201618131,"traceId":"151cdb66ad8ebd56"},{"name":"write-routes-manifest","duration":3525,"timestamp":262439315563,"id":1386,"parentId":1,"tags":{},"startTime":1740201618135,"traceId":"151cdb66ad8ebd56"},{"name":"load-dotenv","duration":20,"timestamp":262439603278,"id":1389,"parentId":1388,"tags":{},"startTime":1740201618422,"traceId":"151cdb66ad8ebd56"},{"name":"run-export-path-map","duration":226,"timestamp":262440242453,"id":1390,"parentId":1388,"tags":{},"startTime":1740201619062,"traceId":"151cdb66ad8ebd56"},{"name":"next-export","duration":1144164,"timestamp":262439602909,"id":1388,"parentId":1,"tags":{},"startTime":1740201618422,"traceId":"151cdb66ad8ebd56"},{"name":"move-exported-app-not-found-","duration":2064,"timestamp":262440747746,"id":1391,"parentId":1387,"tags":{},"startTime":1740201619567,"traceId":"151cdb66ad8ebd56"},{"name":"move-exported-page","duration":34544,"timestamp":262440749881,"id":1392,"parentId":1387,"tags":{},"startTime":1740201619569,"traceId":"151cdb66ad8ebd56"},{"name":"static-generation","duration":1230813,"timestamp":262439600733,"id":1387,"parentId":1,"tags":{},"startTime":1740201618420,"traceId":"151cdb66ad8ebd56"},{"name":"node-file-trace-build","duration":4326607,"timestamp":262439313118,"id":1385,"parentId":1,"tags":{"isTurbotrace":"false"},"startTime":1740201618132,"traceId":"151cdb66ad8ebd56"},{"name":"apply-include-excludes","duration":371,"timestamp":262443639747,"id":1393,"parentId":1,"tags":{},"startTime":1740201622459,"traceId":"151cdb66ad8ebd56"},{"name":"print-tree-view","duration":1413,"timestamp":262443640351,"id":1394,"parentId":1,"tags":{},"startTime":1740201622459,"traceId":"151cdb66ad8ebd56"},{"name":"telemetry-flush","duration":26128,"timestamp":262443641770,"id":1395,"parentId":1,"tags":{},"startTime":1740201622461,"traceId":"151cdb66ad8ebd56"},{"name":"next-build","duration":12426252,"timestamp":262431241654,"id":1,"tags":{"buildMode":"default","isTurboBuild":"false","version":"15.1.6","has-custom-webpack-config":"true","use-build-worker":"false"},"startTime":1740201610061,"traceId":"151cdb66ad8ebd56"}]
1
+ [{"name":"generate-buildid","duration":99,"timestamp":94764132971,"id":4,"parentId":1,"tags":{},"startTime":1742012060166,"traceId":"dcf4d9b07c1421a0"},{"name":"load-custom-routes","duration":156,"timestamp":94764133109,"id":5,"parentId":1,"tags":{},"startTime":1742012060166,"traceId":"dcf4d9b07c1421a0"},{"name":"create-dist-dir","duration":356,"timestamp":94764165885,"id":6,"parentId":1,"tags":{},"startTime":1742012060199,"traceId":"dcf4d9b07c1421a0"},{"name":"create-pages-mapping","duration":80,"timestamp":94764167094,"id":7,"parentId":1,"tags":{},"startTime":1742012060200,"traceId":"dcf4d9b07c1421a0"},{"name":"collect-app-paths","duration":1236,"timestamp":94764167186,"id":8,"parentId":1,"tags":{},"startTime":1742012060200,"traceId":"dcf4d9b07c1421a0"},{"name":"create-app-mapping","duration":559,"timestamp":94764168432,"id":9,"parentId":1,"tags":{},"startTime":1742012060201,"traceId":"dcf4d9b07c1421a0"},{"name":"public-dir-conflict-check","duration":395,"timestamp":94764169170,"id":10,"parentId":1,"tags":{},"startTime":1742012060202,"traceId":"dcf4d9b07c1421a0"},{"name":"generate-routes-manifest","duration":1266,"timestamp":94764169658,"id":11,"parentId":1,"tags":{},"startTime":1742012060203,"traceId":"dcf4d9b07c1421a0"},{"name":"create-entrypoints","duration":46874,"timestamp":94764208373,"id":14,"parentId":1,"tags":{},"startTime":1742012060241,"traceId":"dcf4d9b07c1421a0"},{"name":"generate-webpack-config","duration":196612,"timestamp":94764255362,"id":15,"parentId":13,"tags":{},"startTime":1742012060288,"traceId":"dcf4d9b07c1421a0"},{"name":"next-trace-entrypoint-plugin","duration":1201,"timestamp":94764518692,"id":17,"parentId":16,"tags":{},"startTime":1742012060552,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module","duration":20076,"timestamp":94764590804,"id":41,"parentId":22,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?page=%2Fapi%2Fmigrations%2Fsync%2Froute&name=app%2Fapi%2Fmigrations%2Fsync%2Froute&pagePath=private-next-app-dir%2Fapi%2Fmigrations%2Fsync%2Froute.js&appDir=%2FUsers%2Fkona%2FDesktop%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fmigrations%2Fsync%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!","layer":"rsc"},"startTime":1742012060624,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module","duration":22197,"timestamp":94764590734,"id":40,"parentId":21,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?page=%2Fapi%2Fdatabases%2Froute&name=app%2Fapi%2Fdatabases%2Froute&pagePath=private-next-app-dir%2Fapi%2Fdatabases%2Froute.js&appDir=%2FUsers%2Fkona%2FDesktop%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fdatabases%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!","layer":"rsc"},"startTime":1742012060624,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module","duration":30100,"timestamp":94764585881,"id":38,"parentId":19,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?page=%2Fapi%2Fcloudflare%2Froute&name=app%2Fapi%2Fcloudflare%2Froute&pagePath=private-next-app-dir%2Fapi%2Fcloudflare%2Froute.js&appDir=%2FUsers%2Fkona%2FDesktop%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fcloudflare%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!","layer":"rsc"},"startTime":1742012060619,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module","duration":27059,"timestamp":94764590600,"id":39,"parentId":20,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?page=%2Fapi%2Fmigrations%2Fsync-files%2Froute&name=app%2Fapi%2Fmigrations%2Fsync-files%2Froute&pagePath=private-next-app-dir%2Fapi%2Fmigrations%2Fsync-files%2Froute.js&appDir=%2FUsers%2Fkona%2FDesktop%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fmigrations%2Fsync-files%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!","layer":"rsc"},"startTime":1742012060624,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module","duration":27708,"timestamp":94764590868,"id":42,"parentId":23,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?page=%2Fapi%2Fpull-data%2Fconfirm%2Froute&name=app%2Fapi%2Fpull-data%2Fconfirm%2Froute&pagePath=private-next-app-dir%2Fapi%2Fpull-data%2Fconfirm%2Froute.js&appDir=%2FUsers%2Fkona%2FDesktop%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fpull-data%2Fconfirm%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!","layer":"rsc"},"startTime":1742012060624,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module","duration":38114,"timestamp":94764584139,"id":37,"parentId":33,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/build/webpack/loaders/next-route-loader/index.js?kind=PAGES&page=%2F_error&preferredRegion=&absolutePagePath=next%2Fdist%2Fpages%2F_error&absoluteAppPath=next%2Fdist%2Fpages%2F_app&absoluteDocumentPath=next%2Fdist%2Fpages%2F_document&middlewareConfigBase64=e30%3D!","layer":null},"startTime":1742012060617,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module","duration":32093,"timestamp":94764591005,"id":43,"parentId":24,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?page=%2Fapi%2Fpull-remote%2Fconfirm%2Froute&name=app%2Fapi%2Fpull-remote%2Fconfirm%2Froute&pagePath=private-next-app-dir%2Fapi%2Fpull-remote%2Fconfirm%2Froute.js&appDir=%2FUsers%2Fkona%2FDesktop%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fpull-remote%2Fconfirm%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!","layer":"rsc"},"startTime":1742012060624,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module","duration":33287,"timestamp":94764591067,"id":44,"parentId":25,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?page=%2Fapi%2Fpull-remote%2Fpreview%2Froute&name=app%2Fapi%2Fpull-remote%2Fpreview%2Froute&pagePath=private-next-app-dir%2Fapi%2Fpull-remote%2Fpreview%2Froute.js&appDir=%2FUsers%2Fkona%2FDesktop%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fpull-remote%2Fpreview%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!","layer":"rsc"},"startTime":1742012060624,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module","duration":35297,"timestamp":94764591130,"id":45,"parentId":26,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?page=%2Fapi%2Fpush-remote%2Fconfirm%2Froute&name=app%2Fapi%2Fpush-remote%2Fconfirm%2Froute&pagePath=private-next-app-dir%2Fapi%2Fpush-remote%2Fconfirm%2Froute.js&appDir=%2FUsers%2Fkona%2FDesktop%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fpush-remote%2Fconfirm%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!","layer":"rsc"},"startTime":1742012060624,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module","duration":38671,"timestamp":94764591359,"id":46,"parentId":27,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?page=%2Fapi%2Fpush-remote%2Fpreview%2Froute&name=app%2Fapi%2Fpush-remote%2Fpreview%2Froute&pagePath=private-next-app-dir%2Fapi%2Fpush-remote%2Fpreview%2Froute.js&appDir=%2FUsers%2Fkona%2FDesktop%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fpush-remote%2Fpreview%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!","layer":"rsc"},"startTime":1742012060624,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module","duration":39244,"timestamp":94764591506,"id":47,"parentId":28,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?page=%2Fapi%2Fquery%2Froute&name=app%2Fapi%2Fquery%2Froute&pagePath=private-next-app-dir%2Fapi%2Fquery%2Froute.js&appDir=%2FUsers%2Fkona%2FDesktop%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fquery%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!","layer":"rsc"},"startTime":1742012060625,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module","duration":40088,"timestamp":94764591569,"id":48,"parentId":29,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?page=%2Fapi%2Ftables%2Froute&name=app%2Fapi%2Ftables%2Froute&pagePath=private-next-app-dir%2Fapi%2Ftables%2Froute.js&appDir=%2FUsers%2Fkona%2FDesktop%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Ftables%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!","layer":"rsc"},"startTime":1742012060625,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module","duration":40912,"timestamp":94764592088,"id":50,"parentId":31,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?page=%2Fapi%2Fupdate%2Froute&name=app%2Fapi%2Fupdate%2Froute&pagePath=private-next-app-dir%2Fapi%2Fupdate%2Froute.js&appDir=%2FUsers%2Fkona%2FDesktop%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fupdate%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!","layer":"rsc"},"startTime":1742012060625,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module","duration":41876,"timestamp":94764592150,"id":51,"parentId":34,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?page=%2Fapi%2Ftables%2F%5Bname%5D%2Froute&name=app%2Fapi%2Ftables%2F%5Bname%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Ftables%2F%5Bname%5D%2Froute.js&appDir=%2FUsers%2Fkona%2FDesktop%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Ftables%2F%5Bname%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!","layer":"rsc"},"startTime":1742012060625,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":45135,"timestamp":94764601258,"id":53,"parentId":32,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/pages/_app.js","layer":null},"startTime":1742012060634,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":75410,"timestamp":94764602510,"id":54,"parentId":36,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/pages/_document.js","layer":null},"startTime":1742012060636,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module","duration":109,"timestamp":94764679433,"id":55,"parentId":53,"tags":{"name":"react/jsx-runtime","layer":null},"startTime":1742012060712,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module","duration":9,"timestamp":94764679564,"id":56,"parentId":53,"tags":{"name":"react","layer":null},"startTime":1742012060713,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module","duration":88585,"timestamp":94764591688,"id":49,"parentId":30,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?page=%2F_not-found%2Fpage&name=app%2F_not-found%2Fpage&pagePath=next%2Fdist%2Fclient%2Fcomponents%2Fnot-found-error&appDir=%2FUsers%2Fkona%2FDesktop%2Fd1studio%2Fsrc%2Fapp&appPaths=next%2Fdist%2Fclient%2Fcomponents%2Fnot-found-error&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!","layer":"rsc"},"startTime":1742012060625,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":1824,"timestamp":94764691759,"id":64,"parentId":54,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/encode-uri-path.js","layer":null},"startTime":1742012060725,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":4720,"timestamp":94764691734,"id":63,"parentId":54,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/constants.js","layer":null},"startTime":1742012060725,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":11270,"timestamp":94764691676,"id":62,"parentId":53,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/utils.js","layer":null},"startTime":1742012060725,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":14611,"timestamp":94764690326,"id":57,"parentId":54,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/server/htmlescape.js","layer":null},"startTime":1742012060723,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":15843,"timestamp":94764690517,"id":58,"parentId":54,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/server/utils.js","layer":null},"startTime":1742012060724,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":16572,"timestamp":94764690559,"id":60,"parentId":54,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/lib/is-error.js","layer":null},"startTime":1742012060724,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":17387,"timestamp":94764690572,"id":61,"parentId":54,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/lib/pretty-bytes.js","layer":null},"startTime":1742012060724,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":17823,"timestamp":94764690541,"id":59,"parentId":54,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/server/get-page-files.js","layer":null},"startTime":1742012060724,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":21100,"timestamp":94764692458,"id":65,"parentId":54,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/server/lib/trace/tracer.js","layer":null},"startTime":1742012060725,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":21358,"timestamp":94764692482,"id":66,"parentId":54,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/server/lib/trace/utils.js","layer":null},"startTime":1742012060726,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":1871,"timestamp":94764716365,"id":67,"parentId":63,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/modern-browserslist-target.js","layer":null},"startTime":1742012060749,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":2852,"timestamp":94764717463,"id":68,"parentId":60,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/is-plain-object.js","layer":null},"startTime":1742012060750,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module","duration":129604,"timestamp":94764592216,"id":52,"parentId":35,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?page=%2Fpage&name=app%2Fpage&pagePath=private-next-app-dir%2Fpage.jsx&appDir=%2FUsers%2Fkona%2FDesktop%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!","layer":"rsc"},"startTime":1742012060625,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":11759,"timestamp":94764720858,"id":70,"parentId":59,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/page-path/denormalize-page-path.js","layer":null},"startTime":1742012060754,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":12024,"timestamp":94764720887,"id":71,"parentId":65,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/is-thenable.js","layer":null},"startTime":1742012060754,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":13956,"timestamp":94764720763,"id":69,"parentId":59,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/page-path/normalize-page-path.js","layer":null},"startTime":1742012060754,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":23334,"timestamp":94764720917,"id":72,"parentId":65,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/server/lib/trace/constants.js","layer":null},"startTime":1742012060754,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":9643,"timestamp":94764737126,"id":74,"parentId":37,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/pages/_error.js","layer":null},"startTime":1742012060770,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module","duration":30,"timestamp":94764747500,"id":77,"parentId":69,"tags":{"name":"path","layer":null},"startTime":1742012060781,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":13427,"timestamp":94764737007,"id":73,"parentId":37,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/server/route-kind.js","layer":null},"startTime":1742012060770,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":13454,"timestamp":94764737261,"id":75,"parentId":37,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/build/templates/helpers.js","layer":null},"startTime":1742012060770,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":13515,"timestamp":94764737548,"id":76,"parentId":37,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/server/route-modules/pages/module.compiled.js","layer":null},"startTime":1742012060771,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":1991,"timestamp":94764751187,"id":79,"parentId":70,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/page-path/normalize-path-sep.js","layer":null},"startTime":1742012060784,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":2114,"timestamp":94764751239,"id":80,"parentId":69,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","layer":null},"startTime":1742012060784,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":23,"timestamp":94764753428,"id":81,"parentId":76,"tags":{"name":"next/dist/compiled/next-server/pages.runtime.prod.js","layer":null},"startTime":1742012060786,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":1557,"timestamp":94764754687,"id":84,"parentId":41,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/server/route-kind.js","layer":"rsc"},"startTime":1742012060788,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":7071,"timestamp":94764751136,"id":78,"parentId":54,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/server/route-modules/pages/vendored/contexts/html-context.js","layer":null},"startTime":1742012060784,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":6543,"timestamp":94764754143,"id":82,"parentId":74,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/head.js","layer":null},"startTime":1742012060787,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":5955,"timestamp":94764755050,"id":90,"parentId":49,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/forbidden-error.js","layer":"rsc"},"startTime":1742012060788,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":6344,"timestamp":94764754959,"id":88,"parentId":49,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/not-found-error.js","layer":"rsc"},"startTime":1742012060788,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":7218,"timestamp":94764754987,"id":89,"parentId":49,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/unauthorized-error.js","layer":"rsc"},"startTime":1742012060788,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":7660,"timestamp":94764755092,"id":91,"parentId":49,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/error-boundary.js","layer":"rsc"},"startTime":1742012060788,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":15685,"timestamp":94764754746,"id":85,"parentId":41,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/server/route-modules/app-route/module.compiled.js","layer":"rsc"},"startTime":1742012060788,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":15970,"timestamp":94764754797,"id":86,"parentId":49,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/server/route-modules/app-page/module.compiled.js","layer":"ssr"},"startTime":1742012060788,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":17250,"timestamp":94764754907,"id":87,"parentId":49,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/server/app-render/entry-base.js","layer":"rsc"},"startTime":1742012060788,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":25043,"timestamp":94764754232,"id":83,"parentId":41,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/server/lib/patch-fetch.js","layer":"rsc"},"startTime":1742012060787,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":6748,"timestamp":94764781133,"id":95,"parentId":40,"tags":{"name":"/Users/kona/Desktop/d1studio/src/app/api/databases/route.js","layer":"rsc"},"startTime":1742012060814,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":23356,"timestamp":94764780514,"id":93,"parentId":38,"tags":{"name":"/Users/kona/Desktop/d1studio/src/app/api/cloudflare/route.js","layer":"rsc"},"startTime":1742012060814,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-jsx","duration":23846,"timestamp":94764781064,"id":94,"parentId":49,"tags":{"name":"/Users/kona/Desktop/d1studio/src/app/layout.jsx","layer":"rsc"},"startTime":1742012060814,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":62403,"timestamp":94764764123,"id":92,"parentId":65,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/compiled/@opentelemetry/api/index.js","layer":null},"startTime":1742012060797,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":20703,"timestamp":94764807264,"id":97,"parentId":50,"tags":{"name":"/Users/kona/Desktop/d1studio/src/app/api/update/route.js","layer":"rsc"},"startTime":1742012060840,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":22256,"timestamp":94764806902,"id":96,"parentId":47,"tags":{"name":"/Users/kona/Desktop/d1studio/src/app/api/query/route.js","layer":"rsc"},"startTime":1742012060840,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":22558,"timestamp":94764807515,"id":98,"parentId":48,"tags":{"name":"/Users/kona/Desktop/d1studio/src/app/api/tables/route.js","layer":"rsc"},"startTime":1742012060841,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":20,"timestamp":94764830546,"id":99,"parentId":85,"tags":{"name":"next/dist/compiled/next-server/app-route.runtime.prod.js","layer":null},"startTime":1742012060864,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":6,"timestamp":94764830572,"id":100,"parentId":86,"tags":{"name":"next/dist/compiled/next-server/app-page.runtime.prod.js","layer":null},"startTime":1742012060864,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":2965,"timestamp":94764830584,"id":101,"parentId":83,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/server/lib/trace/constants.js","layer":"rsc"},"startTime":1742012060864,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":4620,"timestamp":94764830690,"id":102,"parentId":83,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/server/lib/trace/tracer.js","layer":"rsc"},"startTime":1742012060864,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":13427,"timestamp":94764830860,"id":105,"parentId":82,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/amp-mode.js","layer":null},"startTime":1742012060864,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":13936,"timestamp":94764830842,"id":104,"parentId":82,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/side-effect.js","layer":null},"startTime":1742012060864,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":16578,"timestamp":94764830746,"id":103,"parentId":51,"tags":{"name":"/Users/kona/Desktop/d1studio/src/app/api/tables/[name]/route.js","layer":"rsc"},"startTime":1742012060864,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":19468,"timestamp":94764830875,"id":106,"parentId":41,"tags":{"name":"/Users/kona/Desktop/d1studio/src/app/api/migrations/sync/route.js","layer":"rsc"},"startTime":1742012060864,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":20225,"timestamp":94764830922,"id":107,"parentId":39,"tags":{"name":"/Users/kona/Desktop/d1studio/src/app/api/migrations/sync-files/route.js","layer":"rsc"},"startTime":1742012060864,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":5966,"timestamp":94764852130,"id":110,"parentId":44,"tags":{"name":"/Users/kona/Desktop/d1studio/src/app/api/pull-remote/preview/route.js","layer":"rsc"},"startTime":1742012060885,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":7481,"timestamp":94764851910,"id":108,"parentId":42,"tags":{"name":"/Users/kona/Desktop/d1studio/src/app/api/pull-data/confirm/route.js","layer":"rsc"},"startTime":1742012060885,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":8680,"timestamp":94764852065,"id":109,"parentId":43,"tags":{"name":"/Users/kona/Desktop/d1studio/src/app/api/pull-remote/confirm/route.js","layer":"rsc"},"startTime":1742012060885,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module","duration":21,"timestamp":94764864770,"id":111,"parentId":98,"tags":{"name":"util","layer":null},"startTime":1742012060898,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module","duration":6,"timestamp":94764864802,"id":112,"parentId":98,"tags":{"name":"child_process","layer":null},"startTime":1742012060898,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-external","duration":72,"timestamp":94764865504,"id":121,"parentId":87,"tags":{"name":"../app-render/work-async-storage.external","layer":null},"startTime":1742012060899,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-external","duration":67,"timestamp":94764865610,"id":122,"parentId":87,"tags":{"name":"./work-unit-async-storage.external","layer":null},"startTime":1742012060899,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-external","duration":25,"timestamp":94764866238,"id":127,"parentId":87,"tags":{"name":"../app-render/action-async-storage.external","layer":null},"startTime":1742012060899,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-json","duration":798,"timestamp":94764866576,"id":132,"parentId":97,"tags":{"name":"/Users/kona/Desktop/d1studio/package.json","layer":"rsc"},"startTime":1742012060900,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":11738,"timestamp":94764864916,"id":114,"parentId":82,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/utils/warn-once.js","layer":null},"startTime":1742012060898,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":12256,"timestamp":94764864938,"id":115,"parentId":90,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/http-access-fallback/error-fallback.js","layer":"rsc"},"startTime":1742012060898,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":16524,"timestamp":94764864815,"id":113,"parentId":45,"tags":{"name":"/Users/kona/Desktop/d1studio/src/app/api/push-remote/confirm/route.js","layer":"rsc"},"startTime":1742012060898,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":16617,"timestamp":94764865120,"id":120,"parentId":87,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/render-from-template-context.js","layer":"rsc"},"startTime":1742012060898,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":17445,"timestamp":94764865712,"id":123,"parentId":87,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/hooks-server-context.js","layer":"rsc"},"startTime":1742012060899,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":18326,"timestamp":94764865101,"id":119,"parentId":87,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/layout-router.js","layer":"rsc"},"startTime":1742012060898,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":17640,"timestamp":94764865894,"id":124,"parentId":87,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/client-page.js","layer":"rsc"},"startTime":1742012060899,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":17807,"timestamp":94764866020,"id":125,"parentId":87,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/client-segment.js","layer":"rsc"},"startTime":1742012060899,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":18037,"timestamp":94764866348,"id":128,"parentId":87,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js","layer":"rsc"},"startTime":1742012060899,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":19053,"timestamp":94764866851,"id":133,"parentId":46,"tags":{"name":"/Users/kona/Desktop/d1studio/src/app/api/push-remote/preview/route.js","layer":"rsc"},"startTime":1742012060900,"traceId":"dcf4d9b07c1421a0"}]
2
+ [{"name":"build-module","duration":40,"timestamp":94764888055,"id":134,"parentId":106,"tags":{"name":"fs/promises","layer":null},"startTime":1742012060921,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":9879,"timestamp":94764888114,"id":135,"parentId":102,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/compiled/@opentelemetry/api/index.js","layer":"rsc"},"startTime":1742012060921,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-jsx","duration":13270,"timestamp":94764888273,"id":137,"parentId":52,"tags":{"name":"/Users/kona/Desktop/d1studio/src/app/page.jsx","layer":"rsc"},"startTime":1742012060921,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":13494,"timestamp":94764888235,"id":136,"parentId":102,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/is-thenable.js","layer":"rsc"},"startTime":1742012060921,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":9946,"timestamp":94764911051,"id":138,"parentId":70,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/index.js","layer":null},"startTime":1742012060944,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":62416,"timestamp":94764864963,"id":116,"parentId":83,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/lib/constants.js","layer":"rsc"},"startTime":1742012060898,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":63846,"timestamp":94764866142,"id":126,"parentId":83,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/server/app-render/dynamic-rendering.js","layer":"rsc"},"startTime":1742012060899,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":65448,"timestamp":94764865055,"id":118,"parentId":83,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/lib/scheduler.js","layer":"rsc"},"startTime":1742012060898,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":65736,"timestamp":94764865008,"id":117,"parentId":83,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/server/dynamic-rendering-utils.js","layer":"rsc"},"startTime":1742012060898,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":66807,"timestamp":94764866437,"id":130,"parentId":83,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/server/lib/dedupe-fetch.js","layer":"rsc"},"startTime":1742012060899,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":72646,"timestamp":94764866384,"id":129,"parentId":87,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/server/app-render/collect-segment-data.js","layer":"rsc"},"startTime":1742012060899,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":73004,"timestamp":94764866485,"id":131,"parentId":83,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/server/lib/clone-response.js","layer":"rsc"},"startTime":1742012060900,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":40948,"timestamp":94764911329,"id":142,"parentId":87,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/server/app-render/rsc/preloads.js","layer":"rsc"},"startTime":1742012060944,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":43455,"timestamp":94764911131,"id":139,"parentId":87,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/server/request/search-params.js","layer":"rsc"},"startTime":1742012060944,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":43851,"timestamp":94764911279,"id":141,"parentId":87,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/server/app-render/rsc/taint.js","layer":"rsc"},"startTime":1742012060944,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":43862,"timestamp":94764911414,"id":143,"parentId":87,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/server/app-render/rsc/postpone.js","layer":"rsc"},"startTime":1742012060944,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":44713,"timestamp":94764911459,"id":144,"parentId":87,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/lib/metadata/metadata.js","layer":"rsc"},"startTime":1742012060944,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":47723,"timestamp":94764911206,"id":140,"parentId":87,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/server/request/params.js","layer":"rsc"},"startTime":1742012060944,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":53911,"timestamp":94764911505,"id":145,"parentId":87,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/lib/metadata/metadata-boundary.js","layer":"rsc"},"startTime":1742012060945,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":10183,"timestamp":94764973509,"id":148,"parentId":138,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/is-dynamic.js","layer":null},"startTime":1742012061007,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":10315,"timestamp":94764973706,"id":150,"parentId":126,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/static-generation-bailout.js","layer":"rsc"},"startTime":1742012061007,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":11227,"timestamp":94764973635,"id":149,"parentId":138,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/sorted-routes.js","layer":null},"startTime":1742012061007,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":3048,"timestamp":94764985343,"id":155,"parentId":130,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/invariant-error.js","layer":"rsc"},"startTime":1742012061018,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-css","duration":796,"timestamp":94764992403,"id":161,"parentId":94,"tags":{"name":"/Users/kona/Desktop/d1studio/src/app/globals.css","layer":"rsc"},"startTime":1742012061025,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-cjs","duration":22295,"timestamp":94764973341,"id":146,"parentId":53,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@swc/helpers/cjs/_interop_require_default.cjs","layer":null},"startTime":1742012061006,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":22205,"timestamp":94764973744,"id":151,"parentId":126,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/lib/metadata/metadata-constants.js","layer":"rsc"},"startTime":1742012061007,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":22990,"timestamp":94764973407,"id":147,"parentId":115,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@swc/helpers/esm/_interop_require_default.js","layer":"rsc"},"startTime":1742012061006,"traceId":"dcf4d9b07c1421a0"},{"name":"add-entry","duration":473583,"timestamp":94764523245,"id":32,"parentId":18,"tags":{"request":"next/dist/pages/_app"},"startTime":1742012060556,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":5245,"timestamp":94764992934,"id":162,"parentId":144,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/http-access-fallback/http-access-fallback.js","layer":"rsc"},"startTime":1742012061026,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":13442,"timestamp":94764985372,"id":156,"parentId":129,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/api/constants.js","layer":"rsc"},"startTime":1742012061018,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":13657,"timestamp":94764985327,"id":154,"parentId":82,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/server/route-modules/pages/vendored/contexts/head-manager-context.js","layer":null},"startTime":1742012061018,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":14024,"timestamp":94764985430,"id":157,"parentId":139,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/server/request/utils.js","layer":"rsc"},"startTime":1742012061018,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":14331,"timestamp":94764985196,"id":152,"parentId":82,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/server/route-modules/pages/vendored/contexts/amp-context.js","layer":null},"startTime":1742012061018,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":14436,"timestamp":94764985238,"id":153,"parentId":91,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/build/webpack/loaders/next-flight-loader/module-proxy.js","layer":"rsc"},"startTime":1742012061018,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":14753,"timestamp":94764985476,"id":158,"parentId":139,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/server/create-deduped-by-callsite-server-error-logger.js","layer":"rsc"},"startTime":1742012061019,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":18735,"timestamp":94764986930,"id":159,"parentId":83,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/server/response-cache/index.js","layer":"rsc"},"startTime":1742012061020,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":21689,"timestamp":94764987045,"id":160,"parentId":129,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/server/stream-utils/node-web-streams-helper.js","layer":"rsc"},"startTime":1742012061020,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":22239,"timestamp":94764992991,"id":163,"parentId":144,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/lib/metadata/resolve-metadata.js","layer":"rsc"},"startTime":1742012061026,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":6918,"timestamp":94765016165,"id":172,"parentId":156,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/constants.js","layer":"rsc"},"startTime":1742012061049,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":29364,"timestamp":94764996879,"id":164,"parentId":87,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-server-dom-webpack-server-edge.js","layer":"rsc"},"startTime":1742012061030,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":29414,"timestamp":94764996980,"id":165,"parentId":87,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-server-dom-webpack-static-edge.js","layer":"rsc"},"startTime":1742012061030,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":31519,"timestamp":94764997038,"id":166,"parentId":144,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/lib/metadata/generate/opengraph.js","layer":"rsc"},"startTime":1742012061030,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":32667,"timestamp":94764997177,"id":169,"parentId":144,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/lib/metadata/generate/icons.js","layer":"rsc"},"startTime":1742012061030,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":34038,"timestamp":94764997087,"id":167,"parentId":144,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/lib/metadata/generate/basic.js","layer":"rsc"},"startTime":1742012061030,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":38114,"timestamp":94764997132,"id":168,"parentId":144,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/lib/metadata/generate/alternate.js","layer":"rsc"},"startTime":1742012061030,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":38605,"timestamp":94764997222,"id":170,"parentId":144,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/lib/metadata/generate/meta.js","layer":"rsc"},"startTime":1742012061030,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":36145,"timestamp":94765000527,"id":171,"parentId":148,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/server/lib/interception-routes.js","layer":null},"startTime":1742012061034,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":15049,"timestamp":94765023260,"id":176,"parentId":96,"tags":{"name":"/Users/kona/Desktop/d1studio/src/lib/migrations.js","layer":"rsc"},"startTime":1742012061056,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-external","duration":22,"timestamp":94765039215,"id":179,"parentId":157,"tags":{"name":"../app-render/after-task-async-storage.external","layer":null},"startTime":1742012061072,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":9532,"timestamp":94765039049,"id":177,"parentId":95,"tags":{"name":"/Users/kona/Desktop/d1studio/src/lib/find-wrangler-config.js","layer":"rsc"},"startTime":1742012061072,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":35102,"timestamp":94765016304,"id":174,"parentId":90,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-jsx-runtime.js","layer":"rsc"},"startTime":1742012061049,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":35505,"timestamp":94765016245,"id":173,"parentId":139,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/server/web/spec-extension/adapters/reflect.js","layer":"rsc"},"startTime":1742012061049,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":2900,"timestamp":94765049060,"id":180,"parentId":172,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/modern-browserslist-target.js","layer":"rsc"},"startTime":1742012061082,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":3382,"timestamp":94765049267,"id":183,"parentId":95,"tags":{"name":"/Users/kona/Desktop/d1studio/src/lib/logger.js","layer":"rsc"},"startTime":1742012061082,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":4359,"timestamp":94765049157,"id":181,"parentId":96,"tags":{"name":"/Users/kona/Desktop/d1studio/src/lib/parse-sql-error.js","layer":"rsc"},"startTime":1742012061082,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module","duration":37,"timestamp":94765055214,"id":184,"parentId":176,"tags":{"name":"crypto","layer":null},"startTime":1742012061088,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-cjs","duration":36243,"timestamp":94765023213,"id":175,"parentId":82,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@swc/helpers/cjs/_interop_require_wildcard.cjs","layer":null},"startTime":1742012061056,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":14486,"timestamp":94765049217,"id":182,"parentId":96,"tags":{"name":"/Users/kona/Desktop/d1studio/src/lib/sql-operations.js","layer":"rsc"},"startTime":1742012061082,"traceId":"dcf4d9b07c1421a0"},{"name":"add-entry","duration":541354,"timestamp":94764523250,"id":33,"parentId":18,"tags":{"request":"next-route-loader?kind=PAGES&page=%2F_error&preferredRegion=&absolutePagePath=next%2Fdist%2Fpages%2F_error&absoluteAppPath=next%2Fdist%2Fpages%2F_app&absoluteDocumentPath=next%2Fdist%2Fpages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1742012060556,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":12259,"timestamp":94765055263,"id":185,"parentId":103,"tags":{"name":"/Users/kona/Desktop/d1studio/src/lib/database-queue.js","layer":"rsc"},"startTime":1742012061088,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":13039,"timestamp":94765055388,"id":186,"parentId":110,"tags":{"name":"/Users/kona/Desktop/d1studio/src/lib/schema-operations.js","layer":"rsc"},"startTime":1742012061088,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":13126,"timestamp":94765055791,"id":194,"parentId":163,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/segment.js","layer":"rsc"},"startTime":1742012061089,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":31027,"timestamp":94765039157,"id":178,"parentId":126,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react.js","layer":"rsc"},"startTime":1742012061072,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":6029,"timestamp":94765064711,"id":198,"parentId":94,"tags":{"name":"/Users/kona/Desktop/d1studio/src/context/database-context.js","layer":"rsc"},"startTime":1742012061098,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":5844,"timestamp":94765071340,"id":205,"parentId":171,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/app-paths.js","layer":null},"startTime":1742012061104,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":22271,"timestamp":94765055446,"id":187,"parentId":159,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/lib/batcher.js","layer":"rsc"},"startTime":1742012061088,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":22299,"timestamp":94765055652,"id":191,"parentId":160,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/server/stream-utils/encodedTags.js","layer":"rsc"},"startTime":1742012061089,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":22563,"timestamp":94765055699,"id":192,"parentId":160,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/server/stream-utils/uint8array-helpers.js","layer":"rsc"},"startTime":1742012061089,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":22856,"timestamp":94765055746,"id":193,"parentId":163,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/server/lib/app-dir-module.js","layer":"rsc"},"startTime":1742012061089,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":23263,"timestamp":94765055558,"id":189,"parentId":163,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/lib/interop-default.js","layer":"rsc"},"startTime":1742012061089,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":23461,"timestamp":94765055605,"id":190,"parentId":159,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/server/response-cache/types.js","layer":"rsc"},"startTime":1742012061089,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":23602,"timestamp":94765055899,"id":197,"parentId":159,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/server/response-cache/utils.js","layer":"rsc"},"startTime":1742012061089,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":24210,"timestamp":94765055497,"id":188,"parentId":160,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/lib/detached-promise.js","layer":"rsc"},"startTime":1742012061089,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":24133,"timestamp":94765055855,"id":196,"parentId":163,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/lib/metadata/default-metadata.js","layer":"rsc"},"startTime":1742012061089,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":24392,"timestamp":94765055810,"id":195,"parentId":163,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/lib/metadata/generate/utils.js","layer":"rsc"},"startTime":1742012061089,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":14423,"timestamp":94765071249,"id":203,"parentId":163,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/build/output/log.js","layer":"rsc"},"startTime":1742012061104,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":15461,"timestamp":94765070958,"id":199,"parentId":163,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/lib/metadata/resolvers/resolve-basics.js","layer":"rsc"},"startTime":1742012061104,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":15482,"timestamp":94765071202,"id":202,"parentId":163,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/lib/metadata/resolvers/resolve-icons.js","layer":"rsc"},"startTime":1742012061104,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":15597,"timestamp":94765071295,"id":204,"parentId":170,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/lib/non-nullable.js","layer":"rsc"},"startTime":1742012061104,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":16921,"timestamp":94765071090,"id":200,"parentId":163,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/lib/metadata/resolvers/resolve-opengraph.js","layer":"rsc"},"startTime":1742012061104,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":17147,"timestamp":94765071151,"id":201,"parentId":163,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/lib/metadata/resolvers/resolve-title.js","layer":"rsc"},"startTime":1742012061104,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":17104,"timestamp":94765071363,"id":206,"parentId":167,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/lib/metadata/constants.js","layer":"rsc"},"startTime":1742012061104,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":16911,"timestamp":94765075509,"id":209,"parentId":129,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/compiled/react-server-dom-webpack/client.edge.js","layer":"rsc"},"startTime":1742012061109,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":4244,"timestamp":94765088820,"id":210,"parentId":205,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/segment.js","layer":null},"startTime":1742012061122,"traceId":"dcf4d9b07c1421a0"},{"name":"add-entry","duration":569918,"timestamp":94764523260,"id":36,"parentId":18,"tags":{"request":"next/dist/pages/_document"},"startTime":1742012060556,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":52310,"timestamp":94765088879,"id":211,"parentId":95,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/api/server.js","layer":"rsc"},"startTime":1742012061122,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":1443,"timestamp":94765141318,"id":218,"parentId":181,"tags":{"name":"/Users/kona/Desktop/d1studio/src/lib/sql-error-types.js","layer":"rsc"},"startTime":1742012061174,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-jsx","duration":1537,"timestamp":94765141403,"id":219,"parentId":94,"tags":{"name":"/Users/kona/Desktop/d1studio/src/components/ui/toaster.jsx","layer":"rsc"},"startTime":1742012061174,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":6461,"timestamp":94765137598,"id":216,"parentId":197,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/server/render-result.js","layer":"rsc"},"startTime":1742012061171,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":5368,"timestamp":94765140411,"id":217,"parentId":142,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-dom.js","layer":"rsc"},"startTime":1742012061173,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":6575,"timestamp":94765141461,"id":220,"parentId":203,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/lib/picocolors.js","layer":"rsc"},"startTime":1742012061174,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":6832,"timestamp":94765141561,"id":222,"parentId":200,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/lib/url.js","layer":"rsc"},"startTime":1742012061175,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":7392,"timestamp":94765141513,"id":221,"parentId":203,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/server/lib/lru-cache.js","layer":"rsc"},"startTime":1742012061175,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":8062,"timestamp":94765141607,"id":223,"parentId":199,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/lib/metadata/resolvers/resolve-url.js","layer":"rsc"},"startTime":1742012061175,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":1699,"timestamp":94765159285,"id":230,"parentId":222,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/app-router-headers.js","layer":"rsc"},"startTime":1742012061192,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":6220,"timestamp":94765157242,"id":226,"parentId":216,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/server/pipe-readable.js","layer":"rsc"},"startTime":1742012061190,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":6832,"timestamp":94765157131,"id":225,"parentId":211,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/server/web/exports/index.js","layer":"rsc"},"startTime":1742012061190,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":4312,"timestamp":94765159884,"id":232,"parentId":223,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/isomorphic/path.js","layer":"rsc"},"startTime":1742012061193,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":9834,"timestamp":94765157722,"id":227,"parentId":177,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/find-up/index.js","layer":"rsc"},"startTime":1742012061191,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":10550,"timestamp":94765157843,"id":228,"parentId":177,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/strip-json-comments/index.js","layer":"rsc"},"startTime":1742012061191,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":9687,"timestamp":94765158989,"id":229,"parentId":163,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/compiled/server-only/empty.js","layer":"rsc"},"startTime":1742012061192,"traceId":"dcf4d9b07c1421a0"}]
3
+ [{"name":"build-module-js","duration":29297,"timestamp":94765146270,"id":224,"parentId":209,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/compiled/react-server-dom-webpack/cjs/react-server-dom-webpack-client.edge.production.js","layer":"rsc"},"startTime":1742012061179,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":17943,"timestamp":94765159738,"id":231,"parentId":183,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/winston/lib/winston.js","layer":"rsc"},"startTime":1742012061193,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-json","duration":269,"timestamp":94765181855,"id":242,"parentId":231,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/winston/package.json","layer":"rsc"},"startTime":1742012061215,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":3599,"timestamp":94765180710,"id":235,"parentId":226,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/server/web/spec-extension/adapters/next-request.js","layer":"rsc"},"startTime":1742012061214,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":3943,"timestamp":94765180805,"id":237,"parentId":225,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/server/web/spec-extension/request.js","layer":"rsc"},"startTime":1742012061214,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":4423,"timestamp":94765180655,"id":234,"parentId":226,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/server/client-component-renderer-logger.js","layer":"rsc"},"startTime":1742012061214,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":4633,"timestamp":94765180549,"id":233,"parentId":177,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@iarna/toml/toml.js","layer":"rsc"},"startTime":1742012061214,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":4378,"timestamp":94765180940,"id":240,"parentId":225,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/server/web/spec-extension/url-pattern.js","layer":"rsc"},"startTime":1742012061214,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":4894,"timestamp":94765180759,"id":236,"parentId":225,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/server/request/connection.js","layer":"rsc"},"startTime":1742012061214,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":5497,"timestamp":94765180850,"id":238,"parentId":225,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/server/web/spec-extension/response.js","layer":"rsc"},"startTime":1742012061214,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":5593,"timestamp":94765180895,"id":239,"parentId":225,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/server/web/spec-extension/image-response.js","layer":"rsc"},"startTime":1742012061214,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":9411,"timestamp":94765180989,"id":241,"parentId":225,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/server/web/spec-extension/user-agent.js","layer":"rsc"},"startTime":1742012061214,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module","duration":25,"timestamp":94765192299,"id":249,"parentId":227,"tags":{"name":"node:path","layer":null},"startTime":1742012061225,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":8112,"timestamp":94765187909,"id":245,"parentId":231,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/winston/lib/winston/exception-handler.js","layer":"rsc"},"startTime":1742012061221,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":8482,"timestamp":94765187851,"id":244,"parentId":231,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/winston/lib/winston/common.js","layer":"rsc"},"startTime":1742012061221,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":9036,"timestamp":94765188056,"id":248,"parentId":231,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/winston/lib/winston/rejection-handler.js","layer":"rsc"},"startTime":1742012061221,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":9439,"timestamp":94765188009,"id":247,"parentId":231,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/winston/lib/winston/container.js","layer":"rsc"},"startTime":1742012061221,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":12036,"timestamp":94765187961,"id":246,"parentId":231,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/winston/lib/winston/logger.js","layer":"rsc"},"startTime":1742012061221,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":12738,"timestamp":94765187682,"id":243,"parentId":231,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/winston/lib/winston/create-logger.js","layer":"rsc"},"startTime":1742012061221,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module","duration":22,"timestamp":94765206367,"id":257,"parentId":245,"tags":{"name":"os","layer":null},"startTime":1742012061239,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":13557,"timestamp":94765193979,"id":250,"parentId":233,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@iarna/toml/parse.js","layer":"rsc"},"startTime":1742012061227,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":14833,"timestamp":94765194077,"id":251,"parentId":233,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@iarna/toml/stringify.js","layer":"rsc"},"startTime":1742012061227,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":6931,"timestamp":94765203306,"id":255,"parentId":237,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/server/web/spec-extension/cookies.js","layer":"rsc"},"startTime":1742012061236,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":7684,"timestamp":94765203197,"id":253,"parentId":237,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/server/web/utils.js","layer":"rsc"},"startTime":1742012061236,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":9181,"timestamp":94765203057,"id":252,"parentId":237,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/server/web/next-url.js","layer":"rsc"},"startTime":1742012061236,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":9387,"timestamp":94765203255,"id":254,"parentId":237,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/server/web/error.js","layer":"rsc"},"startTime":1742012061236,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":9573,"timestamp":94765203390,"id":256,"parentId":235,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/server/request-meta.js","layer":"rsc"},"startTime":1742012061236,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":10877,"timestamp":94765206483,"id":259,"parentId":235,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/server/base-http/helpers.js","layer":"rsc"},"startTime":1742012061240,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":11280,"timestamp":94765206402,"id":258,"parentId":225,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/server/after/index.js","layer":"rsc"},"startTime":1742012061239,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":7752,"timestamp":94765213656,"id":261,"parentId":248,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/winston/lib/winston/rejection-stream.js","layer":"rsc"},"startTime":1742012061247,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":8045,"timestamp":94765213543,"id":260,"parentId":245,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/winston/lib/winston/exception-stream.js","layer":"rsc"},"startTime":1742012061247,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":8171,"timestamp":94765213711,"id":262,"parentId":246,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/winston/lib/winston/profiler.js","layer":"rsc"},"startTime":1742012061247,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":2063,"timestamp":94765222127,"id":272,"parentId":252,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/get-hostname.js","layer":"rsc"},"startTime":1742012061255,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":2295,"timestamp":94765222155,"id":273,"parentId":252,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/format-next-pathname-info.js","layer":"rsc"},"startTime":1742012061255,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":2721,"timestamp":94765222179,"id":274,"parentId":252,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/get-next-pathname-info.js","layer":"rsc"},"startTime":1742012061255,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":6208,"timestamp":94765219049,"id":264,"parentId":231,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/winston/lib/winston/transports/index.js","layer":"rsc"},"startTime":1742012061252,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":6513,"timestamp":94765218927,"id":263,"parentId":231,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/winston/lib/winston/config/index.js","layer":"rsc"},"startTime":1742012061252,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":6525,"timestamp":94765219148,"id":266,"parentId":250,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@iarna/toml/parse-async.js","layer":"rsc"},"startTime":1742012061252,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":6775,"timestamp":94765219193,"id":267,"parentId":250,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@iarna/toml/parse-pretty-error.js","layer":"rsc"},"startTime":1742012061252,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":7023,"timestamp":94765219237,"id":268,"parentId":250,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@iarna/toml/parse-stream.js","layer":"rsc"},"startTime":1742012061252,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":7323,"timestamp":94765219102,"id":265,"parentId":250,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@iarna/toml/parse-string.js","layer":"rsc"},"startTime":1742012061252,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":8657,"timestamp":94765220615,"id":270,"parentId":246,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/logform/json.js","layer":"rsc"},"startTime":1742012061254,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":9162,"timestamp":94765220522,"id":269,"parentId":246,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/winston-transport/legacy.js","layer":"rsc"},"startTime":1742012061254,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":3590,"timestamp":94765226905,"id":277,"parentId":252,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/i18n/detect-domain-locale.js","layer":"rsc"},"startTime":1742012061260,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":9693,"timestamp":94765222060,"id":271,"parentId":227,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/locate-path/index.js","layer":"rsc"},"startTime":1742012061255,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module","duration":22,"timestamp":94765232217,"id":279,"parentId":268,"tags":{"name":"stream","layer":null},"startTime":1742012061265,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":12959,"timestamp":94765223662,"id":276,"parentId":227,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/path-exists/index.js","layer":"rsc"},"startTime":1742012061257,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":13462,"timestamp":94765223482,"id":275,"parentId":227,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/unicorn-magic/node.js","layer":"rsc"},"startTime":1742012061257,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":10410,"timestamp":94765226982,"id":278,"parentId":258,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/server/after/after.js","layer":"rsc"},"startTime":1742012061260,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":7425,"timestamp":94765238842,"id":287,"parentId":273,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js","layer":"rsc"},"startTime":1742012061272,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":7719,"timestamp":94765238773,"id":285,"parentId":273,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js","layer":"rsc"},"startTime":1742012061272,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":7776,"timestamp":94765238862,"id":288,"parentId":273,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/add-path-suffix.js","layer":"rsc"},"startTime":1742012061272,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":8067,"timestamp":94765238740,"id":284,"parentId":274,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/i18n/normalize-locale-path.js","layer":"rsc"},"startTime":1742012061272,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":8149,"timestamp":94765238901,"id":290,"parentId":274,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/remove-path-prefix.js","layer":"rsc"},"startTime":1742012061272,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":8242,"timestamp":94765238919,"id":291,"parentId":274,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js","layer":"rsc"},"startTime":1742012061272,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":15389,"timestamp":94765232248,"id":280,"parentId":245,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/async/forEach.js","layer":"rsc"},"startTime":1742012061265,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":9782,"timestamp":94765238881,"id":289,"parentId":273,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/add-locale.js","layer":"rsc"},"startTime":1742012061272,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":14738,"timestamp":94765235904,"id":282,"parentId":231,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/winston-transport/index.js","layer":"rsc"},"startTime":1742012061269,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":15164,"timestamp":94765235809,"id":281,"parentId":231,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/logform/index.js","layer":"rsc"},"startTime":1742012061269,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":15995,"timestamp":94765238634,"id":283,"parentId":264,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/winston/lib/winston/transports/console.js","layer":"rsc"},"startTime":1742012061272,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":15888,"timestamp":94765238981,"id":293,"parentId":264,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/winston/lib/winston/transports/stream.js","layer":"rsc"},"startTime":1742012061272,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":18939,"timestamp":94765238937,"id":292,"parentId":264,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/winston/lib/winston/transports/http.js","layer":"rsc"},"startTime":1742012061272,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":21161,"timestamp":94765238796,"id":286,"parentId":264,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/winston/lib/winston/transports/file.js","layer":"rsc"},"startTime":1742012061272,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":28798,"timestamp":94765240743,"id":294,"parentId":266,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@iarna/toml/lib/toml-parser.js","layer":"rsc"},"startTime":1742012061274,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":29055,"timestamp":94765240934,"id":296,"parentId":270,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/logform/format.js","layer":"rsc"},"startTime":1742012061274,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":30795,"timestamp":94765240876,"id":295,"parentId":269,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/winston-transport/modern.js","layer":"rsc"},"startTime":1742012061274,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module","duration":30,"timestamp":94765280004,"id":301,"parentId":271,"tags":{"name":"node:process","layer":null},"startTime":1742012061313,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module","duration":5,"timestamp":94765280048,"id":302,"parentId":271,"tags":{"name":"node:fs","layer":null},"startTime":1742012061313,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module","duration":4,"timestamp":94765280059,"id":303,"parentId":271,"tags":{"name":"node:url","layer":null},"startTime":1742012061313,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module","duration":63,"timestamp":94765295842,"id":304,"parentId":292,"tags":{"name":"http","layer":null},"startTime":1742012061329,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module","duration":11,"timestamp":94765295931,"id":305,"parentId":292,"tags":{"name":"https","layer":null},"startTime":1742012061329,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module","duration":6,"timestamp":94765295949,"id":306,"parentId":286,"tags":{"name":"fs","layer":null},"startTime":1742012061329,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module","duration":4,"timestamp":94765295958,"id":307,"parentId":286,"tags":{"name":"zlib","layer":null},"startTime":1742012061329,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":40592,"timestamp":94765261290,"id":297,"parentId":275,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/unicorn-magic/default.js","layer":"rsc"},"startTime":1742012061294,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":6201,"timestamp":94765297464,"id":310,"parentId":287,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/parse-path.js","layer":"rsc"},"startTime":1742012061331,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":24262,"timestamp":94765279747,"id":298,"parentId":246,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/triple-beam/index.js","layer":"rsc"},"startTime":1742012061313,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":24336,"timestamp":94765279894,"id":299,"parentId":246,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/readable-stream/readable.js","layer":"rsc"},"startTime":1742012061313,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":24437,"timestamp":94765279952,"id":300,"parentId":245,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/one-time/index.js","layer":"rsc"},"startTime":1742012061313,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":10584,"timestamp":94765296089,"id":309,"parentId":280,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/async/eachOf.js","layer":"rsc"},"startTime":1742012061329,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":10887,"timestamp":94765295970,"id":308,"parentId":246,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/is-stream/index.js","layer":"rsc"},"startTime":1742012061329,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":15713,"timestamp":94765297572,"id":312,"parentId":280,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/async/internal/withoutIndex.js","layer":"rsc"},"startTime":1742012061331,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":15633,"timestamp":94765297827,"id":315,"parentId":281,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/logform/levels.js","layer":"rsc"},"startTime":1742012061331,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":15703,"timestamp":94765298005,"id":316,"parentId":281,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/logform/cli.js","layer":"rsc"},"startTime":1742012061331,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":15807,"timestamp":94765298103,"id":317,"parentId":281,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/logform/errors.js","layer":"rsc"},"startTime":1742012061331,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":16493,"timestamp":94765297621,"id":313,"parentId":280,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/async/internal/awaitify.js","layer":"rsc"},"startTime":1742012061331,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":16663,"timestamp":94765297666,"id":314,"parentId":280,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/async/internal/wrapAsync.js","layer":"rsc"},"startTime":1742012061331,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":16223,"timestamp":94765298257,"id":320,"parentId":281,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/logform/logstash.js","layer":"rsc"},"startTime":1742012061331,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":16383,"timestamp":94765298301,"id":321,"parentId":281,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/logform/combine.js","layer":"rsc"},"startTime":1742012061331,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":16445,"timestamp":94765298348,"id":322,"parentId":281,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/logform/align.js","layer":"rsc"},"startTime":1742012061331,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":27503,"timestamp":94765297517,"id":311,"parentId":241,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/compiled/ua-parser-js/ua-parser.js","layer":"rsc"},"startTime":1742012061331,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":27657,"timestamp":94765298393,"id":323,"parentId":281,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/logform/metadata.js","layer":"rsc"},"startTime":1742012061331,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":28187,"timestamp":94765298479,"id":325,"parentId":281,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/logform/ms.js","layer":"rsc"},"startTime":1742012061332,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":28911,"timestamp":94765298436,"id":324,"parentId":281,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/logform/pad-levels.js","layer":"rsc"},"startTime":1742012061331,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":29499,"timestamp":94765298212,"id":319,"parentId":281,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/logform/label.js","layer":"rsc"},"startTime":1742012061331,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":30061,"timestamp":94765298163,"id":318,"parentId":281,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/logform/colorize.js","layer":"rsc"},"startTime":1742012061331,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":29682,"timestamp":94765298764,"id":328,"parentId":281,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/logform/simple.js","layer":"rsc"},"startTime":1742012061332,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":29621,"timestamp":94765299042,"id":330,"parentId":281,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/logform/timestamp.js","layer":"rsc"},"startTime":1742012061332,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":30147,"timestamp":94765298714,"id":327,"parentId":281,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/logform/printf.js","layer":"rsc"},"startTime":1742012061332,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":29953,"timestamp":94765299086,"id":331,"parentId":281,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/logform/uncolorize.js","layer":"rsc"},"startTime":1742012061332,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":30743,"timestamp":94765298525,"id":326,"parentId":281,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/logform/pretty-print.js","layer":"rsc"},"startTime":1742012061332,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":31390,"timestamp":94765298991,"id":329,"parentId":281,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/logform/splat.js","layer":"rsc"},"startTime":1742012061332,"traceId":"dcf4d9b07c1421a0"}]
4
+ [{"name":"build-module-js","duration":32937,"timestamp":94765303077,"id":335,"parentId":294,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@iarna/toml/lib/parser.js","layer":"rsc"},"startTime":1742012061336,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":33332,"timestamp":94765302961,"id":333,"parentId":294,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@iarna/toml/lib/create-datetime-float.js","layer":"rsc"},"startTime":1742012061336,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":33895,"timestamp":94765302813,"id":332,"parentId":286,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/winston/lib/winston/tail-file.js","layer":"rsc"},"startTime":1742012061336,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":33848,"timestamp":94765303027,"id":334,"parentId":294,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@iarna/toml/lib/create-date.js","layer":"rsc"},"startTime":1742012061336,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":32105,"timestamp":94765304925,"id":338,"parentId":294,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@iarna/toml/lib/create-time.js","layer":"rsc"},"startTime":1742012061338,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":32263,"timestamp":94765304868,"id":337,"parentId":294,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@iarna/toml/lib/create-datetime.js","layer":"rsc"},"startTime":1742012061338,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":32873,"timestamp":94765304755,"id":336,"parentId":245,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/stack-trace/lib/stack-trace.js","layer":"rsc"},"startTime":1742012061338,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":35211,"timestamp":94765304986,"id":339,"parentId":286,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/async/series.js","layer":"rsc"},"startTime":1742012061338,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":14535,"timestamp":94765332256,"id":340,"parentId":299,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/readable-stream/lib/_stream_writable.js","layer":"rsc"},"startTime":1742012061365,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module","duration":26,"timestamp":94765347375,"id":350,"parentId":332,"tags":{"name":"string_decoder","layer":null},"startTime":1742012061380,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":14839,"timestamp":94765335281,"id":344,"parentId":299,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/readable-stream/lib/_stream_passthrough.js","layer":"rsc"},"startTime":1742012061368,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":15324,"timestamp":94765335235,"id":343,"parentId":299,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/readable-stream/lib/_stream_duplex.js","layer":"rsc"},"startTime":1742012061368,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":15818,"timestamp":94765335184,"id":342,"parentId":299,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/readable-stream/lib/_stream_transform.js","layer":"rsc"},"startTime":1742012061368,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":18443,"timestamp":94765335113,"id":341,"parentId":299,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/readable-stream/lib/_stream_readable.js","layer":"rsc"},"startTime":1742012061368,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":12325,"timestamp":94765341489,"id":348,"parentId":309,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/async/internal/once.js","layer":"rsc"},"startTime":1742012061375,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":12416,"timestamp":94765341576,"id":349,"parentId":309,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/async/internal/onlyOnce.js","layer":"rsc"},"startTime":1742012061375,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":12825,"timestamp":94765341293,"id":346,"parentId":309,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/async/internal/isArrayLike.js","layer":"rsc"},"startTime":1742012061374,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":13239,"timestamp":94765341057,"id":345,"parentId":309,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/async/eachOfLimit.js","layer":"rsc"},"startTime":1742012061374,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":13006,"timestamp":94765341396,"id":347,"parentId":309,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/async/internal/breakLoop.js","layer":"rsc"},"startTime":1742012061374,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module","duration":17,"timestamp":94765355104,"id":356,"parentId":340,"tags":{"name":"buffer","layer":null},"startTime":1742012061388,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":12998,"timestamp":94765347410,"id":351,"parentId":314,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/async/asyncify.js","layer":"rsc"},"startTime":1742012061380,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module","duration":16,"timestamp":94765361085,"id":361,"parentId":341,"tags":{"name":"events","layer":null},"startTime":1742012061394,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":14870,"timestamp":94765349365,"id":352,"parentId":270,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/safe-stable-stringify/index.js","layer":"rsc"},"startTime":1742012061382,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":15351,"timestamp":94765349473,"id":353,"parentId":299,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/readable-stream/lib/internal/streams/pipeline.js","layer":"rsc"},"startTime":1742012061383,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":15716,"timestamp":94765349530,"id":354,"parentId":299,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/readable-stream/lib/internal/streams/end-of-stream.js","layer":"rsc"},"startTime":1742012061383,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":17788,"timestamp":94765349584,"id":355,"parentId":339,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/async/internal/parallel.js","layer":"rsc"},"startTime":1742012061383,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":12393,"timestamp":94765355290,"id":359,"parentId":339,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/async/eachOfSeries.js","layer":"rsc"},"startTime":1742012061388,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":13856,"timestamp":94765355341,"id":360,"parentId":255,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/compiled/@edge-runtime/cookies/index.js","layer":"rsc"},"startTime":1742012061388,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":14115,"timestamp":94765355229,"id":358,"parentId":333,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@iarna/toml/lib/format-num.js","layer":"rsc"},"startTime":1742012061388,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":14598,"timestamp":94765355128,"id":357,"parentId":271,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/p-locate/index.js","layer":"rsc"},"startTime":1742012061388,"traceId":"dcf4d9b07c1421a0"},{"name":"add-entry","duration":847541,"timestamp":94764523230,"id":31,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Fupdate%2Froute&name=app%2Fapi%2Fupdate%2Froute&pagePath=private-next-app-dir%2Fapi%2Fupdate%2Froute.js&appDir=%2FUsers%2Fkona%2FDesktop%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fupdate%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1742012060556,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":11589,"timestamp":94765361110,"id":362,"parentId":340,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/readable-stream/errors.js","layer":"rsc"},"startTime":1742012061394,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":11607,"timestamp":94765361282,"id":364,"parentId":340,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/readable-stream/lib/internal/streams/state.js","layer":"rsc"},"startTime":1742012061394,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":11755,"timestamp":94765361225,"id":363,"parentId":340,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/readable-stream/lib/internal/streams/stream.js","layer":"rsc"},"startTime":1742012061394,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":11954,"timestamp":94765361332,"id":365,"parentId":340,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/readable-stream/lib/internal/streams/destroy.js","layer":"rsc"},"startTime":1742012061394,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":8565,"timestamp":94765366501,"id":366,"parentId":345,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/async/internal/eachOfLimit.js","layer":"rsc"},"startTime":1742012061400,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":6483,"timestamp":94765370643,"id":368,"parentId":341,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/readable-stream/lib/internal/streams/from.js","layer":"rsc"},"startTime":1742012061404,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":8615,"timestamp":94765370701,"id":369,"parentId":341,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/readable-stream/lib/internal/streams/async_iterator.js","layer":"rsc"},"startTime":1742012061404,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":9933,"timestamp":94765370549,"id":367,"parentId":341,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/readable-stream/lib/internal/streams/buffer_list.js","layer":"rsc"},"startTime":1742012061404,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":13935,"timestamp":94765371822,"id":370,"parentId":351,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/async/internal/initialParams.js","layer":"rsc"},"startTime":1742012061405,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":12643,"timestamp":94765373417,"id":371,"parentId":351,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/async/internal/setImmediate.js","layer":"rsc"},"startTime":1742012061406,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":11985,"timestamp":94765375260,"id":372,"parentId":298,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/triple-beam/config/index.js","layer":"rsc"},"startTime":1742012061408,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":4087,"timestamp":94765384961,"id":373,"parentId":245,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@dabh/diagnostics/node/index.js","layer":"rsc"},"startTime":1742012061418,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":2957,"timestamp":94765386728,"id":375,"parentId":366,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/async/internal/iterator.js","layer":"rsc"},"startTime":1742012061420,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":3333,"timestamp":94765386647,"id":374,"parentId":366,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/async/internal/asyncEachOfLimit.js","layer":"rsc"},"startTime":1742012061420,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":4355,"timestamp":94765387379,"id":376,"parentId":318,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@colors/colors/safe.js","layer":"rsc"},"startTime":1742012061420,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":4339,"timestamp":94765389107,"id":377,"parentId":325,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/ms/index.js","layer":"rsc"},"startTime":1742012061422,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":4711,"timestamp":94765390182,"id":379,"parentId":341,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/string_decoder/lib/string_decoder.js","layer":"rsc"},"startTime":1742012061423,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":4978,"timestamp":94765390112,"id":378,"parentId":300,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/fn.name/index.js","layer":"rsc"},"startTime":1742012061423,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":4071,"timestamp":94765392422,"id":381,"parentId":372,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/triple-beam/config/npm.js","layer":"rsc"},"startTime":1742012061425,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":4262,"timestamp":94765392336,"id":380,"parentId":372,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/triple-beam/config/cli.js","layer":"rsc"},"startTime":1742012061425,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":4678,"timestamp":94765392491,"id":382,"parentId":372,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/triple-beam/config/syslog.js","layer":"rsc"},"startTime":1742012061426,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":5987,"timestamp":94765393582,"id":384,"parentId":373,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@dabh/diagnostics/node/production.js","layer":"rsc"},"startTime":1742012061427,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":7569,"timestamp":94765393504,"id":383,"parentId":330,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/fecha/lib/fecha.js","layer":"rsc"},"startTime":1742012061427,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":6056,"timestamp":94765395194,"id":385,"parentId":375,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/async/internal/getIterator.js","layer":"rsc"},"startTime":1742012061428,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":6830,"timestamp":94765396665,"id":386,"parentId":340,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/inherits/inherits.js","layer":"rsc"},"startTime":1742012061430,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":8511,"timestamp":94765396744,"id":387,"parentId":340,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/util-deprecate/node.js","layer":"rsc"},"startTime":1742012061430,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":8888,"timestamp":94765397320,"id":388,"parentId":376,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@colors/colors/lib/colors.js","layer":"rsc"},"startTime":1742012061430,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":5791,"timestamp":94765405302,"id":389,"parentId":357,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/p-limit/index.js","layer":"rsc"},"startTime":1742012061438,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":6678,"timestamp":94765406429,"id":390,"parentId":384,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@dabh/diagnostics/diagnostics.js","layer":"rsc"},"startTime":1742012061439,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":9780,"timestamp":94765408469,"id":391,"parentId":386,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/inherits/inherits_browser.js","layer":"rsc"},"startTime":1742012061442,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":6001,"timestamp":94765413326,"id":392,"parentId":388,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@colors/colors/lib/styles.js","layer":"rsc"},"startTime":1742012061446,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":3652,"timestamp":94765417380,"id":395,"parentId":388,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@colors/colors/lib/custom/zalgo.js","layer":"rsc"},"startTime":1742012061450,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":4978,"timestamp":94765417189,"id":393,"parentId":388,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@colors/colors/lib/system/supports-colors.js","layer":"rsc"},"startTime":1742012061450,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":5494,"timestamp":94765417428,"id":396,"parentId":388,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@colors/colors/lib/maps/america.js","layer":"rsc"},"startTime":1742012061450,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":6141,"timestamp":94765417477,"id":397,"parentId":388,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@colors/colors/lib/maps/zebra.js","layer":"rsc"},"startTime":1742012061451,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":6627,"timestamp":94765417695,"id":398,"parentId":388,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@colors/colors/lib/maps/rainbow.js","layer":"rsc"},"startTime":1742012061451,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":7760,"timestamp":94765417770,"id":399,"parentId":388,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@colors/colors/lib/maps/random.js","layer":"rsc"},"startTime":1742012061451,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":9915,"timestamp":94765417323,"id":394,"parentId":388,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@colors/colors/lib/custom/trap.js","layer":"rsc"},"startTime":1742012061450,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":3762,"timestamp":94765429650,"id":400,"parentId":393,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@colors/colors/lib/system/has-flag.js","layer":"rsc"},"startTime":1742012061463,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":4594,"timestamp":94765430241,"id":401,"parentId":379,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/safe-buffer/index.js","layer":"rsc"},"startTime":1742012061463,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":1025,"timestamp":94765435361,"id":402,"parentId":389,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/yocto-queue/index.js","layer":"rsc"},"startTime":1742012061468,"traceId":"dcf4d9b07c1421a0"},{"name":"add-entry","duration":913358,"timestamp":94764523068,"id":21,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Fdatabases%2Froute&name=app%2Fapi%2Fdatabases%2Froute&pagePath=private-next-app-dir%2Fapi%2Fdatabases%2Froute.js&appDir=%2FUsers%2Fkona%2FDesktop%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fdatabases%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1742012060556,"traceId":"dcf4d9b07c1421a0"},{"name":"add-entry","duration":913637,"timestamp":94764522794,"id":19,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Fcloudflare%2Froute&name=app%2Fapi%2Fcloudflare%2Froute&pagePath=private-next-app-dir%2Fapi%2Fcloudflare%2Froute.js&appDir=%2FUsers%2Fkona%2FDesktop%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fcloudflare%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1742012060556,"traceId":"dcf4d9b07c1421a0"},{"name":"add-entry","duration":913311,"timestamp":94764523124,"id":28,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Fquery%2Froute&name=app%2Fapi%2Fquery%2Froute&pagePath=private-next-app-dir%2Fapi%2Fquery%2Froute.js&appDir=%2FUsers%2Fkona%2FDesktop%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fquery%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1742012060556,"traceId":"dcf4d9b07c1421a0"},{"name":"add-entry","duration":913297,"timestamp":94764523141,"id":29,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Ftables%2Froute&name=app%2Fapi%2Ftables%2Froute&pagePath=private-next-app-dir%2Fapi%2Ftables%2Froute.js&appDir=%2FUsers%2Fkona%2FDesktop%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Ftables%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1742012060556,"traceId":"dcf4d9b07c1421a0"},{"name":"add-entry","duration":913188,"timestamp":94764523253,"id":34,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Ftables%2F%5Bname%5D%2Froute&name=app%2Fapi%2Ftables%2F%5Bname%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Ftables%2F%5Bname%5D%2Froute.js&appDir=%2FUsers%2Fkona%2FDesktop%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Ftables%2F%5Bname%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1742012060556,"traceId":"dcf4d9b07c1421a0"},{"name":"add-entry","duration":913372,"timestamp":94764523074,"id":22,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Fmigrations%2Fsync%2Froute&name=app%2Fapi%2Fmigrations%2Fsync%2Froute&pagePath=private-next-app-dir%2Fapi%2Fmigrations%2Fsync%2Froute.js&appDir=%2FUsers%2Fkona%2FDesktop%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fmigrations%2Fsync%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1742012060556,"traceId":"dcf4d9b07c1421a0"},{"name":"add-entry","duration":913395,"timestamp":94764523054,"id":20,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Fmigrations%2Fsync-files%2Froute&name=app%2Fapi%2Fmigrations%2Fsync-files%2Froute&pagePath=private-next-app-dir%2Fapi%2Fmigrations%2Fsync-files%2Froute.js&appDir=%2FUsers%2Fkona%2FDesktop%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fmigrations%2Fsync-files%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1742012060556,"traceId":"dcf4d9b07c1421a0"},{"name":"add-entry","duration":913359,"timestamp":94764523093,"id":25,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Fpull-remote%2Fpreview%2Froute&name=app%2Fapi%2Fpull-remote%2Fpreview%2Froute&pagePath=private-next-app-dir%2Fapi%2Fpull-remote%2Fpreview%2Froute.js&appDir=%2FUsers%2Fkona%2FDesktop%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fpull-remote%2Fpreview%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1742012060556,"traceId":"dcf4d9b07c1421a0"},{"name":"add-entry","duration":913374,"timestamp":94764523080,"id":23,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Fpull-data%2Fconfirm%2Froute&name=app%2Fapi%2Fpull-data%2Fconfirm%2Froute&pagePath=private-next-app-dir%2Fapi%2Fpull-data%2Fconfirm%2Froute.js&appDir=%2FUsers%2Fkona%2FDesktop%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fpull-data%2Fconfirm%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1742012060556,"traceId":"dcf4d9b07c1421a0"},{"name":"add-entry","duration":913369,"timestamp":94764523087,"id":24,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Fpull-remote%2Fconfirm%2Froute&name=app%2Fapi%2Fpull-remote%2Fconfirm%2Froute&pagePath=private-next-app-dir%2Fapi%2Fpull-remote%2Fconfirm%2Froute.js&appDir=%2FUsers%2Fkona%2FDesktop%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fpull-remote%2Fconfirm%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1742012060556,"traceId":"dcf4d9b07c1421a0"},{"name":"add-entry","duration":913360,"timestamp":94764523100,"id":26,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Fpush-remote%2Fconfirm%2Froute&name=app%2Fapi%2Fpush-remote%2Fconfirm%2Froute&pagePath=private-next-app-dir%2Fapi%2Fpush-remote%2Fconfirm%2Froute.js&appDir=%2FUsers%2Fkona%2FDesktop%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fpush-remote%2Fconfirm%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1742012060556,"traceId":"dcf4d9b07c1421a0"},{"name":"add-entry","duration":913355,"timestamp":94764523109,"id":27,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Fpush-remote%2Fpreview%2Froute&name=app%2Fapi%2Fpush-remote%2Fpreview%2Froute&pagePath=private-next-app-dir%2Fapi%2Fpush-remote%2Fpreview%2Froute.js&appDir=%2FUsers%2Fkona%2FDesktop%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fpush-remote%2Fpreview%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1742012060556,"traceId":"dcf4d9b07c1421a0"},{"name":"font-loader","duration":922186,"timestamp":94765133115,"id":215,"parentId":214,"tags":{},"startTime":1742012061166,"traceId":"dcf4d9b07c1421a0"},{"name":"postcss","duration":4560,"timestamp":94766192503,"id":403,"parentId":214,"tags":{},"startTime":1742012062226,"traceId":"dcf4d9b07c1421a0"},{"name":"next-font-loader","duration":1064316,"timestamp":94765133075,"id":214,"parentId":208,"tags":{},"startTime":1742012061166,"traceId":"dcf4d9b07c1421a0"},{"name":"css-loader","duration":21560,"timestamp":94766197186,"id":404,"parentId":208,"tags":{"astUsed":"true"},"startTime":1742012062230,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module","duration":1143603,"timestamp":94765075440,"id":208,"parentId":94,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.jsx\",\"import\":\"Geist_Mono\",\"arguments\":[{\"variable\":\"--font-geist-mono\",\"subsets\":[\"latin\"]}],\"variableName\":\"geistMono\"}","layer":"rsc"},"startTime":1742012061108,"traceId":"dcf4d9b07c1421a0"},{"name":"font-loader","duration":1143478,"timestamp":94765128997,"id":213,"parentId":212,"tags":{},"startTime":1742012061162,"traceId":"dcf4d9b07c1421a0"},{"name":"postcss","duration":423,"timestamp":94766272509,"id":405,"parentId":212,"tags":{},"startTime":1742012062306,"traceId":"dcf4d9b07c1421a0"},{"name":"next-font-loader","duration":1179408,"timestamp":94765093558,"id":212,"parentId":207,"tags":{},"startTime":1742012061127,"traceId":"dcf4d9b07c1421a0"},{"name":"css-loader","duration":1198,"timestamp":94766272953,"id":406,"parentId":207,"tags":{"astUsed":"true"},"startTime":1742012062306,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module","duration":1201768,"timestamp":94765072643,"id":207,"parentId":94,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.jsx\",\"import\":\"Geist\",\"arguments\":[{\"variable\":\"--font-geist-sans\",\"subsets\":[\"latin\"]}],\"variableName\":\"geistSans\"}","layer":"rsc"},"startTime":1742012061106,"traceId":"dcf4d9b07c1421a0"},{"name":"add-entry","duration":1751511,"timestamp":94764523149,"id":30,"parentId":18,"tags":{"request":"next-app-loader?page=%2F_not-found%2Fpage&name=app%2F_not-found%2Fpage&pagePath=next%2Fdist%2Fclient%2Fcomponents%2Fnot-found-error&appDir=%2FUsers%2Fkona%2FDesktop%2Fd1studio%2Fsrc%2Fapp&appPaths=next%2Fdist%2Fclient%2Fcomponents%2Fnot-found-error&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1742012060556,"traceId":"dcf4d9b07c1421a0"},{"name":"add-entry","duration":1751411,"timestamp":94764523256,"id":35,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fpage&name=app%2Fpage&pagePath=private-next-app-dir%2Fpage.jsx&appDir=%2FUsers%2Fkona%2FDesktop%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1742012060556,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module","duration":892,"timestamp":94766336424,"id":469,"parentId":16,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?server=true!","layer":"ssr"},"startTime":1742012062369,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module","duration":58,"timestamp":94766337337,"id":470,"parentId":16,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?server=true!","layer":"rsc"},"startTime":1742012062370,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module","duration":517,"timestamp":94766337404,"id":471,"parentId":16,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2FUsers%2Fkona%2FDesktop%2Fd1studio%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.jsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Geist%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22variable%5C%22%3A%5C%22--font-geist-sans%5C%22%2C%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22geistSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fkona%2FDesktop%2Fd1studio%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.jsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Geist_Mono%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22variable%5C%22%3A%5C%22--font-geist-mono%5C%22%2C%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22geistMono%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fkona%2FDesktop%2Fd1studio%2Fsrc%2Fapp%2Fglobals.css%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fkona%2FDesktop%2Fd1studio%2Fsrc%2Fcomponents%2Fui%2Ftoaster.jsx%22%2C%22ids%22%3A%5B%22Toaster%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fkona%2FDesktop%2Fd1studio%2Fsrc%2Fcontext%2Fdatabase-context.js%22%2C%22ids%22%3A%5B%22DatabaseProvider%22%5D%7D&server=true!","layer":"ssr"},"startTime":1742012062370,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module","duration":231,"timestamp":94766337930,"id":472,"parentId":16,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2FUsers%2Fkona%2FDesktop%2Fd1studio%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.jsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Geist%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22variable%5C%22%3A%5C%22--font-geist-sans%5C%22%2C%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22geistSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fkona%2FDesktop%2Fd1studio%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.jsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Geist_Mono%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22variable%5C%22%3A%5C%22--font-geist-mono%5C%22%2C%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22geistMono%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fkona%2FDesktop%2Fd1studio%2Fsrc%2Fapp%2Fglobals.css%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fkona%2FDesktop%2Fd1studio%2Fsrc%2Fcomponents%2Fui%2Ftoaster.jsx%22%2C%22ids%22%3A%5B%22Toaster%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fkona%2FDesktop%2Fd1studio%2Fsrc%2Fcontext%2Fdatabase-context.js%22%2C%22ids%22%3A%5B%22DatabaseProvider%22%5D%7D&server=true!","layer":"rsc"},"startTime":1742012062371,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module","duration":178,"timestamp":94766338169,"id":473,"parentId":16,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2FUsers%2Fkona%2FDesktop%2Fd1studio%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fkona%2FDesktop%2Fd1studio%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-segment.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fkona%2FDesktop%2Fd1studio%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fkona%2FDesktop%2Fd1studio%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fhttp-access-fallback%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fkona%2FDesktop%2Fd1studio%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fkona%2FDesktop%2Fd1studio%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fkona%2FDesktop%2Fd1studio%2Fnode_modules%2Fnext%2Fdist%2Flib%2Fmetadata%2Fmetadata-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"ssr"},"startTime":1742012062371,"traceId":"dcf4d9b07c1421a0"}]
5
+ [{"name":"build-module","duration":250,"timestamp":94766338541,"id":474,"parentId":16,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2FUsers%2Fkona%2FDesktop%2Fd1studio%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fkona%2FDesktop%2Fd1studio%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-segment.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fkona%2FDesktop%2Fd1studio%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fkona%2FDesktop%2Fd1studio%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fhttp-access-fallback%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fkona%2FDesktop%2Fd1studio%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fkona%2FDesktop%2Fd1studio%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fkona%2FDesktop%2Fd1studio%2Fnode_modules%2Fnext%2Fdist%2Flib%2Fmetadata%2Fmetadata-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"rsc"},"startTime":1742012062372,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module","duration":68,"timestamp":94766338799,"id":475,"parentId":16,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2FUsers%2Fkona%2FDesktop%2Fd1studio%2Fsrc%2Fapp%2Fpage.jsx%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"ssr"},"startTime":1742012062372,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module","duration":61,"timestamp":94766338873,"id":476,"parentId":16,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2FUsers%2Fkona%2FDesktop%2Fd1studio%2Fsrc%2Fapp%2Fpage.jsx%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"rsc"},"startTime":1742012062372,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-jsx","duration":4294,"timestamp":94766342767,"id":477,"parentId":475,"tags":{"name":"/Users/kona/Desktop/d1studio/src/app/page.jsx","layer":"ssr"},"startTime":1742012062376,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-jsx","duration":2352,"timestamp":94766350383,"id":480,"parentId":471,"tags":{"name":"/Users/kona/Desktop/d1studio/src/components/ui/toaster.jsx","layer":"ssr"},"startTime":1742012062383,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":4677,"timestamp":94766350056,"id":478,"parentId":473,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/error-boundary.js","layer":"ssr"},"startTime":1742012062383,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":6065,"timestamp":94766350126,"id":479,"parentId":471,"tags":{"name":"/Users/kona/Desktop/d1studio/src/context/database-context.js","layer":"ssr"},"startTime":1742012062383,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":6986,"timestamp":94766352937,"id":483,"parentId":473,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/render-from-template-context.js","layer":"ssr"},"startTime":1742012062386,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":8395,"timestamp":94766352909,"id":482,"parentId":473,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/client-segment.js","layer":"ssr"},"startTime":1742012062386,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":10063,"timestamp":94766352839,"id":481,"parentId":473,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/client-page.js","layer":"ssr"},"startTime":1742012062386,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":12805,"timestamp":94766352957,"id":484,"parentId":473,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/layout-router.js","layer":"ssr"},"startTime":1742012062386,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":10103,"timestamp":94766356945,"id":485,"parentId":473,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js","layer":"ssr"},"startTime":1742012062390,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":5025,"timestamp":94766369528,"id":486,"parentId":473,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/lib/metadata/metadata-boundary.js","layer":"ssr"},"startTime":1742012062403,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":366,"timestamp":94766374724,"id":487,"parentId":478,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@swc/helpers/esm/_interop_require_default.js","layer":"ssr"},"startTime":1742012062408,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":1642,"timestamp":94766376665,"id":489,"parentId":482,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/server/request/params.js","layer":"ssr"},"startTime":1742012062410,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":3146,"timestamp":94766376714,"id":490,"parentId":481,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/server/request/search-params.js","layer":"ssr"},"startTime":1742012062410,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":4673,"timestamp":94766376626,"id":488,"parentId":482,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/invariant-error.js","layer":"ssr"},"startTime":1742012062410,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":4870,"timestamp":94766376759,"id":491,"parentId":485,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/http-access-fallback/http-access-fallback.js","layer":"ssr"},"startTime":1742012062410,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":4967,"timestamp":94766376779,"id":492,"parentId":485,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/utils/warn-once.js","layer":"ssr"},"startTime":1742012062410,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":1783,"timestamp":94766384715,"id":493,"parentId":486,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/lib/metadata/metadata-constants.js","layer":"ssr"},"startTime":1742012062418,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":4880,"timestamp":94766384882,"id":495,"parentId":478,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/is-next-router-error.js","layer":"ssr"},"startTime":1742012062418,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":5119,"timestamp":94766384903,"id":496,"parentId":478,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/navigation-untracked.js","layer":"ssr"},"startTime":1742012062418,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":5875,"timestamp":94766384847,"id":494,"parentId":478,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/nav-failure-handler.js","layer":"ssr"},"startTime":1742012062418,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":3765,"timestamp":94766391258,"id":501,"parentId":484,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/handle-smooth-scroll.js","layer":"ssr"},"startTime":1742012062424,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":4177,"timestamp":94766391073,"id":498,"parentId":484,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/unresolved-thenable.js","layer":"ssr"},"startTime":1742012062424,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":4305,"timestamp":94766391210,"id":499,"parentId":484,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/match-segments.js","layer":"ssr"},"startTime":1742012062424,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":4642,"timestamp":94766391237,"id":500,"parentId":484,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/redirect-boundary.js","layer":"ssr"},"startTime":1742012062424,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":1089,"timestamp":94766396126,"id":502,"parentId":489,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/server/dynamic-rendering-utils.js","layer":"ssr"},"startTime":1742012062429,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":1387,"timestamp":94766396205,"id":503,"parentId":489,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/server/create-deduped-by-callsite-server-error-logger.js","layer":"ssr"},"startTime":1742012062429,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":1556,"timestamp":94766396254,"id":504,"parentId":489,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/lib/scheduler.js","layer":"ssr"},"startTime":1742012062429,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":3070,"timestamp":94766396301,"id":505,"parentId":489,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/server/app-render/dynamic-rendering.js","layer":"ssr"},"startTime":1742012062429,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":9433,"timestamp":94766396344,"id":506,"parentId":489,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/server/request/utils.js","layer":"ssr"},"startTime":1742012062429,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":9852,"timestamp":94766396385,"id":507,"parentId":489,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/server/web/spec-extension/adapters/reflect.js","layer":"ssr"},"startTime":1742012062429,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":25203,"timestamp":94766384922,"id":497,"parentId":483,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@swc/helpers/esm/_interop_require_wildcard.js","layer":"ssr"},"startTime":1742012062418,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":3333,"timestamp":94766407431,"id":512,"parentId":484,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/reducers/get-segment-value.js","layer":"ssr"},"startTime":1742012062440,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":3534,"timestamp":94766407405,"id":511,"parentId":484,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/create-router-cache-key.js","layer":"ssr"},"startTime":1742012062440,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":3664,"timestamp":94766407454,"id":513,"parentId":484,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/reducers/has-interception-route-in-current-tree.js","layer":"ssr"},"startTime":1742012062441,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":4534,"timestamp":94766407332,"id":510,"parentId":484,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/fetch-server-response.js","layer":"ssr"},"startTime":1742012062440,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":798,"timestamp":94766414618,"id":520,"parentId":513,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/server/lib/interception-routes.js","layer":"ssr"},"startTime":1742012062448,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":1568,"timestamp":94766414072,"id":517,"parentId":494,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/create-href-from-url.js","layer":"ssr"},"startTime":1742012062447,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":1938,"timestamp":94766413963,"id":514,"parentId":505,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/hooks-server-context.js","layer":"ssr"},"startTime":1742012062447,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":9654,"timestamp":94766406906,"id":508,"parentId":478,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react-jsx-runtime.js","layer":"ssr"},"startTime":1742012062440,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":9876,"timestamp":94766407128,"id":509,"parentId":478,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react.js","layer":"ssr"},"startTime":1742012062440,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":3658,"timestamp":94766414051,"id":516,"parentId":495,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/redirect-error.js","layer":"ssr"},"startTime":1742012062447,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":3884,"timestamp":94766414026,"id":515,"parentId":505,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/static-generation-bailout.js","layer":"ssr"},"startTime":1742012062447,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":3492,"timestamp":94766414571,"id":518,"parentId":511,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/segment.js","layer":"ssr"},"startTime":1742012062448,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":3668,"timestamp":94766414598,"id":519,"parentId":510,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/app-router-headers.js","layer":"ssr"},"startTime":1742012062448,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":5312,"timestamp":94766414730,"id":523,"parentId":500,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/redirect.js","layer":"ssr"},"startTime":1742012062448,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":5896,"timestamp":94766414666,"id":521,"parentId":500,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/navigation.js","layer":"ssr"},"startTime":1742012062448,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":924,"timestamp":94766425947,"id":531,"parentId":508,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/server/route-modules/app-page/module.compiled.js","layer":"ssr"},"startTime":1742012062459,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":4234,"timestamp":94766423529,"id":525,"parentId":510,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/app-call-server.js","layer":"ssr"},"startTime":1742012062457,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":4612,"timestamp":94766423638,"id":526,"parentId":510,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/hash.js","layer":"ssr"},"startTime":1742012062457,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":5171,"timestamp":94766423451,"id":524,"parentId":510,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/flight-data-helpers.js","layer":"ssr"},"startTime":1742012062457,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":15183,"timestamp":94766414685,"id":522,"parentId":499,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/server/app-render/get-segment-param.js","layer":"ssr"},"startTime":1742012062448,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":6415,"timestamp":94766423779,"id":527,"parentId":510,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/router-reducer-types.js","layer":"ssr"},"startTime":1742012062457,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":6713,"timestamp":94766423937,"id":529,"parentId":510,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/app-build-id.js","layer":"ssr"},"startTime":1742012062457,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":7024,"timestamp":94766423865,"id":528,"parentId":510,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/app-find-source-map-url.js","layer":"ssr"},"startTime":1742012062457,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":5327,"timestamp":94766425874,"id":530,"parentId":520,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/app-paths.js","layer":"ssr"},"startTime":1742012062459,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-jsx","duration":7605,"timestamp":94766426024,"id":532,"parentId":477,"tags":{"name":"/Users/kona/Desktop/d1studio/src/components/sidebar.jsx","layer":"ssr"},"startTime":1742012062459,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-jsx","duration":8471,"timestamp":94766426085,"id":533,"parentId":477,"tags":{"name":"/Users/kona/Desktop/d1studio/src/components/sql-editor.jsx","layer":"ssr"},"startTime":1742012062459,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-jsx","duration":10216,"timestamp":94766426131,"id":534,"parentId":477,"tags":{"name":"/Users/kona/Desktop/d1studio/src/components/table-view.jsx","layer":"ssr"},"startTime":1742012062459,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":8868,"timestamp":94766436896,"id":536,"parentId":516,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/redirect-status-code.js","layer":"ssr"},"startTime":1742012062470,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":3052,"timestamp":94766445835,"id":537,"parentId":530,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","layer":"ssr"},"startTime":1742012062479,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":18724,"timestamp":94766431485,"id":535,"parentId":484,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react-dom.js","layer":"ssr"},"startTime":1742012062465,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":1719,"timestamp":94766449253,"id":540,"parentId":521,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/bailout-to-client-rendering.js","layer":"ssr"},"startTime":1742012062482,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":2035,"timestamp":94766449225,"id":539,"parentId":521,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/navigation.react-server.js","layer":"ssr"},"startTime":1742012062482,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":2947,"timestamp":94766449125,"id":538,"parentId":533,"tags":{"name":"/Users/kona/Desktop/d1studio/src/lib/parse-sql-error.js","layer":"ssr"},"startTime":1742012062482,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":3116,"timestamp":94766454599,"id":541,"parentId":479,"tags":{"name":"/Users/kona/Desktop/d1studio/src/lib/request-deduplication.js","layer":"ssr"},"startTime":1742012062488,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":1700,"timestamp":94766461006,"id":545,"parentId":538,"tags":{"name":"/Users/kona/Desktop/d1studio/src/lib/sql-error-types.js","layer":"ssr"},"startTime":1742012062494,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":8192,"timestamp":94766454719,"id":542,"parentId":483,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/app-router-context.js","layer":"ssr"},"startTime":1742012062488,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-jsx","duration":2508,"timestamp":94766462086,"id":546,"parentId":477,"tags":{"name":"/Users/kona/Desktop/d1studio/src/components/update-banner.jsx","layer":"ssr"},"startTime":1742012062495,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":7003,"timestamp":94766458002,"id":544,"parentId":496,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/hooks-client-context.js","layer":"ssr"},"startTime":1742012062491,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":7214,"timestamp":94766457885,"id":543,"parentId":510,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react-server-dom-webpack-client-edge.js","layer":"ssr"},"startTime":1742012062491,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":2238,"timestamp":94766463081,"id":547,"parentId":539,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/not-found.js","layer":"ssr"},"startTime":1742012062496,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":2542,"timestamp":94766463145,"id":549,"parentId":539,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/forbidden.js","layer":"ssr"},"startTime":1742012062496,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":5433,"timestamp":94766463121,"id":548,"parentId":539,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/unauthorized.js","layer":"ssr"},"startTime":1742012062496,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":5632,"timestamp":94766463167,"id":550,"parentId":539,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/unstable-rethrow.js","layer":"ssr"},"startTime":1742012062496,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":1887,"timestamp":94766469271,"id":552,"parentId":540,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","layer":"ssr"},"startTime":1742012062502,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-jsx","duration":2459,"timestamp":94766469167,"id":551,"parentId":480,"tags":{"name":"/Users/kona/Desktop/d1studio/src/components/ui/toast.jsx","layer":"ssr"},"startTime":1742012062502,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":2871,"timestamp":94766469298,"id":553,"parentId":479,"tags":{"name":"/Users/kona/Desktop/d1studio/src/hooks/use-toast.js","layer":"ssr"},"startTime":1742012062502,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":7503,"timestamp":94766472519,"id":554,"parentId":521,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/server-inserted-html.js","layer":"ssr"},"startTime":1742012062506,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-jsx","duration":3852,"timestamp":94766476843,"id":556,"parentId":532,"tags":{"name":"/Users/kona/Desktop/d1studio/src/components/cloudflare-credentials-modal.jsx","layer":"ssr"},"startTime":1742012062510,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-jsx","duration":4930,"timestamp":94766476541,"id":555,"parentId":532,"tags":{"name":"/Users/kona/Desktop/d1studio/src/components/environment-handler.jsx","layer":"ssr"},"startTime":1742012062510,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-jsx","duration":7161,"timestamp":94766477795,"id":560,"parentId":534,"tags":{"name":"/Users/kona/Desktop/d1studio/src/components/delete-records-dialog.jsx","layer":"ssr"},"startTime":1742012062511,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-jsx","duration":7669,"timestamp":94766477737,"id":559,"parentId":533,"tags":{"name":"/Users/kona/Desktop/d1studio/src/components/query-results.jsx","layer":"ssr"},"startTime":1742012062511,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-jsx","duration":10523,"timestamp":94766477579,"id":557,"parentId":534,"tags":{"name":"/Users/kona/Desktop/d1studio/src/components/editable-cell.jsx","layer":"ssr"},"startTime":1742012062511,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-jsx","duration":11426,"timestamp":94766477678,"id":558,"parentId":534,"tags":{"name":"/Users/kona/Desktop/d1studio/src/components/table-toolbar.jsx","layer":"ssr"},"startTime":1742012062511,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-jsx","duration":11531,"timestamp":94766477919,"id":562,"parentId":532,"tags":{"name":"/Users/kona/Desktop/d1studio/src/components/environment-select.jsx","layer":"ssr"},"startTime":1742012062511,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-jsx","duration":11738,"timestamp":94766478029,"id":564,"parentId":534,"tags":{"name":"/Users/kona/Desktop/d1studio/src/components/table-error-dialog.jsx","layer":"ssr"},"startTime":1742012062511,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-jsx","duration":13360,"timestamp":94766477984,"id":563,"parentId":534,"tags":{"name":"/Users/kona/Desktop/d1studio/src/components/resize-columns.jsx","layer":"ssr"},"startTime":1742012062511,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-jsx","duration":14144,"timestamp":94766477869,"id":561,"parentId":534,"tags":{"name":"/Users/kona/Desktop/d1studio/src/components/editable-row.jsx","layer":"ssr"},"startTime":1742012062511,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-jsx","duration":6463,"timestamp":94766492850,"id":567,"parentId":534,"tags":{"name":"/Users/kona/Desktop/d1studio/src/components/column-sorting.jsx","layer":"ssr"},"startTime":1742012062526,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":22622,"timestamp":94766478076,"id":565,"parentId":550,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/server/lib/router-utils/is-postpone.js","layer":"ssr"},"startTime":1742012062511,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":13801,"timestamp":94766492736,"id":566,"parentId":550,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/export/helpers/is-dynamic-usage-error.js","layer":"ssr"},"startTime":1742012062526,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-jsx","duration":4007,"timestamp":94766509617,"id":569,"parentId":532,"tags":{"name":"/Users/kona/Desktop/d1studio/src/components/ui/input.jsx","layer":"ssr"},"startTime":1742012062543,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-jsx","duration":4343,"timestamp":94766509511,"id":568,"parentId":532,"tags":{"name":"/Users/kona/Desktop/d1studio/src/components/ui/alert.jsx","layer":"ssr"},"startTime":1742012062543,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-jsx","duration":4717,"timestamp":94766518959,"id":570,"parentId":534,"tags":{"name":"/Users/kona/Desktop/d1studio/src/components/ui/scroll-area.jsx","layer":"ssr"},"startTime":1742012062552,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-jsx","duration":4820,"timestamp":94766519437,"id":573,"parentId":534,"tags":{"name":"/Users/kona/Desktop/d1studio/src/components/ui/table.jsx","layer":"ssr"},"startTime":1742012062552,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-jsx","duration":5723,"timestamp":94766519127,"id":571,"parentId":533,"tags":{"name":"/Users/kona/Desktop/d1studio/src/components/ui/dropdown-menu.jsx","layer":"ssr"},"startTime":1742012062552,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-jsx","duration":5664,"timestamp":94766519361,"id":572,"parentId":533,"tags":{"name":"/Users/kona/Desktop/d1studio/src/components/ui/button.jsx","layer":"ssr"},"startTime":1742012062552,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-jsx","duration":5632,"timestamp":94766519521,"id":574,"parentId":534,"tags":{"name":"/Users/kona/Desktop/d1studio/src/components/ui/checkbox.jsx","layer":"ssr"},"startTime":1742012062553,"traceId":"dcf4d9b07c1421a0"}]
6
+ [{"name":"build-module-js","duration":6728,"timestamp":94766525736,"id":586,"parentId":546,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/axios/index.js","layer":"ssr"},"startTime":1742012062559,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":49788,"timestamp":94766532536,"id":590,"parentId":551,"tags":{"name":"/Users/kona/Desktop/d1studio/src/lib/utils.js","layer":"ssr"},"startTime":1742012062566,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":60871,"timestamp":94766521673,"id":577,"parentId":534,"tags":{"name":"__barrel_optimize__?names=AlertCircle,Loader2!=!/Users/kona/Desktop/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1742012062555,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":60918,"timestamp":94766521699,"id":578,"parentId":546,"tags":{"name":"__barrel_optimize__?names=Info!=!/Users/kona/Desktop/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1742012062555,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":61054,"timestamp":94766521645,"id":576,"parentId":533,"tags":{"name":"__barrel_optimize__?names=ChevronDown,Command,CornerDownLeft,GripHorizontal,Loader2!=!/Users/kona/Desktop/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1742012062555,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":63538,"timestamp":94766521322,"id":575,"parentId":532,"tags":{"name":"__barrel_optimize__?names=AlertCircle,Loader2,Search,Table2,TerminalSquare!=!/Users/kona/Desktop/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1742012062554,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":63192,"timestamp":94766521721,"id":579,"parentId":556,"tags":{"name":"__barrel_optimize__?names=Loader2!=!/Users/kona/Desktop/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1742012062555,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":63192,"timestamp":94766521777,"id":582,"parentId":562,"tags":{"name":"__barrel_optimize__?names=Download,HardDrive,Loader2,Upload!=!/Users/kona/Desktop/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1742012062555,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":63265,"timestamp":94766521741,"id":580,"parentId":560,"tags":{"name":"__barrel_optimize__?names=AlertCircle!=!/Users/kona/Desktop/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1742012062555,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":63304,"timestamp":94766521759,"id":581,"parentId":558,"tags":{"name":"__barrel_optimize__?names=ArrowLeft,ArrowRight,Columns,Loader2,SlidersHorizontal!=!/Users/kona/Desktop/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1742012062555,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":63359,"timestamp":94766521813,"id":584,"parentId":567,"tags":{"name":"__barrel_optimize__?names=ArrowDown,ArrowUp,ArrowUpDown!=!/Users/kona/Desktop/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1742012062555,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":56274,"timestamp":94766529027,"id":587,"parentId":571,"tags":{"name":"__barrel_optimize__?names=Check,ChevronRight,Circle!=!/Users/kona/Desktop/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1742012062562,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":63685,"timestamp":94766521832,"id":585,"parentId":551,"tags":{"name":"__barrel_optimize__?names=X!=!/Users/kona/Desktop/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1742012062555,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":63851,"timestamp":94766521794,"id":583,"parentId":561,"tags":{"name":"__barrel_optimize__?names=Trash2!=!/Users/kona/Desktop/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1742012062555,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":58024,"timestamp":94766529119,"id":588,"parentId":574,"tags":{"name":"__barrel_optimize__?names=Check!=!/Users/kona/Desktop/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1742012062562,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-mjs","duration":58890,"timestamp":94766529754,"id":589,"parentId":533,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@monaco-editor/react/dist/index.mjs","layer":"ssr"},"startTime":1742012062563,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-mjs","duration":58610,"timestamp":94766533235,"id":591,"parentId":551,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/class-variance-authority/dist/index.mjs","layer":"ssr"},"startTime":1742012062566,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-jsx","duration":4098,"timestamp":94766588990,"id":592,"parentId":558,"tags":{"name":"/Users/kona/Desktop/d1studio/src/components/sync-migrations-button.jsx","layer":"ssr"},"startTime":1742012062622,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-jsx","duration":4190,"timestamp":94766589139,"id":594,"parentId":558,"tags":{"name":"/Users/kona/Desktop/d1studio/src/components/refresh-button.jsx","layer":"ssr"},"startTime":1742012062622,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-jsx","duration":4872,"timestamp":94766589185,"id":595,"parentId":558,"tags":{"name":"/Users/kona/Desktop/d1studio/src/components/download-button.jsx","layer":"ssr"},"startTime":1742012062622,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-jsx","duration":5709,"timestamp":94766589089,"id":593,"parentId":555,"tags":{"name":"/Users/kona/Desktop/d1studio/src/components/push-preview-toast.jsx","layer":"ssr"},"startTime":1742012062622,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-jsx","duration":6160,"timestamp":94766589229,"id":596,"parentId":555,"tags":{"name":"/Users/kona/Desktop/d1studio/src/components/pull-preview-toast.jsx","layer":"ssr"},"startTime":1742012062622,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-jsx","duration":6606,"timestamp":94766589271,"id":597,"parentId":558,"tags":{"name":"/Users/kona/Desktop/d1studio/src/components/column-selector.jsx","layer":"ssr"},"startTime":1742012062622,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":9283,"timestamp":94766615546,"id":608,"parentId":577,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/circle-alert.js","layer":"ssr"},"startTime":1742012062649,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":9447,"timestamp":94766615504,"id":606,"parentId":576,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/chevron-down.js","layer":"ssr"},"startTime":1742012062649,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":9516,"timestamp":94766615527,"id":607,"parentId":578,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/info.js","layer":"ssr"},"startTime":1742012062649,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":9655,"timestamp":94766615466,"id":605,"parentId":577,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/loader-circle.js","layer":"ssr"},"startTime":1742012062649,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":9635,"timestamp":94766615564,"id":609,"parentId":576,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/command.js","layer":"ssr"},"startTime":1742012062649,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":9690,"timestamp":94766615581,"id":610,"parentId":576,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/corner-down-left.js","layer":"ssr"},"startTime":1742012062649,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":9733,"timestamp":94766615615,"id":612,"parentId":575,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/search.js","layer":"ssr"},"startTime":1742012062649,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":9799,"timestamp":94766615633,"id":613,"parentId":582,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/hard-drive.js","layer":"ssr"},"startTime":1742012062649,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":9926,"timestamp":94766615599,"id":611,"parentId":576,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/grip-horizontal.js","layer":"ssr"},"startTime":1742012062649,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":9950,"timestamp":94766615649,"id":614,"parentId":575,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/square-terminal.js","layer":"ssr"},"startTime":1742012062649,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":9954,"timestamp":94766615716,"id":618,"parentId":581,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/columns-2.js","layer":"ssr"},"startTime":1742012062649,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":10038,"timestamp":94766615701,"id":617,"parentId":582,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/upload.js","layer":"ssr"},"startTime":1742012062649,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":10113,"timestamp":94766615681,"id":616,"parentId":575,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/table-2.js","layer":"ssr"},"startTime":1742012062649,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":10194,"timestamp":94766615665,"id":615,"parentId":582,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/download.js","layer":"ssr"},"startTime":1742012062649,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":10175,"timestamp":94766615748,"id":620,"parentId":581,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/arrow-left.js","layer":"ssr"},"startTime":1742012062649,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":10219,"timestamp":94766615764,"id":621,"parentId":581,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/arrow-right.js","layer":"ssr"},"startTime":1742012062649,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":10262,"timestamp":94766615780,"id":622,"parentId":584,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/arrow-up.js","layer":"ssr"},"startTime":1742012062649,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":10437,"timestamp":94766615731,"id":619,"parentId":581,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/sliders-horizontal.js","layer":"ssr"},"startTime":1742012062649,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":10408,"timestamp":94766615827,"id":625,"parentId":587,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/check.js","layer":"ssr"},"startTime":1742012062649,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":10507,"timestamp":94766615796,"id":623,"parentId":584,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/arrow-down.js","layer":"ssr"},"startTime":1742012062649,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":10554,"timestamp":94766615843,"id":626,"parentId":587,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/chevron-right.js","layer":"ssr"},"startTime":1742012062649,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":10657,"timestamp":94766615812,"id":624,"parentId":584,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/arrow-up-down.js","layer":"ssr"},"startTime":1742012062649,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":10703,"timestamp":94766615858,"id":627,"parentId":587,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/circle.js","layer":"ssr"},"startTime":1742012062649,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":10735,"timestamp":94766615889,"id":629,"parentId":585,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/x.js","layer":"ssr"},"startTime":1742012062649,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":10825,"timestamp":94766615874,"id":628,"parentId":583,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/trash-2.js","layer":"ssr"},"startTime":1742012062649,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":11429,"timestamp":94766615330,"id":600,"parentId":594,"tags":{"name":"__barrel_optimize__?names=Loader2,RefreshCw!=!/Users/kona/Desktop/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1742012062648,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":11419,"timestamp":94766615383,"id":602,"parentId":593,"tags":{"name":"__barrel_optimize__?names=Loader2,X!=!/Users/kona/Desktop/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1742012062648,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":11596,"timestamp":94766615244,"id":599,"parentId":592,"tags":{"name":"__barrel_optimize__?names=FolderSync,Loader2!=!/Users/kona/Desktop/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1742012062648,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":11534,"timestamp":94766615360,"id":601,"parentId":595,"tags":{"name":"__barrel_optimize__?names=Download,FileCode,FileJson,FileSpreadsheet,Loader2!=!/Users/kona/Desktop/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1742012062648,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":11506,"timestamp":94766615421,"id":604,"parentId":597,"tags":{"name":"__barrel_optimize__?names=Columns!=!/Users/kona/Desktop/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1742012062648,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":11568,"timestamp":94766615402,"id":603,"parentId":596,"tags":{"name":"__barrel_optimize__?names=FileText,Loader2,X!=!/Users/kona/Desktop/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1742012062648,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":30120,"timestamp":94766598610,"id":598,"parentId":586,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/axios/lib/axios.js","layer":"ssr"},"startTime":1742012062632,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":7739,"timestamp":94766641111,"id":634,"parentId":608,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/lucide-react/dist/esm/createLucideIcon.js","layer":"ssr"},"startTime":1742012062674,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-jsx","duration":8477,"timestamp":94766640955,"id":632,"parentId":557,"tags":{"name":"/Users/kona/Desktop/d1studio/src/components/ui/select.jsx","layer":"ssr"},"startTime":1742012062674,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":8498,"timestamp":94766641067,"id":633,"parentId":600,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/refresh-cw.js","layer":"ssr"},"startTime":1742012062674,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":8487,"timestamp":94766641182,"id":637,"parentId":601,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/file-spreadsheet.js","layer":"ssr"},"startTime":1742012062674,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":8557,"timestamp":94766641200,"id":638,"parentId":599,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/folder-sync.js","layer":"ssr"},"startTime":1742012062674,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":8696,"timestamp":94766641141,"id":635,"parentId":601,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/file-code.js","layer":"ssr"},"startTime":1742012062674,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":8760,"timestamp":94766641162,"id":636,"parentId":601,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/file-json.js","layer":"ssr"},"startTime":1742012062674,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-jsx","duration":9923,"timestamp":94766640685,"id":631,"parentId":556,"tags":{"name":"/Users/kona/Desktop/d1studio/src/components/ui/dialog.jsx","layer":"ssr"},"startTime":1742012062674,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":9566,"timestamp":94766641218,"id":639,"parentId":603,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/file-text.js","layer":"ssr"},"startTime":1742012062674,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-jsx","duration":6810,"timestamp":94766648028,"id":641,"parentId":558,"tags":{"name":"/Users/kona/Desktop/d1studio/src/components/ui/tooltip.jsx","layer":"ssr"},"startTime":1742012062681,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-mjs","duration":28354,"timestamp":94766629384,"id":630,"parentId":551,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@radix-ui/react-toast/dist/index.mjs","layer":"ssr"},"startTime":1742012062662,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":20188,"timestamp":94766641237,"id":640,"parentId":598,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/axios/lib/utils.js","layer":"ssr"},"startTime":1742012062674,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":1981,"timestamp":94766662178,"id":658,"parentId":632,"tags":{"name":"__barrel_optimize__?names=Check,ChevronDown,ChevronUp!=!/Users/kona/Desktop/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1742012062695,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":13042,"timestamp":94766651793,"id":645,"parentId":598,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/axios/lib/helpers/HttpStatusCode.js","layer":"ssr"},"startTime":1742012062685,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":13391,"timestamp":94766651590,"id":642,"parentId":598,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/axios/lib/helpers/bind.js","layer":"ssr"},"startTime":1742012062685,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":13358,"timestamp":94766651743,"id":644,"parentId":598,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/axios/lib/helpers/spread.js","layer":"ssr"},"startTime":1742012062685,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":13389,"timestamp":94766651838,"id":646,"parentId":598,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/axios/lib/helpers/isAxiosError.js","layer":"ssr"},"startTime":1742012062685,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":13690,"timestamp":94766651880,"id":647,"parentId":598,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/axios/lib/helpers/formDataToJSON.js","layer":"ssr"},"startTime":1742012062685,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":16322,"timestamp":94766651692,"id":643,"parentId":598,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/axios/lib/helpers/toFormData.js","layer":"ssr"},"startTime":1742012062685,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":16429,"timestamp":94766652011,"id":650,"parentId":598,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/axios/lib/core/mergeConfig.js","layer":"ssr"},"startTime":1742012062685,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":16763,"timestamp":94766651967,"id":649,"parentId":598,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/axios/lib/core/AxiosError.js","layer":"ssr"},"startTime":1742012062685,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":16774,"timestamp":94766652096,"id":652,"parentId":598,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/axios/lib/cancel/CanceledError.js","layer":"ssr"},"startTime":1742012062685,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":17965,"timestamp":94766651925,"id":648,"parentId":598,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/axios/lib/core/Axios.js","layer":"ssr"},"startTime":1742012062685,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":18735,"timestamp":94766652246,"id":655,"parentId":598,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/axios/lib/defaults/index.js","layer":"ssr"},"startTime":1742012062685,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":18889,"timestamp":94766652288,"id":656,"parentId":598,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/axios/lib/env/data.js","layer":"ssr"},"startTime":1742012062685,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":21631,"timestamp":94766652053,"id":651,"parentId":598,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/axios/lib/core/AxiosHeaders.js","layer":"ssr"},"startTime":1742012062685,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":22202,"timestamp":94766652160,"id":653,"parentId":598,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/axios/lib/cancel/CancelToken.js","layer":"ssr"},"startTime":1742012062685,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":22987,"timestamp":94766652329,"id":657,"parentId":598,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/axios/lib/adapters/adapters.js","layer":"ssr"},"startTime":1742012062685,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":23237,"timestamp":94766652204,"id":654,"parentId":598,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/axios/lib/cancel/isCancel.js","layer":"ssr"},"startTime":1742012062685,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":15242,"timestamp":94766664256,"id":663,"parentId":634,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/lucide-react/dist/esm/Icon.js","layer":"ssr"},"startTime":1742012062697,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-mjs","duration":18993,"timestamp":94766662416,"id":660,"parentId":572,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@radix-ui/react-slot/dist/index.mjs","layer":"ssr"},"startTime":1742012062695,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-mjs","duration":24876,"timestamp":94766662575,"id":662,"parentId":571,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@radix-ui/react-dropdown-menu/dist/index.mjs","layer":"ssr"},"startTime":1742012062696,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-mjs","duration":25664,"timestamp":94766662354,"id":659,"parentId":574,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@radix-ui/react-checkbox/dist/index.mjs","layer":"ssr"},"startTime":1742012062695,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-mjs","duration":29044,"timestamp":94766662529,"id":661,"parentId":570,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@radix-ui/react-scroll-area/dist/index.mjs","layer":"ssr"},"startTime":1742012062696,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":3130,"timestamp":94766691973,"id":664,"parentId":658,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/chevron-up.js","layer":"ssr"},"startTime":1742012062725,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":3341,"timestamp":94766692055,"id":665,"parentId":634,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/lucide-react/dist/esm/shared/src/utils.js","layer":"ssr"},"startTime":1742012062725,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":6639,"timestamp":94766692084,"id":666,"parentId":648,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/axios/lib/core/dispatchRequest.js","layer":"ssr"},"startTime":1742012062725,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":6765,"timestamp":94766692263,"id":667,"parentId":648,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/axios/lib/helpers/buildURL.js","layer":"ssr"},"startTime":1742012062725,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":6681,"timestamp":94766692510,"id":669,"parentId":655,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/axios/lib/helpers/toURLEncodedForm.js","layer":"ssr"},"startTime":1742012062726,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":6855,"timestamp":94766692585,"id":670,"parentId":648,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/axios/lib/core/InterceptorManager.js","layer":"ssr"},"startTime":1742012062726,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":7114,"timestamp":94766692444,"id":668,"parentId":648,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/axios/lib/core/buildFullPath.js","layer":"ssr"},"startTime":1742012062726,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":6842,"timestamp":94766692806,"id":675,"parentId":655,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/axios/lib/defaults/transitional.js","layer":"ssr"},"startTime":1742012062726,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":7277,"timestamp":94766692676,"id":672,"parentId":648,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/axios/lib/helpers/validator.js","layer":"ssr"},"startTime":1742012062726,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":7716,"timestamp":94766692719,"id":673,"parentId":657,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/axios/lib/adapters/xhr.js","layer":"ssr"},"startTime":1742012062726,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":10721,"timestamp":94766692848,"id":676,"parentId":657,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/axios/lib/adapters/fetch.js","layer":"ssr"},"startTime":1742012062726,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":11082,"timestamp":94766692763,"id":674,"parentId":651,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/axios/lib/helpers/parseHeaders.js","layer":"ssr"},"startTime":1742012062726,"traceId":"dcf4d9b07c1421a0"}]
7
+ [{"name":"build-module-js","duration":13234,"timestamp":94766692632,"id":671,"parentId":657,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/axios/lib/adapters/http.js","layer":"ssr"},"startTime":1742012062726,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":9123,"timestamp":94766696990,"id":679,"parentId":663,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/lucide-react/dist/esm/defaultAttributes.js","layer":"ssr"},"startTime":1742012062730,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":24036,"timestamp":94766697016,"id":680,"parentId":655,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/axios/lib/platform/index.js","layer":"ssr"},"startTime":1742012062730,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-mjs","duration":24692,"timestamp":94766696864,"id":677,"parentId":590,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/clsx/dist/clsx.mjs","layer":"ssr"},"startTime":1742012062730,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-mjs","duration":27690,"timestamp":94766696943,"id":678,"parentId":590,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/tailwind-merge/dist/bundle-mjs.mjs","layer":"ssr"},"startTime":1742012062730,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":30868,"timestamp":94766698227,"id":681,"parentId":643,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/axios/lib/platform/node/classes/FormData.js","layer":"ssr"},"startTime":1742012062731,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":11051,"timestamp":94766728097,"id":683,"parentId":667,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/axios/lib/helpers/AxiosURLSearchParams.js","layer":"ssr"},"startTime":1742012062761,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":11640,"timestamp":94766727994,"id":682,"parentId":666,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/axios/lib/core/transformData.js","layer":"ssr"},"startTime":1742012062761,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":13666,"timestamp":94766728195,"id":685,"parentId":673,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/axios/lib/helpers/parseProtocol.js","layer":"ssr"},"startTime":1742012062761,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":14029,"timestamp":94766728288,"id":687,"parentId":676,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/axios/lib/helpers/composeSignals.js","layer":"ssr"},"startTime":1742012062761,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":14383,"timestamp":94766728331,"id":688,"parentId":676,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/axios/lib/helpers/trackStream.js","layer":"ssr"},"startTime":1742012062761,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":14705,"timestamp":94766728149,"id":684,"parentId":668,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/axios/lib/helpers/combineURLs.js","layer":"ssr"},"startTime":1742012062761,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":14852,"timestamp":94766728416,"id":690,"parentId":671,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/axios/lib/helpers/AxiosTransformStream.js","layer":"ssr"},"startTime":1742012062761,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":15119,"timestamp":94766728374,"id":689,"parentId":671,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/axios/lib/helpers/fromDataURI.js","layer":"ssr"},"startTime":1742012062761,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":15489,"timestamp":94766728239,"id":686,"parentId":673,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/axios/lib/helpers/progressEventReducer.js","layer":"ssr"},"startTime":1742012062761,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":15215,"timestamp":94766728670,"id":695,"parentId":671,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/axios/lib/helpers/readBlob.js","layer":"ssr"},"startTime":1742012062762,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":15651,"timestamp":94766728507,"id":692,"parentId":673,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/axios/lib/helpers/resolveConfig.js","layer":"ssr"},"startTime":1742012062762,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":15705,"timestamp":94766728567,"id":693,"parentId":668,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/axios/lib/helpers/isAbsoluteURL.js","layer":"ssr"},"startTime":1742012062762,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":16343,"timestamp":94766728463,"id":691,"parentId":671,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/axios/lib/helpers/formDataToStream.js","layer":"ssr"},"startTime":1742012062762,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":16250,"timestamp":94766728711,"id":696,"parentId":673,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/axios/lib/core/settle.js","layer":"ssr"},"startTime":1742012062762,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":16419,"timestamp":94766728752,"id":697,"parentId":671,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/axios/lib/helpers/callbackify.js","layer":"ssr"},"startTime":1742012062762,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":16739,"timestamp":94766728626,"id":694,"parentId":671,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/axios/lib/helpers/ZlibHeaderTransformStream.js","layer":"ssr"},"startTime":1742012062762,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":17869,"timestamp":94766730309,"id":698,"parentId":680,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/axios/lib/platform/node/index.js","layer":"ssr"},"startTime":1742012062763,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":15572,"timestamp":94766740155,"id":699,"parentId":680,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/axios/lib/platform/common/utils.js","layer":"ssr"},"startTime":1742012062773,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":15641,"timestamp":94766740652,"id":702,"parentId":589,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@monaco-editor/loader/lib/es/index.js","layer":"ssr"},"startTime":1742012062774,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-mjs","duration":20613,"timestamp":94766740513,"id":701,"parentId":631,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@radix-ui/react-dialog/dist/index.mjs","layer":"ssr"},"startTime":1742012062774,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-mjs","duration":33394,"timestamp":94766740299,"id":700,"parentId":632,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@radix-ui/react-select/dist/index.mjs","layer":"ssr"},"startTime":1742012062773,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-mjs","duration":31273,"timestamp":94766748504,"id":703,"parentId":641,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@radix-ui/react-tooltip/dist/index.mjs","layer":"ssr"},"startTime":1742012062782,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":23421,"timestamp":94766756700,"id":704,"parentId":686,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/axios/lib/helpers/speedometer.js","layer":"ssr"},"startTime":1742012062790,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":23569,"timestamp":94766756787,"id":705,"parentId":686,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/axios/lib/helpers/throttle.js","layer":"ssr"},"startTime":1742012062790,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":23727,"timestamp":94766756836,"id":706,"parentId":692,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/axios/lib/helpers/isURLSameOrigin.js","layer":"ssr"},"startTime":1742012062790,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":23881,"timestamp":94766756895,"id":707,"parentId":692,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/axios/lib/helpers/cookies.js","layer":"ssr"},"startTime":1742012062790,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-mjs","duration":24570,"timestamp":94766756980,"id":708,"parentId":630,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@radix-ui/react-context/dist/index.mjs","layer":"ssr"},"startTime":1742012062790,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-mjs","duration":24660,"timestamp":94766757170,"id":710,"parentId":630,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@radix-ui/react-primitive/dist/index.mjs","layer":"ssr"},"startTime":1742012062790,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-mjs","duration":25337,"timestamp":94766757484,"id":715,"parentId":630,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@radix-ui/react-use-controllable-state/dist/index.mjs","layer":"ssr"},"startTime":1742012062791,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-mjs","duration":25499,"timestamp":94766757594,"id":716,"parentId":630,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@radix-ui/react-compose-refs/dist/index.mjs","layer":"ssr"},"startTime":1742012062791,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-mjs","duration":27643,"timestamp":94766757306,"id":712,"parentId":630,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@radix-ui/react-use-layout-effect/dist/index.mjs","layer":"ssr"},"startTime":1742012062790,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-mjs","duration":28339,"timestamp":94766757227,"id":711,"parentId":630,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@radix-ui/react-collection/dist/index.mjs","layer":"ssr"},"startTime":1742012062790,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-mjs","duration":29021,"timestamp":94766757099,"id":709,"parentId":630,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@radix-ui/react-presence/dist/index.mjs","layer":"ssr"},"startTime":1742012062790,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-mjs","duration":29460,"timestamp":94766757369,"id":713,"parentId":630,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@radix-ui/react-dismissable-layer/dist/index.mjs","layer":"ssr"},"startTime":1742012062790,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":25950,"timestamp":94766761490,"id":717,"parentId":698,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/axios/lib/platform/node/classes/URLSearchParams.js","layer":"ssr"},"startTime":1742012062795,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-mjs","duration":50121,"timestamp":94766757440,"id":714,"parentId":630,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@radix-ui/react-portal/dist/index.mjs","layer":"ssr"},"startTime":1742012062790,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-mjs","duration":47813,"timestamp":94766762248,"id":719,"parentId":630,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@radix-ui/react-visually-hidden/dist/index.mjs","layer":"ssr"},"startTime":1742012062795,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-mjs","duration":48322,"timestamp":94766762157,"id":718,"parentId":630,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@radix-ui/react-use-callback-ref/dist/index.mjs","layer":"ssr"},"startTime":1742012062795,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-mjs","duration":48277,"timestamp":94766762407,"id":720,"parentId":630,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@radix-ui/primitive/dist/index.mjs","layer":"ssr"},"startTime":1742012062795,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module","duration":31,"timestamp":94766819087,"id":722,"parentId":717,"tags":{"name":"url","layer":null},"startTime":1742012062852,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":20807,"timestamp":94766805843,"id":721,"parentId":702,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@monaco-editor/loader/lib/es/loader/index.js","layer":"ssr"},"startTime":1742012062839,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-mjs","duration":16741,"timestamp":94766819138,"id":723,"parentId":661,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@radix-ui/number/dist/index.mjs","layer":"ssr"},"startTime":1742012062852,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-mjs","duration":17581,"timestamp":94766819309,"id":725,"parentId":659,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@radix-ui/react-use-previous/dist/index.mjs","layer":"ssr"},"startTime":1742012062852,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-mjs","duration":18537,"timestamp":94766819247,"id":724,"parentId":662,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@radix-ui/react-id/dist/index.mjs","layer":"ssr"},"startTime":1742012062852,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-mjs","duration":18813,"timestamp":94766819355,"id":726,"parentId":661,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@radix-ui/react-direction/dist/index.mjs","layer":"ssr"},"startTime":1742012062852,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-mjs","duration":24204,"timestamp":94766820413,"id":727,"parentId":659,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@radix-ui/react-use-size/dist/index.mjs","layer":"ssr"},"startTime":1742012062853,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-mjs","duration":35961,"timestamp":94766820503,"id":728,"parentId":662,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@radix-ui/react-menu/dist/index.mjs","layer":"ssr"},"startTime":1742012062854,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":26565,"timestamp":94766843456,"id":729,"parentId":671,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/proxy-from-env/index.js","layer":"ssr"},"startTime":1742012062877,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":29694,"timestamp":94766843736,"id":730,"parentId":671,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/follow-redirects/index.js","layer":"ssr"},"startTime":1742012062877,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":29912,"timestamp":94766848724,"id":733,"parentId":721,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@monaco-editor/loader/lib/es/utils/compose.js","layer":"ssr"},"startTime":1742012062882,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":29756,"timestamp":94766848999,"id":735,"parentId":721,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@monaco-editor/loader/lib/es/config/index.js","layer":"ssr"},"startTime":1742012062882,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":30125,"timestamp":94766848869,"id":734,"parentId":721,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@monaco-editor/loader/lib/es/validators/index.js","layer":"ssr"},"startTime":1742012062882,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":30721,"timestamp":94766848406,"id":731,"parentId":721,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@monaco-editor/loader/lib/es/utils/deepMerge.js","layer":"ssr"},"startTime":1742012062881,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":30542,"timestamp":94766849099,"id":736,"parentId":721,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@monaco-editor/loader/lib/es/_virtual/_rollupPluginBabelHelpers.js","layer":"ssr"},"startTime":1742012062882,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":31193,"timestamp":94766848591,"id":732,"parentId":721,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@monaco-editor/loader/lib/es/utils/makeCancelable.js","layer":"ssr"},"startTime":1742012062882,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module","duration":25,"timestamp":94766883162,"id":738,"parentId":730,"tags":{"name":"assert","layer":null},"startTime":1742012062916,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":11049,"timestamp":94766877053,"id":737,"parentId":681,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/form-data/lib/form_data.js","layer":"ssr"},"startTime":1742012062910,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":2285,"timestamp":94766888423,"id":740,"parentId":734,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@monaco-editor/loader/lib/es/utils/isObject.js","layer":"ssr"},"startTime":1742012062921,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":2445,"timestamp":94766888473,"id":741,"parentId":734,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@monaco-editor/loader/lib/es/utils/curry.js","layer":"ssr"},"startTime":1742012062922,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":2972,"timestamp":94766888321,"id":739,"parentId":730,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/follow-redirects/debug.js","layer":"ssr"},"startTime":1742012062921,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-mjs","duration":3531,"timestamp":94766889480,"id":743,"parentId":701,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@radix-ui/react-focus-guards/dist/index.mjs","layer":"ssr"},"startTime":1742012062923,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":2691,"timestamp":94766890998,"id":745,"parentId":737,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/form-data/lib/populate.js","layer":"ssr"},"startTime":1742012062924,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-mjs","duration":5392,"timestamp":94766889423,"id":742,"parentId":701,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@radix-ui/react-focus-scope/dist/index.mjs","layer":"ssr"},"startTime":1742012062922,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-mjs","duration":5870,"timestamp":94766890338,"id":744,"parentId":700,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@radix-ui/react-popper/dist/index.mjs","layer":"ssr"},"startTime":1742012062923,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-mjs","duration":3791,"timestamp":94766893061,"id":746,"parentId":713,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@radix-ui/react-use-escape-keydown/dist/index.mjs","layer":"ssr"},"startTime":1742012062926,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":6721,"timestamp":94766893296,"id":747,"parentId":701,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/aria-hidden/dist/es2015/index.js","layer":"ssr"},"startTime":1742012062926,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":6793,"timestamp":94766893349,"id":748,"parentId":701,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/react-remove-scroll/dist/es2015/index.js","layer":"ssr"},"startTime":1742012062926,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":2298,"timestamp":94766906168,"id":750,"parentId":748,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/react-remove-scroll/dist/es2015/Combination.js","layer":"ssr"},"startTime":1742012062939,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-mjs","duration":4857,"timestamp":94766904873,"id":749,"parentId":728,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@radix-ui/react-roving-focus/dist/index.mjs","layer":"ssr"},"startTime":1742012062938,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":5947,"timestamp":94766907170,"id":751,"parentId":721,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/state-local/lib/es/state-local.js","layer":"ssr"},"startTime":1742012062940,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":3786,"timestamp":94766911801,"id":753,"parentId":737,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/asynckit/index.js","layer":"ssr"},"startTime":1742012062945,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":4259,"timestamp":94766911697,"id":752,"parentId":737,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/es-set-tostringtag/index.js","layer":"ssr"},"startTime":1742012062945,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":4595,"timestamp":94766911851,"id":754,"parentId":737,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/mime-types/index.js","layer":"ssr"},"startTime":1742012062945,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":10147,"timestamp":94766911895,"id":755,"parentId":737,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/combined-stream/lib/combined_stream.js","layer":"ssr"},"startTime":1742012062945,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":9495,"timestamp":94766914853,"id":757,"parentId":750,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/react-remove-scroll/dist/es2015/sidecar.js","layer":"ssr"},"startTime":1742012062948,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":9980,"timestamp":94766914718,"id":756,"parentId":750,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/react-remove-scroll/dist/es2015/UI.js","layer":"ssr"},"startTime":1742012062948,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":5859,"timestamp":94766922315,"id":758,"parentId":739,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/debug/src/index.js","layer":"ssr"},"startTime":1742012062955,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":6927,"timestamp":94766923751,"id":759,"parentId":753,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/asynckit/parallel.js","layer":"ssr"},"startTime":1742012062957,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":8103,"timestamp":94766926773,"id":761,"parentId":753,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/asynckit/serial.js","layer":"ssr"},"startTime":1742012062960,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":9030,"timestamp":94766926658,"id":760,"parentId":753,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/asynckit/serialOrdered.js","layer":"ssr"},"startTime":1742012062960,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-mjs","duration":9780,"timestamp":94766929339,"id":762,"parentId":744,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@radix-ui/react-arrow/dist/index.mjs","layer":"ssr"},"startTime":1742012062962,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":13274,"timestamp":94766933239,"id":764,"parentId":757,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/react-remove-scroll/dist/es2015/medium.js","layer":"ssr"},"startTime":1742012062966,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":14525,"timestamp":94766933123,"id":763,"parentId":757,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/react-remove-scroll/dist/es2015/SideEffect.js","layer":"ssr"},"startTime":1742012062966,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":13078,"timestamp":94766937605,"id":765,"parentId":758,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/debug/src/node.js","layer":"ssr"},"startTime":1742012062971,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":13370,"timestamp":94766937747,"id":766,"parentId":758,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/debug/src/browser.js","layer":"ssr"},"startTime":1742012062971,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module","duration":19,"timestamp":94766953294,"id":772,"parentId":765,"tags":{"name":"tty","layer":null},"startTime":1742012062986,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":5258,"timestamp":94766948841,"id":767,"parentId":759,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/asynckit/lib/terminator.js","layer":"ssr"},"startTime":1742012062982,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":5628,"timestamp":94766948929,"id":768,"parentId":759,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/asynckit/lib/state.js","layer":"ssr"},"startTime":1742012062982,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":5780,"timestamp":94766948977,"id":769,"parentId":759,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/asynckit/lib/iterate.js","layer":"ssr"},"startTime":1742012062982,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":11867,"timestamp":94766951604,"id":771,"parentId":752,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/has-tostringtag/shams.js","layer":"ssr"},"startTime":1742012062985,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":12248,"timestamp":94766951538,"id":770,"parentId":752,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/es-errors/type.js","layer":"ssr"},"startTime":1742012062985,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-mjs","duration":17477,"timestamp":94766953328,"id":773,"parentId":744,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.mjs","layer":"ssr"},"startTime":1742012062986,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":18180,"timestamp":94766958603,"id":774,"parentId":763,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js","layer":"ssr"},"startTime":1742012062992,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":19836,"timestamp":94766959566,"id":775,"parentId":763,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/react-remove-scroll/dist/es2015/handleScroll.js","layer":"ssr"},"startTime":1742012062993,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":17341,"timestamp":94766963973,"id":776,"parentId":765,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/debug/src/common.js","layer":"ssr"},"startTime":1742012062997,"traceId":"dcf4d9b07c1421a0"}]
8
+ [{"name":"build-module-js","duration":12303,"timestamp":94766971621,"id":779,"parentId":767,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/asynckit/lib/async.js","layer":"ssr"},"startTime":1742012063005,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":13766,"timestamp":94766971185,"id":777,"parentId":752,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/get-intrinsic/index.js","layer":"ssr"},"startTime":1742012063004,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":12935,"timestamp":94766972157,"id":780,"parentId":767,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/asynckit/lib/abort.js","layer":"ssr"},"startTime":1742012063005,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":13967,"timestamp":94766971306,"id":778,"parentId":752,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/hasown/index.js","layer":"ssr"},"startTime":1742012063004,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":565,"timestamp":94766991678,"id":783,"parentId":776,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/ms/index.js","layer":"ssr"},"startTime":1742012063025,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":9950,"timestamp":94766982919,"id":781,"parentId":754,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/mime-db/index.js","layer":"ssr"},"startTime":1742012063016,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-mjs","duration":7083,"timestamp":94766990892,"id":782,"parentId":750,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/tslib/tslib.es6.mjs","layer":"ssr"},"startTime":1742012063024,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":7548,"timestamp":94766994596,"id":784,"parentId":755,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/delayed-stream/lib/delayed_stream.js","layer":"ssr"},"startTime":1742012063028,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":8093,"timestamp":94766994680,"id":785,"parentId":779,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/asynckit/lib/defer.js","layer":"ssr"},"startTime":1742012063028,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":15775,"timestamp":94766995460,"id":786,"parentId":777,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/es-errors/range.js","layer":"ssr"},"startTime":1742012063029,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":15816,"timestamp":94766995612,"id":788,"parentId":777,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/es-errors/ref.js","layer":"ssr"},"startTime":1742012063029,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":15847,"timestamp":94766995701,"id":790,"parentId":777,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/es-errors/syntax.js","layer":"ssr"},"startTime":1742012063029,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":16086,"timestamp":94766995544,"id":787,"parentId":777,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/es-errors/eval.js","layer":"ssr"},"startTime":1742012063029,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":16087,"timestamp":94766995659,"id":789,"parentId":777,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/es-errors/uri.js","layer":"ssr"},"startTime":1742012063029,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-json","duration":14487,"timestamp":94767000058,"id":791,"parentId":781,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/mime-db/db.json","layer":"ssr"},"startTime":1742012063033,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":13015,"timestamp":94767003082,"id":793,"parentId":756,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/use-callback-ref/dist/es2015/index.js","layer":"ssr"},"startTime":1742012063036,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":13382,"timestamp":94767002900,"id":792,"parentId":757,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/use-sidecar/dist/es2015/index.js","layer":"ssr"},"startTime":1742012063036,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":13432,"timestamp":94767003136,"id":794,"parentId":771,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/has-symbols/shams.js","layer":"ssr"},"startTime":1742012063036,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":10337,"timestamp":94767007976,"id":795,"parentId":756,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/react-remove-scroll-bar/dist/es2015/constants.js","layer":"ssr"},"startTime":1742012063041,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":10483,"timestamp":94767012401,"id":796,"parentId":763,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/react-remove-scroll-bar/dist/es2015/index.js","layer":"ssr"},"startTime":1742012063045,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":8153,"timestamp":94767014923,"id":800,"parentId":777,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/get-proto/Object.getPrototypeOf.js","layer":"ssr"},"startTime":1742012063048,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":9086,"timestamp":94767014679,"id":797,"parentId":765,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/supports-color/index.js","layer":"ssr"},"startTime":1742012063048,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":9113,"timestamp":94767014803,"id":798,"parentId":777,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/call-bind-apply-helpers/functionApply.js","layer":"ssr"},"startTime":1742012063048,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":9069,"timestamp":94767014968,"id":801,"parentId":777,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/get-proto/Reflect.getPrototypeOf.js","layer":"ssr"},"startTime":1742012063048,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":8940,"timestamp":94767015173,"id":806,"parentId":777,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/math-intrinsics/round.js","layer":"ssr"},"startTime":1742012063048,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":9092,"timestamp":94767015092,"id":804,"parentId":777,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/math-intrinsics/floor.js","layer":"ssr"},"startTime":1742012063048,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":9197,"timestamp":94767015053,"id":803,"parentId":777,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/math-intrinsics/min.js","layer":"ssr"},"startTime":1742012063048,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":9362,"timestamp":94767015012,"id":802,"parentId":777,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/math-intrinsics/abs.js","layer":"ssr"},"startTime":1742012063048,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":9323,"timestamp":94767015132,"id":805,"parentId":777,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/math-intrinsics/max.js","layer":"ssr"},"startTime":1742012063048,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":15638,"timestamp":94767014875,"id":799,"parentId":777,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/call-bind-apply-helpers/functionCall.js","layer":"ssr"},"startTime":1742012063048,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":15349,"timestamp":94767015255,"id":808,"parentId":777,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/math-intrinsics/pow.js","layer":"ssr"},"startTime":1742012063048,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":15566,"timestamp":94767015212,"id":807,"parentId":777,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/math-intrinsics/sign.js","layer":"ssr"},"startTime":1742012063048,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":12280,"timestamp":94767020961,"id":810,"parentId":777,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/es-errors/index.js","layer":"ssr"},"startTime":1742012063054,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":12626,"timestamp":94767020835,"id":809,"parentId":777,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/has-symbols/index.js","layer":"ssr"},"startTime":1742012063054,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":6075,"timestamp":94767029962,"id":811,"parentId":763,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/react-style-singleton/dist/es2015/index.js","layer":"ssr"},"startTime":1742012063063,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":6758,"timestamp":94767031632,"id":812,"parentId":777,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/get-proto/index.js","layer":"ssr"},"startTime":1742012063065,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":6694,"timestamp":94767031965,"id":816,"parentId":793,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/use-callback-ref/dist/es2015/useTransformRef.js","layer":"ssr"},"startTime":1742012063065,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":8054,"timestamp":94767032055,"id":817,"parentId":793,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/use-callback-ref/dist/es2015/useMergeRef.js","layer":"ssr"},"startTime":1742012063065,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":8619,"timestamp":94767031717,"id":813,"parentId":793,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/use-callback-ref/dist/es2015/assignRef.js","layer":"ssr"},"startTime":1742012063065,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":8102,"timestamp":94767032392,"id":823,"parentId":792,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/use-sidecar/dist/es2015/config.js","layer":"ssr"},"startTime":1742012063065,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":8858,"timestamp":94767031768,"id":814,"parentId":793,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/use-callback-ref/dist/es2015/mergeRef.js","layer":"ssr"},"startTime":1742012063065,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":8469,"timestamp":94767032433,"id":824,"parentId":792,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/use-sidecar/dist/es2015/renderProp.js","layer":"ssr"},"startTime":1742012063065,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":8674,"timestamp":94767032474,"id":825,"parentId":792,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/use-sidecar/dist/es2015/medium.js","layer":"ssr"},"startTime":1742012063066,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":9094,"timestamp":94767032168,"id":818,"parentId":793,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/use-callback-ref/dist/es2015/createRef.js","layer":"ssr"},"startTime":1742012063065,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":9143,"timestamp":94767032266,"id":820,"parentId":793,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/use-callback-ref/dist/es2015/refToCallback.js","layer":"ssr"},"startTime":1742012063065,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":9283,"timestamp":94767032351,"id":822,"parentId":792,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/use-sidecar/dist/es2015/hook.js","layer":"ssr"},"startTime":1742012063065,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":9949,"timestamp":94767031814,"id":815,"parentId":793,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/use-callback-ref/dist/es2015/useRef.js","layer":"ssr"},"startTime":1742012063065,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":9636,"timestamp":94767032221,"id":819,"parentId":793,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/use-callback-ref/dist/es2015/transformRef.js","layer":"ssr"},"startTime":1742012063065,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":9465,"timestamp":94767032515,"id":826,"parentId":792,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/use-sidecar/dist/es2015/exports.js","layer":"ssr"},"startTime":1742012063066,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":9789,"timestamp":94767032308,"id":821,"parentId":792,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/use-sidecar/dist/es2015/hoc.js","layer":"ssr"},"startTime":1742012063065,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-mjs","duration":17309,"timestamp":94767036426,"id":829,"parentId":773,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@floating-ui/dom/dist/floating-ui.dom.mjs","layer":"ssr"},"startTime":1742012063069,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":18022,"timestamp":94767036520,"id":831,"parentId":796,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/react-remove-scroll-bar/dist/es2015/utils.js","layer":"ssr"},"startTime":1742012063070,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":18284,"timestamp":94767036477,"id":830,"parentId":777,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/es-define-property/index.js","layer":"ssr"},"startTime":1742012063070,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":18618,"timestamp":94767036277,"id":827,"parentId":777,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/gopd/index.js","layer":"ssr"},"startTime":1742012063069,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":18662,"timestamp":94767036372,"id":828,"parentId":777,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/es-object-atoms/index.js","layer":"ssr"},"startTime":1742012063069,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":18895,"timestamp":94767036563,"id":832,"parentId":796,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/react-remove-scroll-bar/dist/es2015/component.js","layer":"ssr"},"startTime":1742012063070,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":18522,"timestamp":94767039207,"id":833,"parentId":777,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/function-bind/index.js","layer":"ssr"},"startTime":1742012063072,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":15371,"timestamp":94767043291,"id":834,"parentId":807,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/math-intrinsics/isNaN.js","layer":"ssr"},"startTime":1742012063076,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":8391,"timestamp":94767056104,"id":837,"parentId":811,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/react-style-singleton/dist/es2015/singleton.js","layer":"ssr"},"startTime":1742012063089,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":8942,"timestamp":94767055888,"id":835,"parentId":811,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/react-style-singleton/dist/es2015/component.js","layer":"ssr"},"startTime":1742012063089,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":8917,"timestamp":94767056048,"id":836,"parentId":811,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/react-style-singleton/dist/es2015/hook.js","layer":"ssr"},"startTime":1742012063089,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":9049,"timestamp":94767059487,"id":838,"parentId":822,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/use-sidecar/dist/es2015/env.js","layer":"ssr"},"startTime":1742012063093,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":3234,"timestamp":94767065592,"id":839,"parentId":827,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/gopd/gOPD.js","layer":"ssr"},"startTime":1742012063099,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":3174,"timestamp":94767066306,"id":840,"parentId":833,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/function-bind/implementation.js","layer":"ssr"},"startTime":1742012063099,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":3140,"timestamp":94767068909,"id":841,"parentId":812,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/dunder-proto/get.js","layer":"ssr"},"startTime":1742012063102,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":3849,"timestamp":94767077811,"id":842,"parentId":797,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/has-flag/index.js","layer":"ssr"},"startTime":1742012063111,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-mjs","duration":3239,"timestamp":94767080473,"id":843,"parentId":829,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.mjs","layer":"ssr"},"startTime":1742012063114,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-mjs","duration":1736,"timestamp":94767083742,"id":844,"parentId":829,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@floating-ui/utils/dist/floating-ui.utils.mjs","layer":"ssr"},"startTime":1742012063117,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-mjs","duration":5781,"timestamp":94767083829,"id":845,"parentId":829,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@floating-ui/core/dist/floating-ui.core.mjs","layer":"ssr"},"startTime":1742012063117,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":7875,"timestamp":94767084708,"id":846,"parentId":841,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/call-bind-apply-helpers/index.js","layer":"ssr"},"startTime":1742012063118,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":2594,"timestamp":94767098399,"id":847,"parentId":838,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/detect-node-es/esm/node.js","layer":"ssr"},"startTime":1742012063131,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":691,"timestamp":94767100562,"id":849,"parentId":837,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/get-nonce/dist/es2015/index.js","layer":"ssr"},"startTime":1742012063134,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":974,"timestamp":94767100459,"id":848,"parentId":846,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/call-bind-apply-helpers/actualApply.js","layer":"ssr"},"startTime":1742012063134,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":432,"timestamp":94767102157,"id":850,"parentId":848,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/call-bind-apply-helpers/reflectApply.js","layer":"ssr"},"startTime":1742012063135,"traceId":"dcf4d9b07c1421a0"},{"name":"make","duration":2582143,"timestamp":94764522675,"id":18,"parentId":16,"tags":{},"startTime":1742012060556,"traceId":"dcf4d9b07c1421a0"},{"name":"get-entries","duration":1311,"timestamp":94767105831,"id":852,"parentId":851,"tags":{},"startTime":1742012063139,"traceId":"dcf4d9b07c1421a0"},{"name":"node-file-trace-plugin","duration":141200,"timestamp":94767109938,"id":853,"parentId":851,"tags":{"traceEntryCount":"32"},"startTime":1742012063143,"traceId":"dcf4d9b07c1421a0"},{"name":"collect-traced-files","duration":757,"timestamp":94767251151,"id":854,"parentId":851,"tags":{},"startTime":1742012063284,"traceId":"dcf4d9b07c1421a0"},{"name":"finish-modules","duration":146179,"timestamp":94767105736,"id":851,"parentId":17,"tags":{},"startTime":1742012063139,"traceId":"dcf4d9b07c1421a0"},{"name":"chunk-graph","duration":16547,"timestamp":94767337968,"id":856,"parentId":855,"tags":{},"startTime":1742012063371,"traceId":"dcf4d9b07c1421a0"},{"name":"optimize-modules","duration":14,"timestamp":94767354585,"id":858,"parentId":855,"tags":{},"startTime":1742012063388,"traceId":"dcf4d9b07c1421a0"},{"name":"optimize-chunks","duration":18211,"timestamp":94767354636,"id":859,"parentId":855,"tags":{},"startTime":1742012063388,"traceId":"dcf4d9b07c1421a0"},{"name":"optimize-tree","duration":74,"timestamp":94767372918,"id":860,"parentId":855,"tags":{},"startTime":1742012063406,"traceId":"dcf4d9b07c1421a0"},{"name":"optimize-chunk-modules","duration":20024,"timestamp":94767373036,"id":861,"parentId":855,"tags":{},"startTime":1742012063406,"traceId":"dcf4d9b07c1421a0"},{"name":"optimize","duration":38556,"timestamp":94767354560,"id":857,"parentId":855,"tags":{},"startTime":1742012063388,"traceId":"dcf4d9b07c1421a0"},{"name":"module-hash","duration":19162,"timestamp":94767404751,"id":862,"parentId":855,"tags":{},"startTime":1742012063438,"traceId":"dcf4d9b07c1421a0"},{"name":"code-generation","duration":211030,"timestamp":94767424016,"id":863,"parentId":855,"tags":{},"startTime":1742012063457,"traceId":"dcf4d9b07c1421a0"},{"name":"hash","duration":5119,"timestamp":94767638609,"id":864,"parentId":855,"tags":{},"startTime":1742012063672,"traceId":"dcf4d9b07c1421a0"},{"name":"code-generation-jobs","duration":407,"timestamp":94767643728,"id":865,"parentId":855,"tags":{},"startTime":1742012063677,"traceId":"dcf4d9b07c1421a0"},{"name":"module-assets","duration":271,"timestamp":94767644056,"id":866,"parentId":855,"tags":{},"startTime":1742012063677,"traceId":"dcf4d9b07c1421a0"},{"name":"create-chunk-assets","duration":20781,"timestamp":94767644340,"id":867,"parentId":855,"tags":{},"startTime":1742012063677,"traceId":"dcf4d9b07c1421a0"},{"name":"minify-js","duration":82555,"timestamp":94767676559,"id":869,"parentId":868,"tags":{"name":"../app/api/cloudflare/route.js","cache":"MISS"},"startTime":1742012063710,"traceId":"dcf4d9b07c1421a0"},{"name":"minify-js","duration":79503,"timestamp":94767679658,"id":871,"parentId":868,"tags":{"name":"../app/api/databases/route.js","cache":"MISS"},"startTime":1742012063713,"traceId":"dcf4d9b07c1421a0"},{"name":"minify-js","duration":79320,"timestamp":94767679978,"id":872,"parentId":868,"tags":{"name":"../app/api/migrations/sync/route.js","cache":"MISS"},"startTime":1742012063713,"traceId":"dcf4d9b07c1421a0"},{"name":"minify-js","duration":80977,"timestamp":94767678342,"id":870,"parentId":868,"tags":{"name":"../app/api/migrations/sync-files/route.js","cache":"MISS"},"startTime":1742012063711,"traceId":"dcf4d9b07c1421a0"},{"name":"minify-js","duration":78860,"timestamp":94767680472,"id":873,"parentId":868,"tags":{"name":"../app/api/pull-data/confirm/route.js","cache":"MISS"},"startTime":1742012063714,"traceId":"dcf4d9b07c1421a0"},{"name":"minify-js","duration":78415,"timestamp":94767680930,"id":875,"parentId":868,"tags":{"name":"../app/api/pull-remote/preview/route.js","cache":"MISS"},"startTime":1742012063714,"traceId":"dcf4d9b07c1421a0"},{"name":"minify-js","duration":78684,"timestamp":94767680672,"id":874,"parentId":868,"tags":{"name":"../app/api/pull-remote/confirm/route.js","cache":"MISS"},"startTime":1742012063714,"traceId":"dcf4d9b07c1421a0"},{"name":"minify-js","duration":78262,"timestamp":94767681106,"id":876,"parentId":868,"tags":{"name":"../app/api/push-remote/confirm/route.js","cache":"MISS"},"startTime":1742012063714,"traceId":"dcf4d9b07c1421a0"},{"name":"minify-js","duration":75340,"timestamp":94767684041,"id":880,"parentId":868,"tags":{"name":"../app/_not-found/page.js","cache":"MISS"},"startTime":1742012063717,"traceId":"dcf4d9b07c1421a0"},{"name":"minify-js","duration":75293,"timestamp":94767684102,"id":881,"parentId":868,"tags":{"name":"../app/api/update/route.js","cache":"MISS"},"startTime":1742012063717,"traceId":"dcf4d9b07c1421a0"}]
9
+ [{"name":"minify-js","duration":75800,"timestamp":94767683799,"id":879,"parentId":868,"tags":{"name":"../app/api/tables/route.js","cache":"MISS"},"startTime":1742012063717,"traceId":"dcf4d9b07c1421a0"},{"name":"minify-js","duration":78317,"timestamp":94767681297,"id":877,"parentId":868,"tags":{"name":"../app/api/push-remote/preview/route.js","cache":"MISS"},"startTime":1742012063714,"traceId":"dcf4d9b07c1421a0"},{"name":"minify-js","duration":76114,"timestamp":94767683511,"id":878,"parentId":868,"tags":{"name":"../app/api/query/route.js","cache":"MISS"},"startTime":1742012063717,"traceId":"dcf4d9b07c1421a0"},{"name":"minify-js","duration":75455,"timestamp":94767684179,"id":882,"parentId":868,"tags":{"name":"../pages/_app.js","cache":"MISS"},"startTime":1742012063717,"traceId":"dcf4d9b07c1421a0"},{"name":"minify-js","duration":59698,"timestamp":94767699951,"id":886,"parentId":868,"tags":{"name":"../pages/_document.js","cache":"MISS"},"startTime":1742012063733,"traceId":"dcf4d9b07c1421a0"},{"name":"minify-js","duration":59669,"timestamp":94767699993,"id":887,"parentId":868,"tags":{"name":"../webpack-runtime.js","cache":"MISS"},"startTime":1742012063733,"traceId":"dcf4d9b07c1421a0"},{"name":"minify-js","duration":75174,"timestamp":94767684499,"id":884,"parentId":868,"tags":{"name":"../app/api/tables/[name]/route.js","cache":"MISS"},"startTime":1742012063718,"traceId":"dcf4d9b07c1421a0"},{"name":"minify-js","duration":75407,"timestamp":94767684273,"id":883,"parentId":868,"tags":{"name":"../pages/_error.js","cache":"MISS"},"startTime":1742012063717,"traceId":"dcf4d9b07c1421a0"},{"name":"minify-js","duration":137277,"timestamp":94767701223,"id":889,"parentId":868,"tags":{"name":"452.js","cache":"MISS"},"startTime":1742012063734,"traceId":"dcf4d9b07c1421a0"},{"name":"minify-js","duration":138567,"timestamp":94767700216,"id":888,"parentId":868,"tags":{"name":"638.js","cache":"MISS"},"startTime":1742012063733,"traceId":"dcf4d9b07c1421a0"},{"name":"minify-js","duration":178148,"timestamp":94767701386,"id":890,"parentId":868,"tags":{"name":"391.js","cache":"MISS"},"startTime":1742012063734,"traceId":"dcf4d9b07c1421a0"},{"name":"minify-js","duration":172993,"timestamp":94767706668,"id":892,"parentId":868,"tags":{"name":"627.js","cache":"MISS"},"startTime":1742012063740,"traceId":"dcf4d9b07c1421a0"},{"name":"minify-js","duration":179273,"timestamp":94767707102,"id":893,"parentId":868,"tags":{"name":"226.js","cache":"MISS"},"startTime":1742012063740,"traceId":"dcf4d9b07c1421a0"},{"name":"minify-js","duration":179354,"timestamp":94767707215,"id":894,"parentId":868,"tags":{"name":"90.js","cache":"MISS"},"startTime":1742012063740,"traceId":"dcf4d9b07c1421a0"},{"name":"minify-js","duration":305562,"timestamp":94767703492,"id":891,"parentId":868,"tags":{"name":"992.js","cache":"MISS"},"startTime":1742012063737,"traceId":"dcf4d9b07c1421a0"},{"name":"minify-js","duration":358625,"timestamp":94767684630,"id":885,"parentId":868,"tags":{"name":"../app/page.js","cache":"MISS"},"startTime":1742012063718,"traceId":"dcf4d9b07c1421a0"},{"name":"minify-webpack-plugin-optimize","duration":376578,"timestamp":94767666701,"id":868,"parentId":16,"tags":{"compilationName":"server"},"startTime":1742012063700,"traceId":"dcf4d9b07c1421a0"},{"name":"css-minimizer-plugin","duration":129,"timestamp":94768043414,"id":895,"parentId":16,"tags":{},"startTime":1742012064076,"traceId":"dcf4d9b07c1421a0"},{"name":"create-trace-assets","duration":2944,"timestamp":94768043712,"id":896,"parentId":17,"tags":{},"startTime":1742012064077,"traceId":"dcf4d9b07c1421a0"},{"name":"seal","duration":731625,"timestamp":94767322074,"id":855,"parentId":16,"tags":{},"startTime":1742012063355,"traceId":"dcf4d9b07c1421a0"},{"name":"webpack-compilation","duration":3544835,"timestamp":94764517516,"id":16,"parentId":13,"tags":{"name":"server"},"startTime":1742012060551,"traceId":"dcf4d9b07c1421a0"},{"name":"emit","duration":14413,"timestamp":94768062680,"id":897,"parentId":13,"tags":{},"startTime":1742012064096,"traceId":"dcf4d9b07c1421a0"},{"name":"webpack-close","duration":348171,"timestamp":94768077913,"id":898,"parentId":13,"tags":{"name":"server"},"startTime":1742012064111,"traceId":"dcf4d9b07c1421a0"},{"name":"webpack-generate-error-stats","duration":1734,"timestamp":94768426125,"id":899,"parentId":898,"tags":{},"startTime":1742012064459,"traceId":"dcf4d9b07c1421a0"},{"name":"make","duration":646,"timestamp":94768442413,"id":901,"parentId":900,"tags":{},"startTime":1742012064476,"traceId":"dcf4d9b07c1421a0"},{"name":"chunk-graph","duration":375,"timestamp":94768444498,"id":903,"parentId":902,"tags":{},"startTime":1742012064478,"traceId":"dcf4d9b07c1421a0"},{"name":"optimize-modules","duration":9,"timestamp":94768445072,"id":905,"parentId":902,"tags":{},"startTime":1742012064478,"traceId":"dcf4d9b07c1421a0"},{"name":"optimize-chunks","duration":176,"timestamp":94768445456,"id":906,"parentId":902,"tags":{},"startTime":1742012064479,"traceId":"dcf4d9b07c1421a0"},{"name":"optimize-tree","duration":7,"timestamp":94768445767,"id":907,"parentId":902,"tags":{},"startTime":1742012064479,"traceId":"dcf4d9b07c1421a0"},{"name":"optimize-chunk-modules","duration":51,"timestamp":94768445822,"id":908,"parentId":902,"tags":{},"startTime":1742012064479,"traceId":"dcf4d9b07c1421a0"},{"name":"optimize","duration":981,"timestamp":94768444915,"id":904,"parentId":902,"tags":{},"startTime":1742012064478,"traceId":"dcf4d9b07c1421a0"},{"name":"module-hash","duration":14,"timestamp":94768446026,"id":909,"parentId":902,"tags":{},"startTime":1742012064479,"traceId":"dcf4d9b07c1421a0"},{"name":"code-generation","duration":9,"timestamp":94768446046,"id":910,"parentId":902,"tags":{},"startTime":1742012064479,"traceId":"dcf4d9b07c1421a0"},{"name":"hash","duration":99,"timestamp":94768446084,"id":911,"parentId":902,"tags":{},"startTime":1742012064479,"traceId":"dcf4d9b07c1421a0"},{"name":"code-generation-jobs","duration":36,"timestamp":94768446182,"id":912,"parentId":902,"tags":{},"startTime":1742012064479,"traceId":"dcf4d9b07c1421a0"},{"name":"module-assets","duration":15,"timestamp":94768446210,"id":913,"parentId":902,"tags":{},"startTime":1742012064479,"traceId":"dcf4d9b07c1421a0"},{"name":"create-chunk-assets","duration":12,"timestamp":94768446229,"id":914,"parentId":902,"tags":{},"startTime":1742012064479,"traceId":"dcf4d9b07c1421a0"},{"name":"minify-js","duration":486,"timestamp":94768450324,"id":916,"parentId":915,"tags":{"name":"interception-route-rewrite-manifest.js","cache":"MISS"},"startTime":1742012064483,"traceId":"dcf4d9b07c1421a0"},{"name":"minify-webpack-plugin-optimize","duration":714,"timestamp":94768450109,"id":915,"parentId":900,"tags":{"compilationName":"edge-server"},"startTime":1742012064483,"traceId":"dcf4d9b07c1421a0"},{"name":"css-minimizer-plugin","duration":6,"timestamp":94768450934,"id":917,"parentId":900,"tags":{},"startTime":1742012064484,"traceId":"dcf4d9b07c1421a0"},{"name":"seal","duration":8600,"timestamp":94768444046,"id":902,"parentId":900,"tags":{},"startTime":1742012064477,"traceId":"dcf4d9b07c1421a0"},{"name":"webpack-compilation","duration":16204,"timestamp":94768436693,"id":900,"parentId":13,"tags":{"name":"edge-server"},"startTime":1742012064470,"traceId":"dcf4d9b07c1421a0"},{"name":"emit","duration":1393,"timestamp":94768452942,"id":918,"parentId":13,"tags":{},"startTime":1742012064486,"traceId":"dcf4d9b07c1421a0"},{"name":"webpack-close","duration":12729,"timestamp":94768454540,"id":919,"parentId":13,"tags":{"name":"edge-server"},"startTime":1742012064488,"traceId":"dcf4d9b07c1421a0"},{"name":"webpack-generate-error-stats","duration":1047,"timestamp":94768467285,"id":920,"parentId":919,"tags":{},"startTime":1742012064500,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module","duration":950,"timestamp":94768495374,"id":945,"parentId":925,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2FUsers%2Fkona%2FDesktop%2Fd1studio%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fkona%2FDesktop%2Fd1studio%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-segment.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fkona%2FDesktop%2Fd1studio%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fkona%2FDesktop%2Fd1studio%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fhttp-access-fallback%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fkona%2FDesktop%2Fd1studio%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fkona%2FDesktop%2Fd1studio%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fkona%2FDesktop%2Fd1studio%2Fnode_modules%2Fnext%2Fdist%2Flib%2Fmetadata%2Fmetadata-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!","layer":"app-pages-browser"},"startTime":1742012064528,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module","duration":74,"timestamp":94768496377,"id":946,"parentId":930,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?server=false!","layer":"app-pages-browser"},"startTime":1742012064529,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module","duration":189,"timestamp":94768496462,"id":947,"parentId":941,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2FUsers%2Fkona%2FDesktop%2Fd1studio%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.jsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Geist%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22variable%5C%22%3A%5C%22--font-geist-sans%5C%22%2C%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22geistSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fkona%2FDesktop%2Fd1studio%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.jsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Geist_Mono%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22variable%5C%22%3A%5C%22--font-geist-mono%5C%22%2C%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22geistMono%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fkona%2FDesktop%2Fd1studio%2Fsrc%2Fapp%2Fglobals.css%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fkona%2FDesktop%2Fd1studio%2Fsrc%2Fcomponents%2Fui%2Ftoaster.jsx%22%2C%22ids%22%3A%5B%22Toaster%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fkona%2FDesktop%2Fd1studio%2Fsrc%2Fcontext%2Fdatabase-context.js%22%2C%22ids%22%3A%5B%22DatabaseProvider%22%5D%7D&server=false!","layer":"app-pages-browser"},"startTime":1742012064530,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module","duration":66,"timestamp":94768496657,"id":948,"parentId":944,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2FUsers%2Fkona%2FDesktop%2Fd1studio%2Fsrc%2Fapp%2Fpage.jsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!","layer":"app-pages-browser"},"startTime":1742012064530,"traceId":"dcf4d9b07c1421a0"},{"name":"add-entry","duration":13410,"timestamp":94768484214,"id":930,"parentId":922,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1742012064517,"traceId":"dcf4d9b07c1421a0"},{"name":"add-entry","duration":13416,"timestamp":94768484216,"id":931,"parentId":922,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1742012064517,"traceId":"dcf4d9b07c1421a0"},{"name":"add-entry","duration":13412,"timestamp":94768484221,"id":932,"parentId":922,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1742012064517,"traceId":"dcf4d9b07c1421a0"},{"name":"add-entry","duration":13412,"timestamp":94768484223,"id":933,"parentId":922,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1742012064517,"traceId":"dcf4d9b07c1421a0"},{"name":"add-entry","duration":13412,"timestamp":94768484224,"id":934,"parentId":922,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1742012064517,"traceId":"dcf4d9b07c1421a0"},{"name":"add-entry","duration":13412,"timestamp":94768484226,"id":935,"parentId":922,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1742012064517,"traceId":"dcf4d9b07c1421a0"},{"name":"add-entry","duration":13411,"timestamp":94768484228,"id":936,"parentId":922,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1742012064517,"traceId":"dcf4d9b07c1421a0"},{"name":"add-entry","duration":13410,"timestamp":94768484231,"id":937,"parentId":922,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1742012064517,"traceId":"dcf4d9b07c1421a0"},{"name":"add-entry","duration":13410,"timestamp":94768484232,"id":938,"parentId":922,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1742012064517,"traceId":"dcf4d9b07c1421a0"},{"name":"add-entry","duration":13412,"timestamp":94768484234,"id":939,"parentId":922,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1742012064517,"traceId":"dcf4d9b07c1421a0"},{"name":"add-entry","duration":13412,"timestamp":94768484235,"id":940,"parentId":922,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1742012064517,"traceId":"dcf4d9b07c1421a0"},{"name":"add-entry","duration":13410,"timestamp":94768484239,"id":942,"parentId":922,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1742012064517,"traceId":"dcf4d9b07c1421a0"},{"name":"add-entry","duration":13411,"timestamp":94768484240,"id":943,"parentId":922,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1742012064517,"traceId":"dcf4d9b07c1421a0"},{"name":"next-client-pages-loader","duration":277,"timestamp":94768499684,"id":952,"parentId":951,"tags":{"absolutePagePath":"next/dist/client/components/not-found-error"},"startTime":1742012064533,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module","duration":1353,"timestamp":94768499127,"id":951,"parentId":926,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?absolutePagePath=next%2Fdist%2Fclient%2Fcomponents%2Fnot-found-error&page=%2F_not-found%2Fpage!","layer":"app-pages-browser"},"startTime":1742012064532,"traceId":"dcf4d9b07c1421a0"},{"name":"next-client-pages-loader","duration":18,"timestamp":94768500795,"id":954,"parentId":953,"tags":{"absolutePagePath":"next/dist/pages/_app"},"startTime":1742012064534,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module","duration":434,"timestamp":94768500507,"id":953,"parentId":927,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!","layer":null},"startTime":1742012064534,"traceId":"dcf4d9b07c1421a0"},{"name":"next-client-pages-loader","duration":10,"timestamp":94768500970,"id":956,"parentId":955,"tags":{"absolutePagePath":"next/dist/pages/_error"},"startTime":1742012064534,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module","duration":98,"timestamp":94768500949,"id":955,"parentId":929,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!","layer":null},"startTime":1742012064534,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":7277,"timestamp":94768496733,"id":949,"parentId":923,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/next.js","layer":null},"startTime":1742012064530,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":7185,"timestamp":94768497089,"id":950,"parentId":924,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/app-next.js","layer":"app-pages-browser"},"startTime":1742012064530,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-jsx","duration":2588,"timestamp":94768512270,"id":958,"parentId":948,"tags":{"name":"/Users/kona/Desktop/d1studio/src/app/page.jsx","layer":"app-pages-browser"},"startTime":1742012064545,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":3940,"timestamp":94768512370,"id":960,"parentId":945,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/client-page.js","layer":"app-pages-browser"},"startTime":1742012064545,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-jsx","duration":4710,"timestamp":94768512323,"id":959,"parentId":947,"tags":{"name":"/Users/kona/Desktop/d1studio/src/components/ui/toaster.jsx","layer":"app-pages-browser"},"startTime":1742012064545,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":7807,"timestamp":94768512388,"id":961,"parentId":945,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/client-segment.js","layer":"app-pages-browser"},"startTime":1742012064545,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":7974,"timestamp":94768512436,"id":964,"parentId":945,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/render-from-template-context.js","layer":"app-pages-browser"},"startTime":1742012064546,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":8743,"timestamp":94768512404,"id":962,"parentId":945,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/error-boundary.js","layer":"app-pages-browser"},"startTime":1742012064545,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":8831,"timestamp":94768512514,"id":967,"parentId":953,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/pages/_app.js","layer":null},"startTime":1742012064546,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":9205,"timestamp":94768512497,"id":966,"parentId":945,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js","layer":"app-pages-browser"},"startTime":1742012064546,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":11351,"timestamp":94768511890,"id":957,"parentId":947,"tags":{"name":"/Users/kona/Desktop/d1studio/src/context/database-context.js","layer":"app-pages-browser"},"startTime":1742012064545,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":11188,"timestamp":94768512455,"id":965,"parentId":945,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/lib/metadata/metadata-boundary.js","layer":"app-pages-browser"},"startTime":1742012064546,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":13952,"timestamp":94768512420,"id":963,"parentId":945,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/layout-router.js","layer":"app-pages-browser"},"startTime":1742012064545,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":16843,"timestamp":94768512539,"id":969,"parentId":951,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/not-found-error.js","layer":"app-pages-browser"},"startTime":1742012064546,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":20124,"timestamp":94768512528,"id":968,"parentId":955,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/pages/_error.js","layer":null},"startTime":1742012064546,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":20387,"timestamp":94768513925,"id":973,"parentId":950,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/app-webpack.js","layer":"app-pages-browser"},"startTime":1742012064547,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":20868,"timestamp":94768513868,"id":972,"parentId":950,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/app-bootstrap.js","layer":"app-pages-browser"},"startTime":1742012064547,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":21699,"timestamp":94768513766,"id":971,"parentId":949,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/webpack.js","layer":null},"startTime":1742012064547,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":23210,"timestamp":94768513673,"id":970,"parentId":950,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/app-index.js","layer":"app-pages-browser"},"startTime":1742012064547,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":36182,"timestamp":94768517781,"id":974,"parentId":949,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/index.js","layer":null},"startTime":1742012064551,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":3504,"timestamp":94768559400,"id":977,"parentId":960,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/server/request/search-params.js","layer":"app-pages-browser"},"startTime":1742012064592,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":4367,"timestamp":94768559446,"id":978,"parentId":960,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/server/request/params.js","layer":"app-pages-browser"},"startTime":1742012064593,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":8280,"timestamp":94768559523,"id":981,"parentId":970,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/app-find-source-map-url.js","layer":"app-pages-browser"},"startTime":1742012064593,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":8886,"timestamp":94768559264,"id":975,"parentId":960,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/invariant-error.js","layer":"app-pages-browser"},"startTime":1742012064592,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":9033,"timestamp":94768559504,"id":980,"parentId":970,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/app-call-server.js","layer":"app-pages-browser"},"startTime":1742012064593,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":9290,"timestamp":94768559538,"id":982,"parentId":970,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/app-build-id.js","layer":"app-pages-browser"},"startTime":1742012064593,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":10540,"timestamp":94768559565,"id":984,"parentId":968,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/head.js","layer":null},"startTime":1742012064593,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":11314,"timestamp":94768559553,"id":983,"parentId":967,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/utils.js","layer":null},"startTime":1742012064593,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":11911,"timestamp":94768559489,"id":979,"parentId":928,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/router.js","layer":null},"startTime":1742012064593,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":729,"timestamp":94768588133,"id":1008,"parentId":974,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/lib/is-error.js","layer":null},"startTime":1742012064621,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":5186,"timestamp":94768587701,"id":991,"parentId":965,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/lib/metadata/metadata-constants.js","layer":"app-pages-browser"},"startTime":1742012064621,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":14410,"timestamp":94768587522,"id":985,"parentId":973,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/encode-uri-path.js","layer":"app-pages-browser"},"startTime":1742012064621,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":14560,"timestamp":94768587604,"id":986,"parentId":970,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/head-manager-context.shared-runtime.js","layer":"app-pages-browser"},"startTime":1742012064621,"traceId":"dcf4d9b07c1421a0"}]
10
+ [{"name":"build-module-js","duration":15033,"timestamp":94768587626,"id":987,"parentId":970,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/app-router-context.shared-runtime.js","layer":"app-pages-browser"},"startTime":1742012064621,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":15266,"timestamp":94768587645,"id":988,"parentId":962,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/navigation-untracked.js","layer":"app-pages-browser"},"startTime":1742012064621,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":15293,"timestamp":94768587751,"id":992,"parentId":963,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/unresolved-thenable.js","layer":"app-pages-browser"},"startTime":1742012064621,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":15718,"timestamp":94768587670,"id":989,"parentId":962,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/is-next-router-error.js","layer":"app-pages-browser"},"startTime":1742012064621,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":16313,"timestamp":94768587686,"id":990,"parentId":962,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/nav-failure-handler.js","layer":"app-pages-browser"},"startTime":1742012064621,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":16588,"timestamp":94768587771,"id":993,"parentId":963,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/match-segments.js","layer":"app-pages-browser"},"startTime":1742012064621,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":16961,"timestamp":94768587786,"id":994,"parentId":963,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/redirect-boundary.js","layer":"app-pages-browser"},"startTime":1742012064621,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":17059,"timestamp":94768587877,"id":996,"parentId":963,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/create-router-cache-key.js","layer":"app-pages-browser"},"startTime":1742012064621,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":5884,"timestamp":94768608888,"id":1028,"parentId":977,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/server/dynamic-rendering-utils.js","layer":"app-pages-browser"},"startTime":1742012064642,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":6521,"timestamp":94768608931,"id":1029,"parentId":977,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/server/create-deduped-by-callsite-server-error-logger.js","layer":"app-pages-browser"},"startTime":1742012064642,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":6766,"timestamp":94768608977,"id":1030,"parentId":977,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/lib/scheduler.js","layer":"app-pages-browser"},"startTime":1742012064642,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":9955,"timestamp":94768609018,"id":1031,"parentId":977,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/server/app-render/dynamic-rendering.js","layer":"app-pages-browser"},"startTime":1742012064642,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":10214,"timestamp":94768609106,"id":1033,"parentId":977,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/server/request/utils.js","layer":"app-pages-browser"},"startTime":1742012064642,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":31903,"timestamp":94768587905,"id":997,"parentId":969,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/http-access-fallback/error-fallback.js","layer":"app-pages-browser"},"startTime":1742012064621,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":31972,"timestamp":94768587941,"id":999,"parentId":966,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/utils/warn-once.js","layer":"app-pages-browser"},"startTime":1742012064621,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":32212,"timestamp":94768587924,"id":998,"parentId":966,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/http-access-fallback/http-access-fallback.js","layer":"app-pages-browser"},"startTime":1742012064621,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":32500,"timestamp":94768587957,"id":1000,"parentId":963,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/handle-smooth-scroll.js","layer":"app-pages-browser"},"startTime":1742012064621,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":32692,"timestamp":94768587976,"id":1001,"parentId":963,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/reducers/get-segment-value.js","layer":"app-pages-browser"},"startTime":1742012064621,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":34031,"timestamp":94768587804,"id":995,"parentId":963,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/fetch-server-response.js","layer":"app-pages-browser"},"startTime":1742012064621,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":33979,"timestamp":94768588008,"id":1003,"parentId":974,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/head-manager-context.shared-runtime.js","layer":null},"startTime":1742012064621,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":34361,"timestamp":94768587992,"id":1002,"parentId":963,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/reducers/has-interception-route-in-current-tree.js","layer":"app-pages-browser"},"startTime":1742012064621,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":34464,"timestamp":94768588022,"id":1004,"parentId":974,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/handle-smooth-scroll.js","layer":null},"startTime":1742012064621,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":34746,"timestamp":94768588036,"id":1005,"parentId":974,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/is-dynamic.js","layer":null},"startTime":1742012064621,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":34859,"timestamp":94768588150,"id":1009,"parentId":974,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/app-router-context.shared-runtime.js","layer":null},"startTime":1742012064621,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":34974,"timestamp":94768588174,"id":1011,"parentId":974,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/is-next-router-error.js","layer":null},"startTime":1742012064621,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":37464,"timestamp":94768588162,"id":1010,"parentId":974,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/hooks-client-context.shared-runtime.js","layer":null},"startTime":1742012064621,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":66800,"timestamp":94768559346,"id":976,"parentId":960,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/server/app-render/work-async-storage.external.js","layer":"shared"},"startTime":1742012064592,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-jsx","duration":42970,"timestamp":94768588233,"id":1014,"parentId":958,"tags":{"name":"/Users/kona/Desktop/d1studio/src/components/sidebar.jsx","layer":"app-pages-browser"},"startTime":1742012064621,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-jsx","duration":46220,"timestamp":94768588277,"id":1015,"parentId":958,"tags":{"name":"/Users/kona/Desktop/d1studio/src/components/sql-editor.jsx","layer":"app-pages-browser"},"startTime":1742012064621,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-jsx","duration":28762,"timestamp":94768606365,"id":1019,"parentId":959,"tags":{"name":"/Users/kona/Desktop/d1studio/src/components/ui/toast.jsx","layer":"app-pages-browser"},"startTime":1742012064639,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":29316,"timestamp":94768606270,"id":1017,"parentId":959,"tags":{"name":"/Users/kona/Desktop/d1studio/src/hooks/use-toast.js","layer":"app-pages-browser"},"startTime":1742012064639,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-jsx","duration":29565,"timestamp":94768606320,"id":1018,"parentId":958,"tags":{"name":"/Users/kona/Desktop/d1studio/src/components/update-banner.jsx","layer":"app-pages-browser"},"startTime":1742012064639,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":29596,"timestamp":94768606407,"id":1020,"parentId":957,"tags":{"name":"/Users/kona/Desktop/d1studio/src/lib/request-deduplication.js","layer":"app-pages-browser"},"startTime":1742012064639,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":27501,"timestamp":94768608851,"id":1026,"parentId":970,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/create-initial-router-state.js","layer":"app-pages-browser"},"startTime":1742012064642,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":27763,"timestamp":94768608869,"id":1027,"parentId":970,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/action-queue.js","layer":"app-pages-browser"},"startTime":1742012064642,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-jsx","duration":32178,"timestamp":94768606152,"id":1016,"parentId":958,"tags":{"name":"/Users/kona/Desktop/d1studio/src/components/table-view.jsx","layer":"app-pages-browser"},"startTime":1742012064639,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":32513,"timestamp":94768608826,"id":1025,"parentId":970,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/app-router.js","layer":"app-pages-browser"},"startTime":1742012064642,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":66414,"timestamp":94768588217,"id":1013,"parentId":967,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/react/index.js","layer":null},"startTime":1742012064621,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":67182,"timestamp":94768588091,"id":1007,"parentId":960,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/server/request/params.browser.js","layer":"app-pages-browser"},"startTime":1742012064621,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":67163,"timestamp":94768588187,"id":1012,"parentId":967,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/react/jsx-runtime.js","layer":null},"startTime":1742012064621,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":69497,"timestamp":94768588048,"id":1006,"parentId":960,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/server/request/search-params.browser.js","layer":"app-pages-browser"},"startTime":1742012064621,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":51962,"timestamp":94768608790,"id":1024,"parentId":971,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/build/deployment-id.js","layer":null},"startTime":1742012064642,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":52155,"timestamp":94768608726,"id":1023,"parentId":973,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/build/deployment-id.js","layer":"app-pages-browser"},"startTime":1742012064642,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":52086,"timestamp":94768609063,"id":1032,"parentId":977,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","layer":"shared"},"startTime":1742012064642,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":1507,"timestamp":94768666944,"id":1037,"parentId":967,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@swc/helpers/esm/_interop_require_default.js","layer":null},"startTime":1742012064700,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":910,"timestamp":94768667882,"id":1040,"parentId":974,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@swc/helpers/esm/_interop_require_wildcard.js","layer":null},"startTime":1742012064701,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":2947,"timestamp":94768666694,"id":1036,"parentId":977,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/server/web/spec-extension/adapters/reflect.js","layer":"app-pages-browser"},"startTime":1742012064700,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":2562,"timestamp":94768667404,"id":1038,"parentId":970,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@swc/helpers/esm/_interop_require_default.js","layer":"app-pages-browser"},"startTime":1742012064700,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":2943,"timestamp":94768667681,"id":1039,"parentId":970,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@swc/helpers/esm/_interop_require_wildcard.js","layer":"app-pages-browser"},"startTime":1742012064701,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":7135,"timestamp":94768664529,"id":1035,"parentId":980,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/router-reducer-types.js","layer":"app-pages-browser"},"startTime":1742012064698,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":7474,"timestamp":94768664454,"id":1034,"parentId":984,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/side-effect.js","layer":null},"startTime":1742012064698,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":4014,"timestamp":94768668011,"id":1043,"parentId":974,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/router-context.shared-runtime.js","layer":null},"startTime":1742012064701,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":4185,"timestamp":94768667987,"id":1042,"parentId":974,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/mitt.js","layer":null},"startTime":1742012064701,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":4353,"timestamp":94768668027,"id":1044,"parentId":974,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/querystring.js","layer":null},"startTime":1742012064701,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":4369,"timestamp":94768668102,"id":1045,"parentId":974,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/runtime-config.external.js","layer":null},"startTime":1742012064701,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":5276,"timestamp":94768667932,"id":1041,"parentId":974,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/page-loader.js","layer":null},"startTime":1742012064701,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":1432,"timestamp":94768675802,"id":1066,"parentId":993,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/server/app-render/get-segment-param.js","layer":"app-pages-browser"},"startTime":1742012064709,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":10520,"timestamp":94768668134,"id":1046,"parentId":974,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/head-manager.js","layer":null},"startTime":1742012064701,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":3853,"timestamp":94768675511,"id":1048,"parentId":984,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/amp-mode.js","layer":null},"startTime":1742012064709,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":4022,"timestamp":94768675449,"id":1047,"parentId":984,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/amp-context.shared-runtime.js","layer":null},"startTime":1742012064709,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":4024,"timestamp":94768675529,"id":1049,"parentId":984,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/utils/warn-once.js","layer":null},"startTime":1742012064709,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":4123,"timestamp":94768675615,"id":1052,"parentId":970,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/react-client-callbacks/shared.js","layer":"app-pages-browser"},"startTime":1742012064709,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":4258,"timestamp":94768675635,"id":1053,"parentId":974,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/react-client-callbacks/shared.js","layer":null},"startTime":1742012064709,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":4322,"timestamp":94768675663,"id":1055,"parentId":970,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/globals/patch-console.js","layer":"app-pages-browser"},"startTime":1742012064709,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":6875,"timestamp":94768675677,"id":1056,"parentId":970,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/globals/handle-global-errors.js","layer":"app-pages-browser"},"startTime":1742012064709,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":7182,"timestamp":94768675691,"id":1057,"parentId":974,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/route-announcer.js","layer":null},"startTime":1742012064709,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":7325,"timestamp":94768675714,"id":1059,"parentId":974,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/has-base-path.js","layer":null},"startTime":1742012064709,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":7508,"timestamp":94768675727,"id":1060,"parentId":974,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/remove-base-path.js","layer":null},"startTime":1742012064709,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":8000,"timestamp":94768675648,"id":1054,"parentId":970,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/react-client-callbacks/app-router.js","layer":"app-pages-browser"},"startTime":1742012064709,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":8114,"timestamp":94768675739,"id":1061,"parentId":974,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/image-config-context.shared-runtime.js","layer":null},"startTime":1742012064709,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":8238,"timestamp":94768675763,"id":1063,"parentId":1008,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/is-plain-object.js","layer":null},"startTime":1742012064709,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":8354,"timestamp":94768675773,"id":1064,"parentId":988,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/hooks-client-context.shared-runtime.js","layer":"app-pages-browser"},"startTime":1742012064709,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":8567,"timestamp":94768675787,"id":1065,"parentId":989,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/redirect-error.js","layer":"app-pages-browser"},"startTime":1742012064709,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":9065,"timestamp":94768675750,"id":1062,"parentId":974,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/adapters.js","layer":null},"startTime":1742012064709,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":10071,"timestamp":94768675703,"id":1058,"parentId":974,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/script.js","layer":null},"startTime":1742012064709,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":10421,"timestamp":94768675847,"id":1067,"parentId":994,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/navigation.js","layer":"app-pages-browser"},"startTime":1742012064709,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":512,"timestamp":94768693428,"id":1080,"parentId":1005,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/server/lib/interception-routes.js","layer":null},"startTime":1742012064727,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":2008,"timestamp":94768693383,"id":1079,"parentId":1002,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/server/lib/interception-routes.js","layer":"app-pages-browser"},"startTime":1742012064726,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":22590,"timestamp":94768675590,"id":1051,"parentId":974,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/build/polyfills/polyfill-module.js","layer":null},"startTime":1742012064709,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":22928,"timestamp":94768675544,"id":1050,"parentId":970,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/build/polyfills/polyfill-module.js","layer":"app-pages-browser"},"startTime":1742012064709,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":5760,"timestamp":94768693177,"id":1069,"parentId":996,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/segment.js","layer":"app-pages-browser"},"startTime":1742012064726,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":6142,"timestamp":94768693101,"id":1068,"parentId":994,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/redirect.js","layer":"app-pages-browser"},"startTime":1742012064726,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":6164,"timestamp":94768693202,"id":1070,"parentId":990,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/create-href-from-url.js","layer":"app-pages-browser"},"startTime":1742012064726,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":6319,"timestamp":94768693242,"id":1072,"parentId":995,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/flight-data-helpers.js","layer":"app-pages-browser"},"startTime":1742012064726,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":6493,"timestamp":94768693259,"id":1073,"parentId":1031,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/hooks-server-context.js","layer":"app-pages-browser"},"startTime":1742012064726,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":6699,"timestamp":94768693274,"id":1074,"parentId":1031,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/static-generation-bailout.js","layer":"app-pages-browser"},"startTime":1742012064726,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":6841,"timestamp":94768693367,"id":1078,"parentId":995,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/hash.js","layer":"app-pages-browser"},"startTime":1742012064726,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":7434,"timestamp":94768693438,"id":1081,"parentId":1011,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/http-access-fallback/http-access-fallback.js","layer":null},"startTime":1742012064727,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":7891,"timestamp":94768693352,"id":1077,"parentId":995,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/app-router-headers.js","layer":"app-pages-browser"},"startTime":1742012064726,"traceId":"dcf4d9b07c1421a0"},{"name":"font-loader","duration":607,"timestamp":94768703993,"id":1124,"parentId":1123,"tags":{},"startTime":1742012064737,"traceId":"dcf4d9b07c1421a0"},{"name":"font-loader","duration":134,"timestamp":94768704472,"id":1126,"parentId":1125,"tags":{},"startTime":1742012064738,"traceId":"dcf4d9b07c1421a0"},{"name":"postcss","duration":1801,"timestamp":94768705986,"id":1127,"parentId":1123,"tags":{},"startTime":1742012064739,"traceId":"dcf4d9b07c1421a0"},{"name":"postcss","duration":1130,"timestamp":94768706673,"id":1128,"parentId":1125,"tags":{},"startTime":1742012064740,"traceId":"dcf4d9b07c1421a0"},{"name":"next-font-loader","duration":3975,"timestamp":94768703945,"id":1123,"parentId":1082,"tags":{},"startTime":1742012064737,"traceId":"dcf4d9b07c1421a0"},{"name":"next-font-loader","duration":3469,"timestamp":94768704455,"id":1125,"parentId":1083,"tags":{},"startTime":1742012064738,"traceId":"dcf4d9b07c1421a0"},{"name":"css-loader","duration":11622,"timestamp":94768707838,"id":1129,"parentId":1082,"tags":{"astUsed":"true"},"startTime":1742012064741,"traceId":"dcf4d9b07c1421a0"},{"name":"css-loader","duration":11560,"timestamp":94768707908,"id":1130,"parentId":1083,"tags":{"astUsed":"true"},"startTime":1742012064741,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module","duration":18095,"timestamp":94768701761,"id":1082,"parentId":1021,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/font/google/target.css.webpack[javascript/auto]!=!/Users/kona/Desktop/d1studio/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[2].use[1]!/Users/kona/Desktop/d1studio/node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[13].oneOf[2].use[2]!/Users/kona/Desktop/d1studio/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.jsx\",\"import\":\"Geist\",\"arguments\":[{\"variable\":\"--font-geist-sans\",\"subsets\":[\"latin\"]}],\"variableName\":\"geistSans\"}","layer":null},"startTime":1742012064735,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module","duration":17974,"timestamp":94768701998,"id":1083,"parentId":1022,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/font/google/target.css.webpack[javascript/auto]!=!/Users/kona/Desktop/d1studio/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[2].use[1]!/Users/kona/Desktop/d1studio/node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[13].oneOf[2].use[2]!/Users/kona/Desktop/d1studio/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.jsx\",\"import\":\"Geist_Mono\",\"arguments\":[{\"variable\":\"--font-geist-mono\",\"subsets\":[\"latin\"]}],\"variableName\":\"geistMono\"}","layer":null},"startTime":1742012064735,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":17888,"timestamp":94768702966,"id":1098,"parentId":1018,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/axios/index.js","layer":"app-pages-browser"},"startTime":1742012064736,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-mjs","duration":18183,"timestamp":94768703012,"id":1099,"parentId":1019,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/class-variance-authority/dist/index.mjs","layer":"app-pages-browser"},"startTime":1742012064736,"traceId":"dcf4d9b07c1421a0"}]
11
+ [{"name":"build-module-mjs","duration":18957,"timestamp":94768703436,"id":1109,"parentId":1015,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@monaco-editor/react/dist/index.mjs","layer":"app-pages-browser"},"startTime":1742012064737,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":18763,"timestamp":94768703889,"id":1122,"parentId":1052,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/lib/is-error.js","layer":"app-pages-browser"},"startTime":1742012064737,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":29609,"timestamp":94768693339,"id":1076,"parentId":1011,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/redirect-error.js","layer":null},"startTime":1742012064726,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":24966,"timestamp":94768702062,"id":1086,"parentId":1027,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/is-thenable.js","layer":"app-pages-browser"},"startTime":1742012064735,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":25457,"timestamp":94768702017,"id":1084,"parentId":974,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/tracing/tracer.js","layer":null},"startTime":1742012064735,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":25623,"timestamp":94768702046,"id":1085,"parentId":974,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/tracing/report-to-socket.js","layer":null},"startTime":1742012064735,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":25772,"timestamp":94768702081,"id":1087,"parentId":979,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/with-router.js","layer":null},"startTime":1742012064735,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":25776,"timestamp":94768702294,"id":1090,"parentId":1025,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/remove-base-path.js","layer":"app-pages-browser"},"startTime":1742012064735,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":25905,"timestamp":94768702311,"id":1091,"parentId":1025,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/has-base-path.js","layer":"app-pages-browser"},"startTime":1742012064735,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":25675,"timestamp":94768702894,"id":1094,"parentId":1026,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/refetch-inactive-parallel-segments.js","layer":"app-pages-browser"},"startTime":1742012064736,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":25966,"timestamp":94768702916,"id":1095,"parentId":1027,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/router-reducer.js","layer":"app-pages-browser"},"startTime":1742012064736,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":27138,"timestamp":94768702857,"id":1093,"parentId":1026,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/prefetch-cache-utils.js","layer":"app-pages-browser"},"startTime":1742012064736,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":27528,"timestamp":94768702948,"id":1097,"parentId":1026,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/fill-lazy-items-till-leaf-with-head.js","layer":"app-pages-browser"},"startTime":1742012064736,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":28609,"timestamp":94768702933,"id":1096,"parentId":1026,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/compute-changed-path.js","layer":"app-pages-browser"},"startTime":1742012064736,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-jsx","duration":29095,"timestamp":94768703054,"id":1100,"parentId":1014,"tags":{"name":"/Users/kona/Desktop/d1studio/src/components/cloudflare-credentials-modal.jsx","layer":"app-pages-browser"},"startTime":1742012064736,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-jsx","duration":29682,"timestamp":94768703148,"id":1102,"parentId":1014,"tags":{"name":"/Users/kona/Desktop/d1studio/src/components/environment-select.jsx","layer":"app-pages-browser"},"startTime":1742012064736,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-jsx","duration":31564,"timestamp":94768703095,"id":1101,"parentId":1014,"tags":{"name":"/Users/kona/Desktop/d1studio/src/components/environment-handler.jsx","layer":"app-pages-browser"},"startTime":1742012064736,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-jsx","duration":33829,"timestamp":94768703188,"id":1103,"parentId":1015,"tags":{"name":"/Users/kona/Desktop/d1studio/src/components/query-results.jsx","layer":"app-pages-browser"},"startTime":1742012064736,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":34383,"timestamp":94768703234,"id":1104,"parentId":1015,"tags":{"name":"/Users/kona/Desktop/d1studio/src/lib/parse-sql-error.js","layer":"app-pages-browser"},"startTime":1742012064736,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-jsx","duration":34442,"timestamp":94768703352,"id":1107,"parentId":1015,"tags":{"name":"/Users/kona/Desktop/d1studio/src/components/ui/button.jsx","layer":"app-pages-browser"},"startTime":1742012064736,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-jsx","duration":34616,"timestamp":94768703274,"id":1105,"parentId":1014,"tags":{"name":"/Users/kona/Desktop/d1studio/src/components/ui/input.jsx","layer":"app-pages-browser"},"startTime":1742012064736,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-jsx","duration":34715,"timestamp":94768703313,"id":1106,"parentId":1014,"tags":{"name":"/Users/kona/Desktop/d1studio/src/components/ui/alert.jsx","layer":"app-pages-browser"},"startTime":1742012064736,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":34492,"timestamp":94768703722,"id":1111,"parentId":1025,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/is-bot.js","layer":"app-pages-browser"},"startTime":1742012064737,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":36833,"timestamp":94768703742,"id":1112,"parentId":1025,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/use-reducer.js","layer":"app-pages-browser"},"startTime":1742012064737,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-jsx","duration":37893,"timestamp":94768703394,"id":1108,"parentId":1015,"tags":{"name":"/Users/kona/Desktop/d1studio/src/components/ui/dropdown-menu.jsx","layer":"app-pages-browser"},"startTime":1742012064736,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":37741,"timestamp":94768703757,"id":1113,"parentId":1025,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/add-base-path.js","layer":"app-pages-browser"},"startTime":1742012064737,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":37843,"timestamp":94768703804,"id":1116,"parentId":1041,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/add-base-path.js","layer":null},"startTime":1742012064737,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":38130,"timestamp":94768703774,"id":1114,"parentId":1025,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/app-router-announcer.js","layer":"app-pages-browser"},"startTime":1742012064737,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":38282,"timestamp":94768703789,"id":1115,"parentId":1025,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/reducers/find-head-in-cache.js","layer":"app-pages-browser"},"startTime":1742012064737,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":38321,"timestamp":94768703831,"id":1118,"parentId":1041,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js","layer":null},"startTime":1742012064737,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":38781,"timestamp":94768703819,"id":1117,"parentId":1041,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/constants.js","layer":null},"startTime":1742012064737,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":45019,"timestamp":94768702097,"id":1088,"parentId":979,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/router.js","layer":null},"startTime":1742012064735,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":83328,"timestamp":94768693294,"id":1075,"parentId":1033,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/server/app-render/after-task-async-storage.external.js","layer":"app-pages-browser"},"startTime":1742012064726,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":83636,"timestamp":94768693224,"id":1071,"parentId":974,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/react-dom/client.js","layer":null},"startTime":1742012064726,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":14092,"timestamp":94768763436,"id":1132,"parentId":1053,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","layer":null},"startTime":1742012064797,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":14264,"timestamp":94768763503,"id":1134,"parentId":1019,"tags":{"name":"/Users/kona/Desktop/d1studio/src/lib/utils.js","layer":"app-pages-browser"},"startTime":1742012064797,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":14629,"timestamp":94768763365,"id":1131,"parentId":1052,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","layer":"app-pages-browser"},"startTime":1742012064796,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-jsx","duration":15041,"timestamp":94768763587,"id":1136,"parentId":1016,"tags":{"name":"/Users/kona/Desktop/d1studio/src/components/editable-cell.jsx","layer":"app-pages-browser"},"startTime":1742012064797,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-jsx","duration":15284,"timestamp":94768763667,"id":1138,"parentId":1016,"tags":{"name":"/Users/kona/Desktop/d1studio/src/components/delete-records-dialog.jsx","layer":"app-pages-browser"},"startTime":1742012064797,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-jsx","duration":16020,"timestamp":94768763545,"id":1135,"parentId":1016,"tags":{"name":"/Users/kona/Desktop/d1studio/src/components/table-toolbar.jsx","layer":"app-pages-browser"},"startTime":1742012064797,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-jsx","duration":16071,"timestamp":94768763711,"id":1139,"parentId":1016,"tags":{"name":"/Users/kona/Desktop/d1studio/src/components/table-error-dialog.jsx","layer":"app-pages-browser"},"startTime":1742012064797,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-jsx","duration":16592,"timestamp":94768763627,"id":1137,"parentId":1016,"tags":{"name":"/Users/kona/Desktop/d1studio/src/components/editable-row.jsx","layer":"app-pages-browser"},"startTime":1742012064797,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-jsx","duration":16638,"timestamp":94768763791,"id":1141,"parentId":1016,"tags":{"name":"/Users/kona/Desktop/d1studio/src/components/column-sorting.jsx","layer":"app-pages-browser"},"startTime":1742012064797,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-jsx","duration":16804,"timestamp":94768763908,"id":1144,"parentId":1016,"tags":{"name":"/Users/kona/Desktop/d1studio/src/components/ui/checkbox.jsx","layer":"app-pages-browser"},"startTime":1742012064797,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-jsx","duration":17351,"timestamp":94768763869,"id":1143,"parentId":1016,"tags":{"name":"/Users/kona/Desktop/d1studio/src/components/ui/scroll-area.jsx","layer":"app-pages-browser"},"startTime":1742012064797,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-jsx","duration":18370,"timestamp":94768763752,"id":1140,"parentId":1016,"tags":{"name":"/Users/kona/Desktop/d1studio/src/components/resize-columns.jsx","layer":"app-pages-browser"},"startTime":1742012064797,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-jsx","duration":18608,"timestamp":94768763831,"id":1142,"parentId":1016,"tags":{"name":"/Users/kona/Desktop/d1studio/src/components/ui/table.jsx","layer":"app-pages-browser"},"startTime":1742012064797,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":18691,"timestamp":94768763962,"id":1146,"parentId":1025,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/segment-cache/prefetch.js","layer":"app-pages-browser"},"startTime":1742012064797,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":18781,"timestamp":94768763990,"id":1148,"parentId":1059,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js","layer":null},"startTime":1742012064797,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":18964,"timestamp":94768763948,"id":1145,"parentId":974,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/portal/index.js","layer":null},"startTime":1742012064797,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":19036,"timestamp":94768764002,"id":1149,"parentId":1062,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/index.js","layer":null},"startTime":1742012064797,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":19182,"timestamp":94768763976,"id":1147,"parentId":1065,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/redirect-status-code.js","layer":"app-pages-browser"},"startTime":1742012064797,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":19046,"timestamp":94768764349,"id":1155,"parentId":1067,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/navigation.react-server.js","layer":"app-pages-browser"},"startTime":1742012064797,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":19145,"timestamp":94768764367,"id":1156,"parentId":1067,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/server-inserted-html.shared-runtime.js","layer":"app-pages-browser"},"startTime":1742012064797,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":19266,"timestamp":94768764384,"id":1157,"parentId":1067,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/bailout-to-client-rendering.js","layer":"app-pages-browser"},"startTime":1742012064797,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":19379,"timestamp":94768764411,"id":1159,"parentId":1041,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/get-asset-path-from-route.js","layer":null},"startTime":1742012064797,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":19566,"timestamp":94768764423,"id":1160,"parentId":1041,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/parse-relative-url.js","layer":null},"startTime":1742012064798,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":19719,"timestamp":94768764435,"id":1161,"parentId":1041,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/interpolate-as.js","layer":null},"startTime":1742012064798,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":20503,"timestamp":94768764399,"id":1158,"parentId":1041,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/route-loader.js","layer":null},"startTime":1742012064797,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":21015,"timestamp":94768764018,"id":1150,"parentId":1014,"tags":{"name":"__barrel_optimize__?names=AlertCircle,Loader2,Search,Table2,TerminalSquare!=!/Users/kona/Desktop/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1742012064797,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":20816,"timestamp":94768764280,"id":1151,"parentId":1015,"tags":{"name":"__barrel_optimize__?names=ChevronDown,Command,CornerDownLeft,GripHorizontal,Loader2!=!/Users/kona/Desktop/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1742012064797,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":20838,"timestamp":94768764300,"id":1152,"parentId":1018,"tags":{"name":"__barrel_optimize__?names=Info!=!/Users/kona/Desktop/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1742012064797,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":20862,"timestamp":94768764316,"id":1153,"parentId":1016,"tags":{"name":"__barrel_optimize__?names=AlertCircle,Loader2!=!/Users/kona/Desktop/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1742012064797,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":20878,"timestamp":94768764332,"id":1154,"parentId":1019,"tags":{"name":"__barrel_optimize__?names=X!=!/Users/kona/Desktop/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1742012064797,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":95639,"timestamp":94768702110,"id":1089,"parentId":976,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/server/app-render/work-async-storage-instance.js","layer":"shared"},"startTime":1742012064735,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":95370,"timestamp":94768703844,"id":1119,"parentId":1013,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/react/cjs/react.production.min.js","layer":null},"startTime":1742012064737,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":95846,"timestamp":94768703476,"id":1110,"parentId":970,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/compiled/react-server-dom-webpack/client.js","layer":"app-pages-browser"},"startTime":1742012064737,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":95611,"timestamp":94768703866,"id":1120,"parentId":1012,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/react/cjs/react-jsx-runtime.production.min.js","layer":null},"startTime":1742012064737,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":95856,"timestamp":94768703878,"id":1121,"parentId":1032,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","layer":"shared"},"startTime":1742012064737,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-mjs","duration":40982,"timestamp":94768763457,"id":1133,"parentId":1019,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@radix-ui/react-toast/dist/index.mjs","layer":"app-pages-browser"},"startTime":1742012064797,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":12951,"timestamp":94768792292,"id":1162,"parentId":1041,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/add-locale.js","layer":null},"startTime":1742012064825,"traceId":"dcf4d9b07c1421a0"},{"name":"add-entry","duration":325567,"timestamp":94768484198,"id":927,"parentId":922,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1742012064517,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":6062,"timestamp":94768806502,"id":1166,"parentId":1053,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/react-client-callbacks/report-global-error.js","layer":null},"startTime":1742012064840,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":6287,"timestamp":94768806477,"id":1165,"parentId":1052,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/react-client-callbacks/report-global-error.js","layer":"app-pages-browser"},"startTime":1742012064840,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":6572,"timestamp":94768806423,"id":1164,"parentId":1046,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/set-attributes-from-props.js","layer":null},"startTime":1742012064840,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":6626,"timestamp":94768806570,"id":1168,"parentId":1080,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/app-paths.js","layer":null},"startTime":1742012064840,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module","duration":151,"timestamp":94768815168,"id":1195,"parentId":1088,"tags":{"layer":null},"startTime":1742012064848,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":1677,"timestamp":94768815335,"id":1196,"parentId":1088,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/lib/constants.js","layer":null},"startTime":1742012064848,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":107529,"timestamp":94768813608,"id":1179,"parentId":1098,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/axios/lib/axios.js","layer":"app-pages-browser"},"startTime":1742012064847,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-mjs","duration":107330,"timestamp":94768815358,"id":1197,"parentId":1107,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@radix-ui/react-slot/dist/index.mjs","layer":"app-pages-browser"},"startTime":1742012064848,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":114399,"timestamp":94768813520,"id":1174,"parentId":1062,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/as-path-to-search-params.js","layer":null},"startTime":1742012064847,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":114778,"timestamp":94768813484,"id":1172,"parentId":1061,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/image-config.js","layer":null},"startTime":1742012064847,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":115361,"timestamp":94768813375,"id":1169,"parentId":1079,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/app-paths.js","layer":"app-pages-browser"},"startTime":1742012064846,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":115454,"timestamp":94768813669,"id":1181,"parentId":1076,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/redirect-status-code.js","layer":null},"startTime":1742012064847,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":116270,"timestamp":94768813502,"id":1173,"parentId":1054,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/globals/intercept-console-error.js","layer":"app-pages-browser"},"startTime":1742012064847,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":116337,"timestamp":94768813653,"id":1180,"parentId":1122,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/is-plain-object.js","layer":"app-pages-browser"},"startTime":1742012064847,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":116421,"timestamp":94768813682,"id":1182,"parentId":1117,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/modern-browserslist-target.js","layer":null},"startTime":1742012064847,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":116601,"timestamp":94768813694,"id":1183,"parentId":1091,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js","layer":"app-pages-browser"},"startTime":1742012064847,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":116734,"timestamp":94768813723,"id":1185,"parentId":1116,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js","layer":null},"startTime":1742012064847,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":116895,"timestamp":94768813735,"id":1186,"parentId":1088,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/page-path/denormalize-page-path.js","layer":null},"startTime":1742012064847,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":117100,"timestamp":94768813748,"id":1187,"parentId":1088,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/i18n/normalize-locale-path.js","layer":null},"startTime":1742012064847,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":117300,"timestamp":94768813764,"id":1188,"parentId":1088,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/parse-path.js","layer":null},"startTime":1742012064847,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":117687,"timestamp":94768813709,"id":1184,"parentId":1113,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js","layer":"app-pages-browser"},"startTime":1742012064847,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":118997,"timestamp":94768813538,"id":1175,"parentId":1062,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/route-regex.js","layer":null},"startTime":1742012064847,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":119008,"timestamp":94768813788,"id":1190,"parentId":1088,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/format-next-pathname-info.js","layer":null},"startTime":1742012064847,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":119876,"timestamp":94768813776,"id":1189,"parentId":1088,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/get-next-pathname-info.js","layer":null},"startTime":1742012064847,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":118282,"timestamp":94768815607,"id":1205,"parentId":1150,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/loader-circle.js","layer":"app-pages-browser"},"startTime":1742012064849,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":118528,"timestamp":94768815563,"id":1204,"parentId":1150,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/circle-alert.js","layer":"app-pages-browser"},"startTime":1742012064849,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":120499,"timestamp":94768813799,"id":1191,"parentId":1088,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/is-bot.js","layer":null},"startTime":1742012064847,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":118756,"timestamp":94768815647,"id":1207,"parentId":1150,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/table-2.js","layer":"app-pages-browser"},"startTime":1742012064849,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":118802,"timestamp":94768815683,"id":1209,"parentId":1151,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/chevron-down.js","layer":"app-pages-browser"},"startTime":1742012064849,"traceId":"dcf4d9b07c1421a0"}]
12
+ [{"name":"build-module-js","duration":119883,"timestamp":94768815115,"id":1194,"parentId":1058,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/request-idle-callback.js","layer":null},"startTime":1742012064848,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":119404,"timestamp":94768815699,"id":1210,"parentId":1151,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/command.js","layer":"app-pages-browser"},"startTime":1742012064849,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":119499,"timestamp":94768815715,"id":1211,"parentId":1151,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/corner-down-left.js","layer":"app-pages-browser"},"startTime":1742012064849,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":119670,"timestamp":94768815629,"id":1206,"parentId":1150,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/search.js","layer":"app-pages-browser"},"startTime":1742012064849,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":119733,"timestamp":94768815664,"id":1208,"parentId":1150,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/square-terminal.js","layer":"app-pages-browser"},"startTime":1742012064849,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":119809,"timestamp":94768815731,"id":1212,"parentId":1151,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/grip-horizontal.js","layer":"app-pages-browser"},"startTime":1742012064849,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":119885,"timestamp":94768815748,"id":1213,"parentId":1152,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/info.js","layer":"app-pages-browser"},"startTime":1742012064849,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":119942,"timestamp":94768815764,"id":1214,"parentId":1154,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/x.js","layer":"app-pages-browser"},"startTime":1742012064849,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":120188,"timestamp":94768815810,"id":1217,"parentId":1155,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/forbidden.js","layer":"app-pages-browser"},"startTime":1742012064849,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":120331,"timestamp":94768815780,"id":1215,"parentId":1158,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/encode-uri-path.js","layer":null},"startTime":1742012064849,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":120532,"timestamp":94768815841,"id":1219,"parentId":1155,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/unstable-rethrow.js","layer":"app-pages-browser"},"startTime":1742012064849,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":120756,"timestamp":94768815826,"id":1218,"parentId":1155,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/unauthorized.js","layer":"app-pages-browser"},"startTime":1742012064849,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":120954,"timestamp":94768815794,"id":1216,"parentId":1155,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/not-found.js","layer":"app-pages-browser"},"startTime":1742012064849,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":120976,"timestamp":94768815871,"id":1221,"parentId":1104,"tags":{"name":"/Users/kona/Desktop/d1studio/src/lib/sql-error-types.js","layer":"app-pages-browser"},"startTime":1742012064849,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-jsx","duration":121366,"timestamp":94768816000,"id":1224,"parentId":1100,"tags":{"name":"/Users/kona/Desktop/d1studio/src/components/ui/dialog.jsx","layer":"app-pages-browser"},"startTime":1742012064849,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-jsx","duration":122110,"timestamp":94768815959,"id":1223,"parentId":1101,"tags":{"name":"/Users/kona/Desktop/d1studio/src/components/pull-preview-toast.jsx","layer":"app-pages-browser"},"startTime":1742012064849,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":123396,"timestamp":94768815856,"id":1220,"parentId":1149,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/sorted-routes.js","layer":null},"startTime":1742012064849,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-jsx","duration":123960,"timestamp":94768816040,"id":1225,"parentId":1102,"tags":{"name":"/Users/kona/Desktop/d1studio/src/components/ui/select.jsx","layer":"app-pages-browser"},"startTime":1742012064849,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-jsx","duration":124940,"timestamp":94768815917,"id":1222,"parentId":1101,"tags":{"name":"/Users/kona/Desktop/d1studio/src/components/push-preview-toast.jsx","layer":"app-pages-browser"},"startTime":1742012064849,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":127403,"timestamp":94768813553,"id":1176,"parentId":1100,"tags":{"name":"__barrel_optimize__?names=Loader2!=!/Users/kona/Desktop/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1742012064847,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":127479,"timestamp":94768813573,"id":1177,"parentId":1102,"tags":{"name":"__barrel_optimize__?names=Download,HardDrive,Loader2,Upload!=!/Users/kona/Desktop/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1742012064847,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":127524,"timestamp":94768813590,"id":1178,"parentId":1108,"tags":{"name":"__barrel_optimize__?names=Check,ChevronRight,Circle!=!/Users/kona/Desktop/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1742012064847,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":125708,"timestamp":94768815460,"id":1199,"parentId":1138,"tags":{"name":"__barrel_optimize__?names=AlertCircle!=!/Users/kona/Desktop/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1742012064849,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":125707,"timestamp":94768815500,"id":1201,"parentId":1137,"tags":{"name":"__barrel_optimize__?names=Trash2!=!/Users/kona/Desktop/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1742012064849,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":125813,"timestamp":94768815482,"id":1200,"parentId":1135,"tags":{"name":"__barrel_optimize__?names=ArrowLeft,ArrowRight,Columns,Loader2,SlidersHorizontal!=!/Users/kona/Desktop/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1742012064849,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":125978,"timestamp":94768815536,"id":1203,"parentId":1144,"tags":{"name":"__barrel_optimize__?names=Check!=!/Users/kona/Desktop/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1742012064849,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":126047,"timestamp":94768815519,"id":1202,"parentId":1141,"tags":{"name":"__barrel_optimize__?names=ArrowDown,ArrowUp,ArrowUpDown!=!/Users/kona/Desktop/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1742012064849,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-mjs","duration":127853,"timestamp":94768815413,"id":1198,"parentId":1108,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@radix-ui/react-dropdown-menu/dist/index.mjs","layer":"app-pages-browser"},"startTime":1742012064848,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":164528,"timestamp":94768792362,"id":1163,"parentId":958,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/compiled/react/jsx-runtime.js","layer":"app-pages-browser"},"startTime":1742012064825,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-mjs","duration":8349,"timestamp":94768958146,"id":1228,"parentId":1099,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/clsx/dist/clsx.mjs","layer":"app-pages-browser"},"startTime":1742012064991,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":8342,"timestamp":94768958251,"id":1229,"parentId":1109,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@monaco-editor/loader/lib/es/index.js","layer":"app-pages-browser"},"startTime":1742012064991,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-mjs","duration":11734,"timestamp":94768958706,"id":1251,"parentId":1134,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/tailwind-merge/dist/bundle-mjs.mjs","layer":"app-pages-browser"},"startTime":1742012064992,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":165669,"timestamp":94768806518,"id":1167,"parentId":1068,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/server/app-render/action-async-storage.external.js","layer":"shared"},"startTime":1742012064840,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":14583,"timestamp":94768958354,"id":1232,"parentId":1088,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/detect-domain-locale.js","layer":null},"startTime":1742012064991,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":14909,"timestamp":94768958382,"id":1234,"parentId":1113,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/normalize-trailing-slash.js","layer":"app-pages-browser"},"startTime":1742012064991,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":15181,"timestamp":94768958308,"id":1230,"parentId":1088,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/remove-locale.js","layer":null},"startTime":1742012064991,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":15603,"timestamp":94768958369,"id":1233,"parentId":1088,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/resolve-href.js","layer":null},"startTime":1742012064991,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":15864,"timestamp":94768958399,"id":1235,"parentId":1116,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/normalize-trailing-slash.js","layer":null},"startTime":1742012064991,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":16083,"timestamp":94768958428,"id":1237,"parentId":1094,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/apply-flight-data.js","layer":"app-pages-browser"},"startTime":1742012064992,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":16460,"timestamp":94768958412,"id":1236,"parentId":1095,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/reducers/server-patch-reducer.js","layer":"app-pages-browser"},"startTime":1742012064991,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":16930,"timestamp":94768958486,"id":1241,"parentId":1095,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/reducers/prefetch-reducer.js","layer":"app-pages-browser"},"startTime":1742012064992,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":17306,"timestamp":94768958457,"id":1239,"parentId":1095,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/reducers/restore-reducer.js","layer":"app-pages-browser"},"startTime":1742012064992,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":17772,"timestamp":94768958472,"id":1240,"parentId":1095,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/reducers/refresh-reducer.js","layer":"app-pages-browser"},"startTime":1742012064992,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":19620,"timestamp":94768958443,"id":1238,"parentId":1095,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/reducers/navigate-reducer.js","layer":"app-pages-browser"},"startTime":1742012064992,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":20282,"timestamp":94768958531,"id":1244,"parentId":1088,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/route-matcher.js","layer":null},"startTime":1742012064992,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":21049,"timestamp":94768958500,"id":1242,"parentId":1095,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/reducers/hmr-refresh-reducer.js","layer":"app-pages-browser"},"startTime":1742012064992,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":21226,"timestamp":94768958543,"id":1245,"parentId":1088,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/is-local-url.js","layer":null},"startTime":1742012064992,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":21322,"timestamp":94768958615,"id":1248,"parentId":1088,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/omit.js","layer":null},"startTime":1742012064992,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":21481,"timestamp":94768958604,"id":1247,"parentId":1088,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/compare-states.js","layer":null},"startTime":1742012064992,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":22569,"timestamp":94768958517,"id":1243,"parentId":1095,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/reducers/server-action-reducer.js","layer":"app-pages-browser"},"startTime":1742012064992,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-jsx","duration":22659,"timestamp":94768958783,"id":1253,"parentId":1135,"tags":{"name":"/Users/kona/Desktop/d1studio/src/components/sync-migrations-button.jsx","layer":"app-pages-browser"},"startTime":1742012064992,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-jsx","duration":23146,"timestamp":94768958745,"id":1252,"parentId":1135,"tags":{"name":"/Users/kona/Desktop/d1studio/src/components/refresh-button.jsx","layer":"app-pages-browser"},"startTime":1742012064992,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":26645,"timestamp":94768958592,"id":1246,"parentId":1088,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/format-url.js","layer":null},"startTime":1742012064992,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-jsx","duration":26720,"timestamp":94768958902,"id":1256,"parentId":1135,"tags":{"name":"/Users/kona/Desktop/d1studio/src/components/ui/tooltip.jsx","layer":"app-pages-browser"},"startTime":1742012064992,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-jsx","duration":27235,"timestamp":94768958863,"id":1255,"parentId":1135,"tags":{"name":"/Users/kona/Desktop/d1studio/src/components/column-selector.jsx","layer":"app-pages-browser"},"startTime":1742012064992,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-jsx","duration":28328,"timestamp":94768958822,"id":1254,"parentId":1135,"tags":{"name":"/Users/kona/Desktop/d1studio/src/components/download-button.jsx","layer":"app-pages-browser"},"startTime":1742012064992,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":29470,"timestamp":94768958955,"id":1258,"parentId":1088,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/bloom-filter.js","layer":null},"startTime":1742012064992,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-mjs","duration":44099,"timestamp":94768958628,"id":1249,"parentId":1144,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@radix-ui/react-checkbox/dist/index.mjs","layer":"app-pages-browser"},"startTime":1742012064992,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":208639,"timestamp":94768815073,"id":1193,"parentId":963,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/compiled/react-dom/index.js","layer":"app-pages-browser"},"startTime":1742012064848,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":210407,"timestamp":94768813471,"id":1171,"parentId":970,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/compiled/react-dom/client.js","layer":"app-pages-browser"},"startTime":1742012064847,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":215370,"timestamp":94768813448,"id":1170,"parentId":970,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/compiled/react/index.js","layer":"app-pages-browser"},"startTime":1742012064847,"traceId":"dcf4d9b07c1421a0"},{"name":"postcss-process","duration":341964,"timestamp":94768817100,"id":1227,"parentId":1226,"tags":{},"startTime":1742012064850,"traceId":"dcf4d9b07c1421a0"},{"name":"postcss-loader","duration":342924,"timestamp":94768816217,"id":1226,"parentId":1192,"tags":{},"startTime":1742012064849,"traceId":"dcf4d9b07c1421a0"},{"name":"css-loader","duration":8480,"timestamp":94769159183,"id":1259,"parentId":1192,"tags":{"astUsed":"true"},"startTime":1742012065192,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-mjs","duration":215822,"timestamp":94768958667,"id":1250,"parentId":1143,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@radix-ui/react-scroll-area/dist/index.mjs","layer":"app-pages-browser"},"startTime":1742012064992,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-mjs","duration":8687,"timestamp":94769178423,"id":1262,"parentId":1133,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@radix-ui/primitive/dist/index.mjs","layer":"app-pages-browser"},"startTime":1742012065212,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-mjs","duration":8896,"timestamp":94769178474,"id":1263,"parentId":1133,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@radix-ui/react-compose-refs/dist/index.mjs","layer":"app-pages-browser"},"startTime":1742012065212,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-mjs","duration":9239,"timestamp":94769178560,"id":1265,"parentId":1133,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@radix-ui/react-context/dist/index.mjs","layer":"app-pages-browser"},"startTime":1742012065212,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-mjs","duration":9218,"timestamp":94769178792,"id":1269,"parentId":1133,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@radix-ui/react-primitive/dist/index.mjs","layer":"app-pages-browser"},"startTime":1742012065212,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-mjs","duration":9268,"timestamp":94769178834,"id":1270,"parentId":1133,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@radix-ui/react-use-callback-ref/dist/index.mjs","layer":"app-pages-browser"},"startTime":1742012065212,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-mjs","duration":9397,"timestamp":94769178876,"id":1271,"parentId":1133,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@radix-ui/react-use-controllable-state/dist/index.mjs","layer":"app-pages-browser"},"startTime":1742012065212,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-mjs","duration":9457,"timestamp":94769178916,"id":1272,"parentId":1133,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@radix-ui/react-use-layout-effect/dist/index.mjs","layer":"app-pages-browser"},"startTime":1742012065212,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-mjs","duration":9525,"timestamp":94769178957,"id":1273,"parentId":1133,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@radix-ui/react-visually-hidden/dist/index.mjs","layer":"app-pages-browser"},"startTime":1742012065212,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":11859,"timestamp":94769179209,"id":1285,"parentId":1179,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/axios/lib/utils.js","layer":"app-pages-browser"},"startTime":1742012065212,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":13578,"timestamp":94769178399,"id":1261,"parentId":1168,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","layer":null},"startTime":1742012065211,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":13846,"timestamp":94769178313,"id":1260,"parentId":1168,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/segment.js","layer":null},"startTime":1742012065211,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":13448,"timestamp":94769179016,"id":1275,"parentId":1053,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/stitched-error.js","layer":null},"startTime":1742012065212,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":13736,"timestamp":94769178997,"id":1274,"parentId":1052,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/stitched-error.js","layer":"app-pages-browser"},"startTime":1742012065212,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":13754,"timestamp":94769179122,"id":1280,"parentId":1146,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/segment-cache/cache-key.js","layer":"app-pages-browser"},"startTime":1742012065212,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":13972,"timestamp":94769179062,"id":1278,"parentId":1158,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/trusted-types.js","layer":null},"startTime":1742012065212,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":14433,"timestamp":94769179029,"id":1276,"parentId":1054,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/use-error-handler.js","layer":"app-pages-browser"},"startTime":1742012065212,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":14725,"timestamp":94769179049,"id":1277,"parentId":1085,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/react-dev-overlay/pages/websocket.js","layer":null},"startTime":1742012065212,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":15440,"timestamp":94769179138,"id":1281,"parentId":1146,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/segment-cache/scheduler.js","layer":"app-pages-browser"},"startTime":1742012065212,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-mjs","duration":16154,"timestamp":94769178703,"id":1267,"parentId":1133,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@radix-ui/react-portal/dist/index.mjs","layer":"app-pages-browser"},"startTime":1742012065212,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-mjs","duration":25980,"timestamp":94769178518,"id":1264,"parentId":1133,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@radix-ui/react-collection/dist/index.mjs","layer":"app-pages-browser"},"startTime":1742012065212,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":25457,"timestamp":94769179157,"id":1282,"parentId":1223,"tags":{"name":"__barrel_optimize__?names=FileText,Loader2,X!=!/Users/kona/Desktop/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1742012065212,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":25474,"timestamp":94769179192,"id":1284,"parentId":1222,"tags":{"name":"__barrel_optimize__?names=Loader2,X!=!/Users/kona/Desktop/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1742012065212,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":25538,"timestamp":94769179175,"id":1283,"parentId":1225,"tags":{"name":"__barrel_optimize__?names=Check,ChevronDown,ChevronUp!=!/Users/kona/Desktop/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1742012065212,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":246616,"timestamp":94768958940,"id":1257,"parentId":1082,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/build/webpack/loaders/css-loader/src/runtime/api.js","layer":null},"startTime":1742012064992,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":247418,"timestamp":94768958331,"id":1231,"parentId":1088,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/lib/is-api-route.js","layer":null},"startTime":1742012064991,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-mjs","duration":29838,"timestamp":94769178748,"id":1268,"parentId":1133,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@radix-ui/react-presence/dist/index.mjs","layer":"app-pages-browser"},"startTime":1742012065212,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-mjs","duration":30788,"timestamp":94769178636,"id":1266,"parentId":1133,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@radix-ui/react-dismissable-layer/dist/index.mjs","layer":"app-pages-browser"},"startTime":1742012065212,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module","duration":608774,"timestamp":94768606450,"id":1021,"parentId":947,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.jsx\",\"import\":\"Geist\",\"arguments\":[{\"variable\":\"--font-geist-sans\",\"subsets\":[\"latin\"]}],\"variableName\":\"geistSans\"}","layer":"app-pages-browser"},"startTime":1742012064640,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module","duration":607104,"timestamp":94768608596,"id":1022,"parentId":947,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.jsx\",\"import\":\"Geist_Mono\",\"arguments\":[{\"variable\":\"--font-geist-mono\",\"subsets\":[\"latin\"]}],\"variableName\":\"geistMono\"}","layer":"app-pages-browser"},"startTime":1742012064642,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":9089,"timestamp":94769212153,"id":1286,"parentId":1179,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/axios/lib/helpers/bind.js","layer":"app-pages-browser"},"startTime":1742012065245,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":9900,"timestamp":94769212256,"id":1287,"parentId":1179,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/axios/lib/core/Axios.js","layer":"app-pages-browser"},"startTime":1742012065245,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":10355,"timestamp":94769212303,"id":1288,"parentId":1179,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/axios/lib/core/mergeConfig.js","layer":"app-pages-browser"},"startTime":1742012065245,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":10982,"timestamp":94769212347,"id":1289,"parentId":1179,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/axios/lib/defaults/index.js","layer":"app-pages-browser"},"startTime":1742012065245,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":11325,"timestamp":94769212388,"id":1290,"parentId":1179,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/axios/lib/helpers/formDataToJSON.js","layer":"app-pages-browser"},"startTime":1742012065245,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":11411,"timestamp":94769212429,"id":1291,"parentId":1179,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/axios/lib/cancel/CanceledError.js","layer":"app-pages-browser"},"startTime":1742012065246,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":11663,"timestamp":94769212471,"id":1292,"parentId":1179,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/axios/lib/cancel/CancelToken.js","layer":"app-pages-browser"},"startTime":1742012065246,"traceId":"dcf4d9b07c1421a0"}]
13
+ [{"name":"build-module-js","duration":11841,"timestamp":94769212511,"id":1293,"parentId":1179,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/axios/lib/cancel/isCancel.js","layer":"app-pages-browser"},"startTime":1742012065246,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":11854,"timestamp":94769212550,"id":1294,"parentId":1179,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/axios/lib/env/data.js","layer":"app-pages-browser"},"startTime":1742012065246,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":12431,"timestamp":94769212589,"id":1295,"parentId":1179,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/axios/lib/helpers/toFormData.js","layer":"app-pages-browser"},"startTime":1742012065246,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":12674,"timestamp":94769212629,"id":1296,"parentId":1179,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/axios/lib/core/AxiosError.js","layer":"app-pages-browser"},"startTime":1742012065246,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":12730,"timestamp":94769212668,"id":1297,"parentId":1179,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/axios/lib/helpers/spread.js","layer":"app-pages-browser"},"startTime":1742012065246,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":12762,"timestamp":94769212707,"id":1298,"parentId":1179,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/axios/lib/helpers/isAxiosError.js","layer":"app-pages-browser"},"startTime":1742012065246,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":17600,"timestamp":94769212745,"id":1299,"parentId":1179,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/axios/lib/core/AxiosHeaders.js","layer":"app-pages-browser"},"startTime":1742012065246,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":17911,"timestamp":94769212784,"id":1300,"parentId":1179,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/axios/lib/adapters/adapters.js","layer":"app-pages-browser"},"startTime":1742012065246,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":18005,"timestamp":94769212849,"id":1301,"parentId":1179,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/axios/lib/helpers/HttpStatusCode.js","layer":"app-pages-browser"},"startTime":1742012065246,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":20095,"timestamp":94769212914,"id":1303,"parentId":1177,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/download.js","layer":"app-pages-browser"},"startTime":1742012065246,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":20279,"timestamp":94769212890,"id":1302,"parentId":1205,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/lucide-react/dist/esm/createLucideIcon.js","layer":"app-pages-browser"},"startTime":1742012065246,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":20403,"timestamp":94769212931,"id":1304,"parentId":1177,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/hard-drive.js","layer":"app-pages-browser"},"startTime":1742012065246,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":20464,"timestamp":94769212947,"id":1305,"parentId":1177,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/upload.js","layer":"app-pages-browser"},"startTime":1742012065246,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":20491,"timestamp":94769212979,"id":1307,"parentId":1178,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/chevron-right.js","layer":"app-pages-browser"},"startTime":1742012065246,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":20563,"timestamp":94769212961,"id":1306,"parentId":1178,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/check.js","layer":"app-pages-browser"},"startTime":1742012065246,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":20585,"timestamp":94769212994,"id":1308,"parentId":1178,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/circle.js","layer":"app-pages-browser"},"startTime":1742012065246,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":20637,"timestamp":94769213008,"id":1309,"parentId":1201,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/trash-2.js","layer":"app-pages-browser"},"startTime":1742012065246,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":7378,"timestamp":94769235360,"id":1311,"parentId":1219,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/export/helpers/is-dynamic-usage-error.js","layer":"app-pages-browser"},"startTime":1742012065268,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":7469,"timestamp":94769235423,"id":1312,"parentId":1219,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/server/lib/router-utils/is-postpone.js","layer":"app-pages-browser"},"startTime":1742012065269,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":7425,"timestamp":94769235925,"id":1329,"parentId":1229,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@monaco-editor/loader/lib/es/loader/index.js","layer":"app-pages-browser"},"startTime":1742012065269,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-mjs","duration":7511,"timestamp":94769236026,"id":1332,"parentId":1198,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@radix-ui/react-id/dist/index.mjs","layer":"app-pages-browser"},"startTime":1742012065269,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":66064,"timestamp":94769179076,"id":1279,"parentId":1075,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","layer":"app-pages-browser"},"startTime":1742012065212,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":12710,"timestamp":94769235275,"id":1310,"parentId":1200,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/arrow-left.js","layer":"app-pages-browser"},"startTime":1742012065268,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":12632,"timestamp":94769235488,"id":1314,"parentId":1169,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","layer":"app-pages-browser"},"startTime":1742012065269,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":12752,"timestamp":94769235470,"id":1313,"parentId":1186,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/page-path/normalize-path-sep.js","layer":null},"startTime":1742012065269,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":12875,"timestamp":94769235509,"id":1315,"parentId":1183,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/parse-path.js","layer":"app-pages-browser"},"startTime":1742012065269,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":12974,"timestamp":94769235525,"id":1316,"parentId":1190,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/add-path-suffix.js","layer":null},"startTime":1742012065269,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":13302,"timestamp":94769235628,"id":1322,"parentId":1200,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/columns-2.js","layer":"app-pages-browser"},"startTime":1742012065269,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":13451,"timestamp":94769235609,"id":1321,"parentId":1200,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/arrow-right.js","layer":"app-pages-browser"},"startTime":1742012065269,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":13533,"timestamp":94769235644,"id":1323,"parentId":1200,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/sliders-horizontal.js","layer":"app-pages-browser"},"startTime":1742012065269,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":13755,"timestamp":94769235554,"id":1318,"parentId":1189,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/remove-path-prefix.js","layer":null},"startTime":1742012065269,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":13936,"timestamp":94769235540,"id":1317,"parentId":1190,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/add-locale.js","layer":null},"startTime":1742012065269,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":13815,"timestamp":94769235748,"id":1325,"parentId":1202,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/arrow-up.js","layer":"app-pages-browser"},"startTime":1742012065269,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":13976,"timestamp":94769235660,"id":1324,"parentId":1202,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/arrow-down.js","layer":"app-pages-browser"},"startTime":1742012065269,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":14013,"timestamp":94769235765,"id":1326,"parentId":1202,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/arrow-up-down.js","layer":"app-pages-browser"},"startTime":1742012065269,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":13898,"timestamp":94769235967,"id":1330,"parentId":1234,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js","layer":"app-pages-browser"},"startTime":1742012065269,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":13886,"timestamp":94769236081,"id":1334,"parentId":1175,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/escape-regexp.js","layer":null},"startTime":1742012065269,"traceId":"dcf4d9b07c1421a0"},{"name":"add-entry","duration":767446,"timestamp":94768484209,"id":928,"parentId":922,"tags":{"request":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/router.js"},"startTime":1742012064517,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-mjs","duration":6008,"timestamp":94769251469,"id":1358,"parentId":1249,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@radix-ui/react-use-previous/dist/index.mjs","layer":"app-pages-browser"},"startTime":1742012065285,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-mjs","duration":6227,"timestamp":94769251510,"id":1359,"parentId":1249,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@radix-ui/react-use-size/dist/index.mjs","layer":"app-pages-browser"},"startTime":1742012065285,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-mjs","duration":6338,"timestamp":94769251549,"id":1360,"parentId":1250,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@radix-ui/react-direction/dist/index.mjs","layer":"app-pages-browser"},"startTime":1742012065285,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-mjs","duration":6364,"timestamp":94769251590,"id":1361,"parentId":1250,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@radix-ui/number/dist/index.mjs","layer":"app-pages-browser"},"startTime":1742012065285,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":22877,"timestamp":94769236132,"id":1335,"parentId":1253,"tags":{"name":"__barrel_optimize__?names=FolderSync,Loader2!=!/Users/kona/Desktop/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1742012065269,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":22912,"timestamp":94769236154,"id":1336,"parentId":1252,"tags":{"name":"__barrel_optimize__?names=Loader2,RefreshCw!=!/Users/kona/Desktop/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1742012065269,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":22933,"timestamp":94769236171,"id":1337,"parentId":1255,"tags":{"name":"__barrel_optimize__?names=Columns!=!/Users/kona/Desktop/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1742012065269,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-mjs","duration":25349,"timestamp":94769235820,"id":1327,"parentId":1224,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@radix-ui/react-dialog/dist/index.mjs","layer":"app-pages-browser"},"startTime":1742012065269,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-mjs","duration":28049,"timestamp":94769235982,"id":1331,"parentId":1198,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@radix-ui/react-menu/dist/index.mjs","layer":"app-pages-browser"},"startTime":1742012065269,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-mjs","duration":33728,"timestamp":94769235882,"id":1328,"parentId":1225,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@radix-ui/react-select/dist/index.mjs","layer":"app-pages-browser"},"startTime":1742012065269,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":19086,"timestamp":94769251216,"id":1343,"parentId":1236,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/is-navigating-to-new-root-layout.js","layer":"app-pages-browser"},"startTime":1742012065284,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":19371,"timestamp":94769251257,"id":1345,"parentId":1236,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/apply-router-state-patch-to-tree.js","layer":"app-pages-browser"},"startTime":1742012065284,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":19773,"timestamp":94769251198,"id":1342,"parentId":1241,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/promise-queue.js","layer":"app-pages-browser"},"startTime":1742012065284,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":20144,"timestamp":94769251174,"id":1341,"parentId":1237,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/fill-cache-with-new-subtree-data.js","layer":"app-pages-browser"},"startTime":1742012065284,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":20189,"timestamp":94769251273,"id":1346,"parentId":1243,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/assign-location.js","layer":"app-pages-browser"},"startTime":1742012065284,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":20293,"timestamp":94769251306,"id":1348,"parentId":1238,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/should-hard-navigate.js","layer":"app-pages-browser"},"startTime":1742012065284,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":20485,"timestamp":94769251290,"id":1347,"parentId":1238,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/invalidate-cache-below-flight-segmentpath.js","layer":"app-pages-browser"},"startTime":1742012065284,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":20549,"timestamp":94769251352,"id":1351,"parentId":1240,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/handle-segment-mismatch.js","layer":"app-pages-browser"},"startTime":1742012065284,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":20760,"timestamp":94769251337,"id":1350,"parentId":1238,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/clear-cache-node-data-for-segment-path.js","layer":"app-pages-browser"},"startTime":1742012065284,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":20946,"timestamp":94769251367,"id":1352,"parentId":1236,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/handle-mutable.js","layer":"app-pages-browser"},"startTime":1742012065284,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":21091,"timestamp":94769251429,"id":1356,"parentId":1282,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/file-text.js","layer":"app-pages-browser"},"startTime":1742012065285,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":21203,"timestamp":94769251453,"id":1357,"parentId":1283,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/chevron-up.js","layer":"app-pages-browser"},"startTime":1742012065285,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":21951,"timestamp":94769251386,"id":1353,"parentId":1238,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/segment-cache/navigation.js","layer":"app-pages-browser"},"startTime":1742012065284,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":23443,"timestamp":94769251322,"id":1349,"parentId":1239,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/ppr-navigations.js","layer":"app-pages-browser"},"startTime":1742012065284,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":23875,"timestamp":94769251400,"id":1354,"parentId":1238,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/aliased-prefetch-navigations.js","layer":"app-pages-browser"},"startTime":1742012065284,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":23880,"timestamp":94769251629,"id":1362,"parentId":1243,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/reducers/server-reference-info.js","layer":"app-pages-browser"},"startTime":1742012065285,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":24587,"timestamp":94769251027,"id":1338,"parentId":1254,"tags":{"name":"__barrel_optimize__?names=Download,FileCode,FileJson,FileSpreadsheet,Loader2!=!/Users/kona/Desktop/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1742012065284,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-mjs","duration":43991,"timestamp":94769251095,"id":1339,"parentId":1256,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@radix-ui/react-tooltip/dist/index.mjs","layer":"app-pages-browser"},"startTime":1742012065284,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module","duration":82,"timestamp":94769296931,"id":1363,"parentId":1021,"tags":{},"startTime":1742012065330,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module","duration":7,"timestamp":94769297023,"id":1364,"parentId":1022,"tags":{},"startTime":1742012065330,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":6101,"timestamp":94769297040,"id":1365,"parentId":1287,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/axios/lib/helpers/buildURL.js","layer":"app-pages-browser"},"startTime":1742012065330,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":6222,"timestamp":94769297141,"id":1366,"parentId":1287,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/axios/lib/core/InterceptorManager.js","layer":"app-pages-browser"},"startTime":1742012065330,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":6372,"timestamp":94769297191,"id":1367,"parentId":1287,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/axios/lib/core/dispatchRequest.js","layer":"app-pages-browser"},"startTime":1742012065330,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":6367,"timestamp":94769297272,"id":1368,"parentId":1287,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/axios/lib/core/buildFullPath.js","layer":"app-pages-browser"},"startTime":1742012065330,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":6584,"timestamp":94769297332,"id":1369,"parentId":1287,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/axios/lib/helpers/validator.js","layer":"app-pages-browser"},"startTime":1742012065330,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":70597,"timestamp":94769236067,"id":1333,"parentId":1071,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/react-dom/index.js","layer":null},"startTime":1742012065269,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":71330,"timestamp":94769235595,"id":1320,"parentId":1089,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/server/app-render/async-local-storage.js","layer":"shared"},"startTime":1742012065269,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":71443,"timestamp":94769235567,"id":1319,"parentId":1110,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/compiled/react-server-dom-webpack/client.browser.js","layer":"app-pages-browser"},"startTime":1742012065269,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":2905,"timestamp":94769307757,"id":1370,"parentId":1289,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/axios/lib/defaults/transitional.js","layer":"app-pages-browser"},"startTime":1742012065341,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":2986,"timestamp":94769307836,"id":1371,"parentId":1289,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/axios/lib/helpers/toURLEncodedForm.js","layer":"app-pages-browser"},"startTime":1742012065341,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":2999,"timestamp":94769307879,"id":1372,"parentId":1289,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/axios/lib/platform/index.js","layer":"app-pages-browser"},"startTime":1742012065341,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":3104,"timestamp":94769307920,"id":1373,"parentId":1299,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/axios/lib/helpers/parseHeaders.js","layer":"app-pages-browser"},"startTime":1742012065341,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":3487,"timestamp":94769307960,"id":1374,"parentId":1300,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/axios/lib/adapters/xhr.js","layer":"app-pages-browser"},"startTime":1742012065341,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":4097,"timestamp":94769307998,"id":1375,"parentId":1300,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/axios/lib/adapters/fetch.js","layer":"app-pages-browser"},"startTime":1742012065341,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":4394,"timestamp":94769308195,"id":1384,"parentId":1329,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@monaco-editor/loader/lib/es/_virtual/_rollupPluginBabelHelpers.js","layer":"app-pages-browser"},"startTime":1742012065341,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":4407,"timestamp":94769308238,"id":1385,"parentId":1329,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@monaco-editor/loader/lib/es/config/index.js","layer":"app-pages-browser"},"startTime":1742012065341,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":4492,"timestamp":94769308277,"id":1386,"parentId":1329,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@monaco-editor/loader/lib/es/validators/index.js","layer":"app-pages-browser"},"startTime":1742012065341,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":4532,"timestamp":94769308317,"id":1387,"parentId":1329,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@monaco-editor/loader/lib/es/utils/compose.js","layer":"app-pages-browser"},"startTime":1742012065341,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":4581,"timestamp":94769308358,"id":1388,"parentId":1329,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@monaco-editor/loader/lib/es/utils/deepMerge.js","layer":"app-pages-browser"},"startTime":1742012065341,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":4627,"timestamp":94769308397,"id":1389,"parentId":1329,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@monaco-editor/loader/lib/es/utils/makeCancelable.js","layer":"app-pages-browser"},"startTime":1742012065341,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":4780,"timestamp":94769308438,"id":1390,"parentId":1279,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/server/app-render/async-local-storage.js","layer":"app-pages-browser"},"startTime":1742012065342,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-mjs","duration":4832,"timestamp":94769308489,"id":1391,"parentId":1266,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@radix-ui/react-use-escape-keydown/dist/index.mjs","layer":"app-pages-browser"},"startTime":1742012065342,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":66366,"timestamp":94769251243,"id":1344,"parentId":1167,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/server/app-render/action-async-storage-instance.js","layer":"shared"},"startTime":1742012065284,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":68192,"timestamp":94769251415,"id":1355,"parentId":1170,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/compiled/react/cjs/react.production.js","layer":"app-pages-browser"},"startTime":1742012065285,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":68659,"timestamp":94769251148,"id":1340,"parentId":1163,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/compiled/react/cjs/react-jsx-runtime.production.js","layer":"app-pages-browser"},"startTime":1742012065284,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":11985,"timestamp":94769308060,"id":1377,"parentId":1302,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/lucide-react/dist/esm/shared/src/utils.js","layer":"app-pages-browser"},"startTime":1742012065341,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":12193,"timestamp":94769308037,"id":1376,"parentId":1302,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/lucide-react/dist/esm/Icon.js","layer":"app-pages-browser"},"startTime":1742012065341,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":12262,"timestamp":94769308150,"id":1381,"parentId":1276,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/enqueue-client-error.js","layer":"app-pages-browser"},"startTime":1742012065341,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":12497,"timestamp":94769308133,"id":1380,"parentId":1276,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/console-error.js","layer":"app-pages-browser"},"startTime":1742012065341,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":12634,"timestamp":94769308165,"id":1382,"parentId":1276,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/attach-hydration-error-state.js","layer":"app-pages-browser"},"startTime":1742012065341,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":12307,"timestamp":94769308596,"id":1395,"parentId":1335,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/folder-sync.js","layer":"app-pages-browser"},"startTime":1742012065342,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":13010,"timestamp":94769308180,"id":1383,"parentId":1276,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/hydration-error-info.js","layer":"app-pages-browser"},"startTime":1742012065341,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":12837,"timestamp":94769308545,"id":1393,"parentId":1277,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/get-socket-url.js","layer":null},"startTime":1742012065342,"traceId":"dcf4d9b07c1421a0"}]
14
+ [{"name":"build-module-js","duration":13123,"timestamp":94769308612,"id":1396,"parentId":1336,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/refresh-cw.js","layer":"app-pages-browser"},"startTime":1742012065342,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":13604,"timestamp":94769308640,"id":1398,"parentId":1276,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/lib/console.js","layer":"app-pages-browser"},"startTime":1742012065342,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":14930,"timestamp":94769308529,"id":1392,"parentId":1281,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/segment-cache/cache.js","layer":"app-pages-browser"},"startTime":1742012065342,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":4770,"timestamp":94769326520,"id":1402,"parentId":1329,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/state-local/lib/es/state-local.js","layer":"app-pages-browser"},"startTime":1742012065360,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":4722,"timestamp":94769326733,"id":1407,"parentId":1327,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/react-remove-scroll/dist/es2015/index.js","layer":"app-pages-browser"},"startTime":1742012065360,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":5204,"timestamp":94769326772,"id":1408,"parentId":1327,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/aria-hidden/dist/es2015/index.js","layer":"app-pages-browser"},"startTime":1742012065360,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":9047,"timestamp":94769326397,"id":1399,"parentId":1338,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/file-code.js","layer":"app-pages-browser"},"startTime":1742012065359,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":9080,"timestamp":94769326500,"id":1401,"parentId":1338,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/file-spreadsheet.js","layer":"app-pages-browser"},"startTime":1742012065360,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":9187,"timestamp":94769326474,"id":1400,"parentId":1338,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/file-json.js","layer":"app-pages-browser"},"startTime":1742012065360,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":1118,"timestamp":94769336200,"id":1409,"parentId":1365,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/axios/lib/helpers/AxiosURLSearchParams.js","layer":"app-pages-browser"},"startTime":1742012065369,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":1166,"timestamp":94769336289,"id":1410,"parentId":1367,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/axios/lib/core/transformData.js","layer":"app-pages-browser"},"startTime":1742012065369,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":1199,"timestamp":94769336336,"id":1411,"parentId":1368,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/axios/lib/helpers/isAbsoluteURL.js","layer":"app-pages-browser"},"startTime":1742012065369,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":1218,"timestamp":94769336380,"id":1412,"parentId":1368,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/axios/lib/helpers/combineURLs.js","layer":"app-pages-browser"},"startTime":1742012065369,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-mjs","duration":11218,"timestamp":94769326607,"id":1404,"parentId":1327,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@radix-ui/react-focus-guards/dist/index.mjs","layer":"app-pages-browser"},"startTime":1742012065360,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-mjs","duration":12299,"timestamp":94769326564,"id":1403,"parentId":1327,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@radix-ui/react-focus-scope/dist/index.mjs","layer":"app-pages-browser"},"startTime":1742012065360,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-mjs","duration":12876,"timestamp":94769326689,"id":1406,"parentId":1331,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@radix-ui/react-roving-focus/dist/index.mjs","layer":"app-pages-browser"},"startTime":1742012065360,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-mjs","duration":13958,"timestamp":94769326649,"id":1405,"parentId":1331,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@radix-ui/react-popper/dist/index.mjs","layer":"app-pages-browser"},"startTime":1742012065360,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":4560,"timestamp":94769336430,"id":1413,"parentId":1341,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/invalidate-cache-by-router-state.js","layer":"app-pages-browser"},"startTime":1742012065370,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":7166,"timestamp":94769342190,"id":1414,"parentId":1374,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/axios/lib/core/settle.js","layer":"app-pages-browser"},"startTime":1742012065375,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":7238,"timestamp":94769342293,"id":1415,"parentId":1374,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/axios/lib/helpers/parseProtocol.js","layer":"app-pages-browser"},"startTime":1742012065375,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":7479,"timestamp":94769342351,"id":1416,"parentId":1374,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/axios/lib/helpers/progressEventReducer.js","layer":"app-pages-browser"},"startTime":1742012065375,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":7666,"timestamp":94769342396,"id":1417,"parentId":1374,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/axios/lib/helpers/resolveConfig.js","layer":"app-pages-browser"},"startTime":1742012065375,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":7844,"timestamp":94769342452,"id":1418,"parentId":1375,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/axios/lib/helpers/composeSignals.js","layer":"app-pages-browser"},"startTime":1742012065376,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":8085,"timestamp":94769342498,"id":1419,"parentId":1375,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/axios/lib/helpers/trackStream.js","layer":"app-pages-browser"},"startTime":1742012065376,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":8177,"timestamp":94769342569,"id":1421,"parentId":1372,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/axios/lib/platform/common/utils.js","layer":"app-pages-browser"},"startTime":1742012065376,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":8265,"timestamp":94769342613,"id":1422,"parentId":1386,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@monaco-editor/loader/lib/es/utils/curry.js","layer":"app-pages-browser"},"startTime":1742012065376,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":8277,"timestamp":94769342655,"id":1423,"parentId":1386,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@monaco-editor/loader/lib/es/utils/isObject.js","layer":"app-pages-browser"},"startTime":1742012065376,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":42811,"timestamp":94769308627,"id":1397,"parentId":1277,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/server/dev/hot-reloader-types.js","layer":null},"startTime":1742012065342,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":43010,"timestamp":94769308557,"id":1394,"parentId":1300,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/axios/lib/helpers/null.js","layer":"app-pages-browser"},"startTime":1742012065342,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":44011,"timestamp":94769308096,"id":1378,"parentId":1193,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/compiled/react-dom/cjs/react-dom.production.js","layer":"app-pages-browser"},"startTime":1742012065341,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":110327,"timestamp":94769308116,"id":1379,"parentId":1171,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/compiled/react-dom/cjs/react-dom-client.production.js","layer":"app-pages-browser"},"startTime":1742012065341,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":79205,"timestamp":94769342541,"id":1420,"parentId":1376,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/lucide-react/dist/esm/defaultAttributes.js","layer":"app-pages-browser"},"startTime":1742012065376,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":5043,"timestamp":94769426270,"id":1425,"parentId":1407,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/react-remove-scroll/dist/es2015/Combination.js","layer":"app-pages-browser"},"startTime":1742012065459,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":6528,"timestamp":94769433122,"id":1430,"parentId":1393,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/shared/lib/normalized-asset-prefix.js","layer":null},"startTime":1742012065466,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":8185,"timestamp":94769433032,"id":1428,"parentId":1392,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/segment-cache/lru.js","layer":"app-pages-browser"},"startTime":1742012065466,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":9964,"timestamp":94769433100,"id":1429,"parentId":1381,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/is-hydration-error.js","layer":"app-pages-browser"},"startTime":1742012065466,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":11145,"timestamp":94769432936,"id":1427,"parentId":1392,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/components/segment-cache/tuple-map.js","layer":"app-pages-browser"},"startTime":1742012065466,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":2412,"timestamp":94769444548,"id":1431,"parentId":1416,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/axios/lib/helpers/speedometer.js","layer":"app-pages-browser"},"startTime":1742012065478,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":2427,"timestamp":94769444809,"id":1432,"parentId":1416,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/axios/lib/helpers/throttle.js","layer":"app-pages-browser"},"startTime":1742012065478,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":2635,"timestamp":94769444919,"id":1433,"parentId":1417,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/axios/lib/helpers/isURLSameOrigin.js","layer":"app-pages-browser"},"startTime":1742012065478,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":2782,"timestamp":94769445027,"id":1434,"parentId":1417,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/axios/lib/helpers/cookies.js","layer":"app-pages-browser"},"startTime":1742012065478,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":113824,"timestamp":94769342696,"id":1424,"parentId":1319,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/compiled/react-server-dom-webpack/cjs/react-server-dom-webpack-client.browser.production.js","layer":"app-pages-browser"},"startTime":1742012065376,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":2970,"timestamp":94769469003,"id":1436,"parentId":1425,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/react-remove-scroll/dist/es2015/UI.js","layer":"app-pages-browser"},"startTime":1742012065502,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":3022,"timestamp":94769469244,"id":1437,"parentId":1425,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/react-remove-scroll/dist/es2015/sidecar.js","layer":"app-pages-browser"},"startTime":1742012065502,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-css","duration":659062,"timestamp":94768813813,"id":1192,"parentId":1092,"tags":{"name":"/Users/kona/Desktop/d1studio/src/app/globals.css.webpack[javascript/auto]!=!/Users/kona/Desktop/d1studio/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[2]!/Users/kona/Desktop/d1studio/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[3]!/Users/kona/Desktop/d1studio/src/app/globals.css","layer":null},"startTime":1742012064847,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-mjs","duration":4308,"timestamp":94769474531,"id":1438,"parentId":1405,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.mjs","layer":"app-pages-browser"},"startTime":1742012065508,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-mjs","duration":4510,"timestamp":94769474648,"id":1439,"parentId":1405,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@radix-ui/react-arrow/dist/index.mjs","layer":"app-pages-browser"},"startTime":1742012065508,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-css","duration":778658,"timestamp":94768702328,"id":1092,"parentId":947,"tags":{"name":"/Users/kona/Desktop/d1studio/src/app/globals.css","layer":"app-pages-browser"},"startTime":1742012064735,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":79323,"timestamp":94769432889,"id":1426,"parentId":1333,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/react-dom/cjs/react-dom.production.min.js","layer":null},"startTime":1742012065466,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-mjs","duration":3650,"timestamp":94769512597,"id":1440,"parentId":1425,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/tslib/tslib.es6.mjs","layer":"app-pages-browser"},"startTime":1742012065546,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":71497,"timestamp":94769445118,"id":1435,"parentId":1372,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/axios/lib/platform/browser/index.js","layer":"app-pages-browser"},"startTime":1742012065478,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":593,"timestamp":94769516740,"id":1441,"parentId":1436,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/react-remove-scroll/dist/es2015/medium.js","layer":"app-pages-browser"},"startTime":1742012065550,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":1098,"timestamp":94769516804,"id":1442,"parentId":1437,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/react-remove-scroll/dist/es2015/SideEffect.js","layer":"app-pages-browser"},"startTime":1742012065550,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":1064,"timestamp":94769516904,"id":1445,"parentId":1436,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/react-remove-scroll-bar/dist/es2015/constants.js","layer":"app-pages-browser"},"startTime":1742012065550,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":1110,"timestamp":94769516949,"id":1446,"parentId":1436,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/use-callback-ref/dist/es2015/index.js","layer":"app-pages-browser"},"startTime":1742012065550,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":1128,"timestamp":94769516987,"id":1447,"parentId":1437,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/use-sidecar/dist/es2015/index.js","layer":"app-pages-browser"},"startTime":1742012065550,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module","duration":29,"timestamp":94769519516,"id":1448,"parentId":1092,"tags":{},"startTime":1742012065553,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":1795,"timestamp":94769523694,"id":1449,"parentId":1442,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js","layer":"app-pages-browser"},"startTime":1742012065557,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":2199,"timestamp":94769523788,"id":1450,"parentId":1442,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/react-remove-scroll/dist/es2015/handleScroll.js","layer":"app-pages-browser"},"startTime":1742012065557,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":2278,"timestamp":94769523837,"id":1451,"parentId":1446,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/use-callback-ref/dist/es2015/assignRef.js","layer":"app-pages-browser"},"startTime":1742012065557,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":2402,"timestamp":94769523880,"id":1452,"parentId":1446,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/use-callback-ref/dist/es2015/useRef.js","layer":"app-pages-browser"},"startTime":1742012065557,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":2431,"timestamp":94769523923,"id":1453,"parentId":1446,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/use-callback-ref/dist/es2015/createRef.js","layer":"app-pages-browser"},"startTime":1742012065557,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":2473,"timestamp":94769523965,"id":1454,"parentId":1446,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/use-callback-ref/dist/es2015/mergeRef.js","layer":"app-pages-browser"},"startTime":1742012065557,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":2589,"timestamp":94769524005,"id":1455,"parentId":1446,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/use-callback-ref/dist/es2015/useMergeRef.js","layer":"app-pages-browser"},"startTime":1742012065557,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":2614,"timestamp":94769524046,"id":1456,"parentId":1446,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/use-callback-ref/dist/es2015/useTransformRef.js","layer":"app-pages-browser"},"startTime":1742012065557,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":2750,"timestamp":94769524086,"id":1457,"parentId":1446,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/use-callback-ref/dist/es2015/transformRef.js","layer":"app-pages-browser"},"startTime":1742012065557,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":2813,"timestamp":94769524130,"id":1458,"parentId":1446,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/use-callback-ref/dist/es2015/refToCallback.js","layer":"app-pages-browser"},"startTime":1742012065557,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":2880,"timestamp":94769524170,"id":1459,"parentId":1447,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/use-sidecar/dist/es2015/hoc.js","layer":"app-pages-browser"},"startTime":1742012065557,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":3048,"timestamp":94769524211,"id":1460,"parentId":1447,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/use-sidecar/dist/es2015/hook.js","layer":"app-pages-browser"},"startTime":1742012065557,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":3088,"timestamp":94769524250,"id":1461,"parentId":1447,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/use-sidecar/dist/es2015/config.js","layer":"app-pages-browser"},"startTime":1742012065557,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":3254,"timestamp":94769524289,"id":1462,"parentId":1447,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/use-sidecar/dist/es2015/medium.js","layer":"app-pages-browser"},"startTime":1742012065557,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":3392,"timestamp":94769524328,"id":1463,"parentId":1447,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/use-sidecar/dist/es2015/renderProp.js","layer":"app-pages-browser"},"startTime":1742012065557,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":3445,"timestamp":94769524368,"id":1464,"parentId":1447,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/use-sidecar/dist/es2015/exports.js","layer":"app-pages-browser"},"startTime":1742012065557,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-mjs","duration":5206,"timestamp":94769524408,"id":1465,"parentId":1438,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@floating-ui/dom/dist/floating-ui.dom.mjs","layer":"app-pages-browser"},"startTime":1742012065558,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":5268,"timestamp":94769524452,"id":1466,"parentId":1442,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/react-remove-scroll-bar/dist/es2015/index.js","layer":"app-pages-browser"},"startTime":1742012065558,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":5285,"timestamp":94769524493,"id":1467,"parentId":1442,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/react-style-singleton/dist/es2015/index.js","layer":"app-pages-browser"},"startTime":1742012065558,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":13661,"timestamp":94769516887,"id":1444,"parentId":984,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/build/polyfills/process.js","layer":null},"startTime":1742012065550,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":13815,"timestamp":94769516846,"id":1443,"parentId":1030,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/build/polyfills/process.js","layer":"app-pages-browser"},"startTime":1742012065550,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":611,"timestamp":94769535759,"id":1472,"parentId":1460,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/use-sidecar/dist/es2015/env.js","layer":"app-pages-browser"},"startTime":1742012065569,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":887,"timestamp":94769535807,"id":1473,"parentId":1466,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/react-remove-scroll-bar/dist/es2015/component.js","layer":"app-pages-browser"},"startTime":1742012065569,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":1000,"timestamp":94769535850,"id":1474,"parentId":1466,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/react-remove-scroll-bar/dist/es2015/utils.js","layer":"app-pages-browser"},"startTime":1742012065569,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":1023,"timestamp":94769535892,"id":1475,"parentId":1467,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/react-style-singleton/dist/es2015/component.js","layer":"app-pages-browser"},"startTime":1742012065569,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":1155,"timestamp":94769535934,"id":1476,"parentId":1467,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/react-style-singleton/dist/es2015/singleton.js","layer":"app-pages-browser"},"startTime":1742012065569,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":1163,"timestamp":94769535990,"id":1477,"parentId":1467,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/react-style-singleton/dist/es2015/hook.js","layer":"app-pages-browser"},"startTime":1742012065569,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":11816,"timestamp":94769531991,"id":1468,"parentId":1295,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/buffer/index.js","layer":"app-pages-browser"},"startTime":1742012065565,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-mjs","duration":1159,"timestamp":94769544040,"id":1478,"parentId":1465,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.mjs","layer":"app-pages-browser"},"startTime":1742012065577,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-mjs","duration":4281,"timestamp":94769544189,"id":1479,"parentId":1465,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@floating-ui/core/dist/floating-ui.core.mjs","layer":"app-pages-browser"},"startTime":1742012065577,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-mjs","duration":4718,"timestamp":94769544242,"id":1480,"parentId":1465,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@floating-ui/utils/dist/floating-ui.utils.mjs","layer":"app-pages-browser"},"startTime":1742012065577,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":13979,"timestamp":94769535361,"id":1469,"parentId":1435,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/axios/lib/platform/browser/classes/URLSearchParams.js","layer":"app-pages-browser"},"startTime":1742012065568,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":13982,"timestamp":94769535441,"id":1470,"parentId":1435,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/axios/lib/platform/browser/classes/Blob.js","layer":"app-pages-browser"},"startTime":1742012065569,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":14003,"timestamp":94769535492,"id":1471,"parentId":1435,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/axios/lib/platform/browser/classes/FormData.js","layer":"app-pages-browser"},"startTime":1742012065569,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":388,"timestamp":94769550897,"id":1481,"parentId":1476,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/get-nonce/dist/es2015/index.js","layer":"app-pages-browser"},"startTime":1742012065584,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":766,"timestamp":94769550970,"id":1482,"parentId":1472,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/detect-node-es/esm/browser.js","layer":"app-pages-browser"},"startTime":1742012065584,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":889,"timestamp":94769551062,"id":1484,"parentId":1342,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@swc/helpers/esm/_class_private_field_loose_base.js","layer":"app-pages-browser"},"startTime":1742012065584,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":1040,"timestamp":94769551018,"id":1483,"parentId":1342,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/@swc/helpers/esm/_class_private_field_loose_key.js","layer":"app-pages-browser"},"startTime":1742012065584,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":580,"timestamp":94769552422,"id":1485,"parentId":1426,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/scheduler/index.js","layer":null},"startTime":1742012065586,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":657,"timestamp":94769552442,"id":1486,"parentId":1379,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/compiled/scheduler/index.js","layer":"app-pages-browser"},"startTime":1742012065586,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":1163,"timestamp":94769553988,"id":1487,"parentId":1444,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/compiled/process/browser.js","layer":null},"startTime":1742012065587,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":1468,"timestamp":94769554012,"id":1488,"parentId":1443,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/compiled/process/browser.js","layer":"app-pages-browser"},"startTime":1742012065587,"traceId":"dcf4d9b07c1421a0"},{"name":"add-entry","duration":1071355,"timestamp":94768484212,"id":929,"parentId":922,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1742012064517,"traceId":"dcf4d9b07c1421a0"},{"name":"add-entry","duration":1071461,"timestamp":94768484178,"id":926,"parentId":922,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fclient%2Fcomponents%2Fnot-found-error&page=%2F_not-found%2Fpage!"},"startTime":1742012064517,"traceId":"dcf4d9b07c1421a0"}]
15
+ [{"name":"add-entry","duration":1071854,"timestamp":94768483945,"id":925,"parentId":922,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fkona%2FDesktop%2Fd1studio%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fkona%2FDesktop%2Fd1studio%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-segment.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fkona%2FDesktop%2Fd1studio%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fkona%2FDesktop%2Fd1studio%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fhttp-access-fallback%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fkona%2FDesktop%2Fd1studio%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fkona%2FDesktop%2Fd1studio%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fkona%2FDesktop%2Fd1studio%2Fnode_modules%2Fnext%2Fdist%2Flib%2Fmetadata%2Fmetadata-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1742012064517,"traceId":"dcf4d9b07c1421a0"},{"name":"add-entry","duration":1071564,"timestamp":94768484237,"id":941,"parentId":922,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fkona%2FDesktop%2Fd1studio%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.jsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Geist%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22variable%5C%22%3A%5C%22--font-geist-sans%5C%22%2C%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22geistSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fkona%2FDesktop%2Fd1studio%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.jsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Geist_Mono%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22variable%5C%22%3A%5C%22--font-geist-mono%5C%22%2C%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22geistMono%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fkona%2FDesktop%2Fd1studio%2Fsrc%2Fapp%2Fglobals.css%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fkona%2FDesktop%2Fd1studio%2Fsrc%2Fcomponents%2Fui%2Ftoaster.jsx%22%2C%22ids%22%3A%5B%22Toaster%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fkona%2FDesktop%2Fd1studio%2Fsrc%2Fcontext%2Fdatabase-context.js%22%2C%22ids%22%3A%5B%22DatabaseProvider%22%5D%7D&server=false!"},"startTime":1742012064517,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":1960,"timestamp":94769554292,"id":1489,"parentId":1468,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/base64-js/index.js","layer":"app-pages-browser"},"startTime":1742012065587,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":2205,"timestamp":94769554338,"id":1490,"parentId":1468,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/ieee754/index.js","layer":"app-pages-browser"},"startTime":1742012065587,"traceId":"dcf4d9b07c1421a0"},{"name":"add-entry","duration":1072326,"timestamp":94768484241,"id":944,"parentId":922,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fkona%2FDesktop%2Fd1studio%2Fsrc%2Fapp%2Fpage.jsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1742012064517,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":2610,"timestamp":94769554600,"id":1491,"parentId":1485,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/scheduler/cjs/scheduler.production.min.js","layer":null},"startTime":1742012065588,"traceId":"dcf4d9b07c1421a0"},{"name":"add-entry","duration":1073456,"timestamp":94768483790,"id":923,"parentId":922,"tags":{"request":"./node_modules/next/dist/client/next.js"},"startTime":1742012064517,"traceId":"dcf4d9b07c1421a0"},{"name":"build-module-js","duration":2564,"timestamp":94769555509,"id":1492,"parentId":1486,"tags":{"name":"/Users/kona/Desktop/d1studio/node_modules/next/dist/compiled/scheduler/cjs/scheduler.production.js","layer":"app-pages-browser"},"startTime":1742012065589,"traceId":"dcf4d9b07c1421a0"},{"name":"add-entry","duration":1074190,"timestamp":94768483925,"id":924,"parentId":922,"tags":{"request":"./node_modules/next/dist/client/app-next.js"},"startTime":1742012064517,"traceId":"dcf4d9b07c1421a0"},{"name":"make","duration":1075027,"timestamp":94768483122,"id":922,"parentId":921,"tags":{},"startTime":1742012064516,"traceId":"dcf4d9b07c1421a0"},{"name":"chunk-graph","duration":4017,"timestamp":94769573120,"id":1494,"parentId":1493,"tags":{},"startTime":1742012065606,"traceId":"dcf4d9b07c1421a0"},{"name":"optimize-modules","duration":9,"timestamp":94769577224,"id":1496,"parentId":1493,"tags":{},"startTime":1742012065610,"traceId":"dcf4d9b07c1421a0"},{"name":"optimize-chunks","duration":3491,"timestamp":94769578269,"id":1498,"parentId":1493,"tags":{},"startTime":1742012065611,"traceId":"dcf4d9b07c1421a0"},{"name":"optimize-tree","duration":7,"timestamp":94769581813,"id":1499,"parentId":1493,"tags":{},"startTime":1742012065615,"traceId":"dcf4d9b07c1421a0"},{"name":"optimize-chunk-modules","duration":7628,"timestamp":94769581843,"id":1500,"parentId":1493,"tags":{},"startTime":1742012065615,"traceId":"dcf4d9b07c1421a0"},{"name":"optimize","duration":12299,"timestamp":94769577196,"id":1495,"parentId":1493,"tags":{},"startTime":1742012065610,"traceId":"dcf4d9b07c1421a0"},{"name":"module-hash","duration":6131,"timestamp":94769595926,"id":1501,"parentId":1493,"tags":{},"startTime":1742012065629,"traceId":"dcf4d9b07c1421a0"},{"name":"code-generation","duration":89015,"timestamp":94769602082,"id":1502,"parentId":1493,"tags":{},"startTime":1742012065635,"traceId":"dcf4d9b07c1421a0"},{"name":"hash","duration":3713,"timestamp":94769693093,"id":1503,"parentId":1493,"tags":{},"startTime":1742012065726,"traceId":"dcf4d9b07c1421a0"},{"name":"code-generation-jobs","duration":183,"timestamp":94769696805,"id":1504,"parentId":1493,"tags":{},"startTime":1742012065730,"traceId":"dcf4d9b07c1421a0"},{"name":"module-assets","duration":253,"timestamp":94769696975,"id":1505,"parentId":1493,"tags":{},"startTime":1742012065730,"traceId":"dcf4d9b07c1421a0"},{"name":"create-chunk-assets","duration":4001,"timestamp":94769697238,"id":1506,"parentId":1493,"tags":{},"startTime":1742012065730,"traceId":"dcf4d9b07c1421a0"},{"name":"NextJsBuildManifest-generateClientManifest","duration":790,"timestamp":94769703110,"id":1508,"parentId":921,"tags":{},"startTime":1742012065736,"traceId":"dcf4d9b07c1421a0"},{"name":"NextJsBuildManifest-createassets","duration":1151,"timestamp":94769702754,"id":1507,"parentId":921,"tags":{},"startTime":1742012065736,"traceId":"dcf4d9b07c1421a0"},{"name":"minify-js","duration":38241,"timestamp":94769715621,"id":1513,"parentId":1509,"tags":{"name":"static/chunks/pages/_app-d23763e3e6c904ff.js","cache":"MISS"},"startTime":1742012065749,"traceId":"dcf4d9b07c1421a0"},{"name":"minify-js","duration":38379,"timestamp":94769715536,"id":1511,"parentId":1509,"tags":{"name":"static/chunks/main-app-fa35024de9bd9284.js","cache":"MISS"},"startTime":1742012065749,"traceId":"dcf4d9b07c1421a0"},{"name":"minify-js","duration":38280,"timestamp":94769715660,"id":1515,"parentId":1509,"tags":{"name":"static/chunks/app/api/cloudflare/route-b77846f372b01f38.js","cache":"MISS"},"startTime":1742012065749,"traceId":"dcf4d9b07c1421a0"},{"name":"minify-js","duration":38320,"timestamp":94769715640,"id":1514,"parentId":1509,"tags":{"name":"static/chunks/pages/_error-9b7125ad1a1e68fa.js","cache":"MISS"},"startTime":1742012065749,"traceId":"dcf4d9b07c1421a0"},{"name":"minify-js","duration":38308,"timestamp":94769715675,"id":1516,"parentId":1509,"tags":{"name":"static/chunks/app/api/migrations/sync-files/route-92010db279b4dd8e.js","cache":"MISS"},"startTime":1742012065749,"traceId":"dcf4d9b07c1421a0"},{"name":"minify-js","duration":38554,"timestamp":94769715571,"id":1512,"parentId":1509,"tags":{"name":"static/chunks/app/_not-found/page-b786c3dd79ad15a5.js","cache":"MISS"},"startTime":1742012065749,"traceId":"dcf4d9b07c1421a0"},{"name":"minify-js","duration":38447,"timestamp":94769715717,"id":1519,"parentId":1509,"tags":{"name":"static/chunks/app/api/pull-data/confirm/route-a02fe6d3cdd0a535.js","cache":"MISS"},"startTime":1742012065749,"traceId":"dcf4d9b07c1421a0"},{"name":"minify-js","duration":38527,"timestamp":94769715690,"id":1517,"parentId":1509,"tags":{"name":"static/chunks/app/api/databases/route-407794f8145d9a0b.js","cache":"MISS"},"startTime":1742012065749,"traceId":"dcf4d9b07c1421a0"},{"name":"minify-js","duration":38508,"timestamp":94769715730,"id":1520,"parentId":1509,"tags":{"name":"static/chunks/app/api/pull-remote/confirm/route-f401a03507d1da50.js","cache":"MISS"},"startTime":1742012065749,"traceId":"dcf4d9b07c1421a0"},{"name":"minify-js","duration":38554,"timestamp":94769715703,"id":1518,"parentId":1509,"tags":{"name":"static/chunks/app/api/migrations/sync/route-9f480f5590369a8f.js","cache":"MISS"},"startTime":1742012065749,"traceId":"dcf4d9b07c1421a0"},{"name":"minify-js","duration":38518,"timestamp":94769715759,"id":1522,"parentId":1509,"tags":{"name":"static/chunks/app/api/push-remote/confirm/route-8f359249e907c63b.js","cache":"MISS"},"startTime":1742012065749,"traceId":"dcf4d9b07c1421a0"},{"name":"minify-js","duration":38554,"timestamp":94769715745,"id":1521,"parentId":1509,"tags":{"name":"static/chunks/app/api/pull-remote/preview/route-3c53814b5cb8b6b0.js","cache":"MISS"},"startTime":1742012065749,"traceId":"dcf4d9b07c1421a0"},{"name":"minify-js","duration":38549,"timestamp":94769715772,"id":1523,"parentId":1509,"tags":{"name":"static/chunks/app/api/push-remote/preview/route-b51bf94f39c17a9d.js","cache":"MISS"},"startTime":1742012065749,"traceId":"dcf4d9b07c1421a0"},{"name":"minify-js","duration":38555,"timestamp":94769715785,"id":1524,"parentId":1509,"tags":{"name":"static/chunks/app/api/query/route-87bae2d4aebaf859.js","cache":"MISS"},"startTime":1742012065749,"traceId":"dcf4d9b07c1421a0"},{"name":"minify-js","duration":38438,"timestamp":94769715921,"id":1527,"parentId":1509,"tags":{"name":"static/chunks/app/api/update/route-14edc1917760bce0.js","cache":"MISS"},"startTime":1742012065749,"traceId":"dcf4d9b07c1421a0"},{"name":"minify-js","duration":38579,"timestamp":94769715798,"id":1525,"parentId":1509,"tags":{"name":"static/chunks/app/api/tables/route-0f46f911562abcdf.js","cache":"MISS"},"startTime":1742012065749,"traceId":"dcf4d9b07c1421a0"},{"name":"minify-js","duration":38443,"timestamp":94769715952,"id":1528,"parentId":1509,"tags":{"name":"static/chunks/app/api/tables/[name]/route-d20ca163b9c03e7c.js","cache":"MISS"},"startTime":1742012065749,"traceId":"dcf4d9b07c1421a0"},{"name":"minify-js","duration":38603,"timestamp":94769715811,"id":1526,"parentId":1509,"tags":{"name":"static/chunks/app/layout-be6ee67cf0c92654.js","cache":"MISS"},"startTime":1742012065749,"traceId":"dcf4d9b07c1421a0"},{"name":"minify-js","duration":36374,"timestamp":94769718064,"id":1530,"parentId":1509,"tags":{"name":"static/chunks/webpack-c76ac1e586b2802a.js","cache":"MISS"},"startTime":1742012065751,"traceId":"dcf4d9b07c1421a0"},{"name":"minify-js","duration":58994,"timestamp":94769715967,"id":1529,"parentId":1509,"tags":{"name":"static/chunks/app/page-16ec561fc8bebb5d.js","cache":"MISS"},"startTime":1742012065749,"traceId":"dcf4d9b07c1421a0"},{"name":"minify-js","duration":83012,"timestamp":94769712878,"id":1510,"parentId":1509,"tags":{"name":"static/chunks/main-8d0ab17774ffa031.js","cache":"MISS"},"startTime":1742012065746,"traceId":"dcf4d9b07c1421a0"},{"name":"minify-js","duration":79751,"timestamp":94769720102,"id":1533,"parentId":1509,"tags":{"name":"static/chunks/692-ede418e1d28a1394.js","cache":"MISS"},"startTime":1742012065753,"traceId":"dcf4d9b07c1421a0"},{"name":"minify-js","duration":116189,"timestamp":94769718139,"id":1531,"parentId":1509,"tags":{"name":"static/chunks/framework-d29117d969504448.js","cache":"MISS"},"startTime":1742012065751,"traceId":"dcf4d9b07c1421a0"},{"name":"minify-js","duration":112449,"timestamp":94769729323,"id":1536,"parentId":1509,"tags":{"name":"static/chunks/92-c4466e0f1ca8a3a8.js","cache":"MISS"},"startTime":1742012065762,"traceId":"dcf4d9b07c1421a0"},{"name":"minify-js","duration":117903,"timestamp":94769729484,"id":1537,"parentId":1509,"tags":{"name":"static/chunks/735-b885dfec6353171d.js","cache":"MISS"},"startTime":1742012065763,"traceId":"dcf4d9b07c1421a0"},{"name":"minify-js","duration":117801,"timestamp":94769729618,"id":1538,"parentId":1509,"tags":{"name":"server/middleware-react-loadable-manifest.js","cache":"MISS"},"startTime":1742012065763,"traceId":"dcf4d9b07c1421a0"},{"name":"minify-js","duration":117794,"timestamp":94769729640,"id":1539,"parentId":1509,"tags":{"name":"static/5dBGGUmK5q7of4h5Rahrg/_ssgManifest.js","cache":"MISS"},"startTime":1742012065763,"traceId":"dcf4d9b07c1421a0"},{"name":"minify-js","duration":118207,"timestamp":94769729651,"id":1540,"parentId":1509,"tags":{"name":"server/middleware-build-manifest.js","cache":"MISS"},"startTime":1742012065763,"traceId":"dcf4d9b07c1421a0"},{"name":"minify-js","duration":119211,"timestamp":94769729662,"id":1541,"parentId":1509,"tags":{"name":"static/5dBGGUmK5q7of4h5Rahrg/_buildManifest.js","cache":"MISS"},"startTime":1742012065763,"traceId":"dcf4d9b07c1421a0"},{"name":"minify-js","duration":119219,"timestamp":94769729673,"id":1542,"parentId":1509,"tags":{"name":"server/next-font-manifest.js","cache":"MISS"},"startTime":1742012065763,"traceId":"dcf4d9b07c1421a0"},{"name":"minify-js","duration":144776,"timestamp":94769718425,"id":1532,"parentId":1509,"tags":{"name":"static/chunks/4bd1b696-8c908eb707f85a27.js","cache":"MISS"},"startTime":1742012065752,"traceId":"dcf4d9b07c1421a0"},{"name":"minify-js","duration":194815,"timestamp":94769720817,"id":1534,"parentId":1509,"tags":{"name":"static/chunks/517-3b698a5d3da06ff7.js","cache":"MISS"},"startTime":1742012065754,"traceId":"dcf4d9b07c1421a0"},{"name":"minify-js","duration":216175,"timestamp":94769724380,"id":1535,"parentId":1509,"tags":{"name":"static/chunks/700-dc8f9f08b166c5e6.js","cache":"MISS"},"startTime":1742012065757,"traceId":"dcf4d9b07c1421a0"},{"name":"minify-webpack-plugin-optimize","duration":235989,"timestamp":94769704610,"id":1509,"parentId":921,"tags":{"compilationName":"client"},"startTime":1742012065738,"traceId":"dcf4d9b07c1421a0"},{"name":"minify-css","duration":250530,"timestamp":94769940797,"id":1544,"parentId":1543,"tags":{"file":"static/css/cb924136b1c1cbc4.css","cache":"MISS"},"startTime":1742012065974,"traceId":"dcf4d9b07c1421a0"},{"name":"css-minimizer-plugin","duration":250608,"timestamp":94769940730,"id":1543,"parentId":921,"tags":{},"startTime":1742012065974,"traceId":"dcf4d9b07c1421a0"},{"name":"seal","duration":630768,"timestamp":94769566185,"id":1493,"parentId":921,"tags":{},"startTime":1742012065599,"traceId":"dcf4d9b07c1421a0"},{"name":"webpack-compilation","duration":1716911,"timestamp":94768480140,"id":921,"parentId":13,"tags":{"name":"client"},"startTime":1742012064513,"traceId":"dcf4d9b07c1421a0"},{"name":"emit","duration":4987,"timestamp":94770197076,"id":1545,"parentId":13,"tags":{},"startTime":1742012066230,"traceId":"dcf4d9b07c1421a0"},{"name":"webpack-close","duration":152234,"timestamp":94770202379,"id":1546,"parentId":13,"tags":{"name":"client"},"startTime":1742012066235,"traceId":"dcf4d9b07c1421a0"},{"name":"webpack-generate-error-stats","duration":583,"timestamp":94770354626,"id":1547,"parentId":1546,"tags":{},"startTime":1742012066388,"traceId":"dcf4d9b07c1421a0"},{"name":"run-webpack-compiler","duration":6147048,"timestamp":94764208369,"id":13,"parentId":1,"tags":{},"startTime":1742012060241,"traceId":"dcf4d9b07c1421a0"},{"name":"format-webpack-messages","duration":69,"timestamp":94770355420,"id":1548,"parentId":1,"tags":{},"startTime":1742012066389,"traceId":"dcf4d9b07c1421a0"},{"name":"verify-and-lint","duration":1191537,"timestamp":94770366471,"id":1551,"parentId":1,"tags":{},"startTime":1742012066400,"traceId":"dcf4d9b07c1421a0"},{"name":"verify-typescript-setup","duration":3758776,"timestamp":94770362480,"id":1550,"parentId":1,"tags":{},"startTime":1742012066396,"traceId":"dcf4d9b07c1421a0"},{"name":"check-static-error-page","duration":3894,"timestamp":94774171908,"id":1554,"parentId":1553,"tags":{},"startTime":1742012070205,"traceId":"dcf4d9b07c1421a0"},{"name":"check-page","duration":1022,"timestamp":94774199362,"id":1555,"parentId":1553,"tags":{"page":"/_app"},"startTime":1742012070233,"traceId":"dcf4d9b07c1421a0"},{"name":"check-page","duration":597,"timestamp":94774199798,"id":1557,"parentId":1553,"tags":{"page":"/_document"},"startTime":1742012070233,"traceId":"dcf4d9b07c1421a0"},{"name":"check-page","duration":4347,"timestamp":94774199721,"id":1556,"parentId":1553,"tags":{"page":"/_error"},"startTime":1742012070233,"traceId":"dcf4d9b07c1421a0"},{"name":"is-page-static","duration":377282,"timestamp":94774205831,"id":1578,"parentId":1563,"tags":{},"startTime":1742012070239,"traceId":"dcf4d9b07c1421a0"},{"name":"check-page","duration":383312,"timestamp":94774199976,"id":1563,"parentId":1553,"tags":{"page":"/api/pull-data/confirm"},"startTime":1742012070233,"traceId":"dcf4d9b07c1421a0"},{"name":"is-page-static","duration":383582,"timestamp":94774206488,"id":1583,"parentId":1568,"tags":{},"startTime":1742012070240,"traceId":"dcf4d9b07c1421a0"},{"name":"check-page","duration":390014,"timestamp":94774200122,"id":1568,"parentId":1553,"tags":{"page":"/api/query"},"startTime":1742012070233,"traceId":"dcf4d9b07c1421a0"},{"name":"is-page-static","duration":389660,"timestamp":94774205758,"id":1576,"parentId":1561,"tags":{},"startTime":1742012070239,"traceId":"dcf4d9b07c1421a0"},{"name":"check-page","duration":395507,"timestamp":94774199945,"id":1561,"parentId":1553,"tags":{"page":"/api/migrations/sync-files"},"startTime":1742012070233,"traceId":"dcf4d9b07c1421a0"},{"name":"is-page-static","duration":390601,"timestamp":94774207477,"id":1584,"parentId":1569,"tags":{},"startTime":1742012070241,"traceId":"dcf4d9b07c1421a0"},{"name":"check-page","duration":397987,"timestamp":94774200135,"id":1569,"parentId":1553,"tags":{"page":"/api/tables/[name]"},"startTime":1742012070233,"traceId":"dcf4d9b07c1421a0"},{"name":"is-page-static","duration":390713,"timestamp":94774207551,"id":1585,"parentId":1570,"tags":{},"startTime":1742012070241,"traceId":"dcf4d9b07c1421a0"},{"name":"check-page","duration":398130,"timestamp":94774200148,"id":1570,"parentId":1553,"tags":{"page":"/api/tables"},"startTime":1742012070233,"traceId":"dcf4d9b07c1421a0"},{"name":"is-page-static","duration":393461,"timestamp":94774205691,"id":1574,"parentId":1559,"tags":{},"startTime":1742012070239,"traceId":"dcf4d9b07c1421a0"},{"name":"check-page","duration":399281,"timestamp":94774199898,"id":1559,"parentId":1553,"tags":{"page":"/api/cloudflare"},"startTime":1742012070233,"traceId":"dcf4d9b07c1421a0"},{"name":"is-page-static","duration":397233,"timestamp":94774205724,"id":1575,"parentId":1560,"tags":{},"startTime":1742012070239,"traceId":"dcf4d9b07c1421a0"},{"name":"check-page","duration":403061,"timestamp":94774199928,"id":1560,"parentId":1553,"tags":{"page":"/api/databases"},"startTime":1742012070233,"traceId":"dcf4d9b07c1421a0"},{"name":"is-page-static","duration":395495,"timestamp":94774207573,"id":1586,"parentId":1571,"tags":{},"startTime":1742012070241,"traceId":"dcf4d9b07c1421a0"},{"name":"check-page","duration":402859,"timestamp":94774200214,"id":1571,"parentId":1553,"tags":{"page":"/api/update"},"startTime":1742012070233,"traceId":"dcf4d9b07c1421a0"},{"name":"is-page-static","duration":409962,"timestamp":94774206043,"id":1579,"parentId":1565,"tags":{},"startTime":1742012070239,"traceId":"dcf4d9b07c1421a0"},{"name":"check-page","duration":415975,"timestamp":94774200069,"id":1565,"parentId":1553,"tags":{"page":"/api/pull-remote/preview"},"startTime":1742012070233,"traceId":"dcf4d9b07c1421a0"},{"name":"is-page-static","duration":416745,"timestamp":94774205531,"id":1573,"parentId":1558,"tags":{},"startTime":1742012070239,"traceId":"dcf4d9b07c1421a0"},{"name":"check-page","duration":422489,"timestamp":94774199809,"id":1558,"parentId":1553,"tags":{"page":"/_not-found"},"startTime":1742012070233,"traceId":"dcf4d9b07c1421a0"},{"name":"is-page-static","duration":417314,"timestamp":94774206433,"id":1582,"parentId":1567,"tags":{},"startTime":1742012070240,"traceId":"dcf4d9b07c1421a0"},{"name":"check-page","duration":423658,"timestamp":94774200109,"id":1567,"parentId":1553,"tags":{"page":"/api/push-remote/preview"},"startTime":1742012070233,"traceId":"dcf4d9b07c1421a0"},{"name":"is-page-static","duration":424713,"timestamp":94774209823,"id":1587,"parentId":1572,"tags":{},"startTime":1742012070243,"traceId":"dcf4d9b07c1421a0"},{"name":"check-page","duration":434353,"timestamp":94774200237,"id":1572,"parentId":1553,"tags":{"page":"/"},"startTime":1742012070233,"traceId":"dcf4d9b07c1421a0"},{"name":"is-page-static","duration":431865,"timestamp":94774205791,"id":1577,"parentId":1562,"tags":{},"startTime":1742012070239,"traceId":"dcf4d9b07c1421a0"},{"name":"check-page","duration":437721,"timestamp":94774199961,"id":1562,"parentId":1553,"tags":{"page":"/api/migrations/sync"},"startTime":1742012070233,"traceId":"dcf4d9b07c1421a0"},{"name":"is-page-static","duration":432791,"timestamp":94774206321,"id":1581,"parentId":1566,"tags":{},"startTime":1742012070239,"traceId":"dcf4d9b07c1421a0"},{"name":"check-page","duration":439044,"timestamp":94774200083,"id":1566,"parentId":1553,"tags":{"page":"/api/push-remote/confirm"},"startTime":1742012070233,"traceId":"dcf4d9b07c1421a0"}]
16
+ [{"name":"is-page-static","duration":434448,"timestamp":94774206216,"id":1580,"parentId":1564,"tags":{},"startTime":1742012070239,"traceId":"dcf4d9b07c1421a0"},{"name":"check-page","duration":440649,"timestamp":94774200049,"id":1564,"parentId":1553,"tags":{"page":"/api/pull-remote/confirm"},"startTime":1742012070233,"traceId":"dcf4d9b07c1421a0"},{"name":"static-check","duration":472497,"timestamp":94774168317,"id":1553,"parentId":1,"tags":{},"startTime":1742012070201,"traceId":"dcf4d9b07c1421a0"},{"name":"generate-required-server-files","duration":284,"timestamp":94774641051,"id":1589,"parentId":1,"tags":{},"startTime":1742012070674,"traceId":"dcf4d9b07c1421a0"},{"name":"write-routes-manifest","duration":1907,"timestamp":94774647289,"id":1591,"parentId":1,"tags":{},"startTime":1742012070680,"traceId":"dcf4d9b07c1421a0"},{"name":"load-dotenv","duration":88,"timestamp":94775076054,"id":1594,"parentId":1593,"tags":{},"startTime":1742012071109,"traceId":"dcf4d9b07c1421a0"},{"name":"run-export-path-map","duration":330,"timestamp":94775784780,"id":1595,"parentId":1593,"tags":{},"startTime":1742012071818,"traceId":"dcf4d9b07c1421a0"},{"name":"next-export","duration":1285107,"timestamp":94775075589,"id":1593,"parentId":1,"tags":{},"startTime":1742012071109,"traceId":"dcf4d9b07c1421a0"},{"name":"move-exported-app-not-found-","duration":8098,"timestamp":94776361479,"id":1596,"parentId":1592,"tags":{},"startTime":1742012072395,"traceId":"dcf4d9b07c1421a0"},{"name":"move-exported-page","duration":15849,"timestamp":94776369666,"id":1597,"parentId":1592,"tags":{},"startTime":1742012072403,"traceId":"dcf4d9b07c1421a0"},{"name":"static-generation","duration":1690362,"timestamp":94775073901,"id":1592,"parentId":1,"tags":{},"startTime":1742012071107,"traceId":"dcf4d9b07c1421a0"},{"name":"node-file-trace-build","duration":6155872,"timestamp":94774642806,"id":1590,"parentId":1,"tags":{"isTurbotrace":"false"},"startTime":1742012070676,"traceId":"dcf4d9b07c1421a0"},{"name":"apply-include-excludes","duration":415,"timestamp":94780798708,"id":1598,"parentId":1,"tags":{},"startTime":1742012076832,"traceId":"dcf4d9b07c1421a0"},{"name":"print-tree-view","duration":1559,"timestamp":94780799491,"id":1599,"parentId":1,"tags":{},"startTime":1742012076833,"traceId":"dcf4d9b07c1421a0"},{"name":"telemetry-flush","duration":18,"timestamp":94780801057,"id":1600,"parentId":1,"tags":{},"startTime":1742012076834,"traceId":"dcf4d9b07c1421a0"},{"name":"next-build","duration":16723495,"timestamp":94764077583,"id":1,"tags":{"buildMode":"default","isTurboBuild":"false","version":"15.1.6","has-custom-webpack-config":"true","use-build-worker":"false"},"startTime":1742012060111,"traceId":"dcf4d9b07c1421a0"}]