react-email 4.0.16 → 4.1.0-canary.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 (470) hide show
  1. package/CHANGELOG.md +65 -0
  2. package/dev/index.js +40 -0
  3. package/dev/package.json +13 -0
  4. package/dist/index.js +1 -1
  5. package/package.json +13 -46
  6. package/readme.md +16 -0
  7. package/src/commands/build.ts +306 -0
  8. package/src/commands/dev.ts +27 -0
  9. package/src/commands/export.ts +204 -0
  10. package/src/commands/start.ts +38 -0
  11. package/src/index.ts +55 -0
  12. package/src/utils/__snapshots__/tree.spec.ts.snap +27 -0
  13. package/src/utils/esbuild/renderring-utilities-exporter.ts +1 -1
  14. package/src/utils/get-emails-directory-metadata.spec.ts +1 -1
  15. package/src/utils/get-preview-server-location.ts +51 -0
  16. package/src/utils/index.ts +2 -6
  17. package/src/utils/packageJson.ts +4 -0
  18. package/src/utils/preview/get-env-variables-for-preview-app.ts +14 -0
  19. package/src/utils/preview/hot-reloading/create-dependency-graph.spec.ts +284 -0
  20. package/src/utils/preview/hot-reloading/create-dependency-graph.ts +321 -0
  21. package/src/utils/preview/hot-reloading/get-imported-modules.spec.ts +151 -0
  22. package/src/utils/preview/hot-reloading/get-imported-modules.ts +49 -0
  23. package/src/utils/preview/hot-reloading/resolve-path-aliases.spec.ts +11 -0
  24. package/src/utils/preview/hot-reloading/resolve-path-aliases.ts +32 -0
  25. package/src/utils/preview/hot-reloading/setup-hot-reloading.ts +121 -0
  26. package/src/utils/preview/hot-reloading/test/tsconfig.json +8 -0
  27. package/src/utils/preview/index.ts +2 -0
  28. package/src/utils/preview/serve-static-file.ts +51 -0
  29. package/src/utils/preview/start-dev-server.ts +234 -0
  30. package/src/utils/tree.spec.ts +5 -0
  31. package/src/utils/tree.ts +76 -0
  32. package/src/utils/types/hot-reload-change.ts +1 -1
  33. package/src/utils/types/hot-reload-event.ts +1 -1
  34. package/tsconfig.json +4 -10
  35. package/dist/cli/index.d.mts +0 -1
  36. package/dist/cli/index.d.ts +0 -1
  37. package/dist/cli/index.js +0 -2785
  38. package/dist/cli/index.mjs +0 -1361
  39. package/dist/index.d.mts +0 -20
  40. package/dist/index.d.ts +0 -20
  41. package/dist/index.mjs +0 -21
  42. package/dist/package/index.d.mts +0 -33
  43. package/dist/package/index.d.ts +0 -33
  44. package/dist/package/index.js +0 -62
  45. package/dist/package/index.mjs +0 -7
  46. package/dist/preview/.next/BUILD_ID +0 -1
  47. package/dist/preview/.next/app-build-manifest.json +0 -44
  48. package/dist/preview/.next/app-path-routes-manifest.json +0 -6
  49. package/dist/preview/.next/build-manifest.json +0 -33
  50. package/dist/preview/.next/diagnostics/build-diagnostics.json +0 -6
  51. package/dist/preview/.next/diagnostics/framework.json +0 -1
  52. package/dist/preview/.next/export-marker.json +0 -6
  53. package/dist/preview/.next/images-manifest.json +0 -57
  54. package/dist/preview/.next/next-minimal-server.js.nft.json +0 -1
  55. package/dist/preview/.next/next-server.js.nft.json +0 -1
  56. package/dist/preview/.next/package.json +0 -1
  57. package/dist/preview/.next/prerender-manifest.json +0 -41
  58. package/dist/preview/.next/react-loadable-manifest.json +0 -1
  59. package/dist/preview/.next/required-server-files.json +0 -311
  60. package/dist/preview/.next/routes-manifest.json +0 -64
  61. package/dist/preview/.next/server/app/_not-found/page.js +0 -1
  62. package/dist/preview/.next/server/app/_not-found/page.js.nft.json +0 -1
  63. package/dist/preview/.next/server/app/_not-found/page_client-reference-manifest.js +0 -1
  64. package/dist/preview/.next/server/app/favicon.ico/route.js +0 -1
  65. package/dist/preview/.next/server/app/favicon.ico/route.js.nft.json +0 -1
  66. package/dist/preview/.next/server/app/favicon.ico.body +0 -0
  67. package/dist/preview/.next/server/app/favicon.ico.meta +0 -1
  68. package/dist/preview/.next/server/app/page.js +0 -1
  69. package/dist/preview/.next/server/app/page.js.nft.json +0 -1
  70. package/dist/preview/.next/server/app/page_client-reference-manifest.js +0 -1
  71. package/dist/preview/.next/server/app/preview/[...slug]/page.js +0 -321
  72. package/dist/preview/.next/server/app/preview/[...slug]/page.js.nft.json +0 -1
  73. package/dist/preview/.next/server/app/preview/[...slug]/page_client-reference-manifest.js +0 -1
  74. package/dist/preview/.next/server/app-paths-manifest.json +0 -6
  75. package/dist/preview/.next/server/chunks/134.js +0 -6
  76. package/dist/preview/.next/server/chunks/235.js +0 -15
  77. package/dist/preview/.next/server/chunks/275.js +0 -1
  78. package/dist/preview/.next/server/chunks/343.js +0 -20
  79. package/dist/preview/.next/server/chunks/428.js +0 -14
  80. package/dist/preview/.next/server/chunks/963.js +0 -1
  81. package/dist/preview/.next/server/functions-config-manifest.json +0 -4
  82. package/dist/preview/.next/server/interception-route-rewrite-manifest.js +0 -1
  83. package/dist/preview/.next/server/middleware-build-manifest.js +0 -1
  84. package/dist/preview/.next/server/middleware-manifest.json +0 -6
  85. package/dist/preview/.next/server/middleware-react-loadable-manifest.js +0 -1
  86. package/dist/preview/.next/server/next-font-manifest.js +0 -1
  87. package/dist/preview/.next/server/next-font-manifest.json +0 -1
  88. package/dist/preview/.next/server/pages/500.html +0 -1
  89. package/dist/preview/.next/server/pages/_app.js +0 -1
  90. package/dist/preview/.next/server/pages/_app.js.nft.json +0 -1
  91. package/dist/preview/.next/server/pages/_document.js +0 -1
  92. package/dist/preview/.next/server/pages/_document.js.nft.json +0 -1
  93. package/dist/preview/.next/server/pages/_error.js +0 -1
  94. package/dist/preview/.next/server/pages/_error.js.nft.json +0 -1
  95. package/dist/preview/.next/server/pages-manifest.json +0 -5
  96. package/dist/preview/.next/server/server-reference-manifest.js +0 -1
  97. package/dist/preview/.next/server/server-reference-manifest.json +0 -1
  98. package/dist/preview/.next/server/webpack-runtime.js +0 -1
  99. package/dist/preview/.next/static/chunks/107-3043079e7cb8bcae.js +0 -1
  100. package/dist/preview/.next/static/chunks/293-297b1eb2241f9a70.js +0 -1
  101. package/dist/preview/.next/static/chunks/3bd82e28-cda2c00a924937c5.js +0 -1
  102. package/dist/preview/.next/static/chunks/45-1021fac82f766268.js +0 -1
  103. package/dist/preview/.next/static/chunks/484-e38a627386aae911.js +0 -1
  104. package/dist/preview/.next/static/chunks/589-817d8691661d370e.js +0 -1
  105. package/dist/preview/.next/static/chunks/902-c34acb56733e0ce1.js +0 -1
  106. package/dist/preview/.next/static/chunks/app/_not-found/page-4cbc7dce3ad33336.js +0 -1
  107. package/dist/preview/.next/static/chunks/app/layout-269b5cbd8f4cd2e3.js +0 -1
  108. package/dist/preview/.next/static/chunks/app/page-2dbfb5b2dc4b1191.js +0 -1
  109. package/dist/preview/.next/static/chunks/app/preview/[...slug]/page-79e0c9b528a62f8b.js +0 -1
  110. package/dist/preview/.next/static/chunks/f33a14d2-ec7c5f0b91818561.js +0 -6
  111. package/dist/preview/.next/static/chunks/framework-b887e9fc751a9906.js +0 -1
  112. package/dist/preview/.next/static/chunks/main-9a03e7ba8acb1900.js +0 -1
  113. package/dist/preview/.next/static/chunks/main-app-976577a424e11c75.js +0 -1
  114. package/dist/preview/.next/static/chunks/pages/_app-542a93a5a214e1c0.js +0 -1
  115. package/dist/preview/.next/static/chunks/pages/_error-d5fe1b1612642f76.js +0 -1
  116. package/dist/preview/.next/static/chunks/polyfills-42372ed130431b0a.js +0 -1
  117. package/dist/preview/.next/static/chunks/webpack-31c45daa2bd82a7b.js +0 -1
  118. package/dist/preview/.next/static/css/ac3decd5d6736fbe.css +0 -3
  119. package/dist/preview/.next/static/media/05613964ce6c782e-s.p.otf +0 -0
  120. package/dist/preview/.next/static/media/11c6126b9369e85e-s.p.otf +0 -0
  121. package/dist/preview/.next/static/media/26a46d62cd723877-s.woff2 +0 -0
  122. package/dist/preview/.next/static/media/26cb97734d8cb717-s.p.otf +0 -0
  123. package/dist/preview/.next/static/media/55c55f0601d81cf3-s.woff2 +0 -0
  124. package/dist/preview/.next/static/media/581909926a08bbc8-s.woff2 +0 -0
  125. package/dist/preview/.next/static/media/8e9860b6e62d6359-s.woff2 +0 -0
  126. package/dist/preview/.next/static/media/97e0cb1ae144a2a9-s.woff2 +0 -0
  127. package/dist/preview/.next/static/media/bb6462617151f6b7-s.p.otf +0 -0
  128. package/dist/preview/.next/static/media/cf6daef822ab0142-s.p.otf +0 -0
  129. package/dist/preview/.next/static/media/df0a9ae256c0569c-s.woff2 +0 -0
  130. package/dist/preview/.next/static/media/e4051546b3043204-s.p.otf +0 -0
  131. package/dist/preview/.next/static/media/e4af272ccee01ff0-s.p.woff2 +0 -0
  132. package/dist/preview/.next/static/media/logo.2ce2a759.png +0 -0
  133. package/dist/preview/.next/static/yxjkw7Y7HRLmRWkl3S43z/_buildManifest.js +0 -1
  134. package/dist/preview/.next/static/yxjkw7Y7HRLmRWkl3S43z/_ssgManifest.js +0 -1
  135. package/dist/preview/.next/trace +0 -27
  136. package/dist/preview/.next/types/app/layout.ts +0 -84
  137. package/dist/preview/.next/types/app/page.ts +0 -84
  138. package/dist/preview/.next/types/app/preview/[...slug]/page.ts +0 -84
  139. package/dist/preview/.next/types/cache-life.d.ts +0 -141
  140. package/dist/preview/.next/types/package.json +0 -1
  141. package/module-punycode.d.ts +0 -3
  142. package/next-env.d.ts +0 -5
  143. package/next.config.js +0 -22
  144. package/postcss.config.js +0 -8
  145. package/scripts/build-preview-server.mjs +0 -33
  146. package/scripts/fill-caniemail-data.mjs +0 -36
  147. package/src/actions/email-validation/caniemail-data.ts +0 -85993
  148. package/src/actions/email-validation/check-compatibility.ts +0 -333
  149. package/src/actions/email-validation/check-images.spec.tsx +0 -100
  150. package/src/actions/email-validation/check-images.ts +0 -160
  151. package/src/actions/email-validation/check-links.spec.tsx +0 -113
  152. package/src/actions/email-validation/check-links.ts +0 -113
  153. package/src/actions/email-validation/get-code-location-from-ast-element.ts +0 -18
  154. package/src/actions/email-validation/quick-fetch.ts +0 -14
  155. package/src/actions/get-email-path-from-slug.ts +0 -32
  156. package/src/actions/get-emails-directory-metadata-action.ts +0 -19
  157. package/src/actions/render-email-by-path.tsx +0 -121
  158. package/src/animated-icons-data/help.json +0 -1082
  159. package/src/animated-icons-data/link.json +0 -1309
  160. package/src/animated-icons-data/load.json +0 -443
  161. package/src/animated-icons-data/mail.json +0 -1320
  162. package/src/app/env.ts +0 -15
  163. package/src/app/favicon.ico +0 -0
  164. package/src/app/fonts/SFMono/SFMonoBold.otf +0 -0
  165. package/src/app/fonts/SFMono/SFMonoBoldItalic.otf +0 -0
  166. package/src/app/fonts/SFMono/SFMonoHeavy.otf +0 -0
  167. package/src/app/fonts/SFMono/SFMonoHeavyItalic.otf +0 -0
  168. package/src/app/fonts/SFMono/SFMonoLight.otf +0 -0
  169. package/src/app/fonts/SFMono/SFMonoLightItalic.otf +0 -0
  170. package/src/app/fonts/SFMono/SFMonoMedium.otf +0 -0
  171. package/src/app/fonts/SFMono/SFMonoMediumItalic.otf +0 -0
  172. package/src/app/fonts/SFMono/SFMonoRegular.otf +0 -0
  173. package/src/app/fonts/SFMono/SFMonoRegularItalic.otf +0 -0
  174. package/src/app/fonts/SFMono/SFMonoSemibold.otf +0 -0
  175. package/src/app/fonts/SFMono/SFMonoSemiboldItalic.otf +0 -0
  176. package/src/app/fonts.ts +0 -39
  177. package/src/app/globals.css +0 -15
  178. package/src/app/layout.tsx +0 -43
  179. package/src/app/logo.png +0 -0
  180. package/src/app/page.tsx +0 -46
  181. package/src/app/preview/[...slug]/page.tsx +0 -157
  182. package/src/app/preview/[...slug]/preview.tsx +0 -216
  183. package/src/app/preview/[...slug]/rendering-error.tsx +0 -40
  184. package/src/commands/testing/out/magic-links/aws-verify-email.html +0 -165
  185. package/src/commands/testing/out/magic-links/linear-login-code.html +0 -90
  186. package/src/commands/testing/out/magic-links/notion-magic-link.html +0 -76
  187. package/src/commands/testing/out/magic-links/plaid-verify-identity.html +0 -78
  188. package/src/commands/testing/out/magic-links/raycast-magic-link.html +0 -91
  189. package/src/commands/testing/out/magic-links/slack-confirm.html +0 -240
  190. package/src/commands/testing/out/newsletters/codepen-challengers.html +0 -548
  191. package/src/commands/testing/out/newsletters/google-play-policy-update.html +0 -339
  192. package/src/commands/testing/out/newsletters/stack-overflow-tips.html +0 -231
  193. package/src/commands/testing/out/notifications/github-access-token.html +0 -104
  194. package/src/commands/testing/out/notifications/papermark-year-in-review.html +0 -317
  195. package/src/commands/testing/out/notifications/vercel-invite-user.html +0 -171
  196. package/src/commands/testing/out/notifications/yelp-recent-login.html +0 -195
  197. package/src/commands/testing/out/receipts/apple-receipt.html +0 -677
  198. package/src/commands/testing/out/receipts/nike-receipt.html +0 -724
  199. package/src/commands/testing/out/reset-password/dropbox-reset-password.html +0 -98
  200. package/src/commands/testing/out/reset-password/twitch-reset-password.html +0 -220
  201. package/src/commands/testing/out/reviews/airbnb-review.html +0 -206
  202. package/src/commands/testing/out/reviews/amazon-review.html +0 -356
  203. package/src/commands/testing/out/static/airbnb-logo.png +0 -0
  204. package/src/commands/testing/out/static/airbnb-review-user.jpg +0 -0
  205. package/src/commands/testing/out/static/amazon-book.jpg +0 -0
  206. package/src/commands/testing/out/static/amazon-facebook.jpg +0 -0
  207. package/src/commands/testing/out/static/amazon-instagram.jpg +0 -0
  208. package/src/commands/testing/out/static/amazon-logo.png +0 -0
  209. package/src/commands/testing/out/static/amazon-prime-logo.png +0 -0
  210. package/src/commands/testing/out/static/amazon-rating.gif +0 -0
  211. package/src/commands/testing/out/static/amazon-twitter.jpg +0 -0
  212. package/src/commands/testing/out/static/apple-card-icon.png +0 -0
  213. package/src/commands/testing/out/static/apple-hbo-max-icon.jpeg +0 -0
  214. package/src/commands/testing/out/static/apple-logo.png +0 -0
  215. package/src/commands/testing/out/static/apple-wallet.png +0 -0
  216. package/src/commands/testing/out/static/aws-logo.png +0 -0
  217. package/src/commands/testing/out/static/codepen-challengers.png +0 -0
  218. package/src/commands/testing/out/static/codepen-cube.png +0 -0
  219. package/src/commands/testing/out/static/codepen-pro.png +0 -0
  220. package/src/commands/testing/out/static/dropbox-logo.png +0 -0
  221. package/src/commands/testing/out/static/github.png +0 -0
  222. package/src/commands/testing/out/static/google-play-academy.png +0 -0
  223. package/src/commands/testing/out/static/google-play-chat.png +0 -0
  224. package/src/commands/testing/out/static/google-play-footer.png +0 -0
  225. package/src/commands/testing/out/static/google-play-header.png +0 -0
  226. package/src/commands/testing/out/static/google-play-icon.png +0 -0
  227. package/src/commands/testing/out/static/google-play-logo.png +0 -0
  228. package/src/commands/testing/out/static/google-play-pl.png +0 -0
  229. package/src/commands/testing/out/static/google-play.png +0 -0
  230. package/src/commands/testing/out/static/koala-logo.png +0 -0
  231. package/src/commands/testing/out/static/linear-logo.png +0 -0
  232. package/src/commands/testing/out/static/netlify-logo.png +0 -0
  233. package/src/commands/testing/out/static/nike-logo.png +0 -0
  234. package/src/commands/testing/out/static/nike-phone.png +0 -0
  235. package/src/commands/testing/out/static/nike-product.png +0 -0
  236. package/src/commands/testing/out/static/nike-recomendation-1.png +0 -0
  237. package/src/commands/testing/out/static/nike-recomendation-2.png +0 -0
  238. package/src/commands/testing/out/static/nike-recomendation-3.png +0 -0
  239. package/src/commands/testing/out/static/nike-recomendation-4.png +0 -0
  240. package/src/commands/testing/out/static/notion-logo.png +0 -0
  241. package/src/commands/testing/out/static/plaid-logo.png +0 -0
  242. package/src/commands/testing/out/static/raycast-bg.png +0 -0
  243. package/src/commands/testing/out/static/raycast-logo.png +0 -0
  244. package/src/commands/testing/out/static/slack-facebook.png +0 -0
  245. package/src/commands/testing/out/static/slack-linkedin.png +0 -0
  246. package/src/commands/testing/out/static/slack-logo.png +0 -0
  247. package/src/commands/testing/out/static/slack-twitter.png +0 -0
  248. package/src/commands/testing/out/static/stack-overflow-header.png +0 -0
  249. package/src/commands/testing/out/static/stack-overflow-logo-sm.png +0 -0
  250. package/src/commands/testing/out/static/stack-overflow-logo.png +0 -0
  251. package/src/commands/testing/out/static/stripe-logo.png +0 -0
  252. package/src/commands/testing/out/static/twitch-icon-facebook.png +0 -0
  253. package/src/commands/testing/out/static/twitch-icon-twitter.png +0 -0
  254. package/src/commands/testing/out/static/twitch-logo.png +0 -0
  255. package/src/commands/testing/out/static/vercel-arrow.png +0 -0
  256. package/src/commands/testing/out/static/vercel-logo.png +0 -0
  257. package/src/commands/testing/out/static/vercel-team.png +0 -0
  258. package/src/commands/testing/out/static/vercel-user.png +0 -0
  259. package/src/commands/testing/out/static/yelp-footer.png +0 -0
  260. package/src/commands/testing/out/static/yelp-header.png +0 -0
  261. package/src/commands/testing/out/static/yelp-logo.png +0 -0
  262. package/src/commands/testing/out/welcome/koala-welcome.html +0 -90
  263. package/src/commands/testing/out/welcome/netlify-welcome.html +0 -199
  264. package/src/commands/testing/out/welcome/stripe-welcome.html +0 -153
  265. package/src/components/button.tsx +0 -101
  266. package/src/components/code-container.tsx +0 -164
  267. package/src/components/code-snippet.tsx +0 -9
  268. package/src/components/code.tsx +0 -184
  269. package/src/components/heading.tsx +0 -113
  270. package/src/components/icons/icon-arrow-down.tsx +0 -16
  271. package/src/components/icons/icon-base.tsx +0 -26
  272. package/src/components/icons/icon-bug.tsx +0 -19
  273. package/src/components/icons/icon-button.tsx +0 -23
  274. package/src/components/icons/icon-check.tsx +0 -19
  275. package/src/components/icons/icon-clipboard.tsx +0 -40
  276. package/src/components/icons/icon-download.tsx +0 -19
  277. package/src/components/icons/icon-email.tsx +0 -18
  278. package/src/components/icons/icon-file.tsx +0 -19
  279. package/src/components/icons/icon-folder-open.tsx +0 -19
  280. package/src/components/icons/icon-folder.tsx +0 -18
  281. package/src/components/icons/icon-hide-sidebar.tsx +0 -23
  282. package/src/components/icons/icon-image.tsx +0 -19
  283. package/src/components/icons/icon-info.tsx +0 -18
  284. package/src/components/icons/icon-link.tsx +0 -14
  285. package/src/components/icons/icon-monitor.tsx +0 -19
  286. package/src/components/icons/icon-phone.tsx +0 -26
  287. package/src/components/icons/icon-reload.tsx +0 -18
  288. package/src/components/icons/icon-source.tsx +0 -19
  289. package/src/components/icons/icon-stamp.tsx +0 -14
  290. package/src/components/icons/icon-warning.tsx +0 -31
  291. package/src/components/index.ts +0 -7
  292. package/src/components/logo.tsx +0 -63
  293. package/src/components/resizable-wrapper.tsx +0 -173
  294. package/src/components/send.tsx +0 -134
  295. package/src/components/shell.tsx +0 -95
  296. package/src/components/sidebar/file-tree-directory-children.tsx +0 -134
  297. package/src/components/sidebar/file-tree-directory.tsx +0 -92
  298. package/src/components/sidebar/file-tree.tsx +0 -31
  299. package/src/components/sidebar/index.ts +0 -1
  300. package/src/components/sidebar/sidebar.tsx +0 -43
  301. package/src/components/text.tsx +0 -99
  302. package/src/components/toolbar/checking-results.tsx +0 -150
  303. package/src/components/toolbar/code-preview-line-link.tsx +0 -40
  304. package/src/components/toolbar/compatibility.tsx +0 -113
  305. package/src/components/toolbar/linter.tsx +0 -278
  306. package/src/components/toolbar/results.tsx +0 -51
  307. package/src/components/toolbar/spam-assassin.tsx +0 -155
  308. package/src/components/toolbar/toolbar-button.tsx +0 -52
  309. package/src/components/toolbar/use-cached-state.ts +0 -33
  310. package/src/components/toolbar.tsx +0 -349
  311. package/src/components/tooltip-content.tsx +0 -31
  312. package/src/components/tooltip.tsx +0 -19
  313. package/src/components/topbar/active-view-toggle-group.tsx +0 -86
  314. package/src/components/topbar/view-size-controls.tsx +0 -247
  315. package/src/components/topbar.tsx +0 -59
  316. package/src/contexts/emails.tsx +0 -59
  317. package/src/contexts/fragment-identifier.tsx +0 -48
  318. package/src/contexts/preview.tsx +0 -79
  319. package/src/hooks/use-clamped-state.ts +0 -24
  320. package/src/hooks/use-email-rendering-result.ts +0 -58
  321. package/src/hooks/use-fragment-identifier.ts +0 -14
  322. package/src/hooks/use-hot-reload.ts +0 -31
  323. package/src/hooks/use-icon-animation.ts +0 -41
  324. package/src/hooks/use-rendering-metadata.ts +0 -36
  325. package/src/package/body/dist/index.d.mts +0 -6
  326. package/src/package/body/dist/index.d.ts +0 -6
  327. package/src/package/body/dist/index.js +0 -79
  328. package/src/package/body/dist/index.mjs +0 -45
  329. package/src/package/button/dist/index.d.mts +0 -6
  330. package/src/package/button/dist/index.d.ts +0 -6
  331. package/src/package/button/dist/index.js +0 -252
  332. package/src/package/button/dist/index.mjs +0 -218
  333. package/src/package/code-block/dist/index.d.mts +0 -4906
  334. package/src/package/code-block/dist/index.d.ts +0 -4906
  335. package/src/package/code-block/dist/index.js +0 -18205
  336. package/src/package/code-block/dist/index.mjs +0 -18133
  337. package/src/package/code-inline/dist/index.d.mts +0 -11
  338. package/src/package/code-inline/dist/index.d.ts +0 -11
  339. package/src/package/code-inline/dist/index.js +0 -106
  340. package/src/package/code-inline/dist/index.mjs +0 -72
  341. package/src/package/column/dist/index.d.mts +0 -6
  342. package/src/package/column/dist/index.d.ts +0 -6
  343. package/src/package/column/dist/index.js +0 -79
  344. package/src/package/column/dist/index.mjs +0 -45
  345. package/src/package/components/dist/index.d.mts +0 -20
  346. package/src/package/components/dist/index.d.ts +0 -20
  347. package/src/package/components/dist/index.js +0 -62
  348. package/src/package/components/dist/index.mjs +0 -21
  349. package/src/package/container/dist/index.d.mts +0 -6
  350. package/src/package/container/dist/index.d.ts +0 -6
  351. package/src/package/container/dist/index.js +0 -93
  352. package/src/package/container/dist/index.mjs +0 -59
  353. package/src/package/font/dist/index.d.mts +0 -25
  354. package/src/package/font/dist/index.d.ts +0 -25
  355. package/src/package/font/dist/index.js +0 -55
  356. package/src/package/font/dist/index.mjs +0 -28
  357. package/src/package/head/dist/index.d.mts +0 -6
  358. package/src/package/head/dist/index.d.ts +0 -6
  359. package/src/package/head/dist/index.js +0 -83
  360. package/src/package/head/dist/index.mjs +0 -49
  361. package/src/package/heading/dist/index.d.mts +0 -43
  362. package/src/package/heading/dist/index.d.ts +0 -43
  363. package/src/package/heading/dist/index.js +0 -113
  364. package/src/package/heading/dist/index.mjs +0 -79
  365. package/src/package/hr/dist/index.d.mts +0 -6
  366. package/src/package/hr/dist/index.d.ts +0 -6
  367. package/src/package/hr/dist/index.js +0 -89
  368. package/src/package/hr/dist/index.mjs +0 -55
  369. package/src/package/html/dist/index.d.mts +0 -6
  370. package/src/package/html/dist/index.d.ts +0 -6
  371. package/src/package/html/dist/index.js +0 -79
  372. package/src/package/html/dist/index.mjs +0 -45
  373. package/src/package/img/dist/index.d.mts +0 -6
  374. package/src/package/img/dist/index.d.ts +0 -6
  375. package/src/package/img/dist/index.js +0 -94
  376. package/src/package/img/dist/index.mjs +0 -60
  377. package/src/package/link/dist/index.d.mts +0 -6
  378. package/src/package/link/dist/index.d.ts +0 -6
  379. package/src/package/link/dist/index.js +0 -90
  380. package/src/package/link/dist/index.mjs +0 -56
  381. package/src/package/markdown/dist/index.d.mts +0 -15
  382. package/src/package/markdown/dist/index.d.ts +0 -15
  383. package/src/package/markdown/dist/index.js +0 -92
  384. package/src/package/markdown/dist/index.mjs +0 -58
  385. package/src/package/preview/dist/index.d.mts +0 -12
  386. package/src/package/preview/dist/index.d.ts +0 -12
  387. package/src/package/preview/dist/index.js +0 -108
  388. package/src/package/preview/dist/index.mjs +0 -73
  389. package/src/package/render/dist/browser/index.d.mts +0 -24
  390. package/src/package/render/dist/browser/index.d.ts +0 -24
  391. package/src/package/render/dist/browser/index.js +0 -250
  392. package/src/package/render/dist/browser/index.mjs +0 -214
  393. package/src/package/render/dist/index.d.mts +0 -23
  394. package/src/package/render/dist/index.d.ts +0 -23
  395. package/src/package/render/dist/index.js +0 -768
  396. package/src/package/render/dist/index.mjs +0 -733
  397. package/src/package/render/dist/node/index.d.mts +0 -27
  398. package/src/package/render/dist/node/index.d.ts +0 -27
  399. package/src/package/render/dist/node/index.js +0 -212
  400. package/src/package/render/dist/node/index.mjs +0 -176
  401. package/src/package/row/dist/index.d.mts +0 -10
  402. package/src/package/row/dist/index.d.ts +0 -10
  403. package/src/package/row/dist/index.js +0 -93
  404. package/src/package/row/dist/index.mjs +0 -59
  405. package/src/package/section/dist/index.d.mts +0 -6
  406. package/src/package/section/dist/index.d.ts +0 -6
  407. package/src/package/section/dist/index.js +0 -93
  408. package/src/package/section/dist/index.mjs +0 -59
  409. package/src/package/tailwind/dist/index.d.ts +0 -19
  410. package/src/package/tailwind/dist/index.js +0 -48
  411. package/src/package/tailwind/dist/index.mjs +0 -17167
  412. package/src/package/tailwind/dist/tailwindcss/config.d.ts +0 -376
  413. package/src/package/tailwind/dist/tailwindcss/generated/.gitkeep +0 -0
  414. package/src/package/tailwind/dist/tailwindcss/generated/colors.d.ts +0 -298
  415. package/src/package/tailwind/dist/tailwindcss/generated/corePluginList.d.ts +0 -1
  416. package/src/package/tailwind/dist/tailwindcss/generated/default-theme.d.ts +0 -397
  417. package/src/package/tailwind/dist/tailwindcss/index.d.ts +0 -11
  418. package/src/package/text/dist/index.d.mts +0 -6
  419. package/src/package/text/dist/index.d.ts +0 -6
  420. package/src/package/text/dist/index.js +0 -89
  421. package/src/package/text/dist/index.mjs +0 -55
  422. package/src/utils/__snapshots__/get-email-component.spec.ts.snap +0 -3
  423. package/src/utils/caniemail/all-css-properties.ts +0 -358
  424. package/src/utils/caniemail/ast/__snapshots__/get-object-variables.spec.ts.snap +0 -74
  425. package/src/utils/caniemail/ast/__snapshots__/get-used-style-properties.spec.ts.snap +0 -24
  426. package/src/utils/caniemail/ast/get-object-variables.spec.ts +0 -19
  427. package/src/utils/caniemail/ast/get-object-variables.ts +0 -61
  428. package/src/utils/caniemail/ast/get-used-style-properties.spec.ts +0 -23
  429. package/src/utils/caniemail/ast/get-used-style-properties.ts +0 -91
  430. package/src/utils/caniemail/get-compatibility-stats-for-entry.ts +0 -118
  431. package/src/utils/caniemail/get-css-functions.ts +0 -25
  432. package/src/utils/caniemail/get-css-property-names.ts +0 -32
  433. package/src/utils/caniemail/get-css-property-with-value.ts +0 -14
  434. package/src/utils/caniemail/get-css-unit.ts +0 -3
  435. package/src/utils/caniemail/get-element-attributes.ts +0 -7
  436. package/src/utils/caniemail/get-element-names.ts +0 -20
  437. package/src/utils/caniemail/tailwind/generate-tailwind-rules.ts +0 -30
  438. package/src/utils/caniemail/tailwind/get-tailwind-config.ts +0 -187
  439. package/src/utils/caniemail/tailwind/get-tailwind-metadata.spec.ts +0 -25
  440. package/src/utils/caniemail/tailwind/get-tailwind-metadata.ts +0 -45
  441. package/src/utils/caniemail/tailwind/setup-tailwind-context.ts +0 -15
  442. package/src/utils/cn.ts +0 -6
  443. package/src/utils/constants.ts +0 -6
  444. package/src/utils/contains-email-template.spec.ts +0 -124
  445. package/src/utils/contains-email-template.ts +0 -33
  446. package/src/utils/copy-text-to-clipboard.ts +0 -7
  447. package/src/utils/get-email-component.spec.ts +0 -41
  448. package/src/utils/get-email-component.ts +0 -134
  449. package/src/utils/get-line-and-column-from-offset.spec.ts +0 -11
  450. package/src/utils/get-line-and-column-from-offset.ts +0 -11
  451. package/src/utils/improve-error-with-sourcemap.ts +0 -86
  452. package/src/utils/js-email-detection.spec.ts +0 -24
  453. package/src/utils/language-map.ts +0 -7
  454. package/src/utils/linting.ts +0 -60
  455. package/src/utils/load-stream.ts +0 -15
  456. package/src/utils/result.ts +0 -49
  457. package/src/utils/run-bundled-code.ts +0 -64
  458. package/src/utils/sanitize.ts +0 -6
  459. package/src/utils/static-node-modules-for-vm.ts +0 -93
  460. package/src/utils/testing/js-email-export-default.js +0 -17
  461. package/src/utils/testing/js-email-test.js +0 -18
  462. package/src/utils/testing/mdx-email-test.js +0 -128
  463. package/src/utils/testing/request-response-email.tsx +0 -9
  464. package/src/utils/types/as.ts +0 -26
  465. package/src/utils/types/email-template.ts +0 -8
  466. package/src/utils/types/error-object.ts +0 -11
  467. package/src/utils/unreachable.ts +0 -8
  468. package/tailwind-internals.d.ts +0 -133
  469. package/tailwind.config.ts +0 -99
  470. /package/src/{components/toolbar/results-table.tsx → utils/preview/hot-reloading/test/some-file.ts} +0 -0
@@ -1,27 +0,0 @@
1
- [{"name":"generate-buildid","duration":146,"timestamp":7143512328,"id":4,"parentId":1,"tags":{},"startTime":1748961227137,"traceId":"1d7d79b67620d551"},{"name":"load-custom-routes","duration":188,"timestamp":7143512530,"id":5,"parentId":1,"tags":{},"startTime":1748961227137,"traceId":"1d7d79b67620d551"},{"name":"create-dist-dir","duration":28632,"timestamp":7143546487,"id":6,"parentId":1,"tags":{},"startTime":1748961227171,"traceId":"1d7d79b67620d551"},{"name":"create-pages-mapping","duration":136,"timestamp":7143587420,"id":7,"parentId":1,"tags":{},"startTime":1748961227212,"traceId":"1d7d79b67620d551"},{"name":"collect-app-paths","duration":2345,"timestamp":7143587585,"id":8,"parentId":1,"tags":{},"startTime":1748961227212,"traceId":"1d7d79b67620d551"},{"name":"create-app-mapping","duration":1931,"timestamp":7143589957,"id":9,"parentId":1,"tags":{},"startTime":1748961227214,"traceId":"1d7d79b67620d551"},{"name":"public-dir-conflict-check","duration":254,"timestamp":7143592123,"id":10,"parentId":1,"tags":{},"startTime":1748961227217,"traceId":"1d7d79b67620d551"},{"name":"generate-routes-manifest","duration":1828,"timestamp":7143592551,"id":11,"parentId":1,"tags":{},"startTime":1748961227217,"traceId":"1d7d79b67620d551"},{"name":"create-entrypoints","duration":22040,"timestamp":7143599341,"id":14,"parentId":1,"tags":{},"startTime":1748961227224,"traceId":"1d7d79b67620d551"},{"name":"generate-webpack-config","duration":201910,"timestamp":7143621417,"id":15,"parentId":13,"tags":{},"startTime":1748961227246,"traceId":"1d7d79b67620d551"},{"name":"next-trace-entrypoint-plugin","duration":1587,"timestamp":7143892042,"id":17,"parentId":16,"tags":{},"startTime":1748961227517,"traceId":"1d7d79b67620d551"},{"name":"build-module","duration":24184,"timestamp":7143946059,"id":26,"parentId":22,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/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":"pages-dir-node"},"startTime":1748961227571,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":21367,"timestamp":7143956733,"id":31,"parentId":21,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/pages/_app.js","layer":"pages-dir-node"},"startTime":1748961227581,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":42628,"timestamp":7143958468,"id":32,"parentId":25,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/pages/_document.js","layer":"pages-dir-node"},"startTime":1748961227583,"traceId":"1d7d79b67620d551"},{"name":"build-module","duration":61615,"timestamp":7143956054,"id":28,"parentId":20,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?page=%2Ffavicon.ico%2Froute&name=app%2Ffavicon.ico%2Froute&pagePath=private-next-app-dir%2Ffavicon.ico&appDir=%2Fhome%2Fgabriel%2FProjects%2Fresend%2Freact-email%2Fpackages%2Freact-email%2Fsrc%2Fapp&appPaths=%2Ffavicon.ico&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!","layer":"rsc"},"startTime":1748961227581,"traceId":"1d7d79b67620d551"},{"name":"build-module","duration":252,"timestamp":7144019255,"id":33,"parentId":31,"tags":{"name":"react/jsx-runtime","layer":null},"startTime":1748961227644,"traceId":"1d7d79b67620d551"},{"name":"build-module","duration":91,"timestamp":7144019559,"id":34,"parentId":31,"tags":{"name":"react","layer":null},"startTime":1748961227644,"traceId":"1d7d79b67620d551"},{"name":"build-module","duration":90786,"timestamp":7143949887,"id":27,"parentId":19,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/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=%2Fhome%2Fgabriel%2FProjects%2Fresend%2Freact-email%2Fpackages%2Freact-email%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":1748961227574,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1874,"timestamp":7144045116,"id":35,"parentId":32,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/lib/is-error.js","layer":"pages-dir-node"},"startTime":1748961227670,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2664,"timestamp":7144045349,"id":36,"parentId":32,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/lib/pretty-bytes.js","layer":"pages-dir-node"},"startTime":1748961227670,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3075,"timestamp":7144045488,"id":37,"parentId":32,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/get-page-files.js","layer":"pages-dir-node"},"startTime":1748961227670,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3949,"timestamp":7144045563,"id":38,"parentId":32,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/htmlescape.js","layer":"pages-dir-node"},"startTime":1748961227670,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":5334,"timestamp":7144045594,"id":39,"parentId":32,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/utils.js","layer":"pages-dir-node"},"startTime":1748961227670,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":8654,"timestamp":7144053565,"id":40,"parentId":31,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/utils.js","layer":"pages-dir-node"},"startTime":1748961227678,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3494,"timestamp":7144063108,"id":43,"parentId":32,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/lib/trace/tracer.js","layer":"pages-dir-node"},"startTime":1748961227688,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":411,"timestamp":7144069290,"id":44,"parentId":32,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/lib/trace/utils.js","layer":"pages-dir-node"},"startTime":1748961227694,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":7630,"timestamp":7144063045,"id":42,"parentId":32,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/encode-uri-path.js","layer":"pages-dir-node"},"startTime":1748961227688,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":9887,"timestamp":7144062889,"id":41,"parentId":32,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/constants.js","layer":"pages-dir-node"},"startTime":1748961227687,"traceId":"1d7d79b67620d551"},{"name":"build-module","duration":123582,"timestamp":7143956347,"id":29,"parentId":23,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?page=%2Fpage&name=app%2Fpage&pagePath=private-next-app-dir%2Fpage.tsx&appDir=%2Fhome%2Fgabriel%2FProjects%2Fresend%2Freact-email%2Fpackages%2Freact-email%2Fsrc%2Fapp&appPaths=%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!","layer":"rsc"},"startTime":1748961227581,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2775,"timestamp":7144082278,"id":46,"parentId":35,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/is-plain-object.js","layer":"pages-dir-node"},"startTime":1748961227707,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1497,"timestamp":7144086477,"id":51,"parentId":43,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/lib/trace/constants.js","layer":"pages-dir-node"},"startTime":1748961227711,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":360,"timestamp":7144089701,"id":53,"parentId":26,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/route-kind.js","layer":"pages-dir-node"},"startTime":1748961227714,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":4026,"timestamp":7144086418,"id":49,"parentId":41,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/modern-browserslist-target.js","layer":"pages-dir-node"},"startTime":1748961227711,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":4480,"timestamp":7144086279,"id":47,"parentId":37,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/page-path/denormalize-page-path.js","layer":"pages-dir-node"},"startTime":1748961227711,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":7814,"timestamp":7144086446,"id":50,"parentId":43,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/is-thenable.js","layer":"pages-dir-node"},"startTime":1748961227711,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":8470,"timestamp":7144086363,"id":48,"parentId":37,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/page-path/normalize-page-path.js","layer":"pages-dir-node"},"startTime":1748961227711,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":445,"timestamp":7144096990,"id":54,"parentId":26,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/build/templates/helpers.js","layer":"pages-dir-node"},"startTime":1748961227722,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":9775,"timestamp":7144089624,"id":52,"parentId":26,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/pages/_error.js","layer":"pages-dir-node"},"startTime":1748961227714,"traceId":"1d7d79b67620d551"},{"name":"build-module","duration":32,"timestamp":7144101716,"id":55,"parentId":48,"tags":{"name":"path","layer":null},"startTime":1748961227726,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":625,"timestamp":7144101764,"id":56,"parentId":26,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/route-modules/pages/module.compiled.js","layer":"pages-dir-node"},"startTime":1748961227726,"traceId":"1d7d79b67620d551"},{"name":"build-module","duration":23116,"timestamp":7144081911,"id":45,"parentId":28,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/build/webpack/loaders/next-metadata-route-loader.js?filePath=%2Fhome%2Fgabriel%2FProjects%2Fresend%2Freact-email%2Fpackages%2Freact-email%2Fsrc%2Fapp%2Ffavicon.ico&isDynamicRouteExtension=0!?__next_metadata_route__","layer":"rsc"},"startTime":1748961227706,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":19,"timestamp":7144105149,"id":57,"parentId":56,"tags":{"name":"next/dist/compiled/next-server/pages.runtime.prod.js","layer":null},"startTime":1748961227730,"traceId":"1d7d79b67620d551"},{"name":"build-module","duration":154480,"timestamp":7143956574,"id":30,"parentId":24,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?page=%2Fpreview%2F%5B...slug%5D%2Fpage&name=app%2Fpreview%2F%5B...slug%5D%2Fpage&pagePath=private-next-app-dir%2Fpreview%2F%5B...slug%5D%2Fpage.tsx&appDir=%2Fhome%2Fgabriel%2FProjects%2Fresend%2Freact-email%2Fpackages%2Freact-email%2Fsrc%2Fapp&appPaths=%2Fpreview%2F%5B...slug%5D%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!","layer":"rsc"},"startTime":1748961227581,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1360,"timestamp":7144116094,"id":60,"parentId":32,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/route-modules/pages/vendored/contexts/html-context.js","layer":"pages-dir-node"},"startTime":1748961227741,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":14228,"timestamp":7144116116,"id":61,"parentId":43,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/compiled/@opentelemetry/api/index.js","layer":"pages-dir-node"},"startTime":1748961227741,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":13727,"timestamp":7144117177,"id":71,"parentId":52,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/request-meta.js","layer":"pages-dir-node"},"startTime":1748961227742,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":16632,"timestamp":7144116134,"id":62,"parentId":28,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/route-kind.js","layer":"rsc"},"startTime":1748961227741,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":21840,"timestamp":7144116691,"id":63,"parentId":28,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/lib/patch-fetch.js","layer":"rsc"},"startTime":1748961227741,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":22159,"timestamp":7144116790,"id":64,"parentId":28,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/route-modules/app-route/module.compiled.js","layer":"rsc"},"startTime":1748961227741,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":22424,"timestamp":7144116868,"id":65,"parentId":27,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/route-modules/app-page/module.compiled.js","layer":"ssr"},"startTime":1748961227741,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":23532,"timestamp":7144116932,"id":66,"parentId":27,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/app-render/entry-base.js","layer":"rsc"},"startTime":1748961227741,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":24874,"timestamp":7144116055,"id":59,"parentId":48,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","layer":"pages-dir-node"},"startTime":1748961227741,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":25182,"timestamp":7144115945,"id":58,"parentId":47,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/page-path/normalize-path-sep.js","layer":"pages-dir-node"},"startTime":1748961227740,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":24436,"timestamp":7144117065,"id":68,"parentId":27,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/not-found-error.js","layer":"rsc"},"startTime":1748961227742,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":24794,"timestamp":7144117023,"id":67,"parentId":27,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/error-boundary.js","layer":"rsc"},"startTime":1748961227742,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":25070,"timestamp":7144117099,"id":69,"parentId":27,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/forbidden-error.js","layer":"rsc"},"startTime":1748961227742,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":25400,"timestamp":7144117145,"id":70,"parentId":27,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/unauthorized-error.js","layer":"rsc"},"startTime":1748961227742,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":26888,"timestamp":7144117202,"id":72,"parentId":52,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/head.js","layer":"pages-dir-node"},"startTime":1748961227742,"traceId":"1d7d79b67620d551"},{"name":"build-module-tsx","duration":9056,"timestamp":7144147022,"id":74,"parentId":29,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/app/page.tsx","layer":"rsc"},"startTime":1748961227772,"traceId":"1d7d79b67620d551"},{"name":"build-module-tsx","duration":10032,"timestamp":7144146573,"id":73,"parentId":27,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/app/layout.tsx","layer":"rsc"},"startTime":1748961227771,"traceId":"1d7d79b67620d551"},{"name":"build-module","duration":15277,"timestamp":7144157666,"id":75,"parentId":29,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/build/webpack/loaders/next-metadata-image-loader.js?type=favicon&segment=&basePath=&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js!/home/gabriel/Projects/resend/react-email/packages/react-email/src/app/favicon.ico?__next_metadata__","layer":"rsc"},"startTime":1748961227782,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":27,"timestamp":7144174362,"id":76,"parentId":64,"tags":{"name":"next/dist/compiled/next-server/app-route.runtime.prod.js","layer":null},"startTime":1748961227799,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":7,"timestamp":7144174401,"id":77,"parentId":65,"tags":{"name":"next/dist/compiled/next-server/app-page.runtime.prod.js","layer":null},"startTime":1748961227799,"traceId":"1d7d79b67620d551"},{"name":"build-module-cjs","duration":598,"timestamp":7144174623,"id":80,"parentId":31,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/cjs/_interop_require_default.cjs","layer":"pages-dir-node"},"startTime":1748961227799,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1851,"timestamp":7144174413,"id":78,"parentId":63,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/lib/trace/constants.js","layer":"rsc"},"startTime":1748961227799,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3401,"timestamp":7144174546,"id":79,"parentId":63,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/lib/trace/tracer.js","layer":"rsc"},"startTime":1748961227799,"traceId":"1d7d79b67620d551"},{"name":"add-entry","duration":285446,"timestamp":7143895434,"id":21,"parentId":18,"tags":{"request":"next/dist/pages/_app"},"startTime":1748961227520,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":8676,"timestamp":7144174643,"id":81,"parentId":45,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/api/server.js","layer":"rsc"},"startTime":1748961227799,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":5569,"timestamp":7144186809,"id":82,"parentId":79,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/compiled/@opentelemetry/api/index.js","layer":"rsc"},"startTime":1748961227811,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":6456,"timestamp":7144186956,"id":83,"parentId":79,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/is-thenable.js","layer":"rsc"},"startTime":1748961227811,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2463,"timestamp":7144197807,"id":84,"parentId":47,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/router/utils/index.js","layer":"pages-dir-node"},"startTime":1748961227822,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1312,"timestamp":7144201449,"id":85,"parentId":63,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/dynamic-rendering-utils.js","layer":"rsc"},"startTime":1748961227826,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1501,"timestamp":7144201622,"id":86,"parentId":63,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/lib/scheduler.js","layer":"rsc"},"startTime":1748961227826,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3432,"timestamp":7144201706,"id":87,"parentId":63,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/app-render/dynamic-rendering.js","layer":"rsc"},"startTime":1748961227826,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2371,"timestamp":7144207619,"id":88,"parentId":63,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/lib/constants.js","layer":"rsc"},"startTime":1748961227832,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2520,"timestamp":7144207748,"id":89,"parentId":63,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/lib/clone-response.js","layer":"rsc"},"startTime":1748961227832,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3240,"timestamp":7144207825,"id":90,"parentId":63,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/lib/dedupe-fetch.js","layer":"rsc"},"startTime":1748961227832,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":5021,"timestamp":7144207888,"id":91,"parentId":66,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/layout-router.js","layer":"rsc"},"startTime":1748961227832,"traceId":"1d7d79b67620d551"},{"name":"build-module-external","duration":32,"timestamp":7144217023,"id":92,"parentId":66,"tags":{"name":"../app-render/work-async-storage.external","layer":null},"startTime":1748961227842,"traceId":"1d7d79b67620d551"},{"name":"build-module-external","duration":7,"timestamp":7144217069,"id":93,"parentId":66,"tags":{"name":"../app-render/action-async-storage.external","layer":null},"startTime":1748961227842,"traceId":"1d7d79b67620d551"},{"name":"build-module-external","duration":12,"timestamp":7144217081,"id":94,"parentId":66,"tags":{"name":"./work-unit-async-storage.external","layer":null},"startTime":1748961227842,"traceId":"1d7d79b67620d551"},{"name":"build-module","duration":21,"timestamp":7144217344,"id":98,"parentId":74,"tags":{"name":"node:path","layer":null},"startTime":1748961227842,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1843,"timestamp":7144217977,"id":101,"parentId":66,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/app-render/collect-segment-data.js","layer":"rsc"},"startTime":1748961227842,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3007,"timestamp":7144217307,"id":97,"parentId":66,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/client-segment.js","layer":"rsc"},"startTime":1748961227842,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3200,"timestamp":7144217263,"id":96,"parentId":66,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/render-from-template-context.js","layer":"rsc"},"startTime":1748961227842,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3543,"timestamp":7144217145,"id":95,"parentId":66,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/client-page.js","layer":"rsc"},"startTime":1748961227842,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3310,"timestamp":7144217864,"id":99,"parentId":66,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/hooks-server-context.js","layer":"rsc"},"startTime":1748961227842,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3677,"timestamp":7144217951,"id":100,"parentId":72,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/side-effect.js","layer":"pages-dir-node"},"startTime":1748961227842,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2740,"timestamp":7144226192,"id":105,"parentId":66,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/request/search-params.js","layer":"rsc"},"startTime":1748961227851,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":4444,"timestamp":7144226274,"id":106,"parentId":66,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/request/params.js","layer":"rsc"},"startTime":1748961227851,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":5957,"timestamp":7144225501,"id":102,"parentId":72,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/amp-mode.js","layer":"pages-dir-node"},"startTime":1748961227850,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":6074,"timestamp":7144225571,"id":103,"parentId":66,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js","layer":"rsc"},"startTime":1748961227850,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":6016,"timestamp":7144226098,"id":104,"parentId":68,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/http-access-fallback/error-fallback.js","layer":"rsc"},"startTime":1748961227851,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":850,"timestamp":7144238111,"id":109,"parentId":66,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/app-render/rsc/preloads.js","layer":"rsc"},"startTime":1748961227863,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1988,"timestamp":7144238192,"id":110,"parentId":66,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/lib/metadata/metadata.js","layer":"rsc"},"startTime":1748961227863,"traceId":"1d7d79b67620d551"},{"name":"build-module-tsx","duration":4908,"timestamp":7144236806,"id":107,"parentId":30,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/app/preview/[...slug]/page.tsx","layer":"rsc"},"startTime":1748961227861,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3862,"timestamp":7144238015,"id":108,"parentId":66,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/metadata/metadata-boundary.js","layer":"rsc"},"startTime":1748961227863,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2655,"timestamp":7144243606,"id":112,"parentId":66,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/app-render/rsc/postpone.js","layer":"rsc"},"startTime":1748961227868,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3108,"timestamp":7144243780,"id":113,"parentId":66,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/app-render/rsc/taint.js","layer":"rsc"},"startTime":1748961227868,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":5696,"timestamp":7144243506,"id":111,"parentId":72,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/utils/warn-once.js","layer":"pages-dir-node"},"startTime":1748961227868,"traceId":"1d7d79b67620d551"},{"name":"build-module-ts","duration":1824,"timestamp":7144255236,"id":115,"parentId":74,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/app/env.ts","layer":"rsc"},"startTime":1748961227880,"traceId":"1d7d79b67620d551"}]
2
- [{"name":"build-module-tsx","duration":2646,"timestamp":7144262889,"id":118,"parentId":74,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/components/shell.tsx","layer":"rsc"},"startTime":1748961227887,"traceId":"1d7d79b67620d551"},{"name":"build-module-tsx","duration":3125,"timestamp":7144262728,"id":117,"parentId":74,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/components/code-snippet.tsx","layer":"rsc"},"startTime":1748961227887,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1411,"timestamp":7144266293,"id":121,"parentId":63,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/response-cache/index.js","layer":"rsc"},"startTime":1748961227891,"traceId":"1d7d79b67620d551"},{"name":"build-module-tsx","duration":4214,"timestamp":7144264294,"id":119,"parentId":73,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/contexts/emails.tsx","layer":"rsc"},"startTime":1748961227889,"traceId":"1d7d79b67620d551"},{"name":"build-module-ts","duration":4770,"timestamp":7144264480,"id":120,"parentId":73,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/utils/get-emails-directory-metadata.ts","layer":"rsc"},"startTime":1748961227889,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3584,"timestamp":7144266443,"id":122,"parentId":84,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/router/utils/is-dynamic.js","layer":"pages-dir-node"},"startTime":1748961227891,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":5171,"timestamp":7144266478,"id":123,"parentId":84,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/router/utils/sorted-routes.js","layer":"pages-dir-node"},"startTime":1748961227891,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":705,"timestamp":7144276190,"id":125,"parentId":81,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/web/exports/index.js","layer":"rsc"},"startTime":1748961227901,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":24912,"timestamp":7144252150,"id":114,"parentId":74,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/api/image.js","layer":"rsc"},"startTime":1748961227877,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":4207,"timestamp":7144276076,"id":124,"parentId":87,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/static-generation-bailout.js","layer":"rsc"},"startTime":1748961227901,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1262,"timestamp":7144281618,"id":126,"parentId":67,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/build/webpack/loaders/next-flight-loader/module-proxy.js","layer":"rsc"},"startTime":1748961227906,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1384,"timestamp":7144281828,"id":127,"parentId":87,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/lib/metadata/metadata-constants.js","layer":"rsc"},"startTime":1748961227906,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2243,"timestamp":7144281930,"id":128,"parentId":90,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/invariant-error.js","layer":"rsc"},"startTime":1748961227906,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1825,"timestamp":7144288468,"id":129,"parentId":75,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/lib/metadata/get-metadata-route.js","layer":"rsc"},"startTime":1748961227913,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2724,"timestamp":7144288633,"id":130,"parentId":101,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/app-render/create-error-handler.js","layer":"rsc"},"startTime":1748961227913,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2021,"timestamp":7144292509,"id":131,"parentId":66,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-server-dom-webpack-server-edge.js","layer":"rsc"},"startTime":1748961227917,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1966,"timestamp":7144292699,"id":132,"parentId":66,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-server-dom-webpack-static-edge.js","layer":"rsc"},"startTime":1748961227917,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3847,"timestamp":7144292843,"id":134,"parentId":101,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/stream-utils/node-web-streams-helper.js","layer":"rsc"},"startTime":1748961227917,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":6214,"timestamp":7144292797,"id":133,"parentId":101,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/segment-cache/segment-value-encoding.js","layer":"rsc"},"startTime":1748961227917,"traceId":"1d7d79b67620d551"},{"name":"build-module-cjs","duration":670,"timestamp":7144299754,"id":135,"parentId":72,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/cjs/_interop_require_wildcard.cjs","layer":"pages-dir-node"},"startTime":1748961227924,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1034,"timestamp":7144305193,"id":136,"parentId":130,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/lib/is-error.js","layer":"rsc"},"startTime":1748961227930,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2436,"timestamp":7144305376,"id":137,"parentId":129,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/page-path/normalize-path-sep.js","layer":"rsc"},"startTime":1748961227930,"traceId":"1d7d79b67620d551"},{"name":"build-module-css","duration":434,"timestamp":7144308255,"id":140,"parentId":73,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/app/globals.css","layer":"rsc"},"startTime":1748961227933,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1724,"timestamp":7144307980,"id":138,"parentId":105,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/create-deduped-by-callsite-server-error-logger.js","layer":"rsc"},"startTime":1748961227932,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1993,"timestamp":7144308144,"id":139,"parentId":105,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/request/utils.js","layer":"rsc"},"startTime":1748961227933,"traceId":"1d7d79b67620d551"},{"name":"image-size-calculation","duration":104,"timestamp":7144315362,"id":144,"parentId":143,"tags":{},"startTime":1748961227940,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":36341,"timestamp":7144314366,"id":142,"parentId":105,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/utils/reflect-utils.js","layer":"rsc"},"startTime":1748961227939,"traceId":"1d7d79b67620d551"},{"name":"build-module","duration":24,"timestamp":7144354011,"id":147,"parentId":120,"tags":{"name":"node:fs","layer":null},"startTime":1748961227979,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":176,"timestamp":7144354045,"id":148,"parentId":72,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/route-modules/pages/vendored/contexts/amp-context.js","layer":"pages-dir-node"},"startTime":1748961227979,"traceId":"1d7d79b67620d551"},{"name":"image-resize","duration":39613,"timestamp":7144315650,"id":145,"parentId":143,"tags":{},"startTime":1748961227940,"traceId":"1d7d79b67620d551"},{"name":"image-base64-tostring","duration":22,"timestamp":7144355270,"id":149,"parentId":143,"tags":{},"startTime":1748961227980,"traceId":"1d7d79b67620d551"},{"name":"image-data-stringify","duration":35,"timestamp":7144355305,"id":150,"parentId":143,"tags":{},"startTime":1748961227980,"traceId":"1d7d79b67620d551"},{"name":"next-image-loader","duration":40925,"timestamp":7144314512,"id":143,"parentId":141,"tags":{},"startTime":1748961227939,"traceId":"1d7d79b67620d551"},{"name":"build-module-png","duration":42259,"timestamp":7144313413,"id":141,"parentId":74,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/app/logo.png","layer":"rsc"},"startTime":1748961227938,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":529,"timestamp":7144355977,"id":151,"parentId":68,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-jsx-runtime.js","layer":"rsc"},"startTime":1748961227980,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":99314,"timestamp":7144257244,"id":116,"parentId":74,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/app-dir/link.js","layer":"rsc"},"startTime":1748961227882,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3772,"timestamp":7144353884,"id":146,"parentId":136,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/is-plain-object.js","layer":"rsc"},"startTime":1748961227978,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":4343,"timestamp":7144361936,"id":153,"parentId":110,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/lib/metadata/resolve-metadata.js","layer":"rsc"},"startTime":1748961227986,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":4568,"timestamp":7144362212,"id":156,"parentId":104,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/esm/_interop_require_default.js","layer":"rsc"},"startTime":1748961227987,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":5055,"timestamp":7144362180,"id":155,"parentId":110,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/metadata/async-metadata.js","layer":"rsc"},"startTime":1748961227987,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":5650,"timestamp":7144362114,"id":154,"parentId":110,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/http-access-fallback/http-access-fallback.js","layer":"rsc"},"startTime":1748961227987,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":183,"timestamp":7144368369,"id":157,"parentId":72,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/route-modules/pages/vendored/contexts/head-manager-context.js","layer":"pages-dir-node"},"startTime":1748961227993,"traceId":"1d7d79b67620d551"},{"name":"add-entry","duration":476061,"timestamp":7143895444,"id":22,"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":1748961227520,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1541,"timestamp":7144372543,"id":158,"parentId":110,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/lib/metadata/generate/basic.js","layer":"rsc"},"startTime":1748961227997,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1666,"timestamp":7144372689,"id":159,"parentId":105,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/web/spec-extension/adapters/reflect.js","layer":"rsc"},"startTime":1748961227997,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1339,"timestamp":7144375715,"id":160,"parentId":110,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/lib/metadata/generate/icons.js","layer":"rsc"},"startTime":1748961228000,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1646,"timestamp":7144375891,"id":161,"parentId":110,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/lib/metadata/generate/alternate.js","layer":"rsc"},"startTime":1748961228000,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2020,"timestamp":7144379068,"id":162,"parentId":110,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/lib/metadata/generate/meta.js","layer":"rsc"},"startTime":1748961228004,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3085,"timestamp":7144379232,"id":163,"parentId":110,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/lib/metadata/generate/opengraph.js","layer":"rsc"},"startTime":1748961228004,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3198,"timestamp":7144379315,"id":164,"parentId":110,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/lib/router-utils/is-postpone.js","layer":"rsc"},"startTime":1748961228004,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":791,"timestamp":7144390053,"id":168,"parentId":101,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/compiled/react-server-dom-webpack/client.edge.js","layer":"rsc"},"startTime":1748961228015,"traceId":"1d7d79b67620d551"},{"name":"build-module-tsx","duration":2565,"timestamp":7144389856,"id":166,"parentId":107,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/contexts/preview.tsx","layer":"rsc"},"startTime":1748961228014,"traceId":"1d7d79b67620d551"},{"name":"build-module-ts","duration":2972,"timestamp":7144389658,"id":165,"parentId":73,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/app/fonts.ts","layer":"rsc"},"startTime":1748961228014,"traceId":"1d7d79b67620d551"},{"name":"build-module-tsx","duration":4573,"timestamp":7144389950,"id":167,"parentId":107,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/app/preview/[...slug]/preview.tsx","layer":"rsc"},"startTime":1748961228014,"traceId":"1d7d79b67620d551"},{"name":"build-module-ts","duration":4729,"timestamp":7144392798,"id":169,"parentId":107,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/utils/linting.ts","layer":"rsc"},"startTime":1748961228017,"traceId":"1d7d79b67620d551"},{"name":"build-module-ts","duration":3149,"timestamp":7144394726,"id":170,"parentId":107,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/utils/load-stream.ts","layer":"rsc"},"startTime":1748961228019,"traceId":"1d7d79b67620d551"},{"name":"build-module-ts","duration":3327,"timestamp":7144395031,"id":172,"parentId":107,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/actions/get-email-path-from-slug.ts","layer":"rsc"},"startTime":1748961228020,"traceId":"1d7d79b67620d551"},{"name":"build-module-tsx","duration":7219,"timestamp":7144394900,"id":171,"parentId":107,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/actions/render-email-by-path.tsx","layer":"rsc"},"startTime":1748961228019,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1718,"timestamp":7144403197,"id":174,"parentId":121,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/response-cache/utils.js","layer":"rsc"},"startTime":1748961228028,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1970,"timestamp":7144403289,"id":175,"parentId":121,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/response-cache/types.js","layer":"rsc"},"startTime":1748961228028,"traceId":"1d7d79b67620d551"},{"name":"build-module-ts","duration":7679,"timestamp":7144403039,"id":173,"parentId":74,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/components/index.ts","layer":"rsc"},"startTime":1748961228028,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":8308,"timestamp":7144403355,"id":176,"parentId":122,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/router/utils/interception-routes.js","layer":"pages-dir-node"},"startTime":1748961228028,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1117,"timestamp":7144414096,"id":178,"parentId":121,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/lib/batcher.js","layer":"rsc"},"startTime":1748961228039,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1449,"timestamp":7144414230,"id":179,"parentId":125,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/request/connection.js","layer":"rsc"},"startTime":1748961228039,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1934,"timestamp":7144414313,"id":180,"parentId":125,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/request/root-params.js","layer":"rsc"},"startTime":1748961228039,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2031,"timestamp":7144414378,"id":181,"parentId":125,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/web/spec-extension/image-response.js","layer":"rsc"},"startTime":1748961228039,"traceId":"1d7d79b67620d551"},{"name":"build-module-ts","duration":7604,"timestamp":7144412092,"id":177,"parentId":107,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/actions/email-validation/check-compatibility.ts","layer":"rsc"},"startTime":1748961228037,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1274,"timestamp":7144428701,"id":182,"parentId":138,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react.js","layer":"rsc"},"startTime":1748961228053,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2810,"timestamp":7144428909,"id":183,"parentId":129,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/server-utils.js","layer":"rsc"},"startTime":1748961228053,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3389,"timestamp":7144429061,"id":185,"parentId":125,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/web/spec-extension/request.js","layer":"rsc"},"startTime":1748961228054,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3490,"timestamp":7144429131,"id":186,"parentId":125,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/web/spec-extension/url-pattern.js","layer":"rsc"},"startTime":1748961228054,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":4137,"timestamp":7144429195,"id":187,"parentId":125,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/web/spec-extension/user-agent.js","layer":"rsc"},"startTime":1748961228054,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":4891,"timestamp":7144429255,"id":188,"parentId":125,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/web/spec-extension/response.js","layer":"rsc"},"startTime":1748961228054,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":75055,"timestamp":7144359166,"id":152,"parentId":107,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/api/navigation.react-server.js","layer":"rsc"},"startTime":1748961227984,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":6487,"timestamp":7144428998,"id":184,"parentId":114,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/image-external.js","layer":"rsc"},"startTime":1748961228054,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2668,"timestamp":7144437214,"id":189,"parentId":130,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/pipe-readable.js","layer":"rsc"},"startTime":1748961228062,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2961,"timestamp":7144437355,"id":190,"parentId":130,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/lib/error-telemetry-utils.js","layer":"rsc"},"startTime":1748961228062,"traceId":"1d7d79b67620d551"},{"name":"build-module","duration":18,"timestamp":7144444719,"id":193,"parentId":183,"tags":{"name":"url","layer":null},"startTime":1748961228069,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1227,"timestamp":7144444636,"id":192,"parentId":129,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/lib/metadata/is-metadata-route.js","layer":"rsc"},"startTime":1748961228069,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":7372,"timestamp":7144444479,"id":191,"parentId":130,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/lib/format-server-error.js","layer":"rsc"},"startTime":1748961228069,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1213,"timestamp":7144454455,"id":194,"parentId":178,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/lib/detached-promise.js","layer":"rsc"},"startTime":1748961228079,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1156,"timestamp":7144454731,"id":198,"parentId":134,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/stream-utils/encodedTags.js","layer":"rsc"},"startTime":1748961228079,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1489,"timestamp":7144454794,"id":199,"parentId":134,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/stream-utils/uint8array-helpers.js","layer":"rsc"},"startTime":1748961228079,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2730,"timestamp":7144454664,"id":196,"parentId":129,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/segment.js","layer":"rsc"},"startTime":1748961228079,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2974,"timestamp":7144454703,"id":197,"parentId":130,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/is-next-router-error.js","layer":"rsc"},"startTime":1748961228079,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3336,"timestamp":7144454611,"id":195,"parentId":129,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/hash.js","layer":"rsc"},"startTime":1748961228079,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3413,"timestamp":7144454886,"id":201,"parentId":183,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/router/utils/app-paths.js","layer":"rsc"},"startTime":1748961228079,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3716,"timestamp":7144454910,"id":202,"parentId":176,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/router/utils/app-paths.js","layer":"pages-dir-node"},"startTime":1748961228079,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":6799,"timestamp":7144454858,"id":200,"parentId":183,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/router/utils/route-regex.js","layer":"rsc"},"startTime":1748961228079,"traceId":"1d7d79b67620d551"},{"name":"build-module-external","duration":14,"timestamp":7144465606,"id":206,"parentId":139,"tags":{"name":"../app-render/after-task-async-storage.external","layer":null},"startTime":1748961228090,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":872,"timestamp":7144465635,"id":207,"parentId":153,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/lib/interop-default.js","layer":"rsc"},"startTime":1748961228090,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1040,"timestamp":7144465739,"id":208,"parentId":153,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/lib/metadata/default-metadata.js","layer":"rsc"},"startTime":1748961228090,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3147,"timestamp":7144464641,"id":204,"parentId":201,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","layer":"rsc"},"startTime":1748961228089,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3551,"timestamp":7144464556,"id":203,"parentId":202,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/segment.js","layer":"pages-dir-node"},"startTime":1748961228089,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2482,"timestamp":7144465850,"id":210,"parentId":129,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/isomorphic/path.js","layer":"rsc"},"startTime":1748961228090,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2677,"timestamp":7144465877,"id":211,"parentId":134,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/errors/constants.js","layer":"rsc"},"startTime":1748961228090,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3006,"timestamp":7144465817,"id":209,"parentId":130,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","layer":"rsc"},"startTime":1748961228090,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3861,"timestamp":7144465493,"id":205,"parentId":200,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/router/utils/interception-routes.js","layer":"rsc"},"startTime":1748961228090,"traceId":"1d7d79b67620d551"},{"name":"add-entry","duration":575599,"timestamp":7143895470,"id":25,"parentId":18,"tags":{"request":"next/dist/pages/_document"},"startTime":1748961227520,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":548,"timestamp":7144471686,"id":212,"parentId":125,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/after/index.js","layer":"rsc"},"startTime":1748961228096,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":731,"timestamp":7144471826,"id":213,"parentId":153,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/lib/app-dir-module.js","layer":"rsc"},"startTime":1748961228096,"traceId":"1d7d79b67620d551"}]
3
- [{"name":"build-module-js","duration":1265,"timestamp":7144475516,"id":214,"parentId":158,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/lib/metadata/constants.js","layer":"rsc"},"startTime":1748961228100,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1475,"timestamp":7144475650,"id":215,"parentId":153,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/lib/metadata/generate/utils.js","layer":"rsc"},"startTime":1748961228100,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1970,"timestamp":7144475728,"id":216,"parentId":153,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/build/output/log.js","layer":"rsc"},"startTime":1748961228100,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2650,"timestamp":7144475800,"id":217,"parentId":153,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/lib/metadata/resolvers/resolve-opengraph.js","layer":"rsc"},"startTime":1748961228100,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2853,"timestamp":7144475863,"id":218,"parentId":153,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/lib/metadata/resolvers/resolve-title.js","layer":"rsc"},"startTime":1748961228100,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3730,"timestamp":7144475921,"id":219,"parentId":153,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/lib/metadata/resolvers/resolve-basics.js","layer":"rsc"},"startTime":1748961228100,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":4009,"timestamp":7144475980,"id":220,"parentId":153,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/lib/metadata/resolvers/resolve-icons.js","layer":"rsc"},"startTime":1748961228100,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":666,"timestamp":7144484252,"id":222,"parentId":162,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/lib/non-nullable.js","layer":"rsc"},"startTime":1748961228109,"traceId":"1d7d79b67620d551"},{"name":"build-module-tsx","duration":2819,"timestamp":7144484095,"id":221,"parentId":107,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/components/toolbar.tsx","layer":"rsc"},"startTime":1748961228109,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":836,"timestamp":7144487977,"id":225,"parentId":130,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/compiled/string-hash/index.js","layer":"rsc"},"startTime":1748961228112,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1421,"timestamp":7144488076,"id":226,"parentId":174,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/render-result.js","layer":"rsc"},"startTime":1748961228113,"traceId":"1d7d79b67620d551"},{"name":"build-module-ts","duration":2415,"timestamp":7144487834,"id":224,"parentId":169,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/actions/email-validation/check-links.ts","layer":"rsc"},"startTime":1748961228112,"traceId":"1d7d79b67620d551"},{"name":"build-module-ts","duration":4632,"timestamp":7144491568,"id":227,"parentId":169,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/actions/email-validation/check-images.ts","layer":"rsc"},"startTime":1748961228116,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":18737,"timestamp":7144484339,"id":223,"parentId":168,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/compiled/react-server-dom-webpack/cjs/react-server-dom-webpack-client.edge.production.js","layer":"rsc"},"startTime":1748961228109,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1487,"timestamp":7144506367,"id":233,"parentId":183,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/web/utils.js","layer":"rsc"},"startTime":1748961228131,"traceId":"1d7d79b67620d551"},{"name":"build-module-tsx","duration":2233,"timestamp":7144506104,"id":229,"parentId":173,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/components/button.tsx","layer":"rsc"},"startTime":1748961228131,"traceId":"1d7d79b67620d551"},{"name":"build-module-ts","duration":2398,"timestamp":7144506200,"id":230,"parentId":171,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/utils/register-spinner-autostopping.ts","layer":"rsc"},"startTime":1748961228131,"traceId":"1d7d79b67620d551"},{"name":"build-module-ts","duration":3243,"timestamp":7144505915,"id":228,"parentId":171,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/utils/get-email-component.ts","layer":"rsc"},"startTime":1748961228130,"traceId":"1d7d79b67620d551"},{"name":"build-module-ts","duration":3325,"timestamp":7144506272,"id":231,"parentId":171,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/utils/improve-error-with-sourcemap.ts","layer":"rsc"},"startTime":1748961228131,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2826,"timestamp":7144510658,"id":237,"parentId":109,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-dom.js","layer":"rsc"},"startTime":1748961228135,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":9268,"timestamp":7144506459,"id":235,"parentId":183,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/router/utils/route-matcher.js","layer":"rsc"},"startTime":1748961228131,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":9736,"timestamp":7144506338,"id":232,"parentId":184,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/image-component.js","layer":"rsc"},"startTime":1748961228131,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":9997,"timestamp":7144506484,"id":236,"parentId":183,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/router/utils/path-match.js","layer":"rsc"},"startTime":1748961228131,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":11744,"timestamp":7144506431,"id":234,"parentId":184,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/get-img-props.js","layer":"rsc"},"startTime":1748961228131,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":8833,"timestamp":7144510823,"id":238,"parentId":183,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/router/utils/prepare-destination.js","layer":"rsc"},"startTime":1748961228135,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2174,"timestamp":7144525914,"id":246,"parentId":185,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/web/next-url.js","layer":"rsc"},"startTime":1748961228150,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2458,"timestamp":7144525975,"id":247,"parentId":185,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/web/error.js","layer":"rsc"},"startTime":1748961228150,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2562,"timestamp":7144526067,"id":249,"parentId":185,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/web/spec-extension/cookies.js","layer":"rsc"},"startTime":1748961228151,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":4054,"timestamp":7144525593,"id":240,"parentId":234,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/utils/warn-once.js","layer":"rsc"},"startTime":1748961228150,"traceId":"1d7d79b67620d551"},{"name":"build-module-tsx","duration":4704,"timestamp":7144525638,"id":241,"parentId":173,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/components/heading.tsx","layer":"rsc"},"startTime":1748961228150,"traceId":"1d7d79b67620d551"},{"name":"build-module-tsx","duration":4852,"timestamp":7144525706,"id":242,"parentId":173,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/components/code.tsx","layer":"rsc"},"startTime":1748961228150,"traceId":"1d7d79b67620d551"},{"name":"build-module-tsx","duration":5111,"timestamp":7144525827,"id":244,"parentId":173,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/components/logo.tsx","layer":"rsc"},"startTime":1748961228150,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":6412,"timestamp":7144525470,"id":239,"parentId":235,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/utils.js","layer":"rsc"},"startTime":1748961228150,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":6105,"timestamp":7144526039,"id":248,"parentId":183,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js","layer":"rsc"},"startTime":1748961228151,"traceId":"1d7d79b67620d551"},{"name":"build-module-tsx","duration":6790,"timestamp":7144525770,"id":243,"parentId":173,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/components/text.tsx","layer":"rsc"},"startTime":1748961228150,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":7172,"timestamp":7144525884,"id":245,"parentId":152,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/navigation.react-server.js","layer":"rsc"},"startTime":1748961228150,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2069,"timestamp":7144534691,"id":250,"parentId":172,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/build/webpack/loaders/next-flight-loader/server-reference.js","layer":"rsc"},"startTime":1748961228159,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1071,"timestamp":7144544244,"id":252,"parentId":189,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/client-component-renderer-logger.js","layer":"rsc"},"startTime":1748961228169,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1148,"timestamp":7144544332,"id":253,"parentId":192,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/lib/is-app-route-route.js","layer":"rsc"},"startTime":1748961228169,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1793,"timestamp":7144544401,"id":254,"parentId":189,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/web/spec-extension/adapters/next-request.js","layer":"rsc"},"startTime":1748961228169,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3229,"timestamp":7144544465,"id":255,"parentId":183,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/i18n/normalize-locale-path.js","layer":"rsc"},"startTime":1748961228169,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":5744,"timestamp":7144544084,"id":251,"parentId":172,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/build/webpack/loaders/next-flight-loader/action-validate.js","layer":"rsc"},"startTime":1748961228169,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":364,"timestamp":7144550235,"id":256,"parentId":153,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/compiled/server-only/empty.js","layer":"rsc"},"startTime":1748961228175,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":806,"timestamp":7144552779,"id":257,"parentId":254,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/request-meta.js","layer":"rsc"},"startTime":1748961228177,"traceId":"1d7d79b67620d551"},{"name":"build-module-ts","duration":1904,"timestamp":7144554075,"id":261,"parentId":177,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/utils/caniemail/get-css-functions.ts","layer":"rsc"},"startTime":1748961228179,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2598,"timestamp":7144553896,"id":259,"parentId":197,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/redirect-error.js","layer":"rsc"},"startTime":1748961228178,"traceId":"1d7d79b67620d551"},{"name":"build-module-ts","duration":3200,"timestamp":7144553986,"id":260,"parentId":177,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/utils/caniemail/get-compatibility-stats-for-entry.ts","layer":"rsc"},"startTime":1748961228178,"traceId":"1d7d79b67620d551"},{"name":"build-module-ts","duration":3374,"timestamp":7144554142,"id":262,"parentId":177,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/utils/caniemail/get-css-property-names.ts","layer":"rsc"},"startTime":1748961228179,"traceId":"1d7d79b67620d551"},{"name":"build-module-ts","duration":3423,"timestamp":7144554220,"id":263,"parentId":177,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/utils/caniemail/get-element-attributes.ts","layer":"rsc"},"startTime":1748961228179,"traceId":"1d7d79b67620d551"},{"name":"build-module-ts","duration":3400,"timestamp":7144554353,"id":265,"parentId":177,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/utils/caniemail/get-css-unit.ts","layer":"rsc"},"startTime":1748961228179,"traceId":"1d7d79b67620d551"},{"name":"build-module-ts","duration":3841,"timestamp":7144554291,"id":264,"parentId":177,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/utils/caniemail/get-element-names.ts","layer":"rsc"},"startTime":1748961228179,"traceId":"1d7d79b67620d551"},{"name":"build-module-ts","duration":4643,"timestamp":7144554413,"id":266,"parentId":177,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/utils/caniemail/get-css-property-with-value.ts","layer":"rsc"},"startTime":1748961228179,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1825,"timestamp":7144561678,"id":267,"parentId":172,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/app-render/encryption.js","layer":"rsc"},"startTime":1748961228186,"traceId":"1d7d79b67620d551"},{"name":"build-module-ts","duration":2394,"timestamp":7144561844,"id":268,"parentId":177,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/utils/caniemail/ast/get-object-variables.ts","layer":"rsc"},"startTime":1748961228186,"traceId":"1d7d79b67620d551"},{"name":"build-module-ts","duration":2746,"timestamp":7144561936,"id":269,"parentId":177,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/utils/caniemail/ast/get-used-style-properties.ts","layer":"rsc"},"startTime":1748961228186,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1236,"timestamp":7144573223,"id":271,"parentId":216,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/lib/lru-cache.js","layer":"rsc"},"startTime":1748961228198,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1412,"timestamp":7144573318,"id":272,"parentId":212,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/after/after.js","layer":"rsc"},"startTime":1748961228198,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2021,"timestamp":7144573395,"id":273,"parentId":200,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/escape-regexp.js","layer":"rsc"},"startTime":1748961228198,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3073,"timestamp":7144573081,"id":270,"parentId":184,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/image-loader.js","layer":"rsc"},"startTime":1748961228198,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":945,"timestamp":7144576300,"id":274,"parentId":171,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/log-symbols@7.0.0/node_modules/log-symbols/index.js","layer":"rsc"},"startTime":1748961228201,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":923,"timestamp":7144581167,"id":275,"parentId":217,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/lib/url.js","layer":"rsc"},"startTime":1748961228206,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1555,"timestamp":7144582940,"id":276,"parentId":216,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/lib/picocolors.js","layer":"rsc"},"startTime":1748961228207,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2266,"timestamp":7144583201,"id":277,"parentId":217,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/lib/metadata/resolvers/resolve-url.js","layer":"rsc"},"startTime":1748961228208,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3458,"timestamp":7144586136,"id":278,"parentId":171,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/ora@8.2.0/node_modules/ora/index.js","layer":"rsc"},"startTime":1748961228211,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1883,"timestamp":7144590653,"id":279,"parentId":171,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/chalk@5.4.0/node_modules/chalk/source/index.js","layer":"rsc"},"startTime":1748961228215,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":7500,"timestamp":7144594942,"id":280,"parentId":187,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/compiled/ua-parser-js/ua-parser.js","layer":"rsc"},"startTime":1748961228219,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":8731,"timestamp":7144595131,"id":281,"parentId":234,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/image-blur-svg.js","layer":"rsc"},"startTime":1748961228220,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":889,"timestamp":7144606695,"id":283,"parentId":177,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+traverse@7.27.0/node_modules/@babel/traverse/lib/index.js","layer":"rsc"},"startTime":1748961228231,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":4107,"timestamp":7144605224,"id":282,"parentId":234,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/image-config.js","layer":"rsc"},"startTime":1748961228230,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":780,"timestamp":7144611725,"id":291,"parentId":238,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/api-utils/get-cookie-parser.js","layer":"rsc"},"startTime":1748961228236,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3830,"timestamp":7144610008,"id":284,"parentId":275,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/app-router-headers.js","layer":"rsc"},"startTime":1748961228235,"traceId":"1d7d79b67620d551"},{"name":"build-module-ts","duration":2903,"timestamp":7144611517,"id":286,"parentId":224,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/actions/email-validation/get-code-location-from-ast-element.ts","layer":"rsc"},"startTime":1748961228236,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3178,"timestamp":7144611611,"id":287,"parentId":245,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/not-found.js","layer":"rsc"},"startTime":1748961228236,"traceId":"1d7d79b67620d551"},{"name":"build-module-ts","duration":3660,"timestamp":7144611369,"id":285,"parentId":224,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/actions/email-validation/quick-fetch.ts","layer":"rsc"},"startTime":1748961228236,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":4943,"timestamp":7144611672,"id":289,"parentId":246,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/get-hostname.js","layer":"rsc"},"startTime":1748961228236,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":5451,"timestamp":7144611699,"id":290,"parentId":238,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/router/utils/parse-url.js","layer":"rsc"},"startTime":1748961228236,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":6119,"timestamp":7144611645,"id":288,"parentId":245,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/redirect.js","layer":"rsc"},"startTime":1748961228236,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":78220,"timestamp":7144618108,"id":293,"parentId":177,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+parser@7.27.0/node_modules/@babel/parser/lib/index.js","layer":"rsc"},"startTime":1748961228243,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":83116,"timestamp":7144615273,"id":292,"parentId":245,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/forbidden.js","layer":"rsc"},"startTime":1748961228240,"traceId":"1d7d79b67620d551"},{"name":"build-module-ts","duration":204862,"timestamp":7144552916,"id":258,"parentId":177,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/actions/email-validation/caniemail-data.ts","layer":"rsc"},"startTime":1748961228177,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3400,"timestamp":7144758260,"id":294,"parentId":245,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/unauthorized.js","layer":"rsc"},"startTime":1748961228383,"traceId":"1d7d79b67620d551"},{"name":"build-module-ts","duration":3288,"timestamp":7144759763,"id":296,"parentId":228,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/utils/result.ts","layer":"rsc"},"startTime":1748961228384,"traceId":"1d7d79b67620d551"},{"name":"build-module-tsx","duration":3707,"timestamp":7144759599,"id":295,"parentId":173,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/components/topbar.tsx","layer":"rsc"},"startTime":1748961228384,"traceId":"1d7d79b67620d551"},{"name":"build-module-ts","duration":4334,"timestamp":7144759860,"id":297,"parentId":228,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/utils/run-bundled-code.ts","layer":"rsc"},"startTime":1748961228384,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":4537,"timestamp":7144759938,"id":298,"parentId":245,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/unstable-rethrow.js","layer":"rsc"},"startTime":1748961228384,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":5346,"timestamp":7144759971,"id":299,"parentId":246,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/i18n/detect-domain-locale.js","layer":"rsc"},"startTime":1748961228384,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":5532,"timestamp":7144760045,"id":301,"parentId":246,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/router/utils/format-next-pathname-info.js","layer":"rsc"},"startTime":1748961228385,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":5932,"timestamp":7144760014,"id":300,"parentId":246,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/router/utils/get-next-pathname-info.js","layer":"rsc"},"startTime":1748961228385,"traceId":"1d7d79b67620d551"},{"name":"build-module-ts","duration":11534,"timestamp":7144761860,"id":302,"parentId":228,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/utils/esbuild/renderring-utilities-exporter.ts","layer":"rsc"},"startTime":1748961228386,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":590,"timestamp":7144777986,"id":304,"parentId":254,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/base-http/helpers.js","layer":"rsc"},"startTime":1748961228402,"traceId":"1d7d79b67620d551"},{"name":"build-module","duration":22,"timestamp":7144780943,"id":305,"parentId":285,"tags":{"name":"node:http","layer":null},"startTime":1748961228405,"traceId":"1d7d79b67620d551"},{"name":"build-module","duration":4,"timestamp":7144780978,"id":306,"parentId":285,"tags":{"name":"node:https","layer":null},"startTime":1748961228405,"traceId":"1d7d79b67620d551"},{"name":"build-module-ts","duration":70674,"timestamp":7144782978,"id":307,"parentId":173,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/components/sidebar/index.ts","layer":"rsc"},"startTime":1748961228407,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":70497,"timestamp":7144784996,"id":310,"parentId":259,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/redirect-status-code.js","layer":"rsc"},"startTime":1748961228410,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":698,"timestamp":7144856080,"id":315,"parentId":224,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/node-html-parser@7.0.1/node_modules/node-html-parser/dist/index.js","layer":"rsc"},"startTime":1748961228481,"traceId":"1d7d79b67620d551"},{"name":"build-module","duration":14,"timestamp":7144858764,"id":316,"parentId":297,"tags":{"name":"node:vm","layer":null},"startTime":1748961228483,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":506,"timestamp":7144862439,"id":317,"parentId":231,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/source-map.js","layer":"rsc"},"startTime":1748961228487,"traceId":"1d7d79b67620d551"},{"name":"build-module","duration":18,"timestamp":7144870329,"id":322,"parentId":228,"tags":{"name":"esbuild","layer":null},"startTime":1748961228495,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2947,"timestamp":7144869732,"id":318,"parentId":236,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/compiled/path-to-regexp/index.js","layer":"rsc"},"startTime":1748961228494,"traceId":"1d7d79b67620d551"},{"name":"build-module-ts","duration":3615,"timestamp":7144869967,"id":319,"parentId":241,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/utils/index.ts","layer":"rsc"},"startTime":1748961228494,"traceId":"1d7d79b67620d551"},{"name":"build-module-ts","duration":3898,"timestamp":7144870110,"id":320,"parentId":262,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/utils/caniemail/all-css-properties.ts","layer":"rsc"},"startTime":1748961228495,"traceId":"1d7d79b67620d551"}]
4
- [{"name":"build-module-mjs","duration":27140,"timestamp":7144874892,"id":323,"parentId":228,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/zod@3.24.3/node_modules/zod/lib/index.mjs","layer":"rsc"},"startTime":1748961228499,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":33903,"timestamp":7144870224,"id":321,"parentId":267,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/app-render/encryption-utils.js","layer":"rsc"},"startTime":1748961228495,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":470,"timestamp":7144908298,"id":326,"parentId":274,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/log-symbols@7.0.0/node_modules/log-symbols/symbols.js","layer":"rsc"},"startTime":1748961228533,"traceId":"1d7d79b67620d551"},{"name":"build-module-ts","duration":3876,"timestamp":7144906904,"id":325,"parentId":269,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/utils/caniemail/tailwind/get-tailwind-metadata.ts","layer":"rsc"},"startTime":1748961228531,"traceId":"1d7d79b67620d551"},{"name":"build-module-ts","duration":4307,"timestamp":7144906736,"id":324,"parentId":269,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/utils/caniemail/tailwind/generate-tailwind-rules.ts","layer":"rsc"},"startTime":1748961228531,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1093,"timestamp":7144914957,"id":327,"parentId":279,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/chalk@5.4.0/node_modules/chalk/source/utilities.js","layer":"rsc"},"startTime":1748961228539,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2540,"timestamp":7144915207,"id":330,"parentId":249,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/compiled/@edge-runtime/cookies/index.js","layer":"rsc"},"startTime":1748961228540,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":4670,"timestamp":7144915174,"id":329,"parentId":290,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/router/utils/parse-relative-url.js","layer":"rsc"},"startTime":1748961228540,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":5126,"timestamp":7144915117,"id":328,"parentId":290,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/router/utils/querystring.js","layer":"rsc"},"startTime":1748961228540,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1219,"timestamp":7144921573,"id":331,"parentId":279,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/chalk@5.4.0/node_modules/chalk/source/vendor/supports-color/index.js","layer":"rsc"},"startTime":1748961228546,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1336,"timestamp":7144923183,"id":332,"parentId":241,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@radix-ui+react-slot@1.2.0_@types+react@19.0.1_react@19.0.0/node_modules/@radix-ui/react-slot/dist/index.mjs","layer":"rsc"},"startTime":1748961228548,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2054,"timestamp":7144923314,"id":333,"parentId":279,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/chalk@5.4.0/node_modules/chalk/source/vendor/ansi-styles/index.js","layer":"rsc"},"startTime":1748961228548,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1070,"timestamp":7144927938,"id":334,"parentId":283,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+traverse@7.27.0/node_modules/@babel/traverse/lib/cache.js","layer":"rsc"},"startTime":1748961228552,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1121,"timestamp":7144928091,"id":335,"parentId":283,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+traverse@7.27.0/node_modules/@babel/traverse/lib/hub.js","layer":"rsc"},"startTime":1748961228553,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1281,"timestamp":7144928170,"id":336,"parentId":283,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+traverse@7.27.0/node_modules/@babel/traverse/lib/traverse-node.js","layer":"rsc"},"startTime":1748961228553,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2197,"timestamp":7144928246,"id":337,"parentId":283,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+traverse@7.27.0/node_modules/@babel/traverse/lib/visitors.js","layer":"rsc"},"startTime":1748961228553,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3102,"timestamp":7144928317,"id":338,"parentId":283,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+traverse@7.27.0/node_modules/@babel/traverse/lib/path/context.js","layer":"rsc"},"startTime":1748961228553,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1824,"timestamp":7144934803,"id":339,"parentId":283,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+traverse@7.27.0/node_modules/@babel/traverse/lib/path/index.js","layer":"rsc"},"startTime":1748961228559,"traceId":"1d7d79b67620d551"},{"name":"build-module","duration":16,"timestamp":7144938512,"id":342,"parentId":278,"tags":{"name":"node:process","layer":null},"startTime":1748961228563,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3984,"timestamp":7144938431,"id":341,"parentId":283,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+traverse@7.27.0/node_modules/@babel/traverse/lib/scope/index.js","layer":"rsc"},"startTime":1748961228563,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":7458,"timestamp":7144938317,"id":340,"parentId":298,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/unstable-rethrow.server.js","layer":"rsc"},"startTime":1748961228563,"traceId":"1d7d79b67620d551"},{"name":"build-module-ts","duration":2905,"timestamp":7144950831,"id":343,"parentId":286,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/utils/get-line-and-column-from-offset.ts","layer":"rsc"},"startTime":1748961228575,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2906,"timestamp":7144951134,"id":346,"parentId":301,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js","layer":"rsc"},"startTime":1748961228576,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3199,"timestamp":7144951040,"id":344,"parentId":301,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/router/utils/add-path-suffix.js","layer":"rsc"},"startTime":1748961228576,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3304,"timestamp":7144951098,"id":345,"parentId":300,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/router/utils/remove-path-prefix.js","layer":"rsc"},"startTime":1748961228576,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3720,"timestamp":7144951201,"id":348,"parentId":300,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js","layer":"rsc"},"startTime":1748961228576,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3966,"timestamp":7144951175,"id":347,"parentId":301,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/router/utils/add-locale.js","layer":"rsc"},"startTime":1748961228576,"traceId":"1d7d79b67620d551"},{"name":"build-module-ts","duration":3038,"timestamp":7144952262,"id":350,"parentId":302,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/utils/esbuild/escape-string-for-regex.ts","layer":"rsc"},"startTime":1748961228577,"traceId":"1d7d79b67620d551"},{"name":"build-module-ts","duration":3547,"timestamp":7144952133,"id":349,"parentId":297,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/utils/static-node-modules-for-vm.ts","layer":"rsc"},"startTime":1748961228577,"traceId":"1d7d79b67620d551"},{"name":"build-module","duration":29,"timestamp":7144991336,"id":351,"parentId":349,"tags":{"name":"node:fs/promises","layer":null},"startTime":1748961228616,"traceId":"1d7d79b67620d551"},{"name":"build-module","duration":6,"timestamp":7144991386,"id":352,"parentId":349,"tags":{"name":"node:timers/promises","layer":null},"startTime":1748961228616,"traceId":"1d7d79b67620d551"},{"name":"build-module","duration":5,"timestamp":7144991398,"id":353,"parentId":349,"tags":{"name":"node:assert","layer":null},"startTime":1748961228616,"traceId":"1d7d79b67620d551"},{"name":"build-module","duration":3,"timestamp":7144991406,"id":354,"parentId":349,"tags":{"name":"node:async_hooks","layer":null},"startTime":1748961228616,"traceId":"1d7d79b67620d551"},{"name":"build-module","duration":3,"timestamp":7144991412,"id":355,"parentId":349,"tags":{"name":"node:child_process","layer":null},"startTime":1748961228616,"traceId":"1d7d79b67620d551"},{"name":"build-module","duration":3,"timestamp":7144991418,"id":356,"parentId":349,"tags":{"name":"node:buffer","layer":null},"startTime":1748961228616,"traceId":"1d7d79b67620d551"},{"name":"build-module","duration":3,"timestamp":7144991425,"id":357,"parentId":349,"tags":{"name":"node:console","layer":null},"startTime":1748961228616,"traceId":"1d7d79b67620d551"},{"name":"build-module","duration":3,"timestamp":7144991431,"id":358,"parentId":349,"tags":{"name":"node:constants","layer":null},"startTime":1748961228616,"traceId":"1d7d79b67620d551"},{"name":"build-module","duration":3,"timestamp":7144991437,"id":359,"parentId":349,"tags":{"name":"node:crypto","layer":null},"startTime":1748961228616,"traceId":"1d7d79b67620d551"},{"name":"build-module","duration":3,"timestamp":7144991443,"id":360,"parentId":349,"tags":{"name":"node:cluster","layer":null},"startTime":1748961228616,"traceId":"1d7d79b67620d551"},{"name":"build-module","duration":3,"timestamp":7144991449,"id":361,"parentId":349,"tags":{"name":"node:dgram","layer":null},"startTime":1748961228616,"traceId":"1d7d79b67620d551"},{"name":"build-module","duration":3,"timestamp":7144991455,"id":362,"parentId":349,"tags":{"name":"node:diagnostics_channel","layer":null},"startTime":1748961228616,"traceId":"1d7d79b67620d551"},{"name":"build-module","duration":3,"timestamp":7144991461,"id":363,"parentId":349,"tags":{"name":"node:domain","layer":null},"startTime":1748961228616,"traceId":"1d7d79b67620d551"},{"name":"build-module","duration":3,"timestamp":7144991467,"id":364,"parentId":349,"tags":{"name":"node:events","layer":null},"startTime":1748961228616,"traceId":"1d7d79b67620d551"},{"name":"build-module","duration":3,"timestamp":7144991473,"id":365,"parentId":349,"tags":{"name":"node:dns","layer":null},"startTime":1748961228616,"traceId":"1d7d79b67620d551"},{"name":"build-module","duration":4,"timestamp":7144991480,"id":366,"parentId":349,"tags":{"name":"node:inspector","layer":null},"startTime":1748961228616,"traceId":"1d7d79b67620d551"},{"name":"build-module","duration":2,"timestamp":7144991486,"id":367,"parentId":349,"tags":{"name":"node:module","layer":null},"startTime":1748961228616,"traceId":"1d7d79b67620d551"},{"name":"build-module","duration":4,"timestamp":7144991491,"id":368,"parentId":349,"tags":{"name":"node:net","layer":null},"startTime":1748961228616,"traceId":"1d7d79b67620d551"},{"name":"build-module","duration":3,"timestamp":7144991498,"id":369,"parentId":349,"tags":{"name":"node:http2","layer":null},"startTime":1748961228616,"traceId":"1d7d79b67620d551"},{"name":"build-module","duration":3,"timestamp":7144991504,"id":370,"parentId":349,"tags":{"name":"node:os","layer":null},"startTime":1748961228616,"traceId":"1d7d79b67620d551"},{"name":"build-module","duration":19,"timestamp":7144994919,"id":371,"parentId":349,"tags":{"name":"node:perf_hooks","layer":null},"startTime":1748961228619,"traceId":"1d7d79b67620d551"},{"name":"build-module","duration":5,"timestamp":7144994954,"id":372,"parentId":349,"tags":{"name":"node:querystring","layer":null},"startTime":1748961228619,"traceId":"1d7d79b67620d551"},{"name":"build-module","duration":3,"timestamp":7144994963,"id":373,"parentId":349,"tags":{"name":"node:stream","layer":null},"startTime":1748961228619,"traceId":"1d7d79b67620d551"},{"name":"build-module","duration":3,"timestamp":7144994969,"id":374,"parentId":349,"tags":{"name":"node:repl","layer":null},"startTime":1748961228619,"traceId":"1d7d79b67620d551"},{"name":"build-module","duration":3,"timestamp":7144994975,"id":375,"parentId":349,"tags":{"name":"node:string_decoder","layer":null},"startTime":1748961228619,"traceId":"1d7d79b67620d551"},{"name":"build-module","duration":64,"timestamp":7144996660,"id":376,"parentId":349,"tags":{"name":"node:timers","layer":null},"startTime":1748961228621,"traceId":"1d7d79b67620d551"},{"name":"build-module","duration":3,"timestamp":7144996737,"id":377,"parentId":349,"tags":{"name":"node:readline","layer":null},"startTime":1748961228621,"traceId":"1d7d79b67620d551"},{"name":"build-module","duration":16,"timestamp":7144997972,"id":378,"parentId":349,"tags":{"name":"node:util/types","layer":null},"startTime":1748961228622,"traceId":"1d7d79b67620d551"},{"name":"build-module","duration":4,"timestamp":7144998006,"id":379,"parentId":331,"tags":{"name":"node:tty","layer":null},"startTime":1748961228623,"traceId":"1d7d79b67620d551"},{"name":"build-module","duration":16,"timestamp":7145000905,"id":380,"parentId":349,"tags":{"name":"node:tls","layer":null},"startTime":1748961228625,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2625,"timestamp":7145003578,"id":381,"parentId":278,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/strip-ansi@7.1.0/node_modules/strip-ansi/index.js","layer":"rsc"},"startTime":1748961228628,"traceId":"1d7d79b67620d551"},{"name":"build-module","duration":12,"timestamp":7145006518,"id":382,"parentId":349,"tags":{"name":"node:url","layer":null},"startTime":1748961228631,"traceId":"1d7d79b67620d551"},{"name":"build-module","duration":4,"timestamp":7145006539,"id":383,"parentId":349,"tags":{"name":"node:util","layer":null},"startTime":1748961228631,"traceId":"1d7d79b67620d551"},{"name":"build-module","duration":16,"timestamp":7145013512,"id":385,"parentId":349,"tags":{"name":"node:v8","layer":null},"startTime":1748961228638,"traceId":"1d7d79b67620d551"},{"name":"build-module","duration":4,"timestamp":7145013544,"id":386,"parentId":349,"tags":{"name":"node:worker_threads","layer":null},"startTime":1748961228638,"traceId":"1d7d79b67620d551"},{"name":"build-module","duration":3,"timestamp":7145013552,"id":387,"parentId":349,"tags":{"name":"node:zlib","layer":null},"startTime":1748961228638,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":907,"timestamp":7145013346,"id":384,"parentId":278,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/cli-cursor@5.0.0/node_modules/cli-cursor/index.js","layer":"rsc"},"startTime":1748961228638,"traceId":"1d7d79b67620d551"},{"name":"font-loader","duration":203792,"timestamp":7144816615,"id":312,"parentId":311,"tags":{},"startTime":1748961228441,"traceId":"1d7d79b67620d551"},{"name":"build-module","duration":246004,"timestamp":7144775450,"id":303,"parentId":297,"tags":{"layer":"rsc"},"startTime":1748961228400,"traceId":"1d7d79b67620d551"},{"name":"postcss","duration":3285,"timestamp":7145199664,"id":388,"parentId":311,"tags":{},"startTime":1748961228824,"traceId":"1d7d79b67620d551"},{"name":"next-font-loader","duration":418156,"timestamp":7144785180,"id":311,"parentId":308,"tags":{},"startTime":1748961228410,"traceId":"1d7d79b67620d551"},{"name":"css-loader","duration":22453,"timestamp":7145203090,"id":389,"parentId":308,"tags":{"astUsed":"true"},"startTime":1748961228828,"traceId":"1d7d79b67620d551"},{"name":"build-module","duration":442725,"timestamp":7144783142,"id":308,"parentId":165,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/font/local/target.css?{\"path\":\"src/app/fonts.ts\",\"import\":\"\",\"arguments\":[{\"src\":[{\"path\":\"./fonts/SFMono/SFMonoLight.otf\",\"weight\":\"300\"},{\"path\":\"./fonts/SFMono/SFMonoRegular.otf\",\"weight\":\"400\"},{\"path\":\"./fonts/SFMono/SFMonoMedium.otf\",\"weight\":\"500\"},{\"path\":\"./fonts/SFMono/SFMonoSemibold.otf\",\"weight\":\"600\"},{\"path\":\"./fonts/SFMono/SFMonoBold.otf\",\"weight\":\"700\"},{\"path\":\"./fonts/SFMono/SFMonoHeavy.otf\",\"weight\":\"800\"}],\"variable\":\"--font-sf-mono\",\"display\":\"swap\"}],\"variableName\":\"sfMono\"}","layer":"rsc"},"startTime":1748961228408,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1759,"timestamp":7145249646,"id":390,"parentId":278,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/log-symbols@6.0.0/node_modules/log-symbols/index.js","layer":"rsc"},"startTime":1748961228874,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1836,"timestamp":7145249818,"id":391,"parentId":278,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/is-interactive@2.0.0/node_modules/is-interactive/index.js","layer":"rsc"},"startTime":1748961228874,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2942,"timestamp":7145249977,"id":393,"parentId":278,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/string-width@7.2.0/node_modules/string-width/index.js","layer":"rsc"},"startTime":1748961228874,"traceId":"1d7d79b67620d551"},{"name":"build-module-tsx","duration":5051,"timestamp":7145249902,"id":392,"parentId":307,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/components/sidebar/sidebar.tsx","layer":"rsc"},"startTime":1748961228874,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":922,"timestamp":7145256073,"id":394,"parentId":291,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/compiled/cookie/index.js","layer":"rsc"},"startTime":1748961228881,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":536,"timestamp":7145257546,"id":395,"parentId":315,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/node-html-parser@7.0.1/node_modules/node-html-parser/dist/parse.js","layer":"rsc"},"startTime":1748961228882,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":579,"timestamp":7145257678,"id":396,"parentId":315,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/node-html-parser@7.0.1/node_modules/node-html-parser/dist/valid.js","layer":"rsc"},"startTime":1748961228882,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1480,"timestamp":7145260645,"id":397,"parentId":231,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/stacktrace-parser@0.1.11/node_modules/stacktrace-parser/dist/stack-trace-parser.esm.js","layer":"rsc"},"startTime":1748961228885,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1742,"timestamp":7145260785,"id":398,"parentId":315,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/node-html-parser@7.0.1/node_modules/node-html-parser/dist/nodes/comment.js","layer":"rsc"},"startTime":1748961228885,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1952,"timestamp":7145260856,"id":399,"parentId":315,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/node-html-parser@7.0.1/node_modules/node-html-parser/dist/nodes/node.js","layer":"rsc"},"startTime":1748961228885,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":4503,"timestamp":7145263869,"id":400,"parentId":315,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/node-html-parser@7.0.1/node_modules/node-html-parser/dist/nodes/html.js","layer":"rsc"},"startTime":1748961228888,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":4825,"timestamp":7145264034,"id":401,"parentId":315,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/node-html-parser@7.0.1/node_modules/node-html-parser/dist/nodes/text.js","layer":"rsc"},"startTime":1748961228889,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":5004,"timestamp":7145264113,"id":402,"parentId":278,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/is-unicode-supported@2.1.0/node_modules/is-unicode-supported/index.js","layer":"rsc"},"startTime":1748961228889,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1024,"timestamp":7145274928,"id":403,"parentId":315,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/node-html-parser@7.0.1/node_modules/node-html-parser/dist/nodes/type.js","layer":"rsc"},"startTime":1748961228899,"traceId":"1d7d79b67620d551"},{"name":"build-module-ts","duration":2883,"timestamp":7145275082,"id":404,"parentId":319,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/utils/sanitize.ts","layer":"rsc"},"startTime":1748961228900,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2397,"timestamp":7145278333,"id":408,"parentId":317,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/lib/source-map-generator.js","layer":"rsc"},"startTime":1748961228903,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":4656,"timestamp":7145278400,"id":409,"parentId":317,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/lib/source-map-consumer.js","layer":"rsc"},"startTime":1748961228903,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":5570,"timestamp":7145278460,"id":410,"parentId":317,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/lib/source-node.js","layer":"rsc"},"startTime":1748961228903,"traceId":"1d7d79b67620d551"},{"name":"build-module-ts","duration":6540,"timestamp":7145278044,"id":405,"parentId":319,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/utils/unreachable.ts","layer":"rsc"},"startTime":1748961228903,"traceId":"1d7d79b67620d551"},{"name":"build-module-ts","duration":6574,"timestamp":7145278193,"id":406,"parentId":319,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/utils/cn.ts","layer":"rsc"},"startTime":1748961228903,"traceId":"1d7d79b67620d551"},{"name":"build-module-ts","duration":6649,"timestamp":7145278269,"id":407,"parentId":319,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/utils/language-map.ts","layer":"rsc"},"startTime":1748961228903,"traceId":"1d7d79b67620d551"},{"name":"build-module-ts","duration":6547,"timestamp":7145278528,"id":411,"parentId":319,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/utils/copy-text-to-clipboard.ts","layer":"rsc"},"startTime":1748961228903,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":544,"timestamp":7145287119,"id":412,"parentId":278,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/stdin-discarder@0.2.2/node_modules/stdin-discarder/index.js","layer":"rsc"},"startTime":1748961228912,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":833,"timestamp":7145290803,"id":416,"parentId":278,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/cli-spinners@2.9.2/node_modules/cli-spinners/index.js","layer":"rsc"},"startTime":1748961228915,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1429,"timestamp":7145290873,"id":417,"parentId":336,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+traverse@7.27.0/node_modules/@babel/traverse/lib/context.js","layer":"rsc"},"startTime":1748961228915,"traceId":"1d7d79b67620d551"},{"name":"build-module-ts","duration":2058,"timestamp":7145290506,"id":413,"parentId":319,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/utils/types/as.ts","layer":"rsc"},"startTime":1748961228915,"traceId":"1d7d79b67620d551"},{"name":"build-module-ts","duration":2035,"timestamp":7145290717,"id":415,"parentId":325,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/utils/caniemail/tailwind/setup-tailwind-context.ts","layer":"rsc"},"startTime":1748961228915,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1328,"timestamp":7145293884,"id":418,"parentId":338,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+traverse@7.27.0/node_modules/@babel/traverse/lib/path/removal.js","layer":"rsc"},"startTime":1748961228918,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2193,"timestamp":7145294053,"id":419,"parentId":339,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+traverse@7.27.0/node_modules/@babel/traverse/lib/path/replacement.js","layer":"rsc"},"startTime":1748961228919,"traceId":"1d7d79b67620d551"}]
5
- [{"name":"build-module-ts","duration":6627,"timestamp":7145290634,"id":414,"parentId":325,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/utils/caniemail/tailwind/get-tailwind-config.ts","layer":"rsc"},"startTime":1748961228915,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2437,"timestamp":7145310849,"id":420,"parentId":339,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+traverse@7.27.0/node_modules/@babel/traverse/lib/path/evaluation.js","layer":"rsc"},"startTime":1748961228935,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3327,"timestamp":7145311058,"id":421,"parentId":339,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+traverse@7.27.0/node_modules/@babel/traverse/lib/path/ancestry.js","layer":"rsc"},"startTime":1748961228936,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":5714,"timestamp":7145311161,"id":422,"parentId":339,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+traverse@7.27.0/node_modules/@babel/traverse/lib/path/conversion.js","layer":"rsc"},"startTime":1748961228936,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2046,"timestamp":7145321166,"id":423,"parentId":339,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+traverse@7.27.0/node_modules/@babel/traverse/lib/path/introspection.js","layer":"rsc"},"startTime":1748961228946,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1256,"timestamp":7145324979,"id":424,"parentId":339,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+traverse@7.27.0/node_modules/@babel/traverse/lib/path/comments.js","layer":"rsc"},"startTime":1748961228949,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2295,"timestamp":7145325139,"id":425,"parentId":339,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+traverse@7.27.0/node_modules/@babel/traverse/lib/path/modification.js","layer":"rsc"},"startTime":1748961228950,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3324,"timestamp":7145325216,"id":426,"parentId":339,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+traverse@7.27.0/node_modules/@babel/traverse/lib/path/family.js","layer":"rsc"},"startTime":1748961228950,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":757,"timestamp":7145336174,"id":427,"parentId":341,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+traverse@7.27.0/node_modules/@babel/traverse/lib/scope/binding.js","layer":"rsc"},"startTime":1748961228961,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":472,"timestamp":7145337722,"id":428,"parentId":337,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+traverse@7.27.0/node_modules/@babel/traverse/lib/path/lib/virtual-types.js","layer":"rsc"},"startTime":1748961228962,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":758,"timestamp":7145339087,"id":429,"parentId":337,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+traverse@7.27.0/node_modules/@babel/traverse/lib/path/lib/virtual-types-validator.js","layer":"rsc"},"startTime":1748961228964,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1387,"timestamp":7145342148,"id":430,"parentId":339,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+traverse@7.27.0/node_modules/@babel/traverse/lib/path/inference/index.js","layer":"rsc"},"startTime":1748961228967,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1802,"timestamp":7145342313,"id":432,"parentId":341,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+traverse@7.27.0/node_modules/@babel/traverse/lib/scope/lib/renamer.js","layer":"rsc"},"startTime":1748961228967,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":5042,"timestamp":7145342376,"id":433,"parentId":324,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/tailwindcss@3.4.0/node_modules/tailwindcss/lib/lib/generateRules.js","layer":"rsc"},"startTime":1748961228967,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":6462,"timestamp":7145342439,"id":434,"parentId":324,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/tailwindcss@3.4.0/node_modules/tailwindcss/lib/lib/evaluateTailwindFunctions.js","layer":"rsc"},"startTime":1748961228967,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":7917,"timestamp":7145342263,"id":431,"parentId":346,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/router/utils/parse-path.js","layer":"rsc"},"startTime":1748961228967,"traceId":"1d7d79b67620d551"},{"name":"add-entry","duration":1455927,"timestamp":7143895414,"id":20,"parentId":18,"tags":{"request":"next-app-loader?page=%2Ffavicon.ico%2Froute&name=app%2Ffavicon.ico%2Froute&pagePath=private-next-app-dir%2Ffavicon.ico&appDir=%2Fhome%2Fgabriel%2FProjects%2Fresend%2Freact-email%2Fpackages%2Freact-email%2Fsrc%2Fapp&appPaths=%2Ffavicon.ico&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1748961227520,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2257,"timestamp":7145363273,"id":435,"parentId":283,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+types@7.27.1/node_modules/@babel/types/lib/index.js","layer":"rsc"},"startTime":1748961228988,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2252,"timestamp":7145363527,"id":437,"parentId":326,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/yoctocolors@2.1.1/node_modules/yoctocolors/index.js","layer":"rsc"},"startTime":1748961228988,"traceId":"1d7d79b67620d551"},{"name":"build-module-ts","duration":3420,"timestamp":7145363441,"id":436,"parentId":303,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/utils/caniemail/ast/get-object-variables.spec.ts","layer":"rsc"},"startTime":1748961228988,"traceId":"1d7d79b67620d551"},{"name":"build-module-snap","duration":409,"timestamp":7145423545,"id":443,"parentId":303,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/utils/caniemail/ast/__snapshots__/get-object-variables.spec.ts.snap","layer":"rsc"},"startTime":1748961229048,"traceId":"1d7d79b67620d551"},{"name":"build-module-snap","duration":456,"timestamp":7145423586,"id":444,"parentId":303,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/utils/caniemail/ast/__snapshots__/get-used-style-properties.spec.ts.snap","layer":"rsc"},"startTime":1748961229048,"traceId":"1d7d79b67620d551"},{"name":"build-module-snap","duration":452,"timestamp":7145423699,"id":446,"parentId":303,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/utils/__snapshots__/get-email-component.spec.ts.snap","layer":"rsc"},"startTime":1748961229048,"traceId":"1d7d79b67620d551"},{"name":"build-module-ts","duration":2542,"timestamp":7145422149,"id":439,"parentId":303,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/utils/constants.ts","layer":"rsc"},"startTime":1748961229047,"traceId":"1d7d79b67620d551"},{"name":"build-module-ts","duration":2942,"timestamp":7145421965,"id":438,"parentId":303,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/utils/caniemail/ast/get-used-style-properties.spec.ts","layer":"rsc"},"startTime":1748961229046,"traceId":"1d7d79b67620d551"},{"name":"build-module-ts","duration":2932,"timestamp":7145422228,"id":440,"parentId":303,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/utils/contains-email-template.ts","layer":"rsc"},"startTime":1748961229047,"traceId":"1d7d79b67620d551"},{"name":"build-module-ts","duration":3150,"timestamp":7145422295,"id":441,"parentId":303,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/utils/contains-email-template.spec.ts","layer":"rsc"},"startTime":1748961229047,"traceId":"1d7d79b67620d551"},{"name":"build-module-ts","duration":3767,"timestamp":7145422362,"id":442,"parentId":303,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/utils/caniemail/tailwind/get-tailwind-metadata.spec.ts","layer":"rsc"},"startTime":1748961229047,"traceId":"1d7d79b67620d551"},{"name":"build-module-ts","duration":6806,"timestamp":7145423600,"id":445,"parentId":303,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/utils/get-email-component.spec.ts","layer":"rsc"},"startTime":1748961229048,"traceId":"1d7d79b67620d551"},{"name":"build-module-ts","duration":6984,"timestamp":7145423713,"id":447,"parentId":303,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/utils/get-emails-directory-metadata.spec.ts","layer":"rsc"},"startTime":1748961229048,"traceId":"1d7d79b67620d551"},{"name":"build-module-ts","duration":4751,"timestamp":7145426313,"id":448,"parentId":303,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/utils/get-line-and-column-from-offset.spec.ts","layer":"rsc"},"startTime":1748961229051,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1842,"timestamp":7145432818,"id":454,"parentId":341,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/globals@11.12.0/node_modules/globals/index.js","layer":"rsc"},"startTime":1748961229057,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2133,"timestamp":7145432878,"id":455,"parentId":339,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/debug@4.4.0/node_modules/debug/src/index.js","layer":"rsc"},"startTime":1748961229057,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":4519,"timestamp":7145432554,"id":450,"parentId":303,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/utils/testing/js-email-export-default.js","layer":"rsc"},"startTime":1748961229057,"traceId":"1d7d79b67620d551"},{"name":"build-module-ts","duration":4940,"timestamp":7145432389,"id":449,"parentId":303,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/utils/js-email-detection.spec.ts","layer":"rsc"},"startTime":1748961229057,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":4918,"timestamp":7145432639,"id":451,"parentId":303,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/utils/testing/js-email-test.js","layer":"rsc"},"startTime":1748961229057,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":5157,"timestamp":7145432701,"id":452,"parentId":303,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/utils/testing/mdx-email-test.js","layer":"rsc"},"startTime":1748961229057,"traceId":"1d7d79b67620d551"},{"name":"build-module-tsx","duration":5293,"timestamp":7145432758,"id":453,"parentId":303,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/utils/testing/request-response-email.tsx","layer":"rsc"},"startTime":1748961229057,"traceId":"1d7d79b67620d551"},{"name":"build-module-ts","duration":3204,"timestamp":7145442214,"id":457,"parentId":303,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/utils/types/hot-reload-change.ts","layer":"rsc"},"startTime":1748961229067,"traceId":"1d7d79b67620d551"},{"name":"build-module-ts","duration":3711,"timestamp":7145442060,"id":456,"parentId":303,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/utils/types/email-template.ts","layer":"rsc"},"startTime":1748961229067,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":994,"timestamp":7145446092,"id":460,"parentId":400,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/node-html-parser@7.0.1/node_modules/node-html-parser/dist/back.js","layer":"rsc"},"startTime":1748961229071,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1513,"timestamp":7145446160,"id":461,"parentId":400,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/node-html-parser@7.0.1/node_modules/node-html-parser/dist/matcher.js","layer":"rsc"},"startTime":1748961229071,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1770,"timestamp":7145446226,"id":462,"parentId":400,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/node-html-parser@7.0.1/node_modules/node-html-parser/dist/void-tag.js","layer":"rsc"},"startTime":1748961229071,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2266,"timestamp":7145446286,"id":463,"parentId":339,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+generator@7.27.1/node_modules/@babel/generator/lib/index.js","layer":"rsc"},"startTime":1748961229071,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2661,"timestamp":7145446346,"id":464,"parentId":408,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/lib/base64-vlq.js","layer":"rsc"},"startTime":1748961229071,"traceId":"1d7d79b67620d551"},{"name":"build-module-ts","duration":4150,"timestamp":7145445845,"id":458,"parentId":303,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/utils/types/error-object.ts","layer":"rsc"},"startTime":1748961229070,"traceId":"1d7d79b67620d551"},{"name":"build-module-ts","duration":4098,"timestamp":7145445999,"id":459,"parentId":303,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/utils/types/hot-reload-event.ts","layer":"rsc"},"startTime":1748961229071,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2538,"timestamp":7145451661,"id":465,"parentId":408,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/lib/util.js","layer":"rsc"},"startTime":1748961229076,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2662,"timestamp":7145451819,"id":466,"parentId":408,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/lib/mapping-list.js","layer":"rsc"},"startTime":1748961229076,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2980,"timestamp":7145451896,"id":467,"parentId":408,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/lib/array-set.js","layer":"rsc"},"startTime":1748961229076,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3230,"timestamp":7145451960,"id":468,"parentId":409,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/lib/binary-search.js","layer":"rsc"},"startTime":1748961229076,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3462,"timestamp":7145452025,"id":469,"parentId":409,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/lib/quick-sort.js","layer":"rsc"},"startTime":1748961229077,"traceId":"1d7d79b67620d551"},{"name":"build-module-json","duration":844,"timestamp":7145458095,"id":473,"parentId":416,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/cli-spinners@2.9.2/node_modules/cli-spinners/spinners.json","layer":"rsc"},"startTime":1748961229083,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2038,"timestamp":7145457799,"id":470,"parentId":418,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+traverse@7.27.0/node_modules/@babel/traverse/lib/path/lib/removal-hooks.js","layer":"rsc"},"startTime":1748961229082,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2083,"timestamp":7145457943,"id":471,"parentId":415,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/tailwindcss@3.4.0/node_modules/tailwindcss/resolveConfig.js","layer":"rsc"},"startTime":1748961229082,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":6607,"timestamp":7145458029,"id":472,"parentId":415,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/tailwindcss@3.4.0/node_modules/tailwindcss/lib/lib/setupContextUtils.js","layer":"rsc"},"startTime":1748961229083,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3282,"timestamp":7145473087,"id":474,"parentId":381,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/ansi-regex@6.1.0/node_modules/ansi-regex/index.js","layer":"rsc"},"startTime":1748961229098,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1099,"timestamp":7145478323,"id":475,"parentId":384,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/restore-cursor@5.1.0/node_modules/restore-cursor/index.js","layer":"rsc"},"startTime":1748961229103,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1674,"timestamp":7145478580,"id":476,"parentId":425,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+traverse@7.27.0/node_modules/@babel/traverse/lib/path/lib/hoister.js","layer":"rsc"},"startTime":1748961229103,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1856,"timestamp":7145478670,"id":477,"parentId":390,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/is-unicode-supported@1.3.0/node_modules/is-unicode-supported/index.js","layer":"rsc"},"startTime":1748961229103,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1592,"timestamp":7145481436,"id":478,"parentId":406,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/clsx@2.1.1/node_modules/clsx/dist/clsx.mjs","layer":"rsc"},"startTime":1748961229106,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1880,"timestamp":7145481602,"id":479,"parentId":393,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/get-east-asian-width@1.3.0/node_modules/get-east-asian-width/index.js","layer":"rsc"},"startTime":1748961229106,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":5922,"timestamp":7145481678,"id":480,"parentId":406,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/tailwind-merge@3.2.0/node_modules/tailwind-merge/dist/bundle-mjs.mjs","layer":"rsc"},"startTime":1748961229106,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1467,"timestamp":7145489435,"id":481,"parentId":430,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+traverse@7.27.0/node_modules/@babel/traverse/lib/path/inference/inferers.js","layer":"rsc"},"startTime":1748961229114,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1970,"timestamp":7145489610,"id":482,"parentId":433,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/tailwindcss@3.4.0/node_modules/tailwindcss/lib/featureFlags.js","layer":"rsc"},"startTime":1748961229114,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2276,"timestamp":7145489692,"id":483,"parentId":433,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/tailwindcss@3.4.0/node_modules/tailwindcss/lib/lib/sharedState.js","layer":"rsc"},"startTime":1748961229114,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":849,"timestamp":7145497560,"id":484,"parentId":433,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/tailwindcss@3.4.0/node_modules/tailwindcss/lib/util/splitAtTopLevelOnly.js","layer":"rsc"},"startTime":1748961229122,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":969,"timestamp":7145497726,"id":485,"parentId":433,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/tailwindcss@3.4.0/node_modules/tailwindcss/lib/util/parseObjectStyles.js","layer":"rsc"},"startTime":1748961229122,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1094,"timestamp":7145499915,"id":486,"parentId":433,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/tailwindcss@3.4.0/node_modules/tailwindcss/lib/util/isPlainObject.js","layer":"rsc"},"startTime":1748961229124,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1209,"timestamp":7145500065,"id":487,"parentId":433,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/tailwindcss@3.4.0/node_modules/tailwindcss/lib/util/prefixSelector.js","layer":"rsc"},"startTime":1748961229125,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1447,"timestamp":7145500143,"id":488,"parentId":433,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/tailwindcss@3.4.0/node_modules/tailwindcss/lib/util/log.js","layer":"rsc"},"startTime":1748961229125,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2490,"timestamp":7145500211,"id":489,"parentId":433,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/tailwindcss@3.4.0/node_modules/tailwindcss/lib/util/pluginUtils.js","layer":"rsc"},"startTime":1748961229125,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3283,"timestamp":7145500271,"id":490,"parentId":433,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/tailwindcss@3.4.0/node_modules/tailwindcss/lib/util/formatVariantSelector.js","layer":"rsc"},"startTime":1748961229125,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3485,"timestamp":7145500331,"id":491,"parentId":433,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/tailwindcss@3.4.0/node_modules/tailwindcss/lib/util/nameClass.js","layer":"rsc"},"startTime":1748961229125,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1555,"timestamp":7145512205,"id":492,"parentId":433,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/tailwindcss@3.4.0/node_modules/tailwindcss/lib/util/dataTypes.js","layer":"rsc"},"startTime":1748961229137,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":836,"timestamp":7145514700,"id":493,"parentId":433,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/tailwindcss@3.4.0/node_modules/tailwindcss/lib/util/isSyntacticallyValidPropertyValue.js","layer":"rsc"},"startTime":1748961229139,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":686,"timestamp":7145516927,"id":494,"parentId":433,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/tailwindcss@3.4.0/node_modules/tailwindcss/lib/util/applyImportantSelector.js","layer":"rsc"},"startTime":1748961229141,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":864,"timestamp":7145517072,"id":495,"parentId":434,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/tailwindcss@3.4.0/node_modules/tailwindcss/lib/util/transformThemeValue.js","layer":"rsc"},"startTime":1748961229142,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":958,"timestamp":7145519993,"id":496,"parentId":434,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/tailwindcss@3.4.0/node_modules/tailwindcss/lib/value-parser/index.js","layer":"rsc"},"startTime":1748961229145,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":7960,"timestamp":7145520126,"id":497,"parentId":399,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/he@1.2.0/node_modules/he/he.js","layer":"rsc"},"startTime":1748961229145,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1071,"timestamp":7145529692,"id":498,"parentId":434,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/tailwindcss@3.4.0/node_modules/tailwindcss/lib/util/normalizeScreens.js","layer":"rsc"},"startTime":1748961229154,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1651,"timestamp":7145529849,"id":499,"parentId":400,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/css-select@5.1.0/node_modules/css-select/lib/index.js","layer":"rsc"},"startTime":1748961229154,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":597,"timestamp":7145535114,"id":500,"parentId":434,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/tailwindcss@3.4.0/node_modules/tailwindcss/lib/util/buildMediaQuery.js","layer":"rsc"},"startTime":1748961229160,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":673,"timestamp":7145535259,"id":501,"parentId":434,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/tailwindcss@3.4.0/node_modules/tailwindcss/lib/util/toPath.js","layer":"rsc"},"startTime":1748961229160,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":714,"timestamp":7145536660,"id":502,"parentId":434,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/tailwindcss@3.4.0/node_modules/tailwindcss/lib/util/withAlphaVariable.js","layer":"rsc"},"startTime":1748961229161,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":860,"timestamp":7145536799,"id":503,"parentId":435,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+types@7.27.1/node_modules/@babel/types/lib/asserts/assertNode.js","layer":"rsc"},"startTime":1748961229161,"traceId":"1d7d79b67620d551"},{"name":"build-module","duration":15,"timestamp":7145540172,"id":505,"parentId":472,"tags":{"name":"fs","layer":null},"startTime":1748961229165,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3143,"timestamp":7145540043,"id":504,"parentId":435,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+types@7.27.1/node_modules/@babel/types/lib/asserts/generated/index.js","layer":"rsc"},"startTime":1748961229165,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3182,"timestamp":7145540196,"id":506,"parentId":435,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+types@7.27.1/node_modules/@babel/types/lib/builders/productions.js","layer":"rsc"},"startTime":1748961229165,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3299,"timestamp":7145540281,"id":507,"parentId":435,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+types@7.27.1/node_modules/@babel/types/lib/builders/typescript/createTSUnionType.js","layer":"rsc"},"startTime":1748961229165,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3410,"timestamp":7145540344,"id":508,"parentId":435,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+types@7.27.1/node_modules/@babel/types/lib/builders/react/buildChildren.js","layer":"rsc"},"startTime":1748961229165,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":624,"timestamp":7145546424,"id":509,"parentId":435,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+types@7.27.1/node_modules/@babel/types/lib/builders/generated/index.js","layer":"rsc"},"startTime":1748961229171,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1023,"timestamp":7145548015,"id":510,"parentId":435,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+types@7.27.1/node_modules/@babel/types/lib/clone/cloneNode.js","layer":"rsc"},"startTime":1748961229173,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1018,"timestamp":7145548149,"id":511,"parentId":435,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+types@7.27.1/node_modules/@babel/types/lib/clone/clone.js","layer":"rsc"},"startTime":1748961229173,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1024,"timestamp":7145548235,"id":512,"parentId":435,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+types@7.27.1/node_modules/@babel/types/lib/clone/cloneDeepWithoutLoc.js","layer":"rsc"},"startTime":1748961229173,"traceId":"1d7d79b67620d551"},{"name":"build-module-json","duration":203,"timestamp":7145552236,"id":516,"parentId":483,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/tailwindcss@3.4.0/node_modules/tailwindcss/package.json","layer":"rsc"},"startTime":1748961229177,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":797,"timestamp":7145551954,"id":513,"parentId":435,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+types@7.27.1/node_modules/@babel/types/lib/clone/cloneDeep.js","layer":"rsc"},"startTime":1748961229176,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1589,"timestamp":7145552096,"id":514,"parentId":419,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+code-frame@7.26.2/node_modules/@babel/code-frame/lib/index.js","layer":"rsc"},"startTime":1748961229177,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1647,"timestamp":7145552171,"id":515,"parentId":435,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+types@7.27.1/node_modules/@babel/types/lib/clone/cloneWithoutLoc.js","layer":"rsc"},"startTime":1748961229177,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":698,"timestamp":7145556285,"id":517,"parentId":435,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+types@7.27.1/node_modules/@babel/types/lib/builders/flow/createTypeAnnotationBasedOnTypeof.js","layer":"rsc"},"startTime":1748961229181,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":725,"timestamp":7145556413,"id":518,"parentId":435,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+types@7.27.1/node_modules/@babel/types/lib/builders/flow/createFlowUnionType.js","layer":"rsc"},"startTime":1748961229181,"traceId":"1d7d79b67620d551"}]
6
- [{"name":"build-module-js","duration":918,"timestamp":7145556484,"id":519,"parentId":435,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+types@7.27.1/node_modules/@babel/types/lib/comments/addComment.js","layer":"rsc"},"startTime":1748961229181,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":986,"timestamp":7145556543,"id":520,"parentId":435,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+types@7.27.1/node_modules/@babel/types/lib/comments/addComments.js","layer":"rsc"},"startTime":1748961229181,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":994,"timestamp":7145558315,"id":521,"parentId":435,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+types@7.27.1/node_modules/@babel/types/lib/comments/inheritLeadingComments.js","layer":"rsc"},"startTime":1748961229183,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1001,"timestamp":7145558438,"id":522,"parentId":435,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+types@7.27.1/node_modules/@babel/types/lib/comments/inheritInnerComments.js","layer":"rsc"},"startTime":1748961229183,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1069,"timestamp":7145558516,"id":523,"parentId":435,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+types@7.27.1/node_modules/@babel/types/lib/comments/inheritsComments.js","layer":"rsc"},"startTime":1748961229183,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1086,"timestamp":7145558595,"id":524,"parentId":435,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+types@7.27.1/node_modules/@babel/types/lib/comments/inheritTrailingComments.js","layer":"rsc"},"startTime":1748961229183,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":777,"timestamp":7145560775,"id":525,"parentId":435,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+types@7.27.1/node_modules/@babel/types/lib/comments/removeComments.js","layer":"rsc"},"startTime":1748961229185,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":800,"timestamp":7145560907,"id":526,"parentId":435,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+types@7.27.1/node_modules/@babel/types/lib/validators/react/isReactComponent.js","layer":"rsc"},"startTime":1748961229185,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":821,"timestamp":7145560985,"id":527,"parentId":435,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+types@7.27.1/node_modules/@babel/types/lib/validators/react/isCompatTag.js","layer":"rsc"},"startTime":1748961229185,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":941,"timestamp":7145563477,"id":528,"parentId":435,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+types@7.27.1/node_modules/@babel/types/lib/constants/index.js","layer":"rsc"},"startTime":1748961229188,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1203,"timestamp":7145563609,"id":529,"parentId":435,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+types@7.27.1/node_modules/@babel/types/lib/constants/generated/index.js","layer":"rsc"},"startTime":1748961229188,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1242,"timestamp":7145563695,"id":530,"parentId":435,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+types@7.27.1/node_modules/@babel/types/lib/converters/ensureBlock.js","layer":"rsc"},"startTime":1748961229188,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1299,"timestamp":7145563759,"id":531,"parentId":435,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+types@7.27.1/node_modules/@babel/types/lib/converters/toBindingIdentifierName.js","layer":"rsc"},"startTime":1748961229188,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":808,"timestamp":7145565718,"id":532,"parentId":435,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+types@7.27.1/node_modules/@babel/types/lib/converters/toBlock.js","layer":"rsc"},"startTime":1748961229190,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":822,"timestamp":7145565851,"id":533,"parentId":435,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+types@7.27.1/node_modules/@babel/types/lib/converters/toComputedKey.js","layer":"rsc"},"startTime":1748961229190,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":886,"timestamp":7145565929,"id":534,"parentId":422,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+template@7.27.1/node_modules/@babel/template/lib/index.js","layer":"rsc"},"startTime":1748961229190,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":648,"timestamp":7145569731,"id":535,"parentId":435,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+types@7.27.1/node_modules/@babel/types/lib/converters/toIdentifier.js","layer":"rsc"},"startTime":1748961229194,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":688,"timestamp":7145569862,"id":536,"parentId":435,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+types@7.27.1/node_modules/@babel/types/lib/converters/toExpression.js","layer":"rsc"},"startTime":1748961229194,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":401,"timestamp":7145572868,"id":537,"parentId":435,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+types@7.27.1/node_modules/@babel/types/lib/converters/toStatement.js","layer":"rsc"},"startTime":1748961229197,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1125,"timestamp":7145575416,"id":538,"parentId":435,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+types@7.27.1/node_modules/@babel/types/lib/converters/toKeyAlias.js","layer":"rsc"},"startTime":1748961229200,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1469,"timestamp":7145575539,"id":539,"parentId":435,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+types@7.27.1/node_modules/@babel/types/lib/converters/valueToNode.js","layer":"rsc"},"startTime":1748961229200,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1705,"timestamp":7145575611,"id":540,"parentId":435,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+types@7.27.1/node_modules/@babel/types/lib/definitions/index.js","layer":"rsc"},"startTime":1748961229200,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2675,"timestamp":7145575672,"id":541,"parentId":349,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/punycode@2.3.1/node_modules/punycode/punycode.es6.js","layer":"rsc"},"startTime":1748961229200,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2769,"timestamp":7145575729,"id":542,"parentId":435,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+types@7.27.1/node_modules/@babel/types/lib/modifications/appendToMemberExpression.js","layer":"rsc"},"startTime":1748961229200,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2876,"timestamp":7145575789,"id":543,"parentId":435,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+types@7.27.1/node_modules/@babel/types/lib/modifications/inherits.js","layer":"rsc"},"startTime":1748961229200,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2922,"timestamp":7145575848,"id":544,"parentId":435,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+types@7.27.1/node_modules/@babel/types/lib/modifications/prependToMemberExpression.js","layer":"rsc"},"startTime":1748961229200,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1568,"timestamp":7145595025,"id":545,"parentId":435,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+types@7.27.1/node_modules/@babel/types/lib/modifications/removeProperties.js","layer":"rsc"},"startTime":1748961229220,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1564,"timestamp":7145595194,"id":546,"parentId":435,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+types@7.27.1/node_modules/@babel/types/lib/modifications/removePropertiesDeep.js","layer":"rsc"},"startTime":1748961229220,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1753,"timestamp":7145595288,"id":547,"parentId":435,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+types@7.27.1/node_modules/@babel/types/lib/modifications/flow/removeTypeDuplicates.js","layer":"rsc"},"startTime":1748961229220,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1878,"timestamp":7145595355,"id":548,"parentId":435,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+types@7.27.1/node_modules/@babel/types/lib/retrievers/getAssignmentIdentifiers.js","layer":"rsc"},"startTime":1748961229220,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2178,"timestamp":7145595423,"id":549,"parentId":332,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@radix-ui+react-compose-refs@1.1.2_@types+react@19.0.1_react@19.0.0/node_modules/@radix-ui/react-compose-refs/dist/index.mjs","layer":"rsc"},"startTime":1748961229220,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2406,"timestamp":7145595497,"id":550,"parentId":435,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+types@7.27.1/node_modules/@babel/types/lib/retrievers/getBindingIdentifiers.js","layer":"rsc"},"startTime":1748961229220,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2496,"timestamp":7145595557,"id":551,"parentId":435,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+types@7.27.1/node_modules/@babel/types/lib/retrievers/getOuterBindingIdentifiers.js","layer":"rsc"},"startTime":1748961229220,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2667,"timestamp":7145595615,"id":552,"parentId":435,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+types@7.27.1/node_modules/@babel/types/lib/retrievers/getFunctionName.js","layer":"rsc"},"startTime":1748961229220,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2810,"timestamp":7145595678,"id":553,"parentId":435,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+types@7.27.1/node_modules/@babel/types/lib/traverse/traverse.js","layer":"rsc"},"startTime":1748961229220,"traceId":"1d7d79b67620d551"},{"name":"build-module","duration":14,"timestamp":7145602493,"id":558,"parentId":433,"tags":{"name":"postcss","layer":null},"startTime":1748961229227,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1958,"timestamp":7145602124,"id":554,"parentId":435,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+types@7.27.1/node_modules/@babel/types/lib/traverse/traverseFast.js","layer":"rsc"},"startTime":1748961229227,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2001,"timestamp":7145602277,"id":555,"parentId":435,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+types@7.27.1/node_modules/@babel/types/lib/validators/is.js","layer":"rsc"},"startTime":1748961229227,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2020,"timestamp":7145602363,"id":556,"parentId":435,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+types@7.27.1/node_modules/@babel/types/lib/utils/shallowEqual.js","layer":"rsc"},"startTime":1748961229227,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2101,"timestamp":7145602427,"id":557,"parentId":435,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+types@7.27.1/node_modules/@babel/types/lib/validators/isBinding.js","layer":"rsc"},"startTime":1748961229227,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2106,"timestamp":7145602519,"id":559,"parentId":435,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+types@7.27.1/node_modules/@babel/types/lib/validators/isBlockScoped.js","layer":"rsc"},"startTime":1748961229227,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2140,"timestamp":7145602585,"id":560,"parentId":435,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+types@7.27.1/node_modules/@babel/types/lib/validators/isImmutable.js","layer":"rsc"},"startTime":1748961229227,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2149,"timestamp":7145602662,"id":561,"parentId":435,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+types@7.27.1/node_modules/@babel/types/lib/validators/isLet.js","layer":"rsc"},"startTime":1748961229227,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2161,"timestamp":7145602731,"id":562,"parentId":435,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+types@7.27.1/node_modules/@babel/types/lib/validators/isNode.js","layer":"rsc"},"startTime":1748961229227,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2325,"timestamp":7145602795,"id":563,"parentId":435,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+types@7.27.1/node_modules/@babel/types/lib/validators/isNodesEquivalent.js","layer":"rsc"},"startTime":1748961229227,"traceId":"1d7d79b67620d551"},{"name":"build-module","duration":96,"timestamp":7145608041,"id":568,"parentId":324,"tags":{"name":"postcss","layer":null},"startTime":1748961229233,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1613,"timestamp":7145607673,"id":564,"parentId":435,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+types@7.27.1/node_modules/@babel/types/lib/validators/isPlaceholderType.js","layer":"rsc"},"startTime":1748961229232,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1695,"timestamp":7145607801,"id":565,"parentId":435,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+types@7.27.1/node_modules/@babel/types/lib/validators/isReferenced.js","layer":"rsc"},"startTime":1748961229232,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1718,"timestamp":7145607905,"id":566,"parentId":435,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+types@7.27.1/node_modules/@babel/types/lib/validators/isScope.js","layer":"rsc"},"startTime":1748961229232,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1746,"timestamp":7145607972,"id":567,"parentId":435,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+types@7.27.1/node_modules/@babel/types/lib/validators/isSpecifierDefault.js","layer":"rsc"},"startTime":1748961229232,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1668,"timestamp":7145608147,"id":569,"parentId":435,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+types@7.27.1/node_modules/@babel/types/lib/validators/isType.js","layer":"rsc"},"startTime":1748961229233,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1668,"timestamp":7145608249,"id":570,"parentId":435,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+types@7.27.1/node_modules/@babel/types/lib/validators/isValidES3Identifier.js","layer":"rsc"},"startTime":1748961229233,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":3186,"timestamp":7145614051,"id":571,"parentId":393,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/emoji-regex@10.4.0/node_modules/emoji-regex/index.mjs","layer":"rsc"},"startTime":1748961229239,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3300,"timestamp":7145614215,"id":572,"parentId":435,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+types@7.27.1/node_modules/@babel/types/lib/validators/isValidIdentifier.js","layer":"rsc"},"startTime":1748961229239,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3289,"timestamp":7145614372,"id":573,"parentId":435,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+types@7.27.1/node_modules/@babel/types/lib/validators/isVar.js","layer":"rsc"},"startTime":1748961229239,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3448,"timestamp":7145614446,"id":574,"parentId":435,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+types@7.27.1/node_modules/@babel/types/lib/validators/matchesPattern.js","layer":"rsc"},"startTime":1748961229239,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3622,"timestamp":7145614510,"id":575,"parentId":435,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+types@7.27.1/node_modules/@babel/types/lib/validators/validate.js","layer":"rsc"},"startTime":1748961229239,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3795,"timestamp":7145614573,"id":576,"parentId":435,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+types@7.27.1/node_modules/@babel/types/lib/utils/deprecationWarning.js","layer":"rsc"},"startTime":1748961229239,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3839,"timestamp":7145614631,"id":577,"parentId":435,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+types@7.27.1/node_modules/@babel/types/lib/validators/buildMatchMemberExpression.js","layer":"rsc"},"startTime":1748961229239,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3896,"timestamp":7145614693,"id":578,"parentId":435,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+types@7.27.1/node_modules/@babel/types/lib/converters/toSequenceExpression.js","layer":"rsc"},"startTime":1748961229239,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":11777,"timestamp":7145614755,"id":579,"parentId":435,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+types@7.27.1/node_modules/@babel/types/lib/validators/generated/index.js","layer":"rsc"},"startTime":1748961229239,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":13077,"timestamp":7145614815,"id":580,"parentId":437,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/yoctocolors@2.1.1/node_modules/yoctocolors/base.js","layer":"rsc"},"startTime":1748961229239,"traceId":"1d7d79b67620d551"},{"name":"build-module-json","duration":1124,"timestamp":7145629567,"id":581,"parentId":454,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/globals@11.12.0/node_modules/globals/globals.json","layer":"rsc"},"startTime":1748961229254,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2783,"timestamp":7145629626,"id":582,"parentId":455,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/debug@4.4.0/node_modules/debug/src/browser.js","layer":"rsc"},"startTime":1748961229254,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3012,"timestamp":7145629751,"id":583,"parentId":464,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/lib/base64.js","layer":"rsc"},"startTime":1748961229254,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1361,"timestamp":7145636147,"id":584,"parentId":455,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/debug@4.4.0/node_modules/debug/src/node.js","layer":"rsc"},"startTime":1748961229261,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":6883,"timestamp":7145636317,"id":585,"parentId":472,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/tailwindcss@3.4.0/node_modules/tailwindcss/lib/corePlugins.js","layer":"rsc"},"startTime":1748961229261,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2142,"timestamp":7145644912,"id":586,"parentId":472,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/tailwindcss@3.4.0/node_modules/tailwindcss/lib/lib/cacheInvalidation.js","layer":"rsc"},"startTime":1748961229269,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2260,"timestamp":7145645095,"id":587,"parentId":472,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/tailwindcss@3.4.0/node_modules/tailwindcss/lib/util/negateValue.js","layer":"rsc"},"startTime":1748961229270,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2392,"timestamp":7145645178,"id":588,"parentId":472,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/tailwindcss@3.4.0/node_modules/tailwindcss/lib/util/escapeClassName.js","layer":"rsc"},"startTime":1748961229270,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1436,"timestamp":7145650728,"id":589,"parentId":434,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/didyoumean@1.2.2/node_modules/didyoumean/didYouMean-1.2.1.js","layer":"rsc"},"startTime":1748961229275,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2485,"timestamp":7145650888,"id":590,"parentId":472,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/tailwindcss@3.4.0/node_modules/tailwindcss/lib/lib/offsets.js","layer":"rsc"},"startTime":1748961229275,"traceId":"1d7d79b67620d551"},{"name":"build-module","duration":15,"timestamp":7145655502,"id":591,"parentId":584,"tags":{"name":"tty","layer":null},"startTime":1748961229280,"traceId":"1d7d79b67620d551"},{"name":"build-module","duration":3,"timestamp":7145655524,"id":592,"parentId":584,"tags":{"name":"util","layer":null},"startTime":1748961229280,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":974,"timestamp":7145655531,"id":593,"parentId":463,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+generator@7.27.1/node_modules/@babel/generator/lib/source-map.js","layer":"rsc"},"startTime":1748961229280,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3862,"timestamp":7145655658,"id":594,"parentId":463,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+generator@7.27.1/node_modules/@babel/generator/lib/printer.js","layer":"rsc"},"startTime":1748961229280,"traceId":"1d7d79b67620d551"},{"name":"build-module","duration":15,"timestamp":7145662240,"id":595,"parentId":586,"tags":{"name":"crypto","layer":null},"startTime":1748961229287,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":930,"timestamp":7145662266,"id":596,"parentId":481,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+traverse@7.27.0/node_modules/@babel/traverse/lib/path/inference/util.js","layer":"rsc"},"startTime":1748961229287,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1345,"timestamp":7145662411,"id":597,"parentId":481,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+traverse@7.27.0/node_modules/@babel/traverse/lib/path/inference/inferer-reference.js","layer":"rsc"},"startTime":1748961229287,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1495,"timestamp":7145662493,"id":598,"parentId":471,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/tailwindcss@3.4.0/node_modules/tailwindcss/lib/public/resolve-config.js","layer":"rsc"},"startTime":1748961229287,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1577,"timestamp":7145665518,"id":599,"parentId":433,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/postcss-selector-parser@6.0.16/node_modules/postcss-selector-parser/dist/index.js","layer":"rsc"},"startTime":1748961229290,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":16735,"timestamp":7145665670,"id":600,"parentId":479,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/get-east-asian-width@1.3.0/node_modules/get-east-asian-width/lookup.js","layer":"rsc"},"startTime":1748961229290,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":16983,"timestamp":7145665752,"id":601,"parentId":489,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/tailwindcss@3.4.0/node_modules/tailwindcss/lib/util/escapeCommas.js","layer":"rsc"},"startTime":1748961229290,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":617,"timestamp":7145683925,"id":602,"parentId":489,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/tailwindcss@3.4.0/node_modules/tailwindcss/lib/util/validateFormalSyntax.js","layer":"rsc"},"startTime":1748961229308,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":664,"timestamp":7145687542,"id":603,"parentId":490,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/tailwindcss@3.4.0/node_modules/tailwindcss/lib/util/pseudoElements.js","layer":"rsc"},"startTime":1748961229312,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":922,"timestamp":7145689983,"id":604,"parentId":492,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/tailwindcss@3.4.0/node_modules/tailwindcss/lib/util/color.js","layer":"rsc"},"startTime":1748961229314,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1123,"timestamp":7145690108,"id":605,"parentId":490,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/postcss-selector-parser@6.0.16/node_modules/postcss-selector-parser/dist/util/unesc.js","layer":"rsc"},"startTime":1748961229315,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1221,"timestamp":7145693124,"id":606,"parentId":585,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/tailwindcss@3.4.0/node_modules/tailwindcss/lib/util/parseBoxShadowValue.js","layer":"rsc"},"startTime":1748961229318,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1978,"timestamp":7145693245,"id":607,"parentId":496,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/tailwindcss@3.4.0/node_modules/tailwindcss/lib/value-parser/parse.js","layer":"rsc"},"startTime":1748961229318,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2083,"timestamp":7145693355,"id":608,"parentId":496,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/tailwindcss@3.4.0/node_modules/tailwindcss/lib/value-parser/walk.js","layer":"rsc"},"startTime":1748961229318,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2243,"timestamp":7145693427,"id":609,"parentId":496,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/tailwindcss@3.4.0/node_modules/tailwindcss/lib/value-parser/stringify.js","layer":"rsc"},"startTime":1748961229318,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2489,"timestamp":7145693486,"id":610,"parentId":496,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/tailwindcss@3.4.0/node_modules/tailwindcss/lib/value-parser/unit.js","layer":"rsc"},"startTime":1748961229318,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1007,"timestamp":7145698025,"id":613,"parentId":499,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/css-select@5.1.0/node_modules/css-select/lib/compile.js","layer":"rsc"},"startTime":1748961229323,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2197,"timestamp":7145697125,"id":611,"parentId":450,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/components/dist/index.mjs","layer":"rsc"},"startTime":1748961229322,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2784,"timestamp":7145697275,"id":612,"parentId":451,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/components/dist/index.js","layer":"rsc"},"startTime":1748961229322,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":987,"timestamp":7145708366,"id":614,"parentId":499,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/css-select@5.1.0/node_modules/css-select/lib/pseudo-selectors/subselects.js","layer":"rsc"},"startTime":1748961229333,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1200,"timestamp":7145708503,"id":615,"parentId":499,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/css-select@5.1.0/node_modules/css-select/lib/pseudo-selectors/index.js","layer":"rsc"},"startTime":1748961229333,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":898,"timestamp":7145716318,"id":616,"parentId":507,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+types@7.27.1/node_modules/@babel/types/lib/modifications/typescript/removeTypeDuplicates.js","layer":"rsc"},"startTime":1748961229341,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":7906,"timestamp":7145716479,"id":617,"parentId":509,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+types@7.27.1/node_modules/@babel/types/lib/builders/generated/lowercase.js","layer":"rsc"},"startTime":1748961229341,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1994,"timestamp":7145726339,"id":618,"parentId":509,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+types@7.27.1/node_modules/@babel/types/lib/builders/generated/uppercase.js","layer":"rsc"},"startTime":1748961229351,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":939,"timestamp":7145730850,"id":619,"parentId":508,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+types@7.27.1/node_modules/@babel/types/lib/utils/react/cleanJSXElementLiteralChild.js","layer":"rsc"},"startTime":1748961229355,"traceId":"1d7d79b67620d551"}]
7
- [{"name":"build-module-js","duration":1116,"timestamp":7145730992,"id":620,"parentId":521,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+types@7.27.1/node_modules/@babel/types/lib/utils/inherit.js","layer":"rsc"},"startTime":1748961229356,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1406,"timestamp":7145731081,"id":621,"parentId":475,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/onetime@7.0.0/node_modules/onetime/index.js","layer":"rsc"},"startTime":1748961229356,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1709,"timestamp":7145731142,"id":622,"parentId":534,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+template@7.27.1/node_modules/@babel/template/lib/builder.js","layer":"rsc"},"startTime":1748961229356,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1309,"timestamp":7145736662,"id":623,"parentId":534,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+template@7.27.1/node_modules/@babel/template/lib/formatters.js","layer":"rsc"},"startTime":1748961229361,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1580,"timestamp":7145736803,"id":624,"parentId":482,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/picocolors@1.1.1/node_modules/picocolors/picocolors.js","layer":"rsc"},"startTime":1748961229361,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":4424,"timestamp":7145736876,"id":625,"parentId":540,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+types@7.27.1/node_modules/@babel/types/lib/definitions/core.js","layer":"rsc"},"startTime":1748961229361,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":5388,"timestamp":7145736938,"id":626,"parentId":540,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+types@7.27.1/node_modules/@babel/types/lib/definitions/flow.js","layer":"rsc"},"startTime":1748961229361,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":5566,"timestamp":7145736999,"id":627,"parentId":540,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+types@7.27.1/node_modules/@babel/types/lib/definitions/jsx.js","layer":"rsc"},"startTime":1748961229362,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":5690,"timestamp":7145737063,"id":628,"parentId":540,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+types@7.27.1/node_modules/@babel/types/lib/definitions/experimental.js","layer":"rsc"},"startTime":1748961229362,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":5742,"timestamp":7145737122,"id":629,"parentId":485,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/postcss-js@4.0.1_postcss@8.5.3/node_modules/postcss-js/index.js","layer":"rsc"},"startTime":1748961229362,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":6642,"timestamp":7145737180,"id":630,"parentId":540,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+types@7.27.1/node_modules/@babel/types/lib/definitions/utils.js","layer":"rsc"},"startTime":1748961229362,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":839,"timestamp":7145751175,"id":631,"parentId":540,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+types@7.27.1/node_modules/@babel/types/lib/definitions/deprecated-aliases.js","layer":"rsc"},"startTime":1748961229376,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1745,"timestamp":7145751324,"id":632,"parentId":540,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+types@7.27.1/node_modules/@babel/types/lib/definitions/typescript.js","layer":"rsc"},"startTime":1748961229376,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1908,"timestamp":7145751396,"id":633,"parentId":540,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+types@7.27.1/node_modules/@babel/types/lib/definitions/placeholders.js","layer":"rsc"},"startTime":1748961229376,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1977,"timestamp":7145751455,"id":634,"parentId":540,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+types@7.27.1/node_modules/@babel/types/lib/definitions/misc.js","layer":"rsc"},"startTime":1748961229376,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2572,"timestamp":7145751517,"id":635,"parentId":582,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/debug@4.4.0/node_modules/debug/src/common.js","layer":"rsc"},"startTime":1748961229376,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":956,"timestamp":7145756708,"id":636,"parentId":578,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+types@7.27.1/node_modules/@babel/types/lib/converters/gatherSequenceExpressions.js","layer":"rsc"},"startTime":1748961229381,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1844,"timestamp":7145756827,"id":637,"parentId":485,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/postcss-nested@6.2.0_postcss@8.5.3/node_modules/postcss-nested/index.js","layer":"rsc"},"startTime":1748961229381,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1196,"timestamp":7145760060,"id":638,"parentId":585,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/tailwindcss@3.4.0/node_modules/tailwindcss/lib/util/createUtilityPlugin.js","layer":"rsc"},"startTime":1748961229385,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":901,"timestamp":7145762288,"id":639,"parentId":585,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/tailwindcss@3.4.0/node_modules/tailwindcss/lib/util/flattenColorPalette.js","layer":"rsc"},"startTime":1748961229387,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":895,"timestamp":7145762410,"id":640,"parentId":585,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/tailwindcss@3.4.0/node_modules/tailwindcss/lib/util/toColorValue.js","layer":"rsc"},"startTime":1748961229387,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1206,"timestamp":7145762482,"id":641,"parentId":585,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/tailwindcss@3.4.0/node_modules/tailwindcss/lib/util/parseAnimationValue.js","layer":"rsc"},"startTime":1748961229387,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1295,"timestamp":7145762541,"id":642,"parentId":585,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/tailwindcss@3.4.0/node_modules/tailwindcss/lib/util/removeAlphaVariables.js","layer":"rsc"},"startTime":1748961229387,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":325,"timestamp":7145765937,"id":643,"parentId":499,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/boolbase@1.0.0/node_modules/boolbase/index.js","layer":"rsc"},"startTime":1748961229390,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1259,"timestamp":7145766657,"id":644,"parentId":594,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+generator@7.27.1/node_modules/@babel/generator/lib/token-map.js","layer":"rsc"},"startTime":1748961229391,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2001,"timestamp":7145766767,"id":645,"parentId":594,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+generator@7.27.1/node_modules/@babel/generator/lib/buffer.js","layer":"rsc"},"startTime":1748961229391,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2104,"timestamp":7145766837,"id":646,"parentId":590,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/tailwindcss@3.4.0/node_modules/tailwindcss/lib/lib/remap-bitfield.js","layer":"rsc"},"startTime":1748961229391,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2143,"timestamp":7145766917,"id":647,"parentId":590,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/tailwindcss@3.4.0/node_modules/tailwindcss/lib/util/bigSign.js","layer":"rsc"},"startTime":1748961229391,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":518,"timestamp":7145769654,"id":648,"parentId":499,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/domutils@3.1.0/node_modules/domutils/lib/index.js","layer":"rsc"},"startTime":1748961229394,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":618,"timestamp":7145771871,"id":649,"parentId":594,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+generator@7.27.1/node_modules/@babel/generator/lib/node/index.js","layer":"rsc"},"startTime":1748961229396,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":806,"timestamp":7145773183,"id":650,"parentId":594,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+generator@7.27.1/node_modules/@babel/generator/lib/generators/index.js","layer":"rsc"},"startTime":1748961229398,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":863,"timestamp":7145773284,"id":651,"parentId":594,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+generator@7.27.1/node_modules/@babel/generator/lib/generators/deprecated.js","layer":"rsc"},"startTime":1748961229398,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1258,"timestamp":7145776391,"id":652,"parentId":598,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/tailwindcss@3.4.0/node_modules/tailwindcss/lib/util/resolveConfig.js","layer":"rsc"},"startTime":1748961229401,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":839,"timestamp":7145786299,"id":653,"parentId":598,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/tailwindcss@3.4.0/node_modules/tailwindcss/lib/util/getAllConfigs.js","layer":"rsc"},"startTime":1748961229411,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":799,"timestamp":7145786473,"id":654,"parentId":452,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-jsx-dev-runtime.js","layer":"rsc"},"startTime":1748961229411,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1081,"timestamp":7145790202,"id":655,"parentId":434,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/dlv@1.1.3/node_modules/dlv/dist/dlv.es.js","layer":"rsc"},"startTime":1748961229415,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1372,"timestamp":7145790393,"id":656,"parentId":514,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/js-tokens@4.0.0/node_modules/js-tokens/index.js","layer":"rsc"},"startTime":1748961229415,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1916,"timestamp":7145790471,"id":657,"parentId":599,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/postcss-selector-parser@6.0.16/node_modules/postcss-selector-parser/dist/processor.js","layer":"rsc"},"startTime":1748961229415,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1446,"timestamp":7145793572,"id":658,"parentId":613,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/css-select@5.1.0/node_modules/css-select/lib/sort.js","layer":"rsc"},"startTime":1748961229418,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1887,"timestamp":7145793763,"id":659,"parentId":613,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/css-select@5.1.0/node_modules/css-select/lib/general.js","layer":"rsc"},"startTime":1748961229418,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2250,"timestamp":7145793846,"id":660,"parentId":604,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/tailwindcss@3.4.0/node_modules/tailwindcss/lib/util/colorNames.js","layer":"rsc"},"startTime":1748961229418,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2364,"timestamp":7145793916,"id":661,"parentId":514,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+helper-validator-identifier@7.25.9/node_modules/@babel/helper-validator-identifier/lib/index.js","layer":"rsc"},"startTime":1748961229418,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2434,"timestamp":7145793977,"id":662,"parentId":535,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+helper-validator-identifier@7.27.1/node_modules/@babel/helper-validator-identifier/lib/index.js","layer":"rsc"},"startTime":1748961229418,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":521,"timestamp":7145798132,"id":663,"parentId":599,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/postcss-selector-parser@6.0.16/node_modules/postcss-selector-parser/dist/selectors/index.js","layer":"rsc"},"startTime":1748961229423,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":796,"timestamp":7145803193,"id":664,"parentId":615,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/css-select@5.1.0/node_modules/css-select/lib/pseudo-selectors/pseudos.js","layer":"rsc"},"startTime":1748961229428,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":829,"timestamp":7145804168,"id":665,"parentId":615,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/css-select@5.1.0/node_modules/css-select/lib/pseudo-selectors/filters.js","layer":"rsc"},"startTime":1748961229429,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":320,"timestamp":7145807975,"id":666,"parentId":615,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/css-select@5.1.0/node_modules/css-select/lib/pseudo-selectors/aliases.js","layer":"rsc"},"startTime":1748961229432,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":656,"timestamp":7145809383,"id":667,"parentId":584,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/supports-color@7.2.0/node_modules/supports-color/index.js","layer":"rsc"},"startTime":1748961229434,"traceId":"1d7d79b67620d551"},{"name":"build-module","duration":21,"timestamp":7145817785,"id":668,"parentId":667,"tags":{"name":"os","layer":null},"startTime":1748961229442,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1384,"timestamp":7145817817,"id":669,"parentId":593,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@jridgewell+gen-mapping@0.3.8/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.umd.js","layer":"rsc"},"startTime":1748961229442,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2864,"timestamp":7145817961,"id":670,"parentId":593,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@jridgewell+trace-mapping@0.3.25/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js","layer":"rsc"},"startTime":1748961229442,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2430,"timestamp":7145825444,"id":672,"parentId":611,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/body/dist/index.mjs","layer":"rsc"},"startTime":1748961229450,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3097,"timestamp":7145825315,"id":671,"parentId":612,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/body/dist/index.js","layer":"rsc"},"startTime":1748961229450,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":121087,"timestamp":7145833160,"id":674,"parentId":611,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/code-block/dist/index.mjs","layer":"rsc"},"startTime":1748961229458,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":122577,"timestamp":7145833311,"id":675,"parentId":612,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/code-inline/dist/index.js","layer":"rsc"},"startTime":1748961229458,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":124426,"timestamp":7145834508,"id":676,"parentId":611,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/code-inline/dist/index.mjs","layer":"rsc"},"startTime":1748961229459,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":125469,"timestamp":7145834619,"id":677,"parentId":612,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/column/dist/index.js","layer":"rsc"},"startTime":1748961229459,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":126081,"timestamp":7145834869,"id":678,"parentId":611,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/column/dist/index.mjs","layer":"rsc"},"startTime":1748961229459,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":224034,"timestamp":7145825511,"id":673,"parentId":612,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/code-block/dist/index.js","layer":"rsc"},"startTime":1748961229450,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":215846,"timestamp":7145834945,"id":679,"parentId":612,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/button/dist/index.js","layer":"rsc"},"startTime":1748961229459,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":4734,"timestamp":7146071529,"id":681,"parentId":612,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/container/dist/index.js","layer":"rsc"},"startTime":1748961229696,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":7040,"timestamp":7146071328,"id":680,"parentId":611,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/button/dist/index.mjs","layer":"rsc"},"startTime":1748961229696,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":5154,"timestamp":7146073666,"id":682,"parentId":611,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/container/dist/index.mjs","layer":"rsc"},"startTime":1748961229698,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":5370,"timestamp":7146073873,"id":683,"parentId":612,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/font/dist/index.js","layer":"rsc"},"startTime":1748961229698,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2951,"timestamp":7146083458,"id":684,"parentId":611,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/font/dist/index.mjs","layer":"rsc"},"startTime":1748961229708,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":5931,"timestamp":7146083621,"id":685,"parentId":612,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/heading/dist/index.js","layer":"rsc"},"startTime":1748961229708,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":4188,"timestamp":7146086509,"id":686,"parentId":611,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/heading/dist/index.mjs","layer":"rsc"},"startTime":1748961229711,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":4461,"timestamp":7146086733,"id":687,"parentId":612,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/hr/dist/index.js","layer":"rsc"},"startTime":1748961229711,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1172,"timestamp":7146096514,"id":693,"parentId":622,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+template@7.27.1/node_modules/@babel/template/lib/options.js","layer":"rsc"},"startTime":1748961229721,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1305,"timestamp":7146096584,"id":694,"parentId":622,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+template@7.27.1/node_modules/@babel/template/lib/string.js","layer":"rsc"},"startTime":1748961229721,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1570,"timestamp":7146096643,"id":695,"parentId":622,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+template@7.27.1/node_modules/@babel/template/lib/literal.js","layer":"rsc"},"startTime":1748961229721,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":4332,"timestamp":7146094578,"id":688,"parentId":611,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/hr/dist/index.mjs","layer":"rsc"},"startTime":1748961229719,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":4662,"timestamp":7146094753,"id":689,"parentId":612,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/img/dist/index.js","layer":"rsc"},"startTime":1748961229719,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":5850,"timestamp":7146094830,"id":690,"parentId":611,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/img/dist/index.mjs","layer":"rsc"},"startTime":1748961229719,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":4657,"timestamp":7146096432,"id":692,"parentId":611,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/link/dist/index.mjs","layer":"rsc"},"startTime":1748961229721,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":5286,"timestamp":7146096274,"id":691,"parentId":612,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/link/dist/index.js","layer":"rsc"},"startTime":1748961229721,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":7323,"timestamp":7146096701,"id":696,"parentId":612,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/markdown/dist/index.js","layer":"rsc"},"startTime":1748961229721,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1351,"timestamp":7146109813,"id":700,"parentId":629,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/postcss-js@4.0.1_postcss@8.5.3/node_modules/postcss-js/objectifier.js","layer":"rsc"},"startTime":1748961229734,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1643,"timestamp":7146110010,"id":703,"parentId":629,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/postcss-js@4.0.1_postcss@8.5.3/node_modules/postcss-js/parser.js","layer":"rsc"},"startTime":1748961229735,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1821,"timestamp":7146110073,"id":704,"parentId":629,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/postcss-js@4.0.1_postcss@8.5.3/node_modules/postcss-js/async.js","layer":"rsc"},"startTime":1748961229735,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":4156,"timestamp":7146108916,"id":697,"parentId":611,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/markdown/dist/index.mjs","layer":"rsc"},"startTime":1748961229733,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":4952,"timestamp":7146109089,"id":698,"parentId":612,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/head/dist/index.js","layer":"rsc"},"startTime":1748961229734,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":4870,"timestamp":7146109692,"id":699,"parentId":611,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/head/dist/index.mjs","layer":"rsc"},"startTime":1748961229734,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":5200,"timestamp":7146109883,"id":701,"parentId":612,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/html/dist/index.js","layer":"rsc"},"startTime":1748961229734,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":5502,"timestamp":7146109944,"id":702,"parentId":611,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/html/dist/index.mjs","layer":"rsc"},"startTime":1748961229734,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":5826,"timestamp":7146110129,"id":705,"parentId":612,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/section/dist/index.js","layer":"rsc"},"startTime":1748961229735,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":569,"timestamp":7146123255,"id":707,"parentId":629,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/postcss-js@4.0.1_postcss@8.5.3/node_modules/postcss-js/sync.js","layer":"rsc"},"startTime":1748961229748,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2743,"timestamp":7146123108,"id":706,"parentId":611,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/section/dist/index.mjs","layer":"rsc"},"startTime":1748961229748,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1117,"timestamp":7146130586,"id":708,"parentId":649,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+generator@7.27.1/node_modules/@babel/generator/lib/node/whitespace.js","layer":"rsc"},"startTime":1748961229755,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1881,"timestamp":7146130737,"id":709,"parentId":649,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+generator@7.27.1/node_modules/@babel/generator/lib/node/parentheses.js","layer":"rsc"},"startTime":1748961229755,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":656,"timestamp":7146134400,"id":710,"parentId":650,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+generator@7.27.1/node_modules/@babel/generator/lib/generators/template-literals.js","layer":"rsc"},"startTime":1748961229759,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1236,"timestamp":7146134533,"id":711,"parentId":650,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+generator@7.27.1/node_modules/@babel/generator/lib/generators/expressions.js","layer":"rsc"},"startTime":1748961229759,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1736,"timestamp":7146134603,"id":712,"parentId":650,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+generator@7.27.1/node_modules/@babel/generator/lib/generators/classes.js","layer":"rsc"},"startTime":1748961229759,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1257,"timestamp":7146139077,"id":713,"parentId":650,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+generator@7.27.1/node_modules/@babel/generator/lib/generators/statements.js","layer":"rsc"},"startTime":1748961229764,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1701,"timestamp":7146139211,"id":714,"parentId":650,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+generator@7.27.1/node_modules/@babel/generator/lib/generators/methods.js","layer":"rsc"},"startTime":1748961229764,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3671,"timestamp":7146139281,"id":715,"parentId":612,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/row/dist/index.js","layer":"rsc"},"startTime":1748961229764,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1691,"timestamp":7146145819,"id":717,"parentId":650,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+generator@7.27.1/node_modules/@babel/generator/lib/generators/types.js","layer":"rsc"},"startTime":1748961229770,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2982,"timestamp":7146145893,"id":718,"parentId":650,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+generator@7.27.1/node_modules/@babel/generator/lib/generators/flow.js","layer":"rsc"},"startTime":1748961229770,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3869,"timestamp":7146145955,"id":719,"parentId":475,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/signal-exit@4.1.0/node_modules/signal-exit/dist/mjs/index.js","layer":"rsc"},"startTime":1748961229770,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":5488,"timestamp":7146145667,"id":716,"parentId":611,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/row/dist/index.mjs","layer":"rsc"},"startTime":1748961229770,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":5682,"timestamp":7146146021,"id":720,"parentId":612,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/preview/dist/index.js","layer":"rsc"},"startTime":1748961229771,"traceId":"1d7d79b67620d551"}]
8
- [{"name":"build-module-mjs","duration":6130,"timestamp":7146146144,"id":721,"parentId":611,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/preview/dist/index.mjs","layer":"rsc"},"startTime":1748961229771,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":734,"timestamp":7146156714,"id":724,"parentId":650,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+generator@7.27.1/node_modules/@babel/generator/lib/generators/jsx.js","layer":"rsc"},"startTime":1748961229781,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":859,"timestamp":7146158045,"id":725,"parentId":650,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+generator@7.27.1/node_modules/@babel/generator/lib/generators/base.js","layer":"rsc"},"startTime":1748961229783,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1605,"timestamp":7146158166,"id":726,"parentId":650,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+generator@7.27.1/node_modules/@babel/generator/lib/generators/modules.js","layer":"rsc"},"startTime":1748961229783,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":712,"timestamp":7146161957,"id":729,"parentId":648,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/domutils@3.1.0/node_modules/domutils/lib/traversal.js","layer":"rsc"},"startTime":1748961229786,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":210808,"timestamp":7146156586,"id":723,"parentId":611,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/tailwind/dist/index.mjs","layer":"rsc"},"startTime":1748961229781,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":209785,"timestamp":7146160806,"id":727,"parentId":612,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/text/dist/index.js","layer":"rsc"},"startTime":1748961229785,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":209459,"timestamp":7146161837,"id":728,"parentId":611,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/text/dist/index.mjs","layer":"rsc"},"startTime":1748961229786,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":286810,"timestamp":7146154850,"id":722,"parentId":612,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/tailwind/dist/index.js","layer":"rsc"},"startTime":1748961229779,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":822,"timestamp":7146444037,"id":730,"parentId":648,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/domutils@3.1.0/node_modules/domutils/lib/stringify.js","layer":"rsc"},"startTime":1748961230069,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1052,"timestamp":7146444191,"id":731,"parentId":648,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/domutils@3.1.0/node_modules/domutils/lib/manipulation.js","layer":"rsc"},"startTime":1748961230069,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1605,"timestamp":7146448352,"id":732,"parentId":648,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/domutils@3.1.0/node_modules/domutils/lib/legacy.js","layer":"rsc"},"startTime":1748961230073,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1863,"timestamp":7146448507,"id":733,"parentId":648,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/domutils@3.1.0/node_modules/domutils/lib/querying.js","layer":"rsc"},"startTime":1748961230073,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2300,"timestamp":7146448579,"id":734,"parentId":648,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/domutils@3.1.0/node_modules/domutils/lib/feeds.js","layer":"rsc"},"startTime":1748961230073,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2613,"timestamp":7146448637,"id":735,"parentId":648,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/domutils@3.1.0/node_modules/domutils/lib/helpers.js","layer":"rsc"},"startTime":1748961230073,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":4021,"timestamp":7146448694,"id":736,"parentId":650,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+generator@7.27.1/node_modules/@babel/generator/lib/generators/typescript.js","layer":"rsc"},"startTime":1748961230073,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":5731,"timestamp":7146448753,"id":737,"parentId":612,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/render/dist/node/index.js","layer":"rsc"},"startTime":1748961230073,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":836,"timestamp":7146458938,"id":739,"parentId":652,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/tailwindcss@3.4.0/node_modules/tailwindcss/lib/corePluginList.js","layer":"rsc"},"startTime":1748961230083,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":919,"timestamp":7146459018,"id":740,"parentId":652,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/tailwindcss@3.4.0/node_modules/tailwindcss/lib/util/configurePlugins.js","layer":"rsc"},"startTime":1748961230084,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1295,"timestamp":7146459079,"id":741,"parentId":652,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/tailwindcss@3.4.0/node_modules/tailwindcss/lib/public/colors.js","layer":"rsc"},"startTime":1748961230084,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1422,"timestamp":7146459135,"id":742,"parentId":652,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/tailwindcss@3.4.0/node_modules/tailwindcss/lib/util/defaults.js","layer":"rsc"},"startTime":1748961230084,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":4081,"timestamp":7146458805,"id":738,"parentId":611,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/render/dist/node/index.mjs","layer":"rsc"},"startTime":1748961230083,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1572,"timestamp":7146466249,"id":743,"parentId":652,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/tailwindcss@3.4.0/node_modules/tailwindcss/lib/util/normalizeConfig.js","layer":"rsc"},"startTime":1748961230091,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1622,"timestamp":7146466393,"id":744,"parentId":652,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/tailwindcss@3.4.0/node_modules/tailwindcss/lib/util/cloneDeep.js","layer":"rsc"},"startTime":1748961230091,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3918,"timestamp":7146470357,"id":745,"parentId":657,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/postcss-selector-parser@6.0.16/node_modules/postcss-selector-parser/dist/parser.js","layer":"rsc"},"startTime":1748961230095,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":4778,"timestamp":7146470486,"id":746,"parentId":653,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/tailwindcss@3.4.0/node_modules/tailwindcss/stubs/config.full.js","layer":"rsc"},"startTime":1748961230095,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":5403,"timestamp":7146470557,"id":747,"parentId":659,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/css-select@5.1.0/node_modules/css-select/lib/attributes.js","layer":"rsc"},"startTime":1748961230095,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":6226,"timestamp":7146470622,"id":748,"parentId":625,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+helper-string-parser@7.27.1/node_modules/@babel/helper-string-parser/lib/index.js","layer":"rsc"},"startTime":1748961230095,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":464,"timestamp":7146485745,"id":749,"parentId":663,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/postcss-selector-parser@6.0.16/node_modules/postcss-selector-parser/dist/selectors/types.js","layer":"rsc"},"startTime":1748961230110,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1436,"timestamp":7146487373,"id":750,"parentId":662,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+helper-validator-identifier@7.27.1/node_modules/@babel/helper-validator-identifier/lib/identifier.js","layer":"rsc"},"startTime":1748961230112,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1764,"timestamp":7146487492,"id":751,"parentId":635,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/ms@2.1.3/node_modules/ms/index.js","layer":"rsc"},"startTime":1748961230112,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1875,"timestamp":7146487562,"id":752,"parentId":662,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+helper-validator-identifier@7.27.1/node_modules/@babel/helper-validator-identifier/lib/keyword.js","layer":"rsc"},"startTime":1748961230112,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1944,"timestamp":7146487621,"id":753,"parentId":661,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+helper-validator-identifier@7.25.9/node_modules/@babel/helper-validator-identifier/lib/keyword.js","layer":"rsc"},"startTime":1748961230112,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1363,"timestamp":7146489778,"id":754,"parentId":661,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+helper-validator-identifier@7.25.9/node_modules/@babel/helper-validator-identifier/lib/identifier.js","layer":"rsc"},"startTime":1748961230114,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1614,"timestamp":7146489899,"id":755,"parentId":621,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/mimic-function@5.0.1/node_modules/mimic-function/index.js","layer":"rsc"},"startTime":1748961230114,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1850,"timestamp":7146489971,"id":756,"parentId":637,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/postcss-selector-parser@6.1.2/node_modules/postcss-selector-parser/dist/index.js","layer":"rsc"},"startTime":1748961230114,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2106,"timestamp":7146490036,"id":757,"parentId":663,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/postcss-selector-parser@6.0.16/node_modules/postcss-selector-parser/dist/selectors/guards.js","layer":"rsc"},"startTime":1748961230115,"traceId":"1d7d79b67620d551"},{"name":"build-module","duration":19,"timestamp":7146494873,"id":760,"parentId":737,"tags":{"name":"stream","layer":null},"startTime":1748961230119,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1135,"timestamp":7146494658,"id":758,"parentId":663,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/postcss-selector-parser@6.0.16/node_modules/postcss-selector-parser/dist/selectors/constructors.js","layer":"rsc"},"startTime":1748961230119,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1172,"timestamp":7146494800,"id":759,"parentId":613,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/css-what@6.1.0/node_modules/css-what/lib/es/index.js","layer":"rsc"},"startTime":1748961230119,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1616,"timestamp":7146494902,"id":761,"parentId":694,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+template@7.27.1/node_modules/@babel/template/lib/parse.js","layer":"rsc"},"startTime":1748961230119,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":945,"timestamp":7146506889,"id":762,"parentId":694,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+template@7.27.1/node_modules/@babel/template/lib/populate.js","layer":"rsc"},"startTime":1748961230131,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1463,"timestamp":7146507038,"id":763,"parentId":648,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/domhandler@5.0.3/node_modules/domhandler/lib/index.js","layer":"rsc"},"startTime":1748961230132,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1581,"timestamp":7146507115,"id":764,"parentId":665,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/nth-check@2.1.1/node_modules/nth-check/lib/index.js","layer":"rsc"},"startTime":1748961230132,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":645,"timestamp":7146515521,"id":765,"parentId":667,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/has-flag@4.0.0/node_modules/has-flag/index.js","layer":"rsc"},"startTime":1748961230140,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":715,"timestamp":7146515675,"id":766,"parentId":704,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/postcss-js@4.0.1_postcss@8.5.3/node_modules/postcss-js/process-result.js","layer":"rsc"},"startTime":1748961230140,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1895,"timestamp":7146517808,"id":767,"parentId":669,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@jridgewell+sourcemap-codec@1.5.0/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js","layer":"rsc"},"startTime":1748961230142,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":4567,"timestamp":7146528634,"id":768,"parentId":673,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/prismjs@1.30.0/node_modules/prismjs/prism.js","layer":"rsc"},"startTime":1748961230153,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":4825,"timestamp":7146528790,"id":769,"parentId":669,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@jridgewell+set-array@1.2.1/node_modules/@jridgewell/set-array/dist/set-array.umd.js","layer":"rsc"},"startTime":1748961230153,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":370,"timestamp":7146536287,"id":770,"parentId":719,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/signal-exit@4.1.0/node_modules/signal-exit/dist/mjs/signals.js","layer":"rsc"},"startTime":1748961230161,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":925,"timestamp":7146540500,"id":771,"parentId":745,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/postcss-selector-parser@6.0.16/node_modules/postcss-selector-parser/dist/selectors/className.js","layer":"rsc"},"startTime":1748961230165,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1016,"timestamp":7146540622,"id":772,"parentId":745,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/postcss-selector-parser@6.0.16/node_modules/postcss-selector-parser/dist/selectors/selector.js","layer":"rsc"},"startTime":1748961230165,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1239,"timestamp":7146540691,"id":773,"parentId":745,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/postcss-selector-parser@6.0.16/node_modules/postcss-selector-parser/dist/selectors/root.js","layer":"rsc"},"startTime":1748961230165,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1372,"timestamp":7146540750,"id":774,"parentId":745,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/postcss-selector-parser@6.0.16/node_modules/postcss-selector-parser/dist/selectors/comment.js","layer":"rsc"},"startTime":1748961230165,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1634,"timestamp":7146542989,"id":775,"parentId":670,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@jridgewell+resolve-uri@3.1.2/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.umd.js","layer":"rsc"},"startTime":1748961230168,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1754,"timestamp":7146543114,"id":776,"parentId":745,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/postcss-selector-parser@6.0.16/node_modules/postcss-selector-parser/dist/selectors/id.js","layer":"rsc"},"startTime":1748961230168,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":585,"timestamp":7146545162,"id":777,"parentId":745,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/postcss-selector-parser@6.0.16/node_modules/postcss-selector-parser/dist/selectors/tag.js","layer":"rsc"},"startTime":1748961230170,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":610,"timestamp":7146547699,"id":778,"parentId":745,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/postcss-selector-parser@6.0.16/node_modules/postcss-selector-parser/dist/selectors/pseudo.js","layer":"rsc"},"startTime":1748961230172,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":727,"timestamp":7146547825,"id":779,"parentId":745,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/postcss-selector-parser@6.0.16/node_modules/postcss-selector-parser/dist/selectors/string.js","layer":"rsc"},"startTime":1748961230172,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1439,"timestamp":7146551995,"id":780,"parentId":745,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/postcss-selector-parser@6.0.16/node_modules/postcss-selector-parser/dist/selectors/attribute.js","layer":"rsc"},"startTime":1748961230177,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1523,"timestamp":7146552126,"id":781,"parentId":745,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/postcss-selector-parser@6.0.16/node_modules/postcss-selector-parser/dist/selectors/universal.js","layer":"rsc"},"startTime":1748961230177,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1436,"timestamp":7146557327,"id":782,"parentId":745,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/postcss-selector-parser@6.0.16/node_modules/postcss-selector-parser/dist/tokenize.js","layer":"rsc"},"startTime":1748961230182,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1434,"timestamp":7146557449,"id":783,"parentId":745,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/postcss-selector-parser@6.0.16/node_modules/postcss-selector-parser/dist/sortAscending.js","layer":"rsc"},"startTime":1748961230182,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1652,"timestamp":7146557516,"id":784,"parentId":745,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/postcss-selector-parser@6.0.16/node_modules/postcss-selector-parser/dist/tokenTypes.js","layer":"rsc"},"startTime":1748961230182,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1790,"timestamp":7146557572,"id":785,"parentId":745,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/postcss-selector-parser@6.0.16/node_modules/postcss-selector-parser/dist/selectors/nesting.js","layer":"rsc"},"startTime":1748961230182,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1895,"timestamp":7146557627,"id":786,"parentId":745,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/postcss-selector-parser@6.0.16/node_modules/postcss-selector-parser/dist/selectors/combinator.js","layer":"rsc"},"startTime":1748961230182,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":435,"timestamp":7146561669,"id":787,"parentId":700,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/camelcase-css@2.0.1/node_modules/camelcase-css/index.js","layer":"rsc"},"startTime":1748961230186,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":765,"timestamp":7146566933,"id":788,"parentId":756,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/postcss-selector-parser@6.1.2/node_modules/postcss-selector-parser/dist/processor.js","layer":"rsc"},"startTime":1748961230191,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":460,"timestamp":7146569553,"id":789,"parentId":745,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/postcss-selector-parser@6.0.16/node_modules/postcss-selector-parser/dist/util/index.js","layer":"rsc"},"startTime":1748961230194,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":21305,"timestamp":7146570561,"id":790,"parentId":737,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/prettier@3.5.3/node_modules/prettier/standalone.js","layer":"rsc"},"startTime":1748961230195,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":41656,"timestamp":7146570641,"id":791,"parentId":737,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/prettier@3.5.3/node_modules/prettier/plugins/html.js","layer":"rsc"},"startTime":1748961230195,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":62070,"timestamp":7146570694,"id":792,"parentId":738,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/prettier@3.5.3/node_modules/prettier/standalone.mjs","layer":"rsc"},"startTime":1748961230195,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":82139,"timestamp":7146571084,"id":793,"parentId":738,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/prettier@3.5.3/node_modules/prettier/plugins/html.mjs","layer":"rsc"},"startTime":1748961230196,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1345,"timestamp":7146655535,"id":794,"parentId":717,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/jsesc@3.1.0/node_modules/jsesc/jsesc.js","layer":"rsc"},"startTime":1748961230280,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2115,"timestamp":7146660050,"id":795,"parentId":763,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/domhandler@5.0.3/node_modules/domhandler/lib/node.js","layer":"rsc"},"startTime":1748961230285,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":870,"timestamp":7146663517,"id":796,"parentId":730,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/domelementtype@2.3.0/node_modules/domelementtype/lib/index.js","layer":"rsc"},"startTime":1748961230288,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1051,"timestamp":7146663653,"id":797,"parentId":764,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/nth-check@2.1.1/node_modules/nth-check/lib/parse.js","layer":"rsc"},"startTime":1748961230288,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1309,"timestamp":7146663723,"id":798,"parentId":764,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/nth-check@2.1.1/node_modules/nth-check/lib/compile.js","layer":"rsc"},"startTime":1748961230288,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1856,"timestamp":7146663785,"id":799,"parentId":771,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/postcss-selector-parser@6.0.16/node_modules/postcss-selector-parser/dist/selectors/node.js","layer":"rsc"},"startTime":1748961230288,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1774,"timestamp":7146666076,"id":800,"parentId":772,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/postcss-selector-parser@6.0.16/node_modules/postcss-selector-parser/dist/selectors/container.js","layer":"rsc"},"startTime":1748961230291,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2109,"timestamp":7146666203,"id":801,"parentId":777,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/postcss-selector-parser@6.0.16/node_modules/postcss-selector-parser/dist/selectors/namespace.js","layer":"rsc"},"startTime":1748961230291,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":510,"timestamp":7146670338,"id":802,"parentId":756,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/postcss-selector-parser@6.1.2/node_modules/postcss-selector-parser/dist/selectors/index.js","layer":"rsc"},"startTime":1748961230295,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1152,"timestamp":7146670454,"id":803,"parentId":730,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/dom-serializer@2.0.0/node_modules/dom-serializer/lib/index.js","layer":"rsc"},"startTime":1748961230295,"traceId":"1d7d79b67620d551"},{"name":"build-module-cjs","duration":4619,"timestamp":7146676021,"id":804,"parentId":737,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/html-to-text@9.0.5/node_modules/html-to-text/lib/html-to-text.cjs","layer":"rsc"},"startTime":1748961230301,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":8746,"timestamp":7146676155,"id":805,"parentId":738,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/html-to-text@9.0.5/node_modules/html-to-text/lib/html-to-text.mjs","layer":"rsc"},"startTime":1748961230301,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":658,"timestamp":7146686153,"id":806,"parentId":759,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/css-what@6.1.0/node_modules/css-what/lib/es/types.js","layer":"rsc"},"startTime":1748961230311,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1706,"timestamp":7146686289,"id":807,"parentId":759,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/css-what@6.1.0/node_modules/css-what/lib/es/parse.js","layer":"rsc"},"startTime":1748961230311,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1260,"timestamp":7146690066,"id":808,"parentId":759,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/css-what@6.1.0/node_modules/css-what/lib/es/stringify.js","layer":"rsc"},"startTime":1748961230315,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1990,"timestamp":7146690200,"id":809,"parentId":696,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/md-to-react-email@5.0.5_react@19.0.0/node_modules/md-to-react-email/dist/index.mjs","layer":"rsc"},"startTime":1748961230315,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":4074,"timestamp":7146692783,"id":810,"parentId":788,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/postcss-selector-parser@6.1.2/node_modules/postcss-selector-parser/dist/parser.js","layer":"rsc"},"startTime":1748961230317,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":4144,"timestamp":7146692900,"id":811,"parentId":789,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/postcss-selector-parser@6.0.16/node_modules/postcss-selector-parser/dist/util/getProp.js","layer":"rsc"},"startTime":1748961230317,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":4186,"timestamp":7146692987,"id":812,"parentId":789,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/postcss-selector-parser@6.0.16/node_modules/postcss-selector-parser/dist/util/stripComments.js","layer":"rsc"},"startTime":1748961230317,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":4200,"timestamp":7146693076,"id":813,"parentId":789,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/postcss-selector-parser@6.0.16/node_modules/postcss-selector-parser/dist/util/ensureObject.js","layer":"rsc"},"startTime":1748961230318,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1051,"timestamp":7146699134,"id":814,"parentId":761,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+code-frame@7.27.1/node_modules/@babel/code-frame/lib/index.js","layer":"rsc"},"startTime":1748961230324,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":49973,"timestamp":7146704920,"id":815,"parentId":761,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@babel+parser@7.27.1/node_modules/@babel/parser/lib/index.js","layer":"rsc"},"startTime":1748961230329,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":50149,"timestamp":7146705052,"id":816,"parentId":810,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/postcss-selector-parser@6.1.2/node_modules/postcss-selector-parser/dist/selectors/types.js","layer":"rsc"},"startTime":1748961230330,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":50425,"timestamp":7146705130,"id":817,"parentId":802,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/postcss-selector-parser@6.1.2/node_modules/postcss-selector-parser/dist/selectors/constructors.js","layer":"rsc"},"startTime":1748961230330,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":50442,"timestamp":7146705195,"id":818,"parentId":737,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/compiled/react-dom/server.js","layer":"rsc"},"startTime":1748961230330,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1083,"timestamp":7146756845,"id":819,"parentId":803,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/dom-serializer@2.0.0/node_modules/dom-serializer/lib/foreignNames.js","layer":"rsc"},"startTime":1748961230381,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1261,"timestamp":7146757015,"id":820,"parentId":802,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/postcss-selector-parser@6.1.2/node_modules/postcss-selector-parser/dist/selectors/guards.js","layer":"rsc"},"startTime":1748961230382,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":542,"timestamp":7146760719,"id":821,"parentId":810,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/postcss-selector-parser@6.1.2/node_modules/postcss-selector-parser/dist/sortAscending.js","layer":"rsc"},"startTime":1748961230385,"traceId":"1d7d79b67620d551"}]
9
- [{"name":"build-module-js","duration":1469,"timestamp":7146760857,"id":822,"parentId":810,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/postcss-selector-parser@6.1.2/node_modules/postcss-selector-parser/dist/tokenize.js","layer":"rsc"},"startTime":1748961230385,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":919,"timestamp":7146764909,"id":823,"parentId":810,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/postcss-selector-parser@6.1.2/node_modules/postcss-selector-parser/dist/tokenTypes.js","layer":"rsc"},"startTime":1748961230389,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1247,"timestamp":7146765062,"id":824,"parentId":810,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/postcss-selector-parser@6.1.2/node_modules/postcss-selector-parser/dist/selectors/root.js","layer":"rsc"},"startTime":1748961230390,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1020,"timestamp":7146766704,"id":825,"parentId":810,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/postcss-selector-parser@6.1.2/node_modules/postcss-selector-parser/dist/selectors/selector.js","layer":"rsc"},"startTime":1748961230391,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1258,"timestamp":7146766824,"id":826,"parentId":810,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/postcss-selector-parser@6.1.2/node_modules/postcss-selector-parser/dist/selectors/className.js","layer":"rsc"},"startTime":1748961230391,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1396,"timestamp":7146766895,"id":827,"parentId":810,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/postcss-selector-parser@6.1.2/node_modules/postcss-selector-parser/dist/selectors/id.js","layer":"rsc"},"startTime":1748961230391,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1488,"timestamp":7146766970,"id":828,"parentId":810,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/postcss-selector-parser@6.1.2/node_modules/postcss-selector-parser/dist/selectors/comment.js","layer":"rsc"},"startTime":1748961230391,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":855,"timestamp":7146772999,"id":829,"parentId":810,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/postcss-selector-parser@6.1.2/node_modules/postcss-selector-parser/dist/selectors/tag.js","layer":"rsc"},"startTime":1748961230398,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":960,"timestamp":7146773133,"id":830,"parentId":810,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/postcss-selector-parser@6.1.2/node_modules/postcss-selector-parser/dist/selectors/pseudo.js","layer":"rsc"},"startTime":1748961230398,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1061,"timestamp":7146773201,"id":831,"parentId":810,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/postcss-selector-parser@6.1.2/node_modules/postcss-selector-parser/dist/selectors/string.js","layer":"rsc"},"startTime":1748961230398,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2077,"timestamp":7146773257,"id":832,"parentId":810,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/postcss-selector-parser@6.1.2/node_modules/postcss-selector-parser/dist/selectors/attribute.js","layer":"rsc"},"startTime":1748961230398,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1430,"timestamp":7146776695,"id":833,"parentId":810,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/postcss-selector-parser@6.1.2/node_modules/postcss-selector-parser/dist/selectors/universal.js","layer":"rsc"},"startTime":1748961230401,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1505,"timestamp":7146776856,"id":834,"parentId":810,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/postcss-selector-parser@6.1.2/node_modules/postcss-selector-parser/dist/selectors/combinator.js","layer":"rsc"},"startTime":1748961230401,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":761,"timestamp":7146779284,"id":835,"parentId":810,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/postcss-selector-parser@6.1.2/node_modules/postcss-selector-parser/dist/selectors/nesting.js","layer":"rsc"},"startTime":1748961230404,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":352,"timestamp":7146781165,"id":836,"parentId":818,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/compiled/react-dom/server.node.js","layer":"rsc"},"startTime":1748961230406,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":364,"timestamp":7146783697,"id":837,"parentId":810,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/postcss-selector-parser@6.1.2/node_modules/postcss-selector-parser/dist/util/index.js","layer":"rsc"},"startTime":1748961230408,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1510,"timestamp":7146785613,"id":838,"parentId":824,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/postcss-selector-parser@6.1.2/node_modules/postcss-selector-parser/dist/selectors/container.js","layer":"rsc"},"startTime":1748961230410,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1068,"timestamp":7146788677,"id":839,"parentId":771,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/cssesc@3.0.0/node_modules/cssesc/cssesc.js","layer":"rsc"},"startTime":1748961230413,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1544,"timestamp":7146788791,"id":840,"parentId":826,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/postcss-selector-parser@6.1.2/node_modules/postcss-selector-parser/dist/selectors/node.js","layer":"rsc"},"startTime":1748961230413,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":464,"timestamp":7146792240,"id":841,"parentId":780,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/util-deprecate@1.0.2/node_modules/util-deprecate/node.js","layer":"rsc"},"startTime":1748961230417,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":761,"timestamp":7146792366,"id":842,"parentId":829,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/postcss-selector-parser@6.1.2/node_modules/postcss-selector-parser/dist/selectors/namespace.js","layer":"rsc"},"startTime":1748961230417,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":960,"timestamp":7146792434,"id":843,"parentId":832,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/postcss-selector-parser@6.1.2/node_modules/postcss-selector-parser/dist/util/unesc.js","layer":"rsc"},"startTime":1748961230417,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":15620,"timestamp":7146796106,"id":844,"parentId":836,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/compiled/react-dom/cjs/react-dom-server-legacy.node.production.js","layer":"rsc"},"startTime":1748961230421,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":16088,"timestamp":7146815661,"id":845,"parentId":836,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/compiled/react-dom/cjs/react-dom-server.node.production.js","layer":"rsc"},"startTime":1748961230440,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":529,"timestamp":7146833318,"id":846,"parentId":837,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/postcss-selector-parser@6.1.2/node_modules/postcss-selector-parser/dist/util/getProp.js","layer":"rsc"},"startTime":1748961230458,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":508,"timestamp":7146834476,"id":847,"parentId":837,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/postcss-selector-parser@6.1.2/node_modules/postcss-selector-parser/dist/util/stripComments.js","layer":"rsc"},"startTime":1748961230459,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":538,"timestamp":7146834600,"id":848,"parentId":837,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/postcss-selector-parser@6.1.2/node_modules/postcss-selector-parser/dist/util/ensureObject.js","layer":"rsc"},"startTime":1748961230459,"traceId":"1d7d79b67620d551"},{"name":"build-module","duration":15,"timestamp":7146835804,"id":849,"parentId":845,"tags":{"name":"async_hooks","layer":null},"startTime":1748961230460,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":992,"timestamp":7146835825,"id":850,"parentId":805,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/dom-serializer@2.0.0/node_modules/dom-serializer/lib/esm/index.js","layer":"rsc"},"startTime":1748961230460,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":805,"timestamp":7146839581,"id":851,"parentId":803,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/index.js","layer":"rsc"},"startTime":1748961230464,"traceId":"1d7d79b67620d551"},{"name":"build-module-cjs","duration":1954,"timestamp":7146846335,"id":852,"parentId":804,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/selderee@0.11.0/node_modules/selderee/lib/selderee.cjs","layer":"rsc"},"startTime":1748961230471,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":3320,"timestamp":7146846488,"id":853,"parentId":805,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/selderee@0.11.0/node_modules/selderee/lib/selderee.mjs","layer":"rsc"},"startTime":1748961230471,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":884,"timestamp":7146852506,"id":854,"parentId":804,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/htmlparser2@8.0.2/node_modules/htmlparser2/lib/index.js","layer":"rsc"},"startTime":1748961230477,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1105,"timestamp":7146852643,"id":855,"parentId":805,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/htmlparser2@8.0.2/node_modules/htmlparser2/lib/esm/index.js","layer":"rsc"},"startTime":1748961230477,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":798,"timestamp":7146857709,"id":856,"parentId":804,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/deepmerge@4.3.1/node_modules/deepmerge/dist/cjs.js","layer":"rsc"},"startTime":1748961230482,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":572,"timestamp":7146859800,"id":857,"parentId":844,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/compiled/react-dom/index.js","layer":"rsc"},"startTime":1748961230484,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":634,"timestamp":7146859927,"id":858,"parentId":850,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/dom-serializer@2.0.0/node_modules/dom-serializer/lib/esm/foreignNames.js","layer":"rsc"},"startTime":1748961230484,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":490,"timestamp":7146860958,"id":859,"parentId":850,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/domelementtype@2.3.0/node_modules/domelementtype/lib/esm/index.js","layer":"rsc"},"startTime":1748961230485,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1113,"timestamp":7146864942,"id":860,"parentId":851,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/escape.js","layer":"rsc"},"startTime":1748961230489,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1360,"timestamp":7146865066,"id":861,"parentId":851,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/encode.js","layer":"rsc"},"startTime":1748961230490,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2740,"timestamp":7146865134,"id":862,"parentId":851,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/decode.js","layer":"rsc"},"startTime":1748961230490,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3217,"timestamp":7146865200,"id":863,"parentId":850,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/esm/index.js","layer":"rsc"},"startTime":1748961230490,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":712,"timestamp":7146870412,"id":864,"parentId":844,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/compiled/react/index.js","layer":"rsc"},"startTime":1748961230495,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1881,"timestamp":7146871469,"id":865,"parentId":855,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/htmlparser2@8.0.2/node_modules/htmlparser2/lib/esm/Parser.js","layer":"rsc"},"startTime":1748961230496,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":4022,"timestamp":7146871589,"id":866,"parentId":855,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/htmlparser2@8.0.2/node_modules/htmlparser2/lib/esm/Tokenizer.js","layer":"rsc"},"startTime":1748961230496,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2012,"timestamp":7146877287,"id":867,"parentId":854,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/htmlparser2@8.0.2/node_modules/htmlparser2/lib/Parser.js","layer":"rsc"},"startTime":1748961230502,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":4035,"timestamp":7146877422,"id":868,"parentId":854,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/htmlparser2@8.0.2/node_modules/htmlparser2/lib/Tokenizer.js","layer":"rsc"},"startTime":1748961230502,"traceId":"1d7d79b67620d551"},{"name":"build-module-cjs","duration":907,"timestamp":7146884708,"id":869,"parentId":804,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@selderee+plugin-htmlparser2@0.11.0/node_modules/@selderee/plugin-htmlparser2/lib/hp2-builder.cjs","layer":"rsc"},"startTime":1748961230509,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1235,"timestamp":7146884854,"id":870,"parentId":805,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@selderee+plugin-htmlparser2@0.11.0/node_modules/@selderee/plugin-htmlparser2/lib/hp2-builder.mjs","layer":"rsc"},"startTime":1748961230509,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1763,"timestamp":7146884930,"id":871,"parentId":857,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/compiled/react-dom/cjs/react-dom.production.js","layer":"rsc"},"startTime":1748961230509,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":513,"timestamp":7146888333,"id":872,"parentId":862,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/decode_codepoint.js","layer":"rsc"},"startTime":1748961230513,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1134,"timestamp":7146890684,"id":873,"parentId":862,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/generated/decode-data-html.js","layer":"rsc"},"startTime":1748961230515,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2561,"timestamp":7146890798,"id":874,"parentId":861,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/generated/encode-html.js","layer":"rsc"},"startTime":1748961230515,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2585,"timestamp":7146890863,"id":875,"parentId":862,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/generated/decode-data-xml.js","layer":"rsc"},"startTime":1748961230515,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":932,"timestamp":7146893892,"id":876,"parentId":863,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/esm/encode.js","layer":"rsc"},"startTime":1748961230518,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1265,"timestamp":7146894028,"id":877,"parentId":863,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/esm/escape.js","layer":"rsc"},"startTime":1748961230519,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2372,"timestamp":7146894096,"id":878,"parentId":863,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/esm/decode.js","layer":"rsc"},"startTime":1748961230519,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3690,"timestamp":7146894156,"id":879,"parentId":864,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/compiled/react/cjs/react.production.js","layer":"rsc"},"startTime":1748961230519,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":7718,"timestamp":7146901493,"id":880,"parentId":809,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/marked@7.0.4/node_modules/marked/lib/marked.esm.js","layer":"rsc"},"startTime":1748961230526,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":659,"timestamp":7146915562,"id":881,"parentId":878,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/esm/decode_codepoint.js","layer":"rsc"},"startTime":1748961230540,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":893,"timestamp":7146917726,"id":882,"parentId":855,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/domhandler@5.0.3/node_modules/domhandler/lib/esm/index.js","layer":"rsc"},"startTime":1748961230542,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1180,"timestamp":7146921548,"id":883,"parentId":878,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/esm/generated/decode-data-html.js","layer":"rsc"},"startTime":1748961230546,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2697,"timestamp":7146921678,"id":884,"parentId":876,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/esm/generated/encode-html.js","layer":"rsc"},"startTime":1748961230546,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2723,"timestamp":7146921747,"id":885,"parentId":878,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/esm/generated/decode-data-xml.js","layer":"rsc"},"startTime":1748961230546,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2887,"timestamp":7146921810,"id":886,"parentId":855,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/domutils@3.1.0/node_modules/domutils/lib/esm/index.js","layer":"rsc"},"startTime":1748961230546,"traceId":"1d7d79b67620d551"},{"name":"build-module-cjs","duration":1754,"timestamp":7146929174,"id":887,"parentId":852,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/parseley@0.12.1/node_modules/parseley/lib/parseley.cjs","layer":"rsc"},"startTime":1748961230554,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":3222,"timestamp":7146929328,"id":888,"parentId":853,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/parseley@0.12.1/node_modules/parseley/lib/parseley.mjs","layer":"rsc"},"startTime":1748961230554,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1205,"timestamp":7146934651,"id":889,"parentId":882,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/domhandler@5.0.3/node_modules/domhandler/lib/esm/node.js","layer":"rsc"},"startTime":1748961230559,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1246,"timestamp":7146937540,"id":890,"parentId":886,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/domutils@3.1.0/node_modules/domutils/lib/esm/traversal.js","layer":"rsc"},"startTime":1748961230562,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1447,"timestamp":7146937678,"id":891,"parentId":886,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/domutils@3.1.0/node_modules/domutils/lib/esm/stringify.js","layer":"rsc"},"startTime":1748961230562,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1733,"timestamp":7146937747,"id":892,"parentId":886,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/domutils@3.1.0/node_modules/domutils/lib/esm/manipulation.js","layer":"rsc"},"startTime":1748961230562,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2091,"timestamp":7146937810,"id":893,"parentId":886,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/domutils@3.1.0/node_modules/domutils/lib/esm/legacy.js","layer":"rsc"},"startTime":1748961230562,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2443,"timestamp":7146937868,"id":894,"parentId":886,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/domutils@3.1.0/node_modules/domutils/lib/esm/querying.js","layer":"rsc"},"startTime":1748961230562,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2768,"timestamp":7146937927,"id":895,"parentId":886,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/domutils@3.1.0/node_modules/domutils/lib/esm/helpers.js","layer":"rsc"},"startTime":1748961230562,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3233,"timestamp":7146937985,"id":896,"parentId":886,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/domutils@3.1.0/node_modules/domutils/lib/esm/feeds.js","layer":"rsc"},"startTime":1748961230562,"traceId":"1d7d79b67620d551"},{"name":"build-module-cjs","duration":1883,"timestamp":7146955428,"id":897,"parentId":887,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/leac@0.6.0/node_modules/leac/lib/leac.cjs","layer":"rsc"},"startTime":1748961230580,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2655,"timestamp":7146955696,"id":898,"parentId":888,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/leac@0.6.0/node_modules/leac/lib/leac.mjs","layer":"rsc"},"startTime":1748961230580,"traceId":"1d7d79b67620d551"},{"name":"build-module-cjs","duration":1690,"timestamp":7146960470,"id":899,"parentId":887,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/peberminta@0.9.0/node_modules/peberminta/lib/core.cjs","layer":"rsc"},"startTime":1748961230585,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":3043,"timestamp":7146960612,"id":900,"parentId":888,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/peberminta@0.9.0/node_modules/peberminta/lib/core.mjs","layer":"rsc"},"startTime":1748961230585,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":401,"timestamp":7146964744,"id":901,"parentId":900,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/peberminta@0.9.0/node_modules/peberminta/lib/util.mjs","layer":"rsc"},"startTime":1748961230589,"traceId":"1d7d79b67620d551"},{"name":"build-module-cjs","duration":307,"timestamp":7146965171,"id":902,"parentId":899,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/peberminta@0.9.0/node_modules/peberminta/lib/util.cjs","layer":"rsc"},"startTime":1748961230590,"traceId":"1d7d79b67620d551"},{"name":"font-loader","duration":11270418,"timestamp":7144847818,"id":314,"parentId":313,"tags":{},"startTime":1748961228472,"traceId":"1d7d79b67620d551"},{"name":"postcss","duration":3017,"timestamp":7156118476,"id":903,"parentId":313,"tags":{},"startTime":1748961239743,"traceId":"1d7d79b67620d551"},{"name":"next-font-loader","duration":11304349,"timestamp":7144817284,"id":313,"parentId":309,"tags":{},"startTime":1748961228442,"traceId":"1d7d79b67620d551"},{"name":"css-loader","duration":3752,"timestamp":7156121559,"id":904,"parentId":309,"tags":{"astUsed":"true"},"startTime":1748961239746,"traceId":"1d7d79b67620d551"},{"name":"build-module","duration":11340708,"timestamp":7144784941,"id":309,"parentId":165,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/font/google/target.css?{\"path\":\"src/app/fonts.ts\",\"import\":\"Inter\",\"arguments\":[{\"subsets\":[\"latin\"],\"variable\":\"--font-inter\",\"display\":\"swap\"}],\"variableName\":\"inter\"}","layer":"rsc"},"startTime":1748961228409,"traceId":"1d7d79b67620d551"},{"name":"add-entry","duration":12230694,"timestamp":7143895104,"id":19,"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=%2Fhome%2Fgabriel%2FProjects%2Fresend%2Freact-email%2Fpackages%2Freact-email%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":1748961227520,"traceId":"1d7d79b67620d551"},{"name":"add-entry","duration":12230355,"timestamp":7143895453,"id":23,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fpage&name=app%2Fpage&pagePath=private-next-app-dir%2Fpage.tsx&appDir=%2Fhome%2Fgabriel%2FProjects%2Fresend%2Freact-email%2Fpackages%2Freact-email%2Fsrc%2Fapp&appPaths=%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1748961227520,"traceId":"1d7d79b67620d551"},{"name":"add-entry","duration":12230351,"timestamp":7143895463,"id":24,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fpreview%2F%5B...slug%5D%2Fpage&name=app%2Fpreview%2F%5B...slug%5D%2Fpage&pagePath=private-next-app-dir%2Fpreview%2F%5B...slug%5D%2Fpage.tsx&appDir=%2Fhome%2Fgabriel%2FProjects%2Fresend%2Freact-email%2Fpackages%2Freact-email%2Fsrc%2Fapp&appPaths=%2Fpreview%2F%5B...slug%5D%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1748961227520,"traceId":"1d7d79b67620d551"},{"name":"build-module","duration":1425,"timestamp":7156177448,"id":922,"parentId":16,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Fgabriel%2FProjects%2Fresend%2Freact-email%2Fpackages%2Freact-email%2Fsrc%2Fapp%2Fglobals.css%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fgabriel%2FProjects%2Fresend%2Freact-email%2Fnode_modules%2F.pnpm%2Fnext%4015.3.1_%40babel%2Bcore%407.26.10_react-dom%4019.0.0_react%4019.0.0__react%4019.0.0%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Ffonts.ts%5C%22%2C%5C%22import%5C%22%3A%5C%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fgabriel%2FProjects%2Fresend%2Freact-email%2Fnode_modules%2F.pnpm%2Fnext%4015.3.1_%40babel%2Bcore%407.26.10_react-dom%4019.0.0_react%4019.0.0__react%4019.0.0%2Fnode_modules%2Fnext%2Ffont%2Flocal%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Ffonts.ts%5C%22%2C%5C%22import%5C%22%3A%5C%22%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22src%5C%22%3A%5B%7B%5C%22path%5C%22%3A%5C%22.%2Ffonts%2FSFMono%2FSFMonoLight.otf%5C%22%2C%5C%22weight%5C%22%3A%5C%22300%5C%22%7D%2C%7B%5C%22path%5C%22%3A%5C%22.%2Ffonts%2FSFMono%2FSFMonoRegular.otf%5C%22%2C%5C%22weight%5C%22%3A%5C%22400%5C%22%7D%2C%7B%5C%22path%5C%22%3A%5C%22.%2Ffonts%2FSFMono%2FSFMonoMedium.otf%5C%22%2C%5C%22weight%5C%22%3A%5C%22500%5C%22%7D%2C%7B%5C%22path%5C%22%3A%5C%22.%2Ffonts%2FSFMono%2FSFMonoSemibold.otf%5C%22%2C%5C%22weight%5C%22%3A%5C%22600%5C%22%7D%2C%7B%5C%22path%5C%22%3A%5C%22.%2Ffonts%2FSFMono%2FSFMonoBold.otf%5C%22%2C%5C%22weight%5C%22%3A%5C%22700%5C%22%7D%2C%7B%5C%22path%5C%22%3A%5C%22.%2Ffonts%2FSFMono%2FSFMonoHeavy.otf%5C%22%2C%5C%22weight%5C%22%3A%5C%22800%5C%22%7D%5D%2C%5C%22variable%5C%22%3A%5C%22--font-sf-mono%5C%22%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22sfMono%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fgabriel%2FProjects%2Fresend%2Freact-email%2Fpackages%2Freact-email%2Fsrc%2Fcontexts%2Femails.tsx%22%2C%22ids%22%3A%5B%22EmailsProvider%22%5D%7D&server=true!","layer":"ssr"},"startTime":1748961239802,"traceId":"1d7d79b67620d551"},{"name":"build-module","duration":280,"timestamp":7156178899,"id":923,"parentId":16,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Fgabriel%2FProjects%2Fresend%2Freact-email%2Fpackages%2Freact-email%2Fsrc%2Fapp%2Fglobals.css%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fgabriel%2FProjects%2Fresend%2Freact-email%2Fnode_modules%2F.pnpm%2Fnext%4015.3.1_%40babel%2Bcore%407.26.10_react-dom%4019.0.0_react%4019.0.0__react%4019.0.0%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Ffonts.ts%5C%22%2C%5C%22import%5C%22%3A%5C%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fgabriel%2FProjects%2Fresend%2Freact-email%2Fnode_modules%2F.pnpm%2Fnext%4015.3.1_%40babel%2Bcore%407.26.10_react-dom%4019.0.0_react%4019.0.0__react%4019.0.0%2Fnode_modules%2Fnext%2Ffont%2Flocal%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Ffonts.ts%5C%22%2C%5C%22import%5C%22%3A%5C%22%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22src%5C%22%3A%5B%7B%5C%22path%5C%22%3A%5C%22.%2Ffonts%2FSFMono%2FSFMonoLight.otf%5C%22%2C%5C%22weight%5C%22%3A%5C%22300%5C%22%7D%2C%7B%5C%22path%5C%22%3A%5C%22.%2Ffonts%2FSFMono%2FSFMonoRegular.otf%5C%22%2C%5C%22weight%5C%22%3A%5C%22400%5C%22%7D%2C%7B%5C%22path%5C%22%3A%5C%22.%2Ffonts%2FSFMono%2FSFMonoMedium.otf%5C%22%2C%5C%22weight%5C%22%3A%5C%22500%5C%22%7D%2C%7B%5C%22path%5C%22%3A%5C%22.%2Ffonts%2FSFMono%2FSFMonoSemibold.otf%5C%22%2C%5C%22weight%5C%22%3A%5C%22600%5C%22%7D%2C%7B%5C%22path%5C%22%3A%5C%22.%2Ffonts%2FSFMono%2FSFMonoBold.otf%5C%22%2C%5C%22weight%5C%22%3A%5C%22700%5C%22%7D%2C%7B%5C%22path%5C%22%3A%5C%22.%2Ffonts%2FSFMono%2FSFMonoHeavy.otf%5C%22%2C%5C%22weight%5C%22%3A%5C%22800%5C%22%7D%5D%2C%5C%22variable%5C%22%3A%5C%22--font-sf-mono%5C%22%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22sfMono%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fgabriel%2FProjects%2Fresend%2Freact-email%2Fpackages%2Freact-email%2Fsrc%2Fcontexts%2Femails.tsx%22%2C%22ids%22%3A%5B%22EmailsProvider%22%5D%7D&server=true!","layer":"rsc"},"startTime":1748961239803,"traceId":"1d7d79b67620d551"},{"name":"build-module","duration":287,"timestamp":7156179192,"id":924,"parentId":16,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Fgabriel%2FProjects%2Fresend%2Freact-email%2Fnode_modules%2F.pnpm%2Fnext%4015.3.1_%40babel%2Bcore%407.26.10_react-dom%4019.0.0_react%4019.0.0__react%4019.0.0%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fgabriel%2FProjects%2Fresend%2Freact-email%2Fnode_modules%2F.pnpm%2Fnext%4015.3.1_%40babel%2Bcore%407.26.10_react-dom%4019.0.0_react%4019.0.0__react%4019.0.0%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-segment.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fgabriel%2FProjects%2Fresend%2Freact-email%2Fnode_modules%2F.pnpm%2Fnext%4015.3.1_%40babel%2Bcore%407.26.10_react-dom%4019.0.0_react%4019.0.0__react%4019.0.0%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fgabriel%2FProjects%2Fresend%2Freact-email%2Fnode_modules%2F.pnpm%2Fnext%4015.3.1_%40babel%2Bcore%407.26.10_react-dom%4019.0.0_react%4019.0.0__react%4019.0.0%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%2Fhome%2Fgabriel%2FProjects%2Fresend%2Freact-email%2Fnode_modules%2F.pnpm%2Fnext%4015.3.1_%40babel%2Bcore%407.26.10_react-dom%4019.0.0_react%4019.0.0__react%4019.0.0%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fgabriel%2FProjects%2Fresend%2Freact-email%2Fnode_modules%2F.pnpm%2Fnext%4015.3.1_%40babel%2Bcore%407.26.10_react-dom%4019.0.0_react%4019.0.0__react%4019.0.0%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fmetadata%2Fasync-metadata.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fgabriel%2FProjects%2Fresend%2Freact-email%2Fnode_modules%2F.pnpm%2Fnext%4015.3.1_%40babel%2Bcore%407.26.10_react-dom%4019.0.0_react%4019.0.0__react%4019.0.0%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fmetadata%2Fmetadata-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fgabriel%2FProjects%2Fresend%2Freact-email%2Fnode_modules%2F.pnpm%2Fnext%4015.3.1_%40babel%2Bcore%407.26.10_react-dom%4019.0.0_react%4019.0.0__react%4019.0.0%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"ssr"},"startTime":1748961239804,"traceId":"1d7d79b67620d551"},{"name":"build-module","duration":284,"timestamp":7156179489,"id":925,"parentId":16,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Fgabriel%2FProjects%2Fresend%2Freact-email%2Fnode_modules%2F.pnpm%2Fnext%4015.3.1_%40babel%2Bcore%407.26.10_react-dom%4019.0.0_react%4019.0.0__react%4019.0.0%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fgabriel%2FProjects%2Fresend%2Freact-email%2Fnode_modules%2F.pnpm%2Fnext%4015.3.1_%40babel%2Bcore%407.26.10_react-dom%4019.0.0_react%4019.0.0__react%4019.0.0%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-segment.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fgabriel%2FProjects%2Fresend%2Freact-email%2Fnode_modules%2F.pnpm%2Fnext%4015.3.1_%40babel%2Bcore%407.26.10_react-dom%4019.0.0_react%4019.0.0__react%4019.0.0%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fgabriel%2FProjects%2Fresend%2Freact-email%2Fnode_modules%2F.pnpm%2Fnext%4015.3.1_%40babel%2Bcore%407.26.10_react-dom%4019.0.0_react%4019.0.0__react%4019.0.0%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%2Fhome%2Fgabriel%2FProjects%2Fresend%2Freact-email%2Fnode_modules%2F.pnpm%2Fnext%4015.3.1_%40babel%2Bcore%407.26.10_react-dom%4019.0.0_react%4019.0.0__react%4019.0.0%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fgabriel%2FProjects%2Fresend%2Freact-email%2Fnode_modules%2F.pnpm%2Fnext%4015.3.1_%40babel%2Bcore%407.26.10_react-dom%4019.0.0_react%4019.0.0__react%4019.0.0%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fmetadata%2Fasync-metadata.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fgabriel%2FProjects%2Fresend%2Freact-email%2Fnode_modules%2F.pnpm%2Fnext%4015.3.1_%40babel%2Bcore%407.26.10_react-dom%4019.0.0_react%4019.0.0__react%4019.0.0%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fmetadata%2Fmetadata-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fgabriel%2FProjects%2Fresend%2Freact-email%2Fnode_modules%2F.pnpm%2Fnext%4015.3.1_%40babel%2Bcore%407.26.10_react-dom%4019.0.0_react%4019.0.0__react%4019.0.0%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"rsc"},"startTime":1748961239804,"traceId":"1d7d79b67620d551"},{"name":"build-module","duration":322,"timestamp":7156179782,"id":926,"parentId":16,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Fgabriel%2FProjects%2Fresend%2Freact-email%2Fnode_modules%2F.pnpm%2Fnext%4015.3.1_%40babel%2Bcore%407.26.10_react-dom%4019.0.0_react%4019.0.0__react%4019.0.0%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fapp-dir%2Flink.js%22%2C%22ids%22%3A%5B%22__esModule%22%2C%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fgabriel%2FProjects%2Fresend%2Freact-email%2Fnode_modules%2F.pnpm%2Fnext%4015.3.1_%40babel%2Bcore%407.26.10_react-dom%4019.0.0_react%4019.0.0__react%4019.0.0%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fgabriel%2FProjects%2Fresend%2Freact-email%2Fpackages%2Freact-email%2Fsrc%2Fapp%2Flogo.png%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fgabriel%2FProjects%2Fresend%2Freact-email%2Fpackages%2Freact-email%2Fsrc%2Fcomponents%2Fbutton.tsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fgabriel%2FProjects%2Fresend%2Freact-email%2Fpackages%2Freact-email%2Fsrc%2Fcomponents%2Fcode.tsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fgabriel%2FProjects%2Fresend%2Freact-email%2Fpackages%2Freact-email%2Fsrc%2Fcomponents%2Fshell.tsx%22%2C%22ids%22%3A%5B%22Shell%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fgabriel%2FProjects%2Fresend%2Freact-email%2Fpackages%2Freact-email%2Fsrc%2Fcomponents%2Fsidebar%2Fsidebar.tsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fgabriel%2FProjects%2Fresend%2Freact-email%2Fpackages%2Freact-email%2Fsrc%2Fcomponents%2Ftopbar.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"ssr"},"startTime":1748961239804,"traceId":"1d7d79b67620d551"},{"name":"build-module","duration":218,"timestamp":7156180111,"id":927,"parentId":16,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Fgabriel%2FProjects%2Fresend%2Freact-email%2Fnode_modules%2F.pnpm%2Fnext%4015.3.1_%40babel%2Bcore%407.26.10_react-dom%4019.0.0_react%4019.0.0__react%4019.0.0%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fapp-dir%2Flink.js%22%2C%22ids%22%3A%5B%22__esModule%22%2C%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fgabriel%2FProjects%2Fresend%2Freact-email%2Fnode_modules%2F.pnpm%2Fnext%4015.3.1_%40babel%2Bcore%407.26.10_react-dom%4019.0.0_react%4019.0.0__react%4019.0.0%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fgabriel%2FProjects%2Fresend%2Freact-email%2Fpackages%2Freact-email%2Fsrc%2Fapp%2Flogo.png%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fgabriel%2FProjects%2Fresend%2Freact-email%2Fpackages%2Freact-email%2Fsrc%2Fcomponents%2Fbutton.tsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fgabriel%2FProjects%2Fresend%2Freact-email%2Fpackages%2Freact-email%2Fsrc%2Fcomponents%2Fcode.tsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fgabriel%2FProjects%2Fresend%2Freact-email%2Fpackages%2Freact-email%2Fsrc%2Fcomponents%2Fshell.tsx%22%2C%22ids%22%3A%5B%22Shell%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fgabriel%2FProjects%2Fresend%2Freact-email%2Fpackages%2Freact-email%2Fsrc%2Fcomponents%2Fsidebar%2Fsidebar.tsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fgabriel%2FProjects%2Fresend%2Freact-email%2Fpackages%2Freact-email%2Fsrc%2Fcomponents%2Ftopbar.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"rsc"},"startTime":1748961239805,"traceId":"1d7d79b67620d551"},{"name":"build-module","duration":199,"timestamp":7156180337,"id":928,"parentId":16,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Fgabriel%2FProjects%2Fresend%2Freact-email%2Fpackages%2Freact-email%2Fsrc%2Fapp%2Fpreview%2F%5B...slug%5D%2Fpreview.tsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fgabriel%2FProjects%2Fresend%2Freact-email%2Fpackages%2Freact-email%2Fsrc%2Fcomponents%2Fshell.tsx%22%2C%22ids%22%3A%5B%22Shell%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fgabriel%2FProjects%2Fresend%2Freact-email%2Fpackages%2Freact-email%2Fsrc%2Fcomponents%2Ftoolbar.tsx%22%2C%22ids%22%3A%5B%22Toolbar%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fgabriel%2FProjects%2Fresend%2Freact-email%2Fpackages%2Freact-email%2Fsrc%2Fcontexts%2Fpreview.tsx%22%2C%22ids%22%3A%5B%22PreviewProvider%22%5D%7D&server=true!","layer":"ssr"},"startTime":1748961239805,"traceId":"1d7d79b67620d551"},{"name":"build-module","duration":139,"timestamp":7156180544,"id":929,"parentId":16,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Fgabriel%2FProjects%2Fresend%2Freact-email%2Fpackages%2Freact-email%2Fsrc%2Fapp%2Fpreview%2F%5B...slug%5D%2Fpreview.tsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fgabriel%2FProjects%2Fresend%2Freact-email%2Fpackages%2Freact-email%2Fsrc%2Fcomponents%2Fshell.tsx%22%2C%22ids%22%3A%5B%22Shell%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fgabriel%2FProjects%2Fresend%2Freact-email%2Fpackages%2Freact-email%2Fsrc%2Fcomponents%2Ftoolbar.tsx%22%2C%22ids%22%3A%5B%22Toolbar%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fgabriel%2FProjects%2Fresend%2Freact-email%2Fpackages%2Freact-email%2Fsrc%2Fcontexts%2Fpreview.tsx%22%2C%22ids%22%3A%5B%22PreviewProvider%22%5D%7D&server=true!","layer":"rsc"},"startTime":1748961239805,"traceId":"1d7d79b67620d551"},{"name":"build-module","duration":626,"timestamp":7156180689,"id":930,"parentId":16,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/build/webpack/loaders/next-flight-action-entry-loader.js?actions=%5B%5B%22%2Fhome%2Fgabriel%2FProjects%2Fresend%2Freact-email%2Fpackages%2Freact-email%2Fsrc%2Factions%2Femail-validation%2Fcheck-compatibility.ts%22%2C%5B%7B%22id%22%3A%227f94c6551f6e3e6429fa57b5342d92ac6c7a421cc6%22%2C%22exportedName%22%3A%22checkCompatibility%22%7D%5D%5D%2C%5B%22%2Fhome%2Fgabriel%2FProjects%2Fresend%2Freact-email%2Fpackages%2Freact-email%2Fsrc%2Factions%2Femail-validation%2Fcheck-images.ts%22%2C%5B%7B%22id%22%3A%227f143410954b15efd0bd840c616fc1ed8c6c46438a%22%2C%22exportedName%22%3A%22checkImages%22%7D%5D%5D%2C%5B%22%2Fhome%2Fgabriel%2FProjects%2Fresend%2Freact-email%2Fpackages%2Freact-email%2Fsrc%2Factions%2Femail-validation%2Fcheck-links.ts%22%2C%5B%7B%22id%22%3A%227f90691abba2ff7af1cec080755484e131df1fe5ed%22%2C%22exportedName%22%3A%22checkLinks%22%7D%5D%5D%2C%5B%22%2Fhome%2Fgabriel%2FProjects%2Fresend%2Freact-email%2Fpackages%2Freact-email%2Fsrc%2Factions%2Fget-email-path-from-slug.ts%22%2C%5B%7B%22id%22%3A%227fe55552c27883c6380fe708a8db93597814d50557%22%2C%22exportedName%22%3A%22getEmailPathFromSlug%22%7D%5D%5D%2C%5B%22%2Fhome%2Fgabriel%2FProjects%2Fresend%2Freact-email%2Fpackages%2Freact-email%2Fsrc%2Factions%2Frender-email-by-path.tsx%22%2C%5B%7B%22id%22%3A%227fe2413412131fb0a7faf76393844252374a97ec77%22%2C%22exportedName%22%3A%22renderEmailByPath%22%7D%5D%5D%5D&__client_imported__=!","layer":"rsc"},"startTime":1748961239805,"traceId":"1d7d79b67620d551"},{"name":"image-size-calculation","duration":78,"timestamp":7156194963,"id":933,"parentId":932,"tags":{},"startTime":1748961239819,"traceId":"1d7d79b67620d551"},{"name":"image-resize","duration":5868,"timestamp":7156195074,"id":934,"parentId":932,"tags":{},"startTime":1748961239820,"traceId":"1d7d79b67620d551"},{"name":"image-base64-tostring","duration":7,"timestamp":7156200950,"id":954,"parentId":932,"tags":{},"startTime":1748961239825,"traceId":"1d7d79b67620d551"}]
10
- [{"name":"image-data-stringify","duration":14,"timestamp":7156201211,"id":955,"parentId":932,"tags":{},"startTime":1748961239826,"traceId":"1d7d79b67620d551"},{"name":"next-image-loader","duration":6367,"timestamp":7156194878,"id":932,"parentId":931,"tags":{},"startTime":1748961239819,"traceId":"1d7d79b67620d551"},{"name":"build-module-png","duration":6662,"timestamp":7156194793,"id":931,"parentId":926,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/app/logo.png","layer":"ssr"},"startTime":1748961239819,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":5014,"timestamp":7156198032,"id":935,"parentId":924,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/error-boundary.js","layer":"ssr"},"startTime":1748961239823,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":7826,"timestamp":7156198759,"id":936,"parentId":926,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/app-dir/link.js","layer":"ssr"},"startTime":1748961239823,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":7808,"timestamp":7156199148,"id":939,"parentId":924,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/client-page.js","layer":"ssr"},"startTime":1748961239824,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":8084,"timestamp":7156199171,"id":940,"parentId":924,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/client-segment.js","layer":"ssr"},"startTime":1748961239824,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":8356,"timestamp":7156199208,"id":942,"parentId":924,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/render-from-template-context.js","layer":"ssr"},"startTime":1748961239824,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":9645,"timestamp":7156199122,"id":938,"parentId":926,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/image-component.js","layer":"ssr"},"startTime":1748961239824,"traceId":"1d7d79b67620d551"},{"name":"build-module-tsx","duration":9907,"timestamp":7156199228,"id":943,"parentId":922,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/contexts/emails.tsx","layer":"ssr"},"startTime":1748961239824,"traceId":"1d7d79b67620d551"},{"name":"build-module-tsx","duration":11384,"timestamp":7156199281,"id":944,"parentId":928,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/contexts/preview.tsx","layer":"ssr"},"startTime":1748961239824,"traceId":"1d7d79b67620d551"},{"name":"build-module-tsx","duration":11790,"timestamp":7156199330,"id":945,"parentId":926,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/components/button.tsx","layer":"ssr"},"startTime":1748961239824,"traceId":"1d7d79b67620d551"},{"name":"build-module-tsx","duration":13259,"timestamp":7156198803,"id":937,"parentId":928,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/app/preview/[...slug]/preview.tsx","layer":"ssr"},"startTime":1748961239823,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":14541,"timestamp":7156199190,"id":941,"parentId":924,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/layout-router.js","layer":"ssr"},"startTime":1748961239824,"traceId":"1d7d79b67620d551"},{"name":"build-module-tsx","duration":14694,"timestamp":7156199429,"id":947,"parentId":926,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/components/shell.tsx","layer":"ssr"},"startTime":1748961239824,"traceId":"1d7d79b67620d551"},{"name":"build-module-tsx","duration":14934,"timestamp":7156199477,"id":948,"parentId":926,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/components/topbar.tsx","layer":"ssr"},"startTime":1748961239824,"traceId":"1d7d79b67620d551"},{"name":"build-module-tsx","duration":15040,"timestamp":7156199577,"id":950,"parentId":926,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/components/sidebar/sidebar.tsx","layer":"ssr"},"startTime":1748961239824,"traceId":"1d7d79b67620d551"},{"name":"build-module-tsx","duration":32232,"timestamp":7156199381,"id":946,"parentId":926,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/components/code.tsx","layer":"ssr"},"startTime":1748961239824,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":32461,"timestamp":7156199647,"id":952,"parentId":924,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/metadata/async-metadata.js","layer":"ssr"},"startTime":1748961239824,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":33320,"timestamp":7156199628,"id":951,"parentId":924,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js","layer":"ssr"},"startTime":1748961239824,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":33590,"timestamp":7156199665,"id":953,"parentId":924,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/metadata/metadata-boundary.js","layer":"ssr"},"startTime":1748961239824,"traceId":"1d7d79b67620d551"},{"name":"build-module-tsx","duration":35533,"timestamp":7156199528,"id":949,"parentId":928,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/components/toolbar.tsx","layer":"ssr"},"startTime":1748961239824,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":891,"timestamp":7156266413,"id":956,"parentId":935,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/esm/_interop_require_default.js","layer":"ssr"},"startTime":1748961239891,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3642,"timestamp":7156269482,"id":964,"parentId":939,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/request/search-params.js","layer":"ssr"},"startTime":1748961239894,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":5925,"timestamp":7156269238,"id":957,"parentId":935,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/is-next-router-error.js","layer":"ssr"},"startTime":1748961239894,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":6587,"timestamp":7156269351,"id":958,"parentId":938,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/image-loader.js","layer":"ssr"},"startTime":1748961239894,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":6884,"timestamp":7156269425,"id":961,"parentId":938,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/image-config.js","layer":"ssr"},"startTime":1748961239894,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":8118,"timestamp":7156269383,"id":959,"parentId":938,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/head.js","layer":"ssr"},"startTime":1748961239894,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":8306,"timestamp":7156269463,"id":963,"parentId":939,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/invariant-error.js","layer":"ssr"},"startTime":1748961239894,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":9438,"timestamp":7156269445,"id":962,"parentId":936,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/utils.js","layer":"ssr"},"startTime":1748961239894,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":19147,"timestamp":7156269402,"id":960,"parentId":938,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/get-img-props.js","layer":"ssr"},"startTime":1748961239894,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3032,"timestamp":7156296075,"id":965,"parentId":939,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/request/params.js","layer":"ssr"},"startTime":1748961239921,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":3275,"timestamp":7156296565,"id":972,"parentId":945,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@radix-ui+react-slot@1.2.0_@types+react@19.0.1_react@19.0.0/node_modules/@radix-ui/react-slot/dist/index.mjs","layer":"ssr"},"startTime":1748961239921,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":3368,"timestamp":7156296776,"id":976,"parentId":950,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/clsx@2.1.1/node_modules/clsx/dist/clsx.mjs","layer":"ssr"},"startTime":1748961239921,"traceId":"1d7d79b67620d551"},{"name":"build-module-ts","duration":5443,"timestamp":7156296332,"id":968,"parentId":945,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/utils/cn.ts","layer":"ssr"},"startTime":1748961239921,"traceId":"1d7d79b67620d551"},{"name":"build-module-ts","duration":5692,"timestamp":7156296271,"id":967,"parentId":943,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/app/env.ts","layer":"ssr"},"startTime":1748961239921,"traceId":"1d7d79b67620d551"},{"name":"build-module-ts","duration":5726,"timestamp":7156296390,"id":969,"parentId":945,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/utils/unreachable.ts","layer":"ssr"},"startTime":1748961239921,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":6039,"timestamp":7156296228,"id":966,"parentId":938,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/utils/warn-once.js","layer":"ssr"},"startTime":1748961239921,"traceId":"1d7d79b67620d551"},{"name":"build-module-ts","duration":5948,"timestamp":7156296454,"id":970,"parentId":937,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/components/index.ts","layer":"ssr"},"startTime":1748961239921,"traceId":"1d7d79b67620d551"},{"name":"build-module-ts","duration":5971,"timestamp":7156296509,"id":971,"parentId":937,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/utils/index.ts","layer":"ssr"},"startTime":1748961239921,"traceId":"1d7d79b67620d551"},{"name":"build-module-ts","duration":5799,"timestamp":7156296724,"id":975,"parentId":947,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/components/sidebar/index.ts","layer":"ssr"},"startTime":1748961239921,"traceId":"1d7d79b67620d551"},{"name":"build-module-tsx","duration":6176,"timestamp":7156296625,"id":973,"parentId":947,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/components/logo.tsx","layer":"ssr"},"startTime":1748961239921,"traceId":"1d7d79b67620d551"},{"name":"build-module-tsx","duration":6408,"timestamp":7156296675,"id":974,"parentId":948,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/components/heading.tsx","layer":"ssr"},"startTime":1748961239921,"traceId":"1d7d79b67620d551"},{"name":"build-module-json","duration":766,"timestamp":7156330865,"id":1006,"parentId":945,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/animated-icons-data/load.json","layer":"ssr"},"startTime":1748961239955,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":4298,"timestamp":7156329946,"id":978,"parentId":953,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/lib/metadata/metadata-constants.js","layer":"ssr"},"startTime":1748961239954,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":4620,"timestamp":7156330027,"id":979,"parentId":938,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/esm/_interop_require_wildcard.js","layer":"ssr"},"startTime":1748961239955,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":4885,"timestamp":7156330224,"id":986,"parentId":964,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/dynamic-rendering-utils.js","layer":"ssr"},"startTime":1748961239955,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":5542,"timestamp":7156330282,"id":987,"parentId":964,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/create-deduped-by-callsite-server-error-logger.js","layer":"ssr"},"startTime":1748961239955,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":7413,"timestamp":7156330337,"id":988,"parentId":964,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/app-render/dynamic-rendering.js","layer":"ssr"},"startTime":1748961239955,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":7510,"timestamp":7156330413,"id":990,"parentId":964,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/web/spec-extension/adapters/reflect.js","layer":"ssr"},"startTime":1748961239955,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":7668,"timestamp":7156330527,"id":992,"parentId":964,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/lib/scheduler.js","layer":"ssr"},"startTime":1748961239955,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":7840,"timestamp":7156330581,"id":993,"parentId":964,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/request/utils.js","layer":"ssr"},"startTime":1748961239955,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":11035,"timestamp":7156331184,"id":1007,"parentId":968,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/tailwind-merge@3.2.0/node_modules/tailwind-merge/dist/bundle-mjs.mjs","layer":"ssr"},"startTime":1748961239956,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":11446,"timestamp":7156331263,"id":1008,"parentId":972,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@radix-ui+react-compose-refs@1.1.2_@types+react@19.0.1_react@19.0.0/node_modules/@radix-ui/react-compose-refs/dist/index.mjs","layer":"ssr"},"startTime":1748961239956,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":17035,"timestamp":7156330120,"id":981,"parentId":936,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/add-base-path.js","layer":"ssr"},"startTime":1748961239955,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":17747,"timestamp":7156330142,"id":982,"parentId":935,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/navigation-untracked.js","layer":"ssr"},"startTime":1748961239955,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":18933,"timestamp":7156329829,"id":977,"parentId":951,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/http-access-fallback/http-access-fallback.js","layer":"ssr"},"startTime":1748961239954,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":19463,"timestamp":7156330094,"id":980,"parentId":938,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/use-merged-ref.js","layer":"ssr"},"startTime":1748961239955,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":19735,"timestamp":7156330393,"id":989,"parentId":964,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/utils/reflect-utils.js","layer":"ssr"},"startTime":1748961239955,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":20659,"timestamp":7156330163,"id":983,"parentId":935,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/nav-failure-handler.js","layer":"ssr"},"startTime":1748961239955,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":20601,"timestamp":7156330655,"id":995,"parentId":941,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/match-segments.js","layer":"ssr"},"startTime":1748961239955,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":21257,"timestamp":7156330635,"id":994,"parentId":957,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/redirect-error.js","layer":"ssr"},"startTime":1748961239955,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":23733,"timestamp":7156330183,"id":984,"parentId":936,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/links.js","layer":"ssr"},"startTime":1748961239955,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":23632,"timestamp":7156330697,"id":997,"parentId":941,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/unresolved-thenable.js","layer":"ssr"},"startTime":1748961239955,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":26242,"timestamp":7156330203,"id":985,"parentId":936,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/app-router-instance.js","layer":"ssr"},"startTime":1748961239955,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":26053,"timestamp":7156330735,"id":999,"parentId":936,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/utils/error-once.js","layer":"ssr"},"startTime":1748961239955,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":26887,"timestamp":7156330678,"id":996,"parentId":941,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/redirect-boundary.js","layer":"ssr"},"startTime":1748961239955,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":27023,"timestamp":7156330753,"id":1000,"parentId":936,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/router/utils/is-local-url.js","layer":"ssr"},"startTime":1748961239955,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":27458,"timestamp":7156330715,"id":998,"parentId":941,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/use-action-queue.js","layer":"ssr"},"startTime":1748961239955,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":27646,"timestamp":7156330772,"id":1001,"parentId":941,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/router/utils/handle-smooth-scroll.js","layer":"ssr"},"startTime":1748961239955,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":27808,"timestamp":7156330828,"id":1004,"parentId":959,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/amp-mode.js","layer":"ssr"},"startTime":1748961239955,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":28009,"timestamp":7156330847,"id":1005,"parentId":960,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/image-blur-svg.js","layer":"ssr"},"startTime":1748961239955,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":28433,"timestamp":7156330810,"id":1003,"parentId":959,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/side-effect.js","layer":"ssr"},"startTime":1748961239955,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":29567,"timestamp":7156330791,"id":1002,"parentId":936,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/router/utils/format-url.js","layer":"ssr"},"startTime":1748961239955,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":6069,"timestamp":7156363020,"id":1015,"parentId":943,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react-jsx-runtime.js","layer":"ssr"},"startTime":1748961239988,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":6079,"timestamp":7156363079,"id":1016,"parentId":943,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react.js","layer":"ssr"},"startTime":1748961239988,"traceId":"1d7d79b67620d551"},{"name":"build-module-ts","duration":10581,"timestamp":7156362881,"id":1012,"parentId":971,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/utils/sanitize.ts","layer":"ssr"},"startTime":1748961239987,"traceId":"1d7d79b67620d551"},{"name":"build-module-ts","duration":10794,"timestamp":7156362817,"id":1011,"parentId":971,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/utils/language-map.ts","layer":"ssr"},"startTime":1748961239987,"traceId":"1d7d79b67620d551"},{"name":"build-module-ts","duration":11037,"timestamp":7156362699,"id":1010,"parentId":971,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/utils/copy-text-to-clipboard.ts","layer":"ssr"},"startTime":1748961239987,"traceId":"1d7d79b67620d551"},{"name":"build-module-ts","duration":10912,"timestamp":7156362933,"id":1013,"parentId":971,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/utils/types/as.ts","layer":"ssr"},"startTime":1748961239987,"traceId":"1d7d79b67620d551"},{"name":"build-module-tsx","duration":11706,"timestamp":7156362484,"id":1009,"parentId":970,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/components/text.tsx","layer":"ssr"},"startTime":1748961239987,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":14799,"timestamp":7156362985,"id":1014,"parentId":952,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/metadata/server-inserted-metadata.js","layer":"ssr"},"startTime":1748961239987,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2091,"timestamp":7156379291,"id":1017,"parentId":937,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react-dom.js","layer":"ssr"},"startTime":1748961240004,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":4740,"timestamp":7156379499,"id":1020,"parentId":941,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/router-reducer/create-router-cache-key.js","layer":"ssr"},"startTime":1748961240004,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":5527,"timestamp":7156379435,"id":1018,"parentId":936,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/router-reducer/router-reducer-types.js","layer":"ssr"},"startTime":1748961240004,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":16354,"timestamp":7156379477,"id":1019,"parentId":941,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/router-reducer/fetch-server-response.js","layer":"ssr"},"startTime":1748961240004,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":11664,"timestamp":7156386314,"id":1024,"parentId":985,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/is-thenable.js","layer":"ssr"},"startTime":1748961240011,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":12354,"timestamp":7156386162,"id":1023,"parentId":994,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/redirect-status-code.js","layer":"ssr"},"startTime":1748961240011,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":13528,"timestamp":7156385601,"id":1021,"parentId":988,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/hooks-server-context.js","layer":"ssr"},"startTime":1748961240010,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":13773,"timestamp":7156385921,"id":1022,"parentId":988,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/static-generation-bailout.js","layer":"ssr"},"startTime":1748961240010,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":14102,"timestamp":7156386610,"id":1026,"parentId":981,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js","layer":"ssr"},"startTime":1748961240011,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":14846,"timestamp":7156386455,"id":1025,"parentId":996,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/redirect.js","layer":"ssr"},"startTime":1748961240011,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":14966,"timestamp":7156386736,"id":1027,"parentId":1002,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/router/utils/querystring.js","layer":"ssr"},"startTime":1748961240011,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1540,"timestamp":7156402523,"id":1028,"parentId":1015,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/route-modules/app-page/module.compiled.js","layer":"ssr"},"startTime":1748961240027,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":74226,"timestamp":7156330470,"id":991,"parentId":944,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/api/navigation.js","layer":"ssr"},"startTime":1748961239955,"traceId":"1d7d79b67620d551"},{"name":"build-module-tsx","duration":2473,"timestamp":7156406162,"id":1032,"parentId":948,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/components/tooltip.tsx","layer":"ssr"},"startTime":1748961240031,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2975,"timestamp":7156405953,"id":1029,"parentId":1020,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/segment.js","layer":"ssr"},"startTime":1748961240030,"traceId":"1d7d79b67620d551"},{"name":"build-module-ts","duration":4060,"timestamp":7156406216,"id":1033,"parentId":943,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/actions/get-emails-directory-metadata-action.ts","layer":"ssr"},"startTime":1748961240031,"traceId":"1d7d79b67620d551"},{"name":"build-module-tsx","duration":5119,"timestamp":7156406041,"id":1030,"parentId":937,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/components/resizable-wrapper.tsx","layer":"ssr"},"startTime":1748961240031,"traceId":"1d7d79b67620d551"},{"name":"build-module-tsx","duration":5557,"timestamp":7156406279,"id":1034,"parentId":937,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/components/topbar/active-view-toggle-group.tsx","layer":"ssr"},"startTime":1748961240031,"traceId":"1d7d79b67620d551"},{"name":"build-module-tsx","duration":6588,"timestamp":7156406108,"id":1031,"parentId":937,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/components/code-container.tsx","layer":"ssr"},"startTime":1748961240031,"traceId":"1d7d79b67620d551"}]
11
- [{"name":"build-module-tsx","duration":6757,"timestamp":7156406438,"id":1037,"parentId":937,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/app/preview/[...slug]/rendering-error.tsx","layer":"ssr"},"startTime":1748961240031,"traceId":"1d7d79b67620d551"},{"name":"build-module-tsx","duration":7686,"timestamp":7156406336,"id":1035,"parentId":937,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/components/send.tsx","layer":"ssr"},"startTime":1748961240031,"traceId":"1d7d79b67620d551"},{"name":"build-module-tsx","duration":8687,"timestamp":7156406387,"id":1036,"parentId":937,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/components/topbar/view-size-controls.tsx","layer":"ssr"},"startTime":1748961240031,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":8897,"timestamp":7156406492,"id":1038,"parentId":941,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/router-reducer/reducers/has-interception-route-in-current-tree.js","layer":"ssr"},"startTime":1748961240031,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":16611,"timestamp":7156409070,"id":1039,"parentId":1019,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/app-router-headers.js","layer":"ssr"},"startTime":1748961240034,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":16748,"timestamp":7156409153,"id":1040,"parentId":1026,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/router/utils/parse-path.js","layer":"ssr"},"startTime":1748961240034,"traceId":"1d7d79b67620d551"},{"name":"build-module-tsx","duration":9131,"timestamp":7156417547,"id":1041,"parentId":950,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/components/sidebar/file-tree.tsx","layer":"ssr"},"startTime":1748961240042,"traceId":"1d7d79b67620d551"},{"name":"build-module-ts","duration":2031,"timestamp":7156432204,"id":1043,"parentId":1031,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/utils/constants.ts","layer":"ssr"},"startTime":1748961240057,"traceId":"1d7d79b67620d551"},{"name":"build-module-tsx","duration":2256,"timestamp":7156432273,"id":1044,"parentId":948,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/components/icons/icon-hide-sidebar.tsx","layer":"ssr"},"startTime":1748961240057,"traceId":"1d7d79b67620d551"},{"name":"build-module-tsx","duration":2369,"timestamp":7156432332,"id":1045,"parentId":949,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/components/icons/icon-arrow-down.tsx","layer":"ssr"},"startTime":1748961240057,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3449,"timestamp":7156432073,"id":1042,"parentId":1038,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/router/utils/interception-routes.js","layer":"ssr"},"startTime":1748961240057,"traceId":"1d7d79b67620d551"},{"name":"build-module-ts","duration":3316,"timestamp":7156432383,"id":1046,"parentId":946,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/hooks/use-fragment-identifier.ts","layer":"ssr"},"startTime":1748961240057,"traceId":"1d7d79b67620d551"},{"name":"build-module-ts","duration":3745,"timestamp":7156432435,"id":1047,"parentId":944,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/hooks/use-rendering-metadata.ts","layer":"ssr"},"startTime":1748961240057,"traceId":"1d7d79b67620d551"},{"name":"build-module-ts","duration":3939,"timestamp":7156432487,"id":1048,"parentId":943,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/hooks/use-hot-reload.ts","layer":"ssr"},"startTime":1748961240057,"traceId":"1d7d79b67620d551"},{"name":"build-module-ts","duration":3073,"timestamp":7156433531,"id":1050,"parentId":937,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/hooks/use-clamped-state.ts","layer":"ssr"},"startTime":1748961240058,"traceId":"1d7d79b67620d551"},{"name":"build-module-ts","duration":4288,"timestamp":7156432537,"id":1049,"parentId":944,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/hooks/use-email-rendering-result.ts","layer":"ssr"},"startTime":1748961240057,"traceId":"1d7d79b67620d551"},{"name":"build-module-tsx","duration":5560,"timestamp":7156437059,"id":1051,"parentId":949,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/components/icons/icon-check.tsx","layer":"ssr"},"startTime":1748961240062,"traceId":"1d7d79b67620d551"},{"name":"build-module-ts","duration":1983,"timestamp":7156446488,"id":1054,"parentId":1049,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/actions/get-email-path-from-slug.ts","layer":"ssr"},"startTime":1748961240071,"traceId":"1d7d79b67620d551"},{"name":"build-module-ts","duration":2192,"timestamp":7156446545,"id":1055,"parentId":1049,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/utils/contains-email-template.ts","layer":"ssr"},"startTime":1748961240071,"traceId":"1d7d79b67620d551"},{"name":"build-module-tsx","duration":2608,"timestamp":7156446416,"id":1053,"parentId":1049,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/actions/render-email-by-path.tsx","layer":"ssr"},"startTime":1748961240071,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3050,"timestamp":7156446294,"id":1052,"parentId":1042,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/router/utils/app-paths.js","layer":"ssr"},"startTime":1748961240071,"traceId":"1d7d79b67620d551"},{"name":"build-module-tsx","duration":2942,"timestamp":7156446601,"id":1056,"parentId":949,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/components/icons/icon-info.tsx","layer":"ssr"},"startTime":1748961240071,"traceId":"1d7d79b67620d551"},{"name":"build-module-tsx","duration":3050,"timestamp":7156446652,"id":1057,"parentId":949,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/components/icons/icon-reload.tsx","layer":"ssr"},"startTime":1748961240071,"traceId":"1d7d79b67620d551"},{"name":"build-module-tsx","duration":4657,"timestamp":7156446804,"id":1060,"parentId":949,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/components/toolbar/toolbar-button.tsx","layer":"ssr"},"startTime":1748961240071,"traceId":"1d7d79b67620d551"},{"name":"build-module-tsx","duration":5810,"timestamp":7156446704,"id":1058,"parentId":949,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/components/toolbar/spam-assassin.tsx","layer":"ssr"},"startTime":1748961240071,"traceId":"1d7d79b67620d551"},{"name":"build-module-tsx","duration":6170,"timestamp":7156446854,"id":1061,"parentId":949,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/components/toolbar/compatibility.tsx","layer":"ssr"},"startTime":1748961240071,"traceId":"1d7d79b67620d551"},{"name":"build-module-tsx","duration":7006,"timestamp":7156446755,"id":1059,"parentId":949,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/components/toolbar/linter.tsx","layer":"ssr"},"startTime":1748961240071,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2887,"timestamp":7156462367,"id":1062,"parentId":1052,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","layer":"ssr"},"startTime":1748961240087,"traceId":"1d7d79b67620d551"},{"name":"build-module-ts","duration":1766,"timestamp":7156465335,"id":1063,"parentId":1061,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/utils/load-stream.ts","layer":"ssr"},"startTime":1748961240090,"traceId":"1d7d79b67620d551"},{"name":"build-module-ts","duration":1997,"timestamp":7156465456,"id":1064,"parentId":1059,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/utils/linting.ts","layer":"ssr"},"startTime":1748961240090,"traceId":"1d7d79b67620d551"},{"name":"build-module-ts","duration":6105,"timestamp":7156465579,"id":1066,"parentId":1061,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/actions/email-validation/check-compatibility.ts","layer":"ssr"},"startTime":1748961240090,"traceId":"1d7d79b67620d551"},{"name":"build-module-ts","duration":6337,"timestamp":7156465636,"id":1067,"parentId":949,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/components/toolbar/use-cached-state.ts","layer":"ssr"},"startTime":1748961240090,"traceId":"1d7d79b67620d551"},{"name":"build-module-ts","duration":2233,"timestamp":7156474765,"id":1069,"parentId":1064,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/actions/email-validation/check-links.ts","layer":"ssr"},"startTime":1748961240099,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2721,"timestamp":7156474835,"id":1070,"parentId":981,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/normalize-trailing-slash.js","layer":"ssr"},"startTime":1748961240099,"traceId":"1d7d79b67620d551"},{"name":"build-module-ts","duration":3053,"timestamp":7156474621,"id":1068,"parentId":1064,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/actions/email-validation/check-images.ts","layer":"ssr"},"startTime":1748961240099,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":7453,"timestamp":7156474861,"id":1071,"parentId":991,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/navigation.js","layer":"ssr"},"startTime":1748961240099,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":8152,"timestamp":7156474882,"id":1072,"parentId":984,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/segment-cache.js","layer":"ssr"},"startTime":1748961240099,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":8556,"timestamp":7156474922,"id":1074,"parentId":983,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/router-reducer/create-href-from-url.js","layer":"ssr"},"startTime":1748961240099,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":9996,"timestamp":7156474903,"id":1073,"parentId":984,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/app-router.js","layer":"ssr"},"startTime":1748961240099,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":14578,"timestamp":7156478907,"id":1075,"parentId":1035,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/sonner@2.0.3_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/sonner/dist/index.mjs","layer":"ssr"},"startTime":1748961240103,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":8368,"timestamp":7156485923,"id":1076,"parentId":1000,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/has-base-path.js","layer":"ssr"},"startTime":1748961240110,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":8686,"timestamp":7156486026,"id":1077,"parentId":985,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/router-reducer/router-reducer.js","layer":"ssr"},"startTime":1748961240111,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2538,"timestamp":7156497012,"id":1078,"parentId":1070,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js","layer":"ssr"},"startTime":1748961240122,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2771,"timestamp":7156500409,"id":1080,"parentId":985,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/router-reducer/reducers/prefetch-reducer.js","layer":"ssr"},"startTime":1748961240125,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3430,"timestamp":7156500261,"id":1079,"parentId":1071,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/navigation.react-server.js","layer":"ssr"},"startTime":1748961240125,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":6882,"timestamp":7156501542,"id":1081,"parentId":1076,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js","layer":"ssr"},"startTime":1748961240126,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1581,"timestamp":7156508910,"id":1082,"parentId":938,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/image-config-context.js","layer":"ssr"},"startTime":1748961240133,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1451,"timestamp":7156509159,"id":1083,"parentId":936,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/app-router-context.js","layer":"ssr"},"startTime":1748961240134,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1400,"timestamp":7156509277,"id":1084,"parentId":938,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/router-context.js","layer":"ssr"},"startTime":1748961240134,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3500,"timestamp":7156511952,"id":1087,"parentId":1079,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/unauthorized.js","layer":"ssr"},"startTime":1748961240136,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":4210,"timestamp":7156511884,"id":1086,"parentId":1079,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/forbidden.js","layer":"ssr"},"startTime":1748961240136,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":5013,"timestamp":7156511697,"id":1085,"parentId":1079,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/not-found.js","layer":"ssr"},"startTime":1748961240136,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":5052,"timestamp":7156512019,"id":1088,"parentId":1079,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/unstable-rethrow.js","layer":"ssr"},"startTime":1748961240137,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1513,"timestamp":7156519728,"id":1089,"parentId":945,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@lottiefiles+dotlottie-react@0.13.3_react@19.0.0/node_modules/@lottiefiles/dotlottie-react/dist/index.js","layer":"ssr"},"startTime":1748961240144,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":794,"timestamp":7156523903,"id":1091,"parentId":959,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/amp-context.js","layer":"ssr"},"startTime":1748961240148,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1412,"timestamp":7156525229,"id":1092,"parentId":959,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/head-manager-context.js","layer":"ssr"},"startTime":1748961240150,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3896,"timestamp":7156523772,"id":1090,"parentId":1088,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/unstable-rethrow.server.js","layer":"ssr"},"startTime":1748961240148,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":5216,"timestamp":7156525589,"id":1095,"parentId":1019,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/app-build-id.js","layer":"ssr"},"startTime":1748961240150,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":5905,"timestamp":7156525471,"id":1093,"parentId":1019,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/flight-data-helpers.js","layer":"ssr"},"startTime":1748961240150,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":6248,"timestamp":7156525551,"id":1094,"parentId":1019,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/app-find-source-map-url.js","layer":"ssr"},"startTime":1748961240150,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":7023,"timestamp":7156525618,"id":1096,"parentId":1019,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/app-call-server.js","layer":"ssr"},"startTime":1748961240150,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":7414,"timestamp":7156525645,"id":1097,"parentId":1019,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/router-reducer/set-cache-busting-search-param.js","layer":"ssr"},"startTime":1748961240150,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":887,"timestamp":7156542153,"id":1098,"parentId":1090,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/lib/router-utils/is-postpone.js","layer":"ssr"},"startTime":1748961240167,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3180,"timestamp":7156542341,"id":1099,"parentId":1090,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","layer":"ssr"},"startTime":1748961240167,"traceId":"1d7d79b67620d551"},{"name":"build-module-tsx","duration":2764,"timestamp":7156543767,"id":1101,"parentId":1032,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/components/tooltip-content.tsx","layer":"ssr"},"startTime":1748961240168,"traceId":"1d7d79b67620d551"},{"name":"build-module-tsx","duration":2996,"timestamp":7156543849,"id":1102,"parentId":1031,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/components/icons/icon-clipboard.tsx","layer":"ssr"},"startTime":1748961240168,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3469,"timestamp":7156543676,"id":1100,"parentId":1097,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/hash.js","layer":"ssr"},"startTime":1748961240168,"traceId":"1d7d79b67620d551"},{"name":"build-module-ts","duration":147403,"timestamp":7156465520,"id":1065,"parentId":1061,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/actions/email-validation/caniemail-data.ts","layer":"ssr"},"startTime":1748961240090,"traceId":"1d7d79b67620d551"},{"name":"build-module-tsx","duration":69701,"timestamp":7156543979,"id":1104,"parentId":1031,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/components/icons/icon-download.tsx","layer":"ssr"},"startTime":1748961240168,"traceId":"1d7d79b67620d551"},{"name":"build-module-tsx","duration":74116,"timestamp":7156543919,"id":1103,"parentId":1031,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/components/icons/icon-button.tsx","layer":"ssr"},"startTime":1748961240168,"traceId":"1d7d79b67620d551"},{"name":"build-module-tsx","duration":74241,"timestamp":7156544046,"id":1105,"parentId":1034,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/components/icons/icon-source.tsx","layer":"ssr"},"startTime":1748961240169,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":73555,"timestamp":7156545618,"id":1106,"parentId":949,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@radix-ui+react-tabs@1.1.7_@types+react-dom@19.0.1_@types+react@19.0.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/@radix-ui/react-tabs/dist/index.mjs","layer":"ssr"},"startTime":1748961240170,"traceId":"1d7d79b67620d551"},{"name":"build-module","duration":555,"timestamp":7156625054,"id":1109,"parentId":1033,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/build/webpack/loaders/next-flight-server-reference-proxy-loader.js?id=7f00e51d4e5018100d0bfcc0a01e5b8d87f2bfa312&name=getEmailsDirectoryMetadataAction!","layer":"ssr"},"startTime":1748961240250,"traceId":"1d7d79b67620d551"},{"name":"build-module","duration":173,"timestamp":7156625624,"id":1110,"parentId":1054,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/build/webpack/loaders/next-flight-server-reference-proxy-loader.js?id=7fe55552c27883c6380fe708a8db93597814d50557&name=getEmailPathFromSlug!","layer":"ssr"},"startTime":1748961240250,"traceId":"1d7d79b67620d551"},{"name":"build-module","duration":139,"timestamp":7156625804,"id":1111,"parentId":1053,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/build/webpack/loaders/next-flight-server-reference-proxy-loader.js?id=7fe2413412131fb0a7faf76393844252374a97ec77&name=renderEmailByPath!","layer":"ssr"},"startTime":1748961240250,"traceId":"1d7d79b67620d551"},{"name":"build-module","duration":120,"timestamp":7156625950,"id":1112,"parentId":1066,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/build/webpack/loaders/next-flight-server-reference-proxy-loader.js?id=7f94c6551f6e3e6429fa57b5342d92ac6c7a421cc6&name=checkCompatibility!","layer":"ssr"},"startTime":1748961240250,"traceId":"1d7d79b67620d551"},{"name":"build-module","duration":118,"timestamp":7156626076,"id":1113,"parentId":1069,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/build/webpack/loaders/next-flight-server-reference-proxy-loader.js?id=7f90691abba2ff7af1cec080755484e131df1fe5ed&name=checkLinks!","layer":"ssr"},"startTime":1748961240251,"traceId":"1d7d79b67620d551"},{"name":"build-module","duration":105,"timestamp":7156626200,"id":1114,"parentId":1068,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/build/webpack/loaders/next-flight-server-reference-proxy-loader.js?id=7f143410954b15efd0bd840c616fc1ed8c6c46438a&name=checkImages!","layer":"ssr"},"startTime":1748961240251,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1503,"timestamp":7156626574,"id":1119,"parentId":937,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/use-debounce@10.0.4_react@19.0.0/node_modules/use-debounce/dist/index.module.js","layer":"ssr"},"startTime":1748961240251,"traceId":"1d7d79b67620d551"},{"name":"build-module-tsx","duration":4247,"timestamp":7156624980,"id":1108,"parentId":1034,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/components/icons/icon-monitor.tsx","layer":"ssr"},"startTime":1748961240249,"traceId":"1d7d79b67620d551"},{"name":"build-module-tsx","duration":3080,"timestamp":7156626311,"id":1115,"parentId":1058,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/components/icons/icon-warning.tsx","layer":"ssr"},"startTime":1748961240251,"traceId":"1d7d79b67620d551"},{"name":"build-module-tsx","duration":3132,"timestamp":7156626398,"id":1116,"parentId":1044,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/components/icons/icon-base.tsx","layer":"ssr"},"startTime":1748961240251,"traceId":"1d7d79b67620d551"},{"name":"build-module-tsx","duration":3223,"timestamp":7156626458,"id":1117,"parentId":1058,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/components/toolbar/results.tsx","layer":"ssr"},"startTime":1748961240251,"traceId":"1d7d79b67620d551"},{"name":"build-module-tsx","duration":5318,"timestamp":7156624843,"id":1107,"parentId":1041,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/components/sidebar/file-tree-directory-children.tsx","layer":"ssr"},"startTime":1748961240249,"traceId":"1d7d79b67620d551"},{"name":"build-module-tsx","duration":3887,"timestamp":7156626513,"id":1118,"parentId":1061,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/components/toolbar/code-preview-line-link.tsx","layer":"ssr"},"startTime":1748961240251,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":4588,"timestamp":7156630735,"id":1120,"parentId":1019,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react-server-dom-webpack-client-edge.js","layer":"ssr"},"startTime":1748961240255,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":3899,"timestamp":7156636506,"id":1121,"parentId":949,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/index.mjs","layer":"ssr"},"startTime":1748961240261,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1719,"timestamp":7156664038,"id":1122,"parentId":1073,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/remove-base-path.js","layer":"ssr"},"startTime":1748961240289,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1896,"timestamp":7156664143,"id":1123,"parentId":1071,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/bailout-to-client-rendering.js","layer":"ssr"},"startTime":1748961240289,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2912,"timestamp":7156664173,"id":1124,"parentId":1073,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/app-router-announcer.js","layer":"ssr"},"startTime":1748961240289,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":4132,"timestamp":7156664237,"id":1127,"parentId":1071,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/router-reducer/reducers/get-segment-value.js","layer":"ssr"},"startTime":1748961240289,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":4793,"timestamp":7156664197,"id":1125,"parentId":1073,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/router-reducer/compute-changed-path.js","layer":"ssr"},"startTime":1748961240289,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":5146,"timestamp":7156664218,"id":1126,"parentId":1073,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/router/utils/is-bot.js","layer":"ssr"},"startTime":1748961240289,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":4591,"timestamp":7156665101,"id":1128,"parentId":1073,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/router-reducer/reducers/find-head-in-cache.js","layer":"ssr"},"startTime":1748961240290,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1010,"timestamp":7156672419,"id":1138,"parentId":982,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/hooks-client-context.js","layer":"ssr"},"startTime":1748961240297,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2277,"timestamp":7156672196,"id":1132,"parentId":1077,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/router-reducer/reducers/restore-reducer.js","layer":"ssr"},"startTime":1748961240297,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2679,"timestamp":7156672166,"id":1131,"parentId":1077,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/router-reducer/reducers/server-patch-reducer.js","layer":"ssr"},"startTime":1748961240297,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3098,"timestamp":7156672254,"id":1134,"parentId":1077,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/router-reducer/reducers/refresh-reducer.js","layer":"ssr"},"startTime":1748961240297,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":6541,"timestamp":7156672397,"id":1137,"parentId":1080,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/promise-queue.js","layer":"ssr"},"startTime":1748961240297,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":7987,"timestamp":7156672218,"id":1133,"parentId":1077,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/router-reducer/reducers/navigate-reducer.js","layer":"ssr"},"startTime":1748961240297,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":9368,"timestamp":7156672100,"id":1130,"parentId":1035,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@radix-ui+react-popover@1.1.10_@types+react-dom@19.0.1_@types+react@19.0.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/@radix-ui/react-popover/dist/index.mjs","layer":"ssr"},"startTime":1748961240297,"traceId":"1d7d79b67620d551"}]
12
- [{"name":"build-module-mjs","duration":10477,"timestamp":7156672275,"id":1135,"parentId":1034,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@radix-ui+react-toggle-group@1.1.6_@types+react-dom@19.0.1_@types+react@19.0.1_react-do_82ab8728e25d3f6662a3f0432d5e0ebf/node_modules/@radix-ui/react-toggle-group/dist/index.mjs","layer":"ssr"},"startTime":1748961240297,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":11730,"timestamp":7156672330,"id":1136,"parentId":1036,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@radix-ui+react-dropdown-menu@2.1.10_@types+react-dom@19.0.1_@types+react@19.0.1_react-_dc39d0fe21370e917bfdd740351df8f7/node_modules/@radix-ui/react-dropdown-menu/dist/index.mjs","layer":"ssr"},"startTime":1748961240297,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":14117,"timestamp":7156671974,"id":1129,"parentId":1032,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@radix-ui+react-tooltip@1.2.3_@types+react-dom@19.0.1_@types+react@19.0.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/@radix-ui/react-tooltip/dist/index.mjs","layer":"ssr"},"startTime":1748961240296,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":13978,"timestamp":7156725206,"id":1142,"parentId":946,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/prism-react-renderer@2.4.1_react@19.0.0/node_modules/prism-react-renderer/dist/index.mjs","layer":"ssr"},"startTime":1748961240350,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":17918,"timestamp":7156723343,"id":1139,"parentId":1080,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/router-reducer/prefetch-cache-utils.js","layer":"ssr"},"startTime":1748961240348,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":16573,"timestamp":7156725178,"id":1141,"parentId":1077,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/router-reducer/reducers/hmr-refresh-reducer.js","layer":"ssr"},"startTime":1748961240350,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":17691,"timestamp":7156725093,"id":1140,"parentId":1077,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/router-reducer/reducers/server-action-reducer.js","layer":"ssr"},"startTime":1748961240350,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":424,"timestamp":7156764815,"id":1144,"parentId":1014,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/server-inserted-metadata.js","layer":"ssr"},"startTime":1748961240389,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":877,"timestamp":7156764924,"id":1145,"parentId":1059,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/pretty-bytes@6.1.1/node_modules/pretty-bytes/index.js","layer":"ssr"},"startTime":1748961240389,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":3606,"timestamp":7156763440,"id":1143,"parentId":1041,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@radix-ui+react-collapsible@1.1.7_@types+react-dom@19.0.1_@types+react@19.0.1_react-dom_05aceed83d7aace5d9c30a3c4e843a4d/node_modules/@radix-ui/react-collapsible/dist/index.mjs","layer":"ssr"},"startTime":1748961240388,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":895,"timestamp":7156769122,"id":1148,"parentId":1109,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/build/webpack/loaders/next-flight-loader/action-client-wrapper.js","layer":"ssr"},"startTime":1748961240394,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1272,"timestamp":7156769183,"id":1149,"parentId":1048,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/socket.io-client@4.8.1/node_modules/socket.io-client/build/esm-debug/index.js","layer":"ssr"},"startTime":1748961240394,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1347,"timestamp":7156769242,"id":1150,"parentId":1121,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/events/add-pointer-event.mjs","layer":"ssr"},"startTime":1748961240394,"traceId":"1d7d79b67620d551"},{"name":"build-module-tsx","duration":1846,"timestamp":7156769059,"id":1147,"parentId":1107,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/components/icons/icon-file.tsx","layer":"ssr"},"startTime":1748961240394,"traceId":"1d7d79b67620d551"},{"name":"build-module-tsx","duration":2333,"timestamp":7156768928,"id":1146,"parentId":1107,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/components/sidebar/file-tree-directory.tsx","layer":"ssr"},"startTime":1748961240393,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1885,"timestamp":7156778389,"id":1151,"parentId":1121,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/events/event-info.mjs","layer":"ssr"},"startTime":1748961240403,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1952,"timestamp":7156778523,"id":1152,"parentId":1121,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/events/use-dom-event.mjs","layer":"ssr"},"startTime":1748961240403,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1990,"timestamp":7156778587,"id":1153,"parentId":1121,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/utils/is-browser.mjs","layer":"ssr"},"startTime":1748961240403,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2088,"timestamp":7156778645,"id":1154,"parentId":1121,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/utils/use-force-update.mjs","layer":"ssr"},"startTime":1748961240403,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2139,"timestamp":7156778700,"id":1155,"parentId":1121,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/utils/use-isomorphic-effect.mjs","layer":"ssr"},"startTime":1748961240403,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2161,"timestamp":7156778754,"id":1156,"parentId":1121,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/utils/use-unmount-effect.mjs","layer":"ssr"},"startTime":1748961240403,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2244,"timestamp":7156778808,"id":1157,"parentId":1121,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/utils/use-motion-value-event.mjs","layer":"ssr"},"startTime":1748961240403,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2376,"timestamp":7156778861,"id":1158,"parentId":1121,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/value/use-motion-template.mjs","layer":"ssr"},"startTime":1748961240403,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":774,"timestamp":7156782979,"id":1159,"parentId":1121,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/value/use-motion-value.mjs","layer":"ssr"},"startTime":1748961240407,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":776,"timestamp":7156783100,"id":1160,"parentId":1121,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/value/use-time.mjs","layer":"ssr"},"startTime":1748961240408,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":542,"timestamp":7156787650,"id":1161,"parentId":1121,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/value/use-scroll.mjs","layer":"ssr"},"startTime":1748961240412,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":750,"timestamp":7156792531,"id":1162,"parentId":1121,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/value/use-spring.mjs","layer":"ssr"},"startTime":1748961240417,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":720,"timestamp":7156803218,"id":1163,"parentId":1121,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/value/use-transform.mjs","layer":"ssr"},"startTime":1748961240428,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":591,"timestamp":7156813789,"id":1164,"parentId":1121,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/value/use-velocity.mjs","layer":"ssr"},"startTime":1748961240438,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":475,"timestamp":7156818217,"id":1165,"parentId":1121,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/value/utils/is-motion-value.mjs","layer":"ssr"},"startTime":1748961240443,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":538,"timestamp":7156818339,"id":1166,"parentId":1121,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/value/utils/resolve-motion-value.mjs","layer":"ssr"},"startTime":1748961240443,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":399,"timestamp":7156819981,"id":1167,"parentId":1121,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/value/scroll/use-element-scroll.mjs","layer":"ssr"},"startTime":1748961240444,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":678,"timestamp":7156830295,"id":1168,"parentId":1121,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/value/scroll/use-viewport-scroll.mjs","layer":"ssr"},"startTime":1748961240455,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":609,"timestamp":7156832247,"id":1169,"parentId":1121,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/value/use-will-change/index.mjs","layer":"ssr"},"startTime":1748961240457,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":781,"timestamp":7156832400,"id":1170,"parentId":1121,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/value/use-will-change/WillChangeMotionValue.mjs","layer":"ssr"},"startTime":1748961240457,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":762,"timestamp":7156842795,"id":1171,"parentId":1121,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/utils/reduced-motion/use-reduced-motion.mjs","layer":"ssr"},"startTime":1748961240467,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":831,"timestamp":7156842932,"id":1172,"parentId":1121,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/utils/reduced-motion/use-reduced-motion-config.mjs","layer":"ssr"},"startTime":1748961240467,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1242,"timestamp":7156848108,"id":1174,"parentId":1121,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/motion/utils/use-visual-state.mjs","layer":"ssr"},"startTime":1748961240473,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1323,"timestamp":7156848172,"id":1175,"parentId":1121,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/motion/utils/is-motion-component.mjs","layer":"ssr"},"startTime":1748961240473,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1371,"timestamp":7156848227,"id":1176,"parentId":1121,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/motion/utils/unwrap-motion-component.mjs","layer":"ssr"},"startTime":1748961240473,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1439,"timestamp":7156848282,"id":1177,"parentId":1121,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/motion/utils/valid-prop.mjs","layer":"ssr"},"startTime":1748961240473,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":3902,"timestamp":7156847975,"id":1173,"parentId":1121,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/motion/index.mjs","layer":"ssr"},"startTime":1748961240472,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":558,"timestamp":7156858519,"id":1178,"parentId":1121,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/motion/features/animations.mjs","layer":"ssr"},"startTime":1748961240483,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":415,"timestamp":7156859418,"id":1179,"parentId":1121,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/projection/use-instant-layout-transition.mjs","layer":"ssr"},"startTime":1748961240484,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1829,"timestamp":7156863959,"id":1180,"parentId":1121,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/projection/use-reset-projection.mjs","layer":"ssr"},"startTime":1748961240488,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2087,"timestamp":7156864092,"id":1181,"parentId":1121,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/projection/geometry/delta-calc.mjs","layer":"ssr"},"startTime":1748961240489,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2192,"timestamp":7156864154,"id":1182,"parentId":1121,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/projection/geometry/models.mjs","layer":"ssr"},"startTime":1748961240489,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2259,"timestamp":7156864209,"id":1183,"parentId":1121,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/projection/styles/scale-correction.mjs","layer":"ssr"},"startTime":1748961240489,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2261,"timestamp":7156864263,"id":1184,"parentId":1121,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/store.mjs","layer":"ssr"},"startTime":1748961240489,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":3492,"timestamp":7156864314,"id":1185,"parentId":1121,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/VisualElement.mjs","layer":"ssr"},"startTime":1748961240489,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":3556,"timestamp":7156864367,"id":1186,"parentId":1121,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/dom/features-animation.mjs","layer":"ssr"},"startTime":1748961240489,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":3581,"timestamp":7156864418,"id":1187,"parentId":1121,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/dom/features-max.mjs","layer":"ssr"},"startTime":1748961240489,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":3596,"timestamp":7156864473,"id":1188,"parentId":1121,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/dom/features-min.mjs","layer":"ssr"},"startTime":1748961240489,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":3774,"timestamp":7156864526,"id":1189,"parentId":1121,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/dom/utils/filter-props.mjs","layer":"ssr"},"startTime":1748961240489,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":3922,"timestamp":7156864579,"id":1190,"parentId":1121,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/components/AnimatePresence/use-presence.mjs","layer":"ssr"},"startTime":1748961240489,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":3908,"timestamp":7156864684,"id":1192,"parentId":1121,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/components/AnimatePresence/use-presence-data.mjs","layer":"ssr"},"startTime":1748961240489,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":6990,"timestamp":7156864737,"id":1193,"parentId":1121,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/components/MotionConfig/index.mjs","layer":"ssr"},"startTime":1748961240489,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":7652,"timestamp":7156864632,"id":1191,"parentId":1121,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/components/AnimatePresence/index.mjs","layer":"ssr"},"startTime":1748961240489,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2493,"timestamp":7156885881,"id":1195,"parentId":1121,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/components/LazyMotion/index.mjs","layer":"ssr"},"startTime":1748961240510,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2971,"timestamp":7156885748,"id":1194,"parentId":1121,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/components/LayoutGroup/index.mjs","layer":"ssr"},"startTime":1748961240510,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":497,"timestamp":7156891294,"id":1196,"parentId":1121,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/components/m/proxy.mjs","layer":"ssr"},"startTime":1748961240516,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":751,"timestamp":7156891406,"id":1197,"parentId":1121,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/hooks/animation-controls.mjs","layer":"ssr"},"startTime":1748961240516,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":501,"timestamp":7156897935,"id":1198,"parentId":1121,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/components/motion/proxy.mjs","layer":"ssr"},"startTime":1748961240522,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1484,"timestamp":7156904924,"id":1199,"parentId":1121,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/hooks/use-animate-style.mjs","layer":"ssr"},"startTime":1748961240529,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1525,"timestamp":7156905064,"id":1200,"parentId":1121,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/hooks/use-animation.mjs","layer":"ssr"},"startTime":1748961240530,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1582,"timestamp":7156905131,"id":1201,"parentId":1121,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/hooks/use-animate.mjs","layer":"ssr"},"startTime":1748961240530,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1717,"timestamp":7156905185,"id":1202,"parentId":1121,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/interfaces/visual-element.mjs","layer":"ssr"},"startTime":1748961240530,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1859,"timestamp":7156905240,"id":1203,"parentId":1121,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/gestures/drag/use-drag-controls.mjs","layer":"ssr"},"startTime":1748961240530,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1889,"timestamp":7156905293,"id":1204,"parentId":1071,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/server-inserted-html.js","layer":"ssr"},"startTime":1748961240530,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2006,"timestamp":7156905349,"id":1205,"parentId":1121,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/utils/use-animation-frame.mjs","layer":"ssr"},"startTime":1748961240530,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2108,"timestamp":7156905402,"id":1206,"parentId":1121,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/utils/use-in-view.mjs","layer":"ssr"},"startTime":1748961240530,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2299,"timestamp":7156905456,"id":1207,"parentId":1121,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/html/utils/build-transform.mjs","layer":"ssr"},"startTime":1748961240530,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2374,"timestamp":7156905527,"id":1208,"parentId":1121,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/utils/use-cycle.mjs","layer":"ssr"},"startTime":1748961240530,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1480,"timestamp":7156913661,"id":1209,"parentId":1121,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/utils/use-instant-transition.mjs","layer":"ssr"},"startTime":1748961240538,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1536,"timestamp":7156913792,"id":1210,"parentId":1121,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/optimized-appear/data-id.mjs","layer":"ssr"},"startTime":1748961240538,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1675,"timestamp":7156913856,"id":1211,"parentId":1121,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/components/AnimateSharedLayout.mjs","layer":"ssr"},"startTime":1748961240538,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2145,"timestamp":7156913913,"id":1212,"parentId":1121,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/optimized-appear/start.mjs","layer":"ssr"},"startTime":1748961240538,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2462,"timestamp":7156913969,"id":1213,"parentId":1121,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/hooks/use-animated-state.mjs","layer":"ssr"},"startTime":1748961240538,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2394,"timestamp":7156931603,"id":1214,"parentId":1121,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/context/LayoutGroupContext.mjs","layer":"ssr"},"startTime":1748961240556,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2443,"timestamp":7156931746,"id":1215,"parentId":1121,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/context/MotionConfigContext.mjs","layer":"ssr"},"startTime":1748961240556,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2482,"timestamp":7156931810,"id":1216,"parentId":1121,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/context/SwitchLayoutGroupContext.mjs","layer":"ssr"},"startTime":1748961240556,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":477,"timestamp":7156938455,"id":1219,"parentId":1121,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/context/DeprecatedLayoutGroupContext.mjs","layer":"ssr"},"startTime":1748961240563,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1735,"timestamp":7156938258,"id":1217,"parentId":1121,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/context/PresenceContext.mjs","layer":"ssr"},"startTime":1748961240563,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1746,"timestamp":7156938389,"id":1218,"parentId":1121,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/context/MotionContext/index.mjs","layer":"ssr"},"startTime":1748961240563,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":741,"timestamp":7156942315,"id":1220,"parentId":1121,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/value/use-inverted-scale.mjs","layer":"ssr"},"startTime":1748961240567,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":838,"timestamp":7156942439,"id":1221,"parentId":1121,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/utils/flat-tree.mjs","layer":"ssr"},"startTime":1748961240567,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1318,"timestamp":7156949267,"id":1222,"parentId":1121,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/utils/delay.mjs","layer":"ssr"},"startTime":1748961240574,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1308,"timestamp":7156949433,"id":1223,"parentId":1121,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/components/Reorder/namespace.mjs","layer":"ssr"},"startTime":1748961240574,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1557,"timestamp":7156949508,"id":1224,"parentId":1121,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/animate/index.mjs","layer":"ssr"},"startTime":1748961240574,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1456,"timestamp":7156953396,"id":1225,"parentId":1121,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/dom/scroll/index.mjs","layer":"ssr"},"startTime":1748961240578,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2038,"timestamp":7156953563,"id":1226,"parentId":1121,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/dom/scroll/track.mjs","layer":"ssr"},"startTime":1748961240578,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1746,"timestamp":7156961933,"id":1227,"parentId":1121,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/utils/transform.mjs","layer":"ssr"},"startTime":1748961240586,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1802,"timestamp":7156962186,"id":1228,"parentId":1121,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/utils/distance.mjs","layer":"ssr"},"startTime":1748961240587,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1080,"timestamp":7156967540,"id":1229,"parentId":1121,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/animators/waapi/animate-style.mjs","layer":"ssr"},"startTime":1748961240592,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1250,"timestamp":7156967673,"id":1230,"parentId":1121,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/dom/viewport/index.mjs","layer":"ssr"},"startTime":1748961240592,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1421,"timestamp":7156967742,"id":1231,"parentId":1121,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/utils/stagger.mjs","layer":"ssr"},"startTime":1748961240592,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3302,"timestamp":7156967803,"id":1232,"parentId":1126,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/router/utils/html-bots.js","layer":"ssr"},"startTime":1748961240592,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3278,"timestamp":7156971325,"id":1235,"parentId":1131,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/router-reducer/is-navigating-to-new-root-layout.js","layer":"ssr"},"startTime":1748961240596,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3883,"timestamp":7156971298,"id":1234,"parentId":1131,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/router-reducer/apply-router-state-patch-to-tree.js","layer":"ssr"},"startTime":1748961240596,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":13281,"timestamp":7156971221,"id":1233,"parentId":1132,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/router-reducer/ppr-navigations.js","layer":"ssr"},"startTime":1748961240596,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":7986,"timestamp":7156986179,"id":1236,"parentId":1131,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/router-reducer/apply-flight-data.js","layer":"ssr"},"startTime":1748961240611,"traceId":"1d7d79b67620d551"}]
13
- [{"name":"build-module-js","duration":8740,"timestamp":7156986433,"id":1238,"parentId":1133,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/router-reducer/should-hard-navigate.js","layer":"ssr"},"startTime":1748961240611,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":9241,"timestamp":7156986498,"id":1239,"parentId":1134,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/router-reducer/handle-segment-mismatch.js","layer":"ssr"},"startTime":1748961240611,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":10230,"timestamp":7156986357,"id":1237,"parentId":1131,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/router-reducer/handle-mutable.js","layer":"ssr"},"startTime":1748961240611,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":5640,"timestamp":7156998633,"id":1240,"parentId":1133,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/router-reducer/invalidate-cache-below-flight-segmentpath.js","layer":"ssr"},"startTime":1748961240623,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":6003,"timestamp":7156998984,"id":1243,"parentId":1133,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/router-reducer/clear-cache-node-data-for-segment-path.js","layer":"ssr"},"startTime":1748961240623,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":6897,"timestamp":7156998914,"id":1242,"parentId":1134,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/router-reducer/fill-lazy-items-till-leaf-with-head.js","layer":"ssr"},"startTime":1748961240623,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":8138,"timestamp":7156998833,"id":1241,"parentId":1134,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/router-reducer/refetch-inactive-parallel-segments.js","layer":"ssr"},"startTime":1748961240623,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2243,"timestamp":7157011269,"id":1245,"parentId":1137,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/esm/_class_private_field_loose_key.js","layer":"ssr"},"startTime":1748961240636,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2334,"timestamp":7157011356,"id":1246,"parentId":1137,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/esm/_class_private_field_loose_base.js","layer":"ssr"},"startTime":1748961240636,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":100407,"timestamp":7157011450,"id":1248,"parentId":1089,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@lottiefiles+dotlottie-web@0.42.0/node_modules/@lottiefiles/dotlottie-web/dist/index.js","layer":"ssr"},"startTime":1748961240636,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":101286,"timestamp":7157011577,"id":1250,"parentId":1106,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@radix-ui+react-use-controllable-state@1.2.2_@types+react@19.0.1_react@19.0.0/node_modules/@radix-ui/react-use-controllable-state/dist/index.mjs","layer":"ssr"},"startTime":1748961240636,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":101445,"timestamp":7157011639,"id":1251,"parentId":1150,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/events/add-dom-event.mjs","layer":"ssr"},"startTime":1748961240636,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":103686,"timestamp":7157011424,"id":1247,"parentId":1140,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/assign-location.js","layer":"ssr"},"startTime":1748961240636,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":103790,"timestamp":7157011702,"id":1252,"parentId":1140,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/server-reference-info.js","layer":"ssr"},"startTime":1748961240636,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":105267,"timestamp":7157011137,"id":1244,"parentId":1133,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/router-reducer/aliased-prefetch-navigations.js","layer":"ssr"},"startTime":1748961240636,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":111643,"timestamp":7157011514,"id":1249,"parentId":1106,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@radix-ui+react-roving-focus@1.1.6_@types+react-dom@19.0.1_@types+react@19.0.1_react-do_504bd1c7af9ef5903b7b94c510df5b82/node_modules/@radix-ui/react-roving-focus/dist/index.mjs","layer":"ssr"},"startTime":1748961240636,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1909,"timestamp":7157128791,"id":1253,"parentId":1106,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@radix-ui+react-primitive@2.1.0_@types+react-dom@19.0.1_@types+react@19.0.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/@radix-ui/react-primitive/dist/index.mjs","layer":"ssr"},"startTime":1748961240753,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2395,"timestamp":7157129035,"id":1254,"parentId":1106,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@radix-ui+react-context@1.1.2_@types+react@19.0.1_react@19.0.0/node_modules/@radix-ui/react-context/dist/index.mjs","layer":"ssr"},"startTime":1748961240754,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2720,"timestamp":7157129159,"id":1255,"parentId":1149,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/socket.io-client@4.8.1/node_modules/socket.io-client/build/esm-debug/url.js","layer":"ssr"},"startTime":1748961240754,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2824,"timestamp":7157129244,"id":1256,"parentId":1154,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/utils/use-is-mounted.mjs","layer":"ssr"},"startTime":1748961240754,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2979,"timestamp":7157129332,"id":1257,"parentId":1158,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/value/use-combine-values.mjs","layer":"ssr"},"startTime":1748961240754,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":4859,"timestamp":7157129430,"id":1258,"parentId":1149,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/socket.io-client@4.8.1/node_modules/socket.io-client/build/esm-debug/socket.js","layer":"ssr"},"startTime":1748961240754,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3084,"timestamp":7157140163,"id":1259,"parentId":1149,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/socket.io-client@4.8.1/node_modules/socket.io-client/build/esm-debug/manager.js","layer":"ssr"},"startTime":1748961240765,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":3327,"timestamp":7157140317,"id":1260,"parentId":1106,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@radix-ui+react-direction@1.1.1_@types+react@19.0.1_react@19.0.0/node_modules/@radix-ui/react-direction/dist/index.mjs","layer":"ssr"},"startTime":1748961240765,"traceId":"1d7d79b67620d551"},{"name":"build-module-tsx","duration":9107,"timestamp":7157140478,"id":1262,"parentId":1146,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/components/icons/icon-folder-open.tsx","layer":"ssr"},"startTime":1748961240765,"traceId":"1d7d79b67620d551"},{"name":"build-module-tsx","duration":9511,"timestamp":7157140398,"id":1261,"parentId":1146,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/components/icons/icon-folder.tsx","layer":"ssr"},"startTime":1748961240765,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2173,"timestamp":7157156658,"id":1263,"parentId":1106,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@radix-ui+primitive@1.1.2/node_modules/@radix-ui/primitive/dist/index.mjs","layer":"ssr"},"startTime":1748961240781,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2265,"timestamp":7157156812,"id":1264,"parentId":1159,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/utils/use-constant.mjs","layer":"ssr"},"startTime":1748961240781,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2454,"timestamp":7157156889,"id":1265,"parentId":1106,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@radix-ui+react-id@1.1.1_@types+react@19.0.1_react@19.0.0/node_modules/@radix-ui/react-id/dist/index.mjs","layer":"ssr"},"startTime":1748961240781,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2771,"timestamp":7157157034,"id":1267,"parentId":1121,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-utils@12.7.5/node_modules/motion-utils/dist/es/index.mjs","layer":"ssr"},"startTime":1748961240782,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":3920,"timestamp":7157157103,"id":1268,"parentId":1121,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/index.mjs","layer":"ssr"},"startTime":1748961240782,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":4182,"timestamp":7157157170,"id":1269,"parentId":1149,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/debug@4.3.7/node_modules/debug/src/index.js","layer":"ssr"},"startTime":1748961240782,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":4410,"timestamp":7157157238,"id":1270,"parentId":1163,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/value/use-computed.mjs","layer":"ssr"},"startTime":1748961240782,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":5015,"timestamp":7157157375,"id":1272,"parentId":1130,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/aria-hidden@1.2.4/node_modules/aria-hidden/dist/es2015/index.js","layer":"ssr"},"startTime":1748961240782,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":7475,"timestamp":7157157445,"id":1273,"parentId":1130,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@radix-ui+react-focus-guards@1.1.2_@types+react@19.0.1_react@19.0.0/node_modules/@radix-ui/react-focus-guards/dist/index.mjs","layer":"ssr"},"startTime":1748961240782,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":9949,"timestamp":7157156957,"id":1266,"parentId":1106,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@radix-ui+react-presence@1.1.3_@types+react-dom@19.0.1_@types+react@19.0.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/@radix-ui/react-presence/dist/index.mjs","layer":"ssr"},"startTime":1748961240781,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":11130,"timestamp":7157157307,"id":1271,"parentId":1130,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@radix-ui+react-dismissable-layer@1.1.7_@types+react-dom@19.0.1_@types+react@19.0.1_rea_5b3b4ad1ab08d2ccd627e4e4a6885471/node_modules/@radix-ui/react-dismissable-layer/dist/index.mjs","layer":"ssr"},"startTime":1748961240782,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":574,"timestamp":7157245894,"id":1276,"parentId":1166,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/utils/resolve-value.mjs","layer":"ssr"},"startTime":1748961240870,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":4535,"timestamp":7157243547,"id":1274,"parentId":1130,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@radix-ui+react-focus-scope@1.1.4_@types+react-dom@19.0.1_@types+react@19.0.1_react-dom_8860e3fe9b14d41957edb8be4294b71a/node_modules/@radix-ui/react-focus-scope/dist/index.mjs","layer":"ssr"},"startTime":1748961240868,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":5172,"timestamp":7157244203,"id":1275,"parentId":1130,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@radix-ui+react-popper@1.2.4_@types+react-dom@19.0.1_@types+react@19.0.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/@radix-ui/react-popper/dist/index.mjs","layer":"ssr"},"startTime":1748961240869,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1943,"timestamp":7157262985,"id":1277,"parentId":1130,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@radix-ui+react-portal@1.1.6_@types+react-dom@19.0.1_@types+react@19.0.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/@radix-ui/react-portal/dist/index.mjs","layer":"ssr"},"startTime":1748961240887,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":633,"timestamp":7157273069,"id":1278,"parentId":1130,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/react-remove-scroll@2.6.3_@types+react@19.0.1_react@19.0.0/node_modules/react-remove-scroll/dist/es2015/index.js","layer":"ssr"},"startTime":1748961240898,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":732,"timestamp":7157273236,"id":1279,"parentId":1185,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/utils/reduced-motion/index.mjs","layer":"ssr"},"startTime":1748961240898,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":774,"timestamp":7157273309,"id":1280,"parentId":1185,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/utils/reduced-motion/state.mjs","layer":"ssr"},"startTime":1748961240898,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":813,"timestamp":7157276485,"id":1281,"parentId":1170,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/value/use-will-change/get-will-change-name.mjs","layer":"ssr"},"startTime":1748961240901,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":747,"timestamp":7157276671,"id":1283,"parentId":1174,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/utils/is-animation-controls.mjs","layer":"ssr"},"startTime":1748961240901,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":892,"timestamp":7157276733,"id":1284,"parentId":1185,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/utils/resolve-variants.mjs","layer":"ssr"},"startTime":1748961240901,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":815,"timestamp":7157278787,"id":1285,"parentId":1185,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/utils/is-controlling-variants.mjs","layer":"ssr"},"startTime":1748961240903,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":800,"timestamp":7157278892,"id":1286,"parentId":1173,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/motion/utils/symbol.mjs","layer":"ssr"},"startTime":1748961240903,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":4766,"timestamp":7157276602,"id":1282,"parentId":1135,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@radix-ui+react-toggle@1.1.6_@types+react-dom@19.0.1_@types+react@19.0.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/@radix-ui/react-toggle/dist/index.mjs","layer":"ssr"},"startTime":1748961240901,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2398,"timestamp":7157284672,"id":1288,"parentId":1173,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/context/LazyContext.mjs","layer":"ssr"},"startTime":1748961240909,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":958,"timestamp":7157287418,"id":1289,"parentId":1173,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/motion/features/definitions.mjs","layer":"ssr"},"startTime":1748961240912,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1050,"timestamp":7157287544,"id":1290,"parentId":1173,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/context/MotionContext/create.mjs","layer":"ssr"},"startTime":1748961240912,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1093,"timestamp":7157287611,"id":1291,"parentId":1173,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/motion/features/load-features.mjs","layer":"ssr"},"startTime":1748961240912,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1191,"timestamp":7157287670,"id":1292,"parentId":1173,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/motion/utils/use-motion-ref.mjs","layer":"ssr"},"startTime":1748961240912,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":10235,"timestamp":7157284529,"id":1287,"parentId":1136,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@radix-ui+react-menu@2.1.10_@types+react-dom@19.0.1_@types+react@19.0.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/@radix-ui/react-menu/dist/index.mjs","layer":"ssr"},"startTime":1748961240909,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1131,"timestamp":7157302261,"id":1293,"parentId":1173,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/motion/utils/use-visual-element.mjs","layer":"ssr"},"startTime":1748961240927,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1230,"timestamp":7157302415,"id":1294,"parentId":1129,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@radix-ui+react-visually-hidden@1.2.0_@types+react-dom@19.0.1_@types+react@19.0.1_react_66de2a1564c67011881dfa0830fd9c7f/node_modules/@radix-ui/react-visually-hidden/dist/index.mjs","layer":"ssr"},"startTime":1748961240927,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1397,"timestamp":7157302484,"id":1295,"parentId":1178,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/motion/features/animation/index.mjs","layer":"ssr"},"startTime":1748961240927,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1007,"timestamp":7157310957,"id":1296,"parentId":1178,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/motion/features/animation/exit.mjs","layer":"ssr"},"startTime":1748961240935,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1249,"timestamp":7157311105,"id":1297,"parentId":1185,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/utils/motion-values.mjs","layer":"ssr"},"startTime":1748961240936,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1312,"timestamp":7157311170,"id":1298,"parentId":1186,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/motion/features/gestures.mjs","layer":"ssr"},"startTime":1748961240936,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1425,"timestamp":7157311229,"id":1299,"parentId":1179,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/projection/node/HTMLProjectionNode.mjs","layer":"ssr"},"startTime":1748961240936,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":565,"timestamp":7157316632,"id":1300,"parentId":1187,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/motion/features/drag.mjs","layer":"ssr"},"startTime":1748961240941,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":797,"timestamp":7157322107,"id":1301,"parentId":1186,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/dom/create-visual-element.mjs","layer":"ssr"},"startTime":1748961240947,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":853,"timestamp":7157322229,"id":1302,"parentId":1187,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/motion/features/layout.mjs","layer":"ssr"},"startTime":1748961240947,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":5809,"timestamp":7157322291,"id":1303,"parentId":1191,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/components/AnimatePresence/PresenceChild.mjs","layer":"ssr"},"startTime":1748961240947,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":878,"timestamp":7157330821,"id":1304,"parentId":1194,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/projection/node/group.mjs","layer":"ssr"},"startTime":1748961240955,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":780,"timestamp":7157333115,"id":1305,"parentId":1191,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/components/AnimatePresence/utils.mjs","layer":"ssr"},"startTime":1748961240958,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":891,"timestamp":7157333253,"id":1306,"parentId":1197,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/utils/setters.mjs","layer":"ssr"},"startTime":1748961240958,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1031,"timestamp":7157333320,"id":1307,"parentId":1196,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/components/create-proxy.mjs","layer":"ssr"},"startTime":1748961240958,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1067,"timestamp":7157333377,"id":1308,"parentId":1196,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/components/m/create.mjs","layer":"ssr"},"startTime":1748961240958,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":584,"timestamp":7157336677,"id":1309,"parentId":1198,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/components/motion/create.mjs","layer":"ssr"},"startTime":1748961240961,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":668,"timestamp":7157336789,"id":1310,"parentId":1202,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/utils/resolve-dynamic-variants.mjs","layer":"ssr"},"startTime":1748961240961,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1133,"timestamp":7157343735,"id":1311,"parentId":1202,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/interfaces/visual-element-variant.mjs","layer":"ssr"},"startTime":1748961240968,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1509,"timestamp":7157343885,"id":1312,"parentId":1202,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/interfaces/visual-element-target.mjs","layer":"ssr"},"startTime":1748961240968,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":749,"timestamp":7157349445,"id":1313,"parentId":1210,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/dom/utils/camel-to-dash.mjs","layer":"ssr"},"startTime":1748961240974,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":734,"timestamp":7157349585,"id":1314,"parentId":1212,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/optimized-appear/store.mjs","layer":"ssr"},"startTime":1748961240974,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1600,"timestamp":7157352650,"id":1315,"parentId":1212,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/optimized-appear/get-appear-id.mjs","layer":"ssr"},"startTime":1748961240977,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1682,"timestamp":7157352832,"id":1316,"parentId":1212,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/optimized-appear/handoff.mjs","layer":"ssr"},"startTime":1748961240977,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1702,"timestamp":7157352946,"id":1317,"parentId":1212,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/optimized-appear/store-id.mjs","layer":"ssr"},"startTime":1748961240977,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1658,"timestamp":7157353057,"id":1318,"parentId":1221,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/utils/compare-by-depth.mjs","layer":"ssr"},"startTime":1748961240978,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1558,"timestamp":7157353287,"id":1321,"parentId":1224,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/animate/sequence.mjs","layer":"ssr"},"startTime":1748961240978,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1833,"timestamp":7157353342,"id":1322,"parentId":1224,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/animate/subject.mjs","layer":"ssr"},"startTime":1748961240978,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1902,"timestamp":7157353399,"id":1323,"parentId":1143,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@radix-ui+react-use-layout-effect@1.1.1_@types+react@19.0.1_react@19.0.0/node_modules/@radix-ui/react-use-layout-effect/dist/index.mjs","layer":"ssr"},"startTime":1748961240978,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1960,"timestamp":7157353454,"id":1324,"parentId":1225,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/dom/scroll/attach-animation.mjs","layer":"ssr"},"startTime":1748961240978,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":5175,"timestamp":7157353169,"id":1319,"parentId":1223,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/components/Reorder/Group.mjs","layer":"ssr"},"startTime":1748961240978,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":5493,"timestamp":7157353231,"id":1320,"parentId":1223,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/components/Reorder/Item.mjs","layer":"ssr"},"startTime":1748961240978,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":959,"timestamp":7157375820,"id":1325,"parentId":1225,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/dom/scroll/attach-function.mjs","layer":"ssr"},"startTime":1748961241000,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1225,"timestamp":7157375965,"id":1326,"parentId":1226,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/dom/scroll/info.mjs","layer":"ssr"},"startTime":1748961241000,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1496,"timestamp":7157376051,"id":1327,"parentId":1226,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/dom/scroll/on-scroll-handler.mjs","layer":"ssr"},"startTime":1748961241001,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2117,"timestamp":7157376116,"id":1328,"parentId":1229,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/animators/waapi/animate-elements.mjs","layer":"ssr"},"startTime":1748961241001,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":715,"timestamp":7157387034,"id":1329,"parentId":1226,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/dom/resize/index.mjs","layer":"ssr"},"startTime":1748961241012,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3724,"timestamp":7157387187,"id":1330,"parentId":1236,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/router-reducer/fill-cache-with-new-subtree-data.js","layer":"ssr"},"startTime":1748961241012,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1626,"timestamp":7157394979,"id":1331,"parentId":1149,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/socket.io-parser@4.2.4/node_modules/socket.io-parser/build/esm-debug/index.js","layer":"ssr"},"startTime":1748961241019,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":476,"timestamp":7157405751,"id":1332,"parentId":1258,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/socket.io-client@4.8.1/node_modules/socket.io-client/build/esm-debug/on.js","layer":"ssr"},"startTime":1748961241030,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":532,"timestamp":7157409120,"id":1333,"parentId":1267,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-utils@12.7.5/node_modules/motion-utils/dist/es/clamp.mjs","layer":"ssr"},"startTime":1748961241034,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1133,"timestamp":7157410764,"id":1334,"parentId":1267,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-utils@12.7.5/node_modules/motion-utils/dist/es/array.mjs","layer":"ssr"},"startTime":1748961241035,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1406,"timestamp":7157410917,"id":1335,"parentId":1259,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/socket.io-client@4.8.1/node_modules/socket.io-client/build/esm-debug/contrib/backo2.js","layer":"ssr"},"startTime":1748961241035,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1588,"timestamp":7157411022,"id":1336,"parentId":1267,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-utils@12.7.5/node_modules/motion-utils/dist/es/is-numerical-string.mjs","layer":"ssr"},"startTime":1748961241036,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1778,"timestamp":7157411103,"id":1337,"parentId":1267,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-utils@12.7.5/node_modules/motion-utils/dist/es/errors.mjs","layer":"ssr"},"startTime":1748961241036,"traceId":"1d7d79b67620d551"}]
14
- [{"name":"build-module-mjs","duration":1039,"timestamp":7157414371,"id":1338,"parentId":1267,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-utils@12.7.5/node_modules/motion-utils/dist/es/global-config.mjs","layer":"ssr"},"startTime":1748961241039,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1090,"timestamp":7157414583,"id":1339,"parentId":1267,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-utils@12.7.5/node_modules/motion-utils/dist/es/is-zero-value-string.mjs","layer":"ssr"},"startTime":1748961241039,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1125,"timestamp":7157414702,"id":1340,"parentId":1267,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-utils@12.7.5/node_modules/motion-utils/dist/es/memo.mjs","layer":"ssr"},"startTime":1748961241039,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1322,"timestamp":7157414804,"id":1341,"parentId":1149,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/engine.io-client@6.6.2/node_modules/engine.io-client/build/esm-debug/index.js","layer":"ssr"},"startTime":1748961241039,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":683,"timestamp":7157424917,"id":1342,"parentId":1267,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-utils@12.7.5/node_modules/motion-utils/dist/es/noop.mjs","layer":"ssr"},"startTime":1748961241049,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":672,"timestamp":7157425091,"id":1343,"parentId":1267,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-utils@12.7.5/node_modules/motion-utils/dist/es/pipe.mjs","layer":"ssr"},"startTime":1748961241050,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1013,"timestamp":7157426333,"id":1344,"parentId":1267,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-utils@12.7.5/node_modules/motion-utils/dist/es/progress.mjs","layer":"ssr"},"startTime":1748961241051,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1002,"timestamp":7157426463,"id":1345,"parentId":1267,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-utils@12.7.5/node_modules/motion-utils/dist/es/time-conversion.mjs","layer":"ssr"},"startTime":1748961241051,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1283,"timestamp":7157426537,"id":1346,"parentId":1267,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-utils@12.7.5/node_modules/motion-utils/dist/es/subscription-manager.mjs","layer":"ssr"},"startTime":1748961241051,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1381,"timestamp":7157426607,"id":1347,"parentId":1267,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-utils@12.7.5/node_modules/motion-utils/dist/es/velocity-per-second.mjs","layer":"ssr"},"startTime":1748961241051,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1506,"timestamp":7157426693,"id":1348,"parentId":1267,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-utils@12.7.5/node_modules/motion-utils/dist/es/warn-once.mjs","layer":"ssr"},"startTime":1748961241051,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1164,"timestamp":7157429270,"id":1349,"parentId":1267,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-utils@12.7.5/node_modules/motion-utils/dist/es/wrap.mjs","layer":"ssr"},"startTime":1748961241054,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1213,"timestamp":7157429417,"id":1350,"parentId":1267,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-utils@12.7.5/node_modules/motion-utils/dist/es/easing/anticipate.mjs","layer":"ssr"},"startTime":1748961241054,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1281,"timestamp":7157429490,"id":1351,"parentId":1267,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-utils@12.7.5/node_modules/motion-utils/dist/es/easing/circ.mjs","layer":"ssr"},"startTime":1748961241054,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1366,"timestamp":7157429556,"id":1352,"parentId":1267,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-utils@12.7.5/node_modules/motion-utils/dist/es/easing/back.mjs","layer":"ssr"},"startTime":1748961241054,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1638,"timestamp":7157429621,"id":1353,"parentId":1267,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-utils@12.7.5/node_modules/motion-utils/dist/es/easing/cubic-bezier.mjs","layer":"ssr"},"startTime":1748961241054,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1819,"timestamp":7157436693,"id":1354,"parentId":1267,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-utils@12.7.5/node_modules/motion-utils/dist/es/easing/ease.mjs","layer":"ssr"},"startTime":1748961241061,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1933,"timestamp":7157436889,"id":1355,"parentId":1267,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-utils@12.7.5/node_modules/motion-utils/dist/es/easing/steps.mjs","layer":"ssr"},"startTime":1748961241061,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2013,"timestamp":7157436974,"id":1356,"parentId":1267,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-utils@12.7.5/node_modules/motion-utils/dist/es/easing/utils/get-easing-for-segment.mjs","layer":"ssr"},"startTime":1748961241061,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2065,"timestamp":7157437061,"id":1357,"parentId":1267,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-utils@12.7.5/node_modules/motion-utils/dist/es/easing/utils/is-bezier-definition.mjs","layer":"ssr"},"startTime":1748961241062,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2121,"timestamp":7157437130,"id":1358,"parentId":1267,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-utils@12.7.5/node_modules/motion-utils/dist/es/easing/utils/is-easing-array.mjs","layer":"ssr"},"startTime":1748961241062,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2389,"timestamp":7157437195,"id":1359,"parentId":1267,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-utils@12.7.5/node_modules/motion-utils/dist/es/easing/utils/map.mjs","layer":"ssr"},"startTime":1748961241062,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2451,"timestamp":7157437258,"id":1360,"parentId":1267,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-utils@12.7.5/node_modules/motion-utils/dist/es/easing/modifiers/mirror.mjs","layer":"ssr"},"startTime":1748961241062,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2452,"timestamp":7157437321,"id":1361,"parentId":1267,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-utils@12.7.5/node_modules/motion-utils/dist/es/easing/modifiers/reverse.mjs","layer":"ssr"},"startTime":1748961241062,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":3295,"timestamp":7157437385,"id":1362,"parentId":1268,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/animation/AsyncMotionValueAnimation.mjs","layer":"ssr"},"startTime":1748961241062,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":3691,"timestamp":7157437450,"id":1363,"parentId":1268,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/animation/GroupAnimation.mjs","layer":"ssr"},"startTime":1748961241062,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":3868,"timestamp":7157437511,"id":1364,"parentId":1268,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/animation/GroupAnimationWithThen.mjs","layer":"ssr"},"startTime":1748961241062,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2989,"timestamp":7157446273,"id":1365,"parentId":1268,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/animation/JSAnimation.mjs","layer":"ssr"},"startTime":1748961241071,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":3341,"timestamp":7157446453,"id":1366,"parentId":1268,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/animation/NativeAnimationExtended.mjs","layer":"ssr"},"startTime":1748961241071,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1454,"timestamp":7157458893,"id":1367,"parentId":1268,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/animation/NativeAnimation.mjs","layer":"ssr"},"startTime":1748961241083,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1500,"timestamp":7157459110,"id":1368,"parentId":1268,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/animation/NativeAnimationWrapper.mjs","layer":"ssr"},"startTime":1748961241084,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1536,"timestamp":7157465775,"id":1369,"parentId":1268,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/animation/utils/active-animations.mjs","layer":"ssr"},"startTime":1748961241090,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1800,"timestamp":7157465999,"id":1370,"parentId":1268,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/animation/utils/css-variables-conversion.mjs","layer":"ssr"},"startTime":1748961241091,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1967,"timestamp":7157466141,"id":1371,"parentId":1268,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/animation/utils/is-css-variable.mjs","layer":"ssr"},"startTime":1748961241091,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":965,"timestamp":7157468535,"id":1372,"parentId":1268,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/animation/utils/get-value-transition.mjs","layer":"ssr"},"startTime":1748961241093,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1294,"timestamp":7157468763,"id":1373,"parentId":1268,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/animation/generators/inertia.mjs","layer":"ssr"},"startTime":1748961241093,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1033,"timestamp":7157471430,"id":1374,"parentId":1268,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/animation/generators/keyframes.mjs","layer":"ssr"},"startTime":1748961241096,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1375,"timestamp":7157477128,"id":1375,"parentId":1268,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/animation/generators/spring/index.mjs","layer":"ssr"},"startTime":1748961241102,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":749,"timestamp":7157495037,"id":1376,"parentId":1268,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/animation/generators/utils/calc-duration.mjs","layer":"ssr"},"startTime":1748961241120,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":859,"timestamp":7157495221,"id":1377,"parentId":1268,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/animation/generators/utils/create-generator-easing.mjs","layer":"ssr"},"startTime":1748961241120,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":709,"timestamp":7157498598,"id":1378,"parentId":1268,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/animation/generators/utils/is-generator.mjs","layer":"ssr"},"startTime":1748961241123,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1567,"timestamp":7157500246,"id":1379,"parentId":1268,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/animation/keyframes/DOMKeyframesResolver.mjs","layer":"ssr"},"startTime":1748961241125,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2153,"timestamp":7157500391,"id":1380,"parentId":1268,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/animation/keyframes/KeyframesResolver.mjs","layer":"ssr"},"startTime":1748961241125,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2227,"timestamp":7157500471,"id":1381,"parentId":1268,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/animation/keyframes/offsets/default.mjs","layer":"ssr"},"startTime":1748961241125,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2301,"timestamp":7157500545,"id":1382,"parentId":1268,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/animation/keyframes/offsets/fill.mjs","layer":"ssr"},"startTime":1748961241125,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2320,"timestamp":7157500616,"id":1383,"parentId":1268,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/animation/keyframes/offsets/time.mjs","layer":"ssr"},"startTime":1748961241125,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1247,"timestamp":7157510413,"id":1384,"parentId":1268,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/animation/keyframes/utils/apply-px-defaults.mjs","layer":"ssr"},"startTime":1748961241135,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1221,"timestamp":7157510605,"id":1385,"parentId":1268,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/animation/keyframes/utils/fill-wildcards.mjs","layer":"ssr"},"startTime":1748961241135,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1449,"timestamp":7157510695,"id":1386,"parentId":1268,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/animation/waapi/start-waapi-animation.mjs","layer":"ssr"},"startTime":1748961241135,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1017,"timestamp":7157513809,"id":1387,"parentId":1268,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/animation/waapi/easing/cubic-bezier.mjs","layer":"ssr"},"startTime":1748961241138,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1114,"timestamp":7157513957,"id":1388,"parentId":1268,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/animation/waapi/easing/is-supported.mjs","layer":"ssr"},"startTime":1748961241138,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1241,"timestamp":7157514043,"id":1389,"parentId":1268,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/animation/waapi/easing/map-easing.mjs","layer":"ssr"},"startTime":1748961241139,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1304,"timestamp":7157514112,"id":1390,"parentId":1268,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/animation/waapi/easing/supported.mjs","layer":"ssr"},"startTime":1748961241139,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1157,"timestamp":7157518881,"id":1391,"parentId":1268,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/animation/waapi/supports/partial-keyframes.mjs","layer":"ssr"},"startTime":1748961241143,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1304,"timestamp":7157519026,"id":1392,"parentId":1268,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/animation/waapi/supports/waapi.mjs","layer":"ssr"},"startTime":1748961241144,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1418,"timestamp":7157519102,"id":1393,"parentId":1268,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/animation/waapi/utils/linear.mjs","layer":"ssr"},"startTime":1748961241144,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1434,"timestamp":7157519170,"id":1394,"parentId":1268,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/animation/waapi/utils/accelerated-values.mjs","layer":"ssr"},"startTime":1748961241144,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1780,"timestamp":7157519236,"id":1395,"parentId":1268,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/frameloop/batcher.mjs","layer":"ssr"},"startTime":1748961241144,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1838,"timestamp":7157519299,"id":1396,"parentId":1268,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/frameloop/microtask.mjs","layer":"ssr"},"startTime":1748961241144,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1932,"timestamp":7157519363,"id":1397,"parentId":1268,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/frameloop/sync-time.mjs","layer":"ssr"},"startTime":1748961241144,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":813,"timestamp":7157525066,"id":1398,"parentId":1268,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/gestures/hover.mjs","layer":"ssr"},"startTime":1748961241150,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1086,"timestamp":7157525193,"id":1399,"parentId":1268,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/gestures/press/index.mjs","layer":"ssr"},"startTime":1748961241150,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1136,"timestamp":7157525265,"id":1400,"parentId":1268,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/gestures/utils/is-node-or-child.mjs","layer":"ssr"},"startTime":1748961241150,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":493,"timestamp":7157533044,"id":1401,"parentId":1268,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/gestures/utils/is-primary-pointer.mjs","layer":"ssr"},"startTime":1748961241158,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":805,"timestamp":7157534212,"id":1402,"parentId":1268,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/gestures/drag/state/is-active.mjs","layer":"ssr"},"startTime":1748961241159,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":907,"timestamp":7157534335,"id":1403,"parentId":1268,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/gestures/drag/state/set-active.mjs","layer":"ssr"},"startTime":1748961241159,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1027,"timestamp":7157534403,"id":1404,"parentId":1268,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/scroll/observe.mjs","layer":"ssr"},"startTime":1748961241159,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1434,"timestamp":7157534465,"id":1405,"parentId":1268,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/render/dom/parse-transform.mjs","layer":"ssr"},"startTime":1748961241159,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1519,"timestamp":7157534527,"id":1406,"parentId":1268,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/render/dom/style-computed.mjs","layer":"ssr"},"startTime":1748961241159,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1092,"timestamp":7157536602,"id":1407,"parentId":1268,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/render/dom/style-set.mjs","layer":"ssr"},"startTime":1748961241161,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1085,"timestamp":7157536760,"id":1408,"parentId":1268,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/render/utils/keys-position.mjs","layer":"ssr"},"startTime":1748961241161,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1179,"timestamp":7157536880,"id":1409,"parentId":1268,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/render/utils/keys-transform.mjs","layer":"ssr"},"startTime":1748961241161,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1168,"timestamp":7157540073,"id":1410,"parentId":1268,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/stats/index.mjs","layer":"ssr"},"startTime":1748961241165,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1148,"timestamp":7157540199,"id":1411,"parentId":1268,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/stats/animation-count.mjs","layer":"ssr"},"startTime":1748961241165,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1135,"timestamp":7157540269,"id":1412,"parentId":1268,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/stats/buffer.mjs","layer":"ssr"},"startTime":1748961241165,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1483,"timestamp":7157540330,"id":1413,"parentId":1268,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/utils/interpolate.mjs","layer":"ssr"},"startTime":1748961241165,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1654,"timestamp":7157547457,"id":1414,"parentId":1268,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/utils/resolve-elements.mjs","layer":"ssr"},"startTime":1748961241172,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1719,"timestamp":7157547597,"id":1415,"parentId":1268,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/utils/mix/index.mjs","layer":"ssr"},"startTime":1748961241172,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1763,"timestamp":7157547663,"id":1416,"parentId":1268,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/utils/mix/number.mjs","layer":"ssr"},"startTime":1748961241172,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2029,"timestamp":7157547722,"id":1417,"parentId":1268,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/utils/mix/color.mjs","layer":"ssr"},"startTime":1748961241172,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2469,"timestamp":7157547779,"id":1418,"parentId":1268,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/utils/mix/complex.mjs","layer":"ssr"},"startTime":1748961241172,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2504,"timestamp":7157547837,"id":1419,"parentId":1268,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/utils/mix/immediate.mjs","layer":"ssr"},"startTime":1748961241172,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2562,"timestamp":7157547895,"id":1420,"parentId":1268,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/utils/mix/visibility.mjs","layer":"ssr"},"startTime":1748961241172,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2626,"timestamp":7157547960,"id":1421,"parentId":1268,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/utils/transform.mjs","layer":"ssr"},"startTime":1748961241172,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2611,"timestamp":7157548027,"id":1422,"parentId":1268,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/utils/supports/flags.mjs","layer":"ssr"},"startTime":1748961241173,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2671,"timestamp":7157548087,"id":1423,"parentId":1268,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/utils/supports/linear-easing.mjs","layer":"ssr"},"startTime":1748961241173,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2688,"timestamp":7157548147,"id":1424,"parentId":1268,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/utils/supports/scroll-timeline.mjs","layer":"ssr"},"startTime":1748961241173,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1864,"timestamp":7157555397,"id":1425,"parentId":1268,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/value/index.mjs","layer":"ssr"},"startTime":1748961241180,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1302,"timestamp":7157559951,"id":1426,"parentId":1268,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/value/map-value.mjs","layer":"ssr"},"startTime":1748961241184,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1250,"timestamp":7157560209,"id":1427,"parentId":1268,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/value/transform-value.mjs","layer":"ssr"},"startTime":1748961241185,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1400,"timestamp":7157560277,"id":1428,"parentId":1268,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/value/types/color/index.mjs","layer":"ssr"},"startTime":1748961241185,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1615,"timestamp":7157560336,"id":1429,"parentId":1268,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/value/types/color/hex.mjs","layer":"ssr"},"startTime":1748961241185,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1780,"timestamp":7157560394,"id":1430,"parentId":1268,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/value/types/color/hsla.mjs","layer":"ssr"},"startTime":1748961241185,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1656,"timestamp":7157568472,"id":1431,"parentId":1268,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/value/types/color/hsla-to-rgba.mjs","layer":"ssr"},"startTime":1748961241193,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1744,"timestamp":7157568626,"id":1432,"parentId":1268,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/value/types/dimensions.mjs","layer":"ssr"},"startTime":1748961241193,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1882,"timestamp":7157568697,"id":1433,"parentId":1268,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/value/types/color/rgba.mjs","layer":"ssr"},"startTime":1748961241193,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2420,"timestamp":7157568759,"id":1434,"parentId":1268,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/value/types/complex/index.mjs","layer":"ssr"},"startTime":1748961241193,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2526,"timestamp":7157568819,"id":1435,"parentId":1268,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/value/types/maps/defaults.mjs","layer":"ssr"},"startTime":1748961241193,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2543,"timestamp":7157568878,"id":1436,"parentId":1268,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/value/types/test.mjs","layer":"ssr"},"startTime":1748961241193,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2651,"timestamp":7157568937,"id":1437,"parentId":1268,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/value/types/maps/transform.mjs","layer":"ssr"},"startTime":1748961241193,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2760,"timestamp":7157568998,"id":1438,"parentId":1268,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/value/types/maps/number.mjs","layer":"ssr"},"startTime":1748961241194,"traceId":"1d7d79b67620d551"}]
15
- [{"name":"build-module-mjs","duration":2963,"timestamp":7157569069,"id":1439,"parentId":1268,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/value/types/numbers/index.mjs","layer":"ssr"},"startTime":1748961241194,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2261,"timestamp":7157579210,"id":1440,"parentId":1268,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/value/types/numbers/units.mjs","layer":"ssr"},"startTime":1748961241204,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2421,"timestamp":7157579405,"id":1441,"parentId":1268,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/value/types/utils/animatable-none.mjs","layer":"ssr"},"startTime":1748961241204,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2490,"timestamp":7157579530,"id":1442,"parentId":1268,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/value/types/utils/get-as-type.mjs","layer":"ssr"},"startTime":1748961241204,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2665,"timestamp":7157579624,"id":1443,"parentId":1268,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/value/types/utils/find.mjs","layer":"ssr"},"startTime":1748961241204,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2816,"timestamp":7157579695,"id":1444,"parentId":1268,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/frameloop/frame.mjs","layer":"ssr"},"startTime":1748961241204,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2989,"timestamp":7157579756,"id":1445,"parentId":1268,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/frameloop/index-legacy.mjs","layer":"ssr"},"startTime":1748961241204,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1780,"timestamp":7157586901,"id":1446,"parentId":1268,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/view/index.mjs","layer":"ssr"},"startTime":1748961241211,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2596,"timestamp":7157587069,"id":1447,"parentId":1269,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/debug@4.3.7/node_modules/debug/src/node.js","layer":"ssr"},"startTime":1748961241212,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3335,"timestamp":7157587141,"id":1448,"parentId":1269,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/debug@4.3.7/node_modules/debug/src/browser.js","layer":"ssr"},"startTime":1748961241212,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":3408,"timestamp":7157587209,"id":1449,"parentId":1276,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/utils/is-keyframes-target.mjs","layer":"ssr"},"startTime":1748961241212,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":3584,"timestamp":7157587278,"id":1450,"parentId":1250,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@radix-ui+react-use-effect-event@0.0.2_@types+react@19.0.1_react@19.0.0/node_modules/@radix-ui/react-use-effect-event/dist/index.mjs","layer":"ssr"},"startTime":1748961241212,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":3629,"timestamp":7157587341,"id":1451,"parentId":1285,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/utils/variant-props.mjs","layer":"ssr"},"startTime":1748961241212,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":3660,"timestamp":7157587403,"id":1452,"parentId":1285,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/utils/is-variant-label.mjs","layer":"ssr"},"startTime":1748961241212,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":3663,"timestamp":7157587474,"id":1453,"parentId":1292,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/utils/is-ref-object.mjs","layer":"ssr"},"startTime":1748961241212,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":3729,"timestamp":7157587543,"id":1454,"parentId":1290,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/context/MotionContext/utils.mjs","layer":"ssr"},"startTime":1748961241212,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1061,"timestamp":7157598318,"id":1456,"parentId":1249,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@radix-ui+react-use-callback-ref@1.1.1_@types+react@19.0.1_react@19.0.0/node_modules/@radix-ui/react-use-callback-ref/dist/index.mjs","layer":"ssr"},"startTime":1748961241223,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1474,"timestamp":7157598388,"id":1457,"parentId":1258,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@socket.io+component-emitter@3.1.2/node_modules/@socket.io/component-emitter/lib/esm/index.js","layer":"ssr"},"startTime":1748961241223,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1737,"timestamp":7157598450,"id":1458,"parentId":1298,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/gestures/hover.mjs","layer":"ssr"},"startTime":1748961241223,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1783,"timestamp":7157598513,"id":1459,"parentId":1295,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/motion/features/Feature.mjs","layer":"ssr"},"startTime":1748961241223,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2705,"timestamp":7157598573,"id":1460,"parentId":1295,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/utils/animation-state.mjs","layer":"ssr"},"startTime":1748961241223,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":11714,"timestamp":7157598173,"id":1455,"parentId":1249,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@radix-ui+react-collection@1.1.4_@types+react-dom@19.0.1_@types+react@19.0.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/@radix-ui/react-collection/dist/index.mjs","layer":"ssr"},"startTime":1748961241223,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":755,"timestamp":7157610098,"id":1461,"parentId":1298,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/gestures/focus.mjs","layer":"ssr"},"startTime":1748961241235,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":939,"timestamp":7157610237,"id":1462,"parentId":1298,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/gestures/press.mjs","layer":"ssr"},"startTime":1748961241235,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1415,"timestamp":7157617516,"id":1463,"parentId":1299,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/projection/node/DocumentProjectionNode.mjs","layer":"ssr"},"startTime":1748961241242,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":5691,"timestamp":7157617657,"id":1464,"parentId":1299,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/projection/node/create-projection-node.mjs","layer":"ssr"},"startTime":1748961241242,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":5889,"timestamp":7157617726,"id":1465,"parentId":1300,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/gestures/drag/index.mjs","layer":"ssr"},"startTime":1748961241242,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":6113,"timestamp":7157617788,"id":1466,"parentId":1300,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/gestures/pan/index.mjs","layer":"ssr"},"startTime":1748961241242,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":6407,"timestamp":7157617848,"id":1467,"parentId":1298,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/motion/features/viewport/index.mjs","layer":"ssr"},"startTime":1748961241242,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":6597,"timestamp":7157617909,"id":1468,"parentId":1301,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/html/HTMLVisualElement.mjs","layer":"ssr"},"startTime":1748961241242,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":11490,"timestamp":7157618037,"id":1470,"parentId":1303,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/components/AnimatePresence/PopChild.mjs","layer":"ssr"},"startTime":1748961241243,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":12569,"timestamp":7157617968,"id":1469,"parentId":1300,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/motion/features/layout/MeasureLayout.mjs","layer":"ssr"},"startTime":1748961241242,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":967,"timestamp":7157660844,"id":1471,"parentId":1301,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/dom/utils/is-svg-component.mjs","layer":"ssr"},"startTime":1748961241285,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1199,"timestamp":7157660999,"id":1472,"parentId":1301,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/svg/SVGVisualElement.mjs","layer":"ssr"},"startTime":1748961241286,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1142,"timestamp":7157668258,"id":1473,"parentId":1308,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/components/create-factory.mjs","layer":"ssr"},"startTime":1748961241293,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1157,"timestamp":7157668454,"id":1475,"parentId":1312,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/value/use-will-change/add-will-change.mjs","layer":"ssr"},"startTime":1748961241293,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1472,"timestamp":7157668511,"id":1476,"parentId":1312,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/interfaces/motion-value.mjs","layer":"ssr"},"startTime":1748961241293,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1596,"timestamp":7157668581,"id":1477,"parentId":1322,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/utils/create-visual-element.mjs","layer":"ssr"},"startTime":1748961241293,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":3348,"timestamp":7157668390,"id":1474,"parentId":1319,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/context/ReorderContext.mjs","layer":"ssr"},"startTime":1748961241293,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1082,"timestamp":7157677974,"id":1478,"parentId":1322,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/utils/is-dom-keyframes.mjs","layer":"ssr"},"startTime":1748961241302,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1114,"timestamp":7157678127,"id":1479,"parentId":1322,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/animate/resolve-subjects.mjs","layer":"ssr"},"startTime":1748961241303,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1162,"timestamp":7157678189,"id":1480,"parentId":1322,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/animate/single-value.mjs","layer":"ssr"},"startTime":1748961241303,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2323,"timestamp":7157681439,"id":1481,"parentId":1321,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/sequence/create.mjs","layer":"ssr"},"startTime":1748961241306,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2504,"timestamp":7157681555,"id":1482,"parentId":1324,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/dom/scroll/utils/get-timeline.mjs","layer":"ssr"},"startTime":1748961241306,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2629,"timestamp":7157681615,"id":1483,"parentId":1319,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/components/Reorder/utils/check-reorder.mjs","layer":"ssr"},"startTime":1748961241306,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2837,"timestamp":7157681670,"id":1484,"parentId":1327,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/dom/scroll/offsets/index.mjs","layer":"ssr"},"startTime":1748961241306,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":779,"timestamp":7157689501,"id":1485,"parentId":1329,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/dom/resize/handle-element.mjs","layer":"ssr"},"startTime":1748961241314,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1782,"timestamp":7157695517,"id":1487,"parentId":1329,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/dom/resize/handle-window.mjs","layer":"ssr"},"startTime":1748961241320,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2109,"timestamp":7157695588,"id":1488,"parentId":1331,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/socket.io-parser@4.2.4/node_modules/socket.io-parser/build/esm-debug/binary.js","layer":"ssr"},"startTime":1748961241320,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2301,"timestamp":7157695641,"id":1489,"parentId":1331,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/socket.io-parser@4.2.4/node_modules/socket.io-parser/build/esm-debug/is-binary.js","layer":"ssr"},"startTime":1748961241320,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2448,"timestamp":7157695694,"id":1490,"parentId":1278,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/react-remove-scroll@2.6.3_@types+react@19.0.1_react@19.0.0/node_modules/react-remove-scroll/dist/es2015/Combination.js","layer":"ssr"},"startTime":1748961241320,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2556,"timestamp":7157695749,"id":1491,"parentId":1271,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@radix-ui+react-use-escape-keydown@1.1.1_@types+react@19.0.1_react@19.0.0/node_modules/@radix-ui/react-use-escape-keydown/dist/index.mjs","layer":"ssr"},"startTime":1748961241320,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3175,"timestamp":7157695801,"id":1492,"parentId":1341,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/engine.io-client@6.6.2/node_modules/engine.io-client/build/esm-debug/globals.node.js","layer":"ssr"},"startTime":1748961241320,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3471,"timestamp":7157695852,"id":1493,"parentId":1341,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/engine.io-client@6.6.2/node_modules/engine.io-client/build/esm-debug/util.js","layer":"ssr"},"startTime":1748961241320,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":5312,"timestamp":7157695902,"id":1494,"parentId":1341,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/engine.io-client@6.6.2/node_modules/engine.io-client/build/esm-debug/socket.js","layer":"ssr"},"startTime":1748961241320,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":5673,"timestamp":7157695951,"id":1495,"parentId":1341,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/engine.io-client@6.6.2/node_modules/engine.io-client/build/esm-debug/transport.js","layer":"ssr"},"startTime":1748961241320,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":5804,"timestamp":7157696006,"id":1496,"parentId":1275,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@radix-ui+react-arrow@1.1.4_@types+react-dom@19.0.1_@types+react@19.0.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/@radix-ui/react-arrow/dist/index.mjs","layer":"ssr"},"startTime":1748961241321,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":5965,"timestamp":7157696059,"id":1497,"parentId":1275,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@radix-ui+react-use-size@1.1.1_@types+react@19.0.1_react@19.0.0/node_modules/@radix-ui/react-use-size/dist/index.mjs","layer":"ssr"},"startTime":1748961241321,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":9983,"timestamp":7157695392,"id":1486,"parentId":1330,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/router-reducer/invalidate-cache-by-router-state.js","layer":"ssr"},"startTime":1748961241320,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1630,"timestamp":7157712586,"id":1498,"parentId":1341,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/engine.io-client@6.6.2/node_modules/engine.io-client/build/esm-debug/transports/index.js","layer":"ssr"},"startTime":1748961241337,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1887,"timestamp":7157712841,"id":1499,"parentId":1341,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/engine.io-client@6.6.2/node_modules/engine.io-client/build/esm-debug/transports/polling-fetch.js","layer":"ssr"},"startTime":1748961241337,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2311,"timestamp":7157713054,"id":1500,"parentId":1341,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/engine.io-client@6.6.2/node_modules/engine.io-client/build/esm-debug/transports/webtransport.js","layer":"ssr"},"startTime":1748961241338,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2548,"timestamp":7157713207,"id":1501,"parentId":1341,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/engine.io-client@6.6.2/node_modules/engine.io-client/build/esm-debug/transports/websocket.node.js","layer":"ssr"},"startTime":1748961241338,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2721,"timestamp":7157713316,"id":1502,"parentId":1341,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/engine.io-client@6.6.2/node_modules/engine.io-client/build/esm-debug/transports/polling-xhr.node.js","layer":"ssr"},"startTime":1748961241338,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3271,"timestamp":7157713394,"id":1503,"parentId":1341,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/engine.io-client@6.6.2/node_modules/engine.io-client/build/esm-debug/transports/websocket.js","layer":"ssr"},"startTime":1748961241338,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":4381,"timestamp":7157713466,"id":1504,"parentId":1341,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/engine.io-client@6.6.2/node_modules/engine.io-client/build/esm-debug/transports/polling-xhr.js","layer":"ssr"},"startTime":1748961241338,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1188,"timestamp":7157723343,"id":1505,"parentId":1341,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/engine.io-client@6.6.2/node_modules/engine.io-client/build/esm-debug/contrib/parseuri.js","layer":"ssr"},"startTime":1748961241348,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":677,"timestamp":7157724723,"id":1506,"parentId":1362,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/animation/keyframes/get-final.mjs","layer":"ssr"},"startTime":1748961241349,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":729,"timestamp":7157724830,"id":1507,"parentId":1362,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/animation/utils/WithPromise.mjs","layer":"ssr"},"startTime":1748961241349,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":913,"timestamp":7157724889,"id":1508,"parentId":1362,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/animation/utils/can-animate.mjs","layer":"ssr"},"startTime":1748961241349,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1030,"timestamp":7157724941,"id":1509,"parentId":1365,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/animation/utils/replace-transition-type.mjs","layer":"ssr"},"startTime":1748961241349,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1083,"timestamp":7157736336,"id":1510,"parentId":1366,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/animation/waapi/utils/unsupported-easing.mjs","layer":"ssr"},"startTime":1748961241361,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1158,"timestamp":7157736481,"id":1511,"parentId":1365,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/animation/drivers/driver-frameloop.mjs","layer":"ssr"},"startTime":1748961241361,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1230,"timestamp":7157736545,"id":1512,"parentId":1367,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/animation/waapi/utils/apply-generator.mjs","layer":"ssr"},"startTime":1748961241361,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1277,"timestamp":7157736601,"id":1513,"parentId":1373,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/animation/generators/utils/velocity.mjs","layer":"ssr"},"startTime":1748961241361,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2236,"timestamp":7157739097,"id":1514,"parentId":1275,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@floating-ui+react-dom@2.1.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.mjs","layer":"ssr"},"startTime":1748961241364,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2258,"timestamp":7157739199,"id":1515,"parentId":1375,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/animation/generators/spring/defaults.mjs","layer":"ssr"},"startTime":1748961241364,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2664,"timestamp":7157739257,"id":1516,"parentId":1375,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/animation/generators/spring/find.mjs","layer":"ssr"},"startTime":1748961241364,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3053,"timestamp":7157739367,"id":1517,"parentId":1447,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/supports-color@7.2.0/node_modules/supports-color/index.js","layer":"ssr"},"startTime":1748961241364,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1973,"timestamp":7157744183,"id":1518,"parentId":1379,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/animation/keyframes/utils/is-none.mjs","layer":"ssr"},"startTime":1748961241369,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2246,"timestamp":7157744331,"id":1519,"parentId":1379,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/animation/keyframes/utils/unit-conversion.mjs","layer":"ssr"},"startTime":1748961241369,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2369,"timestamp":7157744428,"id":1520,"parentId":1379,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/animation/keyframes/utils/make-none-animatable.mjs","layer":"ssr"},"startTime":1748961241369,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":999,"timestamp":7157753083,"id":1521,"parentId":1384,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/animation/waapi/utils/px-values.mjs","layer":"ssr"},"startTime":1748961241378,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1256,"timestamp":7157753202,"id":1522,"parentId":1395,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/frameloop/render-step.mjs","layer":"ssr"},"startTime":1748961241378,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1307,"timestamp":7157753260,"id":1523,"parentId":1395,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/frameloop/order.mjs","layer":"ssr"},"startTime":1748961241378,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1376,"timestamp":7157753312,"id":1524,"parentId":1398,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/gestures/utils/setup.mjs","layer":"ssr"},"startTime":1748961241378,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1379,"timestamp":7157753362,"id":1525,"parentId":1406,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/render/dom/is-css-var.mjs","layer":"ssr"},"startTime":1748961241378,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1395,"timestamp":7157753412,"id":1526,"parentId":1399,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/gestures/press/utils/is-keyboard-accessible.mjs","layer":"ssr"},"startTime":1748961241378,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1182,"timestamp":7157757666,"id":1527,"parentId":1399,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/gestures/press/utils/keyboard.mjs","layer":"ssr"},"startTime":1748961241382,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1162,"timestamp":7157757770,"id":1528,"parentId":1399,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/gestures/press/utils/state.mjs","layer":"ssr"},"startTime":1748961241382,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1242,"timestamp":7157757830,"id":1529,"parentId":1427,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/value/subscribe-value.mjs","layer":"ssr"},"startTime":1748961241382,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1281,"timestamp":7157757881,"id":1530,"parentId":1423,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/utils/supports/memo.mjs","layer":"ssr"},"startTime":1748961241382,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1407,"timestamp":7157757931,"id":1531,"parentId":1429,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/value/types/color/utils.mjs","layer":"ssr"},"startTime":1748961241382,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1620,"timestamp":7157757981,"id":1532,"parentId":1446,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/view/queue.mjs","layer":"ssr"},"startTime":1748961241382,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1663,"timestamp":7157758037,"id":1533,"parentId":1432,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/value/types/auto.mjs","layer":"ssr"},"startTime":1748961241383,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1674,"timestamp":7157758086,"id":1534,"parentId":1438,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/value/types/int.mjs","layer":"ssr"},"startTime":1748961241383,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":4226,"timestamp":7157764924,"id":1535,"parentId":1435,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/value/types/complex/filter.mjs","layer":"ssr"},"startTime":1748961241389,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":4232,"timestamp":7157765072,"id":1536,"parentId":1434,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/value/types/utils/color-regex.mjs","layer":"ssr"},"startTime":1748961241390,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":4218,"timestamp":7157765156,"id":1537,"parentId":1434,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/value/types/utils/float-regex.mjs","layer":"ssr"},"startTime":1748961241390,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":4275,"timestamp":7157765208,"id":1538,"parentId":1430,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/value/types/utils/sanitize.mjs","layer":"ssr"},"startTime":1748961241390,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":4917,"timestamp":7157765258,"id":1539,"parentId":1447,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/debug@4.3.7/node_modules/debug/src/common.js","layer":"ssr"},"startTime":1748961241390,"traceId":"1d7d79b67620d551"}]
16
- [{"name":"build-module-mjs","duration":5138,"timestamp":7157765311,"id":1540,"parentId":1460,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/utils/shallow-compare.mjs","layer":"ssr"},"startTime":1748961241390,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":5298,"timestamp":7157765363,"id":1541,"parentId":1460,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/utils/get-variant-context.mjs","layer":"ssr"},"startTime":1748961241390,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":5467,"timestamp":7157765414,"id":1542,"parentId":1464,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/projection/styles/transform.mjs","layer":"ssr"},"startTime":1748961241390,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":5624,"timestamp":7157765465,"id":1543,"parentId":1464,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/projection/geometry/utils.mjs","layer":"ssr"},"startTime":1748961241390,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":5876,"timestamp":7157765514,"id":1544,"parentId":1464,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/projection/geometry/delta-remove.mjs","layer":"ssr"},"startTime":1748961241390,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":5924,"timestamp":7157765568,"id":1545,"parentId":1464,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/projection/geometry/copy.mjs","layer":"ssr"},"startTime":1748961241390,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":6273,"timestamp":7157765619,"id":1546,"parentId":1464,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/projection/geometry/delta-apply.mjs","layer":"ssr"},"startTime":1748961241390,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":6301,"timestamp":7157765669,"id":1547,"parentId":1464,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/dom/utils/is-svg-element.mjs","layer":"ssr"},"startTime":1748961241390,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":6689,"timestamp":7157765719,"id":1548,"parentId":1464,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/projection/animation/mix-values.mjs","layer":"ssr"},"startTime":1748961241390,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":6729,"timestamp":7157765768,"id":1549,"parentId":1464,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/projection/node/state.mjs","layer":"ssr"},"startTime":1748961241390,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":7012,"timestamp":7157765818,"id":1550,"parentId":1464,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/projection/shared/stack.mjs","layer":"ssr"},"startTime":1748961241390,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":7025,"timestamp":7157765869,"id":1551,"parentId":1464,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/projection/utils/each-axis.mjs","layer":"ssr"},"startTime":1748961241390,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":7124,"timestamp":7157765919,"id":1552,"parentId":1464,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/projection/utils/has-transform.mjs","layer":"ssr"},"startTime":1748961241390,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":8481,"timestamp":7157765970,"id":1553,"parentId":1465,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/gestures/drag/VisualElementDragControls.mjs","layer":"ssr"},"startTime":1748961241390,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":8521,"timestamp":7157766026,"id":1554,"parentId":1466,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/utils/get-context-window.mjs","layer":"ssr"},"startTime":1748961241391,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":9020,"timestamp":7157766078,"id":1555,"parentId":1466,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/gestures/pan/PanSession.mjs","layer":"ssr"},"startTime":1748961241391,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":9152,"timestamp":7157766128,"id":1556,"parentId":1467,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/motion/features/viewport/observers.mjs","layer":"ssr"},"startTime":1748961241391,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":9222,"timestamp":7157766182,"id":1557,"parentId":1468,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/projection/utils/measure.mjs","layer":"ssr"},"startTime":1748961241391,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":9345,"timestamp":7157766232,"id":1558,"parentId":1468,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/dom/DOMVisualElement.mjs","layer":"ssr"},"startTime":1748961241391,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":9502,"timestamp":7157766282,"id":1559,"parentId":1468,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/html/utils/build-styles.mjs","layer":"ssr"},"startTime":1748961241391,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":9537,"timestamp":7157766331,"id":1560,"parentId":1468,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/html/utils/render.mjs","layer":"ssr"},"startTime":1748961241391,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":9606,"timestamp":7157766381,"id":1561,"parentId":1468,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/html/utils/scrape-motion-values.mjs","layer":"ssr"},"startTime":1748961241391,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":9678,"timestamp":7157766437,"id":1562,"parentId":1517,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/has-flag@4.0.0/node_modules/has-flag/index.js","layer":"ssr"},"startTime":1748961241391,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1699,"timestamp":7157790210,"id":1563,"parentId":1471,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/svg/lowercase-elements.mjs","layer":"ssr"},"startTime":1748961241415,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1875,"timestamp":7157790336,"id":1564,"parentId":1469,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/projection/styles/scale-border-radius.mjs","layer":"ssr"},"startTime":1748961241415,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2036,"timestamp":7157790394,"id":1565,"parentId":1469,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/projection/styles/scale-box-shadow.mjs","layer":"ssr"},"startTime":1748961241415,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2194,"timestamp":7157790448,"id":1566,"parentId":1472,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/svg/utils/build-attrs.mjs","layer":"ssr"},"startTime":1748961241415,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2217,"timestamp":7157790501,"id":1567,"parentId":1472,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/svg/utils/camel-case-attrs.mjs","layer":"ssr"},"startTime":1748961241415,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2218,"timestamp":7157790555,"id":1568,"parentId":1472,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/svg/utils/is-svg-tag.mjs","layer":"ssr"},"startTime":1748961241415,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2225,"timestamp":7157790632,"id":1569,"parentId":1472,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/svg/utils/measure.mjs","layer":"ssr"},"startTime":1748961241415,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1273,"timestamp":7157800363,"id":1570,"parentId":1473,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/dom/use-render.mjs","layer":"ssr"},"startTime":1748961241425,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1322,"timestamp":7157800488,"id":1571,"parentId":1472,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/svg/utils/render.mjs","layer":"ssr"},"startTime":1748961241425,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1434,"timestamp":7157800549,"id":1572,"parentId":1472,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/svg/utils/scrape-motion-values.mjs","layer":"ssr"},"startTime":1748961241425,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1392,"timestamp":7157803558,"id":1573,"parentId":1475,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/value/use-will-change/is.mjs","layer":"ssr"},"startTime":1748961241428,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1626,"timestamp":7157803671,"id":1574,"parentId":1473,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/svg/config-motion.mjs","layer":"ssr"},"startTime":1748961241428,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1670,"timestamp":7157803732,"id":1575,"parentId":1473,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/html/config-motion.mjs","layer":"ssr"},"startTime":1748961241428,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":683,"timestamp":7157812142,"id":1576,"parentId":1476,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/utils/default-transitions.mjs","layer":"ssr"},"startTime":1748961241437,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":685,"timestamp":7157812291,"id":1577,"parentId":1476,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/utils/is-transition-defined.mjs","layer":"ssr"},"startTime":1748961241437,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":487,"timestamp":7157815957,"id":1578,"parentId":1476,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/animators/waapi/utils/get-final-keyframe.mjs","layer":"ssr"},"startTime":1748961241440,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":758,"timestamp":7157818239,"id":1579,"parentId":1484,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/dom/scroll/offsets/inset.mjs","layer":"ssr"},"startTime":1748961241443,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":935,"timestamp":7157818365,"id":1580,"parentId":1484,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/dom/scroll/offsets/offset.mjs","layer":"ssr"},"startTime":1748961241443,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1102,"timestamp":7157818426,"id":1581,"parentId":1477,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/object/ObjectVisualElement.mjs","layer":"ssr"},"startTime":1748961241443,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":473,"timestamp":7157819884,"id":1582,"parentId":1484,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/dom/scroll/offsets/presets.mjs","layer":"ssr"},"startTime":1748961241444,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":309,"timestamp":7157822777,"id":1583,"parentId":1481,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/sequence/utils/calc-repeat-duration.mjs","layer":"ssr"},"startTime":1748961241447,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":829,"timestamp":7157825095,"id":1584,"parentId":1494,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/engine.io-client@6.6.2/node_modules/engine.io-client/build/esm-debug/contrib/parseqs.js","layer":"ssr"},"startTime":1748961241450,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":872,"timestamp":7157825200,"id":1585,"parentId":1481,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/sequence/utils/calc-time.mjs","layer":"ssr"},"startTime":1748961241450,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":902,"timestamp":7157825261,"id":1586,"parentId":1481,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/sequence/utils/normalize-times.mjs","layer":"ssr"},"startTime":1748961241450,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1026,"timestamp":7157825318,"id":1587,"parentId":1481,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/sequence/utils/edit.mjs","layer":"ssr"},"startTime":1748961241450,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1048,"timestamp":7157825372,"id":1588,"parentId":1481,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/sequence/utils/sort.mjs","layer":"ssr"},"startTime":1748961241450,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":590,"timestamp":7157827699,"id":1589,"parentId":1490,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/react-remove-scroll@2.6.3_@types+react@19.0.1_react@19.0.0/node_modules/react-remove-scroll/dist/es2015/sidecar.js","layer":"ssr"},"startTime":1748961241452,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":916,"timestamp":7157827807,"id":1590,"parentId":1490,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/react-remove-scroll@2.6.3_@types+react@19.0.1_react@19.0.0/node_modules/react-remove-scroll/dist/es2015/UI.js","layer":"ssr"},"startTime":1748961241452,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":807,"timestamp":7157829302,"id":1591,"parentId":1504,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/engine.io-client@6.6.2/node_modules/engine.io-client/build/esm-debug/contrib/has-cors.js","layer":"ssr"},"startTime":1748961241454,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1214,"timestamp":7157829412,"id":1592,"parentId":1499,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/engine.io-client@6.6.2/node_modules/engine.io-client/build/esm-debug/transports/polling.js","layer":"ssr"},"startTime":1748961241454,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1303,"timestamp":7157829496,"id":1593,"parentId":1508,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/animation/utils/is-animatable.mjs","layer":"ssr"},"startTime":1748961241454,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1027,"timestamp":7157837980,"id":1594,"parentId":1532,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/view/start.mjs","layer":"ssr"},"startTime":1748961241462,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1127,"timestamp":7157839310,"id":1595,"parentId":1531,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/value/types/utils/is-nullish.mjs","layer":"ssr"},"startTime":1748961241464,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1170,"timestamp":7157839431,"id":1596,"parentId":1531,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/value/types/utils/single-color-regex.mjs","layer":"ssr"},"startTime":1748961241464,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":649,"timestamp":7157845683,"id":1597,"parentId":1553,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/projection/geometry/conversion.mjs","layer":"ssr"},"startTime":1748961241470,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":691,"timestamp":7157845838,"id":1598,"parentId":1561,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/motion/utils/is-forced-motion-value.mjs","layer":"ssr"},"startTime":1748961241470,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":854,"timestamp":7157850838,"id":1599,"parentId":1566,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/svg/utils/path.mjs","layer":"ssr"},"startTime":1748961241475,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":873,"timestamp":7157851025,"id":1600,"parentId":1566,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/svg/utils/transform-origin.mjs","layer":"ssr"},"startTime":1748961241476,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1268,"timestamp":7157851103,"id":1601,"parentId":1553,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/gestures/drag/utils/constraints.mjs","layer":"ssr"},"startTime":1748961241476,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":671,"timestamp":7157858939,"id":1602,"parentId":1570,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/html/use-props.mjs","layer":"ssr"},"startTime":1748961241483,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":741,"timestamp":7157859066,"id":1603,"parentId":1570,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/svg/use-props.mjs","layer":"ssr"},"startTime":1748961241484,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1512,"timestamp":7157860083,"id":1604,"parentId":1574,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/svg/utils/create-render-state.mjs","layer":"ssr"},"startTime":1748961241485,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1488,"timestamp":7157860190,"id":1605,"parentId":1575,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/html/utils/create-render-state.mjs","layer":"ssr"},"startTime":1748961241485,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2030,"timestamp":7157873768,"id":1606,"parentId":1502,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/xmlhttprequest-ssl@2.1.2/node_modules/xmlhttprequest-ssl/lib/XMLHttpRequest.js","layer":"ssr"},"startTime":1748961241498,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2191,"timestamp":7157873892,"id":1607,"parentId":1580,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/dom/scroll/offsets/edge.mjs","layer":"ssr"},"startTime":1748961241498,"traceId":"1d7d79b67620d551"},{"name":"build-module","duration":25,"timestamp":7157878359,"id":1608,"parentId":1606,"tags":{"name":"child_process","layer":null},"startTime":1748961241503,"traceId":"1d7d79b67620d551"},{"name":"build-module","duration":4,"timestamp":7157878395,"id":1609,"parentId":1606,"tags":{"name":"http","layer":null},"startTime":1748961241503,"traceId":"1d7d79b67620d551"},{"name":"build-module","duration":4,"timestamp":7157878401,"id":1610,"parentId":1606,"tags":{"name":"https","layer":null},"startTime":1748961241503,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":529,"timestamp":7157879541,"id":1611,"parentId":1589,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/react-remove-scroll@2.6.3_@types+react@19.0.1_react@19.0.0/node_modules/react-remove-scroll/dist/es2015/medium.js","layer":"ssr"},"startTime":1748961241504,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1400,"timestamp":7157879673,"id":1612,"parentId":1589,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/react-remove-scroll@2.6.3_@types+react@19.0.1_react@19.0.0/node_modules/react-remove-scroll/dist/es2015/SideEffect.js","layer":"ssr"},"startTime":1748961241504,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":694,"timestamp":7157882718,"id":1613,"parentId":1539,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/ms@2.1.3/node_modules/ms/index.js","layer":"ssr"},"startTime":1748961241507,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":688,"timestamp":7157887217,"id":1614,"parentId":1594,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/view/utils/choose-layer-type.mjs","layer":"ssr"},"startTime":1748961241512,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":851,"timestamp":7157887339,"id":1615,"parentId":1594,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/view/utils/css.mjs","layer":"ssr"},"startTime":1748961241512,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":966,"timestamp":7157887400,"id":1616,"parentId":1594,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/view/utils/get-layer-name.mjs","layer":"ssr"},"startTime":1748961241512,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1022,"timestamp":7157887455,"id":1617,"parentId":1594,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/view/utils/get-view-animations.mjs","layer":"ssr"},"startTime":1748961241512,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":277,"timestamp":7157889009,"id":1618,"parentId":1594,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/view/utils/has-target.mjs","layer":"ssr"},"startTime":1748961241514,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":356,"timestamp":7157892606,"id":1619,"parentId":1501,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/ws@8.17.1/node_modules/ws/wrapper.mjs","layer":"ssr"},"startTime":1748961241517,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":519,"timestamp":7157896779,"id":1620,"parentId":1612,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/react-remove-scroll@2.6.3_@types+react@19.0.1_react@19.0.0/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js","layer":"ssr"},"startTime":1748961241521,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":828,"timestamp":7157899828,"id":1621,"parentId":1612,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/react-remove-scroll@2.6.3_@types+react@19.0.1_react@19.0.0/node_modules/react-remove-scroll/dist/es2015/handleScroll.js","layer":"ssr"},"startTime":1748961241524,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1157,"timestamp":7157906661,"id":1622,"parentId":1494,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/engine.io-parser@5.2.3/node_modules/engine.io-parser/build/esm/index.js","layer":"ssr"},"startTime":1748961241531,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":3449,"timestamp":7157906784,"id":1623,"parentId":1514,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@floating-ui+dom@1.6.12/node_modules/@floating-ui/dom/dist/floating-ui.dom.mjs","layer":"ssr"},"startTime":1748961241531,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1231,"timestamp":7157913977,"id":1624,"parentId":1619,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/ws@8.17.1/node_modules/ws/lib/stream.js","layer":"ssr"},"startTime":1748961241538,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2818,"timestamp":7157914111,"id":1625,"parentId":1619,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/ws@8.17.1/node_modules/ws/lib/receiver.js","layer":"ssr"},"startTime":1748961241539,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":5136,"timestamp":7157914227,"id":1627,"parentId":1619,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/ws@8.17.1/node_modules/ws/lib/websocket.js","layer":"ssr"},"startTime":1748961241539,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":6240,"timestamp":7157914304,"id":1628,"parentId":1619,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/ws@8.17.1/node_modules/ws/lib/websocket-server.js","layer":"ssr"},"startTime":1748961241539,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":11623,"timestamp":7157914171,"id":1626,"parentId":1619,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/ws@8.17.1/node_modules/ws/lib/sender.js","layer":"ssr"},"startTime":1748961241539,"traceId":"1d7d79b67620d551"},{"name":"build-module","duration":15,"timestamp":7157926244,"id":1629,"parentId":1627,"tags":{"name":"events","layer":null},"startTime":1748961241551,"traceId":"1d7d79b67620d551"},{"name":"build-module","duration":3,"timestamp":7157926264,"id":1630,"parentId":1627,"tags":{"name":"net","layer":null},"startTime":1748961241551,"traceId":"1d7d79b67620d551"},{"name":"build-module","duration":2,"timestamp":7157926270,"id":1631,"parentId":1627,"tags":{"name":"tls","layer":null},"startTime":1748961241551,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":4107,"timestamp":7157926275,"id":1632,"parentId":1490,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/tslib@2.8.1/node_modules/tslib/tslib.es6.mjs","layer":"ssr"},"startTime":1748961241551,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":389,"timestamp":7157931620,"id":1633,"parentId":1590,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/use-callback-ref@1.3.3_@types+react@19.0.1_react@19.0.0/node_modules/use-callback-ref/dist/es2015/index.js","layer":"ssr"},"startTime":1748961241556,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":730,"timestamp":7157935787,"id":1634,"parentId":1622,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/engine.io-parser@5.2.3/node_modules/engine.io-parser/build/esm/commons.js","layer":"ssr"},"startTime":1748961241560,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":866,"timestamp":7157935915,"id":1635,"parentId":1622,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/engine.io-parser@5.2.3/node_modules/engine.io-parser/build/esm/decodePacket.js","layer":"ssr"},"startTime":1748961241560,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1033,"timestamp":7157935975,"id":1636,"parentId":1622,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/engine.io-parser@5.2.3/node_modules/engine.io-parser/build/esm/encodePacket.js","layer":"ssr"},"startTime":1748961241560,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1082,"timestamp":7157936034,"id":1637,"parentId":1589,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/use-sidecar@1.1.3_@types+react@19.0.1_react@19.0.0/node_modules/use-sidecar/dist/es2015/index.js","layer":"ssr"},"startTime":1748961241561,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1327,"timestamp":7157937430,"id":1638,"parentId":1625,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/ws@8.17.1/node_modules/ws/lib/validation.js","layer":"ssr"},"startTime":1748961241562,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1321,"timestamp":7157937524,"id":1639,"parentId":1625,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/ws@8.17.1/node_modules/ws/lib/constants.js","layer":"ssr"},"startTime":1748961241562,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2177,"timestamp":7157937581,"id":1640,"parentId":1625,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/ws@8.17.1/node_modules/ws/lib/permessage-deflate.js","layer":"ssr"},"startTime":1748961241562,"traceId":"1d7d79b67620d551"}]
17
- [{"name":"build-module","duration":31,"timestamp":7157946860,"id":1641,"parentId":1638,"tags":{"name":"buffer","layer":null},"startTime":1748961241571,"traceId":"1d7d79b67620d551"},{"name":"build-module","duration":4,"timestamp":7157946907,"id":1642,"parentId":1640,"tags":{"name":"zlib","layer":null},"startTime":1748961241571,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1142,"timestamp":7157946915,"id":1643,"parentId":1628,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/ws@8.17.1/node_modules/ws/lib/subprotocol.js","layer":"ssr"},"startTime":1748961241571,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1561,"timestamp":7157947067,"id":1644,"parentId":1625,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/ws@8.17.1/node_modules/ws/lib/buffer-util.js","layer":"ssr"},"startTime":1748961241572,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2211,"timestamp":7157947135,"id":1645,"parentId":1627,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/ws@8.17.1/node_modules/ws/lib/event-target.js","layer":"ssr"},"startTime":1748961241572,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3013,"timestamp":7157947191,"id":1646,"parentId":1627,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/ws@8.17.1/node_modules/ws/lib/extension.js","layer":"ssr"},"startTime":1748961241572,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1127,"timestamp":7157950742,"id":1647,"parentId":1590,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/react-remove-scroll-bar@2.3.8_@types+react@19.0.1_react@19.0.0/node_modules/react-remove-scroll-bar/dist/es2015/constants.js","layer":"ssr"},"startTime":1748961241575,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1114,"timestamp":7157950881,"id":1648,"parentId":1612,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/react-remove-scroll-bar@2.3.8_@types+react@19.0.1_react@19.0.0/node_modules/react-remove-scroll-bar/dist/es2015/index.js","layer":"ssr"},"startTime":1748961241575,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":760,"timestamp":7157957970,"id":1649,"parentId":1640,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/ws@8.17.1/node_modules/ws/lib/limiter.js","layer":"ssr"},"startTime":1748961241582,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":849,"timestamp":7157958115,"id":1650,"parentId":1633,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/use-callback-ref@1.3.3_@types+react@19.0.1_react@19.0.0/node_modules/use-callback-ref/dist/es2015/useRef.js","layer":"ssr"},"startTime":1748961241583,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":900,"timestamp":7157958178,"id":1651,"parentId":1633,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/use-callback-ref@1.3.3_@types+react@19.0.1_react@19.0.0/node_modules/use-callback-ref/dist/es2015/assignRef.js","layer":"ssr"},"startTime":1748961241583,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":893,"timestamp":7157959327,"id":1652,"parentId":1633,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/use-callback-ref@1.3.3_@types+react@19.0.1_react@19.0.0/node_modules/use-callback-ref/dist/es2015/mergeRef.js","layer":"ssr"},"startTime":1748961241584,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1042,"timestamp":7157959429,"id":1653,"parentId":1633,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/use-callback-ref@1.3.3_@types+react@19.0.1_react@19.0.0/node_modules/use-callback-ref/dist/es2015/useMergeRef.js","layer":"ssr"},"startTime":1748961241584,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1076,"timestamp":7157959485,"id":1654,"parentId":1633,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/use-callback-ref@1.3.3_@types+react@19.0.1_react@19.0.0/node_modules/use-callback-ref/dist/es2015/transformRef.js","layer":"ssr"},"startTime":1748961241584,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1094,"timestamp":7157959538,"id":1655,"parentId":1633,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/use-callback-ref@1.3.3_@types+react@19.0.1_react@19.0.0/node_modules/use-callback-ref/dist/es2015/useTransformRef.js","layer":"ssr"},"startTime":1748961241584,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1125,"timestamp":7157959589,"id":1656,"parentId":1633,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/use-callback-ref@1.3.3_@types+react@19.0.1_react@19.0.0/node_modules/use-callback-ref/dist/es2015/createRef.js","layer":"ssr"},"startTime":1748961241584,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1213,"timestamp":7157959672,"id":1657,"parentId":1633,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/use-callback-ref@1.3.3_@types+react@19.0.1_react@19.0.0/node_modules/use-callback-ref/dist/es2015/refToCallback.js","layer":"ssr"},"startTime":1748961241584,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":378,"timestamp":7157964412,"id":1658,"parentId":1612,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/react-style-singleton@2.2.3_@types+react@19.0.1_react@19.0.0/node_modules/react-style-singleton/dist/es2015/index.js","layer":"ssr"},"startTime":1748961241589,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":917,"timestamp":7157966465,"id":1659,"parentId":1637,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/use-sidecar@1.1.3_@types+react@19.0.1_react@19.0.0/node_modules/use-sidecar/dist/es2015/config.js","layer":"ssr"},"startTime":1748961241591,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1158,"timestamp":7157966594,"id":1660,"parentId":1637,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/use-sidecar@1.1.3_@types+react@19.0.1_react@19.0.0/node_modules/use-sidecar/dist/es2015/hook.js","layer":"ssr"},"startTime":1748961241591,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1270,"timestamp":7157966657,"id":1661,"parentId":1637,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/use-sidecar@1.1.3_@types+react@19.0.1_react@19.0.0/node_modules/use-sidecar/dist/es2015/exports.js","layer":"ssr"},"startTime":1748961241591,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1348,"timestamp":7157966712,"id":1662,"parentId":1637,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/use-sidecar@1.1.3_@types+react@19.0.1_react@19.0.0/node_modules/use-sidecar/dist/es2015/hoc.js","layer":"ssr"},"startTime":1748961241591,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1575,"timestamp":7157966763,"id":1663,"parentId":1637,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/use-sidecar@1.1.3_@types+react@19.0.1_react@19.0.0/node_modules/use-sidecar/dist/es2015/medium.js","layer":"ssr"},"startTime":1748961241591,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1825,"timestamp":7157966817,"id":1664,"parentId":1637,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/use-sidecar@1.1.3_@types+react@19.0.1_react@19.0.0/node_modules/use-sidecar/dist/es2015/renderProp.js","layer":"ssr"},"startTime":1748961241591,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":742,"timestamp":7157973478,"id":1665,"parentId":1648,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/react-remove-scroll-bar@2.3.8_@types+react@19.0.1_react@19.0.0/node_modules/react-remove-scroll-bar/dist/es2015/component.js","layer":"ssr"},"startTime":1748961241598,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1049,"timestamp":7157974626,"id":1666,"parentId":1648,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/react-remove-scroll-bar@2.3.8_@types+react@19.0.1_react@19.0.0/node_modules/react-remove-scroll-bar/dist/es2015/utils.js","layer":"ssr"},"startTime":1748961241599,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1037,"timestamp":7157974731,"id":1667,"parentId":1660,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/use-sidecar@1.1.3_@types+react@19.0.1_react@19.0.0/node_modules/use-sidecar/dist/es2015/env.js","layer":"ssr"},"startTime":1748961241599,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1435,"timestamp":7157978437,"id":1668,"parentId":1658,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/react-style-singleton@2.2.3_@types+react@19.0.1_react@19.0.0/node_modules/react-style-singleton/dist/es2015/hook.js","layer":"ssr"},"startTime":1748961241603,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1686,"timestamp":7157978609,"id":1669,"parentId":1658,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/react-style-singleton@2.2.3_@types+react@19.0.1_react@19.0.0/node_modules/react-style-singleton/dist/es2015/singleton.js","layer":"ssr"},"startTime":1748961241603,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1742,"timestamp":7157978721,"id":1670,"parentId":1658,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/react-style-singleton@2.2.3_@types+react@19.0.1_react@19.0.0/node_modules/react-style-singleton/dist/es2015/component.js","layer":"ssr"},"startTime":1748961241603,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2275,"timestamp":7157978904,"id":1671,"parentId":1623,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@floating-ui+utils@0.2.8/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.mjs","layer":"ssr"},"startTime":1748961241603,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":915,"timestamp":7157988731,"id":1672,"parentId":1623,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@floating-ui+utils@0.2.8/node_modules/@floating-ui/utils/dist/floating-ui.utils.mjs","layer":"ssr"},"startTime":1748961241613,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":3101,"timestamp":7157990621,"id":1673,"parentId":1623,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@floating-ui+core@1.6.8/node_modules/@floating-ui/core/dist/floating-ui.core.mjs","layer":"ssr"},"startTime":1748961241615,"traceId":"1d7d79b67620d551"},{"name":"build-module","duration":49,"timestamp":7158003668,"id":1674,"parentId":1644,"tags":{"layer":null},"startTime":1748961241628,"traceId":"1d7d79b67620d551"},{"name":"build-module","duration":7,"timestamp":7158003900,"id":1675,"parentId":1638,"tags":{"layer":null},"startTime":1748961241628,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":379,"timestamp":7158005384,"id":1676,"parentId":1667,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/detect-node-es@1.1.0/node_modules/detect-node-es/esm/node.js","layer":"ssr"},"startTime":1748961241630,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":363,"timestamp":7158007145,"id":1677,"parentId":1669,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/get-nonce@1.0.1/node_modules/get-nonce/dist/es2015/index.js","layer":"ssr"},"startTime":1748961241632,"traceId":"1d7d79b67620d551"},{"name":"build-module","duration":283,"timestamp":7158016587,"id":1681,"parentId":16,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/build/webpack/loaders/next-flight-action-entry-loader.js?actions=%5B%5B%22%2Fhome%2Fgabriel%2FProjects%2Fresend%2Freact-email%2Fpackages%2Freact-email%2Fsrc%2Factions%2Fget-emails-directory-metadata-action.ts%22%2C%5B%7B%22id%22%3A%227f00e51d4e5018100d0bfcc0a01e5b8d87f2bfa312%22%2C%22exportedName%22%3A%22getEmailsDirectoryMetadataAction%22%7D%5D%5D%5D&__client_imported__=true!","layer":"action-browser"},"startTime":1748961241641,"traceId":"1d7d79b67620d551"},{"name":"build-module-ts","duration":1409,"timestamp":7158017682,"id":1682,"parentId":1681,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/actions/get-emails-directory-metadata-action.ts","layer":"action-browser"},"startTime":1748961241642,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":875,"timestamp":7158021420,"id":1683,"parentId":1682,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/build/webpack/loaders/next-flight-loader/server-reference.js","layer":"action-browser"},"startTime":1748961241646,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1459,"timestamp":7158021668,"id":1685,"parentId":1682,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/app-render/encryption.js","layer":"action-browser"},"startTime":1748961241646,"traceId":"1d7d79b67620d551"},{"name":"build-module-ts","duration":3810,"timestamp":7158021729,"id":1686,"parentId":1682,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/utils/get-emails-directory-metadata.ts","layer":"action-browser"},"startTime":1748961241646,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":4126,"timestamp":7158021594,"id":1684,"parentId":1682,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/build/webpack/loaders/next-flight-loader/action-validate.js","layer":"action-browser"},"startTime":1748961241646,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2356,"timestamp":7158026855,"id":1687,"parentId":1685,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/stream-utils/node-web-streams-helper.js","layer":"action-browser"},"startTime":1748961241651,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3666,"timestamp":7158027080,"id":1689,"parentId":1685,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/app-render/dynamic-rendering.js","layer":"action-browser"},"startTime":1748961241652,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3701,"timestamp":7158027143,"id":1690,"parentId":1685,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react.js","layer":"action-browser"},"startTime":1748961241652,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3682,"timestamp":7158027202,"id":1691,"parentId":1683,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-server-dom-webpack-server-edge.js","layer":"action-browser"},"startTime":1748961241652,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3690,"timestamp":7158027262,"id":1692,"parentId":1685,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/compiled/react-server-dom-webpack/client.edge.js","layer":"action-browser"},"startTime":1748961241652,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3698,"timestamp":7158027319,"id":1693,"parentId":1685,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/compiled/server-only/empty.js","layer":"action-browser"},"startTime":1748961241652,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":7259,"timestamp":7158026993,"id":1688,"parentId":1685,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/app-render/encryption-utils.js","layer":"action-browser"},"startTime":1748961241652,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2353,"timestamp":7158034721,"id":1694,"parentId":1687,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/lib/trace/tracer.js","layer":"action-browser"},"startTime":1748961241659,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2701,"timestamp":7158034872,"id":1695,"parentId":1687,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/lib/trace/constants.js","layer":"action-browser"},"startTime":1748961241659,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2776,"timestamp":7158034943,"id":1696,"parentId":1687,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/lib/detached-promise.js","layer":"action-browser"},"startTime":1748961241659,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2932,"timestamp":7158035012,"id":1697,"parentId":1687,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/lib/scheduler.js","layer":"action-browser"},"startTime":1748961241660,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2985,"timestamp":7158035077,"id":1698,"parentId":1687,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/stream-utils/encodedTags.js","layer":"action-browser"},"startTime":1748961241660,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3142,"timestamp":7158035135,"id":1699,"parentId":1687,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/stream-utils/uint8array-helpers.js","layer":"action-browser"},"startTime":1748961241660,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3268,"timestamp":7158035267,"id":1703,"parentId":1689,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/dynamic-rendering-utils.js","layer":"action-browser"},"startTime":1748961241660,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3314,"timestamp":7158035325,"id":1704,"parentId":1689,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/lib/metadata/metadata-constants.js","layer":"action-browser"},"startTime":1748961241660,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3714,"timestamp":7158035193,"id":1700,"parentId":1687,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/errors/constants.js","layer":"action-browser"},"startTime":1748961241660,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3881,"timestamp":7158035245,"id":1702,"parentId":1689,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/static-generation-bailout.js","layer":"action-browser"},"startTime":1748961241660,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":4105,"timestamp":7158035223,"id":1701,"parentId":1689,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/hooks-server-context.js","layer":"action-browser"},"startTime":1748961241660,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":5335,"timestamp":7158041577,"id":1708,"parentId":1694,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/compiled/@opentelemetry/api/index.js","layer":"action-browser"},"startTime":1748961241666,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":6812,"timestamp":7158040421,"id":1706,"parentId":1688,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/invariant-error.js","layer":"action-browser"},"startTime":1748961241665,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":7014,"timestamp":7158040523,"id":1707,"parentId":1688,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/router/utils/app-paths.js","layer":"action-browser"},"startTime":1748961241665,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":5974,"timestamp":7158041692,"id":1709,"parentId":1694,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/is-thenable.js","layer":"action-browser"},"startTime":1748961241666,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":18552,"timestamp":7158035381,"id":1705,"parentId":1692,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/compiled/react-server-dom-webpack/cjs/react-server-dom-webpack-client.edge.production.js","layer":"action-browser"},"startTime":1748961241660,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":6388,"timestamp":7158048094,"id":1710,"parentId":1707,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","layer":"action-browser"},"startTime":1748961241673,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":6332,"timestamp":7158048373,"id":1711,"parentId":1707,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/segment.js","layer":"action-browser"},"startTime":1748961241673,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":324,"timestamp":7158054798,"id":1712,"parentId":1705,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-dom.js","layer":"action-browser"},"startTime":1748961241679,"traceId":"1d7d79b67620d551"},{"name":"make","duration":14161333,"timestamp":7143894880,"id":18,"parentId":16,"tags":{},"startTime":1748961227519,"traceId":"1d7d79b67620d551"},{"name":"get-entries","duration":443,"timestamp":7158057214,"id":1714,"parentId":1713,"tags":{},"startTime":1748961241682,"traceId":"1d7d79b67620d551"},{"name":"node-file-trace-plugin","duration":424865,"timestamp":7158062045,"id":1715,"parentId":1713,"tags":{"traceEntryCount":"10"},"startTime":1748961241687,"traceId":"1d7d79b67620d551"},{"name":"collect-traced-files","duration":1290,"timestamp":7158486920,"id":1716,"parentId":1713,"tags":{},"startTime":1748961242111,"traceId":"1d7d79b67620d551"},{"name":"finish-modules","duration":431138,"timestamp":7158057075,"id":1713,"parentId":17,"tags":{},"startTime":1748961241682,"traceId":"1d7d79b67620d551"},{"name":"chunk-graph","duration":15700,"timestamp":7158549534,"id":1718,"parentId":1717,"tags":{},"startTime":1748961242174,"traceId":"1d7d79b67620d551"},{"name":"optimize-modules","duration":13,"timestamp":7158565317,"id":1720,"parentId":1717,"tags":{},"startTime":1748961242190,"traceId":"1d7d79b67620d551"},{"name":"optimize-chunks","duration":9506,"timestamp":7158565378,"id":1721,"parentId":1717,"tags":{},"startTime":1748961242190,"traceId":"1d7d79b67620d551"},{"name":"optimize-tree","duration":15,"timestamp":7158574944,"id":1722,"parentId":1717,"tags":{},"startTime":1748961242199,"traceId":"1d7d79b67620d551"},{"name":"optimize-chunk-modules","duration":25666,"timestamp":7158575021,"id":1723,"parentId":1717,"tags":{},"startTime":1748961242200,"traceId":"1d7d79b67620d551"},{"name":"optimize","duration":35449,"timestamp":7158565282,"id":1719,"parentId":1717,"tags":{},"startTime":1748961242190,"traceId":"1d7d79b67620d551"},{"name":"module-hash","duration":22196,"timestamp":7158624424,"id":1724,"parentId":1717,"tags":{},"startTime":1748961242249,"traceId":"1d7d79b67620d551"},{"name":"code-generation","duration":513953,"timestamp":7158646670,"id":1725,"parentId":1717,"tags":{},"startTime":1748961242271,"traceId":"1d7d79b67620d551"},{"name":"hash","duration":6727,"timestamp":7159166123,"id":1726,"parentId":1717,"tags":{},"startTime":1748961242791,"traceId":"1d7d79b67620d551"},{"name":"code-generation-jobs","duration":524,"timestamp":7159172846,"id":1727,"parentId":1717,"tags":{},"startTime":1748961242797,"traceId":"1d7d79b67620d551"},{"name":"module-assets","duration":718,"timestamp":7159173326,"id":1728,"parentId":1717,"tags":{},"startTime":1748961242798,"traceId":"1d7d79b67620d551"},{"name":"create-chunk-assets","duration":13158,"timestamp":7159174060,"id":1729,"parentId":1717,"tags":{},"startTime":1748961242799,"traceId":"1d7d79b67620d551"},{"name":"minify-js","duration":312311,"timestamp":7159218376,"id":1733,"parentId":1730,"tags":{"name":"../pages/_app.js","cache":"MISS"},"startTime":1748961242843,"traceId":"1d7d79b67620d551"},{"name":"minify-js","duration":312207,"timestamp":7159218537,"id":1734,"parentId":1730,"tags":{"name":"../pages/_error.js","cache":"MISS"},"startTime":1748961242843,"traceId":"1d7d79b67620d551"},{"name":"minify-js","duration":316382,"timestamp":7159214384,"id":1731,"parentId":1730,"tags":{"name":"../app/_not-found/page.js","cache":"MISS"},"startTime":1748961242839,"traceId":"1d7d79b67620d551"},{"name":"minify-js","duration":311849,"timestamp":7159218938,"id":1735,"parentId":1730,"tags":{"name":"../app/page.js","cache":"MISS"},"startTime":1748961242843,"traceId":"1d7d79b67620d551"},{"name":"minify-js","duration":313076,"timestamp":7159217735,"id":1732,"parentId":1730,"tags":{"name":"../app/favicon.ico/route.js","cache":"MISS"},"startTime":1748961242842,"traceId":"1d7d79b67620d551"},{"name":"minify-js","duration":240420,"timestamp":7159290409,"id":1737,"parentId":1730,"tags":{"name":"../pages/_document.js","cache":"MISS"},"startTime":1748961242915,"traceId":"1d7d79b67620d551"},{"name":"minify-js","duration":240354,"timestamp":7159290486,"id":1738,"parentId":1730,"tags":{"name":"../webpack-runtime.js","cache":"MISS"},"startTime":1748961242915,"traceId":"1d7d79b67620d551"},{"name":"minify-js","duration":266334,"timestamp":7159298442,"id":1740,"parentId":1730,"tags":{"name":"343.js","cache":"MISS"},"startTime":1748961242923,"traceId":"1d7d79b67620d551"},{"name":"minify-js","duration":310812,"timestamp":7159290902,"id":1739,"parentId":1730,"tags":{"name":"963.js","cache":"MISS"},"startTime":1748961242915,"traceId":"1d7d79b67620d551"},{"name":"minify-js","duration":326995,"timestamp":7159323482,"id":1743,"parentId":1730,"tags":{"name":"134.js","cache":"MISS"},"startTime":1748961242948,"traceId":"1d7d79b67620d551"},{"name":"minify-js","duration":349089,"timestamp":7159324166,"id":1744,"parentId":1730,"tags":{"name":"275.js","cache":"MISS"},"startTime":1748961242949,"traceId":"1d7d79b67620d551"},{"name":"minify-js","duration":493562,"timestamp":7159299767,"id":1741,"parentId":1730,"tags":{"name":"235.js","cache":"MISS"},"startTime":1748961242924,"traceId":"1d7d79b67620d551"},{"name":"minify-js","duration":783024,"timestamp":7159304635,"id":1742,"parentId":1730,"tags":{"name":"428.js","cache":"MISS"},"startTime":1748961242929,"traceId":"1d7d79b67620d551"},{"name":"minify-js","duration":1776466,"timestamp":7159220491,"id":1736,"parentId":1730,"tags":{"name":"../app/preview/[...slug]/page.js","cache":"MISS"},"startTime":1748961242845,"traceId":"1d7d79b67620d551"},{"name":"minify-webpack-plugin-optimize","duration":1807186,"timestamp":7159189789,"id":1730,"parentId":16,"tags":{"compilationName":"server","mangle":"true"},"startTime":1748961242814,"traceId":"1d7d79b67620d551"}]
18
- [{"name":"css-minimizer-plugin","duration":146,"timestamp":7160997350,"id":1745,"parentId":16,"tags":{},"startTime":1748961244622,"traceId":"1d7d79b67620d551"},{"name":"create-trace-assets","duration":1779,"timestamp":7160997668,"id":1746,"parentId":17,"tags":{},"startTime":1748961244622,"traceId":"1d7d79b67620d551"},{"name":"seal","duration":2485162,"timestamp":7158525584,"id":1717,"parentId":16,"tags":{},"startTime":1748961242150,"traceId":"1d7d79b67620d551"},{"name":"webpack-compilation","duration":17133011,"timestamp":7143890896,"id":16,"parentId":13,"tags":{"name":"server"},"startTime":1748961227515,"traceId":"1d7d79b67620d551"},{"name":"emit","duration":11497,"timestamp":7161024374,"id":1747,"parentId":13,"tags":{},"startTime":1748961244649,"traceId":"1d7d79b67620d551"},{"name":"webpack-close","duration":1119793,"timestamp":7161038407,"id":1748,"parentId":13,"tags":{"name":"server"},"startTime":1748961244663,"traceId":"1d7d79b67620d551"},{"name":"webpack-generate-error-stats","duration":2364,"timestamp":7162158290,"id":1749,"parentId":1748,"tags":{},"startTime":1748961245783,"traceId":"1d7d79b67620d551"},{"name":"make","duration":192,"timestamp":7162169025,"id":1751,"parentId":1750,"tags":{},"startTime":1748961245794,"traceId":"1d7d79b67620d551"},{"name":"chunk-graph","duration":28,"timestamp":7162169829,"id":1753,"parentId":1752,"tags":{},"startTime":1748961245794,"traceId":"1d7d79b67620d551"},{"name":"optimize-modules","duration":5,"timestamp":7162169889,"id":1755,"parentId":1752,"tags":{},"startTime":1748961245794,"traceId":"1d7d79b67620d551"},{"name":"optimize-chunks","duration":56,"timestamp":7162169939,"id":1756,"parentId":1752,"tags":{},"startTime":1748961245794,"traceId":"1d7d79b67620d551"},{"name":"optimize-tree","duration":7,"timestamp":7162170036,"id":1757,"parentId":1752,"tags":{},"startTime":1748961245795,"traceId":"1d7d79b67620d551"},{"name":"optimize-chunk-modules","duration":42,"timestamp":7162170095,"id":1758,"parentId":1752,"tags":{},"startTime":1748961245795,"traceId":"1d7d79b67620d551"},{"name":"optimize","duration":299,"timestamp":7162169867,"id":1754,"parentId":1752,"tags":{},"startTime":1748961245794,"traceId":"1d7d79b67620d551"},{"name":"module-hash","duration":13,"timestamp":7162170345,"id":1759,"parentId":1752,"tags":{},"startTime":1748961245795,"traceId":"1d7d79b67620d551"},{"name":"code-generation","duration":9,"timestamp":7162170365,"id":1760,"parentId":1752,"tags":{},"startTime":1748961245795,"traceId":"1d7d79b67620d551"},{"name":"hash","duration":66,"timestamp":7162170406,"id":1761,"parentId":1752,"tags":{},"startTime":1748961245795,"traceId":"1d7d79b67620d551"},{"name":"code-generation-jobs","duration":27,"timestamp":7162170472,"id":1762,"parentId":1752,"tags":{},"startTime":1748961245795,"traceId":"1d7d79b67620d551"},{"name":"module-assets","duration":12,"timestamp":7162170493,"id":1763,"parentId":1752,"tags":{},"startTime":1748961245795,"traceId":"1d7d79b67620d551"},{"name":"create-chunk-assets","duration":15,"timestamp":7162170509,"id":1764,"parentId":1752,"tags":{},"startTime":1748961245795,"traceId":"1d7d79b67620d551"},{"name":"minify-js","duration":3128,"timestamp":7162174758,"id":1766,"parentId":1765,"tags":{"name":"interception-route-rewrite-manifest.js","cache":"MISS"},"startTime":1748961245799,"traceId":"1d7d79b67620d551"},{"name":"minify-webpack-plugin-optimize","duration":3619,"timestamp":7162174284,"id":1765,"parentId":1750,"tags":{"compilationName":"edge-server","mangle":"true"},"startTime":1748961245799,"traceId":"1d7d79b67620d551"},{"name":"css-minimizer-plugin","duration":11,"timestamp":7162177963,"id":1767,"parentId":1750,"tags":{},"startTime":1748961245802,"traceId":"1d7d79b67620d551"},{"name":"seal","duration":9703,"timestamp":7162169705,"id":1752,"parentId":1750,"tags":{},"startTime":1748961245794,"traceId":"1d7d79b67620d551"},{"name":"webpack-compilation","duration":11767,"timestamp":7162167741,"id":1750,"parentId":13,"tags":{"name":"edge-server"},"startTime":1748961245792,"traceId":"1d7d79b67620d551"},{"name":"emit","duration":2182,"timestamp":7162179557,"id":1768,"parentId":13,"tags":{},"startTime":1748961245804,"traceId":"1d7d79b67620d551"},{"name":"webpack-close","duration":3216,"timestamp":7162182021,"id":1769,"parentId":13,"tags":{"name":"edge-server"},"startTime":1748961245807,"traceId":"1d7d79b67620d551"},{"name":"webpack-generate-error-stats","duration":567,"timestamp":7162185245,"id":1770,"parentId":1769,"tags":{},"startTime":1748961245810,"traceId":"1d7d79b67620d551"},{"name":"build-module","duration":1756,"timestamp":7162201627,"id":1783,"parentId":1775,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Fgabriel%2FProjects%2Fresend%2Freact-email%2Fnode_modules%2F.pnpm%2Fnext%4015.3.1_%40babel%2Bcore%407.26.10_react-dom%4019.0.0_react%4019.0.0__react%4019.0.0%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fgabriel%2FProjects%2Fresend%2Freact-email%2Fnode_modules%2F.pnpm%2Fnext%4015.3.1_%40babel%2Bcore%407.26.10_react-dom%4019.0.0_react%4019.0.0__react%4019.0.0%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-segment.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fgabriel%2FProjects%2Fresend%2Freact-email%2Fnode_modules%2F.pnpm%2Fnext%4015.3.1_%40babel%2Bcore%407.26.10_react-dom%4019.0.0_react%4019.0.0__react%4019.0.0%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fgabriel%2FProjects%2Fresend%2Freact-email%2Fnode_modules%2F.pnpm%2Fnext%4015.3.1_%40babel%2Bcore%407.26.10_react-dom%4019.0.0_react%4019.0.0__react%4019.0.0%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%2Fhome%2Fgabriel%2FProjects%2Fresend%2Freact-email%2Fnode_modules%2F.pnpm%2Fnext%4015.3.1_%40babel%2Bcore%407.26.10_react-dom%4019.0.0_react%4019.0.0__react%4019.0.0%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fgabriel%2FProjects%2Fresend%2Freact-email%2Fnode_modules%2F.pnpm%2Fnext%4015.3.1_%40babel%2Bcore%407.26.10_react-dom%4019.0.0_react%4019.0.0__react%4019.0.0%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fmetadata%2Fasync-metadata.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fgabriel%2FProjects%2Fresend%2Freact-email%2Fnode_modules%2F.pnpm%2Fnext%4015.3.1_%40babel%2Bcore%407.26.10_react-dom%4019.0.0_react%4019.0.0__react%4019.0.0%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fmetadata%2Fmetadata-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fgabriel%2FProjects%2Fresend%2Freact-email%2Fnode_modules%2F.pnpm%2Fnext%4015.3.1_%40babel%2Bcore%407.26.10_react-dom%4019.0.0_react%4019.0.0__react%4019.0.0%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!","layer":"app-pages-browser"},"startTime":1748961245826,"traceId":"1d7d79b67620d551"},{"name":"build-module","duration":429,"timestamp":7162203453,"id":1784,"parentId":1780,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Fgabriel%2FProjects%2Fresend%2Freact-email%2Fpackages%2Freact-email%2Fsrc%2Fapp%2Fglobals.css%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fgabriel%2FProjects%2Fresend%2Freact-email%2Fnode_modules%2F.pnpm%2Fnext%4015.3.1_%40babel%2Bcore%407.26.10_react-dom%4019.0.0_react%4019.0.0__react%4019.0.0%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Ffonts.ts%5C%22%2C%5C%22import%5C%22%3A%5C%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fgabriel%2FProjects%2Fresend%2Freact-email%2Fnode_modules%2F.pnpm%2Fnext%4015.3.1_%40babel%2Bcore%407.26.10_react-dom%4019.0.0_react%4019.0.0__react%4019.0.0%2Fnode_modules%2Fnext%2Ffont%2Flocal%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Ffonts.ts%5C%22%2C%5C%22import%5C%22%3A%5C%22%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22src%5C%22%3A%5B%7B%5C%22path%5C%22%3A%5C%22.%2Ffonts%2FSFMono%2FSFMonoLight.otf%5C%22%2C%5C%22weight%5C%22%3A%5C%22300%5C%22%7D%2C%7B%5C%22path%5C%22%3A%5C%22.%2Ffonts%2FSFMono%2FSFMonoRegular.otf%5C%22%2C%5C%22weight%5C%22%3A%5C%22400%5C%22%7D%2C%7B%5C%22path%5C%22%3A%5C%22.%2Ffonts%2FSFMono%2FSFMonoMedium.otf%5C%22%2C%5C%22weight%5C%22%3A%5C%22500%5C%22%7D%2C%7B%5C%22path%5C%22%3A%5C%22.%2Ffonts%2FSFMono%2FSFMonoSemibold.otf%5C%22%2C%5C%22weight%5C%22%3A%5C%22600%5C%22%7D%2C%7B%5C%22path%5C%22%3A%5C%22.%2Ffonts%2FSFMono%2FSFMonoBold.otf%5C%22%2C%5C%22weight%5C%22%3A%5C%22700%5C%22%7D%2C%7B%5C%22path%5C%22%3A%5C%22.%2Ffonts%2FSFMono%2FSFMonoHeavy.otf%5C%22%2C%5C%22weight%5C%22%3A%5C%22800%5C%22%7D%5D%2C%5C%22variable%5C%22%3A%5C%22--font-sf-mono%5C%22%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22sfMono%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fgabriel%2FProjects%2Fresend%2Freact-email%2Fpackages%2Freact-email%2Fsrc%2Fcontexts%2Femails.tsx%22%2C%22ids%22%3A%5B%22EmailsProvider%22%5D%7D&server=false!","layer":"app-pages-browser"},"startTime":1748961245828,"traceId":"1d7d79b67620d551"},{"name":"build-module","duration":337,"timestamp":7162203899,"id":1785,"parentId":1781,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Fgabriel%2FProjects%2Fresend%2Freact-email%2Fnode_modules%2F.pnpm%2Fnext%4015.3.1_%40babel%2Bcore%407.26.10_react-dom%4019.0.0_react%4019.0.0__react%4019.0.0%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fapp-dir%2Flink.js%22%2C%22ids%22%3A%5B%22__esModule%22%2C%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fgabriel%2FProjects%2Fresend%2Freact-email%2Fnode_modules%2F.pnpm%2Fnext%4015.3.1_%40babel%2Bcore%407.26.10_react-dom%4019.0.0_react%4019.0.0__react%4019.0.0%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fgabriel%2FProjects%2Fresend%2Freact-email%2Fpackages%2Freact-email%2Fsrc%2Fapp%2Flogo.png%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fgabriel%2FProjects%2Fresend%2Freact-email%2Fpackages%2Freact-email%2Fsrc%2Fcomponents%2Fbutton.tsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fgabriel%2FProjects%2Fresend%2Freact-email%2Fpackages%2Freact-email%2Fsrc%2Fcomponents%2Fcode.tsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fgabriel%2FProjects%2Fresend%2Freact-email%2Fpackages%2Freact-email%2Fsrc%2Fcomponents%2Fshell.tsx%22%2C%22ids%22%3A%5B%22Shell%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fgabriel%2FProjects%2Fresend%2Freact-email%2Fpackages%2Freact-email%2Fsrc%2Fcomponents%2Fsidebar%2Fsidebar.tsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fgabriel%2FProjects%2Fresend%2Freact-email%2Fpackages%2Freact-email%2Fsrc%2Fcomponents%2Ftopbar.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!","layer":"app-pages-browser"},"startTime":1748961245828,"traceId":"1d7d79b67620d551"},{"name":"build-module","duration":212,"timestamp":7162204248,"id":1786,"parentId":1782,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Fgabriel%2FProjects%2Fresend%2Freact-email%2Fpackages%2Freact-email%2Fsrc%2Fapp%2Fpreview%2F%5B...slug%5D%2Fpreview.tsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fgabriel%2FProjects%2Fresend%2Freact-email%2Fpackages%2Freact-email%2Fsrc%2Fcomponents%2Fshell.tsx%22%2C%22ids%22%3A%5B%22Shell%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fgabriel%2FProjects%2Fresend%2Freact-email%2Fpackages%2Freact-email%2Fsrc%2Fcomponents%2Ftoolbar.tsx%22%2C%22ids%22%3A%5B%22Toolbar%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fgabriel%2FProjects%2Fresend%2Freact-email%2Fpackages%2Freact-email%2Fsrc%2Fcontexts%2Fpreview.tsx%22%2C%22ids%22%3A%5B%22PreviewProvider%22%5D%7D&server=false!","layer":"app-pages-browser"},"startTime":1748961245829,"traceId":"1d7d79b67620d551"},{"name":"next-client-pages-loader","duration":177,"timestamp":7162221450,"id":1788,"parentId":1787,"tags":{"absolutePagePath":"next/dist/client/components/not-found-error"},"startTime":1748961245846,"traceId":"1d7d79b67620d551"},{"name":"build-module","duration":1261,"timestamp":7162220903,"id":1787,"parentId":1776,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/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":1748961245845,"traceId":"1d7d79b67620d551"},{"name":"next-client-pages-loader","duration":28,"timestamp":7162222717,"id":1790,"parentId":1789,"tags":{"absolutePagePath":"next/dist/pages/_app"},"startTime":1748961245847,"traceId":"1d7d79b67620d551"},{"name":"build-module","duration":762,"timestamp":7162222186,"id":1789,"parentId":1777,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!","layer":"pages-dir-browser"},"startTime":1748961245847,"traceId":"1d7d79b67620d551"},{"name":"next-client-pages-loader","duration":19,"timestamp":7162223019,"id":1792,"parentId":1791,"tags":{"absolutePagePath":"next/dist/pages/_error"},"startTime":1748961245848,"traceId":"1d7d79b67620d551"},{"name":"build-module","duration":217,"timestamp":7162222962,"id":1791,"parentId":1779,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!","layer":"pages-dir-browser"},"startTime":1748961245847,"traceId":"1d7d79b67620d551"},{"name":"image-size-calculation","duration":60,"timestamp":7162227367,"id":1817,"parentId":1816,"tags":{},"startTime":1748961245852,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":7426,"timestamp":7162224560,"id":1793,"parentId":1773,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/next.js","layer":"pages-dir-browser"},"startTime":1748961245849,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":7356,"timestamp":7162225071,"id":1794,"parentId":1774,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/app-next.js","layer":"app-pages-browser"},"startTime":1748961245850,"traceId":"1d7d79b67620d551"},{"name":"build-module-tsx","duration":10075,"timestamp":7162226058,"id":1796,"parentId":1785,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/components/button.tsx","layer":"app-pages-browser"},"startTime":1748961245851,"traceId":"1d7d79b67620d551"},{"name":"build-module-tsx","duration":11020,"timestamp":7162226166,"id":1797,"parentId":1785,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/components/code.tsx","layer":"app-pages-browser"},"startTime":1748961245851,"traceId":"1d7d79b67620d551"},{"name":"build-module-tsx","duration":11577,"timestamp":7162226263,"id":1798,"parentId":1785,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/components/shell.tsx","layer":"app-pages-browser"},"startTime":1748961245851,"traceId":"1d7d79b67620d551"},{"name":"build-module-tsx","duration":12009,"timestamp":7162226338,"id":1799,"parentId":1785,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/components/topbar.tsx","layer":"app-pages-browser"},"startTime":1748961245851,"traceId":"1d7d79b67620d551"},{"name":"build-module-tsx","duration":12346,"timestamp":7162226487,"id":1801,"parentId":1786,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/contexts/preview.tsx","layer":"app-pages-browser"},"startTime":1748961245851,"traceId":"1d7d79b67620d551"},{"name":"build-module-tsx","duration":13815,"timestamp":7162225542,"id":1795,"parentId":1784,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/contexts/emails.tsx","layer":"app-pages-browser"},"startTime":1748961245850,"traceId":"1d7d79b67620d551"},{"name":"build-module-tsx","duration":13192,"timestamp":7162226559,"id":1802,"parentId":1785,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/components/sidebar/sidebar.tsx","layer":"app-pages-browser"},"startTime":1748961245851,"traceId":"1d7d79b67620d551"},{"name":"build-module-tsx","duration":15366,"timestamp":7162226414,"id":1800,"parentId":1786,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/components/toolbar.tsx","layer":"app-pages-browser"},"startTime":1748961245851,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":15700,"timestamp":7162226742,"id":1805,"parentId":1783,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/client-page.js","layer":"app-pages-browser"},"startTime":1748961245851,"traceId":"1d7d79b67620d551"},{"name":"build-module-tsx","duration":32621,"timestamp":7162226636,"id":1803,"parentId":1786,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/app/preview/[...slug]/preview.tsx","layer":"app-pages-browser"},"startTime":1748961245851,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":34253,"timestamp":7162226713,"id":1804,"parentId":1785,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/image-component.js","layer":"app-pages-browser"},"startTime":1748961245851,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":34653,"timestamp":7162226770,"id":1806,"parentId":1783,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/client-segment.js","layer":"app-pages-browser"},"startTime":1748961245851,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":34904,"timestamp":7162226857,"id":1809,"parentId":1783,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/render-from-template-context.js","layer":"app-pages-browser"},"startTime":1748961245851,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":36069,"timestamp":7162226799,"id":1807,"parentId":1783,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/error-boundary.js","layer":"app-pages-browser"},"startTime":1748961245851,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":37854,"timestamp":7162226829,"id":1808,"parentId":1783,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/layout-router.js","layer":"app-pages-browser"},"startTime":1748961245851,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":39624,"timestamp":7162226896,"id":1810,"parentId":1785,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/app-dir/link.js","layer":"app-pages-browser"},"startTime":1748961245851,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":40240,"timestamp":7162226977,"id":1812,"parentId":1783,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/metadata/async-metadata.js","layer":"app-pages-browser"},"startTime":1748961245851,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":40622,"timestamp":7162227010,"id":1813,"parentId":1783,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/metadata/metadata-boundary.js","layer":"app-pages-browser"},"startTime":1748961245852,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":41818,"timestamp":7162226949,"id":1811,"parentId":1783,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js","layer":"app-pages-browser"},"startTime":1748961245851,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":42712,"timestamp":7162227204,"id":1815,"parentId":1778,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/router.js","layer":"pages-dir-browser"},"startTime":1748961245852,"traceId":"1d7d79b67620d551"},{"name":"image-resize","duration":42435,"timestamp":7162227543,"id":1818,"parentId":1816,"tags":{},"startTime":1748961245852,"traceId":"1d7d79b67620d551"},{"name":"image-base64-tostring","duration":11,"timestamp":7162269982,"id":1819,"parentId":1816,"tags":{},"startTime":1748961245894,"traceId":"1d7d79b67620d551"},{"name":"image-data-stringify","duration":24,"timestamp":7162270018,"id":1820,"parentId":1816,"tags":{},"startTime":1748961245895,"traceId":"1d7d79b67620d551"},{"name":"next-image-loader","duration":42797,"timestamp":7162227260,"id":1816,"parentId":1814,"tags":{},"startTime":1748961245852,"traceId":"1d7d79b67620d551"},{"name":"build-module-png","duration":43163,"timestamp":7162227045,"id":1814,"parentId":1785,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/app/logo.png","layer":"app-pages-browser"},"startTime":1748961245852,"traceId":"1d7d79b67620d551"},{"name":"build-module-json","duration":1228,"timestamp":7162316667,"id":1825,"parentId":1796,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/animated-icons-data/load.json","layer":"app-pages-browser"},"startTime":1748961245941,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3730,"timestamp":7162316592,"id":1824,"parentId":1797,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/api/navigation.js","layer":"app-pages-browser"},"startTime":1748961245941,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":4385,"timestamp":7162316553,"id":1823,"parentId":1787,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/not-found-error.js","layer":"app-pages-browser"},"startTime":1748961245941,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":4994,"timestamp":7162316389,"id":1821,"parentId":1789,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/pages/_app.js","layer":"pages-dir-browser"},"startTime":1748961245941,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":5450,"timestamp":7162316517,"id":1822,"parentId":1791,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/pages/_error.js","layer":"pages-dir-browser"},"startTime":1748961245941,"traceId":"1d7d79b67620d551"},{"name":"build-module-tsx","duration":5234,"timestamp":7162317157,"id":1826,"parentId":1798,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/components/logo.tsx","layer":"app-pages-browser"},"startTime":1748961245942,"traceId":"1d7d79b67620d551"},{"name":"build-module-ts","duration":5139,"timestamp":7162317507,"id":1829,"parentId":1796,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/utils/cn.ts","layer":"app-pages-browser"},"startTime":1748961245942,"traceId":"1d7d79b67620d551"},{"name":"build-module-tsx","duration":12139,"timestamp":7162317429,"id":1828,"parentId":1799,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/components/tooltip.tsx","layer":"app-pages-browser"},"startTime":1748961245942,"traceId":"1d7d79b67620d551"},{"name":"build-module-ts","duration":12543,"timestamp":7162317572,"id":1830,"parentId":1796,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/utils/unreachable.ts","layer":"app-pages-browser"},"startTime":1748961245942,"traceId":"1d7d79b67620d551"},{"name":"build-module-tsx","duration":13451,"timestamp":7162317270,"id":1827,"parentId":1799,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/components/heading.tsx","layer":"app-pages-browser"},"startTime":1748961245942,"traceId":"1d7d79b67620d551"},{"name":"build-module-ts","duration":6605,"timestamp":7162324559,"id":1832,"parentId":1801,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/app/env.ts","layer":"app-pages-browser"},"startTime":1748961245949,"traceId":"1d7d79b67620d551"},{"name":"build-module-ts","duration":7120,"timestamp":7162324404,"id":1831,"parentId":1797,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/hooks/use-fragment-identifier.ts","layer":"app-pages-browser"},"startTime":1748961245949,"traceId":"1d7d79b67620d551"},{"name":"build-module-ts","duration":7061,"timestamp":7162324707,"id":1834,"parentId":1801,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/hooks/use-hot-reload.ts","layer":"app-pages-browser"},"startTime":1748961245949,"traceId":"1d7d79b67620d551"},{"name":"build-module-ts","duration":7441,"timestamp":7162324637,"id":1833,"parentId":1801,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/hooks/use-email-rendering-result.ts","layer":"app-pages-browser"},"startTime":1748961245949,"traceId":"1d7d79b67620d551"},{"name":"build-module-ts","duration":7405,"timestamp":7162324842,"id":1836,"parentId":1795,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/actions/get-emails-directory-metadata-action.ts","layer":"app-pages-browser"},"startTime":1748961245949,"traceId":"1d7d79b67620d551"},{"name":"build-module-tsx","duration":7573,"timestamp":7162324908,"id":1837,"parentId":1799,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/components/icons/icon-hide-sidebar.tsx","layer":"app-pages-browser"},"startTime":1748961245949,"traceId":"1d7d79b67620d551"},{"name":"build-module-ts","duration":7908,"timestamp":7162324776,"id":1835,"parentId":1801,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/hooks/use-rendering-metadata.ts","layer":"app-pages-browser"},"startTime":1748961245949,"traceId":"1d7d79b67620d551"},{"name":"build-module-tsx","duration":7953,"timestamp":7162324973,"id":1838,"parentId":1800,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/components/icons/icon-arrow-down.tsx","layer":"app-pages-browser"},"startTime":1748961245949,"traceId":"1d7d79b67620d551"},{"name":"build-module-tsx","duration":8094,"timestamp":7162325044,"id":1839,"parentId":1800,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/components/icons/icon-check.tsx","layer":"app-pages-browser"},"startTime":1748961245950,"traceId":"1d7d79b67620d551"},{"name":"build-module-tsx","duration":6215,"timestamp":7162344923,"id":1840,"parentId":1800,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/components/icons/icon-info.tsx","layer":"app-pages-browser"},"startTime":1748961245969,"traceId":"1d7d79b67620d551"},{"name":"build-module-tsx","duration":6726,"timestamp":7162345110,"id":1841,"parentId":1800,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/components/icons/icon-reload.tsx","layer":"app-pages-browser"},"startTime":1748961245970,"traceId":"1d7d79b67620d551"},{"name":"build-module-tsx","duration":8844,"timestamp":7162345200,"id":1842,"parentId":1800,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/components/toolbar/compatibility.tsx","layer":"app-pages-browser"},"startTime":1748961245970,"traceId":"1d7d79b67620d551"},{"name":"build-module-tsx","duration":11479,"timestamp":7162345273,"id":1843,"parentId":1800,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/components/toolbar/linter.tsx","layer":"app-pages-browser"},"startTime":1748961245970,"traceId":"1d7d79b67620d551"},{"name":"build-module-tsx","duration":19180,"timestamp":7162347566,"id":1846,"parentId":1802,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/components/sidebar/file-tree.tsx","layer":"app-pages-browser"},"startTime":1748961245972,"traceId":"1d7d79b67620d551"},{"name":"build-module-ts","duration":19630,"timestamp":7162347850,"id":1847,"parentId":1800,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/components/toolbar/use-cached-state.ts","layer":"app-pages-browser"},"startTime":1748961245972,"traceId":"1d7d79b67620d551"},{"name":"build-module-ts","duration":19628,"timestamp":7162348218,"id":1849,"parentId":1797,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/utils/index.ts","layer":"app-pages-browser"},"startTime":1748961245973,"traceId":"1d7d79b67620d551"},{"name":"build-module-tsx","duration":21243,"timestamp":7162347297,"id":1845,"parentId":1800,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/components/toolbar/toolbar-button.tsx","layer":"app-pages-browser"},"startTime":1748961245972,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":20976,"timestamp":7162348094,"id":1848,"parentId":1805,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/invariant-error.js","layer":"app-pages-browser"},"startTime":1748961245973,"traceId":"1d7d79b67620d551"},{"name":"build-module-ts","duration":20911,"timestamp":7162348420,"id":1850,"parentId":1798,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/components/sidebar/index.ts","layer":"app-pages-browser"},"startTime":1748961245973,"traceId":"1d7d79b67620d551"},{"name":"build-module-tsx","duration":27207,"timestamp":7162347062,"id":1844,"parentId":1800,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/components/toolbar/spam-assassin.tsx","layer":"app-pages-browser"},"startTime":1748961245972,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1507,"timestamp":7162393804,"id":1856,"parentId":1797,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/compiled/react/index.js","layer":"app-pages-browser"},"startTime":1748961246018,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":6920,"timestamp":7162392782,"id":1851,"parentId":1802,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/clsx@2.1.1/node_modules/clsx/dist/clsx.mjs","layer":"app-pages-browser"},"startTime":1748961246017,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":7569,"timestamp":7162393483,"id":1852,"parentId":1796,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@radix-ui+react-slot@1.2.0_@types+react@19.0.1_react@19.0.0/node_modules/@radix-ui/react-slot/dist/index.mjs","layer":"app-pages-browser"},"startTime":1748961246018,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":33839,"timestamp":7162393732,"id":1855,"parentId":1797,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/prism-react-renderer@2.4.1_react@19.0.0/node_modules/prism-react-renderer/dist/index.mjs","layer":"app-pages-browser"},"startTime":1748961246018,"traceId":"1d7d79b67620d551"},{"name":"build-module-ts","duration":34350,"timestamp":7162394521,"id":1860,"parentId":1803,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/hooks/use-clamped-state.ts","layer":"app-pages-browser"},"startTime":1748961246019,"traceId":"1d7d79b67620d551"}]
19
- [{"name":"build-module-tsx","duration":35584,"timestamp":7162394448,"id":1859,"parentId":1803,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/components/send.tsx","layer":"app-pages-browser"},"startTime":1748961246019,"traceId":"1d7d79b67620d551"},{"name":"build-module-tsx","duration":38899,"timestamp":7162394374,"id":1858,"parentId":1803,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/components/resizable-wrapper.tsx","layer":"app-pages-browser"},"startTime":1748961246019,"traceId":"1d7d79b67620d551"},{"name":"build-module-tsx","duration":39966,"timestamp":7162394272,"id":1857,"parentId":1803,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/components/code-container.tsx","layer":"app-pages-browser"},"startTime":1748961246019,"traceId":"1d7d79b67620d551"},{"name":"build-module-tsx","duration":40296,"timestamp":7162394621,"id":1862,"parentId":1803,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/components/topbar/active-view-toggle-group.tsx","layer":"app-pages-browser"},"startTime":1748961246019,"traceId":"1d7d79b67620d551"},{"name":"build-module-ts","duration":40326,"timestamp":7162394833,"id":1865,"parentId":1803,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/components/index.ts","layer":"app-pages-browser"},"startTime":1748961246019,"traceId":"1d7d79b67620d551"},{"name":"build-module-tsx","duration":40737,"timestamp":7162394765,"id":1864,"parentId":1803,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/app/preview/[...slug]/rendering-error.tsx","layer":"app-pages-browser"},"startTime":1748961246019,"traceId":"1d7d79b67620d551"},{"name":"build-module-tsx","duration":41843,"timestamp":7162394694,"id":1863,"parentId":1803,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/components/topbar/view-size-controls.tsx","layer":"app-pages-browser"},"startTime":1748961246019,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":43834,"timestamp":7162394592,"id":1861,"parentId":1804,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/head.js","layer":"app-pages-browser"},"startTime":1748961246019,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":68715,"timestamp":7162393581,"id":1853,"parentId":1800,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@radix-ui+react-tabs@1.1.7_@types+react-dom@19.0.1_@types+react@19.0.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/@radix-ui/react-tabs/dist/index.mjs","layer":"app-pages-browser"},"startTime":1748961246018,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":70654,"timestamp":7162393659,"id":1854,"parentId":1800,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/index.mjs","layer":"app-pages-browser"},"startTime":1748961246018,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2963,"timestamp":7162516734,"id":1867,"parentId":1803,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/use-debounce@10.0.4_react@19.0.0/node_modules/use-debounce/dist/index.module.js","layer":"app-pages-browser"},"startTime":1748961246141,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1671,"timestamp":7162524420,"id":1870,"parentId":1804,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/compiled/react-dom/index.js","layer":"app-pages-browser"},"startTime":1748961246149,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1841,"timestamp":7162524553,"id":1872,"parentId":1815,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/esm/_interop_require_default.js","layer":"pages-dir-browser"},"startTime":1748961246149,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":4783,"timestamp":7162523929,"id":1868,"parentId":1804,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/esm/_interop_require_default.js","layer":"app-pages-browser"},"startTime":1748961246148,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":5205,"timestamp":7162524250,"id":1869,"parentId":1804,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/esm/_interop_require_wildcard.js","layer":"app-pages-browser"},"startTime":1748961246149,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":6410,"timestamp":7162525314,"id":1873,"parentId":1804,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/image-config.js","layer":"app-pages-browser"},"startTime":1748961246150,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":717,"timestamp":7162532750,"id":1877,"parentId":1793,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/lib/require-instrumentation-client.js","layer":"pages-dir-browser"},"startTime":1748961246157,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2095,"timestamp":7162532794,"id":1878,"parentId":1794,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/lib/require-instrumentation-client.js","layer":"app-pages-browser"},"startTime":1748961246157,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":14201,"timestamp":7162524467,"id":1871,"parentId":1804,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/get-img-props.js","layer":"app-pages-browser"},"startTime":1748961246149,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":12391,"timestamp":7162532398,"id":1874,"parentId":1804,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/image-config-context.shared-runtime.js","layer":"app-pages-browser"},"startTime":1748961246157,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":12716,"timestamp":7162532582,"id":1875,"parentId":1804,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/utils/warn-once.js","layer":"app-pages-browser"},"startTime":1748961246157,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":13770,"timestamp":7162532946,"id":1879,"parentId":1794,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/app-bootstrap.js","layer":"app-pages-browser"},"startTime":1748961246157,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":16240,"timestamp":7162532679,"id":1876,"parentId":1822,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/head.js","layer":"pages-dir-browser"},"startTime":1748961246157,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":8347,"timestamp":7162541434,"id":1881,"parentId":1793,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/webpack.js","layer":"pages-dir-browser"},"startTime":1748961246166,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":9364,"timestamp":7162541297,"id":1880,"parentId":1794,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/app-webpack.js","layer":"app-pages-browser"},"startTime":1748961246166,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":46574,"timestamp":7162516443,"id":1866,"parentId":1803,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/sonner@2.0.3_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/sonner/dist/index.mjs","layer":"app-pages-browser"},"startTime":1748961246141,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2531,"timestamp":7162570772,"id":1887,"parentId":1804,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/router-context.shared-runtime.js","layer":"app-pages-browser"},"startTime":1748961246195,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":7045,"timestamp":7162570688,"id":1886,"parentId":1804,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/use-merged-ref.js","layer":"app-pages-browser"},"startTime":1748961246195,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":7380,"timestamp":7162570812,"id":1888,"parentId":1815,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/router-context.shared-runtime.js","layer":"pages-dir-browser"},"startTime":1748961246195,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":12619,"timestamp":7162567323,"id":1882,"parentId":1794,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/app-index.js","layer":"app-pages-browser"},"startTime":1748961246192,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":5795,"timestamp":7162574804,"id":1889,"parentId":1804,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/image-loader.js","layer":"app-pages-browser"},"startTime":1748961246199,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":16835,"timestamp":7162567460,"id":1883,"parentId":1793,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/index.js","layer":"pages-dir-browser"},"startTime":1748961246192,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3129,"timestamp":7162602933,"id":1893,"parentId":1805,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/request/search-params.browser.js","layer":"app-pages-browser"},"startTime":1748961246227,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3861,"timestamp":7162602854,"id":1891,"parentId":1809,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/app-router-context.shared-runtime.js","layer":"app-pages-browser"},"startTime":1748961246227,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":4223,"timestamp":7162602898,"id":1892,"parentId":1807,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/navigation-untracked.js","layer":"app-pages-browser"},"startTime":1748961246227,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":10103,"timestamp":7162602716,"id":1890,"parentId":1794,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/app-router.js","layer":"app-pages-browser"},"startTime":1748961246227,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":4478,"timestamp":7162608800,"id":1896,"parentId":1807,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/is-next-router-error.js","layer":"app-pages-browser"},"startTime":1748961246233,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":5361,"timestamp":7162608191,"id":1894,"parentId":1805,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/request/params.browser.js","layer":"app-pages-browser"},"startTime":1748961246233,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":12655,"timestamp":7162608873,"id":1897,"parentId":1807,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/nav-failure-handler.js","layer":"app-pages-browser"},"startTime":1748961246233,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3447,"timestamp":7162624684,"id":1899,"parentId":1808,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/unresolved-thenable.js","layer":"app-pages-browser"},"startTime":1748961246249,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":4144,"timestamp":7162624545,"id":1898,"parentId":1810,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/add-base-path.js","layer":"app-pages-browser"},"startTime":1748961246249,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":4317,"timestamp":7162624727,"id":1900,"parentId":1808,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/match-segments.js","layer":"app-pages-browser"},"startTime":1748961246249,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":5026,"timestamp":7162624757,"id":1901,"parentId":1808,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/redirect-boundary.js","layer":"app-pages-browser"},"startTime":1748961246249,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1564,"timestamp":7162631381,"id":1913,"parentId":1813,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/lib/metadata/metadata-constants.js","layer":"app-pages-browser"},"startTime":1748961246256,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":9956,"timestamp":7162624786,"id":1902,"parentId":1808,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/use-action-queue.js","layer":"app-pages-browser"},"startTime":1748961246249,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":11014,"timestamp":7162624813,"id":1903,"parentId":1810,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/utils.js","layer":"app-pages-browser"},"startTime":1748961246249,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":11413,"timestamp":7162624891,"id":1906,"parentId":1808,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/router-reducer/router-reducer-types.js","layer":"app-pages-browser"},"startTime":1748961246249,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":11691,"timestamp":7162624944,"id":1908,"parentId":1808,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/router-reducer/create-router-cache-key.js","layer":"app-pages-browser"},"startTime":1748961246249,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":12724,"timestamp":7162624842,"id":1904,"parentId":1821,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/utils.js","layer":"pages-dir-browser"},"startTime":1748961246249,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":14054,"timestamp":7162624972,"id":1909,"parentId":1808,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/router/utils/handle-smooth-scroll.js","layer":"app-pages-browser"},"startTime":1748961246249,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":15465,"timestamp":7162624917,"id":1907,"parentId":1808,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/router-reducer/fetch-server-response.js","layer":"app-pages-browser"},"startTime":1748961246249,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":16847,"timestamp":7162624865,"id":1905,"parentId":1810,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/links.js","layer":"app-pages-browser"},"startTime":1748961246249,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":10497,"timestamp":7162631463,"id":1914,"parentId":1810,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/utils/error-once.js","layer":"app-pages-browser"},"startTime":1748961246256,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":11195,"timestamp":7162631174,"id":1910,"parentId":1808,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/router-reducer/reducers/has-interception-route-in-current-tree.js","layer":"app-pages-browser"},"startTime":1748961246256,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":11696,"timestamp":7162631309,"id":1911,"parentId":1810,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/router/utils/format-url.js","layer":"app-pages-browser"},"startTime":1748961246256,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":646,"timestamp":7162645425,"id":1918,"parentId":1815,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/lib/is-error.js","layer":"pages-dir-browser"},"startTime":1748961246270,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":146757,"timestamp":7162645294,"id":1916,"parentId":1796,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@lottiefiles+dotlottie-react@0.13.3_react@19.0.0/node_modules/@lottiefiles/dotlottie-react/dist/browser/index.js","layer":"app-pages-browser"},"startTime":1748961246270,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":163720,"timestamp":7162631349,"id":1912,"parentId":1810,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/app-router-instance.js","layer":"app-pages-browser"},"startTime":1748961246256,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":150407,"timestamp":7162645386,"id":1917,"parentId":1810,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/router/utils/is-local-url.js","layer":"app-pages-browser"},"startTime":1748961246270,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":151117,"timestamp":7162645160,"id":1915,"parentId":1811,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/http-access-fallback/http-access-fallback.js","layer":"app-pages-browser"},"startTime":1748961246270,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":151346,"timestamp":7162645478,"id":1920,"parentId":1823,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/http-access-fallback/error-fallback.js","layer":"app-pages-browser"},"startTime":1748961246270,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":152186,"timestamp":7162645448,"id":1919,"parentId":1824,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/navigation.js","layer":"app-pages-browser"},"startTime":1748961246270,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":255,"timestamp":7162800268,"id":1921,"parentId":1796,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/compiled/react/jsx-runtime.js","layer":"app-pages-browser"},"startTime":1748961246425,"traceId":"1d7d79b67620d551"},{"name":"build-module","duration":265,"timestamp":7162805059,"id":1929,"parentId":1836,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/build/webpack/loaders/next-flight-server-reference-proxy-loader.js?id=7f00e51d4e5018100d0bfcc0a01e5b8d87f2bfa312&name=getEmailsDirectoryMetadataAction!","layer":"app-pages-browser"},"startTime":1748961246430,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1119,"timestamp":7162804588,"id":1922,"parentId":1821,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/react@19.0.0/node_modules/react/jsx-runtime.js","layer":"pages-dir-browser"},"startTime":1748961246429,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1048,"timestamp":7162804756,"id":1924,"parentId":1821,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/react@19.0.0/node_modules/react/index.js","layer":"pages-dir-browser"},"startTime":1748961246429,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":9081,"timestamp":7162804643,"id":1923,"parentId":1829,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/tailwind-merge@3.2.0/node_modules/tailwind-merge/dist/bundle-mjs.mjs","layer":"app-pages-browser"},"startTime":1748961246429,"traceId":"1d7d79b67620d551"},{"name":"build-module-ts","duration":10970,"timestamp":7162804921,"id":1927,"parentId":1833,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/actions/get-email-path-from-slug.ts","layer":"app-pages-browser"},"startTime":1748961246429,"traceId":"1d7d79b67620d551"},{"name":"build-module-ts","duration":11279,"timestamp":7162804986,"id":1928,"parentId":1833,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/utils/contains-email-template.ts","layer":"app-pages-browser"},"startTime":1748961246429,"traceId":"1d7d79b67620d551"},{"name":"build-module-tsx","duration":11919,"timestamp":7162804773,"id":1925,"parentId":1828,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/components/tooltip-content.tsx","layer":"app-pages-browser"},"startTime":1748961246429,"traceId":"1d7d79b67620d551"},{"name":"build-module-tsx","duration":12008,"timestamp":7162804853,"id":1926,"parentId":1833,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/actions/render-email-by-path.tsx","layer":"app-pages-browser"},"startTime":1748961246429,"traceId":"1d7d79b67620d551"},{"name":"build-module-tsx","duration":11642,"timestamp":7162805469,"id":1931,"parentId":1837,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/components/icons/icon-base.tsx","layer":"app-pages-browser"},"startTime":1748961246430,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2699,"timestamp":7162819641,"id":1939,"parentId":1843,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/pretty-bytes@6.1.1/node_modules/pretty-bytes/index.js","layer":"app-pages-browser"},"startTime":1748961246444,"traceId":"1d7d79b67620d551"},{"name":"build-module-tsx","duration":3694,"timestamp":7162819256,"id":1934,"parentId":1842,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/components/icons/icon-warning.tsx","layer":"app-pages-browser"},"startTime":1748961246444,"traceId":"1d7d79b67620d551"},{"name":"build-module-ts","duration":4196,"timestamp":7162818992,"id":1932,"parentId":1842,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/utils/load-stream.ts","layer":"app-pages-browser"},"startTime":1748961246444,"traceId":"1d7d79b67620d551"},{"name":"build-module-ts","duration":4356,"timestamp":7162819168,"id":1933,"parentId":1843,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/utils/linting.ts","layer":"app-pages-browser"},"startTime":1748961246444,"traceId":"1d7d79b67620d551"},{"name":"build-module-tsx","duration":4468,"timestamp":7162819334,"id":1935,"parentId":1842,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/components/toolbar/code-preview-line-link.tsx","layer":"app-pages-browser"},"startTime":1748961246444,"traceId":"1d7d79b67620d551"},{"name":"build-module-tsx","duration":9666,"timestamp":7162819416,"id":1936,"parentId":1842,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/components/toolbar/results.tsx","layer":"app-pages-browser"},"startTime":1748961246444,"traceId":"1d7d79b67620d551"},{"name":"build-module-ts","duration":9597,"timestamp":7162819714,"id":1940,"parentId":1849,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/utils/copy-text-to-clipboard.ts","layer":"app-pages-browser"},"startTime":1748961246444,"traceId":"1d7d79b67620d551"},{"name":"build-module-ts","duration":9910,"timestamp":7162819563,"id":1938,"parentId":1842,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/actions/email-validation/check-compatibility.ts","layer":"app-pages-browser"},"startTime":1748961246444,"traceId":"1d7d79b67620d551"},{"name":"build-module-ts","duration":9785,"timestamp":7162819854,"id":1942,"parentId":1849,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/utils/sanitize.ts","layer":"app-pages-browser"},"startTime":1748961246444,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":26997,"timestamp":7162805352,"id":1930,"parentId":1828,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@radix-ui+react-tooltip@1.2.3_@types+react-dom@19.0.1_@types+react@19.0.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/@radix-ui/react-tooltip/dist/index.mjs","layer":"app-pages-browser"},"startTime":1748961246430,"traceId":"1d7d79b67620d551"},{"name":"build-module-ts","duration":12765,"timestamp":7162819785,"id":1941,"parentId":1849,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/utils/language-map.ts","layer":"app-pages-browser"},"startTime":1748961246444,"traceId":"1d7d79b67620d551"},{"name":"build-module-ts","duration":6624,"timestamp":7162826054,"id":1945,"parentId":1849,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/utils/types/as.ts","layer":"app-pages-browser"},"startTime":1748961246451,"traceId":"1d7d79b67620d551"},{"name":"build-module-tsx","duration":9399,"timestamp":7162825802,"id":1943,"parentId":1846,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/components/sidebar/file-tree-directory-children.tsx","layer":"app-pages-browser"},"startTime":1748961246450,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":7086,"timestamp":7162837536,"id":1947,"parentId":1856,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/compiled/react/cjs/react.production.js","layer":"app-pages-browser"},"startTime":1748961246462,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":29745,"timestamp":7162825961,"id":1944,"parentId":1846,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@radix-ui+react-collapsible@1.1.7_@types+react-dom@19.0.1_@types+react@19.0.1_react-dom_05aceed83d7aace5d9c30a3c4e843a4d/node_modules/@radix-ui/react-collapsible/dist/index.mjs","layer":"app-pages-browser"},"startTime":1748961246450,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":18834,"timestamp":7162837435,"id":1946,"parentId":1815,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/with-router.js","layer":"pages-dir-browser"},"startTime":1748961246462,"traceId":"1d7d79b67620d551"},{"name":"build-module-ts","duration":2186,"timestamp":7162866851,"id":1949,"parentId":1857,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/utils/constants.ts","layer":"app-pages-browser"},"startTime":1748961246491,"traceId":"1d7d79b67620d551"},{"name":"build-module-tsx","duration":2432,"timestamp":7162866949,"id":1950,"parentId":1857,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/components/icons/icon-button.tsx","layer":"app-pages-browser"},"startTime":1748961246491,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":5544,"timestamp":7162870595,"id":1957,"parentId":1852,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@radix-ui+react-compose-refs@1.1.2_@types+react@19.0.1_react@19.0.0/node_modules/@radix-ui/react-compose-refs/dist/index.mjs","layer":"app-pages-browser"},"startTime":1748961246495,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":5063,"timestamp":7162871291,"id":1968,"parentId":1854,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/components/m/proxy.mjs","layer":"app-pages-browser"},"startTime":1748961246496,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":5098,"timestamp":7162871393,"id":1969,"parentId":1854,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/components/motion/proxy.mjs","layer":"app-pages-browser"},"startTime":1748961246496,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":5404,"timestamp":7162871543,"id":1971,"parentId":1834,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/socket.io-client@4.8.1/node_modules/socket.io-client/build/esm/index.js","layer":"app-pages-browser"},"startTime":1748961246496,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":5551,"timestamp":7162871616,"id":1972,"parentId":1853,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@radix-ui+primitive@1.1.2/node_modules/@radix-ui/primitive/dist/index.mjs","layer":"app-pages-browser"},"startTime":1748961246496,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":6246,"timestamp":7162871686,"id":1973,"parentId":1853,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@radix-ui+react-context@1.1.2_@types+react@19.0.1_react@19.0.0/node_modules/@radix-ui/react-context/dist/index.mjs","layer":"app-pages-browser"},"startTime":1748961246496,"traceId":"1d7d79b67620d551"},{"name":"build-module-tsx","duration":15961,"timestamp":7162866660,"id":1948,"parentId":1859,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/components/text.tsx","layer":"app-pages-browser"},"startTime":1748961246491,"traceId":"1d7d79b67620d551"},{"name":"build-module-tsx","duration":12637,"timestamp":7162870301,"id":1952,"parentId":1857,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/components/icons/icon-download.tsx","layer":"app-pages-browser"},"startTime":1748961246495,"traceId":"1d7d79b67620d551"},{"name":"build-module-tsx","duration":13058,"timestamp":7162870156,"id":1951,"parentId":1857,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/components/icons/icon-clipboard.tsx","layer":"app-pages-browser"},"startTime":1748961246495,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":13182,"timestamp":7162870385,"id":1953,"parentId":1812,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/metadata/browser-resolved-metadata.js","layer":"app-pages-browser"},"startTime":1748961246495,"traceId":"1d7d79b67620d551"},{"name":"build-module-tsx","duration":13125,"timestamp":7162870669,"id":1958,"parentId":1862,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/components/icons/icon-monitor.tsx","layer":"app-pages-browser"},"startTime":1748961246495,"traceId":"1d7d79b67620d551"}]
20
- [{"name":"build-module-tsx","duration":13591,"timestamp":7162870743,"id":1959,"parentId":1862,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/components/icons/icon-source.tsx","layer":"app-pages-browser"},"startTime":1748961246495,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":13676,"timestamp":7162870879,"id":1961,"parentId":1861,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/amp-context.shared-runtime.js","layer":"app-pages-browser"},"startTime":1748961246495,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":14110,"timestamp":7162870847,"id":1960,"parentId":1861,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/side-effect.js","layer":"app-pages-browser"},"startTime":1748961246495,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":14238,"timestamp":7162870908,"id":1962,"parentId":1861,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/head-manager-context.shared-runtime.js","layer":"app-pages-browser"},"startTime":1748961246495,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":14350,"timestamp":7162870954,"id":1963,"parentId":1861,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/amp-mode.js","layer":"app-pages-browser"},"startTime":1748961246495,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":13902,"timestamp":7162871757,"id":1974,"parentId":1876,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/side-effect.js","layer":"pages-dir-browser"},"startTime":1748961246496,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":16199,"timestamp":7162870518,"id":1956,"parentId":1862,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@radix-ui+react-toggle-group@1.1.6_@types+react-dom@19.0.1_@types+react@19.0.1_react-do_82ab8728e25d3f6662a3f0432d5e0ebf/node_modules/@radix-ui/react-toggle-group/dist/index.mjs","layer":"app-pages-browser"},"startTime":1748961246495,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":28348,"timestamp":7162870421,"id":1954,"parentId":1859,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@radix-ui+react-popover@1.1.10_@types+react-dom@19.0.1_@types+react@19.0.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/@radix-ui/react-popover/dist/index.mjs","layer":"app-pages-browser"},"startTime":1748961246495,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":28751,"timestamp":7162870984,"id":1964,"parentId":1854,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/components/AnimatePresence/index.mjs","layer":"app-pages-browser"},"startTime":1748961246495,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":29146,"timestamp":7162871070,"id":1965,"parentId":1854,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/components/LayoutGroup/index.mjs","layer":"app-pages-browser"},"startTime":1748961246496,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":29324,"timestamp":7162871218,"id":1967,"parentId":1854,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/components/MotionConfig/index.mjs","layer":"app-pages-browser"},"startTime":1748961246496,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":29738,"timestamp":7162871143,"id":1966,"parentId":1854,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/components/LazyMotion/index.mjs","layer":"app-pages-browser"},"startTime":1748961246496,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":31714,"timestamp":7162871471,"id":1970,"parentId":1863,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@radix-ui+react-dropdown-menu@2.1.10_@types+react-dom@19.0.1_@types+react@19.0.1_react-_dc39d0fe21370e917bfdd740351df8f7/node_modules/@radix-ui/react-dropdown-menu/dist/index.mjs","layer":"app-pages-browser"},"startTime":1748961246496,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":48801,"timestamp":7162870496,"id":1955,"parentId":1815,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/router/router.js","layer":"pages-dir-browser"},"startTime":1748961246495,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":651,"timestamp":7162959362,"id":1979,"parentId":1876,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/esm/_interop_require_wildcard.js","layer":"pages-dir-browser"},"startTime":1748961246584,"traceId":"1d7d79b67620d551"},{"name":"font-loader","duration":1031,"timestamp":7162965504,"id":1988,"parentId":1987,"tags":{},"startTime":1748961246590,"traceId":"1d7d79b67620d551"},{"name":"postcss","duration":1384,"timestamp":7162966768,"id":1991,"parentId":1987,"tags":{},"startTime":1748961246591,"traceId":"1d7d79b67620d551"},{"name":"next-font-loader","duration":2797,"timestamp":7162965424,"id":1987,"parentId":1983,"tags":{},"startTime":1748961246590,"traceId":"1d7d79b67620d551"},{"name":"css-loader","duration":14744,"timestamp":7162968186,"id":1992,"parentId":1983,"tags":{"astUsed":"true"},"startTime":1748961246593,"traceId":"1d7d79b67620d551"},{"name":"build-module","duration":21099,"timestamp":7162962508,"id":1983,"parentId":1884,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/font/google/target.css.webpack[javascript/auto]!=!/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[2].use[1]!/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[13].oneOf[2].use[2]!/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/font/google/target.css?{\"path\":\"src/app/fonts.ts\",\"import\":\"Inter\",\"arguments\":[{\"subsets\":[\"latin\"],\"variable\":\"--font-inter\",\"display\":\"swap\"}],\"variableName\":\"inter\"}","layer":null},"startTime":1748961246587,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":22918,"timestamp":7162962402,"id":1982,"parentId":1853,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@radix-ui+react-primitive@2.1.0_@types+react-dom@19.0.1_@types+react@19.0.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/@radix-ui/react-primitive/dist/index.mjs","layer":"app-pages-browser"},"startTime":1748961246587,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":20463,"timestamp":7162965221,"id":1985,"parentId":1853,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@radix-ui+react-direction@1.1.1_@types+react@19.0.1_react@19.0.0/node_modules/@radix-ui/react-direction/dist/index.mjs","layer":"app-pages-browser"},"startTime":1748961246590,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":21276,"timestamp":7162965331,"id":1986,"parentId":1853,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@radix-ui+react-use-controllable-state@1.2.2_@types+react@19.0.1_react@19.0.0/node_modules/@radix-ui/react-use-controllable-state/dist/index.mjs","layer":"app-pages-browser"},"startTime":1748961246590,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":28034,"timestamp":7162959098,"id":1975,"parentId":1876,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/amp-context.shared-runtime.js","layer":"pages-dir-browser"},"startTime":1748961246584,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":28085,"timestamp":7162959265,"id":1976,"parentId":1876,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/head-manager-context.shared-runtime.js","layer":"pages-dir-browser"},"startTime":1748961246584,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":28224,"timestamp":7162959308,"id":1977,"parentId":1876,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/amp-mode.js","layer":"pages-dir-browser"},"startTime":1748961246584,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":28670,"timestamp":7162959338,"id":1978,"parentId":1876,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/utils/warn-once.js","layer":"pages-dir-browser"},"startTime":1748961246584,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":4875,"timestamp":7162990448,"id":1993,"parentId":1853,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@radix-ui+react-id@1.1.1_@types+react@19.0.1_react@19.0.0/node_modules/@radix-ui/react-id/dist/index.mjs","layer":"app-pages-browser"},"startTime":1748961246615,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":34416,"timestamp":7162962316,"id":1981,"parentId":1853,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@radix-ui+react-presence@1.1.3_@types+react-dom@19.0.1_@types+react@19.0.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/@radix-ui/react-presence/dist/index.mjs","layer":"app-pages-browser"},"startTime":1748961246587,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":36112,"timestamp":7162962144,"id":1980,"parentId":1853,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@radix-ui+react-roving-focus@1.1.6_@types+react-dom@19.0.1_@types+react@19.0.1_react-do_504bd1c7af9ef5903b7b94c510df5b82/node_modules/@radix-ui/react-roving-focus/dist/index.mjs","layer":"app-pages-browser"},"startTime":1748961246587,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1152,"timestamp":7163009755,"id":1994,"parentId":1854,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/events/add-pointer-event.mjs","layer":"app-pages-browser"},"startTime":1748961246634,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1254,"timestamp":7163009936,"id":1995,"parentId":1854,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/events/event-info.mjs","layer":"app-pages-browser"},"startTime":1748961246634,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":950,"timestamp":7163012519,"id":1996,"parentId":1854,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/utils/is-browser.mjs","layer":"app-pages-browser"},"startTime":1748961246637,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1077,"timestamp":7163012676,"id":1997,"parentId":1854,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/utils/use-force-update.mjs","layer":"app-pages-browser"},"startTime":1748961246637,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":5263,"timestamp":7163016476,"id":1998,"parentId":1854,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/utils/use-isomorphic-effect.mjs","layer":"app-pages-browser"},"startTime":1748961246641,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":5306,"timestamp":7163016642,"id":1999,"parentId":1854,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/utils/use-unmount-effect.mjs","layer":"app-pages-browser"},"startTime":1748961246641,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":5373,"timestamp":7163016735,"id":2000,"parentId":1854,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/utils/use-motion-value-event.mjs","layer":"app-pages-browser"},"startTime":1748961246641,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":5417,"timestamp":7163016820,"id":2001,"parentId":1854,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/motion/features/animations.mjs","layer":"app-pages-browser"},"startTime":1748961246641,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":5986,"timestamp":7163016901,"id":2002,"parentId":1854,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/motion/utils/use-visual-state.mjs","layer":"app-pages-browser"},"startTime":1748961246641,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":6456,"timestamp":7163016979,"id":2003,"parentId":1854,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/projection/geometry/delta-calc.mjs","layer":"app-pages-browser"},"startTime":1748961246641,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":6572,"timestamp":7163017064,"id":2004,"parentId":1854,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/projection/geometry/models.mjs","layer":"app-pages-browser"},"startTime":1748961246642,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":6599,"timestamp":7163017148,"id":2005,"parentId":1854,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/value/utils/is-motion-value.mjs","layer":"app-pages-browser"},"startTime":1748961246642,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":6616,"timestamp":7163017268,"id":2007,"parentId":1854,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/dom/features-animation.mjs","layer":"app-pages-browser"},"startTime":1748961246642,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":7012,"timestamp":7163017228,"id":2006,"parentId":1883,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/router/utils/handle-smooth-scroll.js","layer":"pages-dir-browser"},"startTime":1748961246642,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":4838,"timestamp":7163030236,"id":2008,"parentId":1854,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/dom/features-max.mjs","layer":"app-pages-browser"},"startTime":1748961246655,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":4835,"timestamp":7163030447,"id":2009,"parentId":1854,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/dom/features-min.mjs","layer":"app-pages-browser"},"startTime":1748961246655,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":5013,"timestamp":7163030551,"id":2010,"parentId":1854,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/value/scroll/use-element-scroll.mjs","layer":"app-pages-browser"},"startTime":1748961246655,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1940,"timestamp":7163036304,"id":2011,"parentId":1854,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/value/scroll/use-viewport-scroll.mjs","layer":"app-pages-browser"},"startTime":1748961246661,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2219,"timestamp":7163036471,"id":2012,"parentId":1854,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/dom/utils/filter-props.mjs","layer":"app-pages-browser"},"startTime":1748961246661,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2438,"timestamp":7163036559,"id":2013,"parentId":1854,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/value/use-motion-template.mjs","layer":"app-pages-browser"},"startTime":1748961246661,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1686,"timestamp":7163040199,"id":2014,"parentId":1854,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/value/use-motion-value.mjs","layer":"app-pages-browser"},"startTime":1748961246665,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2019,"timestamp":7163040353,"id":2015,"parentId":1854,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/value/use-scroll.mjs","layer":"app-pages-browser"},"startTime":1748961246665,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2477,"timestamp":7163040440,"id":2016,"parentId":1854,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/value/use-spring.mjs","layer":"app-pages-browser"},"startTime":1748961246665,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2605,"timestamp":7163040515,"id":2017,"parentId":1854,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/value/use-time.mjs","layer":"app-pages-browser"},"startTime":1748961246665,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2278,"timestamp":7163049223,"id":2018,"parentId":1854,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/value/use-transform.mjs","layer":"app-pages-browser"},"startTime":1748961246674,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2399,"timestamp":7163049432,"id":2019,"parentId":1854,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/value/use-velocity.mjs","layer":"app-pages-browser"},"startTime":1748961246674,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2474,"timestamp":7163049545,"id":2020,"parentId":1854,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/value/use-will-change/index.mjs","layer":"app-pages-browser"},"startTime":1748961246674,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2662,"timestamp":7163049637,"id":2021,"parentId":1854,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/value/use-will-change/WillChangeMotionValue.mjs","layer":"app-pages-browser"},"startTime":1748961246674,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2771,"timestamp":7163049726,"id":2022,"parentId":1854,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/value/utils/resolve-motion-value.mjs","layer":"app-pages-browser"},"startTime":1748961246674,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1020,"timestamp":7163058902,"id":2026,"parentId":1854,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/utils/reduced-motion/use-reduced-motion.mjs","layer":"app-pages-browser"},"startTime":1748961246683,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2593,"timestamp":7163058690,"id":2023,"parentId":1883,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/image-config-context.shared-runtime.js","layer":"pages-dir-browser"},"startTime":1748961246683,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2818,"timestamp":7163058876,"id":2025,"parentId":1883,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/is-next-router-error.js","layer":"pages-dir-browser"},"startTime":1748961246683,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3303,"timestamp":7163058835,"id":2024,"parentId":1883,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/app-router-context.shared-runtime.js","layer":"pages-dir-browser"},"startTime":1748961246683,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":352858,"timestamp":7163068553,"id":2027,"parentId":1854,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/utils/reduced-motion/use-reduced-motion-config.mjs","layer":"app-pages-browser"},"startTime":1748961246693,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":353680,"timestamp":7163068733,"id":2028,"parentId":1854,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/hooks/animation-controls.mjs","layer":"app-pages-browser"},"startTime":1748961246693,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":353961,"timestamp":7163068825,"id":2029,"parentId":1854,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/hooks/use-animate.mjs","layer":"app-pages-browser"},"startTime":1748961246693,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":354251,"timestamp":7163068901,"id":2030,"parentId":1854,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/hooks/use-animate-style.mjs","layer":"app-pages-browser"},"startTime":1748961246693,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":354671,"timestamp":7163068979,"id":2031,"parentId":1854,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-utils@12.7.5/node_modules/motion-utils/dist/es/index.mjs","layer":"app-pages-browser"},"startTime":1748961246693,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":354859,"timestamp":7163069057,"id":2032,"parentId":1854,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/events/use-dom-event.mjs","layer":"app-pages-browser"},"startTime":1748961246694,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":353665,"timestamp":7163070483,"id":2035,"parentId":1854,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/projection/use-instant-layout-transition.mjs","layer":"app-pages-browser"},"startTime":1748961246695,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":353708,"timestamp":7163070639,"id":2036,"parentId":1854,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/projection/use-reset-projection.mjs","layer":"app-pages-browser"},"startTime":1748961246695,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":353724,"timestamp":7163070732,"id":2037,"parentId":1854,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/store.mjs","layer":"app-pages-browser"},"startTime":1748961246695,"traceId":"1d7d79b67620d551"},{"name":"build-module-ts","duration":740629,"timestamp":7162819487,"id":1937,"parentId":1842,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/actions/email-validation/caniemail-data.ts","layer":"app-pages-browser"},"startTime":1748961246444,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":497547,"timestamp":7163069130,"id":2033,"parentId":1854,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/motion/index.mjs","layer":"app-pages-browser"},"startTime":1748961246694,"traceId":"1d7d79b67620d551"},{"name":"postcss-process","duration":751331,"timestamp":7163071331,"id":2039,"parentId":2038,"tags":{},"startTime":1748961246696,"traceId":"1d7d79b67620d551"},{"name":"postcss-loader","duration":751799,"timestamp":7163070949,"id":2038,"parentId":2034,"tags":{},"startTime":1748961246695,"traceId":"1d7d79b67620d551"},{"name":"css-loader","duration":6846,"timestamp":7163822800,"id":2040,"parentId":2034,"tags":{"astUsed":"true"},"startTime":1748961247447,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":3442,"timestamp":7163839972,"id":2041,"parentId":1854,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/VisualElement.mjs","layer":"app-pages-browser"},"startTime":1748961247464,"traceId":"1d7d79b67620d551"},{"name":"font-loader","duration":887738,"timestamp":7162966159,"id":1990,"parentId":1989,"tags":{},"startTime":1748961246591,"traceId":"1d7d79b67620d551"},{"name":"postcss","duration":638,"timestamp":7163853955,"id":2042,"parentId":1989,"tags":{},"startTime":1748961247478,"traceId":"1d7d79b67620d551"},{"name":"next-font-loader","duration":888537,"timestamp":7162966108,"id":1989,"parentId":1984,"tags":{},"startTime":1748961246591,"traceId":"1d7d79b67620d551"},{"name":"css-loader","duration":1662,"timestamp":7163854621,"id":2043,"parentId":1984,"tags":{"astUsed":"true"},"startTime":1748961247479,"traceId":"1d7d79b67620d551"},{"name":"build-module","duration":891538,"timestamp":7162965172,"id":1984,"parentId":1885,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/font/local/target.css.webpack[javascript/auto]!=!/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[3].use[1]!/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[13].oneOf[3].use[2]!/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/font/local/target.css?{\"path\":\"src/app/fonts.ts\",\"import\":\"\",\"arguments\":[{\"src\":[{\"path\":\"./fonts/SFMono/SFMonoLight.otf\",\"weight\":\"300\"},{\"path\":\"./fonts/SFMono/SFMonoRegular.otf\",\"weight\":\"400\"},{\"path\":\"./fonts/SFMono/SFMonoMedium.otf\",\"weight\":\"500\"},{\"path\":\"./fonts/SFMono/SFMonoSemibold.otf\",\"weight\":\"600\"},{\"path\":\"./fonts/SFMono/SFMonoBold.otf\",\"weight\":\"700\"},{\"path\":\"./fonts/SFMono/SFMonoHeavy.otf\",\"weight\":\"800\"}],\"variable\":\"--font-sf-mono\",\"display\":\"swap\"}],\"variableName\":\"sfMono\"}","layer":null},"startTime":1748961246590,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1338,"timestamp":7163858363,"id":2044,"parentId":1854,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/utils/use-animation-frame.mjs","layer":"app-pages-browser"},"startTime":1748961247483,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1515,"timestamp":7163858507,"id":2045,"parentId":1854,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/utils/use-cycle.mjs","layer":"app-pages-browser"},"startTime":1748961247483,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1662,"timestamp":7163858583,"id":2046,"parentId":1854,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/hooks/use-animation.mjs","layer":"app-pages-browser"},"startTime":1748961247483,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1877,"timestamp":7163858658,"id":2047,"parentId":1854,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/interfaces/visual-element.mjs","layer":"app-pages-browser"},"startTime":1748961247483,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2167,"timestamp":7163858728,"id":2048,"parentId":1854,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/components/AnimatePresence/use-presence.mjs","layer":"app-pages-browser"},"startTime":1748961247483,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2252,"timestamp":7163858798,"id":2049,"parentId":1854,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/components/AnimatePresence/use-presence-data.mjs","layer":"app-pages-browser"},"startTime":1748961247483,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2306,"timestamp":7163863442,"id":2050,"parentId":1854,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/gestures/drag/use-drag-controls.mjs","layer":"app-pages-browser"},"startTime":1748961247488,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2164,"timestamp":7163866205,"id":2051,"parentId":1854,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/motion/utils/is-motion-component.mjs","layer":"app-pages-browser"},"startTime":1748961247491,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2225,"timestamp":7163866337,"id":2052,"parentId":1854,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/motion/utils/unwrap-motion-component.mjs","layer":"app-pages-browser"},"startTime":1748961247491,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2375,"timestamp":7163866418,"id":2053,"parentId":1854,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/motion/utils/valid-prop.mjs","layer":"app-pages-browser"},"startTime":1748961247491,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2481,"timestamp":7163866513,"id":2054,"parentId":1854,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/projection/styles/scale-correction.mjs","layer":"app-pages-browser"},"startTime":1748961247491,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2868,"timestamp":7163866592,"id":2055,"parentId":1854,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/html/utils/build-transform.mjs","layer":"app-pages-browser"},"startTime":1748961247491,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":3072,"timestamp":7163866678,"id":2056,"parentId":1854,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/utils/use-in-view.mjs","layer":"app-pages-browser"},"startTime":1748961247491,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":3314,"timestamp":7163866747,"id":2057,"parentId":1854,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/utils/use-instant-transition.mjs","layer":"app-pages-browser"},"startTime":1748961247491,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":4346,"timestamp":7163867030,"id":2061,"parentId":1854,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/context/SwitchLayoutGroupContext.mjs","layer":"app-pages-browser"},"startTime":1748961247492,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":4593,"timestamp":7163866951,"id":2060,"parentId":1854,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/context/PresenceContext.mjs","layer":"app-pages-browser"},"startTime":1748961247491,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":4820,"timestamp":7163866884,"id":2059,"parentId":1854,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/context/MotionConfigContext.mjs","layer":"app-pages-browser"},"startTime":1748961247491,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":3661,"timestamp":7163875327,"id":2062,"parentId":1854,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/components/AnimateSharedLayout.mjs","layer":"app-pages-browser"},"startTime":1748961247500,"traceId":"1d7d79b67620d551"}]
21
- [{"name":"build-module-mjs","duration":3895,"timestamp":7163875496,"id":2063,"parentId":1854,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/context/DeprecatedLayoutGroupContext.mjs","layer":"app-pages-browser"},"startTime":1748961247500,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":4245,"timestamp":7163875574,"id":2064,"parentId":1854,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/value/use-inverted-scale.mjs","layer":"app-pages-browser"},"startTime":1748961247500,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":4464,"timestamp":7163875639,"id":2065,"parentId":1854,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/utils/delay.mjs","layer":"app-pages-browser"},"startTime":1748961247500,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":14562,"timestamp":7163866816,"id":2058,"parentId":1854,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/context/LayoutGroupContext.mjs","layer":"app-pages-browser"},"startTime":1748961247491,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":4656,"timestamp":7163883077,"id":2066,"parentId":1854,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/optimized-appear/data-id.mjs","layer":"app-pages-browser"},"startTime":1748961247508,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":5456,"timestamp":7163883213,"id":2067,"parentId":1854,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/optimized-appear/start.mjs","layer":"app-pages-browser"},"startTime":1748961247508,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":5588,"timestamp":7163883351,"id":2069,"parentId":1854,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/utils/flat-tree.mjs","layer":"app-pages-browser"},"startTime":1748961247508,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":6000,"timestamp":7163883413,"id":2070,"parentId":1854,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/hooks/use-animated-state.mjs","layer":"app-pages-browser"},"startTime":1748961247508,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":6084,"timestamp":7163883476,"id":2071,"parentId":1854,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/components/Reorder/namespace.mjs","layer":"app-pages-browser"},"startTime":1748961247508,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":6327,"timestamp":7163883539,"id":2072,"parentId":1854,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/animate/index.mjs","layer":"app-pages-browser"},"startTime":1748961247508,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":6494,"timestamp":7163883601,"id":2073,"parentId":1854,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/animators/waapi/animate-style.mjs","layer":"app-pages-browser"},"startTime":1748961247508,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":6641,"timestamp":7163883663,"id":2074,"parentId":1854,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/dom/scroll/index.mjs","layer":"app-pages-browser"},"startTime":1748961247508,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":6875,"timestamp":7163883725,"id":2075,"parentId":1854,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/utils/stagger.mjs","layer":"app-pages-browser"},"startTime":1748961247508,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":7377,"timestamp":7163883787,"id":2076,"parentId":1854,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/dom/scroll/track.mjs","layer":"app-pages-browser"},"startTime":1748961247508,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":7699,"timestamp":7163883848,"id":2077,"parentId":1854,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/dom/viewport/index.mjs","layer":"app-pages-browser"},"startTime":1748961247508,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":8000,"timestamp":7163883911,"id":2078,"parentId":1854,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/utils/transform.mjs","layer":"app-pages-browser"},"startTime":1748961247508,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":16194,"timestamp":7163883286,"id":2068,"parentId":1854,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/context/MotionContext/index.mjs","layer":"app-pages-browser"},"startTime":1748961247508,"traceId":"1d7d79b67620d551"},{"name":"build-module","duration":314,"timestamp":7163902464,"id":2081,"parentId":1927,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/build/webpack/loaders/next-flight-server-reference-proxy-loader.js?id=7fe55552c27883c6380fe708a8db93597814d50557&name=getEmailPathFromSlug!","layer":"app-pages-browser"},"startTime":1748961247527,"traceId":"1d7d79b67620d551"},{"name":"build-module","duration":222,"timestamp":7163902794,"id":2082,"parentId":1926,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/build/webpack/loaders/next-flight-server-reference-proxy-loader.js?id=7fe2413412131fb0a7faf76393844252374a97ec77&name=renderEmailByPath!","layer":"app-pages-browser"},"startTime":1748961247527,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1331,"timestamp":7163903029,"id":2083,"parentId":1870,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/compiled/react-dom/cjs/react-dom.production.js","layer":"app-pages-browser"},"startTime":1748961247528,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":3795,"timestamp":7163902220,"id":2079,"parentId":1854,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/utils/distance.mjs","layer":"app-pages-browser"},"startTime":1748961247527,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":4464,"timestamp":7163902376,"id":2080,"parentId":1854,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/index.mjs","layer":"app-pages-browser"},"startTime":1748961247527,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":4661,"timestamp":7163903124,"id":2085,"parentId":1880,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/encode-uri-path.js","layer":"app-pages-browser"},"startTime":1748961247528,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":5000,"timestamp":7163903068,"id":2084,"parentId":1871,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/image-blur-svg.js","layer":"app-pages-browser"},"startTime":1748961247528,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":5303,"timestamp":7163903150,"id":2086,"parentId":1882,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/app-call-server.js","layer":"app-pages-browser"},"startTime":1748961247528,"traceId":"1d7d79b67620d551"},{"name":"build-module","duration":369,"timestamp":7163933314,"id":2092,"parentId":1938,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/build/webpack/loaders/next-flight-server-reference-proxy-loader.js?id=7f94c6551f6e3e6429fa57b5342d92ac6c7a421cc6&name=checkCompatibility!","layer":"app-pages-browser"},"startTime":1748961247558,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":317,"timestamp":7163933702,"id":2093,"parentId":1881,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/build/deployment-id.js","layer":"pages-dir-browser"},"startTime":1748961247558,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2678,"timestamp":7163933248,"id":2089,"parentId":1883,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/router/utils/is-dynamic.js","layer":"pages-dir-browser"},"startTime":1748961247558,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3121,"timestamp":7163933209,"id":2088,"parentId":1882,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/app-build-id.js","layer":"app-pages-browser"},"startTime":1748961247558,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3619,"timestamp":7163933085,"id":2087,"parentId":1882,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/app-find-source-map-url.js","layer":"app-pages-browser"},"startTime":1748961247558,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3940,"timestamp":7163933270,"id":2090,"parentId":1883,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/router/utils/querystring.js","layer":"pages-dir-browser"},"startTime":1748961247558,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1213,"timestamp":7163938754,"id":2094,"parentId":1880,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/build/deployment-id.js","layer":"app-pages-browser"},"startTime":1748961247563,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":8276,"timestamp":7163933289,"id":2091,"parentId":1911,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/router/utils/querystring.js","layer":"app-pages-browser"},"startTime":1748961247558,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2913,"timestamp":7163938996,"id":2098,"parentId":1890,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/has-base-path.js","layer":"app-pages-browser"},"startTime":1748961247564,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3251,"timestamp":7163938968,"id":2097,"parentId":1883,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/has-base-path.js","layer":"pages-dir-browser"},"startTime":1748961247563,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3646,"timestamp":7163938894,"id":2095,"parentId":1883,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/remove-base-path.js","layer":"pages-dir-browser"},"startTime":1748961247563,"traceId":"1d7d79b67620d551"},{"name":"build-module-css","duration":873535,"timestamp":7163069210,"id":2034,"parentId":1895,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/app/globals.css.webpack[javascript/auto]!=!/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[2]!/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[3]!/home/gabriel/Projects/resend/react-email/packages/react-email/src/app/globals.css","layer":null},"startTime":1748961246694,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":4205,"timestamp":7163938934,"id":2096,"parentId":1890,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/remove-base-path.js","layer":"app-pages-browser"},"startTime":1748961247563,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":4375,"timestamp":7163939031,"id":2099,"parentId":1883,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/hooks-client-context.shared-runtime.js","layer":"pages-dir-browser"},"startTime":1748961247564,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":646,"timestamp":7163944438,"id":2107,"parentId":1883,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/build/polyfills/polyfill-module.js","layer":"pages-dir-browser"},"startTime":1748961247569,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2623,"timestamp":7163944366,"id":2106,"parentId":1882,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/build/polyfills/polyfill-module.js","layer":"app-pages-browser"},"startTime":1748961247569,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3250,"timestamp":7163944128,"id":2100,"parentId":1892,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/hooks-client-context.shared-runtime.js","layer":"app-pages-browser"},"startTime":1748961247569,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3779,"timestamp":7163944261,"id":2102,"parentId":1890,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/app-router-announcer.js","layer":"app-pages-browser"},"startTime":1748961247569,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":4415,"timestamp":7163944224,"id":2101,"parentId":1882,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/router-reducer/create-initial-router-state.js","layer":"app-pages-browser"},"startTime":1748961247569,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":4600,"timestamp":7163944316,"id":2104,"parentId":1890,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/router-reducer/create-href-from-url.js","layer":"app-pages-browser"},"startTime":1748961247569,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":4707,"timestamp":7163944456,"id":2108,"parentId":1882,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/globals/handle-global-errors.js","layer":"app-pages-browser"},"startTime":1748961247569,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":5465,"timestamp":7163944289,"id":2103,"parentId":1890,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/redirect.js","layer":"app-pages-browser"},"startTime":1748961247569,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":12563,"timestamp":7163944341,"id":2105,"parentId":1890,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/router-reducer/compute-changed-path.js","layer":"app-pages-browser"},"startTime":1748961247569,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":4342,"timestamp":7163952891,"id":2109,"parentId":1882,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/globals/patch-console.js","layer":"app-pages-browser"},"startTime":1748961247577,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":4611,"timestamp":7163952997,"id":2110,"parentId":1882,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/react-client-callbacks/on-recoverable-error.js","layer":"app-pages-browser"},"startTime":1748961247578,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":4858,"timestamp":7163953068,"id":2112,"parentId":1883,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/react-client-callbacks/on-recoverable-error.js","layer":"pages-dir-browser"},"startTime":1748961247578,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":5225,"timestamp":7163953090,"id":2113,"parentId":1890,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/router/utils/is-bot.js","layer":"app-pages-browser"},"startTime":1748961247578,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":5618,"timestamp":7163953140,"id":2115,"parentId":1890,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/redirect-error.js","layer":"app-pages-browser"},"startTime":1748961247578,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":6108,"timestamp":7163953114,"id":2114,"parentId":1890,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/router-reducer/reducers/find-head-in-cache.js","layer":"app-pages-browser"},"startTime":1748961247578,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":6287,"timestamp":7163953162,"id":2116,"parentId":1883,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/runtime-config.external.js","layer":"pages-dir-browser"},"startTime":1748961247578,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":6525,"timestamp":7163953180,"id":2117,"parentId":1883,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/mitt.js","layer":"pages-dir-browser"},"startTime":1748961247578,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":6940,"timestamp":7163953219,"id":2119,"parentId":1898,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/normalize-trailing-slash.js","layer":"app-pages-browser"},"startTime":1748961247578,"traceId":"1d7d79b67620d551"},{"name":"build-module","duration":11,"timestamp":7163961549,"id":2127,"parentId":1877,"tags":{"layer":null},"startTime":1748961247586,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":464,"timestamp":7163961433,"id":2122,"parentId":1882,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/compiled/react-dom/client.js","layer":"app-pages-browser"},"startTime":1748961247586,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":16862,"timestamp":7163953242,"id":2120,"parentId":1883,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/route-announcer.js","layer":"pages-dir-browser"},"startTime":1748961247578,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":18034,"timestamp":7163953200,"id":2118,"parentId":1883,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/page-loader.js","layer":"pages-dir-browser"},"startTime":1748961247578,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":18986,"timestamp":7163953041,"id":2111,"parentId":1882,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/react-client-callbacks/error-boundary-callbacks.js","layer":"app-pages-browser"},"startTime":1748961247578,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":11248,"timestamp":7163961317,"id":2121,"parentId":1893,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/request/search-params.browser.prod.js","layer":"app-pages-browser"},"startTime":1748961247586,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":11277,"timestamp":7163961521,"id":2126,"parentId":1898,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js","layer":"app-pages-browser"},"startTime":1748961247586,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":11635,"timestamp":7163961569,"id":2128,"parentId":1907,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/flight-data-helpers.js","layer":"app-pages-browser"},"startTime":1748961247586,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":13174,"timestamp":7163961461,"id":2123,"parentId":1883,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/script.js","layer":"pages-dir-browser"},"startTime":1748961247586,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":14141,"timestamp":7163961503,"id":2125,"parentId":1883,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/head-manager.js","layer":"pages-dir-browser"},"startTime":1748961247586,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":18398,"timestamp":7163961484,"id":2124,"parentId":1883,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/router/adapters.js","layer":"pages-dir-browser"},"startTime":1748961247586,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":368,"timestamp":7163983515,"id":2130,"parentId":1882,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/compiled/react-server-dom-webpack/client.js","layer":"app-pages-browser"},"startTime":1748961247608,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2903,"timestamp":7163983369,"id":2129,"parentId":1902,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/is-thenable.js","layer":"app-pages-browser"},"startTime":1748961247608,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3074,"timestamp":7163983583,"id":2132,"parentId":1908,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/segment.js","layer":"app-pages-browser"},"startTime":1748961247608,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3506,"timestamp":7163983613,"id":2133,"parentId":1907,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/app-router-headers.js","layer":"app-pages-browser"},"startTime":1748961247608,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":598,"timestamp":7163988560,"id":2149,"parentId":1883,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/react-dom@19.0.0_react@19.0.0/node_modules/react-dom/client.js","layer":"pages-dir-browser"},"startTime":1748961247613,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":786,"timestamp":7163988651,"id":2151,"parentId":1921,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/compiled/react/cjs/react-jsx-runtime.production.js","layer":"app-pages-browser"},"startTime":1748961247613,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":4350,"timestamp":7163988092,"id":2142,"parentId":1929,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/build/webpack/loaders/next-flight-loader/action-client-wrapper.js","layer":"app-pages-browser"},"startTime":1748961247613,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":11599,"timestamp":7163983546,"id":2131,"parentId":1905,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/segment-cache.js","layer":"app-pages-browser"},"startTime":1748961247608,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":11947,"timestamp":7163983639,"id":2134,"parentId":1907,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/router-reducer/set-cache-busting-search-param.js","layer":"app-pages-browser"},"startTime":1748961247608,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":12658,"timestamp":7163983663,"id":2135,"parentId":1910,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/router/utils/interception-routes.js","layer":"app-pages-browser"},"startTime":1748961247608,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":10072,"timestamp":7163987947,"id":2138,"parentId":1919,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/server-inserted-html.shared-runtime.js","layer":"app-pages-browser"},"startTime":1748961247612,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":10509,"timestamp":7163987802,"id":2136,"parentId":1918,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/is-plain-object.js","layer":"pages-dir-browser"},"startTime":1748961247612,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":10916,"timestamp":7163987905,"id":2137,"parentId":1919,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/navigation.react-server.js","layer":"app-pages-browser"},"startTime":1748961247612,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":11342,"timestamp":7163987989,"id":2139,"parentId":1912,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/router-reducer/router-reducer.js","layer":"app-pages-browser"},"startTime":1748961247613,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":11806,"timestamp":7163988031,"id":2140,"parentId":1912,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/router-reducer/reducers/prefetch-reducer.js","layer":"app-pages-browser"},"startTime":1748961247613,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":12051,"timestamp":7163988061,"id":2141,"parentId":1919,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/router-reducer/reducers/get-segment-value.js","layer":"app-pages-browser"},"startTime":1748961247613,"traceId":"1d7d79b67620d551"},{"name":"build-module-ts","duration":12101,"timestamp":7163988180,"id":2143,"parentId":1933,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/actions/email-validation/check-images.ts","layer":"app-pages-browser"},"startTime":1748961247613,"traceId":"1d7d79b67620d551"},{"name":"build-module-tsx","duration":12170,"timestamp":7163988365,"id":2145,"parentId":1943,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/components/icons/icon-file.tsx","layer":"app-pages-browser"},"startTime":1748961247613,"traceId":"1d7d79b67620d551"},{"name":"build-module-ts","duration":12362,"timestamp":7163988298,"id":2144,"parentId":1933,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/actions/email-validation/check-links.ts","layer":"app-pages-browser"},"startTime":1748961247613,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":12546,"timestamp":7163988436,"id":2146,"parentId":1894,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/request/params.browser.prod.js","layer":"app-pages-browser"},"startTime":1748961247613,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":12895,"timestamp":7163988538,"id":2148,"parentId":1883,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/tracing/tracer.js","layer":"pages-dir-browser"},"startTime":1748961247613,"traceId":"1d7d79b67620d551"},{"name":"build-module-tsx","duration":13399,"timestamp":7163988462,"id":2147,"parentId":1943,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/components/sidebar/file-tree-directory.tsx","layer":"app-pages-browser"},"startTime":1748961247613,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":13787,"timestamp":7163988742,"id":2153,"parentId":1955,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/router/utils/format-url.js","layer":"pages-dir-browser"},"startTime":1748961247613,"traceId":"1d7d79b67620d551"},{"name":"add-entry","duration":1811380,"timestamp":7162193991,"id":1776,"parentId":1772,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fclient%2Fcomponents%2Fnot-found-error&page=%2F_not-found%2Fpage!"},"startTime":1748961245819,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":22548,"timestamp":7163988579,"id":2150,"parentId":1930,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@radix-ui+react-dismissable-layer@1.1.7_@types+react-dom@19.0.1_@types+react@19.0.1_rea_5b3b4ad1ab08d2ccd627e4e4a6885471/node_modules/@radix-ui/react-dismissable-layer/dist/index.mjs","layer":"app-pages-browser"},"startTime":1748961247613,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":24534,"timestamp":7163988667,"id":2152,"parentId":1930,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@radix-ui+react-popper@1.2.4_@types+react-dom@19.0.1_@types+react@19.0.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/@radix-ui/react-popper/dist/index.mjs","layer":"app-pages-browser"},"startTime":1748961247613,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":5804,"timestamp":7164020604,"id":2154,"parentId":1955,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/add-base-path.js","layer":"pages-dir-browser"},"startTime":1748961247645,"traceId":"1d7d79b67620d551"},{"name":"build-module","duration":14,"timestamp":7164026860,"id":2158,"parentId":1955,"tags":{"layer":null},"startTime":1748961247651,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1806,"timestamp":7164026883,"id":2159,"parentId":1930,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@radix-ui+react-visually-hidden@1.2.0_@types+react-dom@19.0.1_@types+react@19.0.1_react_66de2a1564c67011881dfa0830fd9c7f/node_modules/@radix-ui/react-visually-hidden/dist/index.mjs","layer":"app-pages-browser"},"startTime":1748961247651,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1967,"timestamp":7164026956,"id":2160,"parentId":1944,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@radix-ui+react-use-layout-effect@1.1.1_@types+react@19.0.1_react@19.0.0/node_modules/@radix-ui/react-use-layout-effect/dist/index.mjs","layer":"app-pages-browser"},"startTime":1748961247651,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2200,"timestamp":7164027054,"id":2162,"parentId":1968,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/components/create-proxy.mjs","layer":"app-pages-browser"},"startTime":1748961247652,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2273,"timestamp":7164027117,"id":2163,"parentId":1968,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/components/m/create.mjs","layer":"app-pages-browser"},"startTime":1748961247652,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2349,"timestamp":7164027182,"id":2164,"parentId":1969,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/components/motion/create.mjs","layer":"app-pages-browser"},"startTime":1748961247652,"traceId":"1d7d79b67620d551"}]
22
- [{"name":"build-module-js","duration":3741,"timestamp":7164026631,"id":2155,"parentId":1955,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/router/utils/is-local-url.js","layer":"pages-dir-browser"},"startTime":1748961247651,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":4026,"timestamp":7164026744,"id":2156,"parentId":1955,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/router/utils/is-bot.js","layer":"pages-dir-browser"},"startTime":1748961247651,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":4120,"timestamp":7164027028,"id":2161,"parentId":1883,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/portal/index.js","layer":"pages-dir-browser"},"startTime":1748961247652,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":9670,"timestamp":7164026778,"id":2157,"parentId":1930,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@radix-ui+react-portal@1.1.6_@types+react-dom@19.0.1_@types+react@19.0.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/@radix-ui/react-portal/dist/index.mjs","layer":"app-pages-browser"},"startTime":1748961247651,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":496,"timestamp":7164037075,"id":2165,"parentId":1922,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/react@19.0.0/node_modules/react/cjs/react-jsx-runtime.production.js","layer":"pages-dir-browser"},"startTime":1748961247662,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2542,"timestamp":7164037137,"id":2166,"parentId":1924,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/react@19.0.0/node_modules/react/cjs/react.production.js","layer":"pages-dir-browser"},"startTime":1748961247662,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2614,"timestamp":7164037264,"id":2168,"parentId":1876,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/build/polyfills/process.js","layer":"pages-dir-browser"},"startTime":1748961247662,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":4921,"timestamp":7164037154,"id":2167,"parentId":1861,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/build/polyfills/process.js","layer":"app-pages-browser"},"startTime":1748961247662,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":4132,"timestamp":7164043812,"id":2169,"parentId":1956,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@radix-ui+react-toggle@1.1.6_@types+react-dom@19.0.1_@types+react@19.0.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/@radix-ui/react-toggle/dist/index.mjs","layer":"app-pages-browser"},"startTime":1748961247668,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3388,"timestamp":7164051206,"id":2172,"parentId":1954,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/aria-hidden@1.2.4/node_modules/aria-hidden/dist/es2015/index.js","layer":"app-pages-browser"},"startTime":1748961247676,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3432,"timestamp":7164051336,"id":2175,"parentId":1954,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/react-remove-scroll@2.6.3_@types+react@19.0.1_react@19.0.0/node_modules/react-remove-scroll/dist/es2015/index.js","layer":"app-pages-browser"},"startTime":1748961247676,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":3556,"timestamp":7164051403,"id":2176,"parentId":1964,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/utils/use-constant.mjs","layer":"app-pages-browser"},"startTime":1748961247676,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":3605,"timestamp":7164051560,"id":2178,"parentId":1964,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/components/AnimatePresence/utils.mjs","layer":"app-pages-browser"},"startTime":1748961247676,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":3726,"timestamp":7164051623,"id":2179,"parentId":1965,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/projection/node/group.mjs","layer":"app-pages-browser"},"startTime":1748961247676,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":3716,"timestamp":7164051762,"id":2181,"parentId":1966,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/motion/features/load-features.mjs","layer":"app-pages-browser"},"startTime":1748961247676,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":4005,"timestamp":7164051868,"id":2183,"parentId":1971,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/socket.io-client@4.8.1/node_modules/socket.io-client/build/esm/url.js","layer":"app-pages-browser"},"startTime":1748961247676,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":5250,"timestamp":7164051942,"id":2184,"parentId":1971,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/socket.io-client@4.8.1/node_modules/socket.io-client/build/esm/manager.js","layer":"app-pages-browser"},"startTime":1748961247676,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":7314,"timestamp":7164052016,"id":2185,"parentId":1971,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/socket.io-client@4.8.1/node_modules/socket.io-client/build/esm/socket.js","layer":"app-pages-browser"},"startTime":1748961247677,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":9392,"timestamp":7164051279,"id":2173,"parentId":2023,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/image-config.js","layer":"pages-dir-browser"},"startTime":1748961247676,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":9310,"timestamp":7164051840,"id":2182,"parentId":2025,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/redirect-error.js","layer":"pages-dir-browser"},"startTime":1748961247676,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":10280,"timestamp":7164051312,"id":2174,"parentId":2025,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/http-access-fallback/http-access-fallback.js","layer":"pages-dir-browser"},"startTime":1748961247676,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":10094,"timestamp":7164051693,"id":2180,"parentId":1966,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/context/LazyContext.mjs","layer":"app-pages-browser"},"startTime":1748961247676,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1337,"timestamp":7164064503,"id":2196,"parentId":1955,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/lib/constants.js","layer":"pages-dir-browser"},"startTime":1748961247689,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1341,"timestamp":7164064711,"id":2201,"parentId":1955,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/lib/is-api-route.js","layer":"pages-dir-browser"},"startTime":1748961247689,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":7816,"timestamp":7164064526,"id":2197,"parentId":1971,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/socket.io-parser@4.2.4/node_modules/socket.io-parser/build/esm/index.js","layer":"app-pages-browser"},"startTime":1748961247689,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":8053,"timestamp":7164064642,"id":2200,"parentId":1971,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/engine.io-client@6.6.2/node_modules/engine.io-client/build/esm/index.js","layer":"app-pages-browser"},"startTime":1748961247689,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":24045,"timestamp":7164050962,"id":2170,"parentId":1954,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@radix-ui+react-focus-guards@1.1.2_@types+react@19.0.1_react@19.0.0/node_modules/@radix-ui/react-focus-guards/dist/index.mjs","layer":"app-pages-browser"},"startTime":1748961247675,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":24060,"timestamp":7164051491,"id":2177,"parentId":1964,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/components/AnimatePresence/PresenceChild.mjs","layer":"app-pages-browser"},"startTime":1748961247676,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":25744,"timestamp":7164051123,"id":2171,"parentId":1954,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@radix-ui+react-focus-scope@1.1.4_@types+react-dom@19.0.1_@types+react@19.0.1_react-dom_8860e3fe9b14d41957edb8be4294b71a/node_modules/@radix-ui/react-focus-scope/dist/index.mjs","layer":"app-pages-browser"},"startTime":1748961247676,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":12880,"timestamp":7164064293,"id":2187,"parentId":1955,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/page-path/denormalize-page-path.js","layer":"pages-dir-browser"},"startTime":1748961247689,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":12988,"timestamp":7164064363,"id":2189,"parentId":1955,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js","layer":"pages-dir-browser"},"startTime":1748961247689,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":13237,"timestamp":7164064384,"id":2190,"parentId":1955,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/router/utils/parse-relative-url.js","layer":"pages-dir-browser"},"startTime":1748961247689,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":13625,"timestamp":7164064339,"id":2188,"parentId":1955,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/i18n/normalize-locale-path.js","layer":"pages-dir-browser"},"startTime":1748961247689,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":13851,"timestamp":7164064404,"id":2191,"parentId":1955,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/router/utils/route-matcher.js","layer":"pages-dir-browser"},"startTime":1748961247689,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":13996,"timestamp":7164064443,"id":2193,"parentId":1955,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/router/utils/parse-path.js","layer":"pages-dir-browser"},"startTime":1748961247689,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":14381,"timestamp":7164064463,"id":2194,"parentId":1955,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/router/utils/get-next-pathname-info.js","layer":"pages-dir-browser"},"startTime":1748961247689,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":14629,"timestamp":7164064483,"id":2195,"parentId":1955,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/router/utils/format-next-pathname-info.js","layer":"pages-dir-browser"},"startTime":1748961247689,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":14851,"timestamp":7164064596,"id":2198,"parentId":1955,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/detect-domain-locale.js","layer":"pages-dir-browser"},"startTime":1748961247689,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":15038,"timestamp":7164064746,"id":2203,"parentId":1955,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/add-locale.js","layer":"pages-dir-browser"},"startTime":1748961247689,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":15830,"timestamp":7164064726,"id":2202,"parentId":1955,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/resolve-href.js","layer":"pages-dir-browser"},"startTime":1748961247689,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":17313,"timestamp":7164064424,"id":2192,"parentId":1955,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/router/utils/route-regex.js","layer":"pages-dir-browser"},"startTime":1748961247689,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":18628,"timestamp":7164064622,"id":2199,"parentId":1955,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/route-loader.js","layer":"pages-dir-browser"},"startTime":1748961247689,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":30202,"timestamp":7164064140,"id":2186,"parentId":1970,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@radix-ui+react-menu@2.1.10_@types+react-dom@19.0.1_@types+react@19.0.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/@radix-ui/react-menu/dist/index.mjs","layer":"app-pages-browser"},"startTime":1748961247689,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":4413,"timestamp":7164101726,"id":2207,"parentId":1986,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@radix-ui+react-use-effect-event@0.0.2_@types+react@19.0.1_react@19.0.0/node_modules/@radix-ui/react-use-effect-event/dist/index.mjs","layer":"app-pages-browser"},"startTime":1748961247726,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":5323,"timestamp":7164101808,"id":2208,"parentId":1955,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/router/utils/omit.js","layer":"pages-dir-browser"},"startTime":1748961247726,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":5760,"timestamp":7164101668,"id":2205,"parentId":1955,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/router/utils/compare-states.js","layer":"pages-dir-browser"},"startTime":1748961247726,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":6138,"timestamp":7164101703,"id":2206,"parentId":1955,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/router/utils/interpolate-as.js","layer":"pages-dir-browser"},"startTime":1748961247726,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":6670,"timestamp":7164101553,"id":2204,"parentId":1955,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/remove-locale.js","layer":"pages-dir-browser"},"startTime":1748961247726,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":549,"timestamp":7164108804,"id":2211,"parentId":1983,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/build/webpack/loaders/css-loader/src/runtime/api.js","layer":null},"startTime":1748961247733,"traceId":"1d7d79b67620d551"},{"name":"build-module","duration":1551716,"timestamp":7162567503,"id":1884,"parentId":1784,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/font/google/target.css?{\"path\":\"src/app/fonts.ts\",\"import\":\"Inter\",\"arguments\":[{\"subsets\":[\"latin\"],\"variable\":\"--font-inter\",\"display\":\"swap\"}],\"variableName\":\"inter\"}","layer":"app-pages-browser"},"startTime":1748961246192,"traceId":"1d7d79b67620d551"},{"name":"build-module","duration":1549344,"timestamp":7162570462,"id":1885,"parentId":1784,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/font/local/target.css?{\"path\":\"src/app/fonts.ts\",\"import\":\"\",\"arguments\":[{\"src\":[{\"path\":\"./fonts/SFMono/SFMonoLight.otf\",\"weight\":\"300\"},{\"path\":\"./fonts/SFMono/SFMonoRegular.otf\",\"weight\":\"400\"},{\"path\":\"./fonts/SFMono/SFMonoMedium.otf\",\"weight\":\"500\"},{\"path\":\"./fonts/SFMono/SFMonoSemibold.otf\",\"weight\":\"600\"},{\"path\":\"./fonts/SFMono/SFMonoBold.otf\",\"weight\":\"700\"},{\"path\":\"./fonts/SFMono/SFMonoHeavy.otf\",\"weight\":\"800\"}],\"variable\":\"--font-sf-mono\",\"display\":\"swap\"}],\"variableName\":\"sfMono\"}","layer":"app-pages-browser"},"startTime":1748961246195,"traceId":"1d7d79b67620d551"},{"name":"build-module-css","duration":1514688,"timestamp":7162608306,"id":1895,"parentId":1784,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/app/globals.css","layer":"app-pages-browser"},"startTime":1748961246233,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":10293,"timestamp":7164113428,"id":2212,"parentId":1980,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@radix-ui+react-use-callback-ref@1.1.1_@types+react@19.0.1_react@19.0.0/node_modules/@radix-ui/react-use-callback-ref/dist/index.mjs","layer":"app-pages-browser"},"startTime":1748961247738,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":10283,"timestamp":7164113640,"id":2213,"parentId":1994,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/events/add-dom-event.mjs","layer":"app-pages-browser"},"startTime":1748961247738,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":10387,"timestamp":7164113733,"id":2214,"parentId":1997,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/utils/use-is-mounted.mjs","layer":"app-pages-browser"},"startTime":1748961247738,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":10433,"timestamp":7164113817,"id":2215,"parentId":2002,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/utils/is-animation-controls.mjs","layer":"app-pages-browser"},"startTime":1748961247738,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":10513,"timestamp":7164113900,"id":2216,"parentId":2002,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/utils/is-controlling-variants.mjs","layer":"app-pages-browser"},"startTime":1748961247738,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":16559,"timestamp":7164108678,"id":2210,"parentId":1955,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/bloom-filter.js","layer":"pages-dir-browser"},"startTime":1748961247733,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":27063,"timestamp":7164101833,"id":2209,"parentId":1980,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@radix-ui+react-collection@1.1.4_@types+react-dom@19.0.1_@types+react@19.0.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/@radix-ui/react-collection/dist/index.mjs","layer":"app-pages-browser"},"startTime":1748961247726,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1863,"timestamp":7164136338,"id":2217,"parentId":2002,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/utils/resolve-variants.mjs","layer":"app-pages-browser"},"startTime":1748961247761,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1950,"timestamp":7164136499,"id":2218,"parentId":2007,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/motion/features/gestures.mjs","layer":"app-pages-browser"},"startTime":1748961247761,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2099,"timestamp":7164136575,"id":2219,"parentId":2007,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/dom/create-visual-element.mjs","layer":"app-pages-browser"},"startTime":1748961247761,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2322,"timestamp":7164136640,"id":2220,"parentId":2001,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/motion/features/animation/index.mjs","layer":"app-pages-browser"},"startTime":1748961247761,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2541,"timestamp":7164136702,"id":2221,"parentId":2001,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/motion/features/animation/exit.mjs","layer":"app-pages-browser"},"startTime":1748961247761,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2609,"timestamp":7164136764,"id":2222,"parentId":2008,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/motion/features/drag.mjs","layer":"app-pages-browser"},"startTime":1748961247761,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":4102,"timestamp":7164142017,"id":2223,"parentId":2008,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/motion/features/layout.mjs","layer":"app-pages-browser"},"startTime":1748961247767,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":4291,"timestamp":7164142147,"id":2224,"parentId":2013,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/value/use-combine-values.mjs","layer":"app-pages-browser"},"startTime":1748961247767,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1105,"timestamp":7164147740,"id":2225,"parentId":2018,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/value/use-computed.mjs","layer":"app-pages-browser"},"startTime":1748961247772,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1192,"timestamp":7164147888,"id":2226,"parentId":2022,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/utils/resolve-value.mjs","layer":"app-pages-browser"},"startTime":1748961247772,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1284,"timestamp":7164147963,"id":2227,"parentId":2021,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/value/use-will-change/get-will-change-name.mjs","layer":"app-pages-browser"},"startTime":1748961247772,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1396,"timestamp":7164148039,"id":2228,"parentId":2026,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/utils/reduced-motion/index.mjs","layer":"app-pages-browser"},"startTime":1748961247773,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1434,"timestamp":7164148103,"id":2229,"parentId":2026,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/utils/reduced-motion/state.mjs","layer":"app-pages-browser"},"startTime":1748961247773,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1587,"timestamp":7164148161,"id":2230,"parentId":2031,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-utils@12.7.5/node_modules/motion-utils/dist/es/array.mjs","layer":"app-pages-browser"},"startTime":1748961247773,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1631,"timestamp":7164148218,"id":2231,"parentId":2031,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-utils@12.7.5/node_modules/motion-utils/dist/es/clamp.mjs","layer":"app-pages-browser"},"startTime":1748961247773,"traceId":"1d7d79b67620d551"},{"name":"add-entry","duration":1957016,"timestamp":7162194007,"id":1777,"parentId":1772,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1748961245819,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2074,"timestamp":7164151912,"id":2232,"parentId":2031,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-utils@12.7.5/node_modules/motion-utils/dist/es/errors.mjs","layer":"app-pages-browser"},"startTime":1748961247776,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2044,"timestamp":7164152069,"id":2233,"parentId":2031,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-utils@12.7.5/node_modules/motion-utils/dist/es/global-config.mjs","layer":"app-pages-browser"},"startTime":1748961247777,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2121,"timestamp":7164152143,"id":2234,"parentId":2031,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-utils@12.7.5/node_modules/motion-utils/dist/es/is-numerical-string.mjs","layer":"app-pages-browser"},"startTime":1748961247777,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2154,"timestamp":7164152206,"id":2235,"parentId":2031,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-utils@12.7.5/node_modules/motion-utils/dist/es/is-zero-value-string.mjs","layer":"app-pages-browser"},"startTime":1748961247777,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2216,"timestamp":7164152267,"id":2236,"parentId":2031,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-utils@12.7.5/node_modules/motion-utils/dist/es/memo.mjs","layer":"app-pages-browser"},"startTime":1748961247777,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2226,"timestamp":7164152327,"id":2237,"parentId":2031,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-utils@12.7.5/node_modules/motion-utils/dist/es/noop.mjs","layer":"app-pages-browser"},"startTime":1748961247777,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2427,"timestamp":7164152387,"id":2238,"parentId":2028,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/utils/setters.mjs","layer":"app-pages-browser"},"startTime":1748961247777,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2483,"timestamp":7164152448,"id":2239,"parentId":2031,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-utils@12.7.5/node_modules/motion-utils/dist/es/pipe.mjs","layer":"app-pages-browser"},"startTime":1748961247777,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2553,"timestamp":7164152507,"id":2240,"parentId":2031,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-utils@12.7.5/node_modules/motion-utils/dist/es/progress.mjs","layer":"app-pages-browser"},"startTime":1748961247777,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2759,"timestamp":7164157771,"id":2241,"parentId":2031,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-utils@12.7.5/node_modules/motion-utils/dist/es/subscription-manager.mjs","layer":"app-pages-browser"},"startTime":1748961247782,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2793,"timestamp":7164157893,"id":2242,"parentId":2031,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-utils@12.7.5/node_modules/motion-utils/dist/es/time-conversion.mjs","layer":"app-pages-browser"},"startTime":1748961247782,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2844,"timestamp":7164157965,"id":2243,"parentId":2031,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-utils@12.7.5/node_modules/motion-utils/dist/es/velocity-per-second.mjs","layer":"app-pages-browser"},"startTime":1748961247782,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2933,"timestamp":7164158034,"id":2244,"parentId":2031,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-utils@12.7.5/node_modules/motion-utils/dist/es/warn-once.mjs","layer":"app-pages-browser"},"startTime":1748961247783,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":3001,"timestamp":7164158093,"id":2245,"parentId":2031,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-utils@12.7.5/node_modules/motion-utils/dist/es/wrap.mjs","layer":"app-pages-browser"},"startTime":1748961247783,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":3087,"timestamp":7164158152,"id":2246,"parentId":2031,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-utils@12.7.5/node_modules/motion-utils/dist/es/easing/anticipate.mjs","layer":"app-pages-browser"},"startTime":1748961247783,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":3192,"timestamp":7164158214,"id":2247,"parentId":2031,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-utils@12.7.5/node_modules/motion-utils/dist/es/easing/back.mjs","layer":"app-pages-browser"},"startTime":1748961247783,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":3265,"timestamp":7164158275,"id":2248,"parentId":2031,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-utils@12.7.5/node_modules/motion-utils/dist/es/easing/circ.mjs","layer":"app-pages-browser"},"startTime":1748961247783,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":3520,"timestamp":7164158332,"id":2249,"parentId":2031,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-utils@12.7.5/node_modules/motion-utils/dist/es/easing/cubic-bezier.mjs","layer":"app-pages-browser"},"startTime":1748961247783,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":3600,"timestamp":7164158391,"id":2250,"parentId":2031,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-utils@12.7.5/node_modules/motion-utils/dist/es/easing/ease.mjs","layer":"app-pages-browser"},"startTime":1748961247783,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":3725,"timestamp":7164158449,"id":2251,"parentId":2031,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-utils@12.7.5/node_modules/motion-utils/dist/es/easing/steps.mjs","layer":"app-pages-browser"},"startTime":1748961247783,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":3778,"timestamp":7164158505,"id":2252,"parentId":2031,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-utils@12.7.5/node_modules/motion-utils/dist/es/easing/modifiers/mirror.mjs","layer":"app-pages-browser"},"startTime":1748961247783,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2948,"timestamp":7164163260,"id":2253,"parentId":2031,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-utils@12.7.5/node_modules/motion-utils/dist/es/easing/modifiers/reverse.mjs","layer":"app-pages-browser"},"startTime":1748961247788,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":3016,"timestamp":7164163391,"id":2254,"parentId":2031,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-utils@12.7.5/node_modules/motion-utils/dist/es/easing/utils/get-easing-for-segment.mjs","layer":"app-pages-browser"},"startTime":1748961247788,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":3062,"timestamp":7164163467,"id":2255,"parentId":2031,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-utils@12.7.5/node_modules/motion-utils/dist/es/easing/utils/is-bezier-definition.mjs","layer":"app-pages-browser"},"startTime":1748961247788,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":3095,"timestamp":7164163531,"id":2256,"parentId":2031,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-utils@12.7.5/node_modules/motion-utils/dist/es/easing/utils/is-easing-array.mjs","layer":"app-pages-browser"},"startTime":1748961247788,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":3325,"timestamp":7164163595,"id":2257,"parentId":2031,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-utils@12.7.5/node_modules/motion-utils/dist/es/easing/utils/map.mjs","layer":"app-pages-browser"},"startTime":1748961247788,"traceId":"1d7d79b67620d551"}]
23
- [{"name":"build-module-mjs","duration":3708,"timestamp":7164163656,"id":2258,"parentId":2035,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/projection/node/HTMLProjectionNode.mjs","layer":"app-pages-browser"},"startTime":1748961247788,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":3840,"timestamp":7164163716,"id":2259,"parentId":2033,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/context/MotionContext/create.mjs","layer":"app-pages-browser"},"startTime":1748961247788,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":3930,"timestamp":7164163776,"id":2260,"parentId":2033,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/motion/features/definitions.mjs","layer":"app-pages-browser"},"startTime":1748961247788,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":3932,"timestamp":7164163845,"id":2261,"parentId":2033,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/motion/utils/symbol.mjs","layer":"app-pages-browser"},"startTime":1748961247788,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":4041,"timestamp":7164163905,"id":2262,"parentId":2033,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/motion/utils/use-motion-ref.mjs","layer":"app-pages-browser"},"startTime":1748961247788,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":5870,"timestamp":7164163964,"id":2263,"parentId":2033,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/motion/utils/use-visual-element.mjs","layer":"app-pages-browser"},"startTime":1748961247788,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":4267,"timestamp":7164172887,"id":2264,"parentId":2041,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/utils/motion-values.mjs","layer":"app-pages-browser"},"startTime":1748961247797,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":4384,"timestamp":7164179238,"id":2265,"parentId":2047,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/utils/resolve-dynamic-variants.mjs","layer":"app-pages-browser"},"startTime":1748961247804,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":4862,"timestamp":7164179421,"id":2266,"parentId":2047,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/interfaces/visual-element-target.mjs","layer":"app-pages-browser"},"startTime":1748961247804,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":5343,"timestamp":7164179536,"id":2267,"parentId":2047,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/interfaces/visual-element-variant.mjs","layer":"app-pages-browser"},"startTime":1748961247804,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":5443,"timestamp":7164179613,"id":2268,"parentId":2067,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/optimized-appear/get-appear-id.mjs","layer":"app-pages-browser"},"startTime":1748961247804,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":5629,"timestamp":7164179687,"id":2269,"parentId":2067,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/optimized-appear/handoff.mjs","layer":"app-pages-browser"},"startTime":1748961247804,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":5726,"timestamp":7164179760,"id":2270,"parentId":2067,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/optimized-appear/store.mjs","layer":"app-pages-browser"},"startTime":1748961247804,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":5798,"timestamp":7164179863,"id":2271,"parentId":2067,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/optimized-appear/store-id.mjs","layer":"app-pages-browser"},"startTime":1748961247804,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":5816,"timestamp":7164179939,"id":2272,"parentId":2069,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/utils/compare-by-depth.mjs","layer":"app-pages-browser"},"startTime":1748961247804,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":5763,"timestamp":7164180167,"id":2275,"parentId":2072,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/animate/sequence.mjs","layer":"app-pages-browser"},"startTime":1748961247805,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":6098,"timestamp":7164180240,"id":2276,"parentId":2072,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/animate/subject.mjs","layer":"app-pages-browser"},"startTime":1748961247805,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":6182,"timestamp":7164180342,"id":2277,"parentId":2066,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/dom/utils/camel-to-dash.mjs","layer":"app-pages-browser"},"startTime":1748961247805,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":6734,"timestamp":7164180438,"id":2278,"parentId":2073,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/animators/waapi/animate-elements.mjs","layer":"app-pages-browser"},"startTime":1748961247805,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":6872,"timestamp":7164180511,"id":2279,"parentId":2074,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/dom/scroll/attach-animation.mjs","layer":"app-pages-browser"},"startTime":1748961247805,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":6988,"timestamp":7164180581,"id":2280,"parentId":2074,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/dom/scroll/attach-function.mjs","layer":"app-pages-browser"},"startTime":1748961247805,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":7102,"timestamp":7164180645,"id":2281,"parentId":2076,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/dom/resize/index.mjs","layer":"app-pages-browser"},"startTime":1748961247805,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":7433,"timestamp":7164180702,"id":2282,"parentId":2076,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/dom/scroll/info.mjs","layer":"app-pages-browser"},"startTime":1748961247805,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":7756,"timestamp":7164180805,"id":2284,"parentId":2076,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/dom/scroll/on-scroll-handler.mjs","layer":"app-pages-browser"},"startTime":1748961247805,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":8496,"timestamp":7164180870,"id":2285,"parentId":2080,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/animation/AsyncMotionValueAnimation.mjs","layer":"app-pages-browser"},"startTime":1748961247805,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":8883,"timestamp":7164180934,"id":2286,"parentId":2080,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/animation/GroupAnimation.mjs","layer":"app-pages-browser"},"startTime":1748961247805,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":9027,"timestamp":7164180995,"id":2287,"parentId":2080,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/animation/GroupAnimationWithThen.mjs","layer":"app-pages-browser"},"startTime":1748961247806,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":11456,"timestamp":7164181061,"id":2288,"parentId":2080,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/animation/JSAnimation.mjs","layer":"app-pages-browser"},"startTime":1748961247806,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":12095,"timestamp":7164181119,"id":2289,"parentId":2080,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/animation/NativeAnimation.mjs","layer":"app-pages-browser"},"startTime":1748961247806,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":12349,"timestamp":7164181175,"id":2290,"parentId":2080,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/animation/NativeAnimationExtended.mjs","layer":"app-pages-browser"},"startTime":1748961247806,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":12451,"timestamp":7164181235,"id":2291,"parentId":2080,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/animation/NativeAnimationWrapper.mjs","layer":"app-pages-browser"},"startTime":1748961247806,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":14390,"timestamp":7164180767,"id":2283,"parentId":2089,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/router/utils/interception-routes.js","layer":"pages-dir-browser"},"startTime":1748961247805,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":24486,"timestamp":7164180020,"id":2273,"parentId":2071,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/components/Reorder/Group.mjs","layer":"app-pages-browser"},"startTime":1748961247805,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":25023,"timestamp":7164180093,"id":2274,"parentId":2071,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/components/Reorder/Item.mjs","layer":"app-pages-browser"},"startTime":1748961247805,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1700,"timestamp":7164217196,"id":2292,"parentId":2080,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/animation/utils/active-animations.mjs","layer":"app-pages-browser"},"startTime":1748961247842,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1997,"timestamp":7164217382,"id":2293,"parentId":2080,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/animation/utils/css-variables-conversion.mjs","layer":"app-pages-browser"},"startTime":1748961247842,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2090,"timestamp":7164217471,"id":2294,"parentId":2080,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/animation/utils/get-value-transition.mjs","layer":"app-pages-browser"},"startTime":1748961247842,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1926,"timestamp":7164220414,"id":2295,"parentId":2080,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/animation/utils/is-css-variable.mjs","layer":"app-pages-browser"},"startTime":1748961247845,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2341,"timestamp":7164220557,"id":2296,"parentId":2080,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/animation/generators/inertia.mjs","layer":"app-pages-browser"},"startTime":1748961247845,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2616,"timestamp":7164220631,"id":2297,"parentId":2080,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/animation/generators/keyframes.mjs","layer":"app-pages-browser"},"startTime":1748961247845,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":3220,"timestamp":7164220695,"id":2298,"parentId":2080,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/animation/keyframes/DOMKeyframesResolver.mjs","layer":"app-pages-browser"},"startTime":1748961247845,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":3862,"timestamp":7164220758,"id":2299,"parentId":2080,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/animation/keyframes/KeyframesResolver.mjs","layer":"app-pages-browser"},"startTime":1748961247845,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":4746,"timestamp":7164220819,"id":2300,"parentId":2080,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/animation/generators/spring/index.mjs","layer":"app-pages-browser"},"startTime":1748961247845,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":4912,"timestamp":7164220882,"id":2301,"parentId":2080,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/animation/generators/utils/calc-duration.mjs","layer":"app-pages-browser"},"startTime":1748961247845,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":5080,"timestamp":7164220945,"id":2302,"parentId":2080,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/animation/generators/utils/create-generator-easing.mjs","layer":"app-pages-browser"},"startTime":1748961247845,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1898,"timestamp":7164236878,"id":2303,"parentId":2080,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/animation/generators/utils/is-generator.mjs","layer":"app-pages-browser"},"startTime":1748961247861,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1983,"timestamp":7164237063,"id":2304,"parentId":2080,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/animation/keyframes/offsets/default.mjs","layer":"app-pages-browser"},"startTime":1748961247862,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2425,"timestamp":7164237150,"id":2305,"parentId":2110,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/lib/is-error.js","layer":"app-pages-browser"},"startTime":1748961247862,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2937,"timestamp":7164237238,"id":2306,"parentId":2119,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js","layer":"app-pages-browser"},"startTime":1748961247862,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1451,"timestamp":7164241141,"id":2308,"parentId":2080,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/animation/waapi/start-waapi-animation.mjs","layer":"app-pages-browser"},"startTime":1748961247866,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1575,"timestamp":7164241226,"id":2309,"parentId":2080,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/animation/keyframes/offsets/fill.mjs","layer":"app-pages-browser"},"startTime":1748961247866,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1618,"timestamp":7164241294,"id":2310,"parentId":2080,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/animation/keyframes/offsets/time.mjs","layer":"app-pages-browser"},"startTime":1748961247866,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2449,"timestamp":7164241033,"id":2307,"parentId":2119,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/router/utils/parse-path.js","layer":"app-pages-browser"},"startTime":1748961247866,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2610,"timestamp":7164243801,"id":2311,"parentId":2080,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/animation/keyframes/utils/apply-px-defaults.mjs","layer":"app-pages-browser"},"startTime":1748961247868,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2648,"timestamp":7164243927,"id":2312,"parentId":2080,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/animation/keyframes/utils/fill-wildcards.mjs","layer":"app-pages-browser"},"startTime":1748961247868,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2648,"timestamp":7164244045,"id":2313,"parentId":2080,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/animation/waapi/easing/cubic-bezier.mjs","layer":"app-pages-browser"},"startTime":1748961247869,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1531,"timestamp":7164247412,"id":2314,"parentId":2080,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/animation/waapi/easing/is-supported.mjs","layer":"app-pages-browser"},"startTime":1748961247872,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1641,"timestamp":7164247596,"id":2315,"parentId":2080,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/animation/waapi/easing/map-easing.mjs","layer":"app-pages-browser"},"startTime":1748961247872,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1726,"timestamp":7164247678,"id":2316,"parentId":2080,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/animation/waapi/easing/supported.mjs","layer":"app-pages-browser"},"startTime":1748961247872,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1822,"timestamp":7164247743,"id":2317,"parentId":2080,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/animation/waapi/supports/partial-keyframes.mjs","layer":"app-pages-browser"},"startTime":1748961247872,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2025,"timestamp":7164247811,"id":2318,"parentId":2080,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/animation/waapi/supports/waapi.mjs","layer":"app-pages-browser"},"startTime":1748961247872,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2442,"timestamp":7164247874,"id":2319,"parentId":2080,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/frameloop/batcher.mjs","layer":"app-pages-browser"},"startTime":1748961247872,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2507,"timestamp":7164247934,"id":2320,"parentId":2080,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/animation/waapi/utils/accelerated-values.mjs","layer":"app-pages-browser"},"startTime":1748961247872,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2596,"timestamp":7164248019,"id":2321,"parentId":2080,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/animation/waapi/utils/linear.mjs","layer":"app-pages-browser"},"startTime":1748961247873,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1110,"timestamp":7164253091,"id":2322,"parentId":2080,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/frameloop/microtask.mjs","layer":"app-pages-browser"},"startTime":1748961247878,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1226,"timestamp":7164253219,"id":2323,"parentId":2080,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/frameloop/sync-time.mjs","layer":"app-pages-browser"},"startTime":1748961247878,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1438,"timestamp":7164253291,"id":2324,"parentId":2080,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/gestures/hover.mjs","layer":"app-pages-browser"},"startTime":1748961247878,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1429,"timestamp":7164256319,"id":2325,"parentId":2080,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/gestures/press/index.mjs","layer":"app-pages-browser"},"startTime":1748961247881,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1474,"timestamp":7164256439,"id":2326,"parentId":2080,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/gestures/utils/is-node-or-child.mjs","layer":"app-pages-browser"},"startTime":1748961247881,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1536,"timestamp":7164256513,"id":2327,"parentId":2080,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/gestures/utils/is-primary-pointer.mjs","layer":"app-pages-browser"},"startTime":1748961247881,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2048,"timestamp":7164256603,"id":2328,"parentId":2080,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/render/dom/parse-transform.mjs","layer":"app-pages-browser"},"startTime":1748961247881,"traceId":"1d7d79b67620d551"},{"name":"build-module","duration":398,"timestamp":7164271549,"id":2334,"parentId":2143,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/build/webpack/loaders/next-flight-server-reference-proxy-loader.js?id=7f143410954b15efd0bd840c616fc1ed8c6c46438a&name=checkImages!","layer":"app-pages-browser"},"startTime":1748961247896,"traceId":"1d7d79b67620d551"},{"name":"build-module","duration":241,"timestamp":7164271966,"id":2335,"parentId":2144,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/build/webpack/loaders/next-flight-server-reference-proxy-loader.js?id=7f90691abba2ff7af1cec080755484e131df1fe5ed&name=checkLinks!","layer":"app-pages-browser"},"startTime":1748961247896,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1822,"timestamp":7164271090,"id":2329,"parentId":2080,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/gestures/drag/state/is-active.mjs","layer":"app-pages-browser"},"startTime":1748961247896,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1926,"timestamp":7164271267,"id":2330,"parentId":2080,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/gestures/drag/state/set-active.mjs","layer":"app-pages-browser"},"startTime":1748961247896,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2116,"timestamp":7164271347,"id":2331,"parentId":2080,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/scroll/observe.mjs","layer":"app-pages-browser"},"startTime":1748961247896,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2624,"timestamp":7164271413,"id":2332,"parentId":2080,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/stats/index.mjs","layer":"app-pages-browser"},"startTime":1748961247896,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2673,"timestamp":7164271477,"id":2333,"parentId":2080,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/stats/animation-count.mjs","layer":"app-pages-browser"},"startTime":1748961247896,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2002,"timestamp":7164272217,"id":2336,"parentId":2080,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/stats/buffer.mjs","layer":"app-pages-browser"},"startTime":1748961247897,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2282,"timestamp":7164277881,"id":2337,"parentId":2080,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/utils/interpolate.mjs","layer":"app-pages-browser"},"startTime":1748961247902,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2379,"timestamp":7164278026,"id":2338,"parentId":2080,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/utils/resolve-elements.mjs","layer":"app-pages-browser"},"startTime":1748961247903,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2458,"timestamp":7164278106,"id":2339,"parentId":2080,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/render/dom/style-computed.mjs","layer":"app-pages-browser"},"startTime":1748961247903,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2086,"timestamp":7164282275,"id":2340,"parentId":2080,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/render/dom/style-set.mjs","layer":"app-pages-browser"},"startTime":1748961247907,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2123,"timestamp":7164282393,"id":2341,"parentId":2080,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/render/utils/keys-position.mjs","layer":"app-pages-browser"},"startTime":1748961247907,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2225,"timestamp":7164282466,"id":2342,"parentId":2080,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/render/utils/keys-transform.mjs","layer":"app-pages-browser"},"startTime":1748961247907,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2357,"timestamp":7164282526,"id":2343,"parentId":2080,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/utils/mix/index.mjs","layer":"app-pages-browser"},"startTime":1748961247907,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2784,"timestamp":7164282586,"id":2344,"parentId":2080,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/utils/mix/color.mjs","layer":"app-pages-browser"},"startTime":1748961247907,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":3382,"timestamp":7164282643,"id":2345,"parentId":2080,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/utils/mix/complex.mjs","layer":"app-pages-browser"},"startTime":1748961247907,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":3456,"timestamp":7164282704,"id":2346,"parentId":2080,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/utils/mix/immediate.mjs","layer":"app-pages-browser"},"startTime":1748961247907,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":3507,"timestamp":7164282761,"id":2347,"parentId":2080,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/utils/mix/number.mjs","layer":"app-pages-browser"},"startTime":1748961247907,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":3582,"timestamp":7164282823,"id":2348,"parentId":2080,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/utils/mix/visibility.mjs","layer":"app-pages-browser"},"startTime":1748961247907,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":3041,"timestamp":7164292456,"id":2349,"parentId":2080,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/utils/supports/flags.mjs","layer":"app-pages-browser"},"startTime":1748961247917,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":3218,"timestamp":7164292599,"id":2350,"parentId":2080,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/utils/supports/linear-easing.mjs","layer":"app-pages-browser"},"startTime":1748961247917,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":3299,"timestamp":7164292682,"id":2351,"parentId":2080,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/utils/supports/scroll-timeline.mjs","layer":"app-pages-browser"},"startTime":1748961247917,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":3345,"timestamp":7164292877,"id":2354,"parentId":2080,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/utils/transform.mjs","layer":"app-pages-browser"},"startTime":1748961247917,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":4367,"timestamp":7164292938,"id":2355,"parentId":2080,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/value/index.mjs","layer":"app-pages-browser"},"startTime":1748961247917,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":4539,"timestamp":7164292994,"id":2356,"parentId":2080,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/value/map-value.mjs","layer":"app-pages-browser"},"startTime":1748961247918,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":4695,"timestamp":7164293059,"id":2357,"parentId":2080,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/value/transform-value.mjs","layer":"app-pages-browser"},"startTime":1748961247918,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":4830,"timestamp":7164293121,"id":2358,"parentId":2080,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/value/types/dimensions.mjs","layer":"app-pages-browser"},"startTime":1748961247918,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":5004,"timestamp":7164293179,"id":2359,"parentId":2080,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/value/types/color/index.mjs","layer":"app-pages-browser"},"startTime":1748961247918,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":5210,"timestamp":7164293236,"id":2360,"parentId":2080,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/value/types/color/hex.mjs","layer":"app-pages-browser"},"startTime":1748961247918,"traceId":"1d7d79b67620d551"}]
24
- [{"name":"build-module-mjs","duration":5537,"timestamp":7164293337,"id":2363,"parentId":2080,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/value/types/color/hsla.mjs","layer":"app-pages-browser"},"startTime":1748961247918,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":5827,"timestamp":7164293398,"id":2364,"parentId":2080,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/value/types/color/hsla-to-rgba.mjs","layer":"app-pages-browser"},"startTime":1748961247918,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":6023,"timestamp":7164293456,"id":2365,"parentId":2080,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/value/types/color/rgba.mjs","layer":"app-pages-browser"},"startTime":1748961247918,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":6690,"timestamp":7164293514,"id":2366,"parentId":2080,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/value/types/complex/index.mjs","layer":"app-pages-browser"},"startTime":1748961247918,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":6796,"timestamp":7164293572,"id":2367,"parentId":2080,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/value/types/test.mjs","layer":"app-pages-browser"},"startTime":1748961247918,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":6940,"timestamp":7164293631,"id":2368,"parentId":2080,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/value/types/maps/defaults.mjs","layer":"app-pages-browser"},"startTime":1748961247918,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":7074,"timestamp":7164293689,"id":2369,"parentId":2080,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/value/types/maps/number.mjs","layer":"app-pages-browser"},"startTime":1748961247918,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":7189,"timestamp":7164293749,"id":2370,"parentId":2080,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/value/types/maps/transform.mjs","layer":"app-pages-browser"},"startTime":1748961247918,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":7271,"timestamp":7164293807,"id":2371,"parentId":2080,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/value/types/numbers/index.mjs","layer":"app-pages-browser"},"startTime":1748961247918,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":7492,"timestamp":7164293864,"id":2372,"parentId":2080,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/value/types/numbers/units.mjs","layer":"app-pages-browser"},"startTime":1748961247918,"traceId":"1d7d79b67620d551"},{"name":"build-module-tsx","duration":10521,"timestamp":7164292815,"id":2353,"parentId":2147,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/components/icons/icon-folder-open.tsx","layer":"app-pages-browser"},"startTime":1748961247917,"traceId":"1d7d79b67620d551"},{"name":"build-module-tsx","duration":10817,"timestamp":7164292746,"id":2352,"parentId":2147,"tags":{"name":"/home/gabriel/Projects/resend/react-email/packages/react-email/src/components/icons/icon-folder.tsx","layer":"app-pages-browser"},"startTime":1748961247917,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":10497,"timestamp":7164293320,"id":2362,"parentId":2154,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js","layer":"pages-dir-browser"},"startTime":1748961247918,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":10939,"timestamp":7164293296,"id":2361,"parentId":2154,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/normalize-trailing-slash.js","layer":"pages-dir-browser"},"startTime":1748961247918,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":4088,"timestamp":7164315689,"id":2373,"parentId":2080,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/value/types/utils/animatable-none.mjs","layer":"app-pages-browser"},"startTime":1748961247940,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":4256,"timestamp":7164315845,"id":2374,"parentId":2080,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/value/types/utils/find.mjs","layer":"app-pages-browser"},"startTime":1748961247940,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":4653,"timestamp":7164315919,"id":2375,"parentId":2080,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/view/index.mjs","layer":"app-pages-browser"},"startTime":1748961247940,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":4809,"timestamp":7164315982,"id":2376,"parentId":2080,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/frameloop/index-legacy.mjs","layer":"app-pages-browser"},"startTime":1748961247940,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":4910,"timestamp":7164316058,"id":2377,"parentId":2080,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/frameloop/frame.mjs","layer":"app-pages-browser"},"startTime":1748961247941,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":4981,"timestamp":7164316121,"id":2378,"parentId":2080,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/value/types/utils/get-as-type.mjs","layer":"app-pages-browser"},"startTime":1748961247941,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":5270,"timestamp":7164316245,"id":2381,"parentId":2103,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/redirect-status-code.js","layer":"app-pages-browser"},"startTime":1748961247941,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":5578,"timestamp":7164316187,"id":2379,"parentId":2098,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js","layer":"app-pages-browser"},"startTime":1748961247941,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":5728,"timestamp":7164316226,"id":2380,"parentId":2097,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js","layer":"pages-dir-browser"},"startTime":1748961247941,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":6398,"timestamp":7164316272,"id":2382,"parentId":2101,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/router-reducer/fill-lazy-items-till-leaf-with-head.js","layer":"app-pages-browser"},"startTime":1748961247941,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":7684,"timestamp":7164316296,"id":2383,"parentId":2101,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/router-reducer/prefetch-cache-utils.js","layer":"app-pages-browser"},"startTime":1748961247941,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":7229,"timestamp":7164325717,"id":2387,"parentId":2113,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/router/utils/html-bots.js","layer":"app-pages-browser"},"startTime":1748961247950,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":7741,"timestamp":7164325661,"id":2385,"parentId":2110,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","layer":"app-pages-browser"},"startTime":1748961247950,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":8030,"timestamp":7164325697,"id":2386,"parentId":2112,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","layer":"pages-dir-browser"},"startTime":1748961247950,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":8240,"timestamp":7164325742,"id":2388,"parentId":2156,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/router/utils/html-bots.js","layer":"pages-dir-browser"},"startTime":1748961247950,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":8433,"timestamp":7164325800,"id":2391,"parentId":2124,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/router/utils/index.js","layer":"pages-dir-browser"},"startTime":1748961247950,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":9338,"timestamp":7164325547,"id":2384,"parentId":2101,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/router-reducer/refetch-inactive-parallel-segments.js","layer":"app-pages-browser"},"startTime":1748961247950,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":9477,"timestamp":7164325778,"id":2390,"parentId":2121,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/utils/reflect-utils.js","layer":"app-pages-browser"},"startTime":1748961247950,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":9753,"timestamp":7164325816,"id":2392,"parentId":2137,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/not-found.js","layer":"app-pages-browser"},"startTime":1748961247950,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":10151,"timestamp":7164325836,"id":2393,"parentId":2137,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/forbidden.js","layer":"app-pages-browser"},"startTime":1748961247950,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":10367,"timestamp":7164325880,"id":2395,"parentId":2137,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/unstable-rethrow.js","layer":"app-pages-browser"},"startTime":1748961247950,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":10694,"timestamp":7164325858,"id":2394,"parentId":2137,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/unauthorized.js","layer":"app-pages-browser"},"startTime":1748961247950,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":10915,"timestamp":7164325900,"id":2396,"parentId":2134,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/hash.js","layer":"app-pages-browser"},"startTime":1748961247950,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":11527,"timestamp":7164325921,"id":2397,"parentId":2140,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/promise-queue.js","layer":"app-pages-browser"},"startTime":1748961247950,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":13147,"timestamp":7164325964,"id":2399,"parentId":2182,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/redirect-status-code.js","layer":"pages-dir-browser"},"startTime":1748961247950,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":13703,"timestamp":7164325980,"id":2400,"parentId":2139,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/router-reducer/reducers/server-patch-reducer.js","layer":"app-pages-browser"},"startTime":1748961247950,"traceId":"1d7d79b67620d551"},{"name":"build-module","duration":122,"timestamp":7164341747,"id":2415,"parentId":1884,"tags":{},"startTime":1748961247966,"traceId":"1d7d79b67620d551"},{"name":"build-module","duration":12,"timestamp":7164341889,"id":2416,"parentId":1885,"tags":{},"startTime":1748961247966,"traceId":"1d7d79b67620d551"},{"name":"build-module","duration":16,"timestamp":7164341904,"id":2417,"parentId":1895,"tags":{},"startTime":1748961247966,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":60581,"timestamp":7164341451,"id":2405,"parentId":2122,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/compiled/react-dom/cjs/react-dom-client.production.js","layer":"app-pages-browser"},"startTime":1748961247966,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":60210,"timestamp":7164342095,"id":2422,"parentId":2130,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/compiled/react-server-dom-webpack/client.browser.js","layer":"app-pages-browser"},"startTime":1748961247967,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":60101,"timestamp":7164342433,"id":2428,"parentId":2123,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/react-dom@19.0.0_react@19.0.0/node_modules/react-dom/index.js","layer":"pages-dir-browser"},"startTime":1748961247967,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":114442,"timestamp":7164342596,"id":2432,"parentId":2149,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/react-dom@19.0.0_react@19.0.0/node_modules/react-dom/cjs/react-dom-client.production.js","layer":"pages-dir-browser"},"startTime":1748961247967,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":130554,"timestamp":7164342019,"id":2421,"parentId":2150,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@radix-ui+react-use-escape-keydown@1.1.1_@types+react@19.0.1_react@19.0.0/node_modules/@radix-ui/react-use-escape-keydown/dist/index.mjs","layer":"app-pages-browser"},"startTime":1748961247967,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":131805,"timestamp":7164342112,"id":2423,"parentId":2152,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@floating-ui+react-dom@2.1.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.mjs","layer":"app-pages-browser"},"startTime":1748961247967,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":132092,"timestamp":7164342178,"id":2424,"parentId":2152,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@radix-ui+react-arrow@1.1.4_@types+react-dom@19.0.1_@types+react@19.0.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/@radix-ui/react-arrow/dist/index.mjs","layer":"app-pages-browser"},"startTime":1748961247967,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":132312,"timestamp":7164342240,"id":2425,"parentId":2152,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@radix-ui+react-use-size@1.1.1_@types+react@19.0.1_react@19.0.0/node_modules/@radix-ui/react-use-size/dist/index.mjs","layer":"app-pages-browser"},"startTime":1748961247967,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":132509,"timestamp":7164342303,"id":2426,"parentId":2163,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/components/create-factory.mjs","layer":"app-pages-browser"},"startTime":1748961247967,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":132727,"timestamp":7164342367,"id":2427,"parentId":2175,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/react-remove-scroll@2.6.3_@types+react@19.0.1_react@19.0.0/node_modules/react-remove-scroll/dist/es2015/Combination.js","layer":"app-pages-browser"},"startTime":1748961247967,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":133128,"timestamp":7164342448,"id":2429,"parentId":2184,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@socket.io+component-emitter@3.1.2/node_modules/@socket.io/component-emitter/lib/esm/index.js","layer":"app-pages-browser"},"startTime":1748961247967,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":133007,"timestamp":7164342700,"id":2438,"parentId":2216,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/utils/is-variant-label.mjs","layer":"app-pages-browser"},"startTime":1748961247967,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":133048,"timestamp":7164342762,"id":2439,"parentId":2216,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/utils/variant-props.mjs","layer":"app-pages-browser"},"startTime":1748961247967,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":153142,"timestamp":7164325942,"id":2398,"parentId":2139,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/router-reducer/reducers/navigate-reducer.js","layer":"app-pages-browser"},"startTime":1748961247950,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":154213,"timestamp":7164325760,"id":2389,"parentId":2118,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/constants.js","layer":"pages-dir-browser"},"startTime":1748961247950,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":138809,"timestamp":7164341402,"id":2403,"parentId":2110,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/react-client-callbacks/report-global-error.js","layer":"app-pages-browser"},"startTime":1748961247966,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":138957,"timestamp":7164341431,"id":2404,"parentId":2112,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/react-client-callbacks/report-global-error.js","layer":"pages-dir-browser"},"startTime":1748961247966,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":139531,"timestamp":7164341207,"id":2401,"parentId":2139,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/router-reducer/reducers/restore-reducer.js","layer":"app-pages-browser"},"startTime":1748961247966,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":139997,"timestamp":7164341317,"id":2402,"parentId":2139,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/router-reducer/reducers/refresh-reducer.js","layer":"app-pages-browser"},"startTime":1748961247966,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":140062,"timestamp":7164341471,"id":2406,"parentId":2118,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/router/utils/get-asset-path-from-route.js","layer":"pages-dir-browser"},"startTime":1748961247966,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":140660,"timestamp":7164341489,"id":2407,"parentId":2109,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/globals/intercept-console-error.js","layer":"app-pages-browser"},"startTime":1748961247966,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":140937,"timestamp":7164341557,"id":2410,"parentId":2135,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/router/utils/app-paths.js","layer":"app-pages-browser"},"startTime":1748961247966,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":141527,"timestamp":7164341513,"id":2408,"parentId":2139,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/router-reducer/reducers/hmr-refresh-reducer.js","layer":"app-pages-browser"},"startTime":1748961247966,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":142666,"timestamp":7164341535,"id":2409,"parentId":2139,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/router-reducer/reducers/server-action-reducer.js","layer":"app-pages-browser"},"startTime":1748961247966,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":143021,"timestamp":7164341601,"id":2412,"parentId":2110,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/errors/stitched-error.js","layer":"app-pages-browser"},"startTime":1748961247966,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":143727,"timestamp":7164341578,"id":2411,"parentId":2108,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/errors/use-error-handler.js","layer":"app-pages-browser"},"startTime":1748961247966,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":143803,"timestamp":7164341638,"id":2414,"parentId":2199,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/encode-uri-path.js","layer":"pages-dir-browser"},"startTime":1748961247966,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":144183,"timestamp":7164341620,"id":2413,"parentId":2112,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/errors/stitched-error.js","layer":"pages-dir-browser"},"startTime":1748961247966,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":143967,"timestamp":7164341972,"id":2419,"parentId":2124,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/router/utils/as-path-to-search-params.js","layer":"pages-dir-browser"},"startTime":1748961247966,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":143504,"timestamp":7164342576,"id":2431,"parentId":2187,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/page-path/normalize-path-sep.js","layer":"pages-dir-browser"},"startTime":1748961247967,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":144372,"timestamp":7164341992,"id":2420,"parentId":2123,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/set-attributes-from-props.js","layer":"pages-dir-browser"},"startTime":1748961247967,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":143901,"timestamp":7164342609,"id":2433,"parentId":2194,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/router/utils/remove-path-prefix.js","layer":"pages-dir-browser"},"startTime":1748961247967,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":144008,"timestamp":7164342628,"id":2434,"parentId":2195,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/router/utils/add-path-suffix.js","layer":"pages-dir-browser"},"startTime":1748961247967,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":144988,"timestamp":7164341926,"id":2418,"parentId":2123,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/request-idle-callback.js","layer":"pages-dir-browser"},"startTime":1748961247966,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":144449,"timestamp":7164342647,"id":2435,"parentId":2192,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/escape-regexp.js","layer":"pages-dir-browser"},"startTime":1748961247967,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":144714,"timestamp":7164342664,"id":2436,"parentId":2195,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/router/utils/add-locale.js","layer":"pages-dir-browser"},"startTime":1748961247967,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":144929,"timestamp":7164342682,"id":2437,"parentId":2283,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/router/utils/app-paths.js","layer":"pages-dir-browser"},"startTime":1748961247967,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":144970,"timestamp":7164342822,"id":2440,"parentId":2305,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/is-plain-object.js","layer":"app-pages-browser"},"startTime":1748961247967,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":145777,"timestamp":7164342513,"id":2430,"parentId":2177,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/components/AnimatePresence/PopChild.mjs","layer":"app-pages-browser"},"startTime":1748961247967,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3672,"timestamp":7164517318,"id":2441,"parentId":2184,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/socket.io-client@4.8.1/node_modules/socket.io-client/build/esm/on.js","layer":"app-pages-browser"},"startTime":1748961248142,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3842,"timestamp":7164517485,"id":2442,"parentId":2184,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/socket.io-client@4.8.1/node_modules/socket.io-client/build/esm/contrib/backo2.js","layer":"app-pages-browser"},"startTime":1748961248142,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":4194,"timestamp":7164517569,"id":2443,"parentId":2197,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/socket.io-parser@4.2.4/node_modules/socket.io-parser/build/esm/binary.js","layer":"app-pages-browser"},"startTime":1748961248142,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":4507,"timestamp":7164517634,"id":2444,"parentId":2200,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/engine.io-client@6.6.2/node_modules/engine.io-client/build/esm/util.js","layer":"app-pages-browser"},"startTime":1748961248142,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":4659,"timestamp":7164517696,"id":2445,"parentId":2200,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/engine.io-client@6.6.2/node_modules/engine.io-client/build/esm/globals.js","layer":"app-pages-browser"},"startTime":1748961248142,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":6143,"timestamp":7164517758,"id":2446,"parentId":2200,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/engine.io-client@6.6.2/node_modules/engine.io-client/build/esm/transport.js","layer":"app-pages-browser"},"startTime":1748961248142,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":6247,"timestamp":7164517820,"id":2447,"parentId":2200,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/engine.io-client@6.6.2/node_modules/engine.io-client/build/esm/transports/index.js","layer":"app-pages-browser"},"startTime":1748961248142,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":6704,"timestamp":7164517882,"id":2448,"parentId":2200,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/engine.io-client@6.6.2/node_modules/engine.io-client/build/esm/transports/polling-fetch.js","layer":"app-pages-browser"},"startTime":1748961248142,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":9012,"timestamp":7164517953,"id":2449,"parentId":2200,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/engine.io-client@6.6.2/node_modules/engine.io-client/build/esm/socket.js","layer":"app-pages-browser"},"startTime":1748961248142,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":9367,"timestamp":7164518087,"id":2451,"parentId":2200,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/engine.io-client@6.6.2/node_modules/engine.io-client/build/esm/transports/webtransport.js","layer":"app-pages-browser"},"startTime":1748961248143,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":10145,"timestamp":7164518184,"id":2452,"parentId":2200,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/engine.io-client@6.6.2/node_modules/engine.io-client/build/esm/transports/polling-xhr.js","layer":"app-pages-browser"},"startTime":1748961248143,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":10371,"timestamp":7164518269,"id":2453,"parentId":2197,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/socket.io-parser@4.2.4/node_modules/socket.io-parser/build/esm/is-binary.js","layer":"app-pages-browser"},"startTime":1748961248143,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":10826,"timestamp":7164518346,"id":2454,"parentId":2200,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/engine.io-client@6.6.2/node_modules/engine.io-client/build/esm/transports/websocket.js","layer":"app-pages-browser"},"startTime":1748961248143,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":11033,"timestamp":7164518404,"id":2455,"parentId":2218,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/gestures/hover.mjs","layer":"app-pages-browser"},"startTime":1748961248143,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":11205,"timestamp":7164518457,"id":2456,"parentId":2218,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/gestures/focus.mjs","layer":"app-pages-browser"},"startTime":1748961248143,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":11410,"timestamp":7164518512,"id":2457,"parentId":2218,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/gestures/press.mjs","layer":"app-pages-browser"},"startTime":1748961248143,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":11636,"timestamp":7164518581,"id":2458,"parentId":2219,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/html/HTMLVisualElement.mjs","layer":"app-pages-browser"},"startTime":1748961248143,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":11889,"timestamp":7164518637,"id":2459,"parentId":2219,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/svg/SVGVisualElement.mjs","layer":"app-pages-browser"},"startTime":1748961248143,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":12011,"timestamp":7164518691,"id":2460,"parentId":2222,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/gestures/drag/index.mjs","layer":"app-pages-browser"},"startTime":1748961248143,"traceId":"1d7d79b67620d551"}]
25
- [{"name":"build-module-mjs","duration":12390,"timestamp":7164518745,"id":2461,"parentId":2222,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/gestures/pan/index.mjs","layer":"app-pages-browser"},"startTime":1748961248143,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":13518,"timestamp":7164518804,"id":2462,"parentId":2220,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/utils/animation-state.mjs","layer":"app-pages-browser"},"startTime":1748961248143,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":13611,"timestamp":7164518857,"id":2463,"parentId":2220,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/motion/features/Feature.mjs","layer":"app-pages-browser"},"startTime":1748961248143,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":13921,"timestamp":7164518911,"id":2464,"parentId":2218,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/motion/features/viewport/index.mjs","layer":"app-pages-browser"},"startTime":1748961248143,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":14069,"timestamp":7164518966,"id":2465,"parentId":2219,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/dom/utils/is-svg-component.mjs","layer":"app-pages-browser"},"startTime":1748961248143,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":14463,"timestamp":7164519026,"id":2466,"parentId":2200,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/engine.io-client@6.6.2/node_modules/engine.io-client/build/esm/contrib/parseuri.js","layer":"app-pages-browser"},"startTime":1748961248144,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":14462,"timestamp":7164519134,"id":2468,"parentId":2226,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/utils/is-keyframes-target.mjs","layer":"app-pages-browser"},"startTime":1748961248144,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":17541,"timestamp":7164518031,"id":2450,"parentId":2199,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/trusted-types.js","layer":"pages-dir-browser"},"startTime":1748961248143,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":29376,"timestamp":7164519079,"id":2467,"parentId":2222,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/motion/features/layout/MeasureLayout.mjs","layer":"app-pages-browser"},"startTime":1748961248144,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":7138,"timestamp":7164550991,"id":2469,"parentId":2262,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/utils/is-ref-object.mjs","layer":"app-pages-browser"},"startTime":1748961248176,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":13585,"timestamp":7164551130,"id":2470,"parentId":2258,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/projection/node/create-projection-node.mjs","layer":"app-pages-browser"},"startTime":1748961248176,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":13883,"timestamp":7164551197,"id":2471,"parentId":2258,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/projection/node/DocumentProjectionNode.mjs","layer":"app-pages-browser"},"startTime":1748961248176,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":14070,"timestamp":7164551254,"id":2472,"parentId":2259,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/context/MotionContext/utils.mjs","layer":"app-pages-browser"},"startTime":1748961248176,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":14208,"timestamp":7164551313,"id":2473,"parentId":2285,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/animation/keyframes/get-final.mjs","layer":"app-pages-browser"},"startTime":1748961248176,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":14325,"timestamp":7164551371,"id":2474,"parentId":2266,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/value/use-will-change/add-will-change.mjs","layer":"app-pages-browser"},"startTime":1748961248176,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":14679,"timestamp":7164551429,"id":2475,"parentId":2266,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/interfaces/motion-value.mjs","layer":"app-pages-browser"},"startTime":1748961248176,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":15591,"timestamp":7164551486,"id":2476,"parentId":2275,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/sequence/create.mjs","layer":"app-pages-browser"},"startTime":1748961248176,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":15835,"timestamp":7164551541,"id":2477,"parentId":2276,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/utils/create-visual-element.mjs","layer":"app-pages-browser"},"startTime":1748961248176,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":15916,"timestamp":7164551597,"id":2478,"parentId":2276,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/utils/is-dom-keyframes.mjs","layer":"app-pages-browser"},"startTime":1748961248176,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":16072,"timestamp":7164551652,"id":2479,"parentId":2276,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/animate/resolve-subjects.mjs","layer":"app-pages-browser"},"startTime":1748961248176,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":16221,"timestamp":7164551706,"id":2480,"parentId":2276,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/animate/single-value.mjs","layer":"app-pages-browser"},"startTime":1748961248176,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":16646,"timestamp":7164551761,"id":2481,"parentId":2281,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/dom/resize/handle-element.mjs","layer":"app-pages-browser"},"startTime":1748961248176,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":16795,"timestamp":7164551815,"id":2482,"parentId":2281,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/dom/resize/handle-window.mjs","layer":"app-pages-browser"},"startTime":1748961248176,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":16983,"timestamp":7164551871,"id":2483,"parentId":2279,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/dom/scroll/utils/get-timeline.mjs","layer":"app-pages-browser"},"startTime":1748961248176,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":17268,"timestamp":7164551927,"id":2484,"parentId":2284,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/dom/scroll/offsets/index.mjs","layer":"app-pages-browser"},"startTime":1748961248176,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":17474,"timestamp":7164551983,"id":2485,"parentId":2285,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/animation/utils/can-animate.mjs","layer":"app-pages-browser"},"startTime":1748961248176,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":17543,"timestamp":7164552100,"id":2486,"parentId":2285,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/animation/utils/WithPromise.mjs","layer":"app-pages-browser"},"startTime":1748961248177,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":17663,"timestamp":7164552155,"id":2487,"parentId":2288,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/animation/drivers/driver-frameloop.mjs","layer":"app-pages-browser"},"startTime":1748961248177,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":17741,"timestamp":7164552210,"id":2488,"parentId":2288,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/animation/utils/replace-transition-type.mjs","layer":"app-pages-browser"},"startTime":1748961248177,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":17826,"timestamp":7164552267,"id":2489,"parentId":2289,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/animation/waapi/utils/apply-generator.mjs","layer":"app-pages-browser"},"startTime":1748961248177,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":17893,"timestamp":7164552323,"id":2490,"parentId":2290,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/animation/waapi/utils/unsupported-easing.mjs","layer":"app-pages-browser"},"startTime":1748961248177,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":17965,"timestamp":7164552432,"id":2492,"parentId":2273,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/components/Reorder/utils/check-reorder.mjs","layer":"app-pages-browser"},"startTime":1748961248177,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":27064,"timestamp":7164552378,"id":2491,"parentId":2273,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/context/ReorderContext.mjs","layer":"app-pages-browser"},"startTime":1748961248177,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1547,"timestamp":7164587549,"id":2497,"parentId":2168,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/compiled/process/browser.js","layer":"pages-dir-browser"},"startTime":1748961248212,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":4219,"timestamp":7164587212,"id":2493,"parentId":2296,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/animation/generators/utils/velocity.mjs","layer":"app-pages-browser"},"startTime":1748961248212,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":4253,"timestamp":7164587361,"id":2494,"parentId":2298,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/animation/keyframes/utils/is-none.mjs","layer":"app-pages-browser"},"startTime":1748961248212,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":4423,"timestamp":7164587427,"id":2495,"parentId":2298,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/animation/keyframes/utils/make-none-animatable.mjs","layer":"app-pages-browser"},"startTime":1748961248212,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":4719,"timestamp":7164587488,"id":2496,"parentId":2298,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/animation/keyframes/utils/unit-conversion.mjs","layer":"app-pages-browser"},"startTime":1748961248212,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":5240,"timestamp":7164587568,"id":2498,"parentId":2167,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/compiled/process/browser.js","layer":"app-pages-browser"},"startTime":1748961248212,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":5336,"timestamp":7164587625,"id":2499,"parentId":2300,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/animation/generators/spring/defaults.mjs","layer":"app-pages-browser"},"startTime":1748961248212,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":5774,"timestamp":7164587684,"id":2500,"parentId":2300,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/animation/generators/spring/find.mjs","layer":"app-pages-browser"},"startTime":1748961248212,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":5839,"timestamp":7164587741,"id":2501,"parentId":2311,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/animation/waapi/utils/px-values.mjs","layer":"app-pages-browser"},"startTime":1748961248212,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":5864,"timestamp":7164587799,"id":2502,"parentId":2319,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/frameloop/order.mjs","layer":"app-pages-browser"},"startTime":1748961248212,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":6107,"timestamp":7164587854,"id":2503,"parentId":2319,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/frameloop/render-step.mjs","layer":"app-pages-browser"},"startTime":1748961248212,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":6199,"timestamp":7164587910,"id":2504,"parentId":2324,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/gestures/utils/setup.mjs","layer":"app-pages-browser"},"startTime":1748961248212,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":6199,"timestamp":7164588007,"id":2506,"parentId":2325,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/gestures/press/utils/is-keyboard-accessible.mjs","layer":"app-pages-browser"},"startTime":1748961248213,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":6428,"timestamp":7164588067,"id":2507,"parentId":2325,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/gestures/press/utils/keyboard.mjs","layer":"app-pages-browser"},"startTime":1748961248213,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":7742,"timestamp":7164587969,"id":2505,"parentId":2437,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/segment.js","layer":"pages-dir-browser"},"startTime":1748961248212,"traceId":"1d7d79b67620d551"},{"name":"add-entry","duration":2403705,"timestamp":7162194017,"id":1779,"parentId":1772,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1748961245819,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":5039,"timestamp":7164596947,"id":2508,"parentId":2325,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/gestures/press/utils/state.mjs","layer":"app-pages-browser"},"startTime":1748961248221,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":5040,"timestamp":7164597096,"id":2509,"parentId":2339,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/render/dom/is-css-var.mjs","layer":"app-pages-browser"},"startTime":1748961248222,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":5172,"timestamp":7164597171,"id":2510,"parentId":2357,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/value/subscribe-value.mjs","layer":"app-pages-browser"},"startTime":1748961248222,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":5243,"timestamp":7164597232,"id":2511,"parentId":2350,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/utils/supports/memo.mjs","layer":"app-pages-browser"},"startTime":1748961248222,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":5268,"timestamp":7164597289,"id":2512,"parentId":2358,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/value/types/auto.mjs","layer":"app-pages-browser"},"startTime":1748961248222,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":5304,"timestamp":7164597347,"id":2513,"parentId":2209,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/esm/_class_private_field_init.js","layer":"app-pages-browser"},"startTime":1748961248222,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":5339,"timestamp":7164597406,"id":2514,"parentId":2209,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/esm/_class_private_field_get.js","layer":"app-pages-browser"},"startTime":1748961248222,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":5507,"timestamp":7164597461,"id":2515,"parentId":2360,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/value/types/color/utils.mjs","layer":"app-pages-browser"},"startTime":1748961248222,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":5567,"timestamp":7164597520,"id":2516,"parentId":2363,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/value/types/utils/sanitize.mjs","layer":"app-pages-browser"},"startTime":1748961248222,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":5593,"timestamp":7164597583,"id":2517,"parentId":2369,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/value/types/int.mjs","layer":"app-pages-browser"},"startTime":1748961248222,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":5673,"timestamp":7164597642,"id":2518,"parentId":2366,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/value/types/utils/color-regex.mjs","layer":"app-pages-browser"},"startTime":1748961248222,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2772,"timestamp":7164605292,"id":2519,"parentId":2366,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/value/types/utils/float-regex.mjs","layer":"app-pages-browser"},"startTime":1748961248230,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2996,"timestamp":7164605432,"id":2520,"parentId":2368,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/value/types/complex/filter.mjs","layer":"app-pages-browser"},"startTime":1748961248230,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":3310,"timestamp":7164605504,"id":2521,"parentId":2375,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/view/queue.mjs","layer":"app-pages-browser"},"startTime":1748961248230,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3340,"timestamp":7164605620,"id":2524,"parentId":2209,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/esm/_class_private_field_set.js","layer":"app-pages-browser"},"startTime":1748961248230,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3331,"timestamp":7164605738,"id":2528,"parentId":2397,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/esm/_class_private_field_loose_base.js","layer":"app-pages-browser"},"startTime":1748961248230,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3349,"timestamp":7164605795,"id":2529,"parentId":2397,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/esm/_class_private_field_loose_key.js","layer":"app-pages-browser"},"startTime":1748961248230,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3628,"timestamp":7164605853,"id":2530,"parentId":2427,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/react-remove-scroll@2.6.3_@types+react@19.0.1_react@19.0.0/node_modules/react-remove-scroll/dist/es2015/UI.js","layer":"app-pages-browser"},"startTime":1748961248230,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3684,"timestamp":7164605907,"id":2531,"parentId":2427,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/react-remove-scroll@2.6.3_@types+react@19.0.1_react@19.0.0/node_modules/react-remove-scroll/dist/es2015/sidecar.js","layer":"app-pages-browser"},"startTime":1748961248230,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":3834,"timestamp":7164605980,"id":2533,"parentId":2426,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/dom/use-render.mjs","layer":"app-pages-browser"},"startTime":1748961248230,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":3866,"timestamp":7164606043,"id":2534,"parentId":2426,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/html/config-motion.mjs","layer":"app-pages-browser"},"startTime":1748961248231,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":4134,"timestamp":7164606100,"id":2535,"parentId":2426,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/svg/config-motion.mjs","layer":"app-pages-browser"},"startTime":1748961248231,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":6254,"timestamp":7164605678,"id":2525,"parentId":2400,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/router-reducer/is-navigating-to-new-root-layout.js","layer":"app-pages-browser"},"startTime":1748961248230,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":6780,"timestamp":7164605564,"id":2522,"parentId":2384,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/router-reducer/apply-flight-data.js","layer":"app-pages-browser"},"startTime":1748961248230,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":7311,"timestamp":7164605597,"id":2523,"parentId":2400,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/router-reducer/apply-router-state-patch-to-tree.js","layer":"app-pages-browser"},"startTime":1748961248230,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":8132,"timestamp":7164605700,"id":2526,"parentId":2400,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/router-reducer/handle-mutable.js","layer":"app-pages-browser"},"startTime":1748961248230,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":8110,"timestamp":7164605963,"id":2532,"parentId":2389,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/modern-browserslist-target.js","layer":"pages-dir-browser"},"startTime":1748961248230,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":8293,"timestamp":7164606165,"id":2536,"parentId":2398,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/router-reducer/invalidate-cache-below-flight-segmentpath.js","layer":"app-pages-browser"},"startTime":1748961248231,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":9685,"timestamp":7164605719,"id":2527,"parentId":2391,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/router/utils/sorted-routes.js","layer":"pages-dir-browser"},"startTime":1748961248230,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":7657,"timestamp":7164623610,"id":2541,"parentId":2427,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/tslib@2.8.1/node_modules/tslib/tslib.es6.mjs","layer":"app-pages-browser"},"startTime":1748961248248,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":10724,"timestamp":7164623678,"id":2542,"parentId":2423,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@floating-ui+dom@1.6.12/node_modules/@floating-ui/dom/dist/floating-ui.dom.mjs","layer":"app-pages-browser"},"startTime":1748961248248,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":11047,"timestamp":7164623824,"id":2547,"parentId":2412,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/lib/error-telemetry-utils.js","layer":"app-pages-browser"},"startTime":1748961248248,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":13850,"timestamp":7164623414,"id":2537,"parentId":2398,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/router-reducer/should-hard-navigate.js","layer":"app-pages-browser"},"startTime":1748961248248,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":14145,"timestamp":7164623561,"id":2539,"parentId":2398,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/router-reducer/clear-cache-node-data-for-segment-path.js","layer":"app-pages-browser"},"startTime":1748961248248,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":14349,"timestamp":7164623764,"id":2544,"parentId":2402,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/router-reducer/handle-segment-mismatch.js","layer":"app-pages-browser"},"startTime":1748961248248,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":14721,"timestamp":7164623742,"id":2543,"parentId":2409,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/assign-location.js","layer":"app-pages-browser"},"startTime":1748961248248,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":14862,"timestamp":7164623785,"id":2545,"parentId":2410,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","layer":"app-pages-browser"},"startTime":1748961248248,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":15898,"timestamp":7164623584,"id":2540,"parentId":2398,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/router-reducer/aliased-prefetch-navigations.js","layer":"app-pages-browser"},"startTime":1748961248248,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":15837,"timestamp":7164623807,"id":2546,"parentId":2437,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","layer":"pages-dir-browser"},"startTime":1748961248248,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":20741,"timestamp":7164623528,"id":2538,"parentId":2398,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/router-reducer/ppr-navigations.js","layer":"app-pages-browser"},"startTime":1748961248248,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1034,"timestamp":7164646098,"id":2548,"parentId":2413,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/lib/error-telemetry-utils.js","layer":"pages-dir-browser"},"startTime":1748961248271,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1220,"timestamp":7164646663,"id":2557,"parentId":2428,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/react-dom@19.0.0_react@19.0.0/node_modules/react-dom/cjs/react-dom.production.js","layer":"pages-dir-browser"},"startTime":1748961248271,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":4446,"timestamp":7164646249,"id":2550,"parentId":2458,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/projection/utils/measure.mjs","layer":"app-pages-browser"},"startTime":1748961248271,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":4748,"timestamp":7164646328,"id":2551,"parentId":2458,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/dom/DOMVisualElement.mjs","layer":"app-pages-browser"},"startTime":1748961248271,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":9220,"timestamp":7164646390,"id":2552,"parentId":2460,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/gestures/drag/VisualElementDragControls.mjs","layer":"app-pages-browser"},"startTime":1748961248271,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":9601,"timestamp":7164646451,"id":2553,"parentId":2458,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/html/utils/build-styles.mjs","layer":"app-pages-browser"},"startTime":1748961248271,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":9709,"timestamp":7164646518,"id":2554,"parentId":2458,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/html/utils/render.mjs","layer":"app-pages-browser"},"startTime":1748961248271,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":9891,"timestamp":7164646577,"id":2555,"parentId":2458,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/html/utils/scrape-motion-values.mjs","layer":"app-pages-browser"},"startTime":1748961248271,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":10655,"timestamp":7164646637,"id":2556,"parentId":2395,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/unstable-rethrow.browser.js","layer":"app-pages-browser"},"startTime":1748961248271,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":11473,"timestamp":7164646168,"id":2549,"parentId":2409,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/server-reference-info.js","layer":"app-pages-browser"},"startTime":1748961248271,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":6447,"timestamp":7164665176,"id":2558,"parentId":2422,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/compiled/react-server-dom-webpack/cjs/react-server-dom-webpack-client.browser.production.js","layer":"app-pages-browser"},"startTime":1748961248290,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":7578,"timestamp":7164665241,"id":2559,"parentId":2459,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/svg/utils/build-attrs.mjs","layer":"app-pages-browser"},"startTime":1748961248290,"traceId":"1d7d79b67620d551"}]
26
- [{"name":"build-module-mjs","duration":7898,"timestamp":7164665358,"id":2560,"parentId":2459,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/svg/utils/camel-case-attrs.mjs","layer":"app-pages-browser"},"startTime":1748961248290,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":7997,"timestamp":7164665426,"id":2561,"parentId":2459,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/svg/utils/is-svg-tag.mjs","layer":"app-pages-browser"},"startTime":1748961248290,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":8094,"timestamp":7164665488,"id":2562,"parentId":2459,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/svg/utils/measure.mjs","layer":"app-pages-browser"},"startTime":1748961248290,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":8299,"timestamp":7164665549,"id":2563,"parentId":2459,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/svg/utils/render.mjs","layer":"app-pages-browser"},"startTime":1748961248290,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":8564,"timestamp":7164665685,"id":2567,"parentId":2459,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/svg/utils/scrape-motion-values.mjs","layer":"app-pages-browser"},"startTime":1748961248290,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":9637,"timestamp":7164665746,"id":2568,"parentId":2411,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/errors/enqueue-client-error.js","layer":"app-pages-browser"},"startTime":1748961248290,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":11731,"timestamp":7164665607,"id":2564,"parentId":2411,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/errors/console-error.js","layer":"app-pages-browser"},"startTime":1748961248290,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":12610,"timestamp":7164665641,"id":2565,"parentId":2411,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/errors/attach-hydration-error-state.js","layer":"app-pages-browser"},"startTime":1748961248290,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":14346,"timestamp":7164665664,"id":2566,"parentId":2411,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/errors/hydration-error-info.js","layer":"app-pages-browser"},"startTime":1748961248290,"traceId":"1d7d79b67620d551"},{"name":"add-entry","duration":2494308,"timestamp":7162193965,"id":1775,"parentId":1772,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Fgabriel%2FProjects%2Fresend%2Freact-email%2Fnode_modules%2F.pnpm%2Fnext%4015.3.1_%40babel%2Bcore%407.26.10_react-dom%4019.0.0_react%4019.0.0__react%4019.0.0%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fgabriel%2FProjects%2Fresend%2Freact-email%2Fnode_modules%2F.pnpm%2Fnext%4015.3.1_%40babel%2Bcore%407.26.10_react-dom%4019.0.0_react%4019.0.0__react%4019.0.0%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-segment.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fgabriel%2FProjects%2Fresend%2Freact-email%2Fnode_modules%2F.pnpm%2Fnext%4015.3.1_%40babel%2Bcore%407.26.10_react-dom%4019.0.0_react%4019.0.0__react%4019.0.0%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fgabriel%2FProjects%2Fresend%2Freact-email%2Fnode_modules%2F.pnpm%2Fnext%4015.3.1_%40babel%2Bcore%407.26.10_react-dom%4019.0.0_react%4019.0.0__react%4019.0.0%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%2Fhome%2Fgabriel%2FProjects%2Fresend%2Freact-email%2Fnode_modules%2F.pnpm%2Fnext%4015.3.1_%40babel%2Bcore%407.26.10_react-dom%4019.0.0_react%4019.0.0__react%4019.0.0%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fgabriel%2FProjects%2Fresend%2Freact-email%2Fnode_modules%2F.pnpm%2Fnext%4015.3.1_%40babel%2Bcore%407.26.10_react-dom%4019.0.0_react%4019.0.0__react%4019.0.0%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fmetadata%2Fasync-metadata.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fgabriel%2FProjects%2Fresend%2Freact-email%2Fnode_modules%2F.pnpm%2Fnext%4015.3.1_%40babel%2Bcore%407.26.10_react-dom%4019.0.0_react%4019.0.0__react%4019.0.0%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fmetadata%2Fmetadata-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fgabriel%2FProjects%2Fresend%2Freact-email%2Fnode_modules%2F.pnpm%2Fnext%4015.3.1_%40babel%2Bcore%407.26.10_react-dom%4019.0.0_react%4019.0.0__react%4019.0.0%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1748961245818,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":5519,"timestamp":7164683902,"id":2569,"parentId":2446,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/engine.io-parser@5.2.3/node_modules/engine.io-parser/build/esm/index.js","layer":"app-pages-browser"},"startTime":1748961248308,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":5458,"timestamp":7164684150,"id":2570,"parentId":2461,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/utils/get-context-window.mjs","layer":"app-pages-browser"},"startTime":1748961248309,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":5474,"timestamp":7164684292,"id":2571,"parentId":2462,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/utils/shallow-compare.mjs","layer":"app-pages-browser"},"startTime":1748961248309,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":6104,"timestamp":7164684424,"id":2572,"parentId":2461,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/gestures/pan/PanSession.mjs","layer":"app-pages-browser"},"startTime":1748961248309,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2023,"timestamp":7164694417,"id":2573,"parentId":2462,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/utils/get-variant-context.mjs","layer":"app-pages-browser"},"startTime":1748961248319,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1980,"timestamp":7164694630,"id":2574,"parentId":2465,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/svg/lowercase-elements.mjs","layer":"app-pages-browser"},"startTime":1748961248319,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1995,"timestamp":7164694705,"id":2575,"parentId":2467,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/projection/node/state.mjs","layer":"app-pages-browser"},"startTime":1748961248319,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2164,"timestamp":7164694774,"id":2576,"parentId":2467,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/projection/styles/scale-border-radius.mjs","layer":"app-pages-browser"},"startTime":1748961248319,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2345,"timestamp":7164694843,"id":2577,"parentId":2467,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/projection/styles/scale-box-shadow.mjs","layer":"app-pages-browser"},"startTime":1748961248319,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2610,"timestamp":7164694910,"id":2578,"parentId":2464,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/motion/features/viewport/observers.mjs","layer":"app-pages-browser"},"startTime":1748961248319,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":3072,"timestamp":7164694974,"id":2579,"parentId":2470,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/projection/animation/mix-values.mjs","layer":"app-pages-browser"},"startTime":1748961248319,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":3210,"timestamp":7164695043,"id":2580,"parentId":2470,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/projection/geometry/copy.mjs","layer":"app-pages-browser"},"startTime":1748961248320,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":3659,"timestamp":7164695112,"id":2581,"parentId":2470,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/projection/geometry/delta-apply.mjs","layer":"app-pages-browser"},"startTime":1748961248320,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":3948,"timestamp":7164695182,"id":2582,"parentId":2470,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/projection/geometry/delta-remove.mjs","layer":"app-pages-browser"},"startTime":1748961248320,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":4114,"timestamp":7164695249,"id":2583,"parentId":2470,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/projection/geometry/utils.mjs","layer":"app-pages-browser"},"startTime":1748961248320,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":6911,"timestamp":7164695312,"id":2584,"parentId":2407,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/lib/console.js","layer":"app-pages-browser"},"startTime":1748961248320,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2149,"timestamp":7164708997,"id":2585,"parentId":2470,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/projection/shared/stack.mjs","layer":"app-pages-browser"},"startTime":1748961248334,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2351,"timestamp":7164709155,"id":2586,"parentId":2470,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/projection/styles/transform.mjs","layer":"app-pages-browser"},"startTime":1748961248334,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2375,"timestamp":7164709237,"id":2587,"parentId":2470,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/projection/utils/each-axis.mjs","layer":"app-pages-browser"},"startTime":1748961248334,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2497,"timestamp":7164709305,"id":2588,"parentId":2470,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/projection/utils/has-transform.mjs","layer":"app-pages-browser"},"startTime":1748961248334,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2560,"timestamp":7164709370,"id":2589,"parentId":2474,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/value/use-will-change/is.mjs","layer":"app-pages-browser"},"startTime":1748961248334,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2731,"timestamp":7164709435,"id":2590,"parentId":2475,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/utils/default-transitions.mjs","layer":"app-pages-browser"},"startTime":1748961248334,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2789,"timestamp":7164709499,"id":2591,"parentId":2475,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/utils/is-transition-defined.mjs","layer":"app-pages-browser"},"startTime":1748961248334,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2789,"timestamp":7164709569,"id":2592,"parentId":2470,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/dom/utils/is-svg-element.mjs","layer":"app-pages-browser"},"startTime":1748961248334,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2789,"timestamp":7164709630,"id":2593,"parentId":2476,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/sequence/utils/calc-repeat-duration.mjs","layer":"app-pages-browser"},"startTime":1748961248334,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2907,"timestamp":7164709692,"id":2594,"parentId":2476,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/sequence/utils/calc-time.mjs","layer":"app-pages-browser"},"startTime":1748961248334,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2991,"timestamp":7164709752,"id":2595,"parentId":2475,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/animators/waapi/utils/get-final-keyframe.mjs","layer":"app-pages-browser"},"startTime":1748961248334,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2784,"timestamp":7164714559,"id":2596,"parentId":2446,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/engine.io-client@6.6.2/node_modules/engine.io-client/build/esm/contrib/parseqs.js","layer":"app-pages-browser"},"startTime":1748961248339,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3177,"timestamp":7164714691,"id":2597,"parentId":2448,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/engine.io-client@6.6.2/node_modules/engine.io-client/build/esm/transports/polling.js","layer":"app-pages-browser"},"startTime":1748961248339,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":3401,"timestamp":7164714765,"id":2598,"parentId":2477,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/object/ObjectVisualElement.mjs","layer":"app-pages-browser"},"startTime":1748961248339,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":3511,"timestamp":7164714830,"id":2599,"parentId":2485,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/animation/utils/is-animatable.mjs","layer":"app-pages-browser"},"startTime":1748961248339,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":3667,"timestamp":7164714893,"id":2600,"parentId":2476,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/sequence/utils/edit.mjs","layer":"app-pages-browser"},"startTime":1748961248339,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":3715,"timestamp":7164714955,"id":2601,"parentId":2476,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/sequence/utils/normalize-times.mjs","layer":"app-pages-browser"},"startTime":1748961248339,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":3735,"timestamp":7164715025,"id":2602,"parentId":2476,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/sequence/utils/sort.mjs","layer":"app-pages-browser"},"startTime":1748961248340,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":3878,"timestamp":7164715094,"id":2603,"parentId":2484,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/dom/scroll/offsets/inset.mjs","layer":"app-pages-browser"},"startTime":1748961248340,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":4077,"timestamp":7164715155,"id":2604,"parentId":2484,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/dom/scroll/offsets/offset.mjs","layer":"app-pages-browser"},"startTime":1748961248340,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":4144,"timestamp":7164715218,"id":2605,"parentId":2484,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/dom/scroll/offsets/presets.mjs","layer":"app-pages-browser"},"startTime":1748961248340,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":4148,"timestamp":7164715280,"id":2606,"parentId":2515,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/value/types/utils/is-nullish.mjs","layer":"app-pages-browser"},"startTime":1748961248340,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2663,"timestamp":7164720679,"id":2607,"parentId":2452,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/engine.io-client@6.6.2/node_modules/engine.io-client/build/esm/contrib/has-cors.js","layer":"app-pages-browser"},"startTime":1748961248345,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2727,"timestamp":7164720812,"id":2608,"parentId":2515,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/value/types/utils/single-color-regex.mjs","layer":"app-pages-browser"},"startTime":1748961248345,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2790,"timestamp":7164720886,"id":2609,"parentId":2530,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/react-remove-scroll@2.6.3_@types+react@19.0.1_react@19.0.0/node_modules/react-remove-scroll/dist/es2015/medium.js","layer":"app-pages-browser"},"startTime":1748961248345,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":4859,"timestamp":7164720947,"id":2610,"parentId":2531,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/react-remove-scroll@2.6.3_@types+react@19.0.1_react@19.0.0/node_modules/react-remove-scroll/dist/es2015/SideEffect.js","layer":"app-pages-browser"},"startTime":1748961248345,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":5588,"timestamp":7164721015,"id":2611,"parentId":2521,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/view/start.mjs","layer":"app-pages-browser"},"startTime":1748961248346,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":5908,"timestamp":7164721076,"id":2612,"parentId":2533,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/html/use-props.mjs","layer":"app-pages-browser"},"startTime":1748961248346,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":6073,"timestamp":7164721136,"id":2613,"parentId":2533,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/svg/use-props.mjs","layer":"app-pages-browser"},"startTime":1748961248346,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":6129,"timestamp":7164721195,"id":2614,"parentId":2534,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/html/utils/create-render-state.mjs","layer":"app-pages-browser"},"startTime":1748961248346,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":6167,"timestamp":7164721254,"id":2615,"parentId":2535,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/svg/utils/create-render-state.mjs","layer":"app-pages-browser"},"startTime":1748961248346,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":414,"timestamp":7164734391,"id":2616,"parentId":2530,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/react-remove-scroll-bar@2.3.8_@types+react@19.0.1_react@19.0.0/node_modules/react-remove-scroll-bar/dist/es2015/constants.js","layer":"app-pages-browser"},"startTime":1748961248359,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":435,"timestamp":7164735697,"id":2617,"parentId":2530,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/use-callback-ref@1.3.3_@types+react@19.0.1_react@19.0.0/node_modules/use-callback-ref/dist/es2015/index.js","layer":"app-pages-browser"},"startTime":1748961248360,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1114,"timestamp":7164736532,"id":2618,"parentId":2531,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/use-sidecar@1.1.3_@types+react@19.0.1_react@19.0.0/node_modules/use-sidecar/dist/es2015/index.js","layer":"app-pages-browser"},"startTime":1748961248361,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":4084,"timestamp":7164736632,"id":2619,"parentId":2522,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/router-reducer/fill-cache-with-new-subtree-data.js","layer":"app-pages-browser"},"startTime":1748961248361,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1280,"timestamp":7164741198,"id":2620,"parentId":2542,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@floating-ui+utils@0.2.8/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.mjs","layer":"app-pages-browser"},"startTime":1748961248366,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1495,"timestamp":7164743431,"id":2621,"parentId":2513,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/esm/_check_private_redeclaration.js","layer":"app-pages-browser"},"startTime":1748961248368,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1526,"timestamp":7164743560,"id":2622,"parentId":2524,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/esm/_class_apply_descriptor_set.js","layer":"app-pages-browser"},"startTime":1748961248368,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1529,"timestamp":7164743644,"id":2623,"parentId":2514,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/esm/_class_apply_descriptor_get.js","layer":"app-pages-browser"},"startTime":1748961248368,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1540,"timestamp":7164743721,"id":2624,"parentId":2514,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/esm/_class_extract_field_descriptor.js","layer":"app-pages-browser"},"startTime":1748961248368,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":4877,"timestamp":7164743816,"id":2625,"parentId":2542,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@floating-ui+core@1.6.8/node_modules/@floating-ui/core/dist/floating-ui.core.mjs","layer":"app-pages-browser"},"startTime":1748961248368,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":5679,"timestamp":7164743883,"id":2626,"parentId":2542,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/@floating-ui+utils@0.2.8/node_modules/@floating-ui/utils/dist/floating-ui.utils.mjs","layer":"app-pages-browser"},"startTime":1748961248368,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":5860,"timestamp":7164743951,"id":2627,"parentId":2550,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/projection/geometry/conversion.mjs","layer":"app-pages-browser"},"startTime":1748961248368,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":5979,"timestamp":7164744016,"id":2628,"parentId":2555,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/motion/utils/is-forced-motion-value.mjs","layer":"app-pages-browser"},"startTime":1748961248369,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":6496,"timestamp":7164744075,"id":2629,"parentId":2552,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/gestures/drag/utils/constraints.mjs","layer":"app-pages-browser"},"startTime":1748961248369,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":875,"timestamp":7164753817,"id":2630,"parentId":2559,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/svg/utils/path.mjs","layer":"app-pages-browser"},"startTime":1748961248378,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":959,"timestamp":7164753968,"id":2631,"parentId":2559,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/svg/utils/transform-origin.mjs","layer":"app-pages-browser"},"startTime":1748961248378,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1055,"timestamp":7164754048,"id":2632,"parentId":2569,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/engine.io-parser@5.2.3/node_modules/engine.io-parser/build/esm/commons.js","layer":"app-pages-browser"},"startTime":1748961248379,"traceId":"1d7d79b67620d551"},{"name":"add-entry","duration":2561621,"timestamp":7162194013,"id":1778,"parentId":1772,"tags":{"request":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/router.js"},"startTime":1748961245819,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1128,"timestamp":7164757643,"id":2634,"parentId":2569,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/engine.io-parser@5.2.3/node_modules/engine.io-parser/build/esm/decodePacket.browser.js","layer":"app-pages-browser"},"startTime":1748961248382,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1518,"timestamp":7164757713,"id":2635,"parentId":2569,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/engine.io-parser@5.2.3/node_modules/engine.io-parser/build/esm/encodePacket.browser.js","layer":"app-pages-browser"},"startTime":1748961248382,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":1683,"timestamp":7164757775,"id":2636,"parentId":2604,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/framer-motion@12.7.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/dom/scroll/offsets/edge.mjs","layer":"app-pages-browser"},"startTime":1748961248382,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1801,"timestamp":7164757836,"id":2637,"parentId":2610,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/react-remove-scroll@2.6.3_@types+react@19.0.1_react@19.0.0/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js","layer":"app-pages-browser"},"startTime":1748961248382,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3537,"timestamp":7164757552,"id":2633,"parentId":2565,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/is-hydration-error.js","layer":"app-pages-browser"},"startTime":1748961248382,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2801,"timestamp":7164762287,"id":2638,"parentId":2610,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/react-remove-scroll@2.6.3_@types+react@19.0.1_react@19.0.0/node_modules/react-remove-scroll/dist/es2015/handleScroll.js","layer":"app-pages-browser"},"startTime":1748961248387,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":2810,"timestamp":7164762494,"id":2639,"parentId":2611,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/view/utils/choose-layer-type.mjs","layer":"app-pages-browser"},"startTime":1748961248387,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":3105,"timestamp":7164762620,"id":2640,"parentId":2611,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/view/utils/css.mjs","layer":"app-pages-browser"},"startTime":1748961248387,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":3181,"timestamp":7164762733,"id":2641,"parentId":2611,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/view/utils/get-layer-name.mjs","layer":"app-pages-browser"},"startTime":1748961248387,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":3231,"timestamp":7164762844,"id":2642,"parentId":2611,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/view/utils/get-view-animations.mjs","layer":"app-pages-browser"},"startTime":1748961248387,"traceId":"1d7d79b67620d551"},{"name":"build-module-mjs","duration":620,"timestamp":7164767861,"id":2643,"parentId":2611,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/motion-dom@12.8.0/node_modules/motion-dom/dist/es/view/utils/has-target.mjs","layer":"app-pages-browser"},"startTime":1748961248392,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":639,"timestamp":7164768000,"id":2644,"parentId":2610,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/react-remove-scroll-bar@2.3.8_@types+react@19.0.1_react@19.0.0/node_modules/react-remove-scroll-bar/dist/es2015/index.js","layer":"app-pages-browser"},"startTime":1748961248393,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":268,"timestamp":7164770292,"id":2647,"parentId":2432,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/scheduler@0.25.0/node_modules/scheduler/index.js","layer":"pages-dir-browser"},"startTime":1748961248395,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1160,"timestamp":7164770096,"id":2645,"parentId":2610,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/react-style-singleton@2.2.3_@types+react@19.0.1_react@19.0.0/node_modules/react-style-singleton/dist/es2015/index.js","layer":"app-pages-browser"},"startTime":1748961248395,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1180,"timestamp":7164770225,"id":2646,"parentId":2617,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/use-callback-ref@1.3.3_@types+react@19.0.1_react@19.0.0/node_modules/use-callback-ref/dist/es2015/assignRef.js","layer":"app-pages-browser"},"startTime":1748961248395,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1749,"timestamp":7164771679,"id":2648,"parentId":2405,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/compiled/scheduler/index.js","layer":"app-pages-browser"},"startTime":1748961248396,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1889,"timestamp":7164771788,"id":2649,"parentId":2617,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/use-callback-ref@1.3.3_@types+react@19.0.1_react@19.0.0/node_modules/use-callback-ref/dist/es2015/useRef.js","layer":"app-pages-browser"},"startTime":1748961248396,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1946,"timestamp":7164771856,"id":2650,"parentId":2617,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/use-callback-ref@1.3.3_@types+react@19.0.1_react@19.0.0/node_modules/use-callback-ref/dist/es2015/createRef.js","layer":"app-pages-browser"},"startTime":1748961248396,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2017,"timestamp":7164771915,"id":2651,"parentId":2617,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/use-callback-ref@1.3.3_@types+react@19.0.1_react@19.0.0/node_modules/use-callback-ref/dist/es2015/mergeRef.js","layer":"app-pages-browser"},"startTime":1748961248396,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2250,"timestamp":7164771974,"id":2652,"parentId":2617,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/use-callback-ref@1.3.3_@types+react@19.0.1_react@19.0.0/node_modules/use-callback-ref/dist/es2015/useMergeRef.js","layer":"app-pages-browser"},"startTime":1748961248396,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2304,"timestamp":7164772042,"id":2653,"parentId":2617,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/use-callback-ref@1.3.3_@types+react@19.0.1_react@19.0.0/node_modules/use-callback-ref/dist/es2015/useTransformRef.js","layer":"app-pages-browser"},"startTime":1748961248397,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2336,"timestamp":7164772102,"id":2654,"parentId":2617,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/use-callback-ref@1.3.3_@types+react@19.0.1_react@19.0.0/node_modules/use-callback-ref/dist/es2015/transformRef.js","layer":"app-pages-browser"},"startTime":1748961248397,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2447,"timestamp":7164772159,"id":2655,"parentId":2617,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/use-callback-ref@1.3.3_@types+react@19.0.1_react@19.0.0/node_modules/use-callback-ref/dist/es2015/refToCallback.js","layer":"app-pages-browser"},"startTime":1748961248397,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2594,"timestamp":7164772217,"id":2656,"parentId":2618,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/use-sidecar@1.1.3_@types+react@19.0.1_react@19.0.0/node_modules/use-sidecar/dist/es2015/hoc.js","layer":"app-pages-browser"},"startTime":1748961248397,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2902,"timestamp":7164772275,"id":2657,"parentId":2618,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/use-sidecar@1.1.3_@types+react@19.0.1_react@19.0.0/node_modules/use-sidecar/dist/es2015/hook.js","layer":"app-pages-browser"},"startTime":1748961248397,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1058,"timestamp":7164780728,"id":2658,"parentId":2618,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/use-sidecar@1.1.3_@types+react@19.0.1_react@19.0.0/node_modules/use-sidecar/dist/es2015/config.js","layer":"app-pages-browser"},"startTime":1748961248405,"traceId":"1d7d79b67620d551"}]
27
- [{"name":"build-module-js","duration":1819,"timestamp":7164780871,"id":2659,"parentId":2618,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/use-sidecar@1.1.3_@types+react@19.0.1_react@19.0.0/node_modules/use-sidecar/dist/es2015/medium.js","layer":"app-pages-browser"},"startTime":1748961248405,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2279,"timestamp":7164780941,"id":2660,"parentId":2618,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/use-sidecar@1.1.3_@types+react@19.0.1_react@19.0.0/node_modules/use-sidecar/dist/es2015/renderProp.js","layer":"app-pages-browser"},"startTime":1748961248405,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2446,"timestamp":7164781010,"id":2661,"parentId":2618,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/use-sidecar@1.1.3_@types+react@19.0.1_react@19.0.0/node_modules/use-sidecar/dist/es2015/exports.js","layer":"app-pages-browser"},"startTime":1748961248406,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":3303,"timestamp":7164781072,"id":2662,"parentId":2619,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/router-reducer/invalidate-cache-by-router-state.js","layer":"app-pages-browser"},"startTime":1748961248406,"traceId":"1d7d79b67620d551"},{"name":"add-entry","duration":2591965,"timestamp":7162194025,"id":1781,"parentId":1772,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Fgabriel%2FProjects%2Fresend%2Freact-email%2Fnode_modules%2F.pnpm%2Fnext%4015.3.1_%40babel%2Bcore%407.26.10_react-dom%4019.0.0_react%4019.0.0__react%4019.0.0%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fapp-dir%2Flink.js%22%2C%22ids%22%3A%5B%22__esModule%22%2C%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fgabriel%2FProjects%2Fresend%2Freact-email%2Fnode_modules%2F.pnpm%2Fnext%4015.3.1_%40babel%2Bcore%407.26.10_react-dom%4019.0.0_react%4019.0.0__react%4019.0.0%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fgabriel%2FProjects%2Fresend%2Freact-email%2Fpackages%2Freact-email%2Fsrc%2Fapp%2Flogo.png%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fgabriel%2FProjects%2Fresend%2Freact-email%2Fpackages%2Freact-email%2Fsrc%2Fcomponents%2Fbutton.tsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fgabriel%2FProjects%2Fresend%2Freact-email%2Fpackages%2Freact-email%2Fsrc%2Fcomponents%2Fcode.tsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fgabriel%2FProjects%2Fresend%2Freact-email%2Fpackages%2Freact-email%2Fsrc%2Fcomponents%2Fshell.tsx%22%2C%22ids%22%3A%5B%22Shell%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fgabriel%2FProjects%2Fresend%2Freact-email%2Fpackages%2Freact-email%2Fsrc%2Fcomponents%2Fsidebar%2Fsidebar.tsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fgabriel%2FProjects%2Fresend%2Freact-email%2Fpackages%2Freact-email%2Fsrc%2Fcomponents%2Ftopbar.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1748961245819,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1398,"timestamp":7164785554,"id":2663,"parentId":2644,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/react-remove-scroll-bar@2.3.8_@types+react@19.0.1_react@19.0.0/node_modules/react-remove-scroll-bar/dist/es2015/component.js","layer":"app-pages-browser"},"startTime":1748961248410,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1556,"timestamp":7164785702,"id":2664,"parentId":2644,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/react-remove-scroll-bar@2.3.8_@types+react@19.0.1_react@19.0.0/node_modules/react-remove-scroll-bar/dist/es2015/utils.js","layer":"app-pages-browser"},"startTime":1748961248410,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1644,"timestamp":7164785774,"id":2665,"parentId":2645,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/react-style-singleton@2.2.3_@types+react@19.0.1_react@19.0.0/node_modules/react-style-singleton/dist/es2015/component.js","layer":"app-pages-browser"},"startTime":1748961248410,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1858,"timestamp":7164785836,"id":2666,"parentId":2645,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/react-style-singleton@2.2.3_@types+react@19.0.1_react@19.0.0/node_modules/react-style-singleton/dist/es2015/singleton.js","layer":"app-pages-browser"},"startTime":1748961248410,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1942,"timestamp":7164785893,"id":2667,"parentId":2645,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/react-style-singleton@2.2.3_@types+react@19.0.1_react@19.0.0/node_modules/react-style-singleton/dist/es2015/hook.js","layer":"app-pages-browser"},"startTime":1748961248410,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":2168,"timestamp":7164789868,"id":2668,"parentId":2657,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/use-sidecar@1.1.3_@types+react@19.0.1_react@19.0.0/node_modules/use-sidecar/dist/es2015/env.js","layer":"app-pages-browser"},"startTime":1748961248414,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":649,"timestamp":7164793419,"id":2669,"parentId":2666,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/get-nonce@1.0.1/node_modules/get-nonce/dist/es2015/index.js","layer":"app-pages-browser"},"startTime":1748961248418,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1011,"timestamp":7164793532,"id":2670,"parentId":2634,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/engine.io-parser@5.2.3/node_modules/engine.io-parser/build/esm/contrib/base64-arraybuffer.js","layer":"app-pages-browser"},"startTime":1748961248418,"traceId":"1d7d79b67620d551"},{"name":"add-entry","duration":2600758,"timestamp":7162194022,"id":1780,"parentId":1772,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Fgabriel%2FProjects%2Fresend%2Freact-email%2Fpackages%2Freact-email%2Fsrc%2Fapp%2Fglobals.css%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fgabriel%2FProjects%2Fresend%2Freact-email%2Fnode_modules%2F.pnpm%2Fnext%4015.3.1_%40babel%2Bcore%407.26.10_react-dom%4019.0.0_react%4019.0.0__react%4019.0.0%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Ffonts.ts%5C%22%2C%5C%22import%5C%22%3A%5C%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fgabriel%2FProjects%2Fresend%2Freact-email%2Fnode_modules%2F.pnpm%2Fnext%4015.3.1_%40babel%2Bcore%407.26.10_react-dom%4019.0.0_react%4019.0.0__react%4019.0.0%2Fnode_modules%2Fnext%2Ffont%2Flocal%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Ffonts.ts%5C%22%2C%5C%22import%5C%22%3A%5C%22%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22src%5C%22%3A%5B%7B%5C%22path%5C%22%3A%5C%22.%2Ffonts%2FSFMono%2FSFMonoLight.otf%5C%22%2C%5C%22weight%5C%22%3A%5C%22300%5C%22%7D%2C%7B%5C%22path%5C%22%3A%5C%22.%2Ffonts%2FSFMono%2FSFMonoRegular.otf%5C%22%2C%5C%22weight%5C%22%3A%5C%22400%5C%22%7D%2C%7B%5C%22path%5C%22%3A%5C%22.%2Ffonts%2FSFMono%2FSFMonoMedium.otf%5C%22%2C%5C%22weight%5C%22%3A%5C%22500%5C%22%7D%2C%7B%5C%22path%5C%22%3A%5C%22.%2Ffonts%2FSFMono%2FSFMonoSemibold.otf%5C%22%2C%5C%22weight%5C%22%3A%5C%22600%5C%22%7D%2C%7B%5C%22path%5C%22%3A%5C%22.%2Ffonts%2FSFMono%2FSFMonoBold.otf%5C%22%2C%5C%22weight%5C%22%3A%5C%22700%5C%22%7D%2C%7B%5C%22path%5C%22%3A%5C%22.%2Ffonts%2FSFMono%2FSFMonoHeavy.otf%5C%22%2C%5C%22weight%5C%22%3A%5C%22800%5C%22%7D%5D%2C%5C%22variable%5C%22%3A%5C%22--font-sf-mono%5C%22%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22sfMono%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fgabriel%2FProjects%2Fresend%2Freact-email%2Fpackages%2Freact-email%2Fsrc%2Fcontexts%2Femails.tsx%22%2C%22ids%22%3A%5B%22EmailsProvider%22%5D%7D&server=false!"},"startTime":1748961245819,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1639,"timestamp":7164795137,"id":2671,"parentId":2648,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/compiled/scheduler/cjs/scheduler.production.js","layer":"app-pages-browser"},"startTime":1748961248420,"traceId":"1d7d79b67620d551"},{"name":"add-entry","duration":2603051,"timestamp":7162193842,"id":1774,"parentId":1772,"tags":{"request":"./../../node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/app-next.js"},"startTime":1748961245818,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1477,"timestamp":7164797353,"id":2672,"parentId":2647,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/scheduler@0.25.0/node_modules/scheduler/cjs/scheduler.production.js","layer":"pages-dir-browser"},"startTime":1748961248422,"traceId":"1d7d79b67620d551"},{"name":"build-module-js","duration":1673,"timestamp":7164797403,"id":2673,"parentId":2668,"tags":{"name":"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/detect-node-es@1.1.0/node_modules/detect-node-es/esm/browser.js","layer":"app-pages-browser"},"startTime":1748961248422,"traceId":"1d7d79b67620d551"},{"name":"add-entry","duration":2605399,"timestamp":7162193763,"id":1773,"parentId":1772,"tags":{"request":"./../../node_modules/.pnpm/next@15.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/next.js"},"startTime":1748961245818,"traceId":"1d7d79b67620d551"},{"name":"add-entry","duration":2605145,"timestamp":7162194035,"id":1782,"parentId":1772,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Fgabriel%2FProjects%2Fresend%2Freact-email%2Fpackages%2Freact-email%2Fsrc%2Fapp%2Fpreview%2F%5B...slug%5D%2Fpreview.tsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fgabriel%2FProjects%2Fresend%2Freact-email%2Fpackages%2Freact-email%2Fsrc%2Fcomponents%2Fshell.tsx%22%2C%22ids%22%3A%5B%22Shell%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fgabriel%2FProjects%2Fresend%2Freact-email%2Fpackages%2Freact-email%2Fsrc%2Fcomponents%2Ftoolbar.tsx%22%2C%22ids%22%3A%5B%22Toolbar%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fgabriel%2FProjects%2Fresend%2Freact-email%2Fpackages%2Freact-email%2Fsrc%2Fcontexts%2Fpreview.tsx%22%2C%22ids%22%3A%5B%22PreviewProvider%22%5D%7D&server=false!"},"startTime":1748961245819,"traceId":"1d7d79b67620d551"},{"name":"make","duration":2605808,"timestamp":7162193425,"id":1772,"parentId":1771,"tags":{},"startTime":1748961245818,"traceId":"1d7d79b67620d551"},{"name":"chunk-graph","duration":11417,"timestamp":7164833563,"id":2675,"parentId":2674,"tags":{},"startTime":1748961248458,"traceId":"1d7d79b67620d551"},{"name":"optimize-modules","duration":5,"timestamp":7164845035,"id":2677,"parentId":2674,"tags":{},"startTime":1748961248470,"traceId":"1d7d79b67620d551"},{"name":"optimize-chunks","duration":7668,"timestamp":7164846305,"id":2679,"parentId":2674,"tags":{},"startTime":1748961248471,"traceId":"1d7d79b67620d551"},{"name":"optimize-tree","duration":9,"timestamp":7164854015,"id":2680,"parentId":2674,"tags":{},"startTime":1748961248479,"traceId":"1d7d79b67620d551"},{"name":"optimize-chunk-modules","duration":20170,"timestamp":7164854045,"id":2681,"parentId":2674,"tags":{},"startTime":1748961248479,"traceId":"1d7d79b67620d551"},{"name":"optimize","duration":29217,"timestamp":7164845021,"id":2676,"parentId":2674,"tags":{},"startTime":1748961248470,"traceId":"1d7d79b67620d551"},{"name":"module-hash","duration":13380,"timestamp":7164884341,"id":2682,"parentId":2674,"tags":{},"startTime":1748961248509,"traceId":"1d7d79b67620d551"},{"name":"code-generation","duration":254516,"timestamp":7164897755,"id":2683,"parentId":2674,"tags":{},"startTime":1748961248522,"traceId":"1d7d79b67620d551"},{"name":"hash","duration":4004,"timestamp":7165154705,"id":2684,"parentId":2674,"tags":{},"startTime":1748961248779,"traceId":"1d7d79b67620d551"},{"name":"code-generation-jobs","duration":202,"timestamp":7165158708,"id":2685,"parentId":2674,"tags":{},"startTime":1748961248783,"traceId":"1d7d79b67620d551"},{"name":"module-assets","duration":378,"timestamp":7165158891,"id":2686,"parentId":2674,"tags":{},"startTime":1748961248783,"traceId":"1d7d79b67620d551"},{"name":"create-chunk-assets","duration":5893,"timestamp":7165159280,"id":2687,"parentId":2674,"tags":{},"startTime":1748961248784,"traceId":"1d7d79b67620d551"},{"name":"NextJsBuildManifest-generateClientManifest","duration":1316,"timestamp":7165171217,"id":2689,"parentId":1771,"tags":{},"startTime":1748961248796,"traceId":"1d7d79b67620d551"},{"name":"NextJsBuildManifest-createassets","duration":2108,"timestamp":7165170443,"id":2688,"parentId":1771,"tags":{},"startTime":1748961248795,"traceId":"1d7d79b67620d551"},{"name":"minify-js","duration":127496,"timestamp":7165187539,"id":2694,"parentId":2690,"tags":{"name":"static/chunks/pages/_app-542a93a5a214e1c0.js","cache":"MISS"},"startTime":1748961248812,"traceId":"1d7d79b67620d551"},{"name":"minify-js","duration":127705,"timestamp":7165187375,"id":2692,"parentId":2690,"tags":{"name":"static/chunks/main-app-976577a424e11c75.js","cache":"MISS"},"startTime":1748961248812,"traceId":"1d7d79b67620d551"},{"name":"minify-js","duration":127521,"timestamp":7165187580,"id":2695,"parentId":2690,"tags":{"name":"static/chunks/pages/_error-d5fe1b1612642f76.js","cache":"MISS"},"startTime":1748961248812,"traceId":"1d7d79b67620d551"},{"name":"minify-js","duration":127348,"timestamp":7165187770,"id":2697,"parentId":2690,"tags":{"name":"static/chunks/app/page-2dbfb5b2dc4b1191.js","cache":"MISS"},"startTime":1748961248812,"traceId":"1d7d79b67620d551"},{"name":"minify-js","duration":127678,"timestamp":7165187457,"id":2693,"parentId":2690,"tags":{"name":"static/chunks/app/_not-found/page-4cbc7dce3ad33336.js","cache":"MISS"},"startTime":1748961248812,"traceId":"1d7d79b67620d551"},{"name":"minify-js","duration":127533,"timestamp":7165187618,"id":2696,"parentId":2690,"tags":{"name":"static/chunks/app/layout-269b5cbd8f4cd2e3.js","cache":"MISS"},"startTime":1748961248812,"traceId":"1d7d79b67620d551"},{"name":"minify-js","duration":107591,"timestamp":7165207579,"id":2699,"parentId":2690,"tags":{"name":"static/chunks/webpack-31c45daa2bd82a7b.js","cache":"MISS"},"startTime":1748961248832,"traceId":"1d7d79b67620d551"},{"name":"minify-js","duration":163782,"timestamp":7165183630,"id":2691,"parentId":2690,"tags":{"name":"static/chunks/main-9a03e7ba8acb1900.js","cache":"MISS"},"startTime":1748961248808,"traceId":"1d7d79b67620d551"},{"name":"minify-js","duration":192857,"timestamp":7165187828,"id":2698,"parentId":2690,"tags":{"name":"static/chunks/app/preview/[...slug]/page-79e0c9b528a62f8b.js","cache":"MISS"},"startTime":1748961248812,"traceId":"1d7d79b67620d551"},{"name":"minify-js","duration":214461,"timestamp":7165218177,"id":2703,"parentId":2690,"tags":{"name":"static/chunks/589-817d8691661d370e.js","cache":"MISS"},"startTime":1748961248843,"traceId":"1d7d79b67620d551"},{"name":"minify-js","duration":367045,"timestamp":7165207715,"id":2700,"parentId":2690,"tags":{"name":"static/chunks/framework-b887e9fc751a9906.js","cache":"MISS"},"startTime":1748961248832,"traceId":"1d7d79b67620d551"},{"name":"minify-js","duration":380552,"timestamp":7165210700,"id":2702,"parentId":2690,"tags":{"name":"static/chunks/3bd82e28-cda2c00a924937c5.js","cache":"MISS"},"startTime":1748961248835,"traceId":"1d7d79b67620d551"},{"name":"minify-js","duration":396970,"timestamp":7165209924,"id":2701,"parentId":2690,"tags":{"name":"static/chunks/f33a14d2-ec7c5f0b91818561.js","cache":"MISS"},"startTime":1748961248834,"traceId":"1d7d79b67620d551"},{"name":"minify-js","duration":381917,"timestamp":7165236766,"id":2707,"parentId":2690,"tags":{"name":"static/chunks/902-c34acb56733e0ce1.js","cache":"MISS"},"startTime":1748961248861,"traceId":"1d7d79b67620d551"},{"name":"minify-js","duration":392444,"timestamp":7165237111,"id":2708,"parentId":2690,"tags":{"name":"static/chunks/484-e38a627386aae911.js","cache":"MISS"},"startTime":1748961248862,"traceId":"1d7d79b67620d551"},{"name":"minify-js","duration":392019,"timestamp":7165237737,"id":2709,"parentId":2690,"tags":{"name":"server/middleware-react-loadable-manifest.js","cache":"MISS"},"startTime":1748961248862,"traceId":"1d7d79b67620d551"},{"name":"minify-js","duration":392077,"timestamp":7165237778,"id":2710,"parentId":2690,"tags":{"name":"static/yxjkw7Y7HRLmRWkl3S43z/_ssgManifest.js","cache":"MISS"},"startTime":1748961248862,"traceId":"1d7d79b67620d551"},{"name":"minify-js","duration":392274,"timestamp":7165237804,"id":2711,"parentId":2690,"tags":{"name":"server/middleware-build-manifest.js","cache":"MISS"},"startTime":1748961248862,"traceId":"1d7d79b67620d551"},{"name":"minify-js","duration":392596,"timestamp":7165237829,"id":2712,"parentId":2690,"tags":{"name":"static/yxjkw7Y7HRLmRWkl3S43z/_buildManifest.js","cache":"MISS"},"startTime":1748961248862,"traceId":"1d7d79b67620d551"},{"name":"minify-js","duration":392637,"timestamp":7165237853,"id":2713,"parentId":2690,"tags":{"name":"server/next-font-manifest.js","cache":"MISS"},"startTime":1748961248862,"traceId":"1d7d79b67620d551"},{"name":"minify-js","duration":433696,"timestamp":7165229044,"id":2706,"parentId":2690,"tags":{"name":"static/chunks/45-1021fac82f766268.js","cache":"MISS"},"startTime":1748961248854,"traceId":"1d7d79b67620d551"},{"name":"minify-js","duration":533157,"timestamp":7165225519,"id":2705,"parentId":2690,"tags":{"name":"static/chunks/107-3043079e7cb8bcae.js","cache":"MISS"},"startTime":1748961248850,"traceId":"1d7d79b67620d551"},{"name":"minify-js","duration":556049,"timestamp":7165219124,"id":2704,"parentId":2690,"tags":{"name":"static/chunks/293-297b1eb2241f9a70.js","cache":"MISS"},"startTime":1748961248844,"traceId":"1d7d79b67620d551"},{"name":"minify-webpack-plugin-optimize","duration":600858,"timestamp":7165174329,"id":2690,"parentId":1771,"tags":{"compilationName":"client","mangle":"true"},"startTime":1748961248799,"traceId":"1d7d79b67620d551"},{"name":"minify-css","duration":226091,"timestamp":7165775398,"id":2715,"parentId":2714,"tags":{"file":"static/css/06add8eb592887f2.css","cache":"MISS"},"startTime":1748961249400,"traceId":"1d7d79b67620d551"},{"name":"css-minimizer-plugin","duration":226169,"timestamp":7165775331,"id":2714,"parentId":1771,"tags":{},"startTime":1748961249400,"traceId":"1d7d79b67620d551"},{"name":"seal","duration":1193265,"timestamp":7164817860,"id":2674,"parentId":1771,"tags":{},"startTime":1748961248442,"traceId":"1d7d79b67620d551"},{"name":"webpack-compilation","duration":3819016,"timestamp":7162192205,"id":1771,"parentId":13,"tags":{"name":"client"},"startTime":1748961245817,"traceId":"1d7d79b67620d551"},{"name":"emit","duration":6831,"timestamp":7166011256,"id":2716,"parentId":13,"tags":{},"startTime":1748961249636,"traceId":"1d7d79b67620d551"},{"name":"webpack-close","duration":593804,"timestamp":7166018657,"id":2717,"parentId":13,"tags":{"name":"client"},"startTime":1748961249643,"traceId":"1d7d79b67620d551"},{"name":"webpack-generate-error-stats","duration":1044,"timestamp":7166612475,"id":2718,"parentId":2717,"tags":{},"startTime":1748961250237,"traceId":"1d7d79b67620d551"},{"name":"run-webpack-compiler","duration":23014819,"timestamp":7143599337,"id":13,"parentId":1,"tags":{},"startTime":1748961227224,"traceId":"1d7d79b67620d551"},{"name":"format-webpack-messages","duration":129,"timestamp":7166614166,"id":2719,"parentId":1,"tags":{},"startTime":1748961250239,"traceId":"1d7d79b67620d551"},{"name":"verify-and-lint","duration":77617,"timestamp":7166666443,"id":2722,"parentId":1,"tags":{},"startTime":1748961250291,"traceId":"1d7d79b67620d551"},{"name":"verify-typescript-setup","duration":4484000,"timestamp":7166630249,"id":2721,"parentId":1,"tags":{},"startTime":1748961250255,"traceId":"1d7d79b67620d551"},{"name":"check-static-error-page","duration":2156,"timestamp":7171314151,"id":2725,"parentId":2724,"tags":{},"startTime":1748961254939,"traceId":"1d7d79b67620d551"},{"name":"check-page","duration":1625,"timestamp":7171372341,"id":2726,"parentId":2724,"tags":{"page":"/_app"},"startTime":1748961254997,"traceId":"1d7d79b67620d551"},{"name":"check-page","duration":469,"timestamp":7171373509,"id":2728,"parentId":2724,"tags":{"page":"/_document"},"startTime":1748961254998,"traceId":"1d7d79b67620d551"},{"name":"check-page","duration":799,"timestamp":7171373329,"id":2727,"parentId":2724,"tags":{"page":"/_error"},"startTime":1748961254998,"traceId":"1d7d79b67620d551"},{"name":"is-page-static","duration":278035,"timestamp":7171374763,"id":2734,"parentId":2729,"tags":{},"startTime":1748961254999,"traceId":"1d7d79b67620d551"},{"name":"check-page","duration":279315,"timestamp":7171373531,"id":2729,"parentId":2724,"tags":{"page":"/_not-found"},"startTime":1748961254998,"traceId":"1d7d79b67620d551"},{"name":"is-page-static","duration":287555,"timestamp":7171375939,"id":2735,"parentId":2730,"tags":{},"startTime":1748961255000,"traceId":"1d7d79b67620d551"},{"name":"check-page","duration":289884,"timestamp":7171373633,"id":2730,"parentId":2724,"tags":{"page":"/"},"startTime":1748961254998,"traceId":"1d7d79b67620d551"},{"name":"is-page-static","duration":293418,"timestamp":7171374538,"id":2733,"parentId":2732,"tags":{},"startTime":1748961254999,"traceId":"1d7d79b67620d551"},{"name":"check-page","duration":294309,"timestamp":7171373687,"id":2732,"parentId":2724,"tags":{"page":"/favicon.ico"},"startTime":1748961254998,"traceId":"1d7d79b67620d551"},{"name":"is-page-static","duration":549366,"timestamp":7171376192,"id":2736,"parentId":2731,"tags":{},"startTime":1748961255001,"traceId":"1d7d79b67620d551"},{"name":"check-page","duration":551941,"timestamp":7171373659,"id":2731,"parentId":2724,"tags":{"page":"/preview/[...slug]"},"startTime":1748961254998,"traceId":"1d7d79b67620d551"},{"name":"static-check","duration":612056,"timestamp":7171313588,"id":2724,"parentId":1,"tags":{},"startTime":1748961254938,"traceId":"1d7d79b67620d551"},{"name":"generate-required-server-files","duration":316,"timestamp":7171925919,"id":2738,"parentId":1,"tags":{},"startTime":1748961255550,"traceId":"1d7d79b67620d551"},{"name":"write-routes-manifest","duration":1085,"timestamp":7171930096,"id":2740,"parentId":1,"tags":{},"startTime":1748961255555,"traceId":"1d7d79b67620d551"},{"name":"load-dotenv","duration":93,"timestamp":7171946436,"id":2743,"parentId":2742,"tags":{},"startTime":1748961255571,"traceId":"1d7d79b67620d551"},{"name":"run-export-path-map","duration":286,"timestamp":7172630213,"id":2744,"parentId":2742,"tags":{},"startTime":1748961256255,"traceId":"1d7d79b67620d551"},{"name":"next-export","duration":2045109,"timestamp":7171945784,"id":2742,"parentId":1,"tags":{},"startTime":1748961255570,"traceId":"1d7d79b67620d551"},{"name":"move-exported-page","duration":39686,"timestamp":7173991646,"id":2745,"parentId":2741,"tags":{},"startTime":1748961257616,"traceId":"1d7d79b67620d551"},{"name":"static-generation","duration":2110376,"timestamp":7171942318,"id":2741,"parentId":1,"tags":{},"startTime":1748961255567,"traceId":"1d7d79b67620d551"},{"name":"write-routes-manifest","duration":7851,"timestamp":7174052707,"id":2746,"parentId":1,"tags":{},"startTime":1748961257677,"traceId":"1d7d79b67620d551"},{"name":"node-file-trace-build","duration":7605025,"timestamp":7171927331,"id":2739,"parentId":1,"tags":{"isTurbotrace":"false"},"startTime":1748961255552,"traceId":"1d7d79b67620d551"},{"name":"apply-include-excludes","duration":500,"timestamp":7179532372,"id":2747,"parentId":1,"tags":{},"startTime":1748961263157,"traceId":"1d7d79b67620d551"},{"name":"print-tree-view","duration":2033,"timestamp":7179533146,"id":2748,"parentId":1,"tags":{},"startTime":1748961263158,"traceId":"1d7d79b67620d551"},{"name":"telemetry-flush","duration":31,"timestamp":7179535186,"id":2749,"parentId":1,"tags":{},"startTime":1748961263160,"traceId":"1d7d79b67620d551"},{"name":"next-build","duration":36093056,"timestamp":7143442164,"id":1,"tags":{"buildMode":"default","isTurboBuild":"false","version":"15.3.1","has-custom-webpack-config":"true","use-build-worker":"false"},"startTime":1748961227067,"traceId":"1d7d79b67620d551"}]