react-email 4.0.2 → 4.0.3

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 (80) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/dist/cli/index.js +12 -8
  3. package/dist/cli/index.mjs +12 -8
  4. package/dist/preview/.next/BUILD_ID +1 -1
  5. package/dist/preview/.next/app-build-manifest.json +11 -11
  6. package/dist/preview/.next/app-path-routes-manifest.json +1 -1
  7. package/dist/preview/.next/build-manifest.json +3 -3
  8. package/dist/preview/.next/next-minimal-server.js.nft.json +1 -1
  9. package/dist/preview/.next/next-server.js.nft.json +1 -1
  10. package/dist/preview/.next/prerender-manifest.json +3 -3
  11. package/dist/preview/.next/required-server-files.json +3 -3
  12. package/dist/preview/.next/server/app/_not-found/page.js +1 -1
  13. package/dist/preview/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  14. package/dist/preview/.next/server/app/favicon.ico/route.js +1 -1
  15. package/dist/preview/.next/server/app/page.js +1 -1
  16. package/dist/preview/.next/server/app/page.js.nft.json +1 -1
  17. package/dist/preview/.next/server/app/page_client-reference-manifest.js +1 -1
  18. package/dist/preview/.next/server/app/preview/[...slug]/page.js +133 -32
  19. package/dist/preview/.next/server/app/preview/[...slug]/page.js.nft.json +1 -1
  20. package/dist/preview/.next/server/app/preview/[...slug]/page_client-reference-manifest.js +1 -1
  21. package/dist/preview/.next/server/app-paths-manifest.json +1 -1
  22. package/dist/preview/.next/server/chunks/{816.js → 196.js} +2 -2
  23. package/dist/preview/.next/server/chunks/35.js +1 -0
  24. package/dist/preview/.next/server/chunks/553.js +1 -0
  25. package/dist/preview/.next/server/chunks/600.js +3 -3
  26. package/dist/preview/.next/server/middleware-build-manifest.js +1 -1
  27. package/dist/preview/.next/server/next-font-manifest.js +1 -1
  28. package/dist/preview/.next/server/next-font-manifest.json +1 -1
  29. package/dist/preview/.next/server/pages/500.html +1 -1
  30. package/dist/preview/.next/server/pages-manifest.json +1 -1
  31. package/dist/preview/.next/server/server-reference-manifest.js +1 -1
  32. package/dist/preview/.next/server/server-reference-manifest.json +1 -1
  33. package/dist/preview/.next/static/chunks/249-a7c978f5f295dbbe.js +1 -0
  34. package/dist/preview/.next/static/chunks/683-143f990811265aa9.js +1 -0
  35. package/dist/preview/.next/static/chunks/app/layout-790f2e7caed999b4.js +1 -0
  36. package/dist/preview/.next/static/chunks/app/page-5cc4bdf3b5cfa4cf.js +1 -0
  37. package/dist/preview/.next/static/chunks/app/preview/[...slug]/page-809a4637f7f23d87.js +1 -0
  38. package/dist/preview/.next/static/chunks/{main-app-785b93ae096c4901.js → main-app-256b213b179a95cc.js} +1 -1
  39. package/dist/preview/.next/trace +27 -2
  40. package/dist/preview/.next/types/app/layout.ts +1 -1
  41. package/dist/preview/.next/types/app/page.ts +1 -1
  42. package/dist/preview/.next/types/app/preview/[...slug]/page.ts +1 -1
  43. package/package.json +4 -5
  44. package/scripts/build-preview-server.mjs +1 -0
  45. package/src/utils/get-email-component.ts +1 -1
  46. package/src/utils/get-emails-directory-metadata.ts +13 -2
  47. package/src/utils/js-email-detection.spec.ts +24 -0
  48. package/src/utils/testing/js-email-export-default.js +17 -0
  49. package/src/utils/testing/js-email-test.js +18 -0
  50. package/src/utils/testing/mdx-email-test.js +128 -0
  51. package/dist/preview/.next/cache/.rscinfo +0 -1
  52. package/dist/preview/.next/cache/images/TcyzHbFXGFjrOu3wEMvDoSmqCh3qP3iiNqJf0QbED9Y/60.1743169671304.cQ5qicbpvoXZ7leVmWqG2ElLwXB1ynYeSv8MBSA-QeM.Vy8iMWM3MGUtMTk1ZGQwMTViY2Ei.webp +0 -0
  53. package/dist/preview/.next/cache/webpack/client-development/0.pack.gz +0 -0
  54. package/dist/preview/.next/cache/webpack/client-development/1.pack.gz +0 -0
  55. package/dist/preview/.next/cache/webpack/client-development/2.pack.gz +0 -0
  56. package/dist/preview/.next/cache/webpack/client-development/3.pack.gz +0 -0
  57. package/dist/preview/.next/cache/webpack/client-development/index.pack.gz +0 -0
  58. package/dist/preview/.next/cache/webpack/client-development/index.pack.gz.old +0 -0
  59. package/dist/preview/.next/cache/webpack/client-production/0.pack +0 -0
  60. package/dist/preview/.next/cache/webpack/client-production/1.pack +0 -0
  61. package/dist/preview/.next/cache/webpack/client-production/2.pack +0 -0
  62. package/dist/preview/.next/cache/webpack/client-production/index.pack +0 -0
  63. package/dist/preview/.next/cache/webpack/client-production/index.pack.old +0 -0
  64. package/dist/preview/.next/cache/webpack/edge-server-production/0.pack +0 -0
  65. package/dist/preview/.next/cache/webpack/edge-server-production/index.pack +0 -0
  66. package/dist/preview/.next/cache/webpack/server-development/0.pack.gz +0 -0
  67. package/dist/preview/.next/cache/webpack/server-development/1.pack.gz +0 -0
  68. package/dist/preview/.next/cache/webpack/server-development/2.pack.gz +0 -0
  69. package/dist/preview/.next/cache/webpack/server-development/index.pack.gz +0 -0
  70. package/dist/preview/.next/cache/webpack/server-development/index.pack.gz.old +0 -0
  71. package/dist/preview/.next/cache/webpack/server-production/0.pack +0 -0
  72. package/dist/preview/.next/cache/webpack/server-production/index.pack +0 -0
  73. package/dist/preview/.next/server/chunks/618.js +0 -1
  74. package/dist/preview/.next/static/chunks/683-093cd394da216977.js +0 -1
  75. package/dist/preview/.next/static/chunks/880-9c0b721328117b8b.js +0 -1
  76. package/dist/preview/.next/static/chunks/app/layout-e405a9892ef818e4.js +0 -1
  77. package/dist/preview/.next/static/chunks/app/page-9d038f3c5feb0570.js +0 -1
  78. package/dist/preview/.next/static/chunks/app/preview/[...slug]/page-01abccbbb410471e.js +0 -1
  79. /package/dist/preview/.next/static/{nTI9OP3BZJtF6nHi8Ij9m → iTYvrKm3lnjH0SMrE7Jrp}/_buildManifest.js +0 -0
  80. /package/dist/preview/.next/static/{nTI9OP3BZJtF6nHi8Ij9m → iTYvrKm3lnjH0SMrE7Jrp}/_ssgManifest.js +0 -0
@@ -1,2 +1,27 @@
1
- [{"name":"generate-buildid","duration":138,"timestamp":2092921084,"id":4,"parentId":1,"tags":{},"startTime":1743170968903,"traceId":"82388e7108e16717"},{"name":"load-custom-routes","duration":179,"timestamp":2092921284,"id":5,"parentId":1,"tags":{},"startTime":1743170968903,"traceId":"82388e7108e16717"},{"name":"create-dist-dir","duration":27546,"timestamp":2092956811,"id":6,"parentId":1,"tags":{},"startTime":1743170968939,"traceId":"82388e7108e16717"},{"name":"create-pages-mapping","duration":116,"timestamp":2092989740,"id":7,"parentId":1,"tags":{},"startTime":1743170968972,"traceId":"82388e7108e16717"},{"name":"collect-app-paths","duration":1353,"timestamp":2092989877,"id":8,"parentId":1,"tags":{},"startTime":1743170968972,"traceId":"82388e7108e16717"},{"name":"create-app-mapping","duration":793,"timestamp":2092991252,"id":9,"parentId":1,"tags":{},"startTime":1743170968973,"traceId":"82388e7108e16717"},{"name":"public-dir-conflict-check","duration":258,"timestamp":2092992247,"id":10,"parentId":1,"tags":{},"startTime":1743170968974,"traceId":"82388e7108e16717"},{"name":"generate-routes-manifest","duration":1428,"timestamp":2092992661,"id":11,"parentId":1,"tags":{},"startTime":1743170968975,"traceId":"82388e7108e16717"},{"name":"create-entrypoints","duration":22233,"timestamp":2092997675,"id":14,"parentId":1,"tags":{},"startTime":1743170968980,"traceId":"82388e7108e16717"},{"name":"generate-webpack-config","duration":179582,"timestamp":2093019940,"id":15,"parentId":13,"tags":{},"startTime":1743170969002,"traceId":"82388e7108e16717"},{"name":"next-trace-entrypoint-plugin","duration":1371,"timestamp":2093261702,"id":17,"parentId":16,"tags":{},"startTime":1743170969244,"traceId":"82388e7108e16717"},{"name":"add-entry","duration":321406,"timestamp":2093264763,"id":21,"parentId":18,"tags":{"request":"next/dist/pages/_app"},"startTime":1743170969247,"traceId":"82388e7108e16717"},{"name":"add-entry","duration":397614,"timestamp":2093264796,"id":25,"parentId":18,"tags":{"request":"next/dist/pages/_document"},"startTime":1743170969247,"traceId":"82388e7108e16717"},{"name":"add-entry","duration":398415,"timestamp":2093264773,"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":1743170969247,"traceId":"82388e7108e16717"},{"name":"add-entry","duration":586047,"timestamp":2093264443,"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.git%2Frelease%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":1743170969246,"traceId":"82388e7108e16717"},{"name":"add-entry","duration":642775,"timestamp":2093264781,"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.git%2Frelease%2Fpackages%2Freact-email%2Fsrc%2Fapp&appPaths=%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1743170969247,"traceId":"82388e7108e16717"},{"name":"add-entry","duration":688447,"timestamp":2093264745,"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.git%2Frelease%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":1743170969247,"traceId":"82388e7108e16717"},{"name":"add-entry","duration":770947,"timestamp":2093264789,"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.git%2Frelease%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":1743170969247,"traceId":"82388e7108e16717"},{"name":"make","duration":1285538,"timestamp":2093264249,"id":18,"parentId":16,"tags":{},"startTime":1743170969246,"traceId":"82388e7108e16717"},{"name":"get-entries","duration":419,"timestamp":2094550630,"id":47,"parentId":46,"tags":{},"startTime":1743170970533,"traceId":"82388e7108e16717"},{"name":"node-file-trace-plugin","duration":374427,"timestamp":2094555034,"id":48,"parentId":46,"tags":{"traceEntryCount":"10"},"startTime":1743170970537,"traceId":"82388e7108e16717"},{"name":"collect-traced-files","duration":1210,"timestamp":2094929478,"id":49,"parentId":46,"tags":{},"startTime":1743170970911,"traceId":"82388e7108e16717"},{"name":"finish-modules","duration":380192,"timestamp":2094550504,"id":46,"parentId":17,"tags":{},"startTime":1743170970532,"traceId":"82388e7108e16717"},{"name":"chunk-graph","duration":12304,"timestamp":2094989908,"id":51,"parentId":50,"tags":{},"startTime":1743170970972,"traceId":"82388e7108e16717"},{"name":"optimize-modules","duration":21,"timestamp":2095002311,"id":53,"parentId":50,"tags":{},"startTime":1743170970984,"traceId":"82388e7108e16717"},{"name":"optimize-chunks","duration":10508,"timestamp":2095002384,"id":54,"parentId":50,"tags":{},"startTime":1743170970984,"traceId":"82388e7108e16717"},{"name":"optimize-tree","duration":26,"timestamp":2095012958,"id":55,"parentId":50,"tags":{},"startTime":1743170970995,"traceId":"82388e7108e16717"},{"name":"optimize-chunk-modules","duration":22924,"timestamp":2095013056,"id":56,"parentId":50,"tags":{},"startTime":1743170970995,"traceId":"82388e7108e16717"},{"name":"optimize","duration":33766,"timestamp":2095002268,"id":52,"parentId":50,"tags":{},"startTime":1743170970984,"traceId":"82388e7108e16717"},{"name":"module-hash","duration":22485,"timestamp":2095056080,"id":57,"parentId":50,"tags":{},"startTime":1743170971038,"traceId":"82388e7108e16717"},{"name":"code-generation","duration":5241,"timestamp":2095078619,"id":58,"parentId":50,"tags":{},"startTime":1743170971061,"traceId":"82388e7108e16717"},{"name":"hash","duration":5369,"timestamp":2095087733,"id":59,"parentId":50,"tags":{},"startTime":1743170971070,"traceId":"82388e7108e16717"},{"name":"code-generation-jobs","duration":136,"timestamp":2095093100,"id":60,"parentId":50,"tags":{},"startTime":1743170971075,"traceId":"82388e7108e16717"},{"name":"module-assets","duration":754,"timestamp":2095093202,"id":61,"parentId":50,"tags":{},"startTime":1743170971075,"traceId":"82388e7108e16717"},{"name":"create-chunk-assets","duration":777,"timestamp":2095093966,"id":62,"parentId":50,"tags":{},"startTime":1743170971076,"traceId":"82388e7108e16717"},{"name":"minify-js","duration":205,"timestamp":2095101700,"id":64,"parentId":63,"tags":{"name":"../app/_not-found/page.js","cache":"HIT"},"startTime":1743170971084,"traceId":"82388e7108e16717"},{"name":"minify-js","duration":118,"timestamp":2095101792,"id":65,"parentId":63,"tags":{"name":"../app/favicon.ico/route.js","cache":"HIT"},"startTime":1743170971084,"traceId":"82388e7108e16717"},{"name":"minify-js","duration":110,"timestamp":2095101802,"id":66,"parentId":63,"tags":{"name":"../pages/_app.js","cache":"HIT"},"startTime":1743170971084,"traceId":"82388e7108e16717"},{"name":"minify-js","duration":106,"timestamp":2095101807,"id":67,"parentId":63,"tags":{"name":"../pages/_error.js","cache":"HIT"},"startTime":1743170971084,"traceId":"82388e7108e16717"},{"name":"minify-js","duration":102,"timestamp":2095101812,"id":68,"parentId":63,"tags":{"name":"../app/page.js","cache":"HIT"},"startTime":1743170971084,"traceId":"82388e7108e16717"},{"name":"minify-js","duration":99,"timestamp":2095101815,"id":69,"parentId":63,"tags":{"name":"../app/preview/[...slug]/page.js","cache":"HIT"},"startTime":1743170971084,"traceId":"82388e7108e16717"},{"name":"minify-js","duration":96,"timestamp":2095101819,"id":70,"parentId":63,"tags":{"name":"../pages/_document.js","cache":"HIT"},"startTime":1743170971084,"traceId":"82388e7108e16717"},{"name":"minify-js","duration":92,"timestamp":2095101823,"id":71,"parentId":63,"tags":{"name":"../webpack-runtime.js","cache":"HIT"},"startTime":1743170971084,"traceId":"82388e7108e16717"},{"name":"minify-js","duration":90,"timestamp":2095101826,"id":72,"parentId":63,"tags":{"name":"811.js","cache":"HIT"},"startTime":1743170971084,"traceId":"82388e7108e16717"},{"name":"minify-js","duration":33,"timestamp":2095101884,"id":73,"parentId":63,"tags":{"name":"600.js","cache":"HIT"},"startTime":1743170971084,"traceId":"82388e7108e16717"},{"name":"minify-js","duration":23,"timestamp":2095101894,"id":74,"parentId":63,"tags":{"name":"816.js","cache":"HIT"},"startTime":1743170971084,"traceId":"82388e7108e16717"},{"name":"minify-js","duration":19,"timestamp":2095101899,"id":75,"parentId":63,"tags":{"name":"446.js","cache":"HIT"},"startTime":1743170971084,"traceId":"82388e7108e16717"},{"name":"minify-js","duration":16,"timestamp":2095101903,"id":76,"parentId":63,"tags":{"name":"618.js","cache":"HIT"},"startTime":1743170971084,"traceId":"82388e7108e16717"},{"name":"minify-webpack-plugin-optimize","duration":4725,"timestamp":2095097199,"id":63,"parentId":16,"tags":{"compilationName":"server","mangle":"true"},"startTime":1743170971079,"traceId":"82388e7108e16717"},{"name":"css-minimizer-plugin","duration":88,"timestamp":2095101996,"id":77,"parentId":16,"tags":{},"startTime":1743170971084,"traceId":"82388e7108e16717"},{"name":"create-trace-assets","duration":1377,"timestamp":2095102220,"id":78,"parentId":17,"tags":{},"startTime":1743170971084,"traceId":"82388e7108e16717"},{"name":"create-trace-assets","duration":599,"timestamp":2095103690,"id":79,"parentId":17,"tags":{},"startTime":1743170971086,"traceId":"82388e7108e16717"},{"name":"seal","duration":147877,"timestamp":2094966007,"id":50,"parentId":16,"tags":{},"startTime":1743170970948,"traceId":"82388e7108e16717"},{"name":"webpack-compilation","duration":1861345,"timestamp":2093260647,"id":16,"parentId":13,"tags":{"name":"server"},"startTime":1743170969243,"traceId":"82388e7108e16717"},{"name":"emit","duration":4776,"timestamp":2095122271,"id":80,"parentId":13,"tags":{},"startTime":1743170971104,"traceId":"82388e7108e16717"},{"name":"webpack-close","duration":469,"timestamp":2095128802,"id":81,"parentId":13,"tags":{"name":"server"},"startTime":1743170971111,"traceId":"82388e7108e16717"},{"name":"webpack-generate-error-stats","duration":1716,"timestamp":2095129309,"id":82,"parentId":81,"tags":{},"startTime":1743170971111,"traceId":"82388e7108e16717"},{"name":"make","duration":169,"timestamp":2095138143,"id":84,"parentId":83,"tags":{},"startTime":1743170971120,"traceId":"82388e7108e16717"},{"name":"chunk-graph","duration":31,"timestamp":2095138854,"id":86,"parentId":85,"tags":{},"startTime":1743170971121,"traceId":"82388e7108e16717"},{"name":"optimize-modules","duration":9,"timestamp":2095138937,"id":88,"parentId":85,"tags":{},"startTime":1743170971121,"traceId":"82388e7108e16717"},{"name":"optimize-chunks","duration":76,"timestamp":2095138994,"id":89,"parentId":85,"tags":{},"startTime":1743170971121,"traceId":"82388e7108e16717"},{"name":"optimize-tree","duration":10,"timestamp":2095139109,"id":90,"parentId":85,"tags":{},"startTime":1743170971121,"traceId":"82388e7108e16717"},{"name":"optimize-chunk-modules","duration":47,"timestamp":2095139183,"id":91,"parentId":85,"tags":{},"startTime":1743170971121,"traceId":"82388e7108e16717"},{"name":"optimize","duration":361,"timestamp":2095138906,"id":87,"parentId":85,"tags":{},"startTime":1743170971121,"traceId":"82388e7108e16717"},{"name":"module-hash","duration":13,"timestamp":2095139469,"id":92,"parentId":85,"tags":{},"startTime":1743170971121,"traceId":"82388e7108e16717"},{"name":"code-generation","duration":10,"timestamp":2095139493,"id":93,"parentId":85,"tags":{},"startTime":1743170971121,"traceId":"82388e7108e16717"},{"name":"hash","duration":64,"timestamp":2095139539,"id":94,"parentId":85,"tags":{},"startTime":1743170971121,"traceId":"82388e7108e16717"},{"name":"code-generation-jobs","duration":45,"timestamp":2095139602,"id":95,"parentId":85,"tags":{},"startTime":1743170971122,"traceId":"82388e7108e16717"},{"name":"module-assets","duration":14,"timestamp":2095139639,"id":96,"parentId":85,"tags":{},"startTime":1743170971122,"traceId":"82388e7108e16717"},{"name":"create-chunk-assets","duration":13,"timestamp":2095139659,"id":97,"parentId":85,"tags":{},"startTime":1743170971122,"traceId":"82388e7108e16717"},{"name":"minify-js","duration":32,"timestamp":2095142624,"id":99,"parentId":98,"tags":{"name":"interception-route-rewrite-manifest.js","cache":"HIT"},"startTime":1743170971125,"traceId":"82388e7108e16717"},{"name":"minify-webpack-plugin-optimize","duration":761,"timestamp":2095141901,"id":98,"parentId":83,"tags":{"compilationName":"edge-server","mangle":"true"},"startTime":1743170971124,"traceId":"82388e7108e16717"},{"name":"css-minimizer-plugin","duration":7,"timestamp":2095142710,"id":100,"parentId":83,"tags":{},"startTime":1743170971125,"traceId":"82388e7108e16717"},{"name":"seal","duration":4999,"timestamp":2095138711,"id":85,"parentId":83,"tags":{},"startTime":1743170971121,"traceId":"82388e7108e16717"},{"name":"webpack-compilation","duration":6826,"timestamp":2095136970,"id":83,"parentId":13,"tags":{"name":"edge-server"},"startTime":1743170971119,"traceId":"82388e7108e16717"},{"name":"emit","duration":499,"timestamp":2095143846,"id":101,"parentId":13,"tags":{},"startTime":1743170971126,"traceId":"82388e7108e16717"},{"name":"webpack-close","duration":163,"timestamp":2095144555,"id":102,"parentId":13,"tags":{"name":"edge-server"},"startTime":1743170971126,"traceId":"82388e7108e16717"},{"name":"webpack-generate-error-stats","duration":494,"timestamp":2095144723,"id":103,"parentId":102,"tags":{},"startTime":1743170971127,"traceId":"82388e7108e16717"},{"name":"add-entry","duration":268488,"timestamp":2095151573,"id":109,"parentId":105,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fclient%2Fcomponents%2Fnot-found-error&page=%2F_not-found%2Fpage!"},"startTime":1743170971134,"traceId":"82388e7108e16717"},{"name":"add-entry","duration":328976,"timestamp":2095151580,"id":110,"parentId":105,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1743170971134,"traceId":"82388e7108e16717"},{"name":"add-entry","duration":364335,"timestamp":2095151588,"id":112,"parentId":105,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1743170971134,"traceId":"82388e7108e16717"},{"name":"add-entry","duration":426720,"timestamp":2095151584,"id":111,"parentId":105,"tags":{"request":"/home/gabriel/Projects/Resend/react-email.git/release/node_modules/.pnpm/next@15.2.2_@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":1743170971134,"traceId":"82388e7108e16717"},{"name":"add-entry","duration":468348,"timestamp":2095151456,"id":106,"parentId":105,"tags":{"request":"./../../node_modules/.pnpm/next@15.2.2_@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":1743170971133,"traceId":"82388e7108e16717"},{"name":"add-entry","duration":468870,"timestamp":2095151557,"id":108,"parentId":105,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Fgabriel%2FProjects%2FResend%2Freact-email.git%2Frelease%2Fnode_modules%2F.pnpm%2Fnext%4015.2.2_%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.git%2Frelease%2Fnode_modules%2F.pnpm%2Fnext%4015.2.2_%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.git%2Frelease%2Fnode_modules%2F.pnpm%2Fnext%4015.2.2_%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.git%2Frelease%2Fnode_modules%2F.pnpm%2Fnext%4015.2.2_%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.git%2Frelease%2Fnode_modules%2F.pnpm%2Fnext%4015.2.2_%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.git%2Frelease%2Fnode_modules%2F.pnpm%2Fnext%4015.2.2_%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.git%2Frelease%2Fnode_modules%2F.pnpm%2Fnext%4015.2.2_%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.git%2Frelease%2Fnode_modules%2F.pnpm%2Fnext%4015.2.2_%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":1743170971133,"traceId":"82388e7108e16717"},{"name":"add-entry","duration":493320,"timestamp":2095151499,"id":107,"parentId":105,"tags":{"request":"./../../node_modules/.pnpm/next@15.2.2_@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":1743170971133,"traceId":"82388e7108e16717"},{"name":"add-entry","duration":499881,"timestamp":2095151594,"id":114,"parentId":105,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Fgabriel%2FProjects%2FResend%2Freact-email.git%2Frelease%2Fnode_modules%2F.pnpm%2Fnext%4015.2.2_%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.git%2Frelease%2Fnode_modules%2F.pnpm%2Fnext%4015.2.2_%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.git%2Frelease%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.git%2Frelease%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.git%2Frelease%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.git%2Frelease%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.git%2Frelease%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.git%2Frelease%2Fpackages%2Freact-email%2Fsrc%2Fcomponents%2Ftopbar.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1743170971134,"traceId":"82388e7108e16717"},{"name":"add-entry","duration":511991,"timestamp":2095151590,"id":113,"parentId":105,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Fgabriel%2FProjects%2FResend%2Freact-email.git%2Frelease%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.git%2Frelease%2Fnode_modules%2F.pnpm%2Fnext%4015.2.2_%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.git%2Frelease%2Fnode_modules%2F.pnpm%2Fnext%4015.2.2_%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.git%2Frelease%2Fpackages%2Freact-email%2Fsrc%2Fcontexts%2Femails.tsx%22%2C%22ids%22%3A%5B%22EmailsProvider%22%5D%7D&server=false!"},"startTime":1743170971134,"traceId":"82388e7108e16717"},{"name":"add-entry","duration":513226,"timestamp":2095151600,"id":115,"parentId":105,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Fgabriel%2FProjects%2FResend%2Freact-email.git%2Frelease%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.git%2Frelease%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.git%2Frelease%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.git%2Frelease%2Fpackages%2Freact-email%2Fsrc%2Fcontexts%2Fpreview.tsx%22%2C%22ids%22%3A%5B%22PreviewProvider%22%5D%7D&server=false!"},"startTime":1743170971134,"traceId":"82388e7108e16717"},{"name":"make","duration":513601,"timestamp":2095151277,"id":105,"parentId":104,"tags":{},"startTime":1743170971133,"traceId":"82388e7108e16717"},{"name":"chunk-graph","duration":6469,"timestamp":2095687095,"id":117,"parentId":116,"tags":{},"startTime":1743170971669,"traceId":"82388e7108e16717"},{"name":"optimize-modules","duration":5,"timestamp":2095693601,"id":119,"parentId":116,"tags":{},"startTime":1743170971676,"traceId":"82388e7108e16717"},{"name":"optimize-chunks","duration":6424,"timestamp":2095694526,"id":121,"parentId":116,"tags":{},"startTime":1743170971676,"traceId":"82388e7108e16717"},{"name":"optimize-tree","duration":7,"timestamp":2095700976,"id":122,"parentId":116,"tags":{},"startTime":1743170971683,"traceId":"82388e7108e16717"},{"name":"optimize-chunk-modules","duration":15664,"timestamp":2095701010,"id":123,"parentId":116,"tags":{},"startTime":1743170971683,"traceId":"82388e7108e16717"},{"name":"optimize","duration":23116,"timestamp":2095693587,"id":118,"parentId":116,"tags":{},"startTime":1743170971676,"traceId":"82388e7108e16717"},{"name":"module-hash","duration":11568,"timestamp":2095724258,"id":124,"parentId":116,"tags":{},"startTime":1743170971706,"traceId":"82388e7108e16717"},{"name":"code-generation","duration":1615,"timestamp":2095735851,"id":125,"parentId":116,"tags":{},"startTime":1743170971718,"traceId":"82388e7108e16717"},{"name":"hash","duration":2815,"timestamp":2095739407,"id":126,"parentId":116,"tags":{},"startTime":1743170971721,"traceId":"82388e7108e16717"},{"name":"code-generation-jobs","duration":79,"timestamp":2095742222,"id":127,"parentId":116,"tags":{},"startTime":1743170971724,"traceId":"82388e7108e16717"},{"name":"module-assets","duration":324,"timestamp":2095742284,"id":128,"parentId":116,"tags":{},"startTime":1743170971724,"traceId":"82388e7108e16717"},{"name":"create-chunk-assets","duration":1305,"timestamp":2095742617,"id":129,"parentId":116,"tags":{},"startTime":1743170971725,"traceId":"82388e7108e16717"}]
2
- [{"name":"NextJsBuildManifest-generateClientManifest","duration":874,"timestamp":2095745089,"id":131,"parentId":104,"tags":{},"startTime":1743170971727,"traceId":"82388e7108e16717"},{"name":"NextJsBuildManifest-createassets","duration":1350,"timestamp":2095744620,"id":130,"parentId":104,"tags":{},"startTime":1743170971727,"traceId":"82388e7108e16717"},{"name":"minify-js","duration":385,"timestamp":2095748626,"id":133,"parentId":132,"tags":{"name":"static/chunks/main-44463a8301435b64.js","cache":"HIT"},"startTime":1743170971731,"traceId":"82388e7108e16717"},{"name":"minify-js","duration":366,"timestamp":2095748648,"id":134,"parentId":132,"tags":{"name":"static/chunks/main-app-785b93ae096c4901.js","cache":"HIT"},"startTime":1743170971731,"traceId":"82388e7108e16717"},{"name":"minify-js","duration":361,"timestamp":2095748654,"id":135,"parentId":132,"tags":{"name":"static/chunks/app/_not-found/page-09d694081cc9d4dc.js","cache":"HIT"},"startTime":1743170971731,"traceId":"82388e7108e16717"},{"name":"minify-js","duration":358,"timestamp":2095748658,"id":136,"parentId":132,"tags":{"name":"static/chunks/pages/_app-f3011d3f00bb8dba.js","cache":"HIT"},"startTime":1743170971731,"traceId":"82388e7108e16717"},{"name":"minify-js","duration":354,"timestamp":2095748662,"id":137,"parentId":132,"tags":{"name":"static/chunks/pages/_error-39a87dee2e97a2a3.js","cache":"HIT"},"startTime":1743170971731,"traceId":"82388e7108e16717"},{"name":"minify-js","duration":350,"timestamp":2095748667,"id":138,"parentId":132,"tags":{"name":"static/chunks/app/layout-e405a9892ef818e4.js","cache":"HIT"},"startTime":1743170971731,"traceId":"82388e7108e16717"},{"name":"minify-js","duration":347,"timestamp":2095748671,"id":139,"parentId":132,"tags":{"name":"static/chunks/app/page-9d038f3c5feb0570.js","cache":"HIT"},"startTime":1743170971731,"traceId":"82388e7108e16717"},{"name":"minify-js","duration":343,"timestamp":2095748675,"id":140,"parentId":132,"tags":{"name":"static/chunks/app/preview/[...slug]/page-01abccbbb410471e.js","cache":"HIT"},"startTime":1743170971731,"traceId":"82388e7108e16717"},{"name":"minify-js","duration":340,"timestamp":2095748679,"id":141,"parentId":132,"tags":{"name":"static/chunks/webpack-41e2667c9f086a4f.js","cache":"HIT"},"startTime":1743170971731,"traceId":"82388e7108e16717"},{"name":"minify-js","duration":337,"timestamp":2095748682,"id":142,"parentId":132,"tags":{"name":"static/chunks/framework-c2bd6d936e3077bc.js","cache":"HIT"},"startTime":1743170971731,"traceId":"82388e7108e16717"},{"name":"minify-js","duration":334,"timestamp":2095748686,"id":143,"parentId":132,"tags":{"name":"static/chunks/afa401a5-3e949a1cfd317dd3.js","cache":"HIT"},"startTime":1743170971731,"traceId":"82388e7108e16717"},{"name":"minify-js","duration":331,"timestamp":2095748690,"id":144,"parentId":132,"tags":{"name":"static/chunks/832ad4be-cb988facfb8f955f.js","cache":"HIT"},"startTime":1743170971731,"traceId":"82388e7108e16717"},{"name":"minify-js","duration":327,"timestamp":2095748694,"id":145,"parentId":132,"tags":{"name":"static/chunks/744-79730358b37b2212.js","cache":"HIT"},"startTime":1743170971731,"traceId":"82388e7108e16717"},{"name":"minify-js","duration":324,"timestamp":2095748698,"id":146,"parentId":132,"tags":{"name":"static/chunks/880-9c0b721328117b8b.js","cache":"HIT"},"startTime":1743170971731,"traceId":"82388e7108e16717"},{"name":"minify-js","duration":321,"timestamp":2095748702,"id":147,"parentId":132,"tags":{"name":"static/chunks/781-5f16c6bc9d9d4cc1.js","cache":"HIT"},"startTime":1743170971731,"traceId":"82388e7108e16717"},{"name":"minify-js","duration":318,"timestamp":2095748706,"id":148,"parentId":132,"tags":{"name":"static/chunks/287-7864b805e6bdc854.js","cache":"HIT"},"startTime":1743170971731,"traceId":"82388e7108e16717"},{"name":"minify-js","duration":315,"timestamp":2095748709,"id":149,"parentId":132,"tags":{"name":"static/chunks/412-31817e53b50a3e73.js","cache":"HIT"},"startTime":1743170971731,"traceId":"82388e7108e16717"},{"name":"minify-js","duration":312,"timestamp":2095748713,"id":150,"parentId":132,"tags":{"name":"static/chunks/683-093cd394da216977.js","cache":"HIT"},"startTime":1743170971731,"traceId":"82388e7108e16717"},{"name":"minify-js","duration":308,"timestamp":2095748717,"id":151,"parentId":132,"tags":{"name":"server/middleware-react-loadable-manifest.js","cache":"HIT"},"startTime":1743170971731,"traceId":"82388e7108e16717"},{"name":"minify-js","duration":85,"timestamp":2095748941,"id":153,"parentId":132,"tags":{"name":"server/middleware-build-manifest.js","cache":"HIT"},"startTime":1743170971731,"traceId":"82388e7108e16717"},{"name":"minify-js","duration":29,"timestamp":2095748997,"id":155,"parentId":132,"tags":{"name":"server/next-font-manifest.js","cache":"HIT"},"startTime":1743170971731,"traceId":"82388e7108e16717"},{"name":"minify-js","duration":4799,"timestamp":2095748720,"id":152,"parentId":132,"tags":{"name":"static/nTI9OP3BZJtF6nHi8Ij9m/_ssgManifest.js","cache":"MISS"},"startTime":1743170971731,"traceId":"82388e7108e16717"},{"name":"minify-js","duration":5269,"timestamp":2095748951,"id":154,"parentId":132,"tags":{"name":"static/nTI9OP3BZJtF6nHi8Ij9m/_buildManifest.js","cache":"MISS"},"startTime":1743170971731,"traceId":"82388e7108e16717"},{"name":"minify-webpack-plugin-optimize","duration":7168,"timestamp":2095747057,"id":132,"parentId":104,"tags":{"compilationName":"client","mangle":"true"},"startTime":1743170971729,"traceId":"82388e7108e16717"},{"name":"minify-css","duration":64,"timestamp":2095754318,"id":157,"parentId":156,"tags":{"file":"static/css/8c82460dd6acbb0d.css","cache":"HIT"},"startTime":1743170971736,"traceId":"82388e7108e16717"},{"name":"css-minimizer-plugin","duration":109,"timestamp":2095754277,"id":156,"parentId":104,"tags":{},"startTime":1743170971736,"traceId":"82388e7108e16717"},{"name":"seal","duration":85177,"timestamp":2095674835,"id":116,"parentId":104,"tags":{},"startTime":1743170971657,"traceId":"82388e7108e16717"},{"name":"webpack-compilation","duration":609634,"timestamp":2095150443,"id":104,"parentId":13,"tags":{"name":"client"},"startTime":1743170971132,"traceId":"82388e7108e16717"},{"name":"emit","duration":2787,"timestamp":2095760106,"id":158,"parentId":13,"tags":{},"startTime":1743170971742,"traceId":"82388e7108e16717"},{"name":"webpack-close","duration":268933,"timestamp":2095763461,"id":159,"parentId":13,"tags":{"name":"client"},"startTime":1743170971745,"traceId":"82388e7108e16717"},{"name":"webpack-generate-error-stats","duration":562,"timestamp":2096032412,"id":160,"parentId":159,"tags":{},"startTime":1743170972014,"traceId":"82388e7108e16717"},{"name":"run-webpack-compiler","duration":3035488,"timestamp":2092997673,"id":13,"parentId":1,"tags":{},"startTime":1743170968980,"traceId":"82388e7108e16717"},{"name":"format-webpack-messages","duration":67,"timestamp":2096033168,"id":161,"parentId":1,"tags":{},"startTime":1743170972015,"traceId":"82388e7108e16717"},{"name":"verify-and-lint","duration":45173,"timestamp":2096045390,"id":164,"parentId":1,"tags":{},"startTime":1743170972027,"traceId":"82388e7108e16717"},{"name":"verify-typescript-setup","duration":3347150,"timestamp":2096037133,"id":163,"parentId":1,"tags":{},"startTime":1743170972019,"traceId":"82388e7108e16717"},{"name":"check-static-error-page","duration":2395,"timestamp":2099522835,"id":167,"parentId":166,"tags":{},"startTime":1743170975505,"traceId":"82388e7108e16717"},{"name":"check-page","duration":948,"timestamp":2099560028,"id":168,"parentId":166,"tags":{"page":"/_app"},"startTime":1743170975542,"traceId":"82388e7108e16717"},{"name":"check-page","duration":376,"timestamp":2099560614,"id":170,"parentId":166,"tags":{"page":"/_document"},"startTime":1743170975543,"traceId":"82388e7108e16717"},{"name":"check-page","duration":558,"timestamp":2099560535,"id":169,"parentId":166,"tags":{"page":"/_error"},"startTime":1743170975542,"traceId":"82388e7108e16717"},{"name":"is-page-static","duration":183359,"timestamp":2099561350,"id":175,"parentId":174,"tags":{},"startTime":1743170975543,"traceId":"82388e7108e16717"},{"name":"check-page","duration":184001,"timestamp":2099560778,"id":174,"parentId":166,"tags":{"page":"/favicon.ico"},"startTime":1743170975543,"traceId":"82388e7108e16717"},{"name":"is-page-static","duration":188981,"timestamp":2099561537,"id":176,"parentId":171,"tags":{},"startTime":1743170975543,"traceId":"82388e7108e16717"},{"name":"check-page","duration":189912,"timestamp":2099560638,"id":171,"parentId":166,"tags":{"page":"/_not-found"},"startTime":1743170975543,"traceId":"82388e7108e16717"},{"name":"is-page-static","duration":196894,"timestamp":2099562204,"id":177,"parentId":172,"tags":{},"startTime":1743170975544,"traceId":"82388e7108e16717"},{"name":"check-page","duration":198399,"timestamp":2099560725,"id":172,"parentId":166,"tags":{"page":"/"},"startTime":1743170975543,"traceId":"82388e7108e16717"},{"name":"is-page-static","duration":368184,"timestamp":2099562466,"id":178,"parentId":173,"tags":{},"startTime":1743170975544,"traceId":"82388e7108e16717"},{"name":"check-page","duration":369940,"timestamp":2099560752,"id":173,"parentId":166,"tags":{"page":"/preview/[...slug]"},"startTime":1743170975543,"traceId":"82388e7108e16717"},{"name":"static-check","duration":408383,"timestamp":2099522350,"id":166,"parentId":1,"tags":{},"startTime":1743170975504,"traceId":"82388e7108e16717"},{"name":"generate-required-server-files","duration":246,"timestamp":2099930998,"id":180,"parentId":1,"tags":{},"startTime":1743170975913,"traceId":"82388e7108e16717"},{"name":"write-routes-manifest","duration":926,"timestamp":2099934439,"id":182,"parentId":1,"tags":{},"startTime":1743170975916,"traceId":"82388e7108e16717"},{"name":"load-dotenv","duration":19,"timestamp":2099947878,"id":185,"parentId":184,"tags":{},"startTime":1743170975930,"traceId":"82388e7108e16717"},{"name":"run-export-path-map","duration":258,"timestamp":2100518530,"id":186,"parentId":184,"tags":{},"startTime":1743170976500,"traceId":"82388e7108e16717"},{"name":"next-export","duration":1482528,"timestamp":2099947333,"id":184,"parentId":1,"tags":{},"startTime":1743170975929,"traceId":"82388e7108e16717"},{"name":"move-exported-page","duration":6746,"timestamp":2101430568,"id":187,"parentId":183,"tags":{},"startTime":1743170977412,"traceId":"82388e7108e16717"},{"name":"static-generation","duration":1514782,"timestamp":2099944770,"id":183,"parentId":1,"tags":{},"startTime":1743170975927,"traceId":"82388e7108e16717"},{"name":"write-routes-manifest","duration":6063,"timestamp":2101459565,"id":188,"parentId":1,"tags":{},"startTime":1743170977441,"traceId":"82388e7108e16717"},{"name":"node-file-trace-build","duration":5921190,"timestamp":2099931990,"id":181,"parentId":1,"tags":{"isTurbotrace":"false"},"startTime":1743170975914,"traceId":"82388e7108e16717"},{"name":"apply-include-excludes","duration":353,"timestamp":2105853194,"id":189,"parentId":1,"tags":{},"startTime":1743170981835,"traceId":"82388e7108e16717"},{"name":"print-tree-view","duration":1859,"timestamp":2105853847,"id":190,"parentId":1,"tags":{},"startTime":1743170981836,"traceId":"82388e7108e16717"},{"name":"telemetry-flush","duration":16959553,"timestamp":2105855715,"id":191,"parentId":1,"tags":{},"startTime":1743170981838,"traceId":"82388e7108e16717"},{"name":"next-build","duration":29953849,"timestamp":2092861433,"id":1,"tags":{"buildMode":"default","isTurboBuild":"false","version":"15.2.2","has-custom-webpack-config":"true","use-build-worker":"false"},"startTime":1743170968843,"traceId":"82388e7108e16717"}]
1
+ [{"name":"generate-buildid","duration":167,"timestamp":14208815956,"id":4,"parentId":1,"tags":{},"startTime":1743529779805,"traceId":"980ec967484575cc"},{"name":"load-custom-routes","duration":196,"timestamp":14208816189,"id":5,"parentId":1,"tags":{},"startTime":1743529779805,"traceId":"980ec967484575cc"},{"name":"create-dist-dir","duration":27933,"timestamp":14208856257,"id":6,"parentId":1,"tags":{},"startTime":1743529779846,"traceId":"980ec967484575cc"},{"name":"create-pages-mapping","duration":120,"timestamp":14208886302,"id":7,"parentId":1,"tags":{},"startTime":1743529779876,"traceId":"980ec967484575cc"},{"name":"collect-app-paths","duration":1327,"timestamp":14208886441,"id":8,"parentId":1,"tags":{},"startTime":1743529779876,"traceId":"980ec967484575cc"},{"name":"create-app-mapping","duration":827,"timestamp":14208887781,"id":9,"parentId":1,"tags":{},"startTime":1743529779877,"traceId":"980ec967484575cc"},{"name":"public-dir-conflict-check","duration":274,"timestamp":14208888802,"id":10,"parentId":1,"tags":{},"startTime":1743529779878,"traceId":"980ec967484575cc"},{"name":"generate-routes-manifest","duration":1431,"timestamp":14208889190,"id":11,"parentId":1,"tags":{},"startTime":1743529779878,"traceId":"980ec967484575cc"},{"name":"create-entrypoints","duration":102133,"timestamp":14208896109,"id":14,"parentId":1,"tags":{},"startTime":1743529779885,"traceId":"980ec967484575cc"},{"name":"generate-webpack-config","duration":218364,"timestamp":14208998291,"id":15,"parentId":13,"tags":{},"startTime":1743529779988,"traceId":"980ec967484575cc"},{"name":"next-trace-entrypoint-plugin","duration":1849,"timestamp":14209290847,"id":17,"parentId":16,"tags":{},"startTime":1743529780280,"traceId":"980ec967484575cc"},{"name":"build-module","duration":25837,"timestamp":14209353647,"id":26,"parentId":21,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780343,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":23580,"timestamp":14209364938,"id":31,"parentId":22,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780354,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":48810,"timestamp":14209366592,"id":32,"parentId":24,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780356,"traceId":"980ec967484575cc"},{"name":"build-module","duration":64845,"timestamp":14209356768,"id":27,"parentId":19,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780346,"traceId":"980ec967484575cc"},{"name":"build-module","duration":141,"timestamp":14209422630,"id":33,"parentId":31,"tags":{"name":"react/jsx-runtime","layer":null},"startTime":1743529780412,"traceId":"980ec967484575cc"},{"name":"build-module","duration":48,"timestamp":14209422806,"id":34,"parentId":31,"tags":{"name":"react","layer":null},"startTime":1743529780412,"traceId":"980ec967484575cc"},{"name":"build-module","duration":70216,"timestamp":14209363974,"id":28,"parentId":20,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780353,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1249,"timestamp":14209438401,"id":35,"parentId":32,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780428,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1959,"timestamp":14209438640,"id":36,"parentId":32,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780428,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3387,"timestamp":14209438777,"id":37,"parentId":32,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780428,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":4476,"timestamp":14209438853,"id":38,"parentId":32,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780428,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":5372,"timestamp":14209438886,"id":39,"parentId":32,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780428,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":8359,"timestamp":14209445248,"id":40,"parentId":31,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780435,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2199,"timestamp":14209454974,"id":42,"parentId":32,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780444,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":14101,"timestamp":14209454797,"id":41,"parentId":32,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780444,"traceId":"980ec967484575cc"},{"name":"build-module","duration":108284,"timestamp":14209364612,"id":29,"parentId":23,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780354,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3503,"timestamp":14209476471,"id":44,"parentId":32,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780466,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3805,"timestamp":14209476522,"id":45,"parentId":32,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780466,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":6144,"timestamp":14209476547,"id":46,"parentId":38,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780466,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":508,"timestamp":14209488951,"id":49,"parentId":26,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780478,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":6527,"timestamp":14209484031,"id":48,"parentId":35,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780473,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":6927,"timestamp":14209483934,"id":47,"parentId":35,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780473,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":402,"timestamp":14209491506,"id":51,"parentId":26,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780481,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":5166,"timestamp":14209489018,"id":50,"parentId":26,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780478,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":4744,"timestamp":14209491545,"id":52,"parentId":41,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780481,"traceId":"980ec967484575cc"},{"name":"build-module","duration":27,"timestamp":14209498855,"id":53,"parentId":48,"tags":{"name":"path","layer":null},"startTime":1743529780488,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":530,"timestamp":14209498895,"id":54,"parentId":26,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780488,"traceId":"980ec967484575cc"},{"name":"build-module","duration":26386,"timestamp":14209475607,"id":43,"parentId":27,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780465,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":21,"timestamp":14209502949,"id":55,"parentId":54,"tags":{"name":"next/dist/compiled/next-server/pages.runtime.prod.js","layer":null},"startTime":1743529780492,"traceId":"980ec967484575cc"},{"name":"build-module","duration":145320,"timestamp":14209364806,"id":30,"parentId":25,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780354,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1295,"timestamp":14209515120,"id":56,"parentId":50,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780504,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2653,"timestamp":14209515287,"id":58,"parentId":44,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780505,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2169,"timestamp":14209519461,"id":61,"parentId":32,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780509,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3889,"timestamp":14209519522,"id":62,"parentId":27,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780509,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":12887,"timestamp":14209520369,"id":63,"parentId":27,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780510,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":13404,"timestamp":14209520489,"id":64,"parentId":27,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780510,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":13843,"timestamp":14209520586,"id":65,"parentId":28,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780510,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":17426,"timestamp":14209520677,"id":66,"parentId":28,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780510,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":23196,"timestamp":14209515317,"id":59,"parentId":48,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780505,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":23393,"timestamp":14209515371,"id":60,"parentId":47,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780505,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":23775,"timestamp":14209515190,"id":57,"parentId":44,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780504,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":18502,"timestamp":14209520918,"id":70,"parentId":28,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780510,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":19032,"timestamp":14209520813,"id":68,"parentId":28,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780510,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":19349,"timestamp":14209520759,"id":67,"parentId":28,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780510,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":19667,"timestamp":14209520866,"id":69,"parentId":28,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780510,"traceId":"980ec967484575cc"},{"name":"build-module-tsx","duration":20339,"timestamp":14209520965,"id":71,"parentId":28,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/app/layout.tsx","layer":"rsc"},"startTime":1743529780510,"traceId":"980ec967484575cc"},{"name":"build-module-tsx","duration":20523,"timestamp":14209521352,"id":72,"parentId":29,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/app/page.tsx","layer":"rsc"},"startTime":1743529780511,"traceId":"980ec967484575cc"},{"name":"build-module","duration":19594,"timestamp":14209544796,"id":73,"parentId":29,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780534,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":13469,"timestamp":14209562588,"id":74,"parentId":50,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780552,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":47,"timestamp":14209583164,"id":75,"parentId":64,"tags":{"name":"next/dist/compiled/next-server/app-route.runtime.prod.js","layer":null},"startTime":1743529780572,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":12,"timestamp":14209583234,"id":76,"parentId":65,"tags":{"name":"next/dist/compiled/next-server/app-page.runtime.prod.js","layer":null},"startTime":1743529780573,"traceId":"980ec967484575cc"},{"name":"build-module-cjs","duration":933,"timestamp":14209583749,"id":79,"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":1743529780573,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":13567,"timestamp":14209583789,"id":80,"parentId":44,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780573,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":15250,"timestamp":14209583259,"id":77,"parentId":63,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780573,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":17957,"timestamp":14209583531,"id":78,"parentId":63,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780573,"traceId":"980ec967484575cc"},{"name":"add-entry","duration":313443,"timestamp":14209295213,"id":22,"parentId":18,"tags":{"request":"next/dist/pages/_app"},"startTime":1743529780284,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":10273,"timestamp":14209615529,"id":81,"parentId":78,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780605,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":11665,"timestamp":14209615864,"id":82,"parentId":78,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780605,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1544,"timestamp":14209634207,"id":84,"parentId":63,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780623,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2681,"timestamp":14209634367,"id":85,"parentId":63,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780624,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3051,"timestamp":14209634491,"id":86,"parentId":63,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780624,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3867,"timestamp":14209634600,"id":87,"parentId":63,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780624,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":6523,"timestamp":14209634690,"id":88,"parentId":63,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780624,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":9337,"timestamp":14209633337,"id":83,"parentId":48,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780623,"traceId":"980ec967484575cc"},{"name":"build-module","duration":36,"timestamp":14209649589,"id":91,"parentId":72,"tags":{"name":"node:path","layer":null},"startTime":1743529780639,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1047,"timestamp":14209649291,"id":89,"parentId":63,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780639,"traceId":"980ec967484575cc"},{"name":"build-module-external","duration":23,"timestamp":14209650944,"id":92,"parentId":66,"tags":{"name":"./work-unit-async-storage.external","layer":null},"startTime":1743529780640,"traceId":"980ec967484575cc"},{"name":"build-module-external","duration":13,"timestamp":14209650979,"id":93,"parentId":66,"tags":{"name":"../app-render/work-async-storage.external","layer":null},"startTime":1743529780640,"traceId":"980ec967484575cc"},{"name":"build-module-external","duration":21,"timestamp":14209651059,"id":94,"parentId":66,"tags":{"name":"../app-render/action-async-storage.external","layer":null},"startTime":1743529780640,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2015,"timestamp":14209651468,"id":99,"parentId":66,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780641,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":6175,"timestamp":14209649491,"id":90,"parentId":66,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780639,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":4431,"timestamp":14209651395,"id":98,"parentId":66,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780641,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":4703,"timestamp":14209651243,"id":97,"parentId":66,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780641,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":5173,"timestamp":14209651180,"id":96,"parentId":66,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780640,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":5402,"timestamp":14209651090,"id":95,"parentId":66,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780640,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3659,"timestamp":14209661681,"id":102,"parentId":66,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780651,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":5475,"timestamp":14209661804,"id":103,"parentId":66,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780651,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":6330,"timestamp":14209661632,"id":101,"parentId":74,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780651,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":6964,"timestamp":14209661514,"id":100,"parentId":74,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780651,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":6822,"timestamp":14209661897,"id":104,"parentId":66,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780651,"traceId":"980ec967484575cc"},{"name":"build-module-tsx","duration":4093,"timestamp":14209672645,"id":105,"parentId":30,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/app/preview/[...slug]/page.tsx","layer":"rsc"},"startTime":1743529780662,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3139,"timestamp":14209677359,"id":107,"parentId":66,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780667,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3333,"timestamp":14209677576,"id":109,"parentId":66,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780667,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3351,"timestamp":14209677711,"id":110,"parentId":66,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780667,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3721,"timestamp":14209677848,"id":111,"parentId":66,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780667,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":5945,"timestamp":14209677502,"id":108,"parentId":66,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780667,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":6793,"timestamp":14209677243,"id":106,"parentId":70,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780667,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2890,"timestamp":14209693158,"id":112,"parentId":74,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780682,"traceId":"980ec967484575cc"},{"name":"build-module-ts","duration":1967,"timestamp":14209694366,"id":114,"parentId":71,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/app/env.ts","layer":"rsc"},"startTime":1743529780684,"traceId":"980ec967484575cc"},{"name":"build-module-css","duration":329,"timestamp":14209703051,"id":120,"parentId":71,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/app/globals.css","layer":"rsc"},"startTime":1743529780692,"traceId":"980ec967484575cc"}]
2
+ [{"name":"build-module-js","duration":1084,"timestamp":14209704096,"id":121,"parentId":63,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780693,"traceId":"980ec967484575cc"},{"name":"build-module-tsx","duration":2502,"timestamp":14209702961,"id":119,"parentId":71,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/contexts/emails.tsx","layer":"rsc"},"startTime":1743529780692,"traceId":"980ec967484575cc"},{"name":"build-module-tsx","duration":3839,"timestamp":14209702787,"id":117,"parentId":72,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/components/code-snippet.tsx","layer":"rsc"},"startTime":1743529780692,"traceId":"980ec967484575cc"},{"name":"build-module-tsx","duration":4166,"timestamp":14209702660,"id":116,"parentId":72,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/components/shell.tsx","layer":"rsc"},"startTime":1743529780692,"traceId":"980ec967484575cc"},{"name":"build-module-ts","duration":4722,"timestamp":14209702876,"id":118,"parentId":71,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/utils/get-emails-directory-metadata.ts","layer":"rsc"},"startTime":1743529780692,"traceId":"980ec967484575cc"},{"name":"image-size-calculation","duration":108,"timestamp":14209716420,"id":130,"parentId":129,"tags":{},"startTime":1743529780706,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":35855,"timestamp":14209715261,"id":123,"parentId":88,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780705,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":35844,"timestamp":14209715540,"id":128,"parentId":43,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780705,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":36616,"timestamp":14209715430,"id":125,"parentId":87,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780705,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":37108,"timestamp":14209715369,"id":124,"parentId":88,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780705,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":38553,"timestamp":14209715511,"id":127,"parentId":83,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780705,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":41956,"timestamp":14209715479,"id":126,"parentId":83,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780705,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":67029,"timestamp":14209693280,"id":113,"parentId":72,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780683,"traceId":"980ec967484575cc"},{"name":"image-resize","duration":45158,"timestamp":14209716698,"id":131,"parentId":129,"tags":{},"startTime":1743529780706,"traceId":"980ec967484575cc"},{"name":"image-base64-tostring","duration":29,"timestamp":14209761866,"id":132,"parentId":129,"tags":{},"startTime":1743529780751,"traceId":"980ec967484575cc"},{"name":"image-data-stringify","duration":122,"timestamp":14209761910,"id":133,"parentId":129,"tags":{},"startTime":1743529780751,"traceId":"980ec967484575cc"},{"name":"next-image-loader","duration":46431,"timestamp":14209715676,"id":129,"parentId":122,"tags":{},"startTime":1743529780705,"traceId":"980ec967484575cc"},{"name":"build-module-png","duration":48021,"timestamp":14209714271,"id":122,"parentId":72,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/app/logo.png","layer":"rsc"},"startTime":1743529780704,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1665,"timestamp":14209765995,"id":134,"parentId":73,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780755,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1636,"timestamp":14209766190,"id":135,"parentId":67,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780755,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2129,"timestamp":14209766290,"id":136,"parentId":102,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780756,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2869,"timestamp":14209766378,"id":137,"parentId":99,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780756,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":4612,"timestamp":14209766458,"id":138,"parentId":99,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780756,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":6200,"timestamp":14209766541,"id":139,"parentId":99,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780756,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3112,"timestamp":14209773973,"id":140,"parentId":66,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780763,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3060,"timestamp":14209774156,"id":141,"parentId":66,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780763,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":878,"timestamp":14209782175,"id":142,"parentId":102,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780771,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":87362,"timestamp":14209696405,"id":115,"parentId":72,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780686,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1513,"timestamp":14209785289,"id":143,"parentId":137,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780775,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3879,"timestamp":14209785415,"id":144,"parentId":134,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780775,"traceId":"980ec967484575cc"},{"name":"build-module-cjs","duration":746,"timestamp":14209789509,"id":145,"parentId":74,"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":1743529780779,"traceId":"980ec967484575cc"},{"name":"build-module","duration":22,"timestamp":14209791520,"id":147,"parentId":118,"tags":{"name":"node:fs","layer":null},"startTime":1743529780781,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3513,"timestamp":14209791554,"id":148,"parentId":107,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780781,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":6372,"timestamp":14209789553,"id":146,"parentId":102,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780779,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":5608,"timestamp":14209791673,"id":149,"parentId":107,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780781,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3542,"timestamp":14209797991,"id":150,"parentId":143,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780787,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2533,"timestamp":14209804115,"id":151,"parentId":107,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780793,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":575,"timestamp":14209806724,"id":153,"parentId":74,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780796,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":623,"timestamp":14209806757,"id":154,"parentId":74,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780796,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1279,"timestamp":14209806778,"id":155,"parentId":106,"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":1743529780796,"traceId":"980ec967484575cc"},{"name":"add-entry","duration":514008,"timestamp":14209295202,"id":21,"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":1743529780284,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":769,"timestamp":14209808553,"id":156,"parentId":70,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780798,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":933,"timestamp":14209808670,"id":157,"parentId":102,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780798,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2186,"timestamp":14209812466,"id":158,"parentId":107,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780802,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2640,"timestamp":14209812589,"id":159,"parentId":107,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780802,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":4050,"timestamp":14209812688,"id":160,"parentId":107,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780802,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":4487,"timestamp":14209812783,"id":161,"parentId":107,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780802,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":5231,"timestamp":14209812863,"id":162,"parentId":107,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780802,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1099,"timestamp":14209827539,"id":164,"parentId":107,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780817,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1235,"timestamp":14209827679,"id":165,"parentId":99,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780817,"traceId":"980ec967484575cc"},{"name":"build-module-tsx","duration":3938,"timestamp":14209827331,"id":163,"parentId":105,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/contexts/preview.tsx","layer":"rsc"},"startTime":1743529780817,"traceId":"980ec967484575cc"},{"name":"build-module-ts","duration":3806,"timestamp":14209831449,"id":166,"parentId":105,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/utils/linting.ts","layer":"rsc"},"startTime":1743529780821,"traceId":"980ec967484575cc"},{"name":"build-module-ts","duration":3655,"timestamp":14209832845,"id":167,"parentId":105,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/utils/load-stream.ts","layer":"rsc"},"startTime":1743529780822,"traceId":"980ec967484575cc"},{"name":"build-module-ts","duration":3664,"timestamp":14209833066,"id":169,"parentId":71,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/app/fonts.ts","layer":"rsc"},"startTime":1743529780822,"traceId":"980ec967484575cc"},{"name":"build-module-tsx","duration":4194,"timestamp":14209832962,"id":168,"parentId":105,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/app/preview/[...slug]/preview.tsx","layer":"rsc"},"startTime":1743529780822,"traceId":"980ec967484575cc"},{"name":"build-module-tsx","duration":5110,"timestamp":14209833170,"id":170,"parentId":105,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/actions/render-email-by-path.tsx","layer":"rsc"},"startTime":1743529780822,"traceId":"980ec967484575cc"},{"name":"build-module-ts","duration":5844,"timestamp":14209838941,"id":172,"parentId":72,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/components/index.ts","layer":"rsc"},"startTime":1743529780828,"traceId":"980ec967484575cc"},{"name":"build-module-ts","duration":6726,"timestamp":14209838801,"id":171,"parentId":105,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/actions/get-email-path-from-slug.ts","layer":"rsc"},"startTime":1743529780828,"traceId":"980ec967484575cc"},{"name":"build-module-ts","duration":8104,"timestamp":14209846054,"id":173,"parentId":105,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/actions/email-validation/check-compatibility.ts","layer":"rsc"},"startTime":1743529780835,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2208,"timestamp":14209856451,"id":174,"parentId":121,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780846,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2818,"timestamp":14209856721,"id":176,"parentId":121,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780846,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3045,"timestamp":14209856831,"id":177,"parentId":121,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780846,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":6252,"timestamp":14209856631,"id":175,"parentId":113,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780846,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":6622,"timestamp":14209856926,"id":178,"parentId":127,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780846,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":65865,"timestamp":14209804229,"id":152,"parentId":105,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780793,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1362,"timestamp":14209875892,"id":179,"parentId":136,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780865,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3287,"timestamp":14209876074,"id":180,"parentId":134,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780865,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3941,"timestamp":14209876336,"id":182,"parentId":137,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780866,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":4343,"timestamp":14209876438,"id":183,"parentId":128,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780866,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2862,"timestamp":14209883631,"id":184,"parentId":174,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780873,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3203,"timestamp":14209883790,"id":185,"parentId":137,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780873,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3617,"timestamp":14209884015,"id":188,"parentId":134,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780873,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":13570,"timestamp":14209876222,"id":181,"parentId":137,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780865,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":6776,"timestamp":14209884110,"id":189,"parentId":137,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780873,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":7341,"timestamp":14209883890,"id":186,"parentId":134,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780873,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":7616,"timestamp":14209883950,"id":187,"parentId":134,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780873,"traceId":"980ec967484575cc"},{"name":"build-module","duration":20,"timestamp":14209895449,"id":190,"parentId":180,"tags":{"name":"url","layer":null},"startTime":1743529780885,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1216,"timestamp":14209900183,"id":191,"parentId":138,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780889,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1518,"timestamp":14209900383,"id":192,"parentId":138,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780890,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":4903,"timestamp":14209900500,"id":193,"parentId":180,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780890,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":5119,"timestamp":14209900632,"id":195,"parentId":178,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780890,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":6634,"timestamp":14209900570,"id":194,"parentId":180,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780890,"traceId":"980ec967484575cc"},{"name":"build-module-external","duration":18,"timestamp":14209907603,"id":196,"parentId":142,"tags":{"name":"../app-render/after-task-async-storage.external","layer":null},"startTime":1743529780897,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3142,"timestamp":14209907632,"id":197,"parentId":134,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780897,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":579,"timestamp":14209910878,"id":198,"parentId":148,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780900,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2587,"timestamp":14209911029,"id":199,"parentId":137,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780900,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1111,"timestamp":14209916045,"id":203,"parentId":148,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780905,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1282,"timestamp":14209916188,"id":204,"parentId":148,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780905,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1493,"timestamp":14209916293,"id":205,"parentId":148,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780906,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":4556,"timestamp":14209913740,"id":201,"parentId":193,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780903,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":5076,"timestamp":14209913674,"id":200,"parentId":195,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780903,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":5911,"timestamp":14209913811,"id":202,"parentId":194,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780903,"traceId":"980ec967484575cc"},{"name":"add-entry","duration":625440,"timestamp":14209295233,"id":24,"parentId":18,"tags":{"request":"next/dist/pages/_document"},"startTime":1743529780284,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2095,"timestamp":14209920018,"id":206,"parentId":148,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780909,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2204,"timestamp":14209920257,"id":207,"parentId":148,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780910,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3011,"timestamp":14209920407,"id":208,"parentId":148,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780910,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3152,"timestamp":14209920544,"id":209,"parentId":148,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780910,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1247,"timestamp":14209929290,"id":210,"parentId":148,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780919,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":595,"timestamp":14209932086,"id":211,"parentId":162,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780921,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":796,"timestamp":14209933340,"id":213,"parentId":158,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780923,"traceId":"980ec967484575cc"},{"name":"build-module-tsx","duration":3544,"timestamp":14209933171,"id":212,"parentId":105,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/components/toolbar.tsx","layer":"rsc"},"startTime":1743529780922,"traceId":"980ec967484575cc"}]
3
+ [{"name":"build-module-js","duration":1427,"timestamp":14209938450,"id":218,"parentId":137,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780928,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2236,"timestamp":14209938542,"id":219,"parentId":176,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780928,"traceId":"980ec967484575cc"},{"name":"build-module-ts","duration":3809,"timestamp":14209938089,"id":215,"parentId":166,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/actions/email-validation/check-links.ts","layer":"rsc"},"startTime":1743529780927,"traceId":"980ec967484575cc"},{"name":"build-module-ts","duration":4340,"timestamp":14209938358,"id":217,"parentId":170,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/utils/get-email-component.ts","layer":"rsc"},"startTime":1743529780928,"traceId":"980ec967484575cc"},{"name":"build-module-ts","duration":5376,"timestamp":14209938263,"id":216,"parentId":166,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/actions/email-validation/check-images.ts","layer":"rsc"},"startTime":1743529780928,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":5269,"timestamp":14209938623,"id":220,"parentId":175,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780928,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":12788,"timestamp":14209938676,"id":221,"parentId":175,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780928,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":30012,"timestamp":14209933461,"id":214,"parentId":165,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780923,"traceId":"980ec967484575cc"},{"name":"build-module-ts","duration":4137,"timestamp":14209963935,"id":222,"parentId":170,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/utils/improve-error-with-sourcemap.ts","layer":"rsc"},"startTime":1743529780953,"traceId":"980ec967484575cc"},{"name":"build-module-tsx","duration":2958,"timestamp":14209970991,"id":225,"parentId":172,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/components/button.tsx","layer":"rsc"},"startTime":1743529780960,"traceId":"980ec967484575cc"},{"name":"build-module-ts","duration":3390,"timestamp":14209970863,"id":224,"parentId":170,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/utils/register-spinner-autostopping.ts","layer":"rsc"},"startTime":1743529780960,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3718,"timestamp":14209970726,"id":223,"parentId":221,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780960,"traceId":"980ec967484575cc"},{"name":"build-module-tsx","duration":3513,"timestamp":14209971119,"id":226,"parentId":172,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/components/code.tsx","layer":"rsc"},"startTime":1743529780960,"traceId":"980ec967484575cc"},{"name":"build-module-tsx","duration":3749,"timestamp":14209971230,"id":227,"parentId":172,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/components/logo.tsx","layer":"rsc"},"startTime":1743529780960,"traceId":"980ec967484575cc"},{"name":"build-module-tsx","duration":5017,"timestamp":14209971330,"id":228,"parentId":172,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/components/text.tsx","layer":"rsc"},"startTime":1743529780961,"traceId":"980ec967484575cc"},{"name":"build-module-tsx","duration":5404,"timestamp":14209971426,"id":229,"parentId":172,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/components/heading.tsx","layer":"rsc"},"startTime":1743529780961,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":12177,"timestamp":14209971526,"id":230,"parentId":152,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780961,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1638,"timestamp":14209986047,"id":231,"parentId":182,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780975,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2458,"timestamp":14209986225,"id":232,"parentId":180,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780975,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3041,"timestamp":14209986582,"id":237,"parentId":182,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780976,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":4389,"timestamp":14209986470,"id":235,"parentId":180,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780976,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":4955,"timestamp":14209986341,"id":233,"parentId":180,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780976,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":5104,"timestamp":14209986531,"id":236,"parentId":180,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780976,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":7358,"timestamp":14209986404,"id":234,"parentId":180,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780976,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1468,"timestamp":14209994297,"id":238,"parentId":109,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780984,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1475,"timestamp":14210002870,"id":239,"parentId":237,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780992,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1826,"timestamp":14210003214,"id":241,"parentId":183,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780992,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2641,"timestamp":14210006122,"id":243,"parentId":183,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780995,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2738,"timestamp":14210006219,"id":244,"parentId":183,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780995,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3590,"timestamp":14210006320,"id":245,"parentId":183,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780996,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":4688,"timestamp":14210006402,"id":246,"parentId":183,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780996,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":4797,"timestamp":14210006481,"id":247,"parentId":183,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780996,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":5484,"timestamp":14210006567,"id":248,"parentId":183,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780996,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":10787,"timestamp":14210003104,"id":240,"parentId":236,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780992,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":8781,"timestamp":14210006020,"id":242,"parentId":189,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529780995,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":434,"timestamp":14210018872,"id":249,"parentId":148,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529781008,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1567,"timestamp":14210024646,"id":251,"parentId":170,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529781014,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":4920,"timestamp":14210024777,"id":252,"parentId":180,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529781014,"traceId":"980ec967484575cc"},{"name":"build-module-ts","duration":5173,"timestamp":14210025109,"id":255,"parentId":173,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/utils/caniemail/get-css-property-names.ts","layer":"rsc"},"startTime":1743529781014,"traceId":"980ec967484575cc"},{"name":"build-module-ts","duration":5613,"timestamp":14210024973,"id":254,"parentId":173,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/utils/caniemail/get-css-functions.ts","layer":"rsc"},"startTime":1743529781014,"traceId":"980ec967484575cc"},{"name":"build-module-ts","duration":6734,"timestamp":14210024860,"id":253,"parentId":173,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/utils/caniemail/get-compatibility-stats-for-entry.ts","layer":"rsc"},"startTime":1743529781014,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":7686,"timestamp":14210024452,"id":250,"parentId":170,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529781014,"traceId":"980ec967484575cc"},{"name":"build-module-ts","duration":2588,"timestamp":14210035737,"id":258,"parentId":173,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/utils/caniemail/get-css-property-with-value.ts","layer":"rsc"},"startTime":1743529781025,"traceId":"980ec967484575cc"},{"name":"build-module-ts","duration":3018,"timestamp":14210035555,"id":257,"parentId":173,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/utils/caniemail/get-css-unit.ts","layer":"rsc"},"startTime":1743529781025,"traceId":"980ec967484575cc"},{"name":"build-module-ts","duration":2838,"timestamp":14210035938,"id":260,"parentId":173,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/utils/caniemail/get-element-attributes.ts","layer":"rsc"},"startTime":1743529781025,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3047,"timestamp":14210036039,"id":261,"parentId":194,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529781025,"traceId":"980ec967484575cc"},{"name":"build-module-ts","duration":3535,"timestamp":14210035846,"id":259,"parentId":173,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/utils/caniemail/get-element-names.ts","layer":"rsc"},"startTime":1743529781025,"traceId":"980ec967484575cc"},{"name":"build-module-ts","duration":4135,"timestamp":14210036096,"id":262,"parentId":173,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/utils/caniemail/ast/get-object-variables.ts","layer":"rsc"},"startTime":1743529781025,"traceId":"980ec967484575cc"},{"name":"build-module-ts","duration":4623,"timestamp":14210036185,"id":263,"parentId":173,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/utils/caniemail/ast/get-used-style-properties.ts","layer":"rsc"},"startTime":1743529781025,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1592,"timestamp":14210044389,"id":264,"parentId":170,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529781034,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2344,"timestamp":14210044517,"id":265,"parentId":175,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529781034,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1490,"timestamp":14210047244,"id":266,"parentId":206,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529781037,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":487,"timestamp":14210053211,"id":267,"parentId":183,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529781042,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1266,"timestamp":14210055507,"id":268,"parentId":210,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529781045,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1798,"timestamp":14210055636,"id":269,"parentId":210,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529781045,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1054,"timestamp":14210058343,"id":270,"parentId":206,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529781048,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":776,"timestamp":14210060034,"id":271,"parentId":170,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/log-symbols@4.1.0/node_modules/log-symbols/index.js","layer":"rsc"},"startTime":1743529781049,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3639,"timestamp":14210060145,"id":272,"parentId":170,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/ora@5.4.1/node_modules/ora/index.js","layer":"rsc"},"startTime":1743529781049,"traceId":"980ec967484575cc"},{"name":"build-module","duration":24,"timestamp":14210066258,"id":273,"parentId":272,"tags":{"name":"readline","layer":null},"startTime":1743529781056,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3522,"timestamp":14210070530,"id":274,"parentId":221,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529781060,"traceId":"980ec967484575cc"},{"name":"build-module-ts","duration":3203,"timestamp":14210072120,"id":275,"parentId":217,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/utils/result.ts","layer":"rsc"},"startTime":1743529781061,"traceId":"980ec967484575cc"},{"name":"build-module-ts","duration":3974,"timestamp":14210072276,"id":276,"parentId":217,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/utils/run-bundled-code.ts","layer":"rsc"},"startTime":1743529781062,"traceId":"980ec967484575cc"},{"name":"build-module-ts","duration":4109,"timestamp":14210072389,"id":277,"parentId":215,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/actions/email-validation/quick-fetch.ts","layer":"rsc"},"startTime":1743529781062,"traceId":"980ec967484575cc"},{"name":"build-module-ts","duration":4201,"timestamp":14210072480,"id":278,"parentId":215,"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":1743529781062,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":4555,"timestamp":14210072566,"id":279,"parentId":221,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529781062,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":4845,"timestamp":14210072638,"id":280,"parentId":230,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529781062,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3718,"timestamp":14210074171,"id":281,"parentId":230,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529781063,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":103381,"timestamp":14210081275,"id":283,"parentId":173,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+parser@7.24.5/node_modules/@babel/parser/lib/index.js","layer":"rsc"},"startTime":1743529781071,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":113364,"timestamp":14210074250,"id":282,"parentId":230,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529781064,"traceId":"980ec967484575cc"},{"name":"build-module-ts","duration":249091,"timestamp":14210028501,"id":256,"parentId":173,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/actions/email-validation/caniemail-data.ts","layer":"rsc"},"startTime":1743529781018,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":4707,"timestamp":14210286453,"id":284,"parentId":170,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/chalk@4.1.2/node_modules/chalk/source/index.js","layer":"rsc"},"startTime":1743529781276,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":6526,"timestamp":14210287059,"id":286,"parentId":230,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529781276,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":7346,"timestamp":14210286901,"id":285,"parentId":230,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529781276,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1526,"timestamp":14210301743,"id":292,"parentId":173,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+traverse@7.25.6/node_modules/@babel/traverse/lib/index.js","layer":"rsc"},"startTime":1743529781291,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1773,"timestamp":14210301908,"id":293,"parentId":237,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529781291,"traceId":"980ec967484575cc"},{"name":"build-module-tsx","duration":7712,"timestamp":14210296963,"id":288,"parentId":172,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/components/topbar.tsx","layer":"rsc"},"startTime":1743529781286,"traceId":"980ec967484575cc"},{"name":"build-module-ts","duration":5871,"timestamp":14210299460,"id":291,"parentId":217,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/utils/esbuild/renderring-utilities-exporter.ts","layer":"rsc"},"startTime":1743529781289,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":8104,"timestamp":14210297485,"id":290,"parentId":234,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529781287,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":9752,"timestamp":14210297334,"id":289,"parentId":266,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529781287,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1463,"timestamp":14210319460,"id":295,"parentId":234,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529781309,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":7231,"timestamp":14210318915,"id":294,"parentId":242,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529781308,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2579,"timestamp":14210326381,"id":296,"parentId":245,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529781316,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2846,"timestamp":14210326631,"id":297,"parentId":245,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529781316,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2954,"timestamp":14210326764,"id":298,"parentId":245,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529781316,"traceId":"980ec967484575cc"},{"name":"build-module","duration":37,"timestamp":14210339904,"id":299,"parentId":276,"tags":{"name":"node:vm","layer":null},"startTime":1743529781329,"traceId":"980ec967484575cc"},{"name":"build-module","duration":15,"timestamp":14210339983,"id":300,"parentId":277,"tags":{"name":"node:http","layer":null},"startTime":1743529781329,"traceId":"980ec967484575cc"},{"name":"build-module","duration":9,"timestamp":14210340019,"id":301,"parentId":277,"tags":{"name":"node:https","layer":null},"startTime":1743529781329,"traceId":"980ec967484575cc"},{"name":"build-module","duration":9,"timestamp":14210340036,"id":302,"parentId":217,"tags":{"name":"esbuild","layer":null},"startTime":1743529781329,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":743,"timestamp":14210347628,"id":303,"parentId":222,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/source-map-js@1.0.2/node_modules/source-map-js/source-map.js","layer":"rsc"},"startTime":1743529781337,"traceId":"980ec967484575cc"},{"name":"build-module-ts","duration":2857,"timestamp":14210349722,"id":304,"parentId":172,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/components/sidebar/index.ts","layer":"rsc"},"startTime":1743529781339,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":32316,"timestamp":14210354396,"id":306,"parentId":217,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/zod@3.24.2/node_modules/zod/lib/index.mjs","layer":"rsc"},"startTime":1743529781344,"traceId":"980ec967484575cc"},{"name":"build-module-ts","duration":34177,"timestamp":14210354184,"id":305,"parentId":228,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/utils/index.ts","layer":"rsc"},"startTime":1743529781343,"traceId":"980ec967484575cc"},{"name":"build-module-ts","duration":102597,"timestamp":14210388690,"id":307,"parentId":255,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/utils/caniemail/all-css-properties.ts","layer":"rsc"},"startTime":1743529781378,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":947,"timestamp":14210497520,"id":314,"parentId":215,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/node-html-parser@6.1.13/node_modules/node-html-parser/dist/index.js","layer":"rsc"},"startTime":1743529781487,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":853,"timestamp":14210503338,"id":316,"parentId":267,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529781493,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2154,"timestamp":14210508656,"id":317,"parentId":233,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529781498,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":9515,"timestamp":14210503035,"id":315,"parentId":264,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529781492,"traceId":"980ec967484575cc"},{"name":"build-module-ts","duration":4087,"timestamp":14210512999,"id":318,"parentId":263,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/utils/caniemail/tailwind/generate-tailwind-rules.ts","layer":"rsc"},"startTime":1743529781502,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":8109,"timestamp":14210522571,"id":320,"parentId":248,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529781512,"traceId":"980ec967484575cc"},{"name":"build-module-ts","duration":12388,"timestamp":14210520324,"id":319,"parentId":263,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/utils/caniemail/tailwind/get-tailwind-metadata.ts","layer":"rsc"},"startTime":1743529781510,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":10728,"timestamp":14210522776,"id":321,"parentId":285,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529781512,"traceId":"980ec967484575cc"}]
4
+ [{"name":"build-module-js","duration":11225,"timestamp":14210522865,"id":322,"parentId":290,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529781512,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":11558,"timestamp":14210522922,"id":323,"parentId":290,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529781512,"traceId":"980ec967484575cc"},{"name":"build-module-ts","duration":6868,"timestamp":14210535347,"id":324,"parentId":278,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/utils/get-line-and-column-from-offset.ts","layer":"rsc"},"startTime":1743529781525,"traceId":"980ec967484575cc"},{"name":"build-module-ts","duration":7441,"timestamp":14210535575,"id":325,"parentId":276,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/utils/static-node-modules-for-vm.ts","layer":"rsc"},"startTime":1743529781525,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":5988,"timestamp":14210543689,"id":326,"parentId":284,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/chalk@4.1.2/node_modules/chalk/source/templates.js","layer":"rsc"},"startTime":1743529781533,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":6168,"timestamp":14210543882,"id":327,"parentId":284,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/chalk@4.1.2/node_modules/chalk/source/util.js","layer":"rsc"},"startTime":1743529781533,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":7105,"timestamp":14210544010,"id":328,"parentId":228,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@radix-ui+react-slot@1.1.0_@types+react@19.0.1_react@19.0.0/node_modules/@radix-ui/react-slot/dist/index.mjs","layer":"rsc"},"startTime":1743529781533,"traceId":"980ec967484575cc"},{"name":"build-module","duration":19,"timestamp":14210560249,"id":331,"parentId":325,"tags":{"name":"node:fs/promises","layer":null},"startTime":1743529781550,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1573,"timestamp":14210560280,"id":332,"parentId":292,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+traverse@7.25.6/node_modules/@babel/traverse/lib/visitors.js","layer":"rsc"},"startTime":1743529781550,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":5087,"timestamp":14210558182,"id":330,"parentId":296,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529781547,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":5541,"timestamp":14210558047,"id":329,"parentId":296,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529781547,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":4390,"timestamp":14210560466,"id":334,"parentId":296,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529781550,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":4731,"timestamp":14210560404,"id":333,"parentId":296,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529781550,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1466,"timestamp":14210565527,"id":335,"parentId":292,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+traverse@7.25.6/node_modules/@babel/traverse/lib/cache.js","layer":"rsc"},"startTime":1743529781555,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1578,"timestamp":14210565653,"id":336,"parentId":292,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+traverse@7.25.6/node_modules/@babel/traverse/lib/traverse-node.js","layer":"rsc"},"startTime":1743529781555,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1636,"timestamp":14210565755,"id":337,"parentId":292,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+traverse@7.25.6/node_modules/@babel/traverse/lib/hub.js","layer":"rsc"},"startTime":1743529781555,"traceId":"980ec967484575cc"},{"name":"build-module","duration":18,"timestamp":14210570325,"id":339,"parentId":325,"tags":{"name":"node:timers/promises","layer":null},"startTime":1743529781560,"traceId":"980ec967484575cc"},{"name":"build-module","duration":6,"timestamp":14210570352,"id":340,"parentId":325,"tags":{"name":"node:util/types","layer":null},"startTime":1743529781560,"traceId":"980ec967484575cc"},{"name":"build-module-ts","duration":2422,"timestamp":14210570196,"id":338,"parentId":291,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/utils/esbuild/escape-string-for-regex.ts","layer":"rsc"},"startTime":1743529781559,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1630,"timestamp":14210573932,"id":341,"parentId":292,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+traverse@7.25.6/node_modules/@babel/traverse/lib/path/context.js","layer":"rsc"},"startTime":1743529781563,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2800,"timestamp":14210574057,"id":342,"parentId":292,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+traverse@7.25.6/node_modules/@babel/traverse/lib/path/index.js","layer":"rsc"},"startTime":1743529781563,"traceId":"980ec967484575cc"},{"name":"build-module","duration":22,"timestamp":14210613593,"id":344,"parentId":325,"tags":{"name":"node:util","layer":null},"startTime":1743529781603,"traceId":"980ec967484575cc"},{"name":"build-module","duration":5,"timestamp":14210613632,"id":345,"parentId":325,"tags":{"name":"node:timers","layer":null},"startTime":1743529781603,"traceId":"980ec967484575cc"},{"name":"build-module","duration":5,"timestamp":14210613641,"id":346,"parentId":325,"tags":{"name":"node:assert","layer":null},"startTime":1743529781603,"traceId":"980ec967484575cc"},{"name":"build-module","duration":3,"timestamp":14210613650,"id":347,"parentId":325,"tags":{"name":"node:async_hooks","layer":null},"startTime":1743529781603,"traceId":"980ec967484575cc"},{"name":"build-module","duration":3,"timestamp":14210613656,"id":348,"parentId":325,"tags":{"name":"node:buffer","layer":null},"startTime":1743529781603,"traceId":"980ec967484575cc"},{"name":"build-module","duration":2,"timestamp":14210613662,"id":349,"parentId":325,"tags":{"name":"node:child_process","layer":null},"startTime":1743529781603,"traceId":"980ec967484575cc"},{"name":"build-module","duration":2,"timestamp":14210613668,"id":350,"parentId":325,"tags":{"name":"node:cluster","layer":null},"startTime":1743529781603,"traceId":"980ec967484575cc"},{"name":"build-module","duration":3,"timestamp":14210613672,"id":351,"parentId":325,"tags":{"name":"node:console","layer":null},"startTime":1743529781603,"traceId":"980ec967484575cc"},{"name":"build-module","duration":2,"timestamp":14210613678,"id":352,"parentId":325,"tags":{"name":"node:constants","layer":null},"startTime":1743529781603,"traceId":"980ec967484575cc"},{"name":"build-module","duration":2,"timestamp":14210613683,"id":353,"parentId":325,"tags":{"name":"node:crypto","layer":null},"startTime":1743529781603,"traceId":"980ec967484575cc"},{"name":"build-module","duration":2,"timestamp":14210613688,"id":354,"parentId":325,"tags":{"name":"node:dgram","layer":null},"startTime":1743529781603,"traceId":"980ec967484575cc"},{"name":"build-module","duration":2,"timestamp":14210613692,"id":355,"parentId":325,"tags":{"name":"node:diagnostics_channel","layer":null},"startTime":1743529781603,"traceId":"980ec967484575cc"},{"name":"build-module","duration":2,"timestamp":14210613697,"id":356,"parentId":325,"tags":{"name":"node:dns","layer":null},"startTime":1743529781603,"traceId":"980ec967484575cc"},{"name":"build-module","duration":2,"timestamp":14210613702,"id":357,"parentId":325,"tags":{"name":"node:domain","layer":null},"startTime":1743529781603,"traceId":"980ec967484575cc"},{"name":"build-module","duration":2,"timestamp":14210613707,"id":358,"parentId":325,"tags":{"name":"node:events","layer":null},"startTime":1743529781603,"traceId":"980ec967484575cc"},{"name":"build-module","duration":2,"timestamp":14210613711,"id":359,"parentId":325,"tags":{"name":"node:http2","layer":null},"startTime":1743529781603,"traceId":"980ec967484575cc"},{"name":"build-module","duration":2,"timestamp":14210613716,"id":360,"parentId":325,"tags":{"name":"node:inspector","layer":null},"startTime":1743529781603,"traceId":"980ec967484575cc"},{"name":"build-module","duration":2,"timestamp":14210613722,"id":361,"parentId":325,"tags":{"name":"node:module","layer":null},"startTime":1743529781603,"traceId":"980ec967484575cc"},{"name":"build-module","duration":2,"timestamp":14210613727,"id":362,"parentId":325,"tags":{"name":"node:net","layer":null},"startTime":1743529781603,"traceId":"980ec967484575cc"},{"name":"build-module","duration":2,"timestamp":14210613733,"id":363,"parentId":325,"tags":{"name":"node:os","layer":null},"startTime":1743529781603,"traceId":"980ec967484575cc"},{"name":"build-module","duration":2,"timestamp":14210613738,"id":364,"parentId":325,"tags":{"name":"node:perf_hooks","layer":null},"startTime":1743529781603,"traceId":"980ec967484575cc"},{"name":"build-module","duration":3,"timestamp":14210613743,"id":365,"parentId":325,"tags":{"name":"node:process","layer":null},"startTime":1743529781603,"traceId":"980ec967484575cc"},{"name":"build-module","duration":2,"timestamp":14210613749,"id":366,"parentId":325,"tags":{"name":"node:querystring","layer":null},"startTime":1743529781603,"traceId":"980ec967484575cc"},{"name":"build-module","duration":2,"timestamp":14210613754,"id":367,"parentId":325,"tags":{"name":"node:readline","layer":null},"startTime":1743529781603,"traceId":"980ec967484575cc"},{"name":"build-module","duration":2,"timestamp":14210613758,"id":368,"parentId":325,"tags":{"name":"node:repl","layer":null},"startTime":1743529781603,"traceId":"980ec967484575cc"},{"name":"build-module","duration":2,"timestamp":14210613763,"id":369,"parentId":325,"tags":{"name":"node:stream","layer":null},"startTime":1743529781603,"traceId":"980ec967484575cc"},{"name":"build-module","duration":2,"timestamp":14210613767,"id":370,"parentId":325,"tags":{"name":"node:string_decoder","layer":null},"startTime":1743529781603,"traceId":"980ec967484575cc"},{"name":"build-module","duration":2,"timestamp":14210613772,"id":371,"parentId":325,"tags":{"name":"node:tls","layer":null},"startTime":1743529781603,"traceId":"980ec967484575cc"},{"name":"build-module","duration":2,"timestamp":14210613776,"id":372,"parentId":325,"tags":{"name":"node:tty","layer":null},"startTime":1743529781603,"traceId":"980ec967484575cc"},{"name":"build-module","duration":2,"timestamp":14210613780,"id":373,"parentId":325,"tags":{"name":"node:url","layer":null},"startTime":1743529781603,"traceId":"980ec967484575cc"},{"name":"build-module","duration":2,"timestamp":14210613784,"id":374,"parentId":325,"tags":{"name":"node:v8","layer":null},"startTime":1743529781603,"traceId":"980ec967484575cc"},{"name":"build-module","duration":3,"timestamp":14210613789,"id":375,"parentId":325,"tags":{"name":"node:worker_threads","layer":null},"startTime":1743529781603,"traceId":"980ec967484575cc"},{"name":"build-module","duration":47,"timestamp":14210613794,"id":376,"parentId":325,"tags":{"name":"node:zlib","layer":null},"startTime":1743529781603,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":5097,"timestamp":14210613425,"id":343,"parentId":292,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+traverse@7.25.6/node_modules/@babel/traverse/lib/scope/index.js","layer":"rsc"},"startTime":1743529781603,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":856,"timestamp":14210632289,"id":377,"parentId":272,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/wcwidth@1.0.1/node_modules/wcwidth/index.js","layer":"rsc"},"startTime":1743529781622,"traceId":"980ec967484575cc"},{"name":"build-module","duration":338947,"timestamp":14210296308,"id":287,"parentId":276,"tags":{"layer":"rsc"},"startTime":1743529781286,"traceId":"980ec967484575cc"},{"name":"font-loader","duration":181962,"timestamp":14210486228,"id":313,"parentId":312,"tags":{},"startTime":1743529781475,"traceId":"980ec967484575cc"},{"name":"postcss","duration":2882,"timestamp":14210880230,"id":378,"parentId":312,"tags":{},"startTime":1743529781869,"traceId":"980ec967484575cc"},{"name":"next-font-loader","duration":434511,"timestamp":14210448962,"id":312,"parentId":309,"tags":{},"startTime":1743529781438,"traceId":"980ec967484575cc"},{"name":"css-loader","duration":22859,"timestamp":14210883239,"id":379,"parentId":309,"tags":{"astUsed":"true"},"startTime":1743529781873,"traceId":"980ec967484575cc"},{"name":"build-module","duration":511602,"timestamp":14210394800,"id":309,"parentId":169,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529781384,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1224,"timestamp":14210913726,"id":380,"parentId":272,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/bl@4.1.0/node_modules/bl/bl.js","layer":"rsc"},"startTime":1743529781903,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1272,"timestamp":14210913872,"id":381,"parentId":272,"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":1743529781903,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2150,"timestamp":14210913977,"id":382,"parentId":222,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/stacktrace-parser@0.1.10/node_modules/stacktrace-parser/dist/stack-trace-parser.esm.js","layer":"rsc"},"startTime":1743529781903,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1418,"timestamp":14210918995,"id":383,"parentId":303,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/source-map-js@1.0.2/node_modules/source-map-js/lib/source-map-generator.js","layer":"rsc"},"startTime":1743529781908,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3399,"timestamp":14210923101,"id":384,"parentId":303,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/source-map-js@1.0.2/node_modules/source-map-js/lib/source-map-consumer.js","layer":"rsc"},"startTime":1743529781912,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1953,"timestamp":14210929417,"id":385,"parentId":303,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/source-map-js@1.0.2/node_modules/source-map-js/lib/source-node.js","layer":"rsc"},"startTime":1743529781919,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1040,"timestamp":14210934063,"id":387,"parentId":272,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/cli-cursor@3.1.0/node_modules/cli-cursor/index.js","layer":"rsc"},"startTime":1743529781923,"traceId":"980ec967484575cc"},{"name":"build-module-ts","duration":1859,"timestamp":14210934155,"id":388,"parentId":305,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/utils/cn.ts","layer":"rsc"},"startTime":1743529781923,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2243,"timestamp":14210933939,"id":386,"parentId":272,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/strip-ansi@6.0.1/node_modules/strip-ansi/index.js","layer":"rsc"},"startTime":1743529781923,"traceId":"980ec967484575cc"},{"name":"build-module-ts","duration":2887,"timestamp":14210937998,"id":390,"parentId":305,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/utils/copy-text-to-clipboard.ts","layer":"rsc"},"startTime":1743529781927,"traceId":"980ec967484575cc"},{"name":"build-module-tsx","duration":3171,"timestamp":14210937894,"id":389,"parentId":304,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/components/sidebar/sidebar.tsx","layer":"rsc"},"startTime":1743529781927,"traceId":"980ec967484575cc"},{"name":"build-module-ts","duration":3212,"timestamp":14210938089,"id":391,"parentId":305,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/utils/language-map.ts","layer":"rsc"},"startTime":1743529781927,"traceId":"980ec967484575cc"},{"name":"build-module-ts","duration":3351,"timestamp":14210938169,"id":392,"parentId":305,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/utils/unreachable.ts","layer":"rsc"},"startTime":1743529781927,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1503,"timestamp":14210941689,"id":394,"parentId":272,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/is-unicode-supported@0.1.0/node_modules/is-unicode-supported/index.js","layer":"rsc"},"startTime":1743529781931,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1607,"timestamp":14210941772,"id":395,"parentId":272,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/is-interactive@1.0.0/node_modules/is-interactive/index.js","layer":"rsc"},"startTime":1743529781931,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1898,"timestamp":14210941931,"id":397,"parentId":295,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529781931,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1960,"timestamp":14210942013,"id":398,"parentId":314,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/node-html-parser@6.1.13/node_modules/node-html-parser/dist/parse.js","layer":"rsc"},"startTime":1743529781931,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2041,"timestamp":14210942093,"id":399,"parentId":314,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/node-html-parser@6.1.13/node_modules/node-html-parser/dist/valid.js","layer":"rsc"},"startTime":1743529781931,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2534,"timestamp":14210942182,"id":400,"parentId":314,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/node-html-parser@6.1.13/node_modules/node-html-parser/dist/nodes/text.js","layer":"rsc"},"startTime":1743529781931,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":7218,"timestamp":14210942266,"id":401,"parentId":314,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/node-html-parser@6.1.13/node_modules/node-html-parser/dist/nodes/html.js","layer":"rsc"},"startTime":1743529781932,"traceId":"980ec967484575cc"},{"name":"build-module-ts","duration":8729,"timestamp":14210941589,"id":393,"parentId":305,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/utils/sanitize.ts","layer":"rsc"},"startTime":1743529781931,"traceId":"980ec967484575cc"},{"name":"build-module-ts","duration":8549,"timestamp":14210941854,"id":396,"parentId":305,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/utils/types/as.ts","layer":"rsc"},"startTime":1743529781931,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1696,"timestamp":14210955236,"id":402,"parentId":314,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/node-html-parser@6.1.13/node_modules/node-html-parser/dist/nodes/comment.js","layer":"rsc"},"startTime":1743529781945,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1847,"timestamp":14210955367,"id":403,"parentId":314,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/node-html-parser@6.1.13/node_modules/node-html-parser/dist/nodes/node.js","layer":"rsc"},"startTime":1743529781945,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1919,"timestamp":14210955451,"id":404,"parentId":314,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/node-html-parser@6.1.13/node_modules/node-html-parser/dist/nodes/type.js","layer":"rsc"},"startTime":1743529781945,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":4267,"timestamp":14210955615,"id":407,"parentId":298,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529781945,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":4989,"timestamp":14210955687,"id":408,"parentId":336,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+traverse@7.25.6/node_modules/@babel/traverse/lib/context.js","layer":"rsc"},"startTime":1743529781945,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":6454,"timestamp":14210955574,"id":406,"parentId":334,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529781945,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":6703,"timestamp":14210955525,"id":405,"parentId":334,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529781945,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":6680,"timestamp":14210955769,"id":409,"parentId":333,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529781945,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":6807,"timestamp":14210955812,"id":410,"parentId":333,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529781945,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1501,"timestamp":14210963224,"id":412,"parentId":332,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+traverse@7.25.6/node_modules/@babel/traverse/lib/path/lib/virtual-types.js","layer":"rsc"},"startTime":1743529781952,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1906,"timestamp":14210963314,"id":413,"parentId":332,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+traverse@7.25.6/node_modules/@babel/traverse/lib/path/lib/virtual-types-validator.js","layer":"rsc"},"startTime":1743529781953,"traceId":"980ec967484575cc"},{"name":"build-module-ts","duration":2484,"timestamp":14210963400,"id":414,"parentId":319,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/utils/caniemail/tailwind/setup-tailwind-context.ts","layer":"rsc"},"startTime":1743529781953,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3060,"timestamp":14210963082,"id":411,"parentId":333,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529781952,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1579,"timestamp":14210966787,"id":416,"parentId":284,"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":1743529781956,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1945,"timestamp":14210966880,"id":417,"parentId":341,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+traverse@7.25.6/node_modules/@babel/traverse/lib/path/removal.js","layer":"rsc"},"startTime":1743529781956,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2590,"timestamp":14210966969,"id":418,"parentId":342,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+traverse@7.25.6/node_modules/@babel/traverse/lib/path/ancestry.js","layer":"rsc"},"startTime":1743529781956,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3564,"timestamp":14210967059,"id":419,"parentId":342,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+traverse@7.25.6/node_modules/@babel/traverse/lib/path/evaluation.js","layer":"rsc"},"startTime":1743529781956,"traceId":"980ec967484575cc"}]
5
+ [{"name":"build-module-ts","duration":5871,"timestamp":14210966673,"id":415,"parentId":319,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/utils/caniemail/tailwind/get-tailwind-config.ts","layer":"rsc"},"startTime":1743529781956,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":4121,"timestamp":14210979222,"id":420,"parentId":342,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+traverse@7.25.6/node_modules/@babel/traverse/lib/path/conversion.js","layer":"rsc"},"startTime":1743529781968,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":5024,"timestamp":14210979444,"id":421,"parentId":342,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+traverse@7.25.6/node_modules/@babel/traverse/lib/path/replacement.js","layer":"rsc"},"startTime":1743529781969,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":6265,"timestamp":14210979589,"id":422,"parentId":342,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+traverse@7.25.6/node_modules/@babel/traverse/lib/path/introspection.js","layer":"rsc"},"startTime":1743529781969,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":6899,"timestamp":14210979719,"id":423,"parentId":284,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/ansi-styles@4.3.0/node_modules/ansi-styles/index.js","layer":"rsc"},"startTime":1743529781969,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":7284,"timestamp":14210979848,"id":424,"parentId":342,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+traverse@7.25.6/node_modules/@babel/traverse/lib/path/inference/index.js","layer":"rsc"},"startTime":1743529781969,"traceId":"980ec967484575cc"},{"name":"build-module","duration":27,"timestamp":14210994808,"id":425,"parentId":416,"tags":{"name":"os","layer":null},"startTime":1743529781984,"traceId":"980ec967484575cc"},{"name":"build-module","duration":8,"timestamp":14210994875,"id":426,"parentId":416,"tags":{"name":"tty","layer":null},"startTime":1743529781984,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":776,"timestamp":14210994892,"id":427,"parentId":342,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+traverse@7.25.6/node_modules/@babel/traverse/lib/path/comments.js","layer":"rsc"},"startTime":1743529781984,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1755,"timestamp":14210999613,"id":428,"parentId":342,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+traverse@7.25.6/node_modules/@babel/traverse/lib/path/modification.js","layer":"rsc"},"startTime":1743529781989,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2731,"timestamp":14210999750,"id":429,"parentId":342,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+traverse@7.25.6/node_modules/@babel/traverse/lib/path/family.js","layer":"rsc"},"startTime":1743529781989,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2225,"timestamp":14211008266,"id":430,"parentId":343,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+traverse@7.25.6/node_modules/@babel/traverse/lib/scope/binding.js","layer":"rsc"},"startTime":1743529781998,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3355,"timestamp":14211008444,"id":431,"parentId":343,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+traverse@7.25.6/node_modules/@babel/traverse/lib/scope/lib/renamer.js","layer":"rsc"},"startTime":1743529781998,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":5820,"timestamp":14211008860,"id":436,"parentId":318,"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":1743529781998,"traceId":"980ec967484575cc"},{"name":"build-module-ts","duration":9152,"timestamp":14211008627,"id":433,"parentId":287,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/utils/caniemail/ast/get-used-style-properties.spec.ts","layer":"rsc"},"startTime":1743529781998,"traceId":"980ec967484575cc"},{"name":"build-module-ts","duration":9440,"timestamp":14211008537,"id":432,"parentId":287,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/utils/caniemail/ast/get-object-variables.spec.ts","layer":"rsc"},"startTime":1743529781998,"traceId":"980ec967484575cc"},{"name":"build-module-ts","duration":9455,"timestamp":14211008704,"id":434,"parentId":287,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/utils/constants.ts","layer":"rsc"},"startTime":1743529781998,"traceId":"980ec967484575cc"},{"name":"build-module-ts","duration":9611,"timestamp":14211008784,"id":435,"parentId":287,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/utils/caniemail/tailwind/get-tailwind-metadata.spec.ts","layer":"rsc"},"startTime":1743529781998,"traceId":"980ec967484575cc"},{"name":"build-module-snap","duration":374,"timestamp":14211040800,"id":438,"parentId":287,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/utils/__snapshots__/get-email-component.spec.ts.snap","layer":"rsc"},"startTime":1743529782030,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":5031,"timestamp":14211040606,"id":437,"parentId":318,"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":1743529782030,"traceId":"980ec967484575cc"},{"name":"build-module-ts","duration":5539,"timestamp":14211040830,"id":439,"parentId":287,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/utils/get-email-component.spec.ts","layer":"rsc"},"startTime":1743529782030,"traceId":"980ec967484575cc"},{"name":"build-module-snap","duration":189,"timestamp":14211052934,"id":440,"parentId":287,"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":1743529782042,"traceId":"980ec967484575cc"},{"name":"build-module-snap","duration":204,"timestamp":14211052981,"id":441,"parentId":287,"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":1743529782042,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2375,"timestamp":14211056032,"id":442,"parentId":292,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+types@7.26.3/node_modules/@babel/types/lib/index.js","layer":"rsc"},"startTime":1743529782045,"traceId":"980ec967484575cc"},{"name":"build-module-ts","duration":2843,"timestamp":14211056254,"id":444,"parentId":287,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/utils/get-line-and-column-from-offset.spec.ts","layer":"rsc"},"startTime":1743529782046,"traceId":"980ec967484575cc"},{"name":"build-module-ts","duration":3154,"timestamp":14211056167,"id":443,"parentId":287,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/utils/get-emails-directory-metadata.spec.ts","layer":"rsc"},"startTime":1743529782045,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1086,"timestamp":14211115213,"id":447,"parentId":377,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/wcwidth@1.0.1/node_modules/wcwidth/combining.js","layer":"rsc"},"startTime":1743529782104,"traceId":"980ec967484575cc"},{"name":"build-module-ts","duration":3108,"timestamp":14211115084,"id":446,"parentId":287,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/utils/types/email-template.ts","layer":"rsc"},"startTime":1743529782104,"traceId":"980ec967484575cc"},{"name":"build-module-ts","duration":3734,"timestamp":14211114858,"id":445,"parentId":287,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/utils/js-email-detection.spec.ts","layer":"rsc"},"startTime":1743529782104,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2326,"timestamp":14211118925,"id":449,"parentId":287,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/utils/testing/js-email-export-default.js","layer":"rsc"},"startTime":1743529782108,"traceId":"980ec967484575cc"},{"name":"build-module-ts","duration":2647,"timestamp":14211118774,"id":448,"parentId":287,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/utils/types/error-object.ts","layer":"rsc"},"startTime":1743529782108,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2710,"timestamp":14211121663,"id":451,"parentId":287,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/utils/testing/mdx-email-test.js","layer":"rsc"},"startTime":1743529782111,"traceId":"980ec967484575cc"},{"name":"build-module-tsx","duration":3029,"timestamp":14211121767,"id":452,"parentId":287,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/utils/testing/request-response-email.tsx","layer":"rsc"},"startTime":1743529782111,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":4148,"timestamp":14211121542,"id":450,"parentId":287,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/utils/testing/js-email-test.js","layer":"rsc"},"startTime":1743529782111,"traceId":"980ec967484575cc"},{"name":"build-module-ts","duration":1934,"timestamp":14211130284,"id":453,"parentId":287,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/utils/types/hot-reload-change.ts","layer":"rsc"},"startTime":1743529782120,"traceId":"980ec967484575cc"},{"name":"build-module-ts","duration":1791,"timestamp":14211130526,"id":454,"parentId":287,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/utils/types/hot-reload-event.ts","layer":"rsc"},"startTime":1743529782120,"traceId":"980ec967484575cc"},{"name":"build-module-json","duration":979,"timestamp":14211132625,"id":458,"parentId":381,"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":1743529782122,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1983,"timestamp":14211132338,"id":455,"parentId":383,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/source-map-js@1.0.2/node_modules/source-map-js/lib/base64-vlq.js","layer":"rsc"},"startTime":1743529782122,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3676,"timestamp":14211132450,"id":456,"parentId":383,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/source-map-js@1.0.2/node_modules/source-map-js/lib/util.js","layer":"rsc"},"startTime":1743529782122,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3881,"timestamp":14211132541,"id":457,"parentId":342,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/debug@4.4.0/node_modules/debug/src/index.js","layer":"rsc"},"startTime":1743529782122,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":731,"timestamp":14211139317,"id":459,"parentId":383,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/source-map-js@1.0.2/node_modules/source-map-js/lib/array-set.js","layer":"rsc"},"startTime":1743529782129,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":602,"timestamp":14211140531,"id":460,"parentId":383,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/source-map-js@1.0.2/node_modules/source-map-js/lib/mapping-list.js","layer":"rsc"},"startTime":1743529782130,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1489,"timestamp":14211142213,"id":461,"parentId":380,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/bl@4.1.0/node_modules/bl/BufferList.js","layer":"rsc"},"startTime":1743529782131,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1025,"timestamp":14211144598,"id":462,"parentId":384,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/source-map-js@1.0.2/node_modules/source-map-js/lib/binary-search.js","layer":"rsc"},"startTime":1743529782134,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1207,"timestamp":14211144712,"id":463,"parentId":384,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/source-map-js@1.0.2/node_modules/source-map-js/lib/quick-sort.js","layer":"rsc"},"startTime":1743529782134,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1253,"timestamp":14211144799,"id":464,"parentId":401,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/node-html-parser@6.1.13/node_modules/node-html-parser/dist/back.js","layer":"rsc"},"startTime":1743529782134,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1974,"timestamp":14211144876,"id":465,"parentId":342,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+generator@7.26.3/node_modules/@babel/generator/lib/index.js","layer":"rsc"},"startTime":1743529782134,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2357,"timestamp":14211144954,"id":466,"parentId":401,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/node-html-parser@6.1.13/node_modules/node-html-parser/dist/matcher.js","layer":"rsc"},"startTime":1743529782134,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":802,"timestamp":14211149023,"id":467,"parentId":401,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/node-html-parser@6.1.13/node_modules/node-html-parser/dist/void-tag.js","layer":"rsc"},"startTime":1743529782138,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1406,"timestamp":14211151390,"id":469,"parentId":417,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+traverse@7.25.6/node_modules/@babel/traverse/lib/path/lib/removal-hooks.js","layer":"rsc"},"startTime":1743529782141,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":6185,"timestamp":14211151473,"id":470,"parentId":414,"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":1743529782141,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":6254,"timestamp":14211151561,"id":471,"parentId":414,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/tailwindcss@3.4.0/node_modules/tailwindcss/resolveConfig.js","layer":"rsc"},"startTime":1743529782141,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":6816,"timestamp":14211151640,"id":472,"parentId":424,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+traverse@7.25.6/node_modules/@babel/traverse/lib/path/inference/inferers.js","layer":"rsc"},"startTime":1743529782141,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":6846,"timestamp":14211151722,"id":473,"parentId":343,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/globals@11.12.0/node_modules/globals/index.js","layer":"rsc"},"startTime":1743529782141,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":8640,"timestamp":14211151802,"id":474,"parentId":428,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+traverse@7.25.6/node_modules/@babel/traverse/lib/path/lib/hoister.js","layer":"rsc"},"startTime":1743529782141,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":9695,"timestamp":14211151874,"id":475,"parentId":325,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/punycode@2.3.1/node_modules/punycode/punycode.es6.js","layer":"rsc"},"startTime":1743529782141,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":9776,"timestamp":14211151943,"id":476,"parentId":377,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/defaults@1.0.4/node_modules/defaults/index.js","layer":"rsc"},"startTime":1743529782141,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":12149,"timestamp":14211151312,"id":468,"parentId":405,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529782141,"traceId":"980ec967484575cc"},{"name":"add-entry","duration":1869244,"timestamp":14209294811,"id":19,"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":1743529780284,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":4452,"timestamp":14211171119,"id":477,"parentId":388,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/tailwind-merge@2.2.0/node_modules/tailwind-merge/dist/bundle-mjs.mjs","layer":"rsc"},"startTime":1743529782160,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":942,"timestamp":14211176546,"id":478,"parentId":388,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/clsx@2.1.1/node_modules/clsx/dist/clsx.mjs","layer":"rsc"},"startTime":1743529782166,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1736,"timestamp":14211176679,"id":479,"parentId":380,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/inherits@2.0.4/node_modules/inherits/inherits.js","layer":"rsc"},"startTime":1743529782166,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1804,"timestamp":14211176785,"id":480,"parentId":380,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/readable.js","layer":"rsc"},"startTime":1743529782166,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1837,"timestamp":14211176870,"id":481,"parentId":387,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/restore-cursor@3.1.0/node_modules/restore-cursor/index.js","layer":"rsc"},"startTime":1743529782166,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":631,"timestamp":14211184537,"id":482,"parentId":436,"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":1743529782174,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":992,"timestamp":14211184640,"id":483,"parentId":436,"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":1743529782174,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":988,"timestamp":14211189747,"id":484,"parentId":436,"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":1743529782179,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1241,"timestamp":14211189899,"id":485,"parentId":436,"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":1743529782179,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2449,"timestamp":14211189991,"id":486,"parentId":386,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/ansi-regex@5.0.1/node_modules/ansi-regex/index.js","layer":"rsc"},"startTime":1743529782179,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1733,"timestamp":14211192518,"id":487,"parentId":436,"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":1743529782182,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2789,"timestamp":14211192651,"id":488,"parentId":436,"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":1743529782182,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3029,"timestamp":14211192753,"id":489,"parentId":436,"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":1743529782182,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3133,"timestamp":14211192833,"id":490,"parentId":436,"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":1743529782182,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3220,"timestamp":14211192916,"id":491,"parentId":416,"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":1743529782182,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":10547,"timestamp":14211192993,"id":492,"parentId":400,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/he@1.2.0/node_modules/he/he.js","layer":"rsc"},"startTime":1743529782182,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":10670,"timestamp":14211193074,"id":493,"parentId":437,"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":1743529782182,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":12476,"timestamp":14211193153,"id":494,"parentId":401,"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":1743529782182,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":12917,"timestamp":14211193225,"id":495,"parentId":437,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/tailwindcss@3.4.0/node_modules/tailwindcss/lib/featureFlags.js","layer":"rsc"},"startTime":1743529782182,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":471,"timestamp":14211212802,"id":496,"parentId":437,"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":1743529782202,"traceId":"980ec967484575cc"},{"name":"build-module","duration":14,"timestamp":14211214251,"id":497,"parentId":461,"tags":{"name":"buffer","layer":null},"startTime":1743529782204,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":417,"timestamp":14211214274,"id":498,"parentId":437,"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":1743529782204,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":639,"timestamp":14211214369,"id":499,"parentId":437,"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":1743529782204,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":985,"timestamp":14211215816,"id":500,"parentId":437,"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":1743529782205,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1684,"timestamp":14211215920,"id":501,"parentId":437,"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":1743529782205,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1819,"timestamp":14211216010,"id":502,"parentId":437,"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":1743529782205,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2631,"timestamp":14211216085,"id":503,"parentId":437,"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":1743529782205,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2789,"timestamp":14211216157,"id":504,"parentId":437,"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":1743529782205,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":671,"timestamp":14211224646,"id":505,"parentId":437,"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":1743529782214,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":771,"timestamp":14211224747,"id":506,"parentId":420,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+template@7.25.9/node_modules/@babel/template/lib/index.js","layer":"rsc"},"startTime":1743529782214,"traceId":"980ec967484575cc"},{"name":"build-module","duration":11,"timestamp":14211226037,"id":507,"parentId":470,"tags":{"name":"fs","layer":null},"startTime":1743529782215,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":336,"timestamp":14211226058,"id":508,"parentId":442,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+types@7.26.3/node_modules/@babel/types/lib/asserts/assertNode.js","layer":"rsc"},"startTime":1743529782215,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":928,"timestamp":14211229405,"id":509,"parentId":442,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+types@7.26.3/node_modules/@babel/types/lib/builders/productions.js","layer":"rsc"},"startTime":1743529782219,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3545,"timestamp":14211229542,"id":510,"parentId":442,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+types@7.26.3/node_modules/@babel/types/lib/asserts/generated/index.js","layer":"rsc"},"startTime":1743529782219,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3626,"timestamp":14211229650,"id":511,"parentId":442,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+types@7.26.3/node_modules/@babel/types/lib/builders/react/buildChildren.js","layer":"rsc"},"startTime":1743529782219,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":417,"timestamp":14211236579,"id":512,"parentId":442,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+types@7.26.3/node_modules/@babel/types/lib/builders/flow/createTypeAnnotationBasedOnTypeof.js","layer":"rsc"},"startTime":1743529782226,"traceId":"980ec967484575cc"},{"name":"build-module","duration":11,"timestamp":14211239099,"id":515,"parentId":479,"tags":{"name":"util","layer":null},"startTime":1743529782228,"traceId":"980ec967484575cc"},{"name":"build-module","duration":4,"timestamp":14211239119,"id":516,"parentId":480,"tags":{"name":"stream","layer":null},"startTime":1743529782228,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":70416,"timestamp":14211238901,"id":513,"parentId":421,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+parser@7.26.3/node_modules/@babel/parser/lib/index.js","layer":"rsc"},"startTime":1743529782228,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":70613,"timestamp":14211239014,"id":514,"parentId":442,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+types@7.26.3/node_modules/@babel/types/lib/builders/flow/createFlowUnionType.js","layer":"rsc"},"startTime":1743529782228,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":70911,"timestamp":14211239129,"id":517,"parentId":442,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+types@7.26.3/node_modules/@babel/types/lib/clone/cloneNode.js","layer":"rsc"},"startTime":1743529782228,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":79384,"timestamp":14211239213,"id":518,"parentId":442,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+types@7.26.3/node_modules/@babel/types/lib/builders/generated/index.js","layer":"rsc"},"startTime":1743529782228,"traceId":"980ec967484575cc"}]
6
+ [{"name":"build-module-js","duration":82167,"timestamp":14211239286,"id":519,"parentId":442,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+types@7.26.3/node_modules/@babel/types/lib/builders/generated/uppercase.js","layer":"rsc"},"startTime":1743529782229,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1287,"timestamp":14211325885,"id":520,"parentId":442,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+types@7.26.3/node_modules/@babel/types/lib/builders/typescript/createTSUnionType.js","layer":"rsc"},"startTime":1743529782315,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1273,"timestamp":14211326094,"id":521,"parentId":442,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+types@7.26.3/node_modules/@babel/types/lib/clone/clone.js","layer":"rsc"},"startTime":1743529782315,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":697,"timestamp":14211329239,"id":522,"parentId":442,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+types@7.26.3/node_modules/@babel/types/lib/clone/cloneDeep.js","layer":"rsc"},"startTime":1743529782319,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2064,"timestamp":14211329375,"id":523,"parentId":421,"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":1743529782319,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":789,"timestamp":14211335151,"id":524,"parentId":442,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+types@7.26.3/node_modules/@babel/types/lib/clone/cloneDeepWithoutLoc.js","layer":"rsc"},"startTime":1743529782324,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1009,"timestamp":14211335309,"id":525,"parentId":423,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/color-convert@2.0.1/node_modules/color-convert/index.js","layer":"rsc"},"startTime":1743529782325,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1039,"timestamp":14211335401,"id":526,"parentId":442,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+types@7.26.3/node_modules/@babel/types/lib/clone/cloneWithoutLoc.js","layer":"rsc"},"startTime":1743529782325,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1068,"timestamp":14211335495,"id":527,"parentId":442,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+types@7.26.3/node_modules/@babel/types/lib/comments/addComment.js","layer":"rsc"},"startTime":1743529782325,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":405,"timestamp":14211337746,"id":528,"parentId":442,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+types@7.26.3/node_modules/@babel/types/lib/comments/addComments.js","layer":"rsc"},"startTime":1743529782327,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":419,"timestamp":14211339180,"id":529,"parentId":442,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+types@7.26.3/node_modules/@babel/types/lib/comments/inheritInnerComments.js","layer":"rsc"},"startTime":1743529782328,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":437,"timestamp":14211339283,"id":530,"parentId":442,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+types@7.26.3/node_modules/@babel/types/lib/comments/inheritLeadingComments.js","layer":"rsc"},"startTime":1743529782329,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":325,"timestamp":14211342258,"id":531,"parentId":442,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+types@7.26.3/node_modules/@babel/types/lib/comments/inheritsComments.js","layer":"rsc"},"startTime":1743529782332,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":565,"timestamp":14211344245,"id":532,"parentId":442,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+types@7.26.3/node_modules/@babel/types/lib/comments/removeComments.js","layer":"rsc"},"startTime":1743529782334,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":571,"timestamp":14211344348,"id":533,"parentId":442,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+types@7.26.3/node_modules/@babel/types/lib/comments/inheritTrailingComments.js","layer":"rsc"},"startTime":1743529782334,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1558,"timestamp":14211357690,"id":534,"parentId":442,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+types@7.26.3/node_modules/@babel/types/lib/constants/index.js","layer":"rsc"},"startTime":1743529782347,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1943,"timestamp":14211357831,"id":535,"parentId":442,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+types@7.26.3/node_modules/@babel/types/lib/constants/generated/index.js","layer":"rsc"},"startTime":1743529782347,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1998,"timestamp":14211357921,"id":536,"parentId":442,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+types@7.26.3/node_modules/@babel/types/lib/converters/ensureBlock.js","layer":"rsc"},"startTime":1743529782347,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2067,"timestamp":14211358010,"id":537,"parentId":442,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+types@7.26.3/node_modules/@babel/types/lib/converters/toBindingIdentifierName.js","layer":"rsc"},"startTime":1743529782347,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2173,"timestamp":14211358090,"id":538,"parentId":442,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+types@7.26.3/node_modules/@babel/types/lib/converters/toExpression.js","layer":"rsc"},"startTime":1743529782347,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2218,"timestamp":14211358168,"id":539,"parentId":442,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+types@7.26.3/node_modules/@babel/types/lib/converters/toComputedKey.js","layer":"rsc"},"startTime":1743529782347,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2332,"timestamp":14211358241,"id":540,"parentId":442,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+types@7.26.3/node_modules/@babel/types/lib/converters/toBlock.js","layer":"rsc"},"startTime":1743529782348,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2477,"timestamp":14211358311,"id":541,"parentId":442,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+types@7.26.3/node_modules/@babel/types/lib/converters/toIdentifier.js","layer":"rsc"},"startTime":1743529782348,"traceId":"980ec967484575cc"},{"name":"build-module-json","duration":249,"timestamp":14211365413,"id":548,"parentId":499,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/tailwindcss@3.4.0/node_modules/tailwindcss/package.json","layer":"rsc"},"startTime":1743529782355,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1339,"timestamp":14211364893,"id":542,"parentId":442,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+types@7.26.3/node_modules/@babel/types/lib/converters/toStatement.js","layer":"rsc"},"startTime":1743529782354,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1454,"timestamp":14211364996,"id":543,"parentId":442,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+types@7.26.3/node_modules/@babel/types/lib/converters/toKeyAlias.js","layer":"rsc"},"startTime":1743529782354,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1464,"timestamp":14211365088,"id":544,"parentId":442,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+types@7.26.3/node_modules/@babel/types/lib/validators/react/isReactComponent.js","layer":"rsc"},"startTime":1743529782354,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1483,"timestamp":14211365164,"id":545,"parentId":442,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+types@7.26.3/node_modules/@babel/types/lib/validators/react/isCompatTag.js","layer":"rsc"},"startTime":1743529782354,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1789,"timestamp":14211365235,"id":546,"parentId":442,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+types@7.26.3/node_modules/@babel/types/lib/converters/valueToNode.js","layer":"rsc"},"startTime":1743529782355,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1971,"timestamp":14211365328,"id":547,"parentId":442,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+types@7.26.3/node_modules/@babel/types/lib/definitions/index.js","layer":"rsc"},"startTime":1743529782355,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1988,"timestamp":14211365435,"id":549,"parentId":442,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+types@7.26.3/node_modules/@babel/types/lib/modifications/appendToMemberExpression.js","layer":"rsc"},"startTime":1743529782355,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1859,"timestamp":14211371772,"id":550,"parentId":442,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+types@7.26.3/node_modules/@babel/types/lib/modifications/inherits.js","layer":"rsc"},"startTime":1743529782361,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1927,"timestamp":14211371888,"id":551,"parentId":442,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+types@7.26.3/node_modules/@babel/types/lib/modifications/prependToMemberExpression.js","layer":"rsc"},"startTime":1743529782361,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2017,"timestamp":14211371969,"id":552,"parentId":442,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+types@7.26.3/node_modules/@babel/types/lib/modifications/removeProperties.js","layer":"rsc"},"startTime":1743529782361,"traceId":"980ec967484575cc"},{"name":"build-module","duration":14,"timestamp":14211375553,"id":556,"parentId":437,"tags":{"name":"postcss","layer":null},"startTime":1743529782365,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1644,"timestamp":14211375294,"id":553,"parentId":442,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+types@7.26.3/node_modules/@babel/types/lib/modifications/removePropertiesDeep.js","layer":"rsc"},"startTime":1743529782365,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1858,"timestamp":14211375392,"id":554,"parentId":442,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+types@7.26.3/node_modules/@babel/types/lib/modifications/flow/removeTypeDuplicates.js","layer":"rsc"},"startTime":1743529782365,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2076,"timestamp":14211375472,"id":555,"parentId":328,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@radix-ui+react-compose-refs@1.1.0_@types+react@19.0.1_react@19.0.0/node_modules/@radix-ui/react-compose-refs/dist/index.mjs","layer":"rsc"},"startTime":1743529782365,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2135,"timestamp":14211375578,"id":557,"parentId":442,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+types@7.26.3/node_modules/@babel/types/lib/retrievers/getAssignmentIdentifiers.js","layer":"rsc"},"startTime":1743529782365,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2334,"timestamp":14211375656,"id":558,"parentId":442,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+types@7.26.3/node_modules/@babel/types/lib/retrievers/getBindingIdentifiers.js","layer":"rsc"},"startTime":1743529782365,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2391,"timestamp":14211375728,"id":559,"parentId":442,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+types@7.26.3/node_modules/@babel/types/lib/retrievers/getOuterBindingIdentifiers.js","layer":"rsc"},"startTime":1743529782365,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2550,"timestamp":14211375805,"id":560,"parentId":442,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+types@7.26.3/node_modules/@babel/types/lib/retrievers/getFunctionName.js","layer":"rsc"},"startTime":1743529782365,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2629,"timestamp":14211375877,"id":561,"parentId":442,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+types@7.26.3/node_modules/@babel/types/lib/validators/is.js","layer":"rsc"},"startTime":1743529782365,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2663,"timestamp":14211375948,"id":562,"parentId":442,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+types@7.26.3/node_modules/@babel/types/lib/validators/isBlockScoped.js","layer":"rsc"},"startTime":1743529782365,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2730,"timestamp":14211376027,"id":563,"parentId":442,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+types@7.26.3/node_modules/@babel/types/lib/validators/isBinding.js","layer":"rsc"},"startTime":1743529782365,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":836,"timestamp":14211380416,"id":564,"parentId":442,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+types@7.26.3/node_modules/@babel/types/lib/traverse/traverse.js","layer":"rsc"},"startTime":1743529782370,"traceId":"980ec967484575cc"},{"name":"build-module","duration":54,"timestamp":14211386516,"id":577,"parentId":318,"tags":{"name":"postcss","layer":null},"startTime":1743529782376,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2025,"timestamp":14211385564,"id":565,"parentId":442,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+types@7.26.3/node_modules/@babel/types/lib/traverse/traverseFast.js","layer":"rsc"},"startTime":1743529782375,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2068,"timestamp":14211385665,"id":566,"parentId":442,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+types@7.26.3/node_modules/@babel/types/lib/validators/isImmutable.js","layer":"rsc"},"startTime":1743529782375,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2060,"timestamp":14211385777,"id":567,"parentId":442,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+types@7.26.3/node_modules/@babel/types/lib/utils/shallowEqual.js","layer":"rsc"},"startTime":1743529782375,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2222,"timestamp":14211385869,"id":568,"parentId":442,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+types@7.26.3/node_modules/@babel/types/lib/validators/isNodesEquivalent.js","layer":"rsc"},"startTime":1743529782375,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2260,"timestamp":14211385942,"id":569,"parentId":442,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+types@7.26.3/node_modules/@babel/types/lib/validators/isLet.js","layer":"rsc"},"startTime":1743529782375,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2298,"timestamp":14211386022,"id":570,"parentId":442,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+types@7.26.3/node_modules/@babel/types/lib/validators/isPlaceholderType.js","layer":"rsc"},"startTime":1743529782375,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2311,"timestamp":14211386098,"id":571,"parentId":442,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+types@7.26.3/node_modules/@babel/types/lib/validators/isNode.js","layer":"rsc"},"startTime":1743529782375,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2420,"timestamp":14211386169,"id":572,"parentId":442,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+types@7.26.3/node_modules/@babel/types/lib/validators/isReferenced.js","layer":"rsc"},"startTime":1743529782375,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2471,"timestamp":14211386239,"id":573,"parentId":442,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+types@7.26.3/node_modules/@babel/types/lib/validators/isType.js","layer":"rsc"},"startTime":1743529782376,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2524,"timestamp":14211386311,"id":574,"parentId":442,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+types@7.26.3/node_modules/@babel/types/lib/validators/isScope.js","layer":"rsc"},"startTime":1743529782376,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2557,"timestamp":14211386378,"id":575,"parentId":442,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+types@7.26.3/node_modules/@babel/types/lib/validators/isSpecifierDefault.js","layer":"rsc"},"startTime":1743529782376,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2612,"timestamp":14211386445,"id":576,"parentId":442,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+types@7.26.3/node_modules/@babel/types/lib/validators/isValidES3Identifier.js","layer":"rsc"},"startTime":1743529782376,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2595,"timestamp":14211386580,"id":578,"parentId":442,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+types@7.26.3/node_modules/@babel/types/lib/validators/isValidIdentifier.js","layer":"rsc"},"startTime":1743529782376,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2991,"timestamp":14211386665,"id":579,"parentId":436,"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":1743529782376,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2522,"timestamp":14211392088,"id":580,"parentId":442,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+types@7.26.3/node_modules/@babel/types/lib/validators/matchesPattern.js","layer":"rsc"},"startTime":1743529782381,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2630,"timestamp":14211392196,"id":581,"parentId":442,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+types@7.26.3/node_modules/@babel/types/lib/validators/validate.js","layer":"rsc"},"startTime":1743529782381,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2666,"timestamp":14211392276,"id":582,"parentId":442,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+types@7.26.3/node_modules/@babel/types/lib/validators/buildMatchMemberExpression.js","layer":"rsc"},"startTime":1743529782382,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2705,"timestamp":14211392349,"id":583,"parentId":442,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+types@7.26.3/node_modules/@babel/types/lib/validators/isVar.js","layer":"rsc"},"startTime":1743529782382,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2864,"timestamp":14211392422,"id":584,"parentId":442,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+types@7.26.3/node_modules/@babel/types/lib/utils/deprecationWarning.js","layer":"rsc"},"startTime":1743529782382,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2936,"timestamp":14211392493,"id":585,"parentId":442,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+types@7.26.3/node_modules/@babel/types/lib/converters/toSequenceExpression.js","layer":"rsc"},"startTime":1743529782382,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":10629,"timestamp":14211392569,"id":586,"parentId":442,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+types@7.26.3/node_modules/@babel/types/lib/validators/generated/index.js","layer":"rsc"},"startTime":1743529782382,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2457,"timestamp":14211404615,"id":587,"parentId":455,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/source-map-js@1.0.2/node_modules/source-map-js/lib/base64.js","layer":"rsc"},"startTime":1743529782394,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3159,"timestamp":14211404770,"id":588,"parentId":457,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/debug@4.4.0/node_modules/debug/src/node.js","layer":"rsc"},"startTime":1743529782394,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3687,"timestamp":14211404871,"id":589,"parentId":457,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/debug@4.4.0/node_modules/debug/src/browser.js","layer":"rsc"},"startTime":1743529782394,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":4041,"timestamp":14211404950,"id":590,"parentId":465,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+generator@7.26.3/node_modules/@babel/generator/lib/source-map.js","layer":"rsc"},"startTime":1743529782394,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":10012,"timestamp":14211405033,"id":591,"parentId":470,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/tailwindcss@3.4.0/node_modules/tailwindcss/lib/corePlugins.js","layer":"rsc"},"startTime":1743529782394,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":11108,"timestamp":14211405110,"id":592,"parentId":470,"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":1743529782394,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":12040,"timestamp":14211405181,"id":593,"parentId":470,"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":1743529782394,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":12198,"timestamp":14211405251,"id":594,"parentId":470,"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":1743529782395,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":12332,"timestamp":14211405324,"id":595,"parentId":470,"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":1743529782395,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":4186,"timestamp":14211426157,"id":596,"parentId":465,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+generator@7.26.3/node_modules/@babel/generator/lib/printer.js","layer":"rsc"},"startTime":1743529782415,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":4547,"timestamp":14211426319,"id":597,"parentId":472,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+traverse@7.25.6/node_modules/@babel/traverse/lib/path/inference/inferer-reference.js","layer":"rsc"},"startTime":1743529782416,"traceId":"980ec967484575cc"},{"name":"build-module","duration":12,"timestamp":14211432288,"id":598,"parentId":592,"tags":{"name":"crypto","layer":null},"startTime":1743529782422,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":780,"timestamp":14211432311,"id":599,"parentId":472,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+traverse@7.25.6/node_modules/@babel/traverse/lib/path/inference/util.js","layer":"rsc"},"startTime":1743529782422,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":564,"timestamp":14211434524,"id":600,"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":1743529782424,"traceId":"980ec967484575cc"},{"name":"build-module-json","duration":801,"timestamp":14211436528,"id":601,"parentId":473,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/globals@11.12.0/node_modules/globals/globals.json","layer":"rsc"},"startTime":1743529782426,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":364,"timestamp":14211438768,"id":602,"parentId":479,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/inherits@2.0.4/node_modules/inherits/inherits_browser.js","layer":"rsc"},"startTime":1743529782428,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3347,"timestamp":14211440225,"id":603,"parentId":480,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/_stream_readable.js","layer":"rsc"},"startTime":1743529782429,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":5016,"timestamp":14211440324,"id":604,"parentId":480,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/_stream_writable.js","layer":"rsc"},"startTime":1743529782430,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":5290,"timestamp":14211440409,"id":605,"parentId":480,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/_stream_duplex.js","layer":"rsc"},"startTime":1743529782430,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":5658,"timestamp":14211440484,"id":606,"parentId":480,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/_stream_transform.js","layer":"rsc"},"startTime":1743529782430,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":5708,"timestamp":14211440572,"id":607,"parentId":480,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/_stream_passthrough.js","layer":"rsc"},"startTime":1743529782430,"traceId":"980ec967484575cc"},{"name":"build-module","duration":12,"timestamp":14211453506,"id":612,"parentId":603,"tags":{"name":"events","layer":null},"startTime":1743529782443,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1657,"timestamp":14211453075,"id":608,"parentId":437,"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":1743529782442,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1777,"timestamp":14211453389,"id":611,"parentId":480,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/internal/streams/end-of-stream.js","layer":"rsc"},"startTime":1743529782443,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2009,"timestamp":14211453528,"id":613,"parentId":480,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/internal/streams/pipeline.js","layer":"rsc"},"startTime":1743529782443,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":3472,"timestamp":14211453208,"id":609,"parentId":449,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/components/dist/index.mjs","layer":"rsc"},"startTime":1743529782442,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3889,"timestamp":14211453300,"id":610,"parentId":450,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/components/dist/index.js","layer":"rsc"},"startTime":1743529782443,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1418,"timestamp":14211483859,"id":614,"parentId":487,"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":1743529782473,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":776,"timestamp":14211486246,"id":615,"parentId":488,"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":1743529782476,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1638,"timestamp":14211486395,"id":616,"parentId":490,"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":1743529782476,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1749,"timestamp":14211486516,"id":617,"parentId":488,"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":1743529782476,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":671,"timestamp":14211489508,"id":618,"parentId":490,"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":1743529782479,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":820,"timestamp":14211491609,"id":619,"parentId":490,"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":1743529782481,"traceId":"980ec967484575cc"}]
7
+ [{"name":"build-module-js","duration":1198,"timestamp":14211491717,"id":620,"parentId":490,"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":1743529782481,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1947,"timestamp":14211491801,"id":621,"parentId":494,"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":1743529782481,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2267,"timestamp":14211491873,"id":622,"parentId":501,"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":1743529782481,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1593,"timestamp":14211495219,"id":623,"parentId":494,"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":1743529782484,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1848,"timestamp":14211495311,"id":624,"parentId":494,"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":1743529782485,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2122,"timestamp":14211495385,"id":625,"parentId":591,"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":1743529782485,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2336,"timestamp":14211495458,"id":626,"parentId":501,"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":1743529782485,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2632,"timestamp":14211495527,"id":627,"parentId":506,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+template@7.25.9/node_modules/@babel/template/lib/formatters.js","layer":"rsc"},"startTime":1743529782485,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":680,"timestamp":14211501466,"id":628,"parentId":506,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+template@7.25.9/node_modules/@babel/template/lib/builder.js","layer":"rsc"},"startTime":1743529782491,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":984,"timestamp":14211501581,"id":629,"parentId":476,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/clone@1.0.4/node_modules/clone/clone.js","layer":"rsc"},"startTime":1743529782491,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1310,"timestamp":14211503834,"id":630,"parentId":547,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+types@7.26.3/node_modules/@babel/types/lib/definitions/utils.js","layer":"rsc"},"startTime":1743529782493,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1459,"timestamp":14211503925,"id":631,"parentId":511,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+types@7.26.3/node_modules/@babel/types/lib/utils/react/cleanJSXElementLiteralChild.js","layer":"rsc"},"startTime":1743529782493,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1884,"timestamp":14211504012,"id":632,"parentId":481,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/signal-exit@3.0.7/node_modules/signal-exit/index.js","layer":"rsc"},"startTime":1743529782493,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":655,"timestamp":14211507446,"id":633,"parentId":520,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+types@7.26.3/node_modules/@babel/types/lib/modifications/typescript/removeTypeDuplicates.js","layer":"rsc"},"startTime":1743529782497,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1222,"timestamp":14211509048,"id":634,"parentId":529,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+types@7.26.3/node_modules/@babel/types/lib/utils/inherit.js","layer":"rsc"},"startTime":1743529782498,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3776,"timestamp":14211509140,"id":635,"parentId":525,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/color-convert@2.0.1/node_modules/color-convert/conversions.js","layer":"rsc"},"startTime":1743529782498,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":4106,"timestamp":14211509213,"id":636,"parentId":525,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/color-convert@2.0.1/node_modules/color-convert/route.js","layer":"rsc"},"startTime":1743529782498,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":4252,"timestamp":14211509285,"id":637,"parentId":481,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/onetime@5.1.2/node_modules/onetime/index.js","layer":"rsc"},"startTime":1743529782499,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":4531,"timestamp":14211509353,"id":638,"parentId":495,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/picocolors@1.1.1/node_modules/picocolors/picocolors.js","layer":"rsc"},"startTime":1743529782499,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":4780,"timestamp":14211509417,"id":639,"parentId":547,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+types@7.26.3/node_modules/@babel/types/lib/definitions/jsx.js","layer":"rsc"},"startTime":1743529782499,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":11444,"timestamp":14211509486,"id":640,"parentId":547,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+types@7.26.3/node_modules/@babel/types/lib/definitions/core.js","layer":"rsc"},"startTime":1743529782499,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":11774,"timestamp":14211509550,"id":641,"parentId":547,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+types@7.26.3/node_modules/@babel/types/lib/definitions/experimental.js","layer":"rsc"},"startTime":1743529782499,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":11939,"timestamp":14211509614,"id":642,"parentId":547,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+types@7.26.3/node_modules/@babel/types/lib/definitions/misc.js","layer":"rsc"},"startTime":1743529782499,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1995,"timestamp":14211525361,"id":643,"parentId":547,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+types@7.26.3/node_modules/@babel/types/lib/definitions/typescript.js","layer":"rsc"},"startTime":1743529782515,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2821,"timestamp":14211525498,"id":644,"parentId":547,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+types@7.26.3/node_modules/@babel/types/lib/definitions/flow.js","layer":"rsc"},"startTime":1743529782515,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2835,"timestamp":14211525578,"id":645,"parentId":547,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+types@7.26.3/node_modules/@babel/types/lib/definitions/deprecated-aliases.js","layer":"rsc"},"startTime":1743529782515,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3063,"timestamp":14211525657,"id":646,"parentId":585,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+types@7.26.3/node_modules/@babel/types/lib/converters/gatherSequenceExpressions.js","layer":"rsc"},"startTime":1743529782515,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3155,"timestamp":14211525728,"id":647,"parentId":547,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+types@7.26.3/node_modules/@babel/types/lib/definitions/placeholders.js","layer":"rsc"},"startTime":1743529782515,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1877,"timestamp":14211531205,"id":648,"parentId":493,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/postcss-js@4.0.1_postcss@8.4.40/node_modules/postcss-js/index.js","layer":"rsc"},"startTime":1743529782520,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2667,"timestamp":14211531305,"id":649,"parentId":588,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/debug@4.4.0/node_modules/debug/src/common.js","layer":"rsc"},"startTime":1743529782521,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2830,"timestamp":14211531379,"id":650,"parentId":591,"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":1743529782521,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2879,"timestamp":14211531450,"id":651,"parentId":591,"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":1743529782521,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3170,"timestamp":14211531541,"id":652,"parentId":591,"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":1743529782521,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3328,"timestamp":14211531657,"id":653,"parentId":591,"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":1743529782521,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3372,"timestamp":14211531764,"id":654,"parentId":591,"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":1743529782521,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":911,"timestamp":14211536560,"id":655,"parentId":593,"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":1743529782526,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":915,"timestamp":14211536716,"id":656,"parentId":593,"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":1743529782526,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2117,"timestamp":14211536819,"id":657,"parentId":596,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+generator@7.26.3/node_modules/@babel/generator/lib/buffer.js","layer":"rsc"},"startTime":1743529782526,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1312,"timestamp":14211539487,"id":658,"parentId":596,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+generator@7.26.3/node_modules/@babel/generator/lib/token-map.js","layer":"rsc"},"startTime":1743529782529,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1308,"timestamp":14211539584,"id":659,"parentId":494,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/boolbase@1.0.0/node_modules/boolbase/index.js","layer":"rsc"},"startTime":1743529782529,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1305,"timestamp":14211539665,"id":660,"parentId":451,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529782529,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2328,"timestamp":14211539740,"id":661,"parentId":493,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/postcss-nested@6.2.0_postcss@8.4.40/node_modules/postcss-nested/index.js","layer":"rsc"},"startTime":1743529782529,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1734,"timestamp":14211543557,"id":662,"parentId":600,"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":1743529782533,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2211,"timestamp":14211543663,"id":663,"parentId":596,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+generator@7.26.3/node_modules/@babel/generator/lib/generators/index.js","layer":"rsc"},"startTime":1743529782533,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2557,"timestamp":14211543751,"id":664,"parentId":596,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+generator@7.26.3/node_modules/@babel/generator/lib/node/index.js","layer":"rsc"},"startTime":1743529782533,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2714,"timestamp":14211543823,"id":665,"parentId":436,"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":1743529782533,"traceId":"980ec967484575cc"},{"name":"build-module","duration":24,"timestamp":14211563241,"id":666,"parentId":632,"tags":{"name":"assert","layer":null},"startTime":1743529782553,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1366,"timestamp":14211563278,"id":667,"parentId":600,"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":1743529782553,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1658,"timestamp":14211563413,"id":668,"parentId":494,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/domutils@3.1.0/node_modules/domutils/lib/index.js","layer":"rsc"},"startTime":1743529782553,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2051,"timestamp":14211563501,"id":669,"parentId":603,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/errors.js","layer":"rsc"},"startTime":1743529782553,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2898,"timestamp":14211563594,"id":670,"parentId":603,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/internal/streams/buffer_list.js","layer":"rsc"},"startTime":1743529782553,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3164,"timestamp":14211563674,"id":671,"parentId":603,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/internal/streams/destroy.js","layer":"rsc"},"startTime":1743529782553,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3282,"timestamp":14211563759,"id":672,"parentId":603,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/internal/streams/state.js","layer":"rsc"},"startTime":1743529782553,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1157,"timestamp":14211573282,"id":673,"parentId":603,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/internal/streams/async_iterator.js","layer":"rsc"},"startTime":1743529782563,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1436,"timestamp":14211575528,"id":674,"parentId":603,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/internal/streams/from.js","layer":"rsc"},"startTime":1743529782565,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1398,"timestamp":14211575683,"id":675,"parentId":603,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/internal/streams/stream.js","layer":"rsc"},"startTime":1743529782565,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1821,"timestamp":14211575803,"id":676,"parentId":608,"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":1743529782565,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":901,"timestamp":14211578247,"id":677,"parentId":523,"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":1743529782568,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":996,"timestamp":14211578344,"id":678,"parentId":523,"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":1743529782568,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":364,"timestamp":14211579615,"id":679,"parentId":608,"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":1743529782569,"traceId":"980ec967484575cc"},{"name":"font-loader","duration":1154472,"timestamp":14210445511,"id":311,"parentId":310,"tags":{},"startTime":1743529781435,"traceId":"980ec967484575cc"},{"name":"postcss","duration":970,"timestamp":14211600060,"id":680,"parentId":310,"tags":{},"startTime":1743529782589,"traceId":"980ec967484575cc"},{"name":"next-font-loader","duration":1205975,"timestamp":14210395100,"id":310,"parentId":308,"tags":{},"startTime":1743529781384,"traceId":"980ec967484575cc"},{"name":"css-loader","duration":1416,"timestamp":14211601058,"id":681,"parentId":308,"tags":{"astUsed":"true"},"startTime":1743529782590,"traceId":"980ec967484575cc"},{"name":"build-module","duration":1213676,"timestamp":14210388994,"id":308,"parentId":169,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529781378,"traceId":"980ec967484575cc"},{"name":"add-entry","duration":2313364,"timestamp":14209295179,"id":20,"parentId":18,"tags":{"request":"next-app-loader?page=%2F_not-found%2Fpage&name=app%2F_not-found%2Fpage&pagePath=next%2Fdist%2Fclient%2Fcomponents%2Fnot-found-error&appDir=%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":1743529780284,"traceId":"980ec967484575cc"},{"name":"add-entry","duration":2313328,"timestamp":14209295225,"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":1743529780284,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2649,"timestamp":14211607862,"id":682,"parentId":603,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/string_decoder@1.3.0/node_modules/string_decoder/lib/string_decoder.js","layer":"rsc"},"startTime":1743529782597,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2605,"timestamp":14211608027,"id":683,"parentId":604,"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":1743529782597,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3707,"timestamp":14211608140,"id":684,"parentId":590,"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":1743529782597,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":5860,"timestamp":14211608245,"id":685,"parentId":590,"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":1743529782598,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":9104,"timestamp":14211608437,"id":687,"parentId":609,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/button/dist/index.mjs","layer":"rsc"},"startTime":1743529782598,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":11044,"timestamp":14211608341,"id":686,"parentId":610,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/button/dist/index.js","layer":"rsc"},"startTime":1743529782598,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":3782,"timestamp":14211631213,"id":689,"parentId":609,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/body/dist/index.mjs","layer":"rsc"},"startTime":1743529782620,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":5245,"timestamp":14211630892,"id":688,"parentId":610,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/body/dist/index.js","layer":"rsc"},"startTime":1743529782620,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":3511,"timestamp":14211654333,"id":693,"parentId":609,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/column/dist/index.mjs","layer":"rsc"},"startTime":1743529782644,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":4151,"timestamp":14211654221,"id":692,"parentId":610,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/column/dist/index.js","layer":"rsc"},"startTime":1743529782643,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2833,"timestamp":14211660383,"id":695,"parentId":609,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/code-inline/dist/index.mjs","layer":"rsc"},"startTime":1743529782650,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":4706,"timestamp":14211660259,"id":694,"parentId":610,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/code-inline/dist/index.js","layer":"rsc"},"startTime":1743529782650,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":4929,"timestamp":14211660567,"id":697,"parentId":609,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/container/dist/index.mjs","layer":"rsc"},"startTime":1743529782650,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":5574,"timestamp":14211660476,"id":696,"parentId":610,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/container/dist/index.js","layer":"rsc"},"startTime":1743529782650,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":6775,"timestamp":14211660649,"id":698,"parentId":610,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/heading/dist/index.js","layer":"rsc"},"startTime":1743529782650,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1044,"timestamp":14211667703,"id":702,"parentId":621,"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":1743529782657,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1354,"timestamp":14211667803,"id":703,"parentId":614,"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":1743529782657,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":7618,"timestamp":14211663289,"id":699,"parentId":609,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/heading/dist/index.mjs","layer":"rsc"},"startTime":1743529782653,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":7991,"timestamp":14211663388,"id":700,"parentId":610,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/head/dist/index.js","layer":"rsc"},"startTime":1743529782653,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":8254,"timestamp":14211663465,"id":701,"parentId":609,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/head/dist/index.mjs","layer":"rsc"},"startTime":1743529782653,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1751,"timestamp":14211678232,"id":708,"parentId":621,"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":1743529782667,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2089,"timestamp":14211678320,"id":709,"parentId":624,"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":1743529782668,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2134,"timestamp":14211678389,"id":710,"parentId":624,"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":1743529782668,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2824,"timestamp":14211678459,"id":711,"parentId":624,"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":1743529782668,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":4769,"timestamp":14211677969,"id":705,"parentId":609,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/font/dist/index.mjs","layer":"rsc"},"startTime":1743529782667,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":5284,"timestamp":14211677818,"id":704,"parentId":610,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/font/dist/index.js","layer":"rsc"},"startTime":1743529782667,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":5564,"timestamp":14211678079,"id":706,"parentId":610,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/hr/dist/index.js","layer":"rsc"},"startTime":1743529782667,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":5929,"timestamp":14211678159,"id":707,"parentId":609,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/hr/dist/index.mjs","layer":"rsc"},"startTime":1743529782667,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":5884,"timestamp":14211678597,"id":713,"parentId":609,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/html/dist/index.mjs","layer":"rsc"},"startTime":1743529782668,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":6389,"timestamp":14211678529,"id":712,"parentId":610,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/html/dist/index.js","layer":"rsc"},"startTime":1743529782668,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1348,"timestamp":14211685518,"id":716,"parentId":628,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+template@7.25.9/node_modules/@babel/template/lib/options.js","layer":"rsc"},"startTime":1743529782675,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":3747,"timestamp":14211685436,"id":715,"parentId":609,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/img/dist/index.mjs","layer":"rsc"},"startTime":1743529782675,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":4467,"timestamp":14211685305,"id":714,"parentId":610,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/img/dist/index.js","layer":"rsc"},"startTime":1743529782675,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":665,"timestamp":14211690015,"id":717,"parentId":628,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+template@7.25.9/node_modules/@babel/template/lib/string.js","layer":"rsc"},"startTime":1743529782679,"traceId":"980ec967484575cc"}]
8
+ [{"name":"build-module-js","duration":1091,"timestamp":14211690151,"id":718,"parentId":628,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+template@7.25.9/node_modules/@babel/template/lib/literal.js","layer":"rsc"},"startTime":1743529782679,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":129684,"timestamp":14211654100,"id":691,"parentId":609,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/code-block/dist/index.mjs","layer":"rsc"},"startTime":1743529782643,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":205540,"timestamp":14211653908,"id":690,"parentId":610,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/code-block/dist/index.js","layer":"rsc"},"startTime":1743529782643,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":3886,"timestamp":14211863662,"id":722,"parentId":609,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/preview/dist/index.mjs","layer":"rsc"},"startTime":1743529782853,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":4671,"timestamp":14211863353,"id":719,"parentId":610,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/link/dist/index.js","layer":"rsc"},"startTime":1743529782853,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":4828,"timestamp":14211863513,"id":720,"parentId":609,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/link/dist/index.mjs","layer":"rsc"},"startTime":1743529782853,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":5361,"timestamp":14211863592,"id":721,"parentId":610,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/preview/dist/index.js","layer":"rsc"},"startTime":1743529782853,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":3796,"timestamp":14211866184,"id":724,"parentId":609,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/row/dist/index.mjs","layer":"rsc"},"startTime":1743529782855,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":4302,"timestamp":14211866089,"id":723,"parentId":610,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/row/dist/index.js","layer":"rsc"},"startTime":1743529782855,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2312,"timestamp":14211875886,"id":725,"parentId":610,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/markdown/dist/index.js","layer":"rsc"},"startTime":1743529782865,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2464,"timestamp":14211883807,"id":726,"parentId":609,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/markdown/dist/index.mjs","layer":"rsc"},"startTime":1743529782873,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1033,"timestamp":14211886873,"id":729,"parentId":632,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/signal-exit@3.0.7/node_modules/signal-exit/signals.js","layer":"rsc"},"startTime":1743529782876,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1416,"timestamp":14211886949,"id":730,"parentId":662,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/tailwindcss@3.4.0/node_modules/tailwindcss/lib/corePluginList.js","layer":"rsc"},"startTime":1743529782876,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":3000,"timestamp":14211886793,"id":728,"parentId":609,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/section/dist/index.mjs","layer":"rsc"},"startTime":1743529782876,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3606,"timestamp":14211886674,"id":727,"parentId":610,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/section/dist/index.js","layer":"rsc"},"startTime":1743529782876,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":826,"timestamp":14211892530,"id":733,"parentId":662,"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":1743529782882,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":908,"timestamp":14211892609,"id":734,"parentId":662,"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":1743529782882,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1391,"timestamp":14211894261,"id":735,"parentId":662,"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":1743529782884,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1455,"timestamp":14211894381,"id":736,"parentId":662,"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":1743529782884,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":752,"timestamp":14211899152,"id":739,"parentId":648,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/postcss-js@4.0.1_postcss@8.4.40/node_modules/postcss-js/objectifier.js","layer":"rsc"},"startTime":1743529782888,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1046,"timestamp":14211899227,"id":740,"parentId":648,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/postcss-js@4.0.1_postcss@8.4.40/node_modules/postcss-js/parser.js","layer":"rsc"},"startTime":1743529782888,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1155,"timestamp":14211899296,"id":741,"parentId":648,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/postcss-js@4.0.1_postcss@8.4.40/node_modules/postcss-js/async.js","layer":"rsc"},"startTime":1743529782889,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":4428,"timestamp":14211897811,"id":737,"parentId":610,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/render/dist/node/index.js","layer":"rsc"},"startTime":1743529782887,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":690,"timestamp":14211905622,"id":742,"parentId":648,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/postcss-js@4.0.1_postcss@8.4.40/node_modules/postcss-js/sync.js","layer":"rsc"},"startTime":1743529782895,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":746,"timestamp":14211905727,"id":743,"parentId":662,"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":1743529782895,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":8417,"timestamp":14211899058,"id":738,"parentId":609,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/render/dist/node/index.mjs","layer":"rsc"},"startTime":1743529782888,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":703,"timestamp":14211911646,"id":744,"parentId":663,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+generator@7.26.3/node_modules/@babel/generator/lib/generators/template-literals.js","layer":"rsc"},"startTime":1743529782901,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1278,"timestamp":14211911760,"id":745,"parentId":663,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+generator@7.26.3/node_modules/@babel/generator/lib/generators/statements.js","layer":"rsc"},"startTime":1743529782901,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1775,"timestamp":14211911837,"id":746,"parentId":663,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+generator@7.26.3/node_modules/@babel/generator/lib/generators/classes.js","layer":"rsc"},"startTime":1743529782901,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1036,"timestamp":14211914296,"id":747,"parentId":663,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+generator@7.26.3/node_modules/@babel/generator/lib/generators/expressions.js","layer":"rsc"},"startTime":1743529782904,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1561,"timestamp":14211917380,"id":748,"parentId":663,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+generator@7.26.3/node_modules/@babel/generator/lib/generators/methods.js","layer":"rsc"},"startTime":1743529782907,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":4629,"timestamp":14211917485,"id":749,"parentId":610,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/text/dist/index.js","layer":"rsc"},"startTime":1743529782907,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":5077,"timestamp":14211917568,"id":750,"parentId":609,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/text/dist/index.mjs","layer":"rsc"},"startTime":1743529782907,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1850,"timestamp":14211922860,"id":751,"parentId":663,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+generator@7.26.3/node_modules/@babel/generator/lib/generators/types.js","layer":"rsc"},"startTime":1743529782912,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2478,"timestamp":14211922977,"id":752,"parentId":663,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+generator@7.26.3/node_modules/@babel/generator/lib/generators/modules.js","layer":"rsc"},"startTime":1743529782912,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":5314,"timestamp":14211923063,"id":753,"parentId":663,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+generator@7.26.3/node_modules/@babel/generator/lib/generators/flow.js","layer":"rsc"},"startTime":1743529782912,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":5891,"timestamp":14211923136,"id":754,"parentId":663,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+generator@7.26.3/node_modules/@babel/generator/lib/generators/jsx.js","layer":"rsc"},"startTime":1743529782912,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":6401,"timestamp":14211923204,"id":755,"parentId":663,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+generator@7.26.3/node_modules/@babel/generator/lib/generators/base.js","layer":"rsc"},"startTime":1743529782912,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":7962,"timestamp":14211923273,"id":756,"parentId":663,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+generator@7.26.3/node_modules/@babel/generator/lib/generators/typescript.js","layer":"rsc"},"startTime":1743529782913,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2185,"timestamp":14211933903,"id":757,"parentId":664,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+generator@7.26.3/node_modules/@babel/generator/lib/node/whitespace.js","layer":"rsc"},"startTime":1743529782923,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2745,"timestamp":14211934051,"id":758,"parentId":664,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+generator@7.26.3/node_modules/@babel/generator/lib/node/parentheses.js","layer":"rsc"},"startTime":1743529782923,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3662,"timestamp":14211934133,"id":759,"parentId":667,"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":1743529782923,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3927,"timestamp":14211934203,"id":760,"parentId":668,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/domutils@3.1.0/node_modules/domutils/lib/stringify.js","layer":"rsc"},"startTime":1743529782923,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":4141,"timestamp":14211934272,"id":761,"parentId":668,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/domutils@3.1.0/node_modules/domutils/lib/traversal.js","layer":"rsc"},"startTime":1743529782924,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2493,"timestamp":14211942698,"id":762,"parentId":668,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/domutils@3.1.0/node_modules/domutils/lib/manipulation.js","layer":"rsc"},"startTime":1743529782932,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2836,"timestamp":14211942827,"id":763,"parentId":668,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/domutils@3.1.0/node_modules/domutils/lib/helpers.js","layer":"rsc"},"startTime":1743529782932,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3202,"timestamp":14211942910,"id":764,"parentId":668,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/domutils@3.1.0/node_modules/domutils/lib/querying.js","layer":"rsc"},"startTime":1743529782932,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3532,"timestamp":14211942989,"id":765,"parentId":668,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/domutils@3.1.0/node_modules/domutils/lib/legacy.js","layer":"rsc"},"startTime":1743529782932,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3941,"timestamp":14211943081,"id":766,"parentId":668,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/domutils@3.1.0/node_modules/domutils/lib/feeds.js","layer":"rsc"},"startTime":1743529782932,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":4233,"timestamp":14211943151,"id":767,"parentId":635,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/color-name@1.1.4/node_modules/color-name/index.js","layer":"rsc"},"startTime":1743529782932,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":4511,"timestamp":14211943218,"id":768,"parentId":649,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/ms@2.1.3/node_modules/ms/index.js","layer":"rsc"},"startTime":1743529782932,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":7694,"timestamp":14211943285,"id":769,"parentId":676,"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":1743529782933,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":8475,"timestamp":14211943352,"id":770,"parentId":640,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+helper-string-parser@7.25.9/node_modules/@babel/helper-string-parser/lib/index.js","layer":"rsc"},"startTime":1743529782933,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":8611,"timestamp":14211943418,"id":771,"parentId":679,"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":1743529782933,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":8747,"timestamp":14211943488,"id":772,"parentId":678,"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":1743529782933,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":9559,"timestamp":14211943556,"id":773,"parentId":678,"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":1743529782933,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1104,"timestamp":14211966947,"id":774,"parentId":679,"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":1743529782956,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1273,"timestamp":14211967108,"id":775,"parentId":661,"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":1743529782956,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1308,"timestamp":14211967188,"id":776,"parentId":637,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/mimic-fn@2.1.0/node_modules/mimic-fn/index.js","layer":"rsc"},"startTime":1743529782956,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2599,"timestamp":14211986312,"id":777,"parentId":702,"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":1743529782976,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2855,"timestamp":14211986521,"id":778,"parentId":679,"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":1743529782976,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3305,"timestamp":14211986637,"id":779,"parentId":717,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+template@7.25.9/node_modules/@babel/template/lib/parse.js","layer":"rsc"},"startTime":1743529782976,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3810,"timestamp":14211986736,"id":780,"parentId":717,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@babel+template@7.25.9/node_modules/@babel/template/lib/populate.js","layer":"rsc"},"startTime":1743529782976,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":4436,"timestamp":14211986829,"id":781,"parentId":668,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/domhandler@5.0.3/node_modules/domhandler/lib/index.js","layer":"rsc"},"startTime":1743529782976,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":4652,"timestamp":14211986931,"id":782,"parentId":682,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/safe-buffer@5.2.1/node_modules/safe-buffer/index.js","layer":"rsc"},"startTime":1743529782976,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":4527,"timestamp":14211997541,"id":783,"parentId":685,"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":1743529782987,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1034,"timestamp":14212016129,"id":784,"parentId":684,"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":1743529783005,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1203,"timestamp":14212016289,"id":785,"parentId":621,"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":1743529783006,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":225466,"timestamp":14211892432,"id":732,"parentId":609,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/tailwind/dist/index.mjs","layer":"rsc"},"startTime":1743529782882,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":327240,"timestamp":14211891372,"id":731,"parentId":610,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/tailwind/dist/index.js","layer":"rsc"},"startTime":1743529782881,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":580,"timestamp":14212219187,"id":786,"parentId":741,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/postcss-js@4.0.1_postcss@8.4.40/node_modules/postcss-js/process-result.js","layer":"rsc"},"startTime":1743529783208,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1000,"timestamp":14212220732,"id":787,"parentId":685,"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":1743529783210,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1257,"timestamp":14212220834,"id":788,"parentId":769,"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":1743529783210,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":739,"timestamp":14212222575,"id":789,"parentId":769,"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":1743529783212,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1553,"timestamp":14212230298,"id":790,"parentId":769,"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":1743529783220,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1610,"timestamp":14212230474,"id":791,"parentId":769,"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":1743529783220,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1707,"timestamp":14212230563,"id":792,"parentId":769,"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":1743529783220,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1818,"timestamp":14212230642,"id":793,"parentId":769,"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":1743529783220,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1921,"timestamp":14212230723,"id":794,"parentId":769,"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":1743529783220,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2061,"timestamp":14212230796,"id":795,"parentId":769,"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":1743529783220,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3129,"timestamp":14212230900,"id":796,"parentId":769,"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":1743529783220,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1742,"timestamp":14212236833,"id":797,"parentId":769,"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":1743529783226,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1787,"timestamp":14212236983,"id":798,"parentId":769,"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":1743529783226,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":710,"timestamp":14212239431,"id":799,"parentId":711,"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":1743529783229,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":797,"timestamp":14212239534,"id":800,"parentId":769,"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":1743529783229,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":289,"timestamp":14212244403,"id":801,"parentId":769,"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":1743529783234,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1174,"timestamp":14212245386,"id":802,"parentId":769,"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":1743529783235,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1373,"timestamp":14212245480,"id":803,"parentId":769,"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":1743529783235,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3997,"timestamp":14212247180,"id":804,"parentId":690,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/prismjs@1.30.0/node_modules/prismjs/prism.js","layer":"rsc"},"startTime":1743529783236,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":446,"timestamp":14212257522,"id":805,"parentId":769,"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":1743529783247,"traceId":"980ec967484575cc"},{"name":"build-module","duration":26,"timestamp":14212259620,"id":806,"parentId":737,"tags":{"name":"prettier/standalone","layer":null},"startTime":1743529783249,"traceId":"980ec967484575cc"},{"name":"build-module","duration":13,"timestamp":14212259655,"id":807,"parentId":738,"tags":{"name":"prettier/standalone","layer":null},"startTime":1743529783249,"traceId":"980ec967484575cc"},{"name":"build-module","duration":5,"timestamp":14212259672,"id":808,"parentId":738,"tags":{"name":"prettier/plugins/html","layer":null},"startTime":1743529783249,"traceId":"980ec967484575cc"},{"name":"build-module","duration":4,"timestamp":14212259680,"id":809,"parentId":737,"tags":{"name":"prettier/plugins/html","layer":null},"startTime":1743529783249,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":323,"timestamp":14212261160,"id":810,"parentId":739,"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":1743529783250,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":726,"timestamp":14212264850,"id":811,"parentId":775,"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":1743529783254,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1483,"timestamp":14212265937,"id":812,"parentId":781,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/domhandler@5.0.3/node_modules/domhandler/lib/node.js","layer":"rsc"},"startTime":1743529783255,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1707,"timestamp":14212273445,"id":813,"parentId":788,"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":1743529783263,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2200,"timestamp":14212273594,"id":814,"parentId":790,"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":1743529783263,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":870,"timestamp":14212276297,"id":815,"parentId":760,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/domelementtype@2.3.0/node_modules/domelementtype/lib/index.js","layer":"rsc"},"startTime":1743529783266,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1136,"timestamp":14212276394,"id":816,"parentId":793,"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":1743529783266,"traceId":"980ec967484575cc"}]
9
+ [{"name":"build-module-js","duration":770,"timestamp":14212282594,"id":817,"parentId":775,"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":1743529783272,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":992,"timestamp":14212282727,"id":818,"parentId":799,"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":1743529783272,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1234,"timestamp":14212282812,"id":819,"parentId":799,"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":1743529783272,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":692,"timestamp":14212284783,"id":820,"parentId":805,"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":1743529783274,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":730,"timestamp":14212284876,"id":821,"parentId":805,"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":1743529783274,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1924,"timestamp":14212284949,"id":822,"parentId":725,"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":1743529783274,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1179,"timestamp":14212287444,"id":823,"parentId":760,"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":1743529783277,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1210,"timestamp":14212287553,"id":824,"parentId":805,"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":1743529783277,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":289,"timestamp":14212290478,"id":825,"parentId":737,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529783280,"traceId":"980ec967484575cc"},{"name":"build-module-cjs","duration":5218,"timestamp":14212293443,"id":826,"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":1743529783283,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":10150,"timestamp":14212293544,"id":827,"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":1743529783283,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1859,"timestamp":14212306137,"id":828,"parentId":785,"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":1743529783295,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2447,"timestamp":14212306272,"id":829,"parentId":785,"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":1743529783296,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2035,"timestamp":14212309292,"id":830,"parentId":751,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/jsesc@3.1.0/node_modules/jsesc/jsesc.js","layer":"rsc"},"startTime":1743529783299,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":5581,"timestamp":14212309406,"id":831,"parentId":811,"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":1743529783299,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":5719,"timestamp":14212309504,"id":832,"parentId":785,"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":1743529783299,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":337,"timestamp":14212317587,"id":833,"parentId":817,"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":1743529783307,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":594,"timestamp":14212318246,"id":834,"parentId":817,"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":1743529783308,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":832,"timestamp":14212318340,"id":835,"parentId":817,"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":1743529783308,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":343,"timestamp":14212323083,"id":836,"parentId":825,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529783312,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":413,"timestamp":14212325321,"id":837,"parentId":823,"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":1743529783315,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1189,"timestamp":14212329247,"id":838,"parentId":831,"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":1743529783319,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2219,"timestamp":14212329346,"id":839,"parentId":831,"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":1743529783319,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2544,"timestamp":14212329424,"id":840,"parentId":831,"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":1743529783319,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2884,"timestamp":14212329492,"id":841,"parentId":831,"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":1743529783319,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3030,"timestamp":14212329573,"id":842,"parentId":831,"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":1743529783319,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3280,"timestamp":14212329644,"id":843,"parentId":831,"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":1743529783319,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3450,"timestamp":14212329710,"id":844,"parentId":831,"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":1743529783319,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3577,"timestamp":14212329773,"id":845,"parentId":831,"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":1743529783319,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3703,"timestamp":14212329842,"id":846,"parentId":831,"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":1743529783319,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":424,"timestamp":14212337747,"id":847,"parentId":831,"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":1743529783327,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1061,"timestamp":14212341358,"id":848,"parentId":831,"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":1743529783331,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1133,"timestamp":14212341509,"id":849,"parentId":831,"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":1743529783331,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1254,"timestamp":14212341600,"id":850,"parentId":831,"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":1743529783331,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2594,"timestamp":14212341691,"id":851,"parentId":831,"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":1743529783331,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2716,"timestamp":14212341773,"id":852,"parentId":831,"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":1743529783331,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1535,"timestamp":14212348400,"id":853,"parentId":790,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/cssesc@3.0.0/node_modules/cssesc/cssesc.js","layer":"rsc"},"startTime":1743529783338,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":21357,"timestamp":14212348506,"id":854,"parentId":836,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529783338,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":40986,"timestamp":14212348588,"id":855,"parentId":836,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529783338,"traceId":"980ec967484575cc"},{"name":"build-module","duration":20,"timestamp":14212394820,"id":856,"parentId":855,"tags":{"name":"async_hooks","layer":null},"startTime":1743529783384,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":928,"timestamp":14212394851,"id":857,"parentId":831,"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":1743529783384,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1215,"timestamp":14212395010,"id":858,"parentId":846,"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":1743529783384,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2331,"timestamp":14212395097,"id":859,"parentId":841,"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":1743529783384,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2833,"timestamp":14212395175,"id":860,"parentId":843,"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":1743529783384,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":428,"timestamp":14212401029,"id":861,"parentId":851,"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":1743529783390,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":428,"timestamp":14212405894,"id":862,"parentId":857,"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":1743529783395,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":457,"timestamp":14212405990,"id":863,"parentId":857,"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":1743529783395,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":304,"timestamp":14212407918,"id":864,"parentId":857,"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":1743529783397,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":897,"timestamp":14212408492,"id":865,"parentId":827,"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":1743529783398,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":805,"timestamp":14212413648,"id":866,"parentId":823,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/index.js","layer":"rsc"},"startTime":1743529783403,"traceId":"980ec967484575cc"},{"name":"build-module-cjs","duration":2385,"timestamp":14212420898,"id":867,"parentId":826,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/selderee@0.11.0/node_modules/selderee/lib/selderee.cjs","layer":"rsc"},"startTime":1743529783410,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":4090,"timestamp":14212421018,"id":868,"parentId":827,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/selderee@0.11.0/node_modules/selderee/lib/selderee.mjs","layer":"rsc"},"startTime":1743529783410,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":681,"timestamp":14212428658,"id":869,"parentId":854,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529783418,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":741,"timestamp":14212428830,"id":870,"parentId":865,"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":1743529783418,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":431,"timestamp":14212430218,"id":871,"parentId":854,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529783419,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":779,"timestamp":14212431142,"id":872,"parentId":826,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/deepmerge@4.3.1/node_modules/deepmerge/dist/cjs.js","layer":"rsc"},"startTime":1743529783420,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1045,"timestamp":14212435335,"id":873,"parentId":826,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/htmlparser2@8.0.2/node_modules/htmlparser2/lib/index.js","layer":"rsc"},"startTime":1743529783425,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1296,"timestamp":14212435438,"id":874,"parentId":827,"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":1743529783425,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1494,"timestamp":14212435516,"id":875,"parentId":865,"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":1743529783425,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1748,"timestamp":14212437774,"id":876,"parentId":866,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/decode.js","layer":"rsc"},"startTime":1743529783427,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2108,"timestamp":14212437865,"id":877,"parentId":865,"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":1743529783427,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":790,"timestamp":14212440416,"id":878,"parentId":866,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/escape.js","layer":"rsc"},"startTime":1743529783430,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1040,"timestamp":14212440505,"id":879,"parentId":866,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/encode.js","layer":"rsc"},"startTime":1743529783430,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":798,"timestamp":14212445905,"id":880,"parentId":869,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529783435,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":9132,"timestamp":14212447758,"id":881,"parentId":822,"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":1743529783437,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1732,"timestamp":14212458145,"id":882,"parentId":871,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529783447,"traceId":"980ec967484575cc"},{"name":"build-module-cjs","duration":791,"timestamp":14212460775,"id":883,"parentId":826,"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":1743529783450,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1095,"timestamp":14212460900,"id":884,"parentId":827,"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":1743529783450,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1311,"timestamp":14212460975,"id":885,"parentId":876,"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":1743529783450,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2142,"timestamp":14212463601,"id":886,"parentId":874,"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":1743529783453,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2588,"timestamp":14212463695,"id":887,"parentId":876,"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":1743529783453,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2600,"timestamp":14212463767,"id":888,"parentId":876,"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":1743529783453,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":4279,"timestamp":14212463835,"id":889,"parentId":879,"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":1743529783453,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3689,"timestamp":14212469404,"id":890,"parentId":874,"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":1743529783459,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":6209,"timestamp":14212469495,"id":891,"parentId":877,"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":1743529783459,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":9083,"timestamp":14212469565,"id":892,"parentId":873,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/htmlparser2@8.0.2/node_modules/htmlparser2/lib/Tokenizer.js","layer":"rsc"},"startTime":1743529783459,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":11031,"timestamp":14212469636,"id":893,"parentId":873,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/htmlparser2@8.0.2/node_modules/htmlparser2/lib/Parser.js","layer":"rsc"},"startTime":1743529783459,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":638,"timestamp":14212482118,"id":894,"parentId":877,"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":1743529783471,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":938,"timestamp":14212482238,"id":895,"parentId":877,"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":1743529783472,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":437,"timestamp":14212486139,"id":896,"parentId":891,"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":1743529783475,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":782,"timestamp":14212486986,"id":897,"parentId":891,"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":1743529783476,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":772,"timestamp":14212487085,"id":898,"parentId":891,"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":1743529783476,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2350,"timestamp":14212488735,"id":899,"parentId":894,"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":1743529783478,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":777,"timestamp":14212499672,"id":900,"parentId":874,"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":1743529783489,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":383,"timestamp":14212502701,"id":901,"parentId":874,"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":1743529783492,"traceId":"980ec967484575cc"},{"name":"build-module-cjs","duration":1668,"timestamp":14212505065,"id":902,"parentId":867,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/parseley@0.12.1/node_modules/parseley/lib/parseley.cjs","layer":"rsc"},"startTime":1743529783494,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2964,"timestamp":14212505167,"id":903,"parentId":868,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/parseley@0.12.1/node_modules/parseley/lib/parseley.mjs","layer":"rsc"},"startTime":1743529783494,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1274,"timestamp":14212511141,"id":904,"parentId":900,"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":1743529783500,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1259,"timestamp":14212514064,"id":905,"parentId":901,"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":1743529783503,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1634,"timestamp":14212514164,"id":906,"parentId":901,"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":1743529783503,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1877,"timestamp":14212514247,"id":907,"parentId":901,"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":1743529783504,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2129,"timestamp":14212514319,"id":908,"parentId":901,"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":1743529783504,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2418,"timestamp":14212514387,"id":909,"parentId":901,"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":1743529783504,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2877,"timestamp":14212514451,"id":910,"parentId":901,"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":1743529783504,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3192,"timestamp":14212514515,"id":911,"parentId":901,"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":1743529783504,"traceId":"980ec967484575cc"},{"name":"build-module-cjs","duration":1778,"timestamp":14212529760,"id":912,"parentId":902,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/peberminta@0.9.0/node_modules/peberminta/lib/core.cjs","layer":"rsc"},"startTime":1743529783519,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":3211,"timestamp":14212529879,"id":913,"parentId":903,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/peberminta@0.9.0/node_modules/peberminta/lib/core.mjs","layer":"rsc"},"startTime":1743529783519,"traceId":"980ec967484575cc"},{"name":"build-module-cjs","duration":769,"timestamp":14212534547,"id":914,"parentId":902,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/leac@0.6.0/node_modules/leac/lib/leac.cjs","layer":"rsc"},"startTime":1743529783524,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1268,"timestamp":14212534641,"id":915,"parentId":903,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/leac@0.6.0/node_modules/leac/lib/leac.mjs","layer":"rsc"},"startTime":1743529783524,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":351,"timestamp":14212536625,"id":916,"parentId":913,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/peberminta@0.9.0/node_modules/peberminta/lib/util.mjs","layer":"rsc"},"startTime":1743529783526,"traceId":"980ec967484575cc"},{"name":"build-module-cjs","duration":301,"timestamp":14212537286,"id":917,"parentId":912,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/peberminta@0.9.0/node_modules/peberminta/lib/util.cjs","layer":"rsc"},"startTime":1743529783527,"traceId":"980ec967484575cc"}]
10
+ [{"name":"add-entry","duration":3242584,"timestamp":14209295242,"id":25,"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":1743529780285,"traceId":"980ec967484575cc"},{"name":"build-module","duration":1225,"timestamp":14212576588,"id":935,"parentId":16,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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.2.2_%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.2.2_%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":1743529783566,"traceId":"980ec967484575cc"},{"name":"build-module","duration":259,"timestamp":14212577833,"id":936,"parentId":16,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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.2.2_%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.2.2_%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":1743529783567,"traceId":"980ec967484575cc"},{"name":"build-module","duration":249,"timestamp":14212578107,"id":937,"parentId":16,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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.2.2_%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.2.2_%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.2.2_%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.2.2_%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.2.2_%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.2.2_%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.2.2_%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.2.2_%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":1743529783567,"traceId":"980ec967484575cc"},{"name":"build-module","duration":214,"timestamp":14212578365,"id":938,"parentId":16,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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.2.2_%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.2.2_%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.2.2_%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.2.2_%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.2.2_%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.2.2_%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.2.2_%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.2.2_%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":1743529783568,"traceId":"980ec967484575cc"},{"name":"build-module","duration":254,"timestamp":14212578586,"id":939,"parentId":16,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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.2.2_%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.2.2_%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":1743529783568,"traceId":"980ec967484575cc"},{"name":"build-module","duration":238,"timestamp":14212578848,"id":940,"parentId":16,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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.2.2_%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.2.2_%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":1743529783568,"traceId":"980ec967484575cc"},{"name":"build-module","duration":222,"timestamp":14212579095,"id":941,"parentId":16,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529783568,"traceId":"980ec967484575cc"},{"name":"build-module","duration":152,"timestamp":14212579324,"id":942,"parentId":16,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529783569,"traceId":"980ec967484575cc"},{"name":"build-module","duration":598,"timestamp":14212585385,"id":943,"parentId":16,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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%227f1fdde77f95785fcaf955d9cb13b03413a4ebfe30%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%227f9f3a551716efa4537d4d4b63e0fe4f032e6aac75%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%227fc08a41898e0b180cca7678938999fee4d71fcf7d%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%227f13e89ec2c6c37e9f51d62988f338da21efa839cd%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%227fdae02840ccc58a8407554cf92315c310f6a9c834%22%2C%22exportedName%22%3A%22renderEmailByPath%22%7D%5D%5D%5D&__client_imported__=!","layer":"rsc"},"startTime":1743529783575,"traceId":"980ec967484575cc"},{"name":"image-size-calculation","duration":97,"timestamp":14212598025,"id":946,"parentId":945,"tags":{},"startTime":1743529783587,"traceId":"980ec967484575cc"},{"name":"image-resize","duration":4498,"timestamp":14212598162,"id":947,"parentId":945,"tags":{},"startTime":1743529783587,"traceId":"980ec967484575cc"},{"name":"image-base64-tostring","duration":9,"timestamp":14212602669,"id":948,"parentId":945,"tags":{},"startTime":1743529783592,"traceId":"980ec967484575cc"},{"name":"image-data-stringify","duration":12,"timestamp":14212602694,"id":949,"parentId":945,"tags":{},"startTime":1743529783592,"traceId":"980ec967484575cc"},{"name":"next-image-loader","duration":4843,"timestamp":14212597877,"id":945,"parentId":944,"tags":{},"startTime":1743529783587,"traceId":"980ec967484575cc"},{"name":"build-module-png","duration":5149,"timestamp":14212597779,"id":944,"parentId":939,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/app/logo.png","layer":"ssr"},"startTime":1743529783587,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":6236,"timestamp":14212603215,"id":950,"parentId":937,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529783592,"traceId":"980ec967484575cc"},{"name":"build-module-tsx","duration":9365,"timestamp":14212604062,"id":952,"parentId":941,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/app/preview/[...slug]/preview.tsx","layer":"ssr"},"startTime":1743529783593,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":10809,"timestamp":14212604413,"id":953,"parentId":939,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529783594,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":11170,"timestamp":14212604508,"id":955,"parentId":937,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529783594,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":11638,"timestamp":14212604459,"id":954,"parentId":937,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529783594,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":13624,"timestamp":14212603993,"id":951,"parentId":939,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529783593,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":13369,"timestamp":14212604580,"id":957,"parentId":937,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529783594,"traceId":"980ec967484575cc"},{"name":"build-module-tsx","duration":13757,"timestamp":14212604613,"id":958,"parentId":935,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/contexts/emails.tsx","layer":"ssr"},"startTime":1743529783594,"traceId":"980ec967484575cc"},{"name":"build-module-tsx","duration":14103,"timestamp":14212604686,"id":959,"parentId":941,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/contexts/preview.tsx","layer":"ssr"},"startTime":1743529783594,"traceId":"980ec967484575cc"},{"name":"build-module-tsx","duration":14536,"timestamp":14212604757,"id":960,"parentId":939,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/components/button.tsx","layer":"ssr"},"startTime":1743529783594,"traceId":"980ec967484575cc"},{"name":"build-module-tsx","duration":14840,"timestamp":14212604919,"id":962,"parentId":939,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/components/shell.tsx","layer":"ssr"},"startTime":1743529783594,"traceId":"980ec967484575cc"},{"name":"build-module-tsx","duration":15217,"timestamp":14212605014,"id":963,"parentId":939,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/components/topbar.tsx","layer":"ssr"},"startTime":1743529783594,"traceId":"980ec967484575cc"},{"name":"build-module-tsx","duration":16407,"timestamp":14212604832,"id":961,"parentId":939,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/components/code.tsx","layer":"ssr"},"startTime":1743529783594,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":18741,"timestamp":14212604546,"id":956,"parentId":937,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529783594,"traceId":"980ec967484575cc"},{"name":"build-module-tsx","duration":18370,"timestamp":14212605193,"id":965,"parentId":939,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/components/sidebar/sidebar.tsx","layer":"ssr"},"startTime":1743529783594,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":18606,"timestamp":14212605298,"id":967,"parentId":937,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529783595,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":18885,"timestamp":14212605340,"id":968,"parentId":937,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529783595,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":19556,"timestamp":14212605260,"id":966,"parentId":937,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529783595,"traceId":"980ec967484575cc"},{"name":"build-module-tsx","duration":23386,"timestamp":14212605103,"id":964,"parentId":941,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/components/toolbar.tsx","layer":"ssr"},"startTime":1743529783594,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":881,"timestamp":14212668961,"id":969,"parentId":950,"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":1743529783658,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":4811,"timestamp":14212672098,"id":970,"parentId":950,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529783661,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2182,"timestamp":14212682363,"id":976,"parentId":955,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529783672,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":4101,"timestamp":14212682431,"id":977,"parentId":954,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529783672,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":7892,"timestamp":14212680367,"id":974,"parentId":953,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529783670,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":9955,"timestamp":14212680228,"id":971,"parentId":953,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529783669,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":10755,"timestamp":14212680301,"id":972,"parentId":953,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529783670,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":9182,"timestamp":14212682312,"id":975,"parentId":955,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529783672,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":9118,"timestamp":14212682527,"id":979,"parentId":953,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529783672,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":12902,"timestamp":14212680334,"id":973,"parentId":953,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529783670,"traceId":"980ec967484575cc"},{"name":"build-module-tsx","duration":11124,"timestamp":14212682554,"id":980,"parentId":962,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/components/logo.tsx","layer":"ssr"},"startTime":1743529783672,"traceId":"980ec967484575cc"},{"name":"build-module-ts","duration":11244,"timestamp":14212682674,"id":982,"parentId":958,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/app/env.ts","layer":"ssr"},"startTime":1743529783672,"traceId":"980ec967484575cc"},{"name":"build-module-tsx","duration":11690,"timestamp":14212682616,"id":981,"parentId":963,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/components/heading.tsx","layer":"ssr"},"startTime":1743529783672,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":12661,"timestamp":14212682498,"id":978,"parentId":951,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529783672,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":6012,"timestamp":14212714804,"id":988,"parentId":960,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@radix-ui+react-slot@1.1.0_@types+react@19.0.1_react@19.0.0/node_modules/@radix-ui/react-slot/dist/index.mjs","layer":"ssr"},"startTime":1743529783704,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":6292,"timestamp":14212714875,"id":989,"parentId":965,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/clsx@2.1.1/node_modules/clsx/dist/clsx.mjs","layer":"ssr"},"startTime":1743529783704,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":6441,"timestamp":14212714942,"id":990,"parentId":968,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529783704,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":6585,"timestamp":14212715066,"id":992,"parentId":953,"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":1743529783704,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":6596,"timestamp":14212715365,"id":1000,"parentId":976,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529783705,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":7111,"timestamp":14212715432,"id":1001,"parentId":976,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529783705,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":7326,"timestamp":14212715499,"id":1002,"parentId":976,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529783705,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":9838,"timestamp":14212715570,"id":1003,"parentId":976,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529783705,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":10008,"timestamp":14212715664,"id":1005,"parentId":976,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529783705,"traceId":"980ec967484575cc"},{"name":"build-module-ts","duration":13940,"timestamp":14212714639,"id":986,"parentId":952,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/components/index.ts","layer":"ssr"},"startTime":1743529783704,"traceId":"980ec967484575cc"},{"name":"build-module-ts","duration":14281,"timestamp":14212714533,"id":985,"parentId":962,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/utils/index.ts","layer":"ssr"},"startTime":1743529783704,"traceId":"980ec967484575cc"},{"name":"build-module-ts","duration":14650,"timestamp":14212714442,"id":984,"parentId":960,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/utils/unreachable.ts","layer":"ssr"},"startTime":1743529783704,"traceId":"980ec967484575cc"},{"name":"build-module-ts","duration":15104,"timestamp":14212714260,"id":983,"parentId":960,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/utils/cn.ts","layer":"ssr"},"startTime":1743529783704,"traceId":"980ec967484575cc"},{"name":"build-module-ts","duration":14795,"timestamp":14212714728,"id":987,"parentId":962,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/components/sidebar/index.ts","layer":"ssr"},"startTime":1743529783704,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":14956,"timestamp":14212715131,"id":993,"parentId":950,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529783704,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":15258,"timestamp":14212715170,"id":994,"parentId":950,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529783704,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":15795,"timestamp":14212715019,"id":991,"parentId":966,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529783704,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":15919,"timestamp":14212715201,"id":995,"parentId":953,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529783704,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":16243,"timestamp":14212715232,"id":996,"parentId":951,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529783704,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":16646,"timestamp":14212715329,"id":999,"parentId":970,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529783705,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":16595,"timestamp":14212715633,"id":1004,"parentId":976,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529783705,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":17417,"timestamp":14212715300,"id":998,"parentId":951,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529783705,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":18257,"timestamp":14212715272,"id":997,"parentId":951,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529783705,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":7262,"timestamp":14212735328,"id":1006,"parentId":977,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529783725,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1016,"timestamp":14212758253,"id":1008,"parentId":958,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529783748,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1022,"timestamp":14212758339,"id":1009,"parentId":958,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529783748,"traceId":"980ec967484575cc"},{"name":"build-module-json","duration":449,"timestamp":14212761079,"id":1030,"parentId":960,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/animated-icons-data/load.json","layer":"ssr"},"startTime":1743529783750,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":5443,"timestamp":14212760765,"id":1023,"parentId":983,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/tailwind-merge@2.2.0/node_modules/tailwind-merge/dist/bundle-mjs.mjs","layer":"ssr"},"startTime":1743529783750,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":5613,"timestamp":14212760827,"id":1024,"parentId":988,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@radix-ui+react-compose-refs@1.1.0_@types+react@19.0.1_react@19.0.0/node_modules/@radix-ui/react-compose-refs/dist/index.mjs","layer":"ssr"},"startTime":1743529783750,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":5634,"timestamp":14212760884,"id":1025,"parentId":952,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529783750,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":8857,"timestamp":14212758449,"id":1011,"parentId":972,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529783748,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":9170,"timestamp":14212758478,"id":1012,"parentId":973,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529783748,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":9529,"timestamp":14212758410,"id":1010,"parentId":972,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529783748,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":8022,"timestamp":14212760400,"id":1016,"parentId":996,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529783750,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":8253,"timestamp":14212760370,"id":1015,"parentId":999,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529783750,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":8562,"timestamp":14212760329,"id":1014,"parentId":1003,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529783750,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":8917,"timestamp":14212760278,"id":1013,"parentId":1003,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529783750,"traceId":"980ec967484575cc"},{"name":"build-module-ts","duration":8743,"timestamp":14212760588,"id":1020,"parentId":985,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/utils/language-map.ts","layer":"ssr"},"startTime":1743529783750,"traceId":"980ec967484575cc"},{"name":"build-module-ts","duration":8953,"timestamp":14212760526,"id":1019,"parentId":985,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/utils/copy-text-to-clipboard.ts","layer":"ssr"},"startTime":1743529783750,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":9342,"timestamp":14212760427,"id":1017,"parentId":998,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529783750,"traceId":"980ec967484575cc"},{"name":"build-module-ts","duration":9229,"timestamp":14212760650,"id":1021,"parentId":985,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/utils/sanitize.ts","layer":"ssr"},"startTime":1743529783750,"traceId":"980ec967484575cc"},{"name":"build-module-ts","duration":9239,"timestamp":14212760709,"id":1022,"parentId":985,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/utils/types/as.ts","layer":"ssr"},"startTime":1743529783750,"traceId":"980ec967484575cc"},{"name":"build-module-tsx","duration":9799,"timestamp":14212760459,"id":1018,"parentId":986,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/components/text.tsx","layer":"ssr"},"startTime":1743529783750,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":9504,"timestamp":14212760945,"id":1026,"parentId":956,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529783750,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":9586,"timestamp":14212761017,"id":1028,"parentId":956,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529783750,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":9689,"timestamp":14212761052,"id":1029,"parentId":956,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529783750,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":10183,"timestamp":14212760979,"id":1027,"parentId":956,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529783750,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":605,"timestamp":14212776219,"id":1031,"parentId":1008,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529783765,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2409,"timestamp":14212776336,"id":1032,"parentId":951,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529783766,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3919,"timestamp":14212776380,"id":1033,"parentId":956,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529783766,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":24715,"timestamp":14212758109,"id":1007,"parentId":959,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529783747,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":4172,"timestamp":14212778874,"id":1035,"parentId":1016,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529783768,"traceId":"980ec967484575cc"}]
11
+ [{"name":"build-module-js","duration":5013,"timestamp":14212778820,"id":1034,"parentId":1027,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529783768,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3219,"timestamp":14212781035,"id":1039,"parentId":956,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529783770,"traceId":"980ec967484575cc"},{"name":"build-module-tsx","duration":3603,"timestamp":14212780869,"id":1037,"parentId":963,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/components/tooltip.tsx","layer":"ssr"},"startTime":1743529783770,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3629,"timestamp":14212781069,"id":1040,"parentId":967,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529783770,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3963,"timestamp":14212781102,"id":1041,"parentId":956,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529783770,"traceId":"980ec967484575cc"},{"name":"build-module-tsx","duration":4610,"timestamp":14212780948,"id":1038,"parentId":952,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/components/resizable-wrapper.tsx","layer":"ssr"},"startTime":1743529783770,"traceId":"980ec967484575cc"},{"name":"build-module-tsx","duration":5339,"timestamp":14212780776,"id":1036,"parentId":952,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/components/code-container.tsx","layer":"ssr"},"startTime":1743529783770,"traceId":"980ec967484575cc"},{"name":"build-module-ts","duration":2814,"timestamp":14212793677,"id":1044,"parentId":958,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/actions/get-emails-directory-metadata-action.ts","layer":"ssr"},"startTime":1743529783783,"traceId":"980ec967484575cc"},{"name":"build-module-tsx","duration":3828,"timestamp":14212793742,"id":1045,"parentId":952,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/components/topbar/active-view-toggle-group.tsx","layer":"ssr"},"startTime":1743529783783,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":4418,"timestamp":14212793514,"id":1042,"parentId":1033,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529783783,"traceId":"980ec967484575cc"},{"name":"build-module-tsx","duration":4809,"timestamp":14212793600,"id":1043,"parentId":952,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/components/send.tsx","layer":"ssr"},"startTime":1743529783783,"traceId":"980ec967484575cc"},{"name":"build-module-ts","duration":4338,"timestamp":14212798908,"id":1048,"parentId":1036,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/utils/constants.ts","layer":"ssr"},"startTime":1743529783788,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":4946,"timestamp":14212798785,"id":1046,"parentId":1039,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529783788,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":5548,"timestamp":14212798866,"id":1047,"parentId":1041,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529783788,"traceId":"980ec967484575cc"},{"name":"build-module-tsx","duration":3324,"timestamp":14212804901,"id":1052,"parentId":964,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/components/icons/icon-arrow-down.tsx","layer":"ssr"},"startTime":1743529783794,"traceId":"980ec967484575cc"},{"name":"build-module-tsx","duration":3672,"timestamp":14212804800,"id":1051,"parentId":963,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/components/icons/icon-hide-sidebar.tsx","layer":"ssr"},"startTime":1743529783794,"traceId":"980ec967484575cc"},{"name":"build-module-tsx","duration":4071,"timestamp":14212804694,"id":1050,"parentId":952,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/app/preview/[...slug]/rendering-error.tsx","layer":"ssr"},"startTime":1743529783794,"traceId":"980ec967484575cc"},{"name":"build-module-tsx","duration":3947,"timestamp":14212805110,"id":1054,"parentId":964,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/components/icons/icon-check.tsx","layer":"ssr"},"startTime":1743529783794,"traceId":"980ec967484575cc"},{"name":"build-module-tsx","duration":4239,"timestamp":14212805012,"id":1053,"parentId":964,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/components/icons/icon-info.tsx","layer":"ssr"},"startTime":1743529783794,"traceId":"980ec967484575cc"},{"name":"build-module-tsx","duration":5681,"timestamp":14212804557,"id":1049,"parentId":952,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/components/topbar/view-size-controls.tsx","layer":"ssr"},"startTime":1743529783794,"traceId":"980ec967484575cc"},{"name":"build-module-tsx","duration":4051,"timestamp":14212815972,"id":1056,"parentId":965,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/components/sidebar/file-tree.tsx","layer":"ssr"},"startTime":1743529783805,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":4576,"timestamp":14212815856,"id":1055,"parentId":1047,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529783805,"traceId":"980ec967484575cc"},{"name":"build-module-ts","duration":3266,"timestamp":14212823246,"id":1060,"parentId":958,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/hooks/use-hot-reload.ts","layer":"ssr"},"startTime":1743529783813,"traceId":"980ec967484575cc"},{"name":"build-module-tsx","duration":3794,"timestamp":14212823040,"id":1058,"parentId":964,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/components/icons/icon-reload.tsx","layer":"ssr"},"startTime":1743529783812,"traceId":"980ec967484575cc"},{"name":"build-module-ts","duration":3797,"timestamp":14212823340,"id":1061,"parentId":959,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/hooks/use-email-rendering-result.ts","layer":"ssr"},"startTime":1743529783813,"traceId":"980ec967484575cc"},{"name":"build-module-ts","duration":3985,"timestamp":14212823429,"id":1062,"parentId":959,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/hooks/use-rendering-metadata.ts","layer":"ssr"},"startTime":1743529783813,"traceId":"980ec967484575cc"},{"name":"build-module-ts","duration":4127,"timestamp":14212823522,"id":1063,"parentId":961,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/hooks/use-fragment-identifier.ts","layer":"ssr"},"startTime":1743529783813,"traceId":"980ec967484575cc"},{"name":"build-module-tsx","duration":5659,"timestamp":14212822894,"id":1057,"parentId":964,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/components/toolbar/compatibility.tsx","layer":"ssr"},"startTime":1743529783812,"traceId":"980ec967484575cc"},{"name":"build-module-tsx","duration":6175,"timestamp":14212823150,"id":1059,"parentId":964,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/components/toolbar/linter.tsx","layer":"ssr"},"startTime":1743529783812,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":4550,"timestamp":14212824913,"id":1065,"parentId":1055,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529783814,"traceId":"980ec967484575cc"},{"name":"build-module-ts","duration":6037,"timestamp":14212823614,"id":1064,"parentId":952,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/hooks/use-clamped-state.ts","layer":"ssr"},"startTime":1743529783813,"traceId":"980ec967484575cc"},{"name":"build-module-tsx","duration":5890,"timestamp":14212840887,"id":1066,"parentId":964,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/components/toolbar/toolbar-button.tsx","layer":"ssr"},"startTime":1743529783830,"traceId":"980ec967484575cc"},{"name":"build-module-tsx","duration":7089,"timestamp":14212841110,"id":1067,"parentId":964,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/components/toolbar/spam-assassin.tsx","layer":"ssr"},"startTime":1743529783830,"traceId":"980ec967484575cc"},{"name":"build-module-ts","duration":5118,"timestamp":14212848777,"id":1070,"parentId":1057,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/utils/load-stream.ts","layer":"ssr"},"startTime":1743529783838,"traceId":"980ec967484575cc"},{"name":"build-module-ts","duration":5664,"timestamp":14212848693,"id":1069,"parentId":1061,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/actions/get-email-path-from-slug.ts","layer":"ssr"},"startTime":1743529783838,"traceId":"980ec967484575cc"},{"name":"build-module-ts","duration":6020,"timestamp":14212848861,"id":1071,"parentId":1059,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/utils/linting.ts","layer":"ssr"},"startTime":1743529783838,"traceId":"980ec967484575cc"},{"name":"build-module-tsx","duration":6471,"timestamp":14212848551,"id":1068,"parentId":1061,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/actions/render-email-by-path.tsx","layer":"ssr"},"startTime":1743529783838,"traceId":"980ec967484575cc"},{"name":"build-module-ts","duration":6222,"timestamp":14212849082,"id":1074,"parentId":964,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/components/toolbar/use-cached-state.ts","layer":"ssr"},"startTime":1743529783838,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":6686,"timestamp":14212849153,"id":1075,"parentId":996,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529783838,"traceId":"980ec967484575cc"},{"name":"build-module-ts","duration":6954,"timestamp":14212849012,"id":1073,"parentId":1057,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/actions/email-validation/check-compatibility.ts","layer":"ssr"},"startTime":1743529783838,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":17694,"timestamp":14212849195,"id":1076,"parentId":997,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529783838,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":17940,"timestamp":14212849257,"id":1078,"parentId":993,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529783839,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":19151,"timestamp":14212849299,"id":1079,"parentId":997,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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/action-queue.js","layer":"ssr"},"startTime":1743529783839,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":22148,"timestamp":14212849225,"id":1077,"parentId":997,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529783838,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2844,"timestamp":14212883687,"id":1080,"parentId":1075,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529783873,"traceId":"980ec967484575cc"},{"name":"build-module-ts","duration":4373,"timestamp":14212883852,"id":1081,"parentId":1071,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/actions/email-validation/check-images.ts","layer":"ssr"},"startTime":1743529783873,"traceId":"980ec967484575cc"},{"name":"build-module-ts","duration":4714,"timestamp":14212883950,"id":1082,"parentId":1071,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/actions/email-validation/check-links.ts","layer":"ssr"},"startTime":1743529783873,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3986,"timestamp":14212884930,"id":1083,"parentId":1079,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529783874,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3922,"timestamp":14212893175,"id":1084,"parentId":1007,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529783882,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":536,"timestamp":14212901074,"id":1086,"parentId":951,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529783890,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":10080,"timestamp":14212895391,"id":1085,"parentId":1043,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/sonner@1.7.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/sonner/dist/index.mjs","layer":"ssr"},"startTime":1743529783885,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2600,"timestamp":14212907410,"id":1087,"parentId":1084,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529783897,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":563,"timestamp":14212914545,"id":1088,"parentId":953,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529783904,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":492,"timestamp":14212914693,"id":1089,"parentId":953,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529783904,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1821,"timestamp":14212915994,"id":1094,"parentId":972,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529783905,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1866,"timestamp":14212916090,"id":1095,"parentId":972,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529783905,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2158,"timestamp":14212918510,"id":1101,"parentId":960,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@lottiefiles+dotlottie-react@0.12.3_react@19.0.0/node_modules/@lottiefiles/dotlottie-react/dist/index.js","layer":"ssr"},"startTime":1743529783908,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":5629,"timestamp":14212915780,"id":1090,"parentId":1087,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529783905,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":5876,"timestamp":14212915923,"id":1092,"parentId":1087,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529783905,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":6300,"timestamp":14212915857,"id":1091,"parentId":1087,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529783905,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":6413,"timestamp":14212915961,"id":1093,"parentId":1087,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529783905,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":6458,"timestamp":14212916197,"id":1097,"parentId":1033,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529783905,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":6790,"timestamp":14212916237,"id":1098,"parentId":1033,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529783906,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":7049,"timestamp":14212916265,"id":1099,"parentId":1033,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529783906,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":7700,"timestamp":14212916162,"id":1096,"parentId":1077,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529783905,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":7980,"timestamp":14212916315,"id":1100,"parentId":1033,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529783906,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":5380,"timestamp":14212924968,"id":1102,"parentId":964,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@radix-ui+react-tabs@1.1.1_@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":1743529783914,"traceId":"980ec967484575cc"},{"name":"build-module-tsx","duration":2048,"timestamp":14212930783,"id":1105,"parentId":1037,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/components/tooltip-content.tsx","layer":"ssr"},"startTime":1743529783920,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2360,"timestamp":14212930735,"id":1104,"parentId":1100,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529783920,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2747,"timestamp":14212930646,"id":1103,"parentId":1093,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529783920,"traceId":"980ec967484575cc"},{"name":"build-module-tsx","duration":11821,"timestamp":14212930882,"id":1106,"parentId":1036,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/components/icons/icon-clipboard.tsx","layer":"ssr"},"startTime":1743529783920,"traceId":"980ec967484575cc"},{"name":"build-module-tsx","duration":11986,"timestamp":14212930971,"id":1107,"parentId":1036,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/components/icons/icon-download.tsx","layer":"ssr"},"startTime":1743529783920,"traceId":"980ec967484575cc"},{"name":"build-module-tsx","duration":11031,"timestamp":14212932165,"id":1108,"parentId":1036,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/components/icons/icon-button.tsx","layer":"ssr"},"startTime":1743529783921,"traceId":"980ec967484575cc"},{"name":"build-module-tsx","duration":11154,"timestamp":14212932260,"id":1109,"parentId":1045,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/components/icons/icon-source.tsx","layer":"ssr"},"startTime":1743529783922,"traceId":"980ec967484575cc"},{"name":"build-module","duration":1184,"timestamp":14212950227,"id":1115,"parentId":1044,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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=7fad2c8fa15f076d3576453c1838f7715f977576b6&name=getEmailsDirectoryMetadataAction!","layer":"ssr"},"startTime":1743529783939,"traceId":"980ec967484575cc"},{"name":"build-module","duration":301,"timestamp":14212951434,"id":1116,"parentId":1069,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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=7f13e89ec2c6c37e9f51d62988f338da21efa839cd&name=getEmailPathFromSlug!","layer":"ssr"},"startTime":1743529783941,"traceId":"980ec967484575cc"},{"name":"build-module","duration":268,"timestamp":14212951749,"id":1117,"parentId":1068,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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=7fdae02840ccc58a8407554cf92315c310f6a9c834&name=renderEmailByPath!","layer":"ssr"},"startTime":1743529783941,"traceId":"980ec967484575cc"},{"name":"build-module","duration":263,"timestamp":14212952029,"id":1118,"parentId":1073,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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=7f1fdde77f95785fcaf955d9cb13b03413a4ebfe30&name=checkCompatibility!","layer":"ssr"},"startTime":1743529783941,"traceId":"980ec967484575cc"},{"name":"build-module","duration":307,"timestamp":14212952304,"id":1119,"parentId":1081,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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=7f9f3a551716efa4537d4d4b63e0fe4f032e6aac75&name=checkImages!","layer":"ssr"},"startTime":1743529783942,"traceId":"980ec967484575cc"},{"name":"build-module","duration":265,"timestamp":14212952621,"id":1120,"parentId":1082,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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=7fc08a41898e0b180cca7678938999fee4d71fcf7d&name=checkLinks!","layer":"ssr"},"startTime":1743529783942,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":4999,"timestamp":14212949571,"id":1110,"parentId":1103,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529783939,"traceId":"980ec967484575cc"},{"name":"build-module-tsx","duration":6243,"timestamp":14212950034,"id":1113,"parentId":1052,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/components/icons/icon-base.tsx","layer":"ssr"},"startTime":1743529783939,"traceId":"980ec967484575cc"},{"name":"build-module-tsx","duration":6597,"timestamp":14212949924,"id":1112,"parentId":1045,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/components/icons/icon-monitor.tsx","layer":"ssr"},"startTime":1743529783939,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":7097,"timestamp":14212949838,"id":1111,"parentId":1103,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529783939,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1565,"timestamp":14212957274,"id":1125,"parentId":1033,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529783947,"traceId":"980ec967484575cc"},{"name":"build-module-ts","duration":199431,"timestamp":14212848926,"id":1072,"parentId":1057,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/actions/email-validation/caniemail-data.ts","layer":"ssr"},"startTime":1743529783838,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":96141,"timestamp":14212952898,"id":1121,"parentId":1077,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529783942,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":96375,"timestamp":14212952981,"id":1122,"parentId":1077,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529783942,"traceId":"980ec967484575cc"},{"name":"build-module-tsx","duration":100307,"timestamp":14212950129,"id":1114,"parentId":1056,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/components/sidebar/file-tree-directory-children.tsx","layer":"ssr"},"startTime":1743529783939,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":97597,"timestamp":14212953122,"id":1124,"parentId":1077,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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-reducer.js","layer":"ssr"},"startTime":1743529783942,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":98032,"timestamp":14212953066,"id":1123,"parentId":1077,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529783942,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":9416,"timestamp":14213056871,"id":1126,"parentId":964,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/index.mjs","layer":"ssr"},"startTime":1743529784046,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":4496,"timestamp":14213107744,"id":1127,"parentId":1077,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529784097,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":5200,"timestamp":14213109488,"id":1129,"parentId":1121,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529784099,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":6508,"timestamp":14213108652,"id":1128,"parentId":1079,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529784098,"traceId":"980ec967484575cc"},{"name":"build-module-tsx","duration":2228,"timestamp":14213116712,"id":1130,"parentId":1057,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/components/icons/icon-warning.tsx","layer":"ssr"},"startTime":1743529784106,"traceId":"980ec967484575cc"},{"name":"build-module-tsx","duration":2492,"timestamp":14213116821,"id":1131,"parentId":1057,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/components/toolbar/results.tsx","layer":"ssr"},"startTime":1743529784106,"traceId":"980ec967484575cc"},{"name":"build-module-tsx","duration":2631,"timestamp":14213116887,"id":1132,"parentId":1057,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/components/toolbar/code-preview-line-link.tsx","layer":"ssr"},"startTime":1743529784106,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3417,"timestamp":14213118123,"id":1133,"parentId":1077,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529784107,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1676,"timestamp":14213122247,"id":1136,"parentId":994,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529784112,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":14724,"timestamp":14213122315,"id":1137,"parentId":961,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/prism-react-renderer@2.1.0_react@19.0.0/node_modules/prism-react-renderer/dist/index.mjs","layer":"ssr"},"startTime":1743529784112,"traceId":"980ec967484575cc"}]
12
+ [{"name":"build-module-js","duration":16236,"timestamp":14213122208,"id":1135,"parentId":1077,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529784111,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":16699,"timestamp":14213122152,"id":1134,"parentId":1077,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529784111,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":19321,"timestamp":14213122435,"id":1139,"parentId":1043,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@radix-ui+react-popover@1.1.1_@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":1743529784112,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":21143,"timestamp":14213122373,"id":1138,"parentId":1037,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@radix-ui+react-tooltip@1.1.2_@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":1743529784112,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":5854,"timestamp":14213139179,"id":1140,"parentId":1045,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@radix-ui+react-toggle-group@1.1.0_@types+react-dom@19.0.1_@types+react@19.0.1_react-dom@19.0_k2i7wzb3kvajtmj5lc43jykaqa/node_modules/@radix-ui/react-toggle-group/dist/index.mjs","layer":"ssr"},"startTime":1743529784128,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1750,"timestamp":14213174155,"id":1141,"parentId":1084,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529784163,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1200,"timestamp":14213176692,"id":1142,"parentId":1084,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529784166,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":941,"timestamp":14213180506,"id":1143,"parentId":952,"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":1743529784170,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1101,"timestamp":14213191747,"id":1146,"parentId":1040,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529784181,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1756,"timestamp":14213191829,"id":1147,"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":1743529784181,"traceId":"980ec967484575cc"},{"name":"build-module-tsx","duration":2415,"timestamp":14213191895,"id":1148,"parentId":1114,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/components/icons/icon-file.tsx","layer":"ssr"},"startTime":1743529784181,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2517,"timestamp":14213192044,"id":1150,"parentId":1124,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/react-dev-overlay/utils/dev-indicator/use-sync-dev-render-indicator.js","layer":"ssr"},"startTime":1743529784181,"traceId":"980ec967484575cc"},{"name":"build-module-tsx","duration":2951,"timestamp":14213191970,"id":1149,"parentId":1114,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/components/sidebar/file-tree-directory.tsx","layer":"ssr"},"startTime":1743529784181,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":5792,"timestamp":14213191056,"id":1144,"parentId":1049,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@radix-ui+react-dropdown-menu@2.1.4_@types+react-dom@19.0.1_@types+react@19.0.1_react-dom@19._tak6ycn5x4stdfo2deuqce7q3i/node_modules/@radix-ui/react-dropdown-menu/dist/index.mjs","layer":"ssr"},"startTime":1743529784180,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":9140,"timestamp":14213191627,"id":1145,"parentId":1056,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@radix-ui+react-collapsible@1.1.0_@types+react-dom@19.0.1_@types+react@19.0.1_react-dom@19.0._7wcd7bikdktyeugx674qsrmuhy/node_modules/@radix-ui/react-collapsible/dist/index.mjs","layer":"ssr"},"startTime":1743529784181,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2216,"timestamp":14213215161,"id":1151,"parentId":1060,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/socket.io-client@4.8.0/node_modules/socket.io-client/build/esm-debug/index.js","layer":"ssr"},"startTime":1743529784204,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3446,"timestamp":14213224190,"id":1152,"parentId":1115,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529784213,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":4033,"timestamp":14213224542,"id":1153,"parentId":1126,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784214,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":4606,"timestamp":14213224751,"id":1154,"parentId":1126,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784214,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":4858,"timestamp":14213224988,"id":1155,"parentId":1126,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784214,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2478,"timestamp":14213255607,"id":1156,"parentId":1126,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784245,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2976,"timestamp":14213256042,"id":1157,"parentId":1126,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784245,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":3097,"timestamp":14213256268,"id":1158,"parentId":1126,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784246,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":3654,"timestamp":14213256424,"id":1159,"parentId":1126,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784246,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":3770,"timestamp":14213256550,"id":1160,"parentId":1126,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784246,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":3519,"timestamp":14213272095,"id":1161,"parentId":1126,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784261,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":3489,"timestamp":14213272353,"id":1162,"parentId":1126,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784262,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":3537,"timestamp":14213272494,"id":1163,"parentId":1126,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784262,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":3587,"timestamp":14213272619,"id":1164,"parentId":1126,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784262,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":3845,"timestamp":14213272742,"id":1165,"parentId":1126,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784262,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":3910,"timestamp":14213272974,"id":1166,"parentId":1126,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784262,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":4147,"timestamp":14213273110,"id":1167,"parentId":1126,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784262,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1409,"timestamp":14213287731,"id":1168,"parentId":1126,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/utils/GlobalConfig.mjs","layer":"ssr"},"startTime":1743529784277,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1515,"timestamp":14213287927,"id":1169,"parentId":1126,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784277,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1652,"timestamp":14213288020,"id":1170,"parentId":1126,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784277,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1730,"timestamp":14213288091,"id":1171,"parentId":1126,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784277,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1804,"timestamp":14213288159,"id":1172,"parentId":1126,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784277,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1846,"timestamp":14213288283,"id":1174,"parentId":1126,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784278,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":5803,"timestamp":14213288224,"id":1173,"parentId":1126,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784277,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":506,"timestamp":14213333285,"id":1175,"parentId":1126,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784323,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":322,"timestamp":14213335236,"id":1176,"parentId":1126,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784325,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2058,"timestamp":14213336793,"id":1177,"parentId":1126,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784326,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2059,"timestamp":14213336880,"id":1178,"parentId":1126,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784326,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2098,"timestamp":14213336944,"id":1179,"parentId":1126,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784326,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2115,"timestamp":14213337016,"id":1180,"parentId":1126,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784326,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1131,"timestamp":14213350100,"id":1181,"parentId":1126,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784339,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1199,"timestamp":14213350230,"id":1182,"parentId":1126,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784339,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1285,"timestamp":14213350297,"id":1183,"parentId":1126,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784340,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1319,"timestamp":14213350365,"id":1184,"parentId":1126,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784340,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2674,"timestamp":14213350426,"id":1185,"parentId":1126,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784340,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1646,"timestamp":14213352242,"id":1186,"parentId":1126,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784342,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1732,"timestamp":14213353318,"id":1187,"parentId":1126,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784343,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1787,"timestamp":14213353409,"id":1188,"parentId":1126,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784343,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":309,"timestamp":14213356717,"id":1190,"parentId":1126,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784346,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":454,"timestamp":14213357166,"id":1191,"parentId":1126,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784346,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1611,"timestamp":14213356633,"id":1189,"parentId":1126,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784346,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2030,"timestamp":14213357244,"id":1192,"parentId":1126,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784347,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2101,"timestamp":14213370210,"id":1193,"parentId":1126,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784359,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1935,"timestamp":14213370515,"id":1197,"parentId":1126,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784360,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1980,"timestamp":14213370573,"id":1198,"parentId":1126,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784360,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2215,"timestamp":14213370637,"id":1199,"parentId":1126,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784360,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2292,"timestamp":14213370694,"id":1200,"parentId":1126,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784360,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2384,"timestamp":14213370750,"id":1201,"parentId":1126,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784360,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2450,"timestamp":14213370810,"id":1202,"parentId":1126,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784360,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":3460,"timestamp":14213370866,"id":1203,"parentId":1126,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/animators/MainThreadAnimation.mjs","layer":"ssr"},"startTime":1743529784360,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":4313,"timestamp":14213370924,"id":1204,"parentId":1126,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/animators/AcceleratedAnimation.mjs","layer":"ssr"},"startTime":1743529784360,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":6861,"timestamp":14213370326,"id":1194,"parentId":1126,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784360,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":7030,"timestamp":14213370392,"id":1195,"parentId":1126,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784360,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":7258,"timestamp":14213370456,"id":1196,"parentId":1126,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784360,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1192,"timestamp":14213410497,"id":1205,"parentId":1126,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784400,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1641,"timestamp":14213410620,"id":1206,"parentId":1126,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784400,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1760,"timestamp":14213410685,"id":1207,"parentId":1126,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784400,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1887,"timestamp":14213410746,"id":1208,"parentId":1126,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784400,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":934,"timestamp":14213416613,"id":1209,"parentId":1126,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/value/types/color/index.mjs","layer":"ssr"},"startTime":1743529784406,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1066,"timestamp":14213416699,"id":1210,"parentId":1126,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/value/types/numbers/units.mjs","layer":"ssr"},"startTime":1743529784406,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1594,"timestamp":14213416763,"id":1211,"parentId":1126,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/value/types/complex/index.mjs","layer":"ssr"},"startTime":1743529784406,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1768,"timestamp":14213416829,"id":1212,"parentId":1126,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784406,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1945,"timestamp":14213416888,"id":1213,"parentId":1126,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784406,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2200,"timestamp":14213416948,"id":1214,"parentId":1126,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784406,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1350,"timestamp":14213428683,"id":1215,"parentId":1126,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/generators/spring/find.mjs","layer":"ssr"},"startTime":1743529784418,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1675,"timestamp":14213428794,"id":1216,"parentId":1126,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/generators/spring/index.mjs","layer":"ssr"},"startTime":1743529784418,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1775,"timestamp":14213428857,"id":1217,"parentId":1126,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784418,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2348,"timestamp":14213428916,"id":1218,"parentId":1126,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/value/index.mjs","layer":"ssr"},"startTime":1743529784418,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1218,"timestamp":14213436561,"id":1219,"parentId":1126,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784426,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1220,"timestamp":14213436650,"id":1220,"parentId":1126,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784426,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1352,"timestamp":14213436713,"id":1221,"parentId":1126,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784426,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1427,"timestamp":14213436778,"id":1222,"parentId":1126,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784426,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1538,"timestamp":14213436838,"id":1223,"parentId":1126,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784426,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1773,"timestamp":14213436899,"id":1224,"parentId":1126,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/generators/inertia.mjs","layer":"ssr"},"startTime":1743529784426,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1192,"timestamp":14213440956,"id":1225,"parentId":1126,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/generators/keyframes.mjs","layer":"ssr"},"startTime":1743529784430,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1461,"timestamp":14213441075,"id":1226,"parentId":1126,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784430,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1750,"timestamp":14213441150,"id":1227,"parentId":1126,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784430,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":685,"timestamp":14213446897,"id":1228,"parentId":1126,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784436,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":698,"timestamp":14213446979,"id":1229,"parentId":1126,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/utils/clamp.mjs","layer":"ssr"},"startTime":1743529784436,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":695,"timestamp":14213447060,"id":1230,"parentId":1084,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529784436,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":710,"timestamp":14213448969,"id":1231,"parentId":1126,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/utils/progress.mjs","layer":"ssr"},"startTime":1743529784438,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":709,"timestamp":14213449061,"id":1232,"parentId":1126,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/utils/wrap.mjs","layer":"ssr"},"startTime":1743529784438,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":735,"timestamp":14213449125,"id":1233,"parentId":1126,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/utils/pipe.mjs","layer":"ssr"},"startTime":1743529784438,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":996,"timestamp":14213450463,"id":1234,"parentId":1126,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784440,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1040,"timestamp":14213450544,"id":1235,"parentId":1126,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/utils/mix/index.mjs","layer":"ssr"},"startTime":1743529784440,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1119,"timestamp":14213450624,"id":1236,"parentId":1126,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/frameloop/index-legacy.mjs","layer":"ssr"},"startTime":1743529784440,"traceId":"980ec967484575cc"}]
13
+ [{"name":"build-module-mjs","duration":1445,"timestamp":14213450694,"id":1237,"parentId":1126,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/easing/back.mjs","layer":"ssr"},"startTime":1743529784440,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1495,"timestamp":14213450753,"id":1238,"parentId":1126,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/easing/anticipate.mjs","layer":"ssr"},"startTime":1743529784440,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1651,"timestamp":14213450811,"id":1239,"parentId":1126,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/easing/cubic-bezier.mjs","layer":"ssr"},"startTime":1743529784440,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1707,"timestamp":14213450868,"id":1240,"parentId":1126,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/easing/circ.mjs","layer":"ssr"},"startTime":1743529784440,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":901,"timestamp":14213456122,"id":1241,"parentId":1126,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/easing/ease.mjs","layer":"ssr"},"startTime":1743529784445,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":957,"timestamp":14213456214,"id":1242,"parentId":1126,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/easing/steps.mjs","layer":"ssr"},"startTime":1743529784445,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":986,"timestamp":14213456275,"id":1243,"parentId":1126,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/easing/modifiers/mirror.mjs","layer":"ssr"},"startTime":1743529784446,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1225,"timestamp":14213456331,"id":1244,"parentId":1126,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/utils/interpolate.mjs","layer":"ssr"},"startTime":1743529784446,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":885,"timestamp":14213460574,"id":1245,"parentId":1126,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784450,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":890,"timestamp":14213460649,"id":1246,"parentId":1126,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/easing/modifiers/reverse.mjs","layer":"ssr"},"startTime":1743529784450,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":951,"timestamp":14213460709,"id":1247,"parentId":1126,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/frameloop/frame.mjs","layer":"ssr"},"startTime":1743529784450,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1053,"timestamp":14213460768,"id":1248,"parentId":1126,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/utils/errors.mjs","layer":"ssr"},"startTime":1743529784450,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1088,"timestamp":14213460823,"id":1249,"parentId":1126,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784450,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1153,"timestamp":14213460878,"id":1250,"parentId":1126,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784450,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1377,"timestamp":14213460936,"id":1251,"parentId":1126,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784450,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":849,"timestamp":14213463176,"id":1252,"parentId":1126,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784452,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1003,"timestamp":14213463255,"id":1253,"parentId":1126,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784453,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1076,"timestamp":14213463321,"id":1254,"parentId":1126,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784453,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":591,"timestamp":14213469832,"id":1255,"parentId":1126,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784459,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1598,"timestamp":14213472681,"id":1256,"parentId":1126,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784462,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1619,"timestamp":14213472766,"id":1257,"parentId":1126,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784462,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1636,"timestamp":14213472835,"id":1258,"parentId":1126,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784462,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1779,"timestamp":14213472893,"id":1259,"parentId":1126,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/gestures/drag/utils/lock.mjs","layer":"ssr"},"startTime":1743529784462,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1878,"timestamp":14213472949,"id":1260,"parentId":1126,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784462,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1908,"timestamp":14213473027,"id":1261,"parentId":1126,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784462,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":4416,"timestamp":14213473133,"id":1263,"parentId":1134,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529784462,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":4704,"timestamp":14213473160,"id":1264,"parentId":1128,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529784462,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":5023,"timestamp":14213473185,"id":1265,"parentId":1128,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529784462,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":5448,"timestamp":14213473212,"id":1266,"parentId":1128,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529784462,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":5978,"timestamp":14213473264,"id":1268,"parentId":1128,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529784463,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":7274,"timestamp":14213473092,"id":1262,"parentId":1128,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529784462,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":8116,"timestamp":14213473240,"id":1267,"parentId":1128,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529784463,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":92171,"timestamp":14213497304,"id":1272,"parentId":1101,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@lottiefiles+dotlottie-web@0.40.1/node_modules/@lottiefiles/dotlottie-web/dist/index.js","layer":"ssr"},"startTime":1743529784487,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":92521,"timestamp":14213497367,"id":1273,"parentId":1102,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@radix-ui+react-direction@1.1.0_@types+react@19.0.1_react@19.0.0/node_modules/@radix-ui/react-direction/dist/index.mjs","layer":"ssr"},"startTime":1743529784487,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":94544,"timestamp":14213497100,"id":1269,"parentId":1133,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529784486,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":95342,"timestamp":14213497198,"id":1270,"parentId":1134,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529784486,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1673,"timestamp":14213596715,"id":1274,"parentId":1102,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@radix-ui+react-context@1.1.1_@types+react@19.0.1_react@19.0.0/node_modules/@radix-ui/react-context/dist/index.mjs","layer":"ssr"},"startTime":1743529784586,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":102791,"timestamp":14213497238,"id":1271,"parentId":1102,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@radix-ui+react-presence@1.1.1_@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":1743529784487,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":398,"timestamp":14213600210,"id":1275,"parentId":1102,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@radix-ui+primitive@1.1.0/node_modules/@radix-ui/primitive/dist/index.mjs","layer":"ssr"},"startTime":1743529784589,"traceId":"980ec967484575cc"},{"name":"build-module-tsx","duration":2307,"timestamp":14213601952,"id":1277,"parentId":1149,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/components/icons/icon-folder.tsx","layer":"ssr"},"startTime":1743529784591,"traceId":"980ec967484575cc"},{"name":"build-module-tsx","duration":2629,"timestamp":14213601834,"id":1276,"parentId":1149,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/components/icons/icon-folder-open.tsx","layer":"ssr"},"startTime":1743529784591,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1766,"timestamp":14213608079,"id":1278,"parentId":1151,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/socket.io-client@4.8.0/node_modules/socket.io-client/build/esm-debug/url.js","layer":"ssr"},"startTime":1743529784597,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2931,"timestamp":14213608244,"id":1279,"parentId":1151,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/socket.io-client@4.8.0/node_modules/socket.io-client/build/esm-debug/manager.js","layer":"ssr"},"startTime":1743529784598,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":3013,"timestamp":14213608330,"id":1280,"parentId":1153,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784598,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":4677,"timestamp":14213608476,"id":1282,"parentId":1151,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/socket.io-client@4.8.0/node_modules/socket.io-client/build/esm-debug/socket.js","layer":"ssr"},"startTime":1743529784598,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":4888,"timestamp":14213608540,"id":1283,"parentId":1102,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@radix-ui+react-use-controllable-state@1.1.0_@types+react@19.0.1_react@19.0.0/node_modules/@radix-ui/react-use-controllable-state/dist/index.mjs","layer":"ssr"},"startTime":1743529784598,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":13714,"timestamp":14213608401,"id":1281,"parentId":1102,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@radix-ui+react-roving-focus@1.1.0_@types+react-dom@19.0.1_@types+react@19.0.1_react-dom@19.0_ihp5veyafofttolcs3sgds6ifa/node_modules/@radix-ui/react-roving-focus/dist/index.mjs","layer":"ssr"},"startTime":1743529784598,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1296,"timestamp":14213631160,"id":1284,"parentId":1102,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@radix-ui+react-id@1.1.0_@types+react@19.0.1_react@19.0.0/node_modules/@radix-ui/react-id/dist/index.mjs","layer":"ssr"},"startTime":1743529784620,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1403,"timestamp":14213631384,"id":1285,"parentId":1155,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784621,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1867,"timestamp":14213631466,"id":1286,"parentId":1102,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@radix-ui+react-primitive@2.0.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":1743529784621,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1212,"timestamp":14213638534,"id":1287,"parentId":1157,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784628,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1332,"timestamp":14213638738,"id":1288,"parentId":1160,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784628,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1432,"timestamp":14213638879,"id":1289,"parentId":1177,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/utils/warn-once.mjs","layer":"ssr"},"startTime":1743529784628,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1609,"timestamp":14213638967,"id":1290,"parentId":1163,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784628,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2008,"timestamp":14213644472,"id":1291,"parentId":1167,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/utils/use-instant-transition-state.mjs","layer":"ssr"},"startTime":1743529784634,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1978,"timestamp":14213644603,"id":1292,"parentId":1177,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784634,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2136,"timestamp":14213644687,"id":1293,"parentId":1177,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784634,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2166,"timestamp":14213644775,"id":1294,"parentId":1172,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784634,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2355,"timestamp":14213644847,"id":1295,"parentId":1151,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/debug@4.3.7/node_modules/debug/src/index.js","layer":"ssr"},"startTime":1743529784634,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2409,"timestamp":14213645316,"id":1297,"parentId":1139,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@radix-ui+react-context@1.1.0_@types+react@19.0.1_react@19.0.0/node_modules/@radix-ui/react-context/dist/index.mjs","layer":"ssr"},"startTime":1743529784635,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2997,"timestamp":14213645503,"id":1300,"parentId":1139,"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":1743529784635,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":13011,"timestamp":14213645378,"id":1298,"parentId":1139,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@radix-ui+react-presence@1.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-presence/dist/index.mjs","layer":"ssr"},"startTime":1743529784635,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":14251,"timestamp":14213645245,"id":1296,"parentId":1139,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@radix-ui+react-dismissable-layer@1.1.0_@types+react-dom@19.0.1_@types+react@19.0.1_react-dom_2ss4q4ngquycclrblzgkznkfty/node_modules/@radix-ui/react-dismissable-layer/dist/index.mjs","layer":"ssr"},"startTime":1743529784635,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":15382,"timestamp":14213645442,"id":1299,"parentId":1139,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@radix-ui+react-focus-scope@1.1.0_@types+react-dom@19.0.1_@types+react@19.0.1_react-dom@19.0._k3kvbkdwdtx7rblqoj6sb3u5ca/node_modules/@radix-ui/react-focus-scope/dist/index.mjs","layer":"ssr"},"startTime":1743529784635,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":9001,"timestamp":14213653372,"id":1301,"parentId":1139,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@radix-ui+react-focus-guards@1.1.0_@types+react@19.0.1_react@19.0.0/node_modules/@radix-ui/react-focus-guards/dist/index.mjs","layer":"ssr"},"startTime":1743529784643,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":10883,"timestamp":14213653570,"id":1302,"parentId":1139,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@radix-ui+react-popper@1.2.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-popper/dist/index.mjs","layer":"ssr"},"startTime":1743529784643,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1510,"timestamp":14213672940,"id":1304,"parentId":1173,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784662,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1493,"timestamp":14213673074,"id":1305,"parentId":1139,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/react-remove-scroll@2.5.7_@types+react@19.0.1_react@19.0.0/node_modules/react-remove-scroll/dist/es2015/index.js","layer":"ssr"},"startTime":1743529784662,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1570,"timestamp":14213673146,"id":1306,"parentId":1173,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784662,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1678,"timestamp":14213673210,"id":1307,"parentId":1173,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784662,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1761,"timestamp":14213673276,"id":1308,"parentId":1173,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784663,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":9633,"timestamp":14213672735,"id":1303,"parentId":1139,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@radix-ui+react-portal@1.1.1_@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":1743529784662,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1759,"timestamp":14213683303,"id":1310,"parentId":1173,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784673,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1986,"timestamp":14213683386,"id":1311,"parentId":1177,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/utils/subscription-manager.mjs","layer":"ssr"},"startTime":1743529784673,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2052,"timestamp":14213683450,"id":1312,"parentId":1173,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784673,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2142,"timestamp":14213683510,"id":1313,"parentId":1177,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/utils/is-numerical-string.mjs","layer":"ssr"},"startTime":1743529784673,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2196,"timestamp":14213683569,"id":1314,"parentId":1177,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/utils/is-zero-value-string.mjs","layer":"ssr"},"startTime":1743529784673,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2424,"timestamp":14213683647,"id":1315,"parentId":1177,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784673,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2511,"timestamp":14213683723,"id":1316,"parentId":1177,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784673,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2963,"timestamp":14213683797,"id":1317,"parentId":1177,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/utils/KeyframesResolver.mjs","layer":"ssr"},"startTime":1743529784673,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":3003,"timestamp":14213683874,"id":1318,"parentId":1177,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/html/utils/transform.mjs","layer":"ssr"},"startTime":1743529784673,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":3112,"timestamp":14213683944,"id":1319,"parentId":1138,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@radix-ui+react-visually-hidden@1.1.0_@types+react-dom@19.0.1_@types+react@19.0.1_react-dom@1_gm2dqjrremaem7b4tr3u3q3xci/node_modules/@radix-ui/react-visually-hidden/dist/index.mjs","layer":"ssr"},"startTime":1743529784673,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":3232,"timestamp":14213684027,"id":1320,"parentId":1177,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/frameloop/sync-time.mjs","layer":"ssr"},"startTime":1743529784673,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":944,"timestamp":14213688713,"id":1321,"parentId":1177,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784678,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":8843,"timestamp":14213683182,"id":1309,"parentId":1173,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784672,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1452,"timestamp":14213692490,"id":1322,"parentId":1179,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784682,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1466,"timestamp":14213692602,"id":1323,"parentId":1181,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784682,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1558,"timestamp":14213692672,"id":1324,"parentId":1177,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/dom/value-types/find.mjs","layer":"ssr"},"startTime":1743529784682,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1627,"timestamp":14213692741,"id":1325,"parentId":1180,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784682,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1715,"timestamp":14213692802,"id":1326,"parentId":1177,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/dom/value-types/animatable-none.mjs","layer":"ssr"},"startTime":1743529784682,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1746,"timestamp":14213692862,"id":1327,"parentId":1181,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784682,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1868,"timestamp":14213692924,"id":1328,"parentId":1182,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784682,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1964,"timestamp":14213693057,"id":1330,"parentId":1191,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/utils/array.mjs","layer":"ssr"},"startTime":1743529784682,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":11412,"timestamp":14213692985,"id":1329,"parentId":1140,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@radix-ui+react-toggle@1.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-toggle/dist/index.mjs","layer":"ssr"},"startTime":1743529784682,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":751,"timestamp":14213714939,"id":1331,"parentId":1191,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784704,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":876,"timestamp":14213715178,"id":1332,"parentId":1192,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784704,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":759,"timestamp":14213717887,"id":1334,"parentId":1199,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784707,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":5149,"timestamp":14213717780,"id":1333,"parentId":1192,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784707,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1267,"timestamp":14213723386,"id":1335,"parentId":1197,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784713,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1269,"timestamp":14213729690,"id":1336,"parentId":1197,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784719,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1287,"timestamp":14213729917,"id":1337,"parentId":1219,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/utils/time-conversion.mjs","layer":"ssr"},"startTime":1743529784719,"traceId":"980ec967484575cc"}]
14
+ [{"name":"build-module-mjs","duration":1610,"timestamp":14213730076,"id":1338,"parentId":1198,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784719,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1627,"timestamp":14213730163,"id":1339,"parentId":1239,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/utils/noop.mjs","layer":"ssr"},"startTime":1743529784719,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1245,"timestamp":14213736589,"id":1340,"parentId":1203,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/animators/BaseAnimation.mjs","layer":"ssr"},"startTime":1743529784726,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2041,"timestamp":14213736715,"id":1341,"parentId":1204,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/dom/DOMKeyframesResolver.mjs","layer":"ssr"},"startTime":1743529784726,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1343,"timestamp":14213748213,"id":1342,"parentId":1203,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/generators/utils/calc-duration.mjs","layer":"ssr"},"startTime":1743529784737,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":523,"timestamp":14213751228,"id":1343,"parentId":1203,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/generators/utils/is-generator.mjs","layer":"ssr"},"startTime":1743529784740,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1055,"timestamp":14213752498,"id":1344,"parentId":1203,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/animators/drivers/driver-frameloop.mjs","layer":"ssr"},"startTime":1743529784742,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1154,"timestamp":14213756886,"id":1345,"parentId":1203,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784746,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1611,"timestamp":14213758834,"id":1346,"parentId":1204,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/animators/waapi/index.mjs","layer":"ssr"},"startTime":1743529784748,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1623,"timestamp":14213759023,"id":1347,"parentId":1204,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/animators/utils/accelerated-values.mjs","layer":"ssr"},"startTime":1743529784748,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1968,"timestamp":14213759183,"id":1348,"parentId":1204,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/animators/waapi/easing.mjs","layer":"ssr"},"startTime":1743529784748,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2108,"timestamp":14213759318,"id":1349,"parentId":1144,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@radix-ui+primitive@1.1.1/node_modules/@radix-ui/primitive/dist/index.mjs","layer":"ssr"},"startTime":1743529784749,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2132,"timestamp":14213759441,"id":1350,"parentId":1204,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/animators/waapi/utils/attach-timeline.mjs","layer":"ssr"},"startTime":1743529784749,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1536,"timestamp":14213769313,"id":1351,"parentId":1196,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784759,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1645,"timestamp":14213769496,"id":1352,"parentId":1204,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/animators/waapi/utils/supports-linear-easing.mjs","layer":"ssr"},"startTime":1743529784759,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1687,"timestamp":14213769608,"id":1353,"parentId":1204,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/animators/waapi/utils/supports-waapi.mjs","layer":"ssr"},"startTime":1743529784759,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1942,"timestamp":14213769690,"id":1354,"parentId":1137,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/clsx@1.2.1/node_modules/clsx/dist/clsx.m.js","layer":"ssr"},"startTime":1743529784759,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1291,"timestamp":14213773148,"id":1355,"parentId":1144,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@radix-ui+react-primitive@2.0.1_@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":1743529784762,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1457,"timestamp":14213773254,"id":1356,"parentId":1144,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@radix-ui+react-compose-refs@1.1.1_@types+react@19.0.1_react@19.0.0/node_modules/@radix-ui/react-compose-refs/dist/index.mjs","layer":"ssr"},"startTime":1743529784763,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1517,"timestamp":14213773339,"id":1357,"parentId":1206,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784763,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1675,"timestamp":14213773414,"id":1358,"parentId":1206,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784763,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1716,"timestamp":14213773486,"id":1359,"parentId":1206,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784763,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1745,"timestamp":14213773563,"id":1360,"parentId":1206,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784763,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1829,"timestamp":14213773633,"id":1361,"parentId":1205,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784763,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":916,"timestamp":14213778044,"id":1362,"parentId":1207,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784767,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":899,"timestamp":14213778208,"id":1363,"parentId":1207,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784767,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1223,"timestamp":14213790545,"id":1364,"parentId":1207,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784780,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1305,"timestamp":14213790677,"id":1365,"parentId":1209,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/value/types/color/hsla.mjs","layer":"ssr"},"startTime":1743529784780,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1444,"timestamp":14213790753,"id":1366,"parentId":1209,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/value/types/color/hex.mjs","layer":"ssr"},"startTime":1743529784780,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":761,"timestamp":14213797923,"id":1368,"parentId":1145,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@radix-ui+react-use-layout-effect@1.1.0_@types+react@19.0.1_react@19.0.0/node_modules/@radix-ui/react-use-layout-effect/dist/index.mjs","layer":"ssr"},"startTime":1743529784787,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":902,"timestamp":14213797998,"id":1369,"parentId":1209,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/value/types/color/rgba.mjs","layer":"ssr"},"startTime":1743529784787,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":947,"timestamp":14213798077,"id":1370,"parentId":1212,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/dom/value-types/number.mjs","layer":"ssr"},"startTime":1743529784787,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":986,"timestamp":14213798138,"id":1371,"parentId":1212,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/dom/value-types/get-as-type.mjs","layer":"ssr"},"startTime":1743529784787,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":550,"timestamp":14213802137,"id":1372,"parentId":1211,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/value/types/utils/color-regex.mjs","layer":"ssr"},"startTime":1743529784791,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":558,"timestamp":14213803862,"id":1373,"parentId":1211,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/value/types/utils/float-regex.mjs","layer":"ssr"},"startTime":1743529784793,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":577,"timestamp":14213803996,"id":1374,"parentId":1211,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/value/types/utils/sanitize.mjs","layer":"ssr"},"startTime":1743529784793,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":11342,"timestamp":14213797799,"id":1367,"parentId":1144,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@radix-ui+react-menu@2.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-menu/dist/index.mjs","layer":"ssr"},"startTime":1743529784787,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":759,"timestamp":14213829608,"id":1375,"parentId":1218,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/utils/velocity-per-second.mjs","layer":"ssr"},"startTime":1743529784819,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":921,"timestamp":14213832585,"id":1376,"parentId":1221,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/GroupPlaybackControls.mjs","layer":"ssr"},"startTime":1743529784822,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":644,"timestamp":14213835723,"id":1378,"parentId":1224,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/generators/utils/velocity.mjs","layer":"ssr"},"startTime":1743529784825,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":3687,"timestamp":14213835615,"id":1377,"parentId":1220,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784825,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1497,"timestamp":14213845498,"id":1379,"parentId":1151,"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":1743529784835,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":4003,"timestamp":14213845628,"id":1380,"parentId":1220,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784835,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1370,"timestamp":14213853601,"id":1381,"parentId":1221,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784843,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1531,"timestamp":14213853798,"id":1382,"parentId":1221,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784843,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":671,"timestamp":14213860395,"id":1383,"parentId":1222,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784850,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":364,"timestamp":14213865027,"id":1384,"parentId":1226,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/dom/scroll/observe.mjs","layer":"ssr"},"startTime":1743529784854,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":268,"timestamp":14213865840,"id":1385,"parentId":1226,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/dom/scroll/supports.mjs","layer":"ssr"},"startTime":1743529784855,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":462,"timestamp":14213867387,"id":1386,"parentId":1227,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784857,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":665,"timestamp":14213867468,"id":1387,"parentId":1227,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784857,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1022,"timestamp":14213869916,"id":1388,"parentId":1225,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/utils/offsets/default.mjs","layer":"ssr"},"startTime":1743529784859,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":329,"timestamp":14213871814,"id":1389,"parentId":1225,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/utils/offsets/time.mjs","layer":"ssr"},"startTime":1743529784861,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":229,"timestamp":14213872293,"id":1390,"parentId":1225,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/easing/utils/is-easing-array.mjs","layer":"ssr"},"startTime":1743529784862,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":380,"timestamp":14213872880,"id":1391,"parentId":1225,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/easing/utils/map.mjs","layer":"ssr"},"startTime":1743529784862,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":895,"timestamp":14213881819,"id":1392,"parentId":1236,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/frameloop/batcher.mjs","layer":"ssr"},"startTime":1743529784871,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1268,"timestamp":14213881934,"id":1393,"parentId":1235,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/utils/mix/complex.mjs","layer":"ssr"},"startTime":1743529784871,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":387,"timestamp":14213885653,"id":1394,"parentId":1235,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/utils/mix/number.mjs","layer":"ssr"},"startTime":1743529784875,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":466,"timestamp":14213885739,"id":1395,"parentId":1228,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/dom/utils/resolve-element.mjs","layer":"ssr"},"startTime":1743529784875,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":315,"timestamp":14213887208,"id":1396,"parentId":1227,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784876,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":635,"timestamp":14213889095,"id":1397,"parentId":1249,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784878,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":770,"timestamp":14213889190,"id":1398,"parentId":1249,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784878,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":972,"timestamp":14213896735,"id":1399,"parentId":1252,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784886,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1062,"timestamp":14213896866,"id":1400,"parentId":1260,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784886,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":4581,"timestamp":14213896960,"id":1401,"parentId":1265,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529784886,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":5108,"timestamp":14213897031,"id":1402,"parentId":1265,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529784886,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1301,"timestamp":14213902517,"id":1404,"parentId":1254,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/events/utils/is-primary-pointer.mjs","layer":"ssr"},"startTime":1743529784892,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2649,"timestamp":14213902601,"id":1405,"parentId":1265,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529784892,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2922,"timestamp":14213902642,"id":1406,"parentId":1265,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529784892,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3286,"timestamp":14213902682,"id":1407,"parentId":1268,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529784892,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3472,"timestamp":14213902721,"id":1408,"parentId":1266,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529784892,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1149,"timestamp":14213906642,"id":1415,"parentId":1279,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/socket.io-client@4.8.0/node_modules/socket.io-client/build/esm-debug/on.js","layer":"ssr"},"startTime":1743529784896,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":6771,"timestamp":14213902759,"id":1409,"parentId":1268,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529784892,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":9288,"timestamp":14213902442,"id":1403,"parentId":1264,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529784892,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":5599,"timestamp":14213906469,"id":1410,"parentId":1267,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529784896,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":5803,"timestamp":14213906584,"id":1413,"parentId":1262,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529784896,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":6159,"timestamp":14213906526,"id":1411,"parentId":1262,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529784896,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":6523,"timestamp":14213906616,"id":1414,"parentId":1262,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529784896,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":6712,"timestamp":14213906704,"id":1416,"parentId":1267,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529784896,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":7547,"timestamp":14213906557,"id":1412,"parentId":1262,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529784896,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2695,"timestamp":14213918731,"id":1417,"parentId":1279,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/socket.io-client@4.8.0/node_modules/socket.io-client/build/esm-debug/contrib/backo2.js","layer":"ssr"},"startTime":1743529784908,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2675,"timestamp":14213918847,"id":1418,"parentId":1263,"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":1743529784908,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2699,"timestamp":14213918913,"id":1419,"parentId":1263,"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":1743529784908,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2713,"timestamp":14213918978,"id":1420,"parentId":1288,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784908,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2821,"timestamp":14213919047,"id":1421,"parentId":1290,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784908,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3500,"timestamp":14213919150,"id":1422,"parentId":1295,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/debug@4.3.7/node_modules/debug/src/browser.js","layer":"ssr"},"startTime":1743529784908,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":4096,"timestamp":14213919270,"id":1423,"parentId":1295,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/debug@4.3.7/node_modules/debug/src/node.js","layer":"ssr"},"startTime":1743529784909,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":4109,"timestamp":14213919381,"id":1424,"parentId":1304,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784909,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":4121,"timestamp":14213919493,"id":1425,"parentId":1304,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/frameloop/microtask.mjs","layer":"ssr"},"startTime":1743529784909,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":4175,"timestamp":14213919612,"id":1426,"parentId":1307,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784909,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":3924,"timestamp":14213919988,"id":1427,"parentId":1316,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784909,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":3975,"timestamp":14213920062,"id":1428,"parentId":1316,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784909,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":4432,"timestamp":14213920122,"id":1429,"parentId":1317,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/dom/utils/unit-conversion.mjs","layer":"ssr"},"startTime":1743529784909,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":4705,"timestamp":14213920181,"id":1430,"parentId":1325,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784909,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":4965,"timestamp":14213920239,"id":1431,"parentId":1325,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784910,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2655,"timestamp":14213930605,"id":1432,"parentId":1325,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784920,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2906,"timestamp":14213930725,"id":1433,"parentId":1322,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784920,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":3090,"timestamp":14213930790,"id":1434,"parentId":1323,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784920,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":3271,"timestamp":14213930850,"id":1435,"parentId":1341,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/dom/value-types/dimensions.mjs","layer":"ssr"},"startTime":1743529784920,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":3364,"timestamp":14213930913,"id":1436,"parentId":1322,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784920,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":3393,"timestamp":14213930970,"id":1437,"parentId":1324,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/dom/value-types/test.mjs","layer":"ssr"},"startTime":1743529784920,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":3451,"timestamp":14213931058,"id":1438,"parentId":1326,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/dom/value-types/defaults.mjs","layer":"ssr"},"startTime":1743529784920,"traceId":"980ec967484575cc"}]
15
+ [{"name":"build-module-mjs","duration":3814,"timestamp":14213931122,"id":1439,"parentId":1326,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/value/types/complex/filter.mjs","layer":"ssr"},"startTime":1743529784920,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":4013,"timestamp":14213931180,"id":1440,"parentId":1323,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784920,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":5551,"timestamp":14213931240,"id":1441,"parentId":1322,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784921,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":5666,"timestamp":14213931301,"id":1442,"parentId":1328,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784921,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":10850,"timestamp":14213931359,"id":1443,"parentId":1328,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784921,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":11077,"timestamp":14213931488,"id":1445,"parentId":1325,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784921,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":11137,"timestamp":14213931606,"id":1447,"parentId":1336,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784921,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":11291,"timestamp":14213931663,"id":1448,"parentId":1340,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/animators/utils/can-animate.mjs","layer":"ssr"},"startTime":1743529784921,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":14735,"timestamp":14213931547,"id":1446,"parentId":1333,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784921,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":15274,"timestamp":14213931418,"id":1444,"parentId":1323,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784921,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":752,"timestamp":14213991955,"id":1449,"parentId":1341,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/utils/is-none.mjs","layer":"ssr"},"startTime":1743529784981,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1068,"timestamp":14213994364,"id":1450,"parentId":1341,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/dom/utils/is-css-variable.mjs","layer":"ssr"},"startTime":1743529784984,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1266,"timestamp":14213994466,"id":1451,"parentId":1341,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/dom/utils/css-variables-conversion.mjs","layer":"ssr"},"startTime":1743529784984,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1402,"timestamp":14213994538,"id":1452,"parentId":1341,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/html/utils/make-none-animatable.mjs","layer":"ssr"},"startTime":1743529784984,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1448,"timestamp":14213994599,"id":1453,"parentId":1385,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/utils/memo.mjs","layer":"ssr"},"startTime":1743529784984,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1472,"timestamp":14213994657,"id":1454,"parentId":1391,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/easing/utils/is-bezier-definition.mjs","layer":"ssr"},"startTime":1743529784984,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1549,"timestamp":14213994727,"id":1455,"parentId":1348,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/animators/waapi/utils/linear.mjs","layer":"ssr"},"startTime":1743529784984,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":665,"timestamp":14213997104,"id":1456,"parentId":1352,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/animators/waapi/utils/memo-supports.mjs","layer":"ssr"},"startTime":1743529784986,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1156,"timestamp":14214000936,"id":1457,"parentId":1362,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784990,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1119,"timestamp":14214001059,"id":1458,"parentId":1362,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/utils/get-value-transition.mjs","layer":"ssr"},"startTime":1743529784990,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1237,"timestamp":14214001138,"id":1459,"parentId":1305,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/react-remove-scroll@2.5.7_@types+react@19.0.1_react@19.0.0/node_modules/react-remove-scroll/dist/es2015/Combination.js","layer":"ssr"},"startTime":1743529784990,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1301,"timestamp":14214001197,"id":1460,"parentId":1362,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529784990,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1459,"timestamp":14214001254,"id":1461,"parentId":1365,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/value/types/color/utils.mjs","layer":"ssr"},"startTime":1743529784991,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":740,"timestamp":14214007733,"id":1462,"parentId":1365,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/value/types/numbers/index.mjs","layer":"ssr"},"startTime":1743529784997,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":454,"timestamp":14214010107,"id":1463,"parentId":1278,"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":1743529784999,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":484,"timestamp":14214019157,"id":1464,"parentId":1370,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/dom/value-types/transform.mjs","layer":"ssr"},"startTime":1743529785008,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":525,"timestamp":14214019252,"id":1465,"parentId":1370,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/dom/value-types/number-browser.mjs","layer":"ssr"},"startTime":1743529785009,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1457,"timestamp":14214021669,"id":1466,"parentId":1370,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/dom/value-types/type-int.mjs","layer":"ssr"},"startTime":1743529785011,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1824,"timestamp":14214021760,"id":1467,"parentId":1279,"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":1743529785011,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1959,"timestamp":14214021822,"id":1468,"parentId":1283,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@radix-ui+react-use-callback-ref@1.1.0_@types+react@19.0.1_react@19.0.0/node_modules/@radix-ui/react-use-callback-ref/dist/index.mjs","layer":"ssr"},"startTime":1743529785011,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2401,"timestamp":14214021880,"id":1469,"parentId":1423,"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":1743529785011,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2561,"timestamp":14214022077,"id":1472,"parentId":1379,"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":1743529785011,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2012,"timestamp":14214026762,"id":1473,"parentId":1379,"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":1743529785016,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2154,"timestamp":14214026868,"id":1474,"parentId":1380,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529785016,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2165,"timestamp":14214026952,"id":1475,"parentId":1382,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529785016,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2271,"timestamp":14214027047,"id":1476,"parentId":1382,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529785016,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2324,"timestamp":14214027119,"id":1477,"parentId":1382,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529785016,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2393,"timestamp":14214027183,"id":1478,"parentId":1382,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529785016,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":3075,"timestamp":14214027246,"id":1479,"parentId":1381,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529785017,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":3692,"timestamp":14214027304,"id":1480,"parentId":1383,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/animators/waapi/NativeAnimation.mjs","layer":"ssr"},"startTime":1743529785017,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":11045,"timestamp":14214022010,"id":1471,"parentId":1377,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529785011,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":11490,"timestamp":14214021941,"id":1470,"parentId":1281,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@radix-ui+react-collection@1.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-collection/dist/index.mjs","layer":"ssr"},"startTime":1743529785011,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1329,"timestamp":14214042282,"id":1481,"parentId":1388,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/utils/offsets/fill.mjs","layer":"ssr"},"startTime":1743529785032,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1504,"timestamp":14214042373,"id":1482,"parentId":1387,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529785032,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1667,"timestamp":14214042435,"id":1483,"parentId":1392,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/frameloop/render-step.mjs","layer":"ssr"},"startTime":1743529785032,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1727,"timestamp":14214042492,"id":1484,"parentId":1393,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/utils/mix/visibility.mjs","layer":"ssr"},"startTime":1743529785032,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1993,"timestamp":14214042551,"id":1485,"parentId":1393,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/utils/mix/color.mjs","layer":"ssr"},"startTime":1743529785032,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2126,"timestamp":14214042605,"id":1486,"parentId":1296,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@radix-ui+react-use-escape-keydown@1.1.0_@types+react@19.0.1_react@19.0.0/node_modules/@radix-ui/react-use-escape-keydown/dist/index.mjs","layer":"ssr"},"startTime":1743529785032,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2157,"timestamp":14214042659,"id":1487,"parentId":1393,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/utils/mix/immediate.mjs","layer":"ssr"},"startTime":1743529785032,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1430,"timestamp":14214050446,"id":1488,"parentId":1396,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529785040,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1528,"timestamp":14214050548,"id":1489,"parentId":1302,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@radix-ui+react-arrow@1.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-arrow/dist/index.mjs","layer":"ssr"},"startTime":1743529785040,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1567,"timestamp":14214050616,"id":1490,"parentId":1430,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529785040,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2278,"timestamp":14214050674,"id":1491,"parentId":1398,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529785040,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2376,"timestamp":14214050729,"id":1492,"parentId":1396,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529785040,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2412,"timestamp":14214050826,"id":1494,"parentId":1469,"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":1743529785040,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2550,"timestamp":14214050881,"id":1495,"parentId":1302,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@radix-ui+react-use-size@1.1.0_@types+react@19.0.1_react@19.0.0/node_modules/@radix-ui/react-use-size/dist/index.mjs","layer":"ssr"},"startTime":1743529785040,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3093,"timestamp":14214050939,"id":1496,"parentId":1422,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/debug@4.3.7/node_modules/debug/src/common.js","layer":"ssr"},"startTime":1743529785040,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":4436,"timestamp":14214050787,"id":1493,"parentId":1405,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529785040,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":525,"timestamp":14214058841,"id":1497,"parentId":1433,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529785048,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":887,"timestamp":14214059674,"id":1498,"parentId":1433,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529785049,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":986,"timestamp":14214059753,"id":1499,"parentId":1433,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529785049,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":910,"timestamp":14214062453,"id":1500,"parentId":1433,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529785052,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2906,"timestamp":14214062545,"id":1501,"parentId":1434,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529785052,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2946,"timestamp":14214062617,"id":1502,"parentId":1436,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529785052,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2945,"timestamp":14214062693,"id":1503,"parentId":1435,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/dom/value-types/type-auto.mjs","layer":"ssr"},"startTime":1743529785052,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2973,"timestamp":14214062755,"id":1504,"parentId":1432,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/gestures/utils/is-node-or-child.mjs","layer":"ssr"},"startTime":1743529785052,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1727,"timestamp":14214072796,"id":1505,"parentId":1302,"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":1743529785062,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2208,"timestamp":14214072914,"id":1506,"parentId":1440,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529785062,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1045,"timestamp":14214079162,"id":1507,"parentId":1433,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529785068,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1076,"timestamp":14214079249,"id":1508,"parentId":1440,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529785069,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1203,"timestamp":14214079325,"id":1509,"parentId":1441,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529785069,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1383,"timestamp":14214079390,"id":1510,"parentId":1441,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529785069,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1419,"timestamp":14214079449,"id":1511,"parentId":1441,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529785069,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":784,"timestamp":14214084402,"id":1512,"parentId":1441,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529785074,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":766,"timestamp":14214084506,"id":1513,"parentId":1441,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529785074,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1024,"timestamp":14214086783,"id":1514,"parentId":1443,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529785076,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1353,"timestamp":14214086868,"id":1515,"parentId":1443,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529785076,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1693,"timestamp":14214086928,"id":1516,"parentId":1443,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529785076,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1895,"timestamp":14214086996,"id":1517,"parentId":1443,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529785076,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2017,"timestamp":14214087065,"id":1518,"parentId":1443,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529785076,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2179,"timestamp":14214087120,"id":1519,"parentId":1443,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529785076,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2205,"timestamp":14214087180,"id":1520,"parentId":1443,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529785076,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1300,"timestamp":14214092360,"id":1521,"parentId":1443,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529785082,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":446,"timestamp":14214095946,"id":1522,"parentId":1443,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529785085,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":551,"timestamp":14214096057,"id":1523,"parentId":1443,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529785085,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":298,"timestamp":14214100855,"id":1524,"parentId":1443,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529785090,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":4249,"timestamp":14214102773,"id":1525,"parentId":1367,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@radix-ui+react-focus-scope@1.1.1_@types+react-dom@19.0.1_@types+react@19.0.1_react-dom@19.0._nzjzkwpz5h36agicir7zd5733e/node_modules/@radix-ui/react-focus-scope/dist/index.mjs","layer":"ssr"},"startTime":1743529785092,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":381,"timestamp":14214107126,"id":1527,"parentId":1445,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529785096,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":4188,"timestamp":14214105047,"id":1526,"parentId":1367,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@radix-ui+react-focus-guards@1.1.1_@types+react@19.0.1_react@19.0.0/node_modules/@radix-ui/react-focus-guards/dist/index.mjs","layer":"ssr"},"startTime":1743529785094,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2210,"timestamp":14214110151,"id":1530,"parentId":1447,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529785099,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2395,"timestamp":14214110215,"id":1531,"parentId":1447,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529785099,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2505,"timestamp":14214110273,"id":1532,"parentId":1447,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529785100,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2599,"timestamp":14214110338,"id":1533,"parentId":1448,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/utils/is-animatable.mjs","layer":"ssr"},"startTime":1743529785100,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":5911,"timestamp":14214109387,"id":1528,"parentId":1367,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@radix-ui+react-collection@1.1.1_@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":1743529785099,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":9747,"timestamp":14214110064,"id":1529,"parentId":1367,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@radix-ui+react-dismissable-layer@1.1.3_@types+react-dom@19.0.1_@types+react@19.0.1_react-dom_ffg75bbg6osowdu23yxywf2osu/node_modules/@radix-ui/react-dismissable-layer/dist/index.mjs","layer":"ssr"},"startTime":1743529785099,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":812,"timestamp":14214122221,"id":1536,"parentId":1457,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529785111,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":929,"timestamp":14214122287,"id":1537,"parentId":1444,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529785112,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1049,"timestamp":14214122344,"id":1538,"parentId":1444,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529785112,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1061,"timestamp":14214122401,"id":1539,"parentId":1456,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/animators/waapi/utils/supports-flags.mjs","layer":"ssr"},"startTime":1743529785112,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":3746,"timestamp":14214122154,"id":1535,"parentId":1367,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@radix-ui+react-portal@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-portal/dist/index.mjs","layer":"ssr"},"startTime":1743529785111,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":5138,"timestamp":14214121974,"id":1534,"parentId":1367,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@radix-ui+react-popper@1.2.1_@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":1743529785111,"traceId":"980ec967484575cc"}]
16
+ [{"name":"build-module-mjs","duration":2692,"timestamp":14214127554,"id":1540,"parentId":1367,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@radix-ui+react-presence@1.1.2_@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":1743529785117,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":3434,"timestamp":14214127637,"id":1541,"parentId":1367,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@radix-ui+react-roving-focus@1.1.1_@types+react-dom@19.0.1_@types+react@19.0.1_react-dom@19.0_tftrlb6z3coyqm76727q5lrjly/node_modules/@radix-ui/react-roving-focus/dist/index.mjs","layer":"ssr"},"startTime":1743529785117,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":576,"timestamp":14214135235,"id":1542,"parentId":1367,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/react-remove-scroll@2.6.2_@types+react@19.0.1_react@19.0.0/node_modules/react-remove-scroll/dist/es2015/index.js","layer":"ssr"},"startTime":1743529785125,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":605,"timestamp":14214135317,"id":1543,"parentId":1457,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529785125,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":852,"timestamp":14214135381,"id":1544,"parentId":1459,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/react-remove-scroll@2.5.7_@types+react@19.0.1_react@19.0.0/node_modules/react-remove-scroll/dist/es2015/UI.js","layer":"ssr"},"startTime":1743529785125,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":893,"timestamp":14214135448,"id":1545,"parentId":1459,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/react-remove-scroll@2.5.7_@types+react@19.0.1_react@19.0.0/node_modules/react-remove-scroll/dist/es2015/sidecar.js","layer":"ssr"},"startTime":1743529785125,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":331,"timestamp":14214143333,"id":1546,"parentId":1460,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529785133,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":678,"timestamp":14214145211,"id":1547,"parentId":1461,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/value/types/utils/single-color-regex.mjs","layer":"ssr"},"startTime":1743529785134,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":662,"timestamp":14214145302,"id":1548,"parentId":1461,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/value/types/utils/is-nullish.mjs","layer":"ssr"},"startTime":1743529785135,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1052,"timestamp":14214145373,"id":1549,"parentId":1463,"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":1743529785135,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1696,"timestamp":14214145432,"id":1550,"parentId":1463,"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":1743529785135,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2379,"timestamp":14214150404,"id":1551,"parentId":1463,"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":1743529785140,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2586,"timestamp":14214150533,"id":1552,"parentId":1463,"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":1743529785140,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":872,"timestamp":14214158025,"id":1553,"parentId":1463,"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":1743529785147,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1111,"timestamp":14214158139,"id":1554,"parentId":1463,"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":1743529785147,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1639,"timestamp":14214158210,"id":1555,"parentId":1463,"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":1743529785147,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":670,"timestamp":14214163648,"id":1556,"parentId":1463,"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":1743529785153,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1583,"timestamp":14214163743,"id":1557,"parentId":1463,"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":1743529785153,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1764,"timestamp":14214163809,"id":1558,"parentId":1463,"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":1743529785153,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":686,"timestamp":14214170141,"id":1559,"parentId":1463,"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":1743529785159,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1029,"timestamp":14214170225,"id":1560,"parentId":1463,"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":1743529785159,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":404,"timestamp":14214173801,"id":1561,"parentId":1479,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/easing/utils/create-generator-easing.mjs","layer":"ssr"},"startTime":1743529785163,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":449,"timestamp":14214173881,"id":1562,"parentId":1480,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/animators/waapi/utils/style.mjs","layer":"ssr"},"startTime":1743529785163,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":613,"timestamp":14214177306,"id":1563,"parentId":1480,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/animators/waapi/utils/supports-partial-keyframes.mjs","layer":"ssr"},"startTime":1743529785167,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1109,"timestamp":14214179141,"id":1564,"parentId":1476,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529785168,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1099,"timestamp":14214179325,"id":1565,"parentId":1479,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529785169,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1243,"timestamp":14214179404,"id":1566,"parentId":1485,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/utils/hsla-to-rgba.mjs","layer":"ssr"},"startTime":1743529785169,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":755,"timestamp":14214182303,"id":1567,"parentId":1479,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529785172,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":772,"timestamp":14214182382,"id":1568,"parentId":1479,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529785172,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":822,"timestamp":14214182442,"id":1569,"parentId":1491,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529785172,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":953,"timestamp":14214182506,"id":1570,"parentId":1482,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529785172,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":960,"timestamp":14214186380,"id":1571,"parentId":1482,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529785176,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1112,"timestamp":14214186467,"id":1572,"parentId":1482,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529785176,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1246,"timestamp":14214186541,"id":1573,"parentId":1491,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529785176,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1279,"timestamp":14214186664,"id":1575,"parentId":1501,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529785176,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2420,"timestamp":14214186603,"id":1574,"parentId":1493,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529785176,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1015,"timestamp":14214189191,"id":1576,"parentId":1499,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529785178,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1448,"timestamp":14214189275,"id":1577,"parentId":1501,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529785179,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1527,"timestamp":14214189345,"id":1578,"parentId":1510,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529785179,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1641,"timestamp":14214189409,"id":1579,"parentId":1510,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529785179,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":986,"timestamp":14214196411,"id":1580,"parentId":1367,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@radix-ui+react-slot@1.1.1_@types+react@19.0.1_react@19.0.0/node_modules/@radix-ui/react-slot/dist/index.mjs","layer":"ssr"},"startTime":1743529785186,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":865,"timestamp":14214198874,"id":1581,"parentId":1496,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/ms@2.1.3/node_modules/ms/index.js","layer":"ssr"},"startTime":1743529785188,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":619,"timestamp":14214204359,"id":1582,"parentId":1531,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529785194,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":649,"timestamp":14214204458,"id":1583,"parentId":1530,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529785194,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":489,"timestamp":14214207519,"id":1584,"parentId":1531,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529785197,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":490,"timestamp":14214207614,"id":1585,"parentId":1532,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529785197,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":415,"timestamp":14214215475,"id":1586,"parentId":1544,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/react-remove-scroll@2.5.7_@types+react@19.0.1_react@19.0.0/node_modules/react-remove-scroll/dist/es2015/medium.js","layer":"ssr"},"startTime":1743529785205,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1547,"timestamp":14214215563,"id":1587,"parentId":1545,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/react-remove-scroll@2.5.7_@types+react@19.0.1_react@19.0.0/node_modules/react-remove-scroll/dist/es2015/SideEffect.js","layer":"ssr"},"startTime":1743529785205,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":352,"timestamp":14214218795,"id":1588,"parentId":1549,"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":1743529785208,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":580,"timestamp":14214224887,"id":1589,"parentId":1554,"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":1743529785214,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":287,"timestamp":14214233028,"id":1590,"parentId":1557,"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":1743529785222,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":428,"timestamp":14214244849,"id":1591,"parentId":1570,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529785234,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":285,"timestamp":14214245771,"id":1592,"parentId":1567,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/easing/utils/get-easing-for-segment.mjs","layer":"ssr"},"startTime":1743529785235,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":642,"timestamp":14214265420,"id":1593,"parentId":1542,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/react-remove-scroll@2.6.2_@types+react@19.0.1_react@19.0.0/node_modules/react-remove-scroll/dist/es2015/Combination.js","layer":"ssr"},"startTime":1743529785255,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":747,"timestamp":14214265523,"id":1594,"parentId":1587,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/react-remove-scroll@2.5.7_@types+react@19.0.1_react@19.0.0/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js","layer":"ssr"},"startTime":1743529785255,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1170,"timestamp":14214265588,"id":1595,"parentId":1587,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/react-remove-scroll@2.5.7_@types+react@19.0.1_react@19.0.0/node_modules/react-remove-scroll/dist/es2015/handleScroll.js","layer":"ssr"},"startTime":1743529785255,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1812,"timestamp":14214272458,"id":1596,"parentId":1556,"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":1743529785262,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":3004,"timestamp":14214274959,"id":1597,"parentId":1505,"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":1743529785264,"traceId":"980ec967484575cc"},{"name":"build-module","duration":16,"timestamp":14214280727,"id":1598,"parentId":1596,"tags":{"name":"child_process","layer":null},"startTime":1743529785270,"traceId":"980ec967484575cc"},{"name":"build-module","duration":4,"timestamp":14214280748,"id":1599,"parentId":1596,"tags":{"name":"http","layer":null},"startTime":1743529785270,"traceId":"980ec967484575cc"},{"name":"build-module","duration":2,"timestamp":14214280755,"id":1600,"parentId":1596,"tags":{"name":"https","layer":null},"startTime":1743529785270,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":404,"timestamp":14214298325,"id":1601,"parentId":1544,"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":1743529785288,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":3527,"timestamp":14214301649,"id":1602,"parentId":1459,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/tslib@2.8.1/node_modules/tslib/tslib.es6.mjs","layer":"ssr"},"startTime":1743529785291,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":510,"timestamp":14214306552,"id":1603,"parentId":1534,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@radix-ui+react-arrow@1.1.1_@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":1743529785296,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":527,"timestamp":14214306647,"id":1604,"parentId":1545,"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":1743529785296,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":713,"timestamp":14214309797,"id":1605,"parentId":1593,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/react-remove-scroll@2.6.2_@types+react@19.0.1_react@19.0.0/node_modules/react-remove-scroll/dist/es2015/UI.js","layer":"ssr"},"startTime":1743529785299,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":734,"timestamp":14214309901,"id":1606,"parentId":1593,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/react-remove-scroll@2.6.2_@types+react@19.0.1_react@19.0.0/node_modules/react-remove-scroll/dist/es2015/sidecar.js","layer":"ssr"},"startTime":1743529785299,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":377,"timestamp":14214314841,"id":1607,"parentId":1558,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/ws@8.17.1/node_modules/ws/wrapper.mjs","layer":"ssr"},"startTime":1743529785304,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":252,"timestamp":14214317504,"id":1608,"parentId":1587,"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":1743529785307,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1043,"timestamp":14214319632,"id":1609,"parentId":1549,"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":1743529785309,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1073,"timestamp":14214319718,"id":1610,"parentId":1544,"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":1743529785309,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":240,"timestamp":14214321156,"id":1611,"parentId":1587,"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":1743529785310,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":229,"timestamp":14214324428,"id":1612,"parentId":1605,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/react-remove-scroll@2.6.2_@types+react@19.0.1_react@19.0.0/node_modules/react-remove-scroll/dist/es2015/medium.js","layer":"ssr"},"startTime":1743529785314,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1009,"timestamp":14214326683,"id":1613,"parentId":1606,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/react-remove-scroll@2.6.2_@types+react@19.0.1_react@19.0.0/node_modules/react-remove-scroll/dist/es2015/SideEffect.js","layer":"ssr"},"startTime":1743529785316,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1224,"timestamp":14214329898,"id":1614,"parentId":1601,"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":1743529785319,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1282,"timestamp":14214329995,"id":1615,"parentId":1601,"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":1743529785319,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1310,"timestamp":14214330070,"id":1616,"parentId":1601,"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":1743529785319,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1476,"timestamp":14214330129,"id":1617,"parentId":1601,"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":1743529785319,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1588,"timestamp":14214330192,"id":1618,"parentId":1601,"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":1743529785319,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1633,"timestamp":14214330248,"id":1619,"parentId":1601,"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":1743529785320,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1447,"timestamp":14214332800,"id":1620,"parentId":1601,"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":1743529785322,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1474,"timestamp":14214332879,"id":1621,"parentId":1601,"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":1743529785322,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":233,"timestamp":14214336623,"id":1622,"parentId":1604,"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":1743529785326,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":523,"timestamp":14214338801,"id":1623,"parentId":1604,"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":1743529785328,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":719,"timestamp":14214338877,"id":1624,"parentId":1604,"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":1743529785328,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":920,"timestamp":14214338939,"id":1625,"parentId":1604,"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":1743529785328,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":898,"timestamp":14214340856,"id":1626,"parentId":1604,"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":1743529785330,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":965,"timestamp":14214340941,"id":1627,"parentId":1604,"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":1743529785330,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":912,"timestamp":14214342219,"id":1628,"parentId":1607,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/ws@8.17.1/node_modules/ws/lib/stream.js","layer":"ssr"},"startTime":1743529785331,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3150,"timestamp":14214342356,"id":1630,"parentId":1607,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/ws@8.17.1/node_modules/ws/lib/websocket.js","layer":"ssr"},"startTime":1743529785332,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":6015,"timestamp":14214342416,"id":1631,"parentId":1607,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/ws@8.17.1/node_modules/ws/lib/receiver.js","layer":"ssr"},"startTime":1743529785332,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":11163,"timestamp":14214342297,"id":1629,"parentId":1607,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/ws@8.17.1/node_modules/ws/lib/sender.js","layer":"ssr"},"startTime":1743529785332,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1337,"timestamp":14214353769,"id":1632,"parentId":1607,"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":1743529785343,"traceId":"980ec967484575cc"},{"name":"build-module","duration":12,"timestamp":14214357035,"id":1633,"parentId":1630,"tags":{"name":"net","layer":null},"startTime":1743529785346,"traceId":"980ec967484575cc"},{"name":"build-module","duration":4,"timestamp":14214357051,"id":1634,"parentId":1630,"tags":{"name":"tls","layer":null},"startTime":1743529785346,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":627,"timestamp":14214357059,"id":1635,"parentId":1609,"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":1743529785346,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":681,"timestamp":14214357139,"id":1636,"parentId":1609,"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":1743529785346,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":904,"timestamp":14214357197,"id":1637,"parentId":1609,"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":1743529785346,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":390,"timestamp":14214364388,"id":1638,"parentId":1613,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/react-remove-scroll@2.6.2_@types+react@19.0.1_react@19.0.0/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js","layer":"ssr"},"startTime":1743529785354,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1046,"timestamp":14214364471,"id":1639,"parentId":1597,"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":1743529785354,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":582,"timestamp":14214366836,"id":1640,"parentId":1613,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/react-remove-scroll@2.6.2_@types+react@19.0.1_react@19.0.0/node_modules/react-remove-scroll/dist/es2015/handleScroll.js","layer":"ssr"},"startTime":1743529785356,"traceId":"980ec967484575cc"}]
17
+ [{"name":"build-module-js","duration":434,"timestamp":14214369748,"id":1641,"parentId":1608,"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":1743529785359,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":783,"timestamp":14214369825,"id":1642,"parentId":1608,"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":1743529785359,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1301,"timestamp":14214375024,"id":1643,"parentId":1597,"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":1743529785364,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2339,"timestamp":14214375106,"id":1644,"parentId":1630,"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":1743529785364,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2366,"timestamp":14214375167,"id":1645,"parentId":1630,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/ws@8.17.1/node_modules/ws/lib/constants.js","layer":"ssr"},"startTime":1743529785364,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2860,"timestamp":14214375229,"id":1646,"parentId":1630,"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":1743529785364,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3473,"timestamp":14214375285,"id":1647,"parentId":1630,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/ws@8.17.1/node_modules/ws/lib/extension.js","layer":"ssr"},"startTime":1743529785365,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3805,"timestamp":14214375339,"id":1648,"parentId":1630,"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":1743529785365,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3840,"timestamp":14214375397,"id":1649,"parentId":1624,"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":1743529785365,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":593,"timestamp":14214382241,"id":1650,"parentId":1631,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/ws@8.17.1/node_modules/ws/lib/validation.js","layer":"ssr"},"startTime":1743529785372,"traceId":"980ec967484575cc"},{"name":"build-module","duration":13,"timestamp":14214384638,"id":1651,"parentId":1644,"tags":{"name":"zlib","layer":null},"startTime":1743529785374,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":665,"timestamp":14214385022,"id":1652,"parentId":1632,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/ws@8.17.1/node_modules/ws/lib/subprotocol.js","layer":"ssr"},"startTime":1743529785374,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":756,"timestamp":14214385105,"id":1653,"parentId":1611,"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":1743529785374,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":810,"timestamp":14214385169,"id":1654,"parentId":1611,"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":1743529785374,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":971,"timestamp":14214385231,"id":1655,"parentId":1611,"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":1743529785374,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":5819,"timestamp":14214393872,"id":1656,"parentId":1597,"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":1743529785383,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":722,"timestamp":14214402239,"id":1657,"parentId":1644,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/ws@8.17.1/node_modules/ws/lib/limiter.js","layer":"ssr"},"startTime":1743529785392,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":548,"timestamp":14214416734,"id":1658,"parentId":1649,"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":1743529785406,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":528,"timestamp":14214418792,"id":1659,"parentId":1655,"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":1743529785408,"traceId":"980ec967484575cc"},{"name":"build-module","duration":52,"timestamp":14214420371,"id":1660,"parentId":1650,"tags":{"layer":null},"startTime":1743529785410,"traceId":"980ec967484575cc"},{"name":"build-module","duration":6,"timestamp":14214420444,"id":1661,"parentId":1648,"tags":{"layer":null},"startTime":1743529785410,"traceId":"980ec967484575cc"},{"name":"build-module","duration":426,"timestamp":14214434558,"id":1665,"parentId":16,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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%227fad2c8fa15f076d3576453c1838f7715f977576b6%22%2C%22exportedName%22%3A%22getEmailsDirectoryMetadataAction%22%7D%5D%5D%5D&__client_imported__=true!","layer":"action-browser"},"startTime":1743529785424,"traceId":"980ec967484575cc"},{"name":"build-module-ts","duration":2162,"timestamp":14214436143,"id":1666,"parentId":1665,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/actions/get-emails-directory-metadata-action.ts","layer":"action-browser"},"startTime":1743529785425,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1089,"timestamp":14214440496,"id":1667,"parentId":1666,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529785430,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2316,"timestamp":14214440766,"id":1669,"parentId":1666,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529785430,"traceId":"980ec967484575cc"},{"name":"build-module-ts","duration":2919,"timestamp":14214440856,"id":1670,"parentId":1666,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/utils/get-emails-directory-metadata.ts","layer":"action-browser"},"startTime":1743529785430,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":6621,"timestamp":14214440661,"id":1668,"parentId":1666,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529785430,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2695,"timestamp":14214447406,"id":1671,"parentId":1669,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529785437,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":4356,"timestamp":14214447603,"id":1673,"parentId":1669,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529785437,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":4396,"timestamp":14214447682,"id":1674,"parentId":1669,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529785437,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":4378,"timestamp":14214447766,"id":1675,"parentId":1667,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529785437,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":4396,"timestamp":14214447843,"id":1676,"parentId":1669,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529785437,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":4403,"timestamp":14214447917,"id":1677,"parentId":1669,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529785437,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":9999,"timestamp":14214447522,"id":1672,"parentId":1669,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529785437,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2871,"timestamp":14214458054,"id":1678,"parentId":1671,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529785447,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3393,"timestamp":14214458192,"id":1679,"parentId":1671,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529785447,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3460,"timestamp":14214458278,"id":1680,"parentId":1671,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529785448,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3707,"timestamp":14214458358,"id":1681,"parentId":1671,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529785448,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3960,"timestamp":14214458430,"id":1682,"parentId":1671,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529785448,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":4296,"timestamp":14214458506,"id":1683,"parentId":1671,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529785448,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":4416,"timestamp":14214458688,"id":1686,"parentId":1673,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529785448,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":4484,"timestamp":14214458754,"id":1687,"parentId":1673,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529785448,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":5027,"timestamp":14214458642,"id":1685,"parentId":1673,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529785448,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":5341,"timestamp":14214458576,"id":1684,"parentId":1673,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529785448,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1274,"timestamp":14214464217,"id":1689,"parentId":1672,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529785453,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1528,"timestamp":14214464291,"id":1690,"parentId":1672,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529785454,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":4852,"timestamp":14214465953,"id":1691,"parentId":1678,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529785455,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":4907,"timestamp":14214466061,"id":1692,"parentId":1678,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529785455,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":757,"timestamp":14214472089,"id":1693,"parentId":1690,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529785461,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":893,"timestamp":14214472199,"id":1694,"parentId":1690,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529785461,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":21040,"timestamp":14214458823,"id":1688,"parentId":1676,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529785448,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":478,"timestamp":14214480515,"id":1695,"parentId":1688,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529785470,"traceId":"980ec967484575cc"},{"name":"make","duration":5186942,"timestamp":14209294580,"id":18,"parentId":16,"tags":{},"startTime":1743529780284,"traceId":"980ec967484575cc"},{"name":"get-entries","duration":533,"timestamp":14214482628,"id":1697,"parentId":1696,"tags":{},"startTime":1743529785472,"traceId":"980ec967484575cc"},{"name":"node-file-trace-plugin","duration":534532,"timestamp":14214489630,"id":1698,"parentId":1696,"tags":{"traceEntryCount":"10"},"startTime":1743529785479,"traceId":"980ec967484575cc"},{"name":"collect-traced-files","duration":3674,"timestamp":14215024175,"id":1699,"parentId":1696,"tags":{},"startTime":1743529786013,"traceId":"980ec967484575cc"},{"name":"finish-modules","duration":545368,"timestamp":14214482488,"id":1696,"parentId":17,"tags":{},"startTime":1743529785472,"traceId":"980ec967484575cc"},{"name":"chunk-graph","duration":22122,"timestamp":14215110198,"id":1701,"parentId":1700,"tags":{},"startTime":1743529786099,"traceId":"980ec967484575cc"},{"name":"optimize-modules","duration":20,"timestamp":14215132423,"id":1703,"parentId":1700,"tags":{},"startTime":1743529786122,"traceId":"980ec967484575cc"},{"name":"optimize-chunks","duration":12527,"timestamp":14215132501,"id":1704,"parentId":1700,"tags":{},"startTime":1743529786122,"traceId":"980ec967484575cc"},{"name":"optimize-tree","duration":24,"timestamp":14215145108,"id":1705,"parentId":1700,"tags":{},"startTime":1743529786134,"traceId":"980ec967484575cc"},{"name":"optimize-chunk-modules","duration":37562,"timestamp":14215145196,"id":1706,"parentId":1700,"tags":{},"startTime":1743529786134,"traceId":"980ec967484575cc"},{"name":"optimize","duration":50425,"timestamp":14215132381,"id":1702,"parentId":1700,"tags":{},"startTime":1743529786122,"traceId":"980ec967484575cc"},{"name":"module-hash","duration":32364,"timestamp":14215209401,"id":1707,"parentId":1700,"tags":{},"startTime":1743529786199,"traceId":"980ec967484575cc"},{"name":"code-generation","duration":594482,"timestamp":14215241827,"id":1708,"parentId":1700,"tags":{},"startTime":1743529786231,"traceId":"980ec967484575cc"},{"name":"hash","duration":5820,"timestamp":14215843925,"id":1709,"parentId":1700,"tags":{},"startTime":1743529786833,"traceId":"980ec967484575cc"},{"name":"code-generation-jobs","duration":411,"timestamp":14215849743,"id":1710,"parentId":1700,"tags":{},"startTime":1743529786839,"traceId":"980ec967484575cc"},{"name":"module-assets","duration":809,"timestamp":14215850120,"id":1711,"parentId":1700,"tags":{},"startTime":1743529786839,"traceId":"980ec967484575cc"},{"name":"create-chunk-assets","duration":13950,"timestamp":14215850939,"id":1712,"parentId":1700,"tags":{},"startTime":1743529786840,"traceId":"980ec967484575cc"},{"name":"minify-js","duration":217806,"timestamp":14215894946,"id":1717,"parentId":1713,"tags":{"name":"../pages/_app.js","cache":"MISS"},"startTime":1743529786884,"traceId":"980ec967484575cc"},{"name":"minify-js","duration":219031,"timestamp":14215893802,"id":1715,"parentId":1713,"tags":{"name":"../app/_not-found/page.js","cache":"MISS"},"startTime":1743529786883,"traceId":"980ec967484575cc"},{"name":"minify-js","duration":216470,"timestamp":14215896390,"id":1719,"parentId":1713,"tags":{"name":"../pages/_document.js","cache":"MISS"},"startTime":1743529786886,"traceId":"980ec967484575cc"},{"name":"minify-js","duration":218343,"timestamp":14215894544,"id":1716,"parentId":1713,"tags":{"name":"../pages/_error.js","cache":"MISS"},"startTime":1743529786884,"traceId":"980ec967484575cc"},{"name":"minify-js","duration":217829,"timestamp":14215895117,"id":1718,"parentId":1713,"tags":{"name":"../app/page.js","cache":"MISS"},"startTime":1743529786884,"traceId":"980ec967484575cc"},{"name":"minify-js","duration":221809,"timestamp":14215891189,"id":1714,"parentId":1713,"tags":{"name":"../app/favicon.ico/route.js","cache":"MISS"},"startTime":1743529786880,"traceId":"980ec967484575cc"},{"name":"minify-js","duration":154172,"timestamp":14215958881,"id":1721,"parentId":1713,"tags":{"name":"../webpack-runtime.js","cache":"MISS"},"startTime":1743529786948,"traceId":"980ec967484575cc"},{"name":"minify-js","duration":181217,"timestamp":14215960524,"id":1723,"parentId":1713,"tags":{"name":"811.js","cache":"MISS"},"startTime":1743529786950,"traceId":"980ec967484575cc"},{"name":"minify-js","duration":234602,"timestamp":14215959269,"id":1722,"parentId":1713,"tags":{"name":"553.js","cache":"MISS"},"startTime":1743529786949,"traceId":"980ec967484575cc"},{"name":"minify-js","duration":234238,"timestamp":14215991443,"id":1726,"parentId":1713,"tags":{"name":"446.js","cache":"MISS"},"startTime":1743529786981,"traceId":"980ec967484575cc"},{"name":"minify-js","duration":243473,"timestamp":14215992135,"id":1727,"parentId":1713,"tags":{"name":"35.js","cache":"MISS"},"startTime":1743529786981,"traceId":"980ec967484575cc"},{"name":"minify-js","duration":402599,"timestamp":14215961489,"id":1724,"parentId":1713,"tags":{"name":"600.js","cache":"MISS"},"startTime":1743529786951,"traceId":"980ec967484575cc"},{"name":"minify-js","duration":752326,"timestamp":14215974868,"id":1725,"parentId":1713,"tags":{"name":"196.js","cache":"MISS"},"startTime":1743529786964,"traceId":"980ec967484575cc"},{"name":"minify-js","duration":2226373,"timestamp":14215896488,"id":1720,"parentId":1713,"tags":{"name":"../app/preview/[...slug]/page.js","cache":"MISS"},"startTime":1743529786886,"traceId":"980ec967484575cc"},{"name":"minify-webpack-plugin-optimize","duration":2256293,"timestamp":14215866589,"id":1713,"parentId":16,"tags":{"compilationName":"server","mangle":"true"},"startTime":1743529786856,"traceId":"980ec967484575cc"},{"name":"css-minimizer-plugin","duration":132,"timestamp":14218123070,"id":1728,"parentId":16,"tags":{},"startTime":1743529789112,"traceId":"980ec967484575cc"},{"name":"create-trace-assets","duration":1541,"timestamp":14218123365,"id":1729,"parentId":17,"tags":{},"startTime":1743529789113,"traceId":"980ec967484575cc"},{"name":"create-trace-assets","duration":611,"timestamp":14218125021,"id":1730,"parentId":17,"tags":{},"startTime":1743529789114,"traceId":"980ec967484575cc"},{"name":"seal","duration":3057385,"timestamp":14215075877,"id":1700,"parentId":16,"tags":{},"startTime":1743529786065,"traceId":"980ec967484575cc"},{"name":"webpack-compilation","duration":8852541,"timestamp":14209289453,"id":16,"parentId":13,"tags":{"name":"server"},"startTime":1743529780279,"traceId":"980ec967484575cc"},{"name":"emit","duration":9309,"timestamp":14218142304,"id":1731,"parentId":13,"tags":{},"startTime":1743529789132,"traceId":"980ec967484575cc"},{"name":"webpack-close","duration":803270,"timestamp":14218154229,"id":1732,"parentId":13,"tags":{"name":"server"},"startTime":1743529789143,"traceId":"980ec967484575cc"},{"name":"webpack-generate-error-stats","duration":2208,"timestamp":14218957565,"id":1733,"parentId":1732,"tags":{},"startTime":1743529789947,"traceId":"980ec967484575cc"},{"name":"make","duration":196,"timestamp":14218968192,"id":1735,"parentId":1734,"tags":{},"startTime":1743529789957,"traceId":"980ec967484575cc"},{"name":"chunk-graph","duration":51,"timestamp":14218968980,"id":1737,"parentId":1736,"tags":{},"startTime":1743529789958,"traceId":"980ec967484575cc"},{"name":"optimize-modules","duration":10,"timestamp":14218969075,"id":1739,"parentId":1736,"tags":{},"startTime":1743529789958,"traceId":"980ec967484575cc"},{"name":"optimize-chunks","duration":81,"timestamp":14218969136,"id":1740,"parentId":1736,"tags":{},"startTime":1743529789958,"traceId":"980ec967484575cc"},{"name":"optimize-tree","duration":10,"timestamp":14218969259,"id":1741,"parentId":1736,"tags":{},"startTime":1743529789959,"traceId":"980ec967484575cc"},{"name":"optimize-chunk-modules","duration":49,"timestamp":14218969334,"id":1742,"parentId":1736,"tags":{},"startTime":1743529789959,"traceId":"980ec967484575cc"},{"name":"optimize","duration":387,"timestamp":14218969042,"id":1738,"parentId":1736,"tags":{},"startTime":1743529789958,"traceId":"980ec967484575cc"},{"name":"module-hash","duration":13,"timestamp":14218969632,"id":1743,"parentId":1736,"tags":{},"startTime":1743529789959,"traceId":"980ec967484575cc"},{"name":"code-generation","duration":11,"timestamp":14218969653,"id":1744,"parentId":1736,"tags":{},"startTime":1743529789959,"traceId":"980ec967484575cc"}]
18
+ [{"name":"hash","duration":83,"timestamp":14218969898,"id":1745,"parentId":1736,"tags":{},"startTime":1743529789959,"traceId":"980ec967484575cc"},{"name":"code-generation-jobs","duration":61,"timestamp":14218969982,"id":1746,"parentId":1736,"tags":{},"startTime":1743529789959,"traceId":"980ec967484575cc"},{"name":"module-assets","duration":18,"timestamp":14218970032,"id":1747,"parentId":1736,"tags":{},"startTime":1743529789959,"traceId":"980ec967484575cc"},{"name":"create-chunk-assets","duration":24,"timestamp":14218970055,"id":1748,"parentId":1736,"tags":{},"startTime":1743529789959,"traceId":"980ec967484575cc"},{"name":"minify-js","duration":2675,"timestamp":14218972091,"id":1750,"parentId":1749,"tags":{"name":"interception-route-rewrite-manifest.js","cache":"MISS"},"startTime":1743529789961,"traceId":"980ec967484575cc"},{"name":"minify-webpack-plugin-optimize","duration":3003,"timestamp":14218971772,"id":1749,"parentId":1734,"tags":{"compilationName":"edge-server","mangle":"true"},"startTime":1743529789961,"traceId":"980ec967484575cc"},{"name":"css-minimizer-plugin","duration":7,"timestamp":14218974811,"id":1751,"parentId":1734,"tags":{},"startTime":1743529789964,"traceId":"980ec967484575cc"},{"name":"seal","duration":7023,"timestamp":14218968840,"id":1736,"parentId":1734,"tags":{},"startTime":1743529789958,"traceId":"980ec967484575cc"},{"name":"webpack-compilation","duration":9057,"timestamp":14218966893,"id":1734,"parentId":13,"tags":{"name":"edge-server"},"startTime":1743529789956,"traceId":"980ec967484575cc"},{"name":"emit","duration":483,"timestamp":14218975993,"id":1752,"parentId":13,"tags":{},"startTime":1743529789965,"traceId":"980ec967484575cc"},{"name":"webpack-close","duration":3448,"timestamp":14218976685,"id":1753,"parentId":13,"tags":{"name":"edge-server"},"startTime":1743529789966,"traceId":"980ec967484575cc"},{"name":"webpack-generate-error-stats","duration":419,"timestamp":14218980137,"id":1754,"parentId":1753,"tags":{},"startTime":1743529789969,"traceId":"980ec967484575cc"},{"name":"build-module","duration":1226,"timestamp":14218994105,"id":1767,"parentId":1759,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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.2.2_%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.2.2_%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.2.2_%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.2.2_%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.2.2_%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.2.2_%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.2.2_%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.2.2_%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":1743529789983,"traceId":"980ec967484575cc"},{"name":"build-module","duration":343,"timestamp":14218995380,"id":1768,"parentId":1764,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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.2.2_%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.2.2_%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":1743529789985,"traceId":"980ec967484575cc"},{"name":"build-module","duration":366,"timestamp":14218995742,"id":1769,"parentId":1765,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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.2.2_%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.2.2_%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":1743529789985,"traceId":"980ec967484575cc"},{"name":"build-module","duration":241,"timestamp":14218996123,"id":1770,"parentId":1766,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529789985,"traceId":"980ec967484575cc"},{"name":"next-client-pages-loader","duration":206,"timestamp":14219016907,"id":1772,"parentId":1771,"tags":{"absolutePagePath":"next/dist/client/components/not-found-error"},"startTime":1743529790006,"traceId":"980ec967484575cc"},{"name":"build-module","duration":1456,"timestamp":14219016180,"id":1771,"parentId":1760,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529790005,"traceId":"980ec967484575cc"},{"name":"next-client-pages-loader","duration":22,"timestamp":14219018206,"id":1774,"parentId":1773,"tags":{"absolutePagePath":"next/dist/pages/_error"},"startTime":1743529790007,"traceId":"980ec967484575cc"},{"name":"build-module","duration":707,"timestamp":14219017657,"id":1773,"parentId":1761,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529790007,"traceId":"980ec967484575cc"},{"name":"next-client-pages-loader","duration":13,"timestamp":14219018408,"id":1776,"parentId":1775,"tags":{"absolutePagePath":"next/dist/pages/_app"},"startTime":1743529790008,"traceId":"980ec967484575cc"},{"name":"build-module","duration":138,"timestamp":14219018375,"id":1775,"parentId":1762,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529790008,"traceId":"980ec967484575cc"},{"name":"image-size-calculation","duration":73,"timestamp":14219022109,"id":1801,"parentId":1800,"tags":{},"startTime":1743529790011,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":8063,"timestamp":14219019724,"id":1777,"parentId":1757,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529790009,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":8286,"timestamp":14219020089,"id":1778,"parentId":1758,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529790009,"traceId":"980ec967484575cc"},{"name":"build-module-tsx","duration":11961,"timestamp":14219020834,"id":1780,"parentId":1769,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/components/button.tsx","layer":"app-pages-browser"},"startTime":1743529790010,"traceId":"980ec967484575cc"},{"name":"build-module-tsx","duration":12923,"timestamp":14219020473,"id":1779,"parentId":1768,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/contexts/emails.tsx","layer":"app-pages-browser"},"startTime":1743529790010,"traceId":"980ec967484575cc"},{"name":"build-module-tsx","duration":13841,"timestamp":14219020911,"id":1781,"parentId":1769,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/components/code.tsx","layer":"app-pages-browser"},"startTime":1743529790010,"traceId":"980ec967484575cc"},{"name":"build-module-tsx","duration":14472,"timestamp":14219021091,"id":1783,"parentId":1769,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/components/topbar.tsx","layer":"app-pages-browser"},"startTime":1743529790010,"traceId":"980ec967484575cc"},{"name":"build-module-tsx","duration":15154,"timestamp":14219020982,"id":1782,"parentId":1769,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/components/shell.tsx","layer":"app-pages-browser"},"startTime":1743529790010,"traceId":"980ec967484575cc"},{"name":"build-module-tsx","duration":15179,"timestamp":14219021299,"id":1786,"parentId":1769,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/components/sidebar/sidebar.tsx","layer":"app-pages-browser"},"startTime":1743529790011,"traceId":"980ec967484575cc"},{"name":"build-module-tsx","duration":15579,"timestamp":14219021232,"id":1785,"parentId":1770,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/contexts/preview.tsx","layer":"app-pages-browser"},"startTime":1743529790010,"traceId":"980ec967484575cc"},{"name":"image-resize","duration":14647,"timestamp":14219022237,"id":1802,"parentId":1800,"tags":{},"startTime":1743529790012,"traceId":"980ec967484575cc"},{"name":"image-base64-tostring","duration":14,"timestamp":14219036889,"id":1803,"parentId":1800,"tags":{},"startTime":1743529790026,"traceId":"980ec967484575cc"},{"name":"image-data-stringify","duration":11,"timestamp":14219036920,"id":1804,"parentId":1800,"tags":{},"startTime":1743529790026,"traceId":"980ec967484575cc"},{"name":"next-image-loader","duration":14976,"timestamp":14219021970,"id":1800,"parentId":1798,"tags":{},"startTime":1743529790011,"traceId":"980ec967484575cc"},{"name":"build-module-png","duration":15335,"timestamp":14219021779,"id":1798,"parentId":1769,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/app/logo.png","layer":"app-pages-browser"},"startTime":1743529790011,"traceId":"980ec967484575cc"},{"name":"build-module-tsx","duration":17353,"timestamp":14219021159,"id":1784,"parentId":1770,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/components/toolbar.tsx","layer":"app-pages-browser"},"startTime":1743529790010,"traceId":"980ec967484575cc"},{"name":"build-module-tsx","duration":21157,"timestamp":14219021373,"id":1787,"parentId":1770,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/app/preview/[...slug]/preview.tsx","layer":"app-pages-browser"},"startTime":1743529790011,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":21413,"timestamp":14219021510,"id":1790,"parentId":1767,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529790011,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":22776,"timestamp":14219021444,"id":1788,"parentId":1769,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529790011,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":23680,"timestamp":14219021541,"id":1791,"parentId":1767,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529790011,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":23894,"timestamp":14219021607,"id":1793,"parentId":1767,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529790011,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":24361,"timestamp":14219021680,"id":1795,"parentId":1767,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529790011,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":26022,"timestamp":14219021576,"id":1792,"parentId":1767,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529790011,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":26297,"timestamp":14219021717,"id":1796,"parentId":1767,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529790011,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":26575,"timestamp":14219021749,"id":1797,"parentId":1767,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529790011,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":48912,"timestamp":14219021646,"id":1794,"parentId":1769,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529790011,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":49866,"timestamp":14219021918,"id":1799,"parentId":1763,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529790011,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":50769,"timestamp":14219021478,"id":1789,"parentId":1767,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529790011,"traceId":"980ec967484575cc"},{"name":"build-module-json","duration":1578,"timestamp":14219106787,"id":1809,"parentId":1780,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/animated-icons-data/load.json","layer":"app-pages-browser"},"startTime":1743529790096,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":5496,"timestamp":14219106712,"id":1808,"parentId":1781,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529790096,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":11207,"timestamp":14219106659,"id":1807,"parentId":1771,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529790096,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":11792,"timestamp":14219106609,"id":1806,"parentId":1775,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529790096,"traceId":"980ec967484575cc"},{"name":"build-module-tsx","duration":11656,"timestamp":14219107184,"id":1810,"parentId":1783,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/components/heading.tsx","layer":"app-pages-browser"},"startTime":1743529790096,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":12922,"timestamp":14219106473,"id":1805,"parentId":1773,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529790096,"traceId":"980ec967484575cc"},{"name":"build-module-ts","duration":12190,"timestamp":14219107403,"id":1813,"parentId":1780,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/utils/cn.ts","layer":"app-pages-browser"},"startTime":1743529790097,"traceId":"980ec967484575cc"},{"name":"build-module-tsx","duration":12529,"timestamp":14219107268,"id":1811,"parentId":1783,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/components/tooltip.tsx","layer":"app-pages-browser"},"startTime":1743529790097,"traceId":"980ec967484575cc"},{"name":"build-module-ts","duration":12495,"timestamp":14219107467,"id":1814,"parentId":1780,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/utils/unreachable.ts","layer":"app-pages-browser"},"startTime":1743529790097,"traceId":"980ec967484575cc"},{"name":"build-module-tsx","duration":12933,"timestamp":14219107338,"id":1812,"parentId":1782,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/components/logo.tsx","layer":"app-pages-browser"},"startTime":1743529790097,"traceId":"980ec967484575cc"},{"name":"build-module-ts","duration":12886,"timestamp":14219107532,"id":1815,"parentId":1779,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/actions/get-emails-directory-metadata-action.ts","layer":"app-pages-browser"},"startTime":1743529790097,"traceId":"980ec967484575cc"},{"name":"build-module-ts","duration":13118,"timestamp":14219107595,"id":1816,"parentId":1779,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/app/env.ts","layer":"app-pages-browser"},"startTime":1743529790097,"traceId":"980ec967484575cc"},{"name":"build-module-ts","duration":13247,"timestamp":14219107658,"id":1817,"parentId":1779,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/hooks/use-hot-reload.ts","layer":"app-pages-browser"},"startTime":1743529790097,"traceId":"980ec967484575cc"},{"name":"build-module-ts","duration":13418,"timestamp":14219107720,"id":1818,"parentId":1781,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/hooks/use-fragment-identifier.ts","layer":"app-pages-browser"},"startTime":1743529790097,"traceId":"980ec967484575cc"},{"name":"build-module-ts","duration":13524,"timestamp":14219107849,"id":1820,"parentId":1785,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/hooks/use-rendering-metadata.ts","layer":"app-pages-browser"},"startTime":1743529790097,"traceId":"980ec967484575cc"},{"name":"build-module-ts","duration":13867,"timestamp":14219107789,"id":1819,"parentId":1785,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/hooks/use-email-rendering-result.ts","layer":"app-pages-browser"},"startTime":1743529790097,"traceId":"980ec967484575cc"},{"name":"build-module-tsx","duration":14181,"timestamp":14219107913,"id":1821,"parentId":1783,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/components/icons/icon-hide-sidebar.tsx","layer":"app-pages-browser"},"startTime":1743529790097,"traceId":"980ec967484575cc"},{"name":"build-module-tsx","duration":14369,"timestamp":14219107975,"id":1822,"parentId":1784,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/components/icons/icon-arrow-down.tsx","layer":"app-pages-browser"},"startTime":1743529790097,"traceId":"980ec967484575cc"},{"name":"build-module-tsx","duration":14707,"timestamp":14219108045,"id":1823,"parentId":1784,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/components/icons/icon-check.tsx","layer":"app-pages-browser"},"startTime":1743529790097,"traceId":"980ec967484575cc"},{"name":"build-module-tsx","duration":8852,"timestamp":14219114121,"id":1824,"parentId":1784,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/components/icons/icon-info.tsx","layer":"app-pages-browser"},"startTime":1743529790103,"traceId":"980ec967484575cc"},{"name":"build-module-tsx","duration":8795,"timestamp":14219114368,"id":1825,"parentId":1784,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/components/icons/icon-reload.tsx","layer":"app-pages-browser"},"startTime":1743529790104,"traceId":"980ec967484575cc"},{"name":"build-module-tsx","duration":18485,"timestamp":14219114873,"id":1829,"parentId":1784,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/components/toolbar/toolbar-button.tsx","layer":"app-pages-browser"},"startTime":1743529790104,"traceId":"980ec967484575cc"},{"name":"build-module-tsx","duration":19607,"timestamp":14219114523,"id":1826,"parentId":1784,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/components/toolbar/compatibility.tsx","layer":"app-pages-browser"},"startTime":1743529790104,"traceId":"980ec967484575cc"},{"name":"build-module-tsx","duration":20193,"timestamp":14219114791,"id":1828,"parentId":1784,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/components/toolbar/spam-assassin.tsx","layer":"app-pages-browser"},"startTime":1743529790104,"traceId":"980ec967484575cc"},{"name":"build-module-tsx","duration":20618,"timestamp":14219114953,"id":1830,"parentId":1787,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/components/code-container.tsx","layer":"app-pages-browser"},"startTime":1743529790104,"traceId":"980ec967484575cc"},{"name":"build-module-tsx","duration":21909,"timestamp":14219114660,"id":1827,"parentId":1784,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/components/toolbar/linter.tsx","layer":"app-pages-browser"},"startTime":1743529790104,"traceId":"980ec967484575cc"},{"name":"build-module-tsx","duration":22476,"timestamp":14219115050,"id":1831,"parentId":1787,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/components/resizable-wrapper.tsx","layer":"app-pages-browser"},"startTime":1743529790104,"traceId":"980ec967484575cc"},{"name":"build-module-tsx","duration":22614,"timestamp":14219115201,"id":1833,"parentId":1786,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/components/sidebar/file-tree.tsx","layer":"app-pages-browser"},"startTime":1743529790104,"traceId":"980ec967484575cc"},{"name":"build-module-tsx","duration":23364,"timestamp":14219115130,"id":1832,"parentId":1787,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/components/send.tsx","layer":"app-pages-browser"},"startTime":1743529790104,"traceId":"980ec967484575cc"},{"name":"build-module-ts","duration":4082,"timestamp":14219159121,"id":1835,"parentId":1787,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/hooks/use-clamped-state.ts","layer":"app-pages-browser"},"startTime":1743529790148,"traceId":"980ec967484575cc"},{"name":"build-module-ts","duration":4670,"timestamp":14219158806,"id":1834,"parentId":1784,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/components/toolbar/use-cached-state.ts","layer":"app-pages-browser"},"startTime":1743529790148,"traceId":"980ec967484575cc"},{"name":"build-module-tsx","duration":4647,"timestamp":14219159225,"id":1836,"parentId":1787,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/components/topbar/active-view-toggle-group.tsx","layer":"app-pages-browser"},"startTime":1743529790148,"traceId":"980ec967484575cc"},{"name":"build-module-tsx","duration":5222,"timestamp":14219159319,"id":1837,"parentId":1787,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/components/topbar/view-size-controls.tsx","layer":"app-pages-browser"},"startTime":1743529790149,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":5201,"timestamp":14219178182,"id":1851,"parentId":1799,"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":1743529790167,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":5084,"timestamp":14219178564,"id":1853,"parentId":1779,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529790168,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":5010,"timestamp":14219178945,"id":1855,"parentId":1787,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529790168,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":10605,"timestamp":14219177168,"id":1843,"parentId":1786,"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":1743529790166,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":10844,"timestamp":14219177708,"id":1844,"parentId":1780,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@radix-ui+react-slot@1.1.0_@types+react@19.0.1_react@19.0.0/node_modules/@radix-ui/react-slot/dist/index.mjs","layer":"app-pages-browser"},"startTime":1743529790167,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":11249,"timestamp":14219177979,"id":1848,"parentId":1787,"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":1743529790167,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":27896,"timestamp":14219178056,"id":1849,"parentId":1781,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/prism-react-renderer@2.1.0_react@19.0.0/node_modules/prism-react-renderer/dist/index.mjs","layer":"app-pages-browser"},"startTime":1743529790167,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":28043,"timestamp":14219178119,"id":1850,"parentId":1788,"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":1743529790167,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":27964,"timestamp":14219178486,"id":1852,"parentId":1788,"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":1743529790168,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":28275,"timestamp":14219178870,"id":1854,"parentId":1780,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@lottiefiles+dotlottie-react@0.12.3_react@19.0.0/node_modules/@lottiefiles/dotlottie-react/dist/index.js","layer":"app-pages-browser"},"startTime":1743529790168,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":24728,"timestamp":14219182657,"id":1886,"parentId":1797,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529790172,"traceId":"980ec967484575cc"},{"name":"build-module-ts","duration":31177,"timestamp":14219176938,"id":1840,"parentId":1781,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/utils/index.ts","layer":"app-pages-browser"},"startTime":1743529790166,"traceId":"980ec967484575cc"},{"name":"build-module-ts","duration":31249,"timestamp":14219177025,"id":1841,"parentId":1787,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/components/index.ts","layer":"app-pages-browser"},"startTime":1743529790166,"traceId":"980ec967484575cc"},{"name":"build-module-ts","duration":31272,"timestamp":14219177098,"id":1842,"parentId":1782,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/components/sidebar/index.ts","layer":"app-pages-browser"},"startTime":1743529790166,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":31867,"timestamp":14219176710,"id":1838,"parentId":1790,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529790166,"traceId":"980ec967484575cc"},{"name":"build-module-tsx","duration":32060,"timestamp":14219176848,"id":1839,"parentId":1787,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/app/preview/[...slug]/rendering-error.tsx","layer":"app-pages-browser"},"startTime":1743529790166,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":30084,"timestamp":14219179048,"id":1858,"parentId":1788,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529790168,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":30267,"timestamp":14219179080,"id":1859,"parentId":1788,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529790168,"traceId":"980ec967484575cc"}]
19
+ [{"name":"build-module-js","duration":30566,"timestamp":14219179156,"id":1861,"parentId":1788,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529790168,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":31086,"timestamp":14219179112,"id":1860,"parentId":1788,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529790168,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":31169,"timestamp":14219179186,"id":1862,"parentId":1799,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529790168,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":32255,"timestamp":14219178965,"id":1856,"parentId":1788,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529790168,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":32163,"timestamp":14219179210,"id":1863,"parentId":1788,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529790168,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":32599,"timestamp":14219179242,"id":1864,"parentId":1788,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529790169,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":33112,"timestamp":14219179300,"id":1866,"parentId":1778,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529790169,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":33512,"timestamp":14219179363,"id":1868,"parentId":1777,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529790169,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":34296,"timestamp":14219179332,"id":1867,"parentId":1778,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529790169,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":35659,"timestamp":14219179273,"id":1865,"parentId":1805,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529790169,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":38394,"timestamp":14219179011,"id":1857,"parentId":1788,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529790168,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":38311,"timestamp":14219179473,"id":1872,"parentId":1791,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529790169,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":38569,"timestamp":14219179503,"id":1873,"parentId":1791,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529790169,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":39169,"timestamp":14219179531,"id":1874,"parentId":1791,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529790169,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":40884,"timestamp":14219179418,"id":1870,"parentId":1778,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529790169,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":38732,"timestamp":14219182029,"id":1877,"parentId":1793,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529790171,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":40766,"timestamp":14219182137,"id":1879,"parentId":1795,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529790171,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":41060,"timestamp":14219182173,"id":1880,"parentId":1792,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529790171,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":42278,"timestamp":14219182089,"id":1878,"parentId":1792,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529790171,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":42417,"timestamp":14219182206,"id":1881,"parentId":1792,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529790171,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":47931,"timestamp":14219179388,"id":1869,"parentId":1778,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529790169,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":45358,"timestamp":14219182538,"id":1883,"parentId":1792,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529790172,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":46163,"timestamp":14219182588,"id":1884,"parentId":1794,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529790172,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":46316,"timestamp":14219182724,"id":1887,"parentId":1792,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529790172,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":46640,"timestamp":14219182793,"id":1889,"parentId":1790,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529790172,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":47177,"timestamp":14219182759,"id":1888,"parentId":1794,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529790172,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":47381,"timestamp":14219182824,"id":1890,"parentId":1792,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529790172,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":47763,"timestamp":14219182856,"id":1891,"parentId":1792,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529790172,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":49088,"timestamp":14219182627,"id":1885,"parentId":1806,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529790172,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":55612,"timestamp":14219179448,"id":1871,"parentId":1777,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529790169,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":52824,"timestamp":14219182885,"id":1892,"parentId":1794,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529790172,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":82550,"timestamp":14219177854,"id":1846,"parentId":1784,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529790167,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":83598,"timestamp":14219177782,"id":1845,"parentId":1784,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@radix-ui+react-tabs@1.1.1_@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":1743529790167,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":86898,"timestamp":14219177915,"id":1847,"parentId":1787,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/sonner@1.7.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/sonner/dist/index.mjs","layer":"app-pages-browser"},"startTime":1743529790167,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1159,"timestamp":14219334075,"id":1893,"parentId":1799,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529790323,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1011,"timestamp":14219334368,"id":1896,"parentId":1799,"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":1743529790324,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1110,"timestamp":14219334402,"id":1897,"parentId":1780,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529790324,"traceId":"980ec967484575cc"},{"name":"build-module-tsx","duration":4034,"timestamp":14219334468,"id":1899,"parentId":1811,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/components/tooltip-content.tsx","layer":"app-pages-browser"},"startTime":1743529790324,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":4750,"timestamp":14219334166,"id":1894,"parentId":1794,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529790323,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":6040,"timestamp":14219334426,"id":1898,"parentId":1808,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529790324,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":7034,"timestamp":14219334298,"id":1895,"parentId":1794,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529790324,"traceId":"980ec967484575cc"},{"name":"build-module","duration":385,"timestamp":14219347362,"id":1903,"parentId":1815,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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=7fad2c8fa15f076d3576453c1838f7715f977576b6&name=getEmailsDirectoryMetadataAction!","layer":"app-pages-browser"},"startTime":1743529790337,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":188,"timestamp":14219347766,"id":1904,"parentId":1806,"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":1743529790337,"traceId":"980ec967484575cc"},{"name":"build-module-ts","duration":3248,"timestamp":14219347024,"id":1901,"parentId":1819,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/actions/get-email-path-from-slug.ts","layer":"app-pages-browser"},"startTime":1743529790336,"traceId":"980ec967484575cc"},{"name":"build-module-tsx","duration":3688,"timestamp":14219346775,"id":1900,"parentId":1819,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/actions/render-email-by-path.tsx","layer":"app-pages-browser"},"startTime":1743529790336,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3877,"timestamp":14219347215,"id":1902,"parentId":1807,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529790336,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2138,"timestamp":14219353898,"id":1909,"parentId":1865,"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":1743529790343,"traceId":"980ec967484575cc"},{"name":"font-loader","duration":30531,"timestamp":14219354643,"id":1917,"parentId":1916,"tags":{},"startTime":1743529790344,"traceId":"980ec967484575cc"},{"name":"postcss","duration":1264,"timestamp":14219537811,"id":1921,"parentId":1916,"tags":{},"startTime":1743529790527,"traceId":"980ec967484575cc"},{"name":"next-font-loader","duration":184579,"timestamp":14219354571,"id":1916,"parentId":1907,"tags":{},"startTime":1743529790344,"traceId":"980ec967484575cc"},{"name":"css-loader","duration":6791,"timestamp":14219539120,"id":1922,"parentId":1907,"tags":{"astUsed":"true"},"startTime":1743529790528,"traceId":"980ec967484575cc"},{"name":"build-module","duration":193115,"timestamp":14219353798,"id":1907,"parentId":1875,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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.2.2_@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.2.2_@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.2.2_@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":1743529790343,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":210601,"timestamp":14219353923,"id":1910,"parentId":1813,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/tailwind-merge@2.2.0/node_modules/tailwind-merge/dist/bundle-mjs.mjs","layer":"app-pages-browser"},"startTime":1743529790343,"traceId":"980ec967484575cc"},{"name":"build-module-tsx","duration":212936,"timestamp":14219354105,"id":1912,"parentId":1821,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/components/icons/icon-base.tsx","layer":"app-pages-browser"},"startTime":1743529790343,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":215732,"timestamp":14219351828,"id":1905,"parentId":1865,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529790341,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":213907,"timestamp":14219354269,"id":1914,"parentId":1796,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529790344,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":227263,"timestamp":14219354024,"id":1911,"parentId":1811,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@radix-ui+react-tooltip@1.1.2_@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":1743529790343,"traceId":"980ec967484575cc"},{"name":"build-module-ts","duration":11832,"timestamp":14219569845,"id":1923,"parentId":1830,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/utils/constants.ts","layer":"app-pages-browser"},"startTime":1743529790559,"traceId":"980ec967484575cc"},{"name":"build-module-ts","duration":11799,"timestamp":14219570152,"id":1925,"parentId":1826,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/utils/load-stream.ts","layer":"app-pages-browser"},"startTime":1743529790559,"traceId":"980ec967484575cc"},{"name":"build-module-ts","duration":12070,"timestamp":14219570050,"id":1924,"parentId":1830,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/utils/language-map.ts","layer":"app-pages-browser"},"startTime":1743529790559,"traceId":"980ec967484575cc"},{"name":"build-module-tsx","duration":12214,"timestamp":14219570234,"id":1926,"parentId":1830,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/components/icons/icon-button.tsx","layer":"app-pages-browser"},"startTime":1743529790560,"traceId":"980ec967484575cc"},{"name":"build-module-tsx","duration":12343,"timestamp":14219570391,"id":1928,"parentId":1826,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/components/icons/icon-warning.tsx","layer":"app-pages-browser"},"startTime":1743529790560,"traceId":"980ec967484575cc"},{"name":"build-module-tsx","duration":12819,"timestamp":14219570312,"id":1927,"parentId":1830,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/components/icons/icon-clipboard.tsx","layer":"app-pages-browser"},"startTime":1743529790560,"traceId":"980ec967484575cc"},{"name":"build-module-tsx","duration":13930,"timestamp":14219570467,"id":1929,"parentId":1826,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/components/toolbar/code-preview-line-link.tsx","layer":"app-pages-browser"},"startTime":1743529790560,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":32157,"timestamp":14219570551,"id":1930,"parentId":1799,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529790560,"traceId":"980ec967484575cc"},{"name":"postcss-process","duration":429159,"timestamp":14219356184,"id":1920,"parentId":1915,"tags":{},"startTime":1743529790345,"traceId":"980ec967484575cc"},{"name":"postcss-loader","duration":431044,"timestamp":14219354422,"id":1915,"parentId":1906,"tags":{},"startTime":1743529790344,"traceId":"980ec967484575cc"},{"name":"css-loader","duration":7724,"timestamp":14219785557,"id":1931,"parentId":1906,"tags":{"astUsed":"true"},"startTime":1743529790775,"traceId":"980ec967484575cc"},{"name":"build-module-ts","duration":556765,"timestamp":14219354191,"id":1913,"parentId":1826,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/actions/email-validation/caniemail-data.ts","layer":"app-pages-browser"},"startTime":1743529790343,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3935,"timestamp":14219930799,"id":1936,"parentId":1827,"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":1743529790920,"traceId":"980ec967484575cc"},{"name":"build-module-tsx","duration":5600,"timestamp":14219930637,"id":1934,"parentId":1830,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/components/icons/icon-download.tsx","layer":"app-pages-browser"},"startTime":1743529790920,"traceId":"980ec967484575cc"},{"name":"build-module-tsx","duration":6153,"timestamp":14219930330,"id":1932,"parentId":1826,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/components/toolbar/results.tsx","layer":"app-pages-browser"},"startTime":1743529790920,"traceId":"980ec967484575cc"},{"name":"build-module-ts","duration":6159,"timestamp":14219930720,"id":1935,"parentId":1827,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/utils/linting.ts","layer":"app-pages-browser"},"startTime":1743529790920,"traceId":"980ec967484575cc"},{"name":"build-module-ts","duration":6525,"timestamp":14219930540,"id":1933,"parentId":1826,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/actions/email-validation/check-compatibility.ts","layer":"app-pages-browser"},"startTime":1743529790920,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":6251,"timestamp":14219931123,"id":1940,"parentId":1789,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529790920,"traceId":"980ec967484575cc"},{"name":"build-module-tsx","duration":6725,"timestamp":14219931045,"id":1939,"parentId":1832,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/components/text.tsx","layer":"app-pages-browser"},"startTime":1743529790920,"traceId":"980ec967484575cc"},{"name":"build-module-tsx","duration":7469,"timestamp":14219930880,"id":1937,"parentId":1833,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/components/sidebar/file-tree-directory-children.tsx","layer":"app-pages-browser"},"startTime":1743529790920,"traceId":"980ec967484575cc"},{"name":"build-module-tsx","duration":7331,"timestamp":14219931277,"id":1943,"parentId":1836,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/components/icons/icon-monitor.tsx","layer":"app-pages-browser"},"startTime":1743529790921,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":7432,"timestamp":14219931376,"id":1944,"parentId":1871,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529790921,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":7566,"timestamp":14219931414,"id":1945,"parentId":1871,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529790921,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":8110,"timestamp":14219931167,"id":1941,"parentId":1799,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529790920,"traceId":"980ec967484575cc"},{"name":"build-module-tsx","duration":8069,"timestamp":14219931453,"id":1946,"parentId":1836,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/components/icons/icon-source.tsx","layer":"app-pages-browser"},"startTime":1743529790921,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":8093,"timestamp":14219931675,"id":1949,"parentId":1871,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529790921,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3197,"timestamp":14219944476,"id":1951,"parentId":1853,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529790934,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3920,"timestamp":14219944547,"id":1952,"parentId":1855,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529790934,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":8461,"timestamp":14219945360,"id":1968,"parentId":1844,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@radix-ui+react-compose-refs@1.1.0_@types+react@19.0.1_react@19.0.0/node_modules/@radix-ui/react-compose-refs/dist/index.mjs","layer":"app-pages-browser"},"startTime":1743529790935,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":8748,"timestamp":14219945427,"id":1969,"parentId":1849,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/clsx@1.2.1/node_modules/clsx/dist/clsx.m.js","layer":"app-pages-browser"},"startTime":1743529790935,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":118876,"timestamp":14219945488,"id":1970,"parentId":1854,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@lottiefiles+dotlottie-web@0.40.1/node_modules/@lottiefiles/dotlottie-web/dist/index.js","layer":"app-pages-browser"},"startTime":1743529790935,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":133625,"timestamp":14219931707,"id":1950,"parentId":1871,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529790921,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":135506,"timestamp":14219930954,"id":1938,"parentId":1833,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@radix-ui+react-collapsible@1.1.0_@types+react-dom@19.0.1_@types+react@19.0.1_react-dom@19.0._7wcd7bikdktyeugx674qsrmuhy/node_modules/@radix-ui/react-collapsible/dist/index.mjs","layer":"app-pages-browser"},"startTime":1743529790920,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":140112,"timestamp":14219931525,"id":1947,"parentId":1836,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@radix-ui+react-toggle-group@1.1.0_@types+react-dom@19.0.1_@types+react@19.0.1_react-dom@19.0_k2i7wzb3kvajtmj5lc43jykaqa/node_modules/@radix-ui/react-toggle-group/dist/index.mjs","layer":"app-pages-browser"},"startTime":1743529790921,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":141852,"timestamp":14219931600,"id":1948,"parentId":1837,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@radix-ui+react-dropdown-menu@2.1.4_@types+react-dom@19.0.1_@types+react@19.0.1_react-dom@19._tak6ycn5x4stdfo2deuqce7q3i/node_modules/@radix-ui/react-dropdown-menu/dist/index.mjs","layer":"app-pages-browser"},"startTime":1743529790921,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":144176,"timestamp":14219931203,"id":1942,"parentId":1832,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@radix-ui+react-popover@1.1.1_@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":1743529790920,"traceId":"980ec967484575cc"},{"name":"build-module-ts","duration":130821,"timestamp":14219944782,"id":1955,"parentId":1840,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/utils/types/as.ts","layer":"app-pages-browser"},"startTime":1743529790934,"traceId":"980ec967484575cc"},{"name":"build-module-ts","duration":131069,"timestamp":14219944711,"id":1954,"parentId":1840,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/utils/sanitize.ts","layer":"app-pages-browser"},"startTime":1743529790934,"traceId":"980ec967484575cc"},{"name":"build-module-ts","duration":131368,"timestamp":14219944579,"id":1953,"parentId":1840,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/utils/copy-text-to-clipboard.ts","layer":"app-pages-browser"},"startTime":1743529790934,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":131265,"timestamp":14219944902,"id":1956,"parentId":1866,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529790934,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":131243,"timestamp":14219945114,"id":1960,"parentId":1865,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529790934,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":131441,"timestamp":14219945070,"id":1959,"parentId":1856,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529790934,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":131797,"timestamp":14219945024,"id":1958,"parentId":1865,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529790934,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":132190,"timestamp":14219944961,"id":1957,"parentId":1856,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529790934,"traceId":"980ec967484575cc"}]
20
+ [{"name":"build-module-js","duration":132321,"timestamp":14219945172,"id":1962,"parentId":1865,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529790934,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":132445,"timestamp":14219945198,"id":1963,"parentId":1856,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529790934,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":132654,"timestamp":14219945141,"id":1961,"parentId":1856,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529790934,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":132698,"timestamp":14219945229,"id":1964,"parentId":1865,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529790934,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":132878,"timestamp":14219945285,"id":1966,"parentId":1872,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529790935,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":133110,"timestamp":14219945315,"id":1967,"parentId":1871,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529790935,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":133382,"timestamp":14219945255,"id":1965,"parentId":1857,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529790935,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":133425,"timestamp":14219945551,"id":1971,"parentId":1870,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529790935,"traceId":"980ec967484575cc"},{"name":"font-loader","duration":749985,"timestamp":14219355284,"id":1919,"parentId":1918,"tags":{},"startTime":1743529790345,"traceId":"980ec967484575cc"},{"name":"postcss","duration":573,"timestamp":14220105333,"id":1972,"parentId":1918,"tags":{},"startTime":1743529791095,"traceId":"980ec967484575cc"},{"name":"next-font-loader","duration":750721,"timestamp":14219355241,"id":1918,"parentId":1908,"tags":{},"startTime":1743529790345,"traceId":"980ec967484575cc"},{"name":"css-loader","duration":1557,"timestamp":14220105937,"id":1973,"parentId":1908,"tags":{"astUsed":"true"},"startTime":1743529791095,"traceId":"980ec967484575cc"},{"name":"build-module","duration":754080,"timestamp":14219353857,"id":1908,"parentId":1876,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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.2.2_@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.2.2_@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.2.2_@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":1743529790343,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3055,"timestamp":14220116419,"id":1975,"parentId":1870,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791106,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3701,"timestamp":14220116472,"id":1976,"parentId":1873,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791106,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":5283,"timestamp":14220116514,"id":1977,"parentId":1870,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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/action-queue.js","layer":"app-pages-browser"},"startTime":1743529791106,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":5475,"timestamp":14220116597,"id":1979,"parentId":1874,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791106,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":5813,"timestamp":14220116636,"id":1980,"parentId":1878,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791106,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":6467,"timestamp":14220116554,"id":1978,"parentId":1878,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791106,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":6786,"timestamp":14220116675,"id":1981,"parentId":1878,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791106,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":7082,"timestamp":14220116715,"id":1982,"parentId":1869,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791106,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":5957,"timestamp":14220118157,"id":1983,"parentId":1871,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791107,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":6274,"timestamp":14220118220,"id":1984,"parentId":1869,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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-reducer.js","layer":"app-pages-browser"},"startTime":1743529791107,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":8565,"timestamp":14220116274,"id":1974,"parentId":1870,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791106,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":7057,"timestamp":14220118270,"id":1985,"parentId":1869,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791108,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":8552,"timestamp":14220120656,"id":1988,"parentId":1869,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791110,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":8997,"timestamp":14220120535,"id":1986,"parentId":1869,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791110,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":9271,"timestamp":14220120606,"id":1987,"parentId":1869,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791110,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3098,"timestamp":14220127045,"id":1989,"parentId":1871,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791116,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3769,"timestamp":14220127133,"id":1990,"parentId":1869,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791116,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1735,"timestamp":14220131880,"id":1992,"parentId":1887,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791121,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":385,"timestamp":14220135263,"id":2001,"parentId":1868,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791125,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1752,"timestamp":14220135076,"id":1999,"parentId":1817,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/socket.io-client@4.8.0/node_modules/socket.io-client/build/esm/index.js","layer":"app-pages-browser"},"startTime":1743529791124,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2004,"timestamp":14220135170,"id":2000,"parentId":1866,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791124,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":5893,"timestamp":14220131961,"id":1994,"parentId":1869,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791121,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":6215,"timestamp":14220131996,"id":1995,"parentId":1871,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791121,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":7069,"timestamp":14220131798,"id":1991,"parentId":1869,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791121,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":7271,"timestamp":14220132037,"id":1996,"parentId":1871,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791121,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":8171,"timestamp":14220131922,"id":1993,"parentId":1869,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791121,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":5766,"timestamp":14220134823,"id":1997,"parentId":1892,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791124,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":6157,"timestamp":14220134985,"id":1998,"parentId":1891,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791124,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":841,"timestamp":14220144186,"id":2004,"parentId":1871,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791133,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2870,"timestamp":14220144085,"id":2003,"parentId":1870,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791133,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3261,"timestamp":14220144389,"id":2007,"parentId":1870,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791134,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":4486,"timestamp":14220143932,"id":2002,"parentId":1870,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791133,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":6852,"timestamp":14220144306,"id":2006,"parentId":1846,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791134,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":7519,"timestamp":14220144224,"id":2005,"parentId":1846,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791133,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1626,"timestamp":14220158233,"id":2012,"parentId":1846,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791147,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2511,"timestamp":14220158155,"id":2010,"parentId":1870,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791147,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2687,"timestamp":14220158196,"id":2011,"parentId":1870,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791147,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3142,"timestamp":14220158115,"id":2009,"parentId":1871,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791147,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":5778,"timestamp":14220157954,"id":2008,"parentId":1870,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791147,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1152,"timestamp":14220168041,"id":2013,"parentId":1846,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791157,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1298,"timestamp":14220168199,"id":2014,"parentId":1846,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791157,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1504,"timestamp":14220168295,"id":2015,"parentId":1846,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791158,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1764,"timestamp":14220168376,"id":2016,"parentId":1846,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791158,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1165,"timestamp":14220175072,"id":2019,"parentId":1846,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791164,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1338,"timestamp":14220175150,"id":2020,"parentId":1846,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791164,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2695,"timestamp":14220174866,"id":2017,"parentId":1870,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/lib/is-error-thrown-while-rendering-rsc.js","layer":"app-pages-browser"},"startTime":1743529791164,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3050,"timestamp":14220174996,"id":2018,"parentId":1889,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791164,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1979,"timestamp":14220178995,"id":2021,"parentId":1846,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791168,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1785,"timestamp":14220181989,"id":2022,"parentId":1846,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791171,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1789,"timestamp":14220182124,"id":2023,"parentId":1846,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791171,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1612,"timestamp":14220182426,"id":2028,"parentId":1846,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791172,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1652,"timestamp":14220182493,"id":2029,"parentId":1846,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791172,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1680,"timestamp":14220182567,"id":2030,"parentId":1846,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791172,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3064,"timestamp":14220182392,"id":2027,"parentId":1871,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791172,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3938,"timestamp":14220182344,"id":2026,"parentId":1871,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791172,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":8931,"timestamp":14220182278,"id":2025,"parentId":1846,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791172,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":9321,"timestamp":14220182208,"id":2024,"parentId":1846,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791171,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2316,"timestamp":14220194963,"id":2031,"parentId":1846,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791184,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2410,"timestamp":14220195229,"id":2035,"parentId":1846,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791184,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3210,"timestamp":14220195117,"id":2032,"parentId":1871,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791184,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3419,"timestamp":14220195198,"id":2034,"parentId":1871,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791184,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3914,"timestamp":14220195164,"id":2033,"parentId":1871,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791184,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1369,"timestamp":14220199993,"id":2036,"parentId":1846,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791189,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1400,"timestamp":14220200163,"id":2037,"parentId":1846,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791189,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1616,"timestamp":14220200247,"id":2038,"parentId":1846,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791190,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1746,"timestamp":14220200318,"id":2039,"parentId":1846,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791190,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":886,"timestamp":14220206232,"id":2040,"parentId":1846,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791195,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":977,"timestamp":14220206349,"id":2041,"parentId":1846,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791196,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1103,"timestamp":14220206421,"id":2042,"parentId":1846,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791196,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1434,"timestamp":14220206489,"id":2043,"parentId":1846,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791196,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1545,"timestamp":14220206553,"id":2044,"parentId":1846,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791196,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1114,"timestamp":14220210499,"id":2045,"parentId":1846,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791200,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1164,"timestamp":14220210599,"id":2046,"parentId":1846,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791200,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1322,"timestamp":14220210670,"id":2047,"parentId":1846,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791200,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":649,"timestamp":14220213585,"id":2048,"parentId":1846,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791203,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":792,"timestamp":14220213670,"id":2049,"parentId":1846,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791203,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":968,"timestamp":14220213738,"id":2050,"parentId":1846,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791203,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":839,"timestamp":14220215092,"id":2051,"parentId":1846,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791204,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":3181,"timestamp":14220216655,"id":2055,"parentId":1846,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791206,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":3413,"timestamp":14220216726,"id":2056,"parentId":1846,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791206,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":5654,"timestamp":14220215247,"id":2053,"parentId":1871,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791205,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":6200,"timestamp":14220215177,"id":2052,"parentId":1846,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791204,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":5859,"timestamp":14220216605,"id":2054,"parentId":1871,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791206,"traceId":"980ec967484575cc"},{"name":"build-module-css","duration":873770,"timestamp":14219351921,"id":1906,"parentId":1882,"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.2.2_@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.2.2_@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":1743529790341,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":738,"timestamp":14220237743,"id":2062,"parentId":1870,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791227,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2421,"timestamp":14220237261,"id":2057,"parentId":1846,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791227,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2431,"timestamp":14220237418,"id":2058,"parentId":1846,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791227,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2485,"timestamp":14220237506,"id":2059,"parentId":1846,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791227,"traceId":"980ec967484575cc"}]
21
+ [{"name":"build-module-mjs","duration":3127,"timestamp":14220237588,"id":2060,"parentId":1846,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791227,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":3291,"timestamp":14220237663,"id":2061,"parentId":1846,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791227,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":3398,"timestamp":14220237769,"id":2063,"parentId":1846,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791227,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":3495,"timestamp":14220237839,"id":2064,"parentId":1846,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/utils/GlobalConfig.mjs","layer":"app-pages-browser"},"startTime":1743529791227,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":5184,"timestamp":14220237912,"id":2065,"parentId":1846,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/animators/MainThreadAnimation.mjs","layer":"app-pages-browser"},"startTime":1743529791227,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":4068,"timestamp":14220247900,"id":2066,"parentId":1846,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/animators/AcceleratedAnimation.mjs","layer":"app-pages-browser"},"startTime":1743529791237,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":311,"timestamp":14220252653,"id":2068,"parentId":1870,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791242,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1995,"timestamp":14220252677,"id":2069,"parentId":1846,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791242,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2121,"timestamp":14220252751,"id":2070,"parentId":1846,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/value/types/color/index.mjs","layer":"app-pages-browser"},"startTime":1743529791242,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2697,"timestamp":14220252817,"id":2071,"parentId":1846,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/value/types/complex/index.mjs","layer":"app-pages-browser"},"startTime":1743529791242,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":4053,"timestamp":14220252573,"id":2067,"parentId":1871,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791242,"traceId":"980ec967484575cc"},{"name":"build-module","duration":193,"timestamp":14220258751,"id":2072,"parentId":1901,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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=7f13e89ec2c6c37e9f51d62988f338da21efa839cd&name=getEmailPathFromSlug!","layer":"app-pages-browser"},"startTime":1743529791248,"traceId":"980ec967484575cc"},{"name":"build-module","duration":147,"timestamp":14220258953,"id":2073,"parentId":1900,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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=7fdae02840ccc58a8407554cf92315c310f6a9c834&name=renderEmailByPath!","layer":"app-pages-browser"},"startTime":1743529791248,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":523,"timestamp":14220259110,"id":2074,"parentId":1846,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/value/types/numbers/units.mjs","layer":"app-pages-browser"},"startTime":1743529791248,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":423,"timestamp":14220262191,"id":2079,"parentId":1871,"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":1743529791251,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1027,"timestamp":14220262209,"id":2080,"parentId":1846,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791251,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1232,"timestamp":14220262270,"id":2081,"parentId":1846,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791252,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1757,"timestamp":14220262331,"id":2082,"parentId":1846,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791252,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":3203,"timestamp":14220261900,"id":2075,"parentId":1846,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791251,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":3100,"timestamp":14220262128,"id":2078,"parentId":1846,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791251,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":3273,"timestamp":14220262065,"id":2077,"parentId":1846,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791251,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":3469,"timestamp":14220261985,"id":2076,"parentId":1846,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791251,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2370,"timestamp":14220266437,"id":2083,"parentId":1846,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791256,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2869,"timestamp":14220270645,"id":2085,"parentId":1846,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791260,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":3361,"timestamp":14220270745,"id":2086,"parentId":1846,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791260,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":3909,"timestamp":14220270852,"id":2088,"parentId":1846,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/generators/spring/index.mjs","layer":"app-pages-browser"},"startTime":1743529791260,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":4392,"timestamp":14220270936,"id":2089,"parentId":1846,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/generators/spring/find.mjs","layer":"app-pages-browser"},"startTime":1743529791260,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":4529,"timestamp":14220270999,"id":2090,"parentId":1846,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791260,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":4647,"timestamp":14220271070,"id":2091,"parentId":1846,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791260,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":5345,"timestamp":14220271130,"id":2092,"parentId":1846,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/value/index.mjs","layer":"app-pages-browser"},"startTime":1743529791260,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":5421,"timestamp":14220271187,"id":2093,"parentId":1846,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791260,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":5601,"timestamp":14220271245,"id":2094,"parentId":1846,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791261,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":5710,"timestamp":14220271302,"id":2095,"parentId":1846,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791261,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":6079,"timestamp":14220271360,"id":2096,"parentId":1846,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791261,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":6402,"timestamp":14220271419,"id":2097,"parentId":1846,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791261,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":6716,"timestamp":14220271474,"id":2098,"parentId":1846,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/generators/inertia.mjs","layer":"app-pages-browser"},"startTime":1743529791261,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":6886,"timestamp":14220271530,"id":2099,"parentId":1846,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791261,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":7046,"timestamp":14220271616,"id":2101,"parentId":1846,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/generators/keyframes.mjs","layer":"app-pages-browser"},"startTime":1743529791261,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":7179,"timestamp":14220271674,"id":2102,"parentId":1846,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791261,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":7351,"timestamp":14220271733,"id":2103,"parentId":1846,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791261,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":12912,"timestamp":14220266524,"id":2084,"parentId":1846,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791256,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":8244,"timestamp":14220271589,"id":2100,"parentId":1930,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791261,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":9494,"timestamp":14220270817,"id":2087,"parentId":1930,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791260,"traceId":"980ec967484575cc"},{"name":"build-module","duration":13,"timestamp":14220294675,"id":2112,"parentId":1930,"tags":{"layer":null},"startTime":1743529791284,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":5085,"timestamp":14220294067,"id":2104,"parentId":1846,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/utils/clamp.mjs","layer":"app-pages-browser"},"startTime":1743529791283,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":5073,"timestamp":14220294207,"id":2105,"parentId":1846,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/utils/pipe.mjs","layer":"app-pages-browser"},"startTime":1743529791283,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":5125,"timestamp":14220294277,"id":2106,"parentId":1846,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/utils/progress.mjs","layer":"app-pages-browser"},"startTime":1743529791284,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":5165,"timestamp":14220294344,"id":2107,"parentId":1846,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/utils/wrap.mjs","layer":"app-pages-browser"},"startTime":1743529791284,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":5317,"timestamp":14220294405,"id":2108,"parentId":1846,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/utils/mix/index.mjs","layer":"app-pages-browser"},"startTime":1743529791284,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":5425,"timestamp":14220294468,"id":2109,"parentId":1846,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/frameloop/index-legacy.mjs","layer":"app-pages-browser"},"startTime":1743529791284,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":5526,"timestamp":14220294532,"id":2110,"parentId":1846,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/easing/anticipate.mjs","layer":"app-pages-browser"},"startTime":1743529791284,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":5589,"timestamp":14220294609,"id":2111,"parentId":1846,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/easing/back.mjs","layer":"app-pages-browser"},"startTime":1743529791284,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":5624,"timestamp":14220294699,"id":2113,"parentId":1846,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/easing/circ.mjs","layer":"app-pages-browser"},"startTime":1743529791284,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":5686,"timestamp":14220294763,"id":2114,"parentId":1846,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/easing/ease.mjs","layer":"app-pages-browser"},"startTime":1743529791284,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":5892,"timestamp":14220294825,"id":2115,"parentId":1846,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/easing/cubic-bezier.mjs","layer":"app-pages-browser"},"startTime":1743529791284,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":5994,"timestamp":14220294886,"id":2116,"parentId":1846,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/easing/steps.mjs","layer":"app-pages-browser"},"startTime":1743529791284,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":6022,"timestamp":14220294960,"id":2117,"parentId":1846,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/easing/modifiers/mirror.mjs","layer":"app-pages-browser"},"startTime":1743529791284,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":6088,"timestamp":14220295030,"id":2118,"parentId":1846,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791284,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":6224,"timestamp":14220295090,"id":2119,"parentId":1846,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/utils/errors.mjs","layer":"app-pages-browser"},"startTime":1743529791284,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":6470,"timestamp":14220295211,"id":2122,"parentId":1846,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/utils/interpolate.mjs","layer":"app-pages-browser"},"startTime":1743529791284,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":6884,"timestamp":14220295184,"id":2121,"parentId":1871,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791284,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":7186,"timestamp":14220295149,"id":2120,"parentId":1930,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791284,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":4219,"timestamp":14220303086,"id":2123,"parentId":1846,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/frameloop/frame.mjs","layer":"app-pages-browser"},"startTime":1743529791292,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":4222,"timestamp":14220303186,"id":2124,"parentId":1846,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/easing/modifiers/reverse.mjs","layer":"app-pages-browser"},"startTime":1743529791292,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":4257,"timestamp":14220303254,"id":2125,"parentId":1846,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791293,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":4332,"timestamp":14220303316,"id":2126,"parentId":1846,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791293,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":4617,"timestamp":14220303377,"id":2127,"parentId":1846,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791293,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":5135,"timestamp":14220303468,"id":2128,"parentId":1846,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791293,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":5383,"timestamp":14220303526,"id":2129,"parentId":1846,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791293,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":5466,"timestamp":14220303586,"id":2130,"parentId":1846,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791293,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":5567,"timestamp":14220303645,"id":2131,"parentId":1846,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791293,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":5598,"timestamp":14220303701,"id":2132,"parentId":1846,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791293,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":5645,"timestamp":14220303756,"id":2133,"parentId":1846,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791293,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":5715,"timestamp":14220303813,"id":2134,"parentId":1846,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791293,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":5814,"timestamp":14220303870,"id":2135,"parentId":1846,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791293,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":5855,"timestamp":14220303928,"id":2136,"parentId":1846,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791293,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":5995,"timestamp":14220303984,"id":2137,"parentId":1846,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/gestures/drag/utils/lock.mjs","layer":"app-pages-browser"},"startTime":1743529791293,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":6201,"timestamp":14220304049,"id":2138,"parentId":1944,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791293,"traceId":"980ec967484575cc"},{"name":"build-module","duration":190,"timestamp":14220314296,"id":2139,"parentId":1933,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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=7f1fdde77f95785fcaf955d9cb13b03413a4ebfe30&name=checkCompatibility!","layer":"app-pages-browser"},"startTime":1743529791304,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":547,"timestamp":14220315322,"id":2157,"parentId":1897,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791305,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":7857,"timestamp":14220314578,"id":2142,"parentId":1845,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@radix-ui+primitive@1.1.0/node_modules/@radix-ui/primitive/dist/index.mjs","layer":"app-pages-browser"},"startTime":1743529791304,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":8595,"timestamp":14220314644,"id":2143,"parentId":1845,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@radix-ui+react-context@1.1.1_@types+react@19.0.1_react@19.0.0/node_modules/@radix-ui/react-context/dist/index.mjs","layer":"app-pages-browser"},"startTime":1743529791304,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":8705,"timestamp":14220314824,"id":2146,"parentId":1845,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@radix-ui+react-primitive@2.0.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":1743529791304,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":8843,"timestamp":14220314883,"id":2147,"parentId":1845,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@radix-ui+react-direction@1.1.0_@types+react@19.0.1_react@19.0.0/node_modules/@radix-ui/react-direction/dist/index.mjs","layer":"app-pages-browser"},"startTime":1743529791304,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":9044,"timestamp":14220314942,"id":2148,"parentId":1845,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@radix-ui+react-use-controllable-state@1.1.0_@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":1743529791304,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":9206,"timestamp":14220315006,"id":2149,"parentId":1845,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@radix-ui+react-id@1.1.0_@types+react@19.0.1_react@19.0.0/node_modules/@radix-ui/react-id/dist/index.mjs","layer":"app-pages-browser"},"startTime":1743529791304,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":9267,"timestamp":14220315261,"id":2156,"parentId":1903,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791305,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":9700,"timestamp":14220315344,"id":2158,"parentId":1911,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@radix-ui+react-context@1.1.0_@types+react@19.0.1_react@19.0.0/node_modules/@radix-ui/react-context/dist/index.mjs","layer":"app-pages-browser"},"startTime":1743529791305,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":10487,"timestamp":14220315067,"id":2150,"parentId":1893,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791304,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":10915,"timestamp":14220315095,"id":2151,"parentId":1894,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791304,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":11851,"timestamp":14220314496,"id":2140,"parentId":1950,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791304,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":12176,"timestamp":14220314545,"id":2141,"parentId":1950,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791304,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":11756,"timestamp":14220315158,"id":2153,"parentId":1898,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791304,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":11922,"timestamp":14220315231,"id":2155,"parentId":1898,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791304,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":12190,"timestamp":14220315128,"id":2152,"parentId":1894,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791304,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":12482,"timestamp":14220315189,"id":2154,"parentId":1898,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791304,"traceId":"980ec967484575cc"},{"name":"add-entry","duration":1339897,"timestamp":14218987944,"id":1760,"parentId":1756,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fclient%2Fcomponents%2Fnot-found-error&page=%2F_not-found%2Fpage!"},"startTime":1743529789977,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2467,"timestamp":14220330940,"id":2176,"parentId":1896,"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":1743529791320,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2607,"timestamp":14220330981,"id":2177,"parentId":1904,"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":1743529791320,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2877,"timestamp":14220331019,"id":2178,"parentId":1907,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791320,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3522,"timestamp":14220331048,"id":2179,"parentId":1930,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791320,"traceId":"980ec967484575cc"}]
22
+ [{"name":"build-module-mjs","duration":13953,"timestamp":14220329854,"id":2163,"parentId":1911,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@radix-ui+react-visually-hidden@1.1.0_@types+react-dom@19.0.1_@types+react@19.0.1_react-dom@1_gm2dqjrremaem7b4tr3u3q3xci/node_modules/@radix-ui/react-visually-hidden/dist/index.mjs","layer":"app-pages-browser"},"startTime":1743529791319,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":13644,"timestamp":14220330587,"id":2172,"parentId":2007,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791320,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":30953,"timestamp":14220314766,"id":2145,"parentId":1845,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@radix-ui+react-presence@1.1.1_@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":1743529791304,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":32194,"timestamp":14220314707,"id":2144,"parentId":1845,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@radix-ui+react-roving-focus@1.1.0_@types+react-dom@19.0.1_@types+react@19.0.1_react-dom@19.0_ihp5veyafofttolcs3sgds6ifa/node_modules/@radix-ui/react-roving-focus/dist/index.mjs","layer":"app-pages-browser"},"startTime":1743529791304,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":31769,"timestamp":14220315558,"id":2161,"parentId":1911,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@radix-ui+react-portal@1.1.1_@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":1743529791305,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":33746,"timestamp":14220315428,"id":2159,"parentId":1911,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@radix-ui+react-dismissable-layer@1.1.0_@types+react-dom@19.0.1_@types+react@19.0.1_react-dom_2ss4q4ngquycclrblzgkznkfty/node_modules/@radix-ui/react-dismissable-layer/dist/index.mjs","layer":"app-pages-browser"},"startTime":1743529791305,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":35721,"timestamp":14220315498,"id":2160,"parentId":1911,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@radix-ui+react-popper@1.2.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-popper/dist/index.mjs","layer":"app-pages-browser"},"startTime":1743529791305,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":36587,"timestamp":14220315615,"id":2162,"parentId":1911,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@radix-ui+react-presence@1.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-presence/dist/index.mjs","layer":"app-pages-browser"},"startTime":1743529791305,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":22102,"timestamp":14220330297,"id":2166,"parentId":1930,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791320,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":22314,"timestamp":14220330347,"id":2167,"parentId":1930,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791320,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":22649,"timestamp":14220330173,"id":2164,"parentId":1930,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791319,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":22823,"timestamp":14220330247,"id":2165,"parentId":1930,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791320,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":22907,"timestamp":14220330395,"id":2168,"parentId":1930,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791320,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":22979,"timestamp":14220330489,"id":2170,"parentId":1930,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791320,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":23089,"timestamp":14220330709,"id":2173,"parentId":1930,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791320,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":23735,"timestamp":14220330539,"id":2171,"parentId":1995,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791320,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":23720,"timestamp":14220330762,"id":2174,"parentId":1930,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791320,"traceId":"980ec967484575cc"},{"name":"build-module-tsx","duration":23862,"timestamp":14220330818,"id":2175,"parentId":1937,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/components/icons/icon-file.tsx","layer":"app-pages-browser"},"startTime":1743529791320,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":25106,"timestamp":14220330444,"id":2169,"parentId":1930,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791320,"traceId":"980ec967484575cc"},{"name":"build-module","duration":1179467,"timestamp":14219179564,"id":1875,"parentId":1768,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529790169,"traceId":"980ec967484575cc"},{"name":"build-module","duration":1177552,"timestamp":14219181871,"id":1876,"parentId":1768,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529790171,"traceId":"980ec967484575cc"},{"name":"build-module-css","duration":1178434,"timestamp":14219182240,"id":1882,"parentId":1768,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/app/globals.css","layer":"app-pages-browser"},"startTime":1743529790172,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":541,"timestamp":14220382423,"id":2184,"parentId":1865,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791372,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2015,"timestamp":14220382350,"id":2183,"parentId":1856,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791372,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2647,"timestamp":14220382247,"id":2181,"parentId":1930,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791372,"traceId":"980ec967484575cc"},{"name":"build-module-tsx","duration":3337,"timestamp":14220381983,"id":2180,"parentId":1937,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/components/sidebar/file-tree-directory.tsx","layer":"app-pages-browser"},"startTime":1743529791371,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":326,"timestamp":14220388309,"id":2188,"parentId":1930,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791378,"traceId":"980ec967484575cc"},{"name":"build-module-ts","duration":8441,"timestamp":14220382517,"id":2186,"parentId":1935,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/actions/email-validation/check-links.ts","layer":"app-pages-browser"},"startTime":1743529791372,"traceId":"980ec967484575cc"},{"name":"build-module-ts","duration":8646,"timestamp":14220382451,"id":2185,"parentId":1935,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/actions/email-validation/check-images.ts","layer":"app-pages-browser"},"startTime":1743529791372,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":10510,"timestamp":14220382313,"id":2182,"parentId":1930,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791372,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":4943,"timestamp":14220388332,"id":2189,"parentId":1930,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791378,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":5349,"timestamp":14220388251,"id":2187,"parentId":1930,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791378,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":5431,"timestamp":14220388394,"id":2191,"parentId":1930,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791378,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":5558,"timestamp":14220388421,"id":2192,"parentId":1930,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791378,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":6237,"timestamp":14220388364,"id":2190,"parentId":1930,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791378,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":6312,"timestamp":14220388474,"id":2194,"parentId":1930,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791378,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":6635,"timestamp":14220388448,"id":2193,"parentId":1930,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791378,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":6092,"timestamp":14220399087,"id":2195,"parentId":1938,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@radix-ui+react-use-layout-effect@1.1.0_@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":1743529791388,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":6148,"timestamp":14220399296,"id":2197,"parentId":1948,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@radix-ui+primitive@1.1.1/node_modules/@radix-ui/primitive/dist/index.mjs","layer":"app-pages-browser"},"startTime":1743529791389,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":6401,"timestamp":14220399360,"id":2198,"parentId":1948,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@radix-ui+react-compose-refs@1.1.1_@types+react@19.0.1_react@19.0.0/node_modules/@radix-ui/react-compose-refs/dist/index.mjs","layer":"app-pages-browser"},"startTime":1743529791389,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":6730,"timestamp":14220399423,"id":2199,"parentId":1948,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@radix-ui+react-primitive@2.0.1_@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":1743529791389,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":7133,"timestamp":14220399752,"id":2205,"parentId":1942,"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":1743529791389,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":7181,"timestamp":14220399814,"id":2206,"parentId":1942,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/react-remove-scroll@2.5.7_@types+react@19.0.1_react@19.0.0/node_modules/react-remove-scroll/dist/es2015/index.js","layer":"app-pages-browser"},"startTime":1743529791389,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":7723,"timestamp":14220399903,"id":2208,"parentId":1984,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791389,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":8055,"timestamp":14220399872,"id":2207,"parentId":1976,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791389,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":8558,"timestamp":14220399716,"id":2204,"parentId":1940,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791389,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":8640,"timestamp":14220399933,"id":2209,"parentId":1981,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791389,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":9586,"timestamp":14220399554,"id":2201,"parentId":1930,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791389,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":9573,"timestamp":14220399963,"id":2210,"parentId":1977,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791389,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":9779,"timestamp":14220399993,"id":2211,"parentId":1984,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/react-dev-overlay/utils/dev-indicator/use-sync-dev-render-indicator.js","layer":"app-pages-browser"},"startTime":1743529791389,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":9906,"timestamp":14220400092,"id":2214,"parentId":1986,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791389,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":10158,"timestamp":14220400035,"id":2212,"parentId":1988,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791389,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":10288,"timestamp":14220400066,"id":2213,"parentId":1989,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791389,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":10375,"timestamp":14220400225,"id":2218,"parentId":2007,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791389,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":10700,"timestamp":14220400195,"id":2217,"parentId":1998,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791389,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":11619,"timestamp":14220400121,"id":2215,"parentId":1994,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791389,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":11829,"timestamp":14220400255,"id":2219,"parentId":2009,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791390,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":12372,"timestamp":14220400279,"id":2220,"parentId":2002,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791390,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":12808,"timestamp":14220400308,"id":2221,"parentId":2002,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791390,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":14056,"timestamp":14220400163,"id":2216,"parentId":1994,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791389,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":7133,"timestamp":14220418457,"id":2222,"parentId":2006,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791408,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":7142,"timestamp":14220418653,"id":2224,"parentId":2005,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791408,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":8379,"timestamp":14220418814,"id":2225,"parentId":2012,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791408,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":8454,"timestamp":14220418881,"id":2226,"parentId":2012,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791408,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":8495,"timestamp":14220418943,"id":2227,"parentId":2013,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791408,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":8728,"timestamp":14220419011,"id":2228,"parentId":2015,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791408,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":8869,"timestamp":14220419075,"id":2229,"parentId":2016,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791408,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":9050,"timestamp":14220419227,"id":2233,"parentId":1999,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/socket.io-client@4.8.0/node_modules/socket.io-client/build/esm/url.js","layer":"app-pages-browser"},"startTime":1743529791408,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":10559,"timestamp":14220419286,"id":2234,"parentId":1999,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/socket.io-client@4.8.0/node_modules/socket.io-client/build/esm/socket.js","layer":"app-pages-browser"},"startTime":1743529791409,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":11454,"timestamp":14220419374,"id":2236,"parentId":1999,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/socket.io-client@4.8.0/node_modules/socket.io-client/build/esm/manager.js","layer":"app-pages-browser"},"startTime":1743529791409,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":11542,"timestamp":14220419430,"id":2237,"parentId":2028,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791409,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":11532,"timestamp":14220419566,"id":2241,"parentId":2029,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791409,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":11557,"timestamp":14220419651,"id":2242,"parentId":2030,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791409,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":11541,"timestamp":14220419760,"id":2243,"parentId":2030,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791409,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":32408,"timestamp":14220399220,"id":2196,"parentId":1947,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@radix-ui+react-toggle@1.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-toggle/dist/index.mjs","layer":"app-pages-browser"},"startTime":1743529791388,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":32366,"timestamp":14220399589,"id":2202,"parentId":1942,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@radix-ui+react-focus-guards@1.1.0_@types+react@19.0.1_react@19.0.0/node_modules/@radix-ui/react-focus-guards/dist/index.mjs","layer":"app-pages-browser"},"startTime":1743529791389,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":33271,"timestamp":14220399650,"id":2203,"parentId":1942,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@radix-ui+react-focus-scope@1.1.0_@types+react-dom@19.0.1_@types+react@19.0.1_react-dom@19.0._k3kvbkdwdtx7rblqoj6sb3u5ca/node_modules/@radix-ui/react-focus-scope/dist/index.mjs","layer":"app-pages-browser"},"startTime":1743529791389,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":36714,"timestamp":14220399487,"id":2200,"parentId":1948,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@radix-ui+react-menu@2.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-menu/dist/index.mjs","layer":"app-pages-browser"},"startTime":1743529791389,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":17305,"timestamp":14220419171,"id":2231,"parentId":2007,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791408,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":17442,"timestamp":14220419202,"id":2232,"parentId":2009,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791408,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":17755,"timestamp":14220419135,"id":2230,"parentId":2018,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791408,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":17765,"timestamp":14220419488,"id":2238,"parentId":2007,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791409,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":18249,"timestamp":14220419345,"id":2235,"parentId":2011,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791409,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":18402,"timestamp":14220419516,"id":2239,"parentId":2009,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791409,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":18932,"timestamp":14220419539,"id":2240,"parentId":2010,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791409,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":30047,"timestamp":14220418583,"id":2223,"parentId":2005,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791408,"traceId":"980ec967484575cc"},{"name":"add-entry","duration":1461798,"timestamp":14218987954,"id":1762,"parentId":1756,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1743529789977,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":965,"timestamp":14220463654,"id":2246,"parentId":2025,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791453,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1043,"timestamp":14220463718,"id":2247,"parentId":2024,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791453,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1130,"timestamp":14220463780,"id":2248,"parentId":2031,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791453,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1195,"timestamp":14220463839,"id":2249,"parentId":2035,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/utils/warn-once.mjs","layer":"app-pages-browser"},"startTime":1743529791453,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1326,"timestamp":14220463898,"id":2250,"parentId":2037,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791453,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1663,"timestamp":14220466446,"id":2251,"parentId":2038,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791456,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1678,"timestamp":14220466525,"id":2252,"parentId":2038,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791456,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1813,"timestamp":14220466589,"id":2253,"parentId":2043,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791456,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1860,"timestamp":14220466659,"id":2254,"parentId":2047,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791456,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2098,"timestamp":14220466774,"id":2255,"parentId":2047,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791456,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2366,"timestamp":14220466873,"id":2256,"parentId":2047,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791456,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2408,"timestamp":14220466939,"id":2257,"parentId":2051,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791456,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":5960,"timestamp":14220463578,"id":2245,"parentId":2024,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791453,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":6858,"timestamp":14220463479,"id":2244,"parentId":2027,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791453,"traceId":"980ec967484575cc"}]
23
+ [{"name":"build-module-mjs","duration":2881,"timestamp":14220474077,"id":2258,"parentId":2055,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/utils/subscription-manager.mjs","layer":"app-pages-browser"},"startTime":1743529791463,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2921,"timestamp":14220474163,"id":2259,"parentId":2055,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/html/utils/transform.mjs","layer":"app-pages-browser"},"startTime":1743529791463,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2974,"timestamp":14220474257,"id":2260,"parentId":2055,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791464,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":3141,"timestamp":14220474358,"id":2261,"parentId":2055,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791464,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":3271,"timestamp":14220474427,"id":2262,"parentId":2055,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791464,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":3345,"timestamp":14220474489,"id":2263,"parentId":2055,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791464,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":4120,"timestamp":14220474550,"id":2264,"parentId":1999,"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":1743529791464,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":4192,"timestamp":14220474614,"id":2265,"parentId":2055,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/utils/is-numerical-string.mjs","layer":"app-pages-browser"},"startTime":1743529791464,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":5177,"timestamp":14220481701,"id":2266,"parentId":2055,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/utils/KeyframesResolver.mjs","layer":"app-pages-browser"},"startTime":1743529791471,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":5214,"timestamp":14220481809,"id":2267,"parentId":2055,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/utils/is-zero-value-string.mjs","layer":"app-pages-browser"},"startTime":1743529791471,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":5301,"timestamp":14220481874,"id":2268,"parentId":2055,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/dom/value-types/find.mjs","layer":"app-pages-browser"},"startTime":1743529791471,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":6416,"timestamp":14220481931,"id":2269,"parentId":2055,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/dom/value-types/animatable-none.mjs","layer":"app-pages-browser"},"startTime":1743529791471,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":6557,"timestamp":14220481990,"id":2270,"parentId":2055,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/frameloop/sync-time.mjs","layer":"app-pages-browser"},"startTime":1743529791471,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":6573,"timestamp":14220482056,"id":2271,"parentId":2056,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/utils/use-instant-transition-state.mjs","layer":"app-pages-browser"},"startTime":1743529791471,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":6915,"timestamp":14220482192,"id":2275,"parentId":2052,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791471,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":7019,"timestamp":14220482249,"id":2276,"parentId":2052,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791472,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":7114,"timestamp":14220482305,"id":2277,"parentId":2052,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791472,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":7136,"timestamp":14220482365,"id":2278,"parentId":2052,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791472,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":7163,"timestamp":14220482433,"id":2279,"parentId":2065,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/utils/time-conversion.mjs","layer":"app-pages-browser"},"startTime":1743529791472,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":7280,"timestamp":14220482490,"id":2280,"parentId":2057,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791472,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":7693,"timestamp":14220482546,"id":2281,"parentId":2065,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/animators/BaseAnimation.mjs","layer":"app-pages-browser"},"startTime":1743529791472,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":7749,"timestamp":14220482699,"id":2285,"parentId":2065,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/generators/utils/calc-duration.mjs","layer":"app-pages-browser"},"startTime":1743529791472,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":7878,"timestamp":14220482757,"id":2286,"parentId":2065,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/animators/drivers/driver-frameloop.mjs","layer":"app-pages-browser"},"startTime":1743529791472,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":7905,"timestamp":14220482830,"id":2287,"parentId":2065,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/generators/utils/is-generator.mjs","layer":"app-pages-browser"},"startTime":1743529791472,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":7950,"timestamp":14220482949,"id":2288,"parentId":2065,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791472,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":7867,"timestamp":14220483122,"id":2289,"parentId":2066,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/utils/noop.mjs","layer":"app-pages-browser"},"startTime":1743529791472,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":8339,"timestamp":14220483241,"id":2290,"parentId":2066,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/dom/DOMKeyframesResolver.mjs","layer":"app-pages-browser"},"startTime":1743529791473,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":8319,"timestamp":14220483372,"id":2291,"parentId":2066,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/animators/utils/accelerated-values.mjs","layer":"app-pages-browser"},"startTime":1743529791473,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":8387,"timestamp":14220483494,"id":2292,"parentId":2066,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/animators/waapi/index.mjs","layer":"app-pages-browser"},"startTime":1743529791473,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":8592,"timestamp":14220483613,"id":2293,"parentId":2066,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/animators/waapi/easing.mjs","layer":"app-pages-browser"},"startTime":1743529791473,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":8622,"timestamp":14220483680,"id":2294,"parentId":2066,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/animators/waapi/utils/attach-timeline.mjs","layer":"app-pages-browser"},"startTime":1743529791473,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":8718,"timestamp":14220483738,"id":2295,"parentId":2066,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/animators/waapi/utils/supports-linear-easing.mjs","layer":"app-pages-browser"},"startTime":1743529791473,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":8767,"timestamp":14220483795,"id":2296,"parentId":2066,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/animators/waapi/utils/supports-waapi.mjs","layer":"app-pages-browser"},"startTime":1743529791473,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":8823,"timestamp":14220483853,"id":2297,"parentId":2069,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/dom/value-types/get-as-type.mjs","layer":"app-pages-browser"},"startTime":1743529791473,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":10811,"timestamp":14220482146,"id":2273,"parentId":2027,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791471,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":11165,"timestamp":14220482117,"id":2272,"parentId":2026,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791471,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":11292,"timestamp":14220482170,"id":2274,"parentId":2053,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791471,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":11151,"timestamp":14220482603,"id":2282,"parentId":2100,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791472,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":11274,"timestamp":14220482628,"id":2283,"parentId":2100,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791472,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":11389,"timestamp":14220482673,"id":2284,"parentId":2120,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791472,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":6183,"timestamp":14220498249,"id":2301,"parentId":2069,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/dom/value-types/number.mjs","layer":"app-pages-browser"},"startTime":1743529791488,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":6415,"timestamp":14220498310,"id":2302,"parentId":2070,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/value/types/color/hex.mjs","layer":"app-pages-browser"},"startTime":1743529791488,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":6542,"timestamp":14220498364,"id":2303,"parentId":2070,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/value/types/color/hsla.mjs","layer":"app-pages-browser"},"startTime":1743529791488,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":6673,"timestamp":14220498418,"id":2304,"parentId":2070,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/value/types/color/rgba.mjs","layer":"app-pages-browser"},"startTime":1743529791488,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":6761,"timestamp":14220498471,"id":2305,"parentId":2071,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/value/types/utils/color-regex.mjs","layer":"app-pages-browser"},"startTime":1743529791488,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":6797,"timestamp":14220498524,"id":2306,"parentId":2071,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/value/types/utils/float-regex.mjs","layer":"app-pages-browser"},"startTime":1743529791488,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":6787,"timestamp":14220498623,"id":2309,"parentId":2071,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/value/types/utils/sanitize.mjs","layer":"app-pages-browser"},"startTime":1743529791488,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":7628,"timestamp":14220498094,"id":2298,"parentId":2140,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791487,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":7346,"timestamp":14220498576,"id":2307,"parentId":2172,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791488,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":7443,"timestamp":14220498601,"id":2308,"parentId":2053,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791488,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":8003,"timestamp":14220498171,"id":2299,"parentId":2151,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791487,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":8123,"timestamp":14220498216,"id":2300,"parentId":2151,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791487,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":50020,"timestamp":14220508675,"id":2321,"parentId":2062,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791498,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":53601,"timestamp":14220508033,"id":2310,"parentId":2082,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791497,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":53711,"timestamp":14220508148,"id":2311,"parentId":2082,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791497,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":53746,"timestamp":14220508212,"id":2312,"parentId":2082,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791497,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":53790,"timestamp":14220508271,"id":2313,"parentId":2082,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791498,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":53856,"timestamp":14220508326,"id":2314,"parentId":2083,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791498,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":53912,"timestamp":14220508381,"id":2315,"parentId":2092,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/utils/velocity-per-second.mjs","layer":"app-pages-browser"},"startTime":1743529791498,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":54051,"timestamp":14220508435,"id":2316,"parentId":2085,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/utils/array.mjs","layer":"app-pages-browser"},"startTime":1743529791498,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":54363,"timestamp":14220508488,"id":2317,"parentId":2094,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/GroupPlaybackControls.mjs","layer":"app-pages-browser"},"startTime":1743529791498,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":54420,"timestamp":14220508540,"id":2318,"parentId":2085,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791498,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":54368,"timestamp":14220508747,"id":2323,"parentId":2094,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791498,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":54590,"timestamp":14220508803,"id":2324,"parentId":2094,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791498,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":54663,"timestamp":14220508856,"id":2325,"parentId":2088,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/generators/utils/velocity.mjs","layer":"app-pages-browser"},"startTime":1743529791498,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":54848,"timestamp":14220508908,"id":2326,"parentId":2095,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791498,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":55591,"timestamp":14220508962,"id":2327,"parentId":2171,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791498,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":56188,"timestamp":14220508649,"id":2320,"parentId":2054,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791498,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":62312,"timestamp":14220508595,"id":2319,"parentId":2093,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791498,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":62617,"timestamp":14220508692,"id":2322,"parentId":2093,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791498,"traceId":"980ec967484575cc"},{"name":"build-module","duration":111,"timestamp":14220576628,"id":2336,"parentId":1875,"tags":{},"startTime":1743529791566,"traceId":"980ec967484575cc"},{"name":"build-module","duration":13,"timestamp":14220576757,"id":2337,"parentId":1876,"tags":{},"startTime":1743529791566,"traceId":"980ec967484575cc"},{"name":"build-module","duration":16,"timestamp":14220576775,"id":2338,"parentId":1882,"tags":{},"startTime":1743529791566,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":610,"timestamp":14220576798,"id":2339,"parentId":2054,"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":1743529791566,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":682,"timestamp":14220576830,"id":2340,"parentId":2068,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791566,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2442,"timestamp":14220575920,"id":2328,"parentId":2101,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/easing/utils/is-easing-array.mjs","layer":"app-pages-browser"},"startTime":1743529791565,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2581,"timestamp":14220576058,"id":2329,"parentId":2101,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/easing/utils/map.mjs","layer":"app-pages-browser"},"startTime":1743529791565,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2631,"timestamp":14220576126,"id":2330,"parentId":2101,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/utils/offsets/default.mjs","layer":"app-pages-browser"},"startTime":1743529791565,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2724,"timestamp":14220576187,"id":2331,"parentId":2096,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/dom/scroll/observe.mjs","layer":"app-pages-browser"},"startTime":1743529791565,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2774,"timestamp":14220576245,"id":2332,"parentId":2096,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/dom/scroll/supports.mjs","layer":"app-pages-browser"},"startTime":1743529791566,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2838,"timestamp":14220576301,"id":2333,"parentId":2097,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791566,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":3026,"timestamp":14220576356,"id":2334,"parentId":2097,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791566,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":3163,"timestamp":14220576469,"id":2335,"parentId":2097,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791566,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2963,"timestamp":14220576848,"id":2341,"parentId":2099,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/dom/utils/resolve-element.mjs","layer":"app-pages-browser"},"startTime":1743529791566,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2977,"timestamp":14220576930,"id":2342,"parentId":2101,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/utils/offsets/time.mjs","layer":"app-pages-browser"},"startTime":1743529791566,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":3244,"timestamp":14220577024,"id":2343,"parentId":2109,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/frameloop/batcher.mjs","layer":"app-pages-browser"},"startTime":1743529791566,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1816,"timestamp":14220584495,"id":2344,"parentId":2108,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/utils/mix/complex.mjs","layer":"app-pages-browser"},"startTime":1743529791574,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1840,"timestamp":14220584573,"id":2345,"parentId":2108,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/utils/mix/number.mjs","layer":"app-pages-browser"},"startTime":1743529791574,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1894,"timestamp":14220584639,"id":2346,"parentId":2135,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791574,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1936,"timestamp":14220584699,"id":2347,"parentId":2131,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/events/utils/is-primary-pointer.mjs","layer":"app-pages-browser"},"startTime":1743529791574,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1965,"timestamp":14220584759,"id":2348,"parentId":2128,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791574,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2137,"timestamp":14220584818,"id":2349,"parentId":2125,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791574,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2302,"timestamp":14220584876,"id":2350,"parentId":2125,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791574,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2647,"timestamp":14220584967,"id":2352,"parentId":2154,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791574,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2887,"timestamp":14220584935,"id":2351,"parentId":2154,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791574,"traceId":"980ec967484575cc"},{"name":"build-module","duration":153,"timestamp":14220590518,"id":2355,"parentId":2186,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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=7fc08a41898e0b180cca7678938999fee4d71fcf7d&name=checkLinks!","layer":"app-pages-browser"},"startTime":1743529791580,"traceId":"980ec967484575cc"},{"name":"build-module","duration":135,"timestamp":14220590680,"id":2356,"parentId":2185,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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=7f9f3a551716efa4537d4d4b63e0fe4f032e6aac75&name=checkImages!","layer":"app-pages-browser"},"startTime":1743529791580,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":49853,"timestamp":14220590986,"id":2360,"parentId":2079,"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":1743529791580,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":50963,"timestamp":14220590863,"id":2358,"parentId":2148,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@radix-ui+react-use-callback-ref@1.1.0_@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":1743529791580,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":51287,"timestamp":14220590824,"id":2357,"parentId":2182,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791580,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":51863,"timestamp":14220590483,"id":2354,"parentId":2154,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791580,"traceId":"980ec967484575cc"}]
24
+ [{"name":"build-module-js","duration":52412,"timestamp":14220590434,"id":2353,"parentId":2154,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791580,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":54027,"timestamp":14220590927,"id":2359,"parentId":2144,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@radix-ui+react-collection@1.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-collection/dist/index.mjs","layer":"app-pages-browser"},"startTime":1743529791580,"traceId":"980ec967484575cc"},{"name":"build-module-tsx","duration":1651,"timestamp":14220647529,"id":2361,"parentId":2180,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/components/icons/icon-folder.tsx","layer":"app-pages-browser"},"startTime":1743529791637,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":611,"timestamp":14220650336,"id":2363,"parentId":2159,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@radix-ui+react-use-escape-keydown@1.1.0_@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":1743529791640,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1588,"timestamp":14220650421,"id":2364,"parentId":2160,"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":1743529791640,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1719,"timestamp":14220650487,"id":2365,"parentId":2160,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@radix-ui+react-arrow@1.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-arrow/dist/index.mjs","layer":"app-pages-browser"},"startTime":1743529791640,"traceId":"980ec967484575cc"},{"name":"build-module-tsx","duration":3750,"timestamp":14220648638,"id":2362,"parentId":2180,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/components/icons/icon-folder-open.tsx","layer":"app-pages-browser"},"startTime":1743529791638,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":947,"timestamp":14220657223,"id":2366,"parentId":2160,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@radix-ui+react-use-size@1.1.0_@types+react@19.0.1_react@19.0.0/node_modules/@radix-ui/react-use-size/dist/index.mjs","layer":"app-pages-browser"},"startTime":1743529791646,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1502,"timestamp":14220660278,"id":2372,"parentId":2206,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/react-remove-scroll@2.5.7_@types+react@19.0.1_react@19.0.0/node_modules/react-remove-scroll/dist/es2015/Combination.js","layer":"app-pages-browser"},"startTime":1743529791650,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":6223,"timestamp":14220657317,"id":2367,"parentId":2164,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791647,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":6357,"timestamp":14220657351,"id":2368,"parentId":2173,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791647,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3636,"timestamp":14220660254,"id":2371,"parentId":2174,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791650,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3859,"timestamp":14220660342,"id":2373,"parentId":2221,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791650,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3941,"timestamp":14220660375,"id":2374,"parentId":2217,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791650,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":4225,"timestamp":14220660224,"id":2370,"parentId":2174,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791649,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":4416,"timestamp":14220660179,"id":2369,"parentId":2169,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791649,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":4452,"timestamp":14220660460,"id":2377,"parentId":2210,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791650,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":4829,"timestamp":14220660433,"id":2376,"parentId":2210,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791650,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":5254,"timestamp":14220660486,"id":2378,"parentId":2210,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791650,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":5665,"timestamp":14220660511,"id":2379,"parentId":2210,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791650,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":7042,"timestamp":14220660404,"id":2375,"parentId":2210,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791650,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":12397,"timestamp":14220660536,"id":2380,"parentId":2210,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791650,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2802,"timestamp":14220679067,"id":2381,"parentId":2199,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@radix-ui+react-slot@1.1.1_@types+react@19.0.1_react@19.0.0/node_modules/@radix-ui/react-slot/dist/index.mjs","layer":"app-pages-browser"},"startTime":1743529791668,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2799,"timestamp":14220679182,"id":2382,"parentId":2215,"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":1743529791668,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2855,"timestamp":14220679246,"id":2383,"parentId":2215,"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":1743529791669,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":3039,"timestamp":14220679306,"id":2384,"parentId":2241,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791669,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":3200,"timestamp":14220679361,"id":2385,"parentId":2241,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791669,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":3709,"timestamp":14220679416,"id":2386,"parentId":2241,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791669,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":3374,"timestamp":14220684814,"id":2387,"parentId":2237,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791674,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":3558,"timestamp":14220684894,"id":2388,"parentId":2237,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791674,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":3664,"timestamp":14220684955,"id":2389,"parentId":2242,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791674,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":3867,"timestamp":14220685020,"id":2390,"parentId":2242,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791674,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1511,"timestamp":14220693657,"id":2391,"parentId":2226,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791683,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1582,"timestamp":14220693745,"id":2392,"parentId":2237,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791683,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1789,"timestamp":14220693843,"id":2393,"parentId":2241,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791683,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2010,"timestamp":14220693963,"id":2395,"parentId":2234,"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":1743529791683,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2861,"timestamp":14220694117,"id":2398,"parentId":2327,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791683,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3128,"timestamp":14220694086,"id":2397,"parentId":2327,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791683,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":6654,"timestamp":14220694028,"id":2396,"parentId":2200,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@radix-ui+react-collection@1.1.1_@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":1743529791683,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":7258,"timestamp":14220693905,"id":2394,"parentId":2242,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791683,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3757,"timestamp":14220697656,"id":2399,"parentId":2182,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791687,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":3888,"timestamp":14220697769,"id":2401,"parentId":2200,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@radix-ui+react-focus-guards@1.1.1_@types+react@19.0.1_react@19.0.0/node_modules/@radix-ui/react-focus-guards/dist/index.mjs","layer":"app-pages-browser"},"startTime":1743529791687,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":4840,"timestamp":14220697702,"id":2400,"parentId":2200,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@radix-ui+react-dismissable-layer@1.1.3_@types+react-dom@19.0.1_@types+react@19.0.1_react-dom_ffg75bbg6osowdu23yxywf2osu/node_modules/@radix-ui/react-dismissable-layer/dist/index.mjs","layer":"app-pages-browser"},"startTime":1743529791687,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":11980,"timestamp":14220697831,"id":2402,"parentId":2200,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@radix-ui+react-focus-scope@1.1.1_@types+react-dom@19.0.1_@types+react@19.0.1_react-dom@19.0._nzjzkwpz5h36agicir7zd5733e/node_modules/@radix-ui/react-focus-scope/dist/index.mjs","layer":"app-pages-browser"},"startTime":1743529791687,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":312,"timestamp":14220710827,"id":2409,"parentId":2239,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791700,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2104,"timestamp":14220710695,"id":2407,"parentId":2200,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/react-remove-scroll@2.6.2_@types+react@19.0.1_react@19.0.0/node_modules/react-remove-scroll/dist/es2015/index.js","layer":"app-pages-browser"},"startTime":1743529791700,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2317,"timestamp":14220710768,"id":2408,"parentId":2238,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791700,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":476,"timestamp":14220713421,"id":2410,"parentId":2234,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/socket.io-client@4.8.0/node_modules/socket.io-client/build/esm/on.js","layer":"app-pages-browser"},"startTime":1743529791703,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":3688,"timestamp":14220710501,"id":2404,"parentId":2200,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@radix-ui+react-portal@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-portal/dist/index.mjs","layer":"app-pages-browser"},"startTime":1743529791700,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":4989,"timestamp":14220710566,"id":2405,"parentId":2200,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@radix-ui+react-presence@1.1.2_@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":1743529791700,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2456,"timestamp":14220713502,"id":2411,"parentId":2223,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791703,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":6204,"timestamp":14220710629,"id":2406,"parentId":2200,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@radix-ui+react-roving-focus@1.1.1_@types+react-dom@19.0.1_@types+react@19.0.1_react-dom@19.0_tftrlb6z3coyqm76727q5lrjly/node_modules/@radix-ui/react-roving-focus/dist/index.mjs","layer":"app-pages-browser"},"startTime":1743529791700,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":7628,"timestamp":14220710391,"id":2403,"parentId":2200,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@radix-ui+react-popper@1.2.1_@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":1743529791700,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1658,"timestamp":14220728270,"id":2413,"parentId":2248,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791718,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1754,"timestamp":14220728339,"id":2414,"parentId":2250,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791718,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2061,"timestamp":14220728431,"id":2416,"parentId":2255,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791718,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2096,"timestamp":14220728490,"id":2417,"parentId":2255,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/utils/get-value-transition.mjs","layer":"app-pages-browser"},"startTime":1743529791718,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2146,"timestamp":14220728548,"id":2418,"parentId":2255,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791718,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2173,"timestamp":14220728607,"id":2419,"parentId":2260,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791718,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2228,"timestamp":14220728663,"id":2420,"parentId":2260,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791718,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2653,"timestamp":14220728404,"id":2415,"parentId":2244,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791718,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3504,"timestamp":14220728177,"id":2412,"parentId":2235,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791717,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2770,"timestamp":14220733388,"id":2421,"parentId":2275,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/frameloop/microtask.mjs","layer":"app-pages-browser"},"startTime":1743529791723,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2789,"timestamp":14220733470,"id":2422,"parentId":2275,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791723,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2935,"timestamp":14220733533,"id":2423,"parentId":2236,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/socket.io-client@4.8.0/node_modules/socket.io-client/build/esm/contrib/backo2.js","layer":"app-pages-browser"},"startTime":1743529791723,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2337,"timestamp":14220737749,"id":2424,"parentId":2233,"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":1743529791727,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2376,"timestamp":14220737867,"id":2426,"parentId":2277,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791727,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":6541,"timestamp":14220737928,"id":2427,"parentId":2280,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791727,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":6638,"timestamp":14220737987,"id":2428,"parentId":2280,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791727,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":6694,"timestamp":14220738058,"id":2429,"parentId":2290,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/utils/is-none.mjs","layer":"app-pages-browser"},"startTime":1743529791727,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":6728,"timestamp":14220738120,"id":2430,"parentId":2296,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/utils/memo.mjs","layer":"app-pages-browser"},"startTime":1743529791727,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":6759,"timestamp":14220738176,"id":2431,"parentId":2293,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/easing/utils/is-bezier-definition.mjs","layer":"app-pages-browser"},"startTime":1743529791727,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":7110,"timestamp":14220738233,"id":2432,"parentId":2266,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/dom/utils/unit-conversion.mjs","layer":"app-pages-browser"},"startTime":1743529791727,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":7229,"timestamp":14220738342,"id":2435,"parentId":2281,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/animators/utils/can-animate.mjs","layer":"app-pages-browser"},"startTime":1743529791728,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":7426,"timestamp":14220738399,"id":2436,"parentId":2290,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/dom/utils/css-variables-conversion.mjs","layer":"app-pages-browser"},"startTime":1743529791728,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":7567,"timestamp":14220738456,"id":2437,"parentId":2290,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/dom/utils/is-css-variable.mjs","layer":"app-pages-browser"},"startTime":1743529791728,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":7658,"timestamp":14220738510,"id":2438,"parentId":2290,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/dom/value-types/dimensions.mjs","layer":"app-pages-browser"},"startTime":1743529791728,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":7822,"timestamp":14220738570,"id":2439,"parentId":2290,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/html/utils/make-none-animatable.mjs","layer":"app-pages-browser"},"startTime":1743529791728,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":7855,"timestamp":14220738626,"id":2440,"parentId":2268,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/dom/value-types/test.mjs","layer":"app-pages-browser"},"startTime":1743529791728,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":8018,"timestamp":14220738681,"id":2441,"parentId":2269,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/value/types/complex/filter.mjs","layer":"app-pages-browser"},"startTime":1743529791728,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":8120,"timestamp":14220738736,"id":2442,"parentId":2269,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/dom/value-types/defaults.mjs","layer":"app-pages-browser"},"startTime":1743529791728,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":8177,"timestamp":14220738842,"id":2445,"parentId":2293,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/animators/waapi/utils/linear.mjs","layer":"app-pages-browser"},"startTime":1743529791728,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":8274,"timestamp":14220738900,"id":2446,"parentId":2295,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/animators/waapi/utils/memo-supports.mjs","layer":"app-pages-browser"},"startTime":1743529791728,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":9267,"timestamp":14220738316,"id":2434,"parentId":2240,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791728,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":10082,"timestamp":14220737829,"id":2425,"parentId":2240,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791727,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":9294,"timestamp":14220738815,"id":2444,"parentId":2240,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791728,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":10447,"timestamp":14220738288,"id":2433,"parentId":2240,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791728,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":10726,"timestamp":14220738793,"id":2443,"parentId":2274,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791728,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2988,"timestamp":14220761780,"id":2447,"parentId":2301,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/value/types/numbers/index.mjs","layer":"app-pages-browser"},"startTime":1743529791751,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2997,"timestamp":14220761913,"id":2448,"parentId":2301,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/dom/value-types/number-browser.mjs","layer":"app-pages-browser"},"startTime":1743529791751,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":3066,"timestamp":14220761981,"id":2449,"parentId":2301,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/dom/value-types/transform.mjs","layer":"app-pages-browser"},"startTime":1743529791751,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2481,"timestamp":14220768460,"id":2464,"parentId":2184,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791758,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1649,"timestamp":14220769898,"id":2474,"parentId":2339,"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":1743529791759,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":5750,"timestamp":14220769914,"id":2475,"parentId":2340,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791759,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":9876,"timestamp":14220767659,"id":2450,"parentId":2301,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/dom/value-types/type-int.mjs","layer":"app-pages-browser"},"startTime":1743529791757,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":10011,"timestamp":14220767736,"id":2451,"parentId":2302,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/value/types/color/utils.mjs","layer":"app-pages-browser"},"startTime":1743529791757,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":10705,"timestamp":14220767797,"id":2452,"parentId":2323,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791757,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":10840,"timestamp":14220767856,"id":2453,"parentId":2324,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791757,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":10909,"timestamp":14220767913,"id":2454,"parentId":2324,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791757,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":11005,"timestamp":14220767967,"id":2455,"parentId":2324,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791757,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":11079,"timestamp":14220768029,"id":2456,"parentId":2324,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791757,"traceId":"980ec967484575cc"}]
25
+ [{"name":"build-module-mjs","duration":11892,"timestamp":14220768085,"id":2457,"parentId":2326,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/animators/waapi/NativeAnimation.mjs","layer":"app-pages-browser"},"startTime":1743529791757,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":11978,"timestamp":14220768194,"id":2459,"parentId":2319,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791757,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":12056,"timestamp":14220768247,"id":2460,"parentId":2330,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/utils/offsets/fill.mjs","layer":"app-pages-browser"},"startTime":1743529791758,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":12365,"timestamp":14220768300,"id":2461,"parentId":2333,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791758,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":12459,"timestamp":14220768354,"id":2462,"parentId":2333,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791758,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":12622,"timestamp":14220768406,"id":2463,"parentId":2343,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/frameloop/render-step.mjs","layer":"app-pages-browser"},"startTime":1743529791758,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":13019,"timestamp":14220768476,"id":2465,"parentId":2183,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791758,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":13238,"timestamp":14220768531,"id":2466,"parentId":2335,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791758,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":13461,"timestamp":14220768585,"id":2467,"parentId":2344,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/utils/mix/color.mjs","layer":"app-pages-browser"},"startTime":1743529791758,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":13531,"timestamp":14220768637,"id":2468,"parentId":2344,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/utils/mix/visibility.mjs","layer":"app-pages-browser"},"startTime":1743529791758,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":12720,"timestamp":14220769530,"id":2469,"parentId":2344,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/utils/mix/immediate.mjs","layer":"app-pages-browser"},"startTime":1743529791759,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":13323,"timestamp":14220769670,"id":2470,"parentId":2349,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791759,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":13373,"timestamp":14220769730,"id":2471,"parentId":2349,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791759,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":13644,"timestamp":14220769791,"id":2472,"parentId":2264,"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":1743529791759,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":13832,"timestamp":14220769844,"id":2473,"parentId":2264,"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":1743529791759,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":16745,"timestamp":14220769927,"id":2476,"parentId":2364,"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":1743529791759,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":16995,"timestamp":14220769987,"id":2477,"parentId":2372,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/react-remove-scroll@2.5.7_@types+react@19.0.1_react@19.0.0/node_modules/react-remove-scroll/dist/es2015/UI.js","layer":"app-pages-browser"},"startTime":1743529791759,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":17046,"timestamp":14220770058,"id":2478,"parentId":2372,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/react-remove-scroll@2.5.7_@types+react@19.0.1_react@19.0.0/node_modules/react-remove-scroll/dist/es2015/sidecar.js","layer":"app-pages-browser"},"startTime":1743529791759,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":17482,"timestamp":14220770179,"id":2481,"parentId":2354,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791759,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":17838,"timestamp":14220770205,"id":2482,"parentId":2376,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791759,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":18046,"timestamp":14220770231,"id":2483,"parentId":2376,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791759,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":18597,"timestamp":14220770117,"id":2479,"parentId":2373,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791759,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":18768,"timestamp":14220770257,"id":2484,"parentId":2376,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791760,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":20557,"timestamp":14220770150,"id":2480,"parentId":2377,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791759,"traceId":"980ec967484575cc"},{"name":"add-entry","duration":1806273,"timestamp":14218987950,"id":1761,"parentId":1756,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1743529789977,"traceId":"980ec967484575cc"},{"name":"add-entry","duration":1806280,"timestamp":14218987957,"id":1763,"parentId":1756,"tags":{"request":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529789977,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":31821,"timestamp":14220768140,"id":2458,"parentId":2319,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791757,"traceId":"980ec967484575cc"},{"name":"add-entry","duration":1819134,"timestamp":14218987928,"id":1759,"parentId":1756,"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.2.2_%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.2.2_%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.2.2_%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.2.2_%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.2.2_%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.2.2_%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.2.2_%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.2.2_%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":1743529789977,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":5931,"timestamp":14220803932,"id":2485,"parentId":2372,"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":1743529791793,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":5708,"timestamp":14220804267,"id":2493,"parentId":2386,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/gestures/utils/is-node-or-child.mjs","layer":"app-pages-browser"},"startTime":1743529791794,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":6368,"timestamp":14220804157,"id":2489,"parentId":2380,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791793,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":6614,"timestamp":14220804127,"id":2488,"parentId":2375,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791793,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":6875,"timestamp":14220804051,"id":2486,"parentId":2378,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791793,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":7107,"timestamp":14220804093,"id":2487,"parentId":2375,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791793,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":7251,"timestamp":14220804185,"id":2490,"parentId":2380,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791793,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":7510,"timestamp":14220804214,"id":2491,"parentId":2375,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791793,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":8090,"timestamp":14220804241,"id":2492,"parentId":2375,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791794,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2111,"timestamp":14220813406,"id":2494,"parentId":2387,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791803,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2201,"timestamp":14220813495,"id":2495,"parentId":2387,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791803,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":3573,"timestamp":14220813557,"id":2496,"parentId":2389,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791803,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":4891,"timestamp":14220813616,"id":2497,"parentId":2390,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791803,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":5042,"timestamp":14220813702,"id":2498,"parentId":2387,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791803,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":5147,"timestamp":14220813766,"id":2499,"parentId":2387,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791803,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":5205,"timestamp":14220813823,"id":2500,"parentId":2387,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791803,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":5316,"timestamp":14220813876,"id":2501,"parentId":2388,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791803,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":5470,"timestamp":14220813931,"id":2502,"parentId":2388,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791803,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":5504,"timestamp":14220813987,"id":2503,"parentId":2388,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791803,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":5581,"timestamp":14220814061,"id":2504,"parentId":2388,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791803,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":5604,"timestamp":14220814119,"id":2505,"parentId":2388,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791803,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":5646,"timestamp":14220814175,"id":2506,"parentId":2390,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791803,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":5779,"timestamp":14220814237,"id":2507,"parentId":2391,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791804,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2006,"timestamp":14220828739,"id":2508,"parentId":2391,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791818,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2149,"timestamp":14220828827,"id":2509,"parentId":2391,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791818,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2216,"timestamp":14220828888,"id":2510,"parentId":2392,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791818,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2364,"timestamp":14220828946,"id":2511,"parentId":2393,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791818,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2382,"timestamp":14220829008,"id":2512,"parentId":2394,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791818,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2497,"timestamp":14220829065,"id":2513,"parentId":2394,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791818,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2625,"timestamp":14220829120,"id":2514,"parentId":2394,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791818,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2697,"timestamp":14220829174,"id":2515,"parentId":2321,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791818,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2812,"timestamp":14220829228,"id":2516,"parentId":2407,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/react-remove-scroll@2.6.2_@types+react@19.0.1_react@19.0.0/node_modules/react-remove-scroll/dist/es2015/Combination.js","layer":"app-pages-browser"},"startTime":1743529791818,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":132,"timestamp":14220834812,"id":2517,"parentId":2360,"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":1743529791824,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":331,"timestamp":14220838896,"id":2518,"parentId":2403,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/@radix-ui+react-arrow@1.1.1_@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":1743529791828,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1445,"timestamp":14220842125,"id":2519,"parentId":2416,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791831,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1476,"timestamp":14220842208,"id":2520,"parentId":2416,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791831,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1506,"timestamp":14220842274,"id":2521,"parentId":2418,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791832,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1845,"timestamp":14220842334,"id":2522,"parentId":2427,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791832,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1909,"timestamp":14220842392,"id":2523,"parentId":2427,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791832,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2235,"timestamp":14220842452,"id":2524,"parentId":2427,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791832,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2486,"timestamp":14220842509,"id":2525,"parentId":2427,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791832,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2645,"timestamp":14220842565,"id":2526,"parentId":2427,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791832,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2924,"timestamp":14220842622,"id":2527,"parentId":2427,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791832,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":3100,"timestamp":14220842680,"id":2528,"parentId":2427,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791832,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":3122,"timestamp":14220842737,"id":2529,"parentId":2427,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791832,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":3226,"timestamp":14220842793,"id":2530,"parentId":2427,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791832,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":3246,"timestamp":14220842851,"id":2531,"parentId":2427,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791832,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":970,"timestamp":14220851696,"id":2532,"parentId":2435,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/utils/is-animatable.mjs","layer":"app-pages-browser"},"startTime":1743529791841,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":975,"timestamp":14220851775,"id":2533,"parentId":2438,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/render/dom/value-types/type-auto.mjs","layer":"app-pages-browser"},"startTime":1743529791841,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":976,"timestamp":14220851838,"id":2534,"parentId":2446,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/animators/waapi/utils/supports-flags.mjs","layer":"app-pages-browser"},"startTime":1743529791841,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1061,"timestamp":14220851897,"id":2535,"parentId":2452,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/easing/utils/create-generator-easing.mjs","layer":"app-pages-browser"},"startTime":1743529791841,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1215,"timestamp":14220851954,"id":2536,"parentId":2453,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791841,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1289,"timestamp":14220852014,"id":2537,"parentId":2452,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791841,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1412,"timestamp":14220852070,"id":2538,"parentId":2452,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791841,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1448,"timestamp":14220852124,"id":2539,"parentId":2452,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791841,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2391,"timestamp":14220853915,"id":2540,"parentId":2451,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/value/types/utils/is-nullish.mjs","layer":"app-pages-browser"},"startTime":1743529791843,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2444,"timestamp":14220853994,"id":2541,"parentId":2451,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/value/types/utils/single-color-regex.mjs","layer":"app-pages-browser"},"startTime":1743529791843,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2475,"timestamp":14220854067,"id":2542,"parentId":2457,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/animators/waapi/utils/style.mjs","layer":"app-pages-browser"},"startTime":1743529791843,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2544,"timestamp":14220854126,"id":2543,"parentId":2457,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/animation/animators/waapi/utils/supports-partial-keyframes.mjs","layer":"app-pages-browser"},"startTime":1743529791843,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2663,"timestamp":14220854183,"id":2544,"parentId":2466,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791843,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2690,"timestamp":14220854237,"id":2545,"parentId":2466,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791844,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2836,"timestamp":14220854290,"id":2546,"parentId":2466,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791844,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2879,"timestamp":14220854344,"id":2547,"parentId":2477,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/react-remove-scroll@2.5.7_@types+react@19.0.1_react@19.0.0/node_modules/react-remove-scroll/dist/es2015/medium.js","layer":"app-pages-browser"},"startTime":1743529791844,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3576,"timestamp":14220854400,"id":2548,"parentId":2478,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/react-remove-scroll@2.5.7_@types+react@19.0.1_react@19.0.0/node_modules/react-remove-scroll/dist/es2015/SideEffect.js","layer":"app-pages-browser"},"startTime":1743529791844,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":3725,"timestamp":14220854453,"id":2549,"parentId":2467,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/utils/hsla-to-rgba.mjs","layer":"app-pages-browser"},"startTime":1743529791844,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":3787,"timestamp":14220854506,"id":2550,"parentId":2470,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791844,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":3901,"timestamp":14220854558,"id":2551,"parentId":2470,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791844,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1363,"timestamp":14220860915,"id":2552,"parentId":2479,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791850,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":714,"timestamp":14220862478,"id":2553,"parentId":2424,"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":1743529791852,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2157,"timestamp":14220862553,"id":2554,"parentId":2424,"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":1743529791852,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2719,"timestamp":14220862614,"id":2555,"parentId":2476,"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":1743529791852,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":711,"timestamp":14220866210,"id":2556,"parentId":2424,"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":1743529791855,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":957,"timestamp":14220866319,"id":2558,"parentId":2424,"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":1743529791856,"traceId":"980ec967484575cc"}]
26
+ [{"name":"build-module-js","duration":1193,"timestamp":14220866375,"id":2559,"parentId":2477,"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":1743529791856,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2366,"timestamp":14220866284,"id":2557,"parentId":2425,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791856,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":3096,"timestamp":14220869140,"id":2560,"parentId":2476,"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":1743529791858,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":3516,"timestamp":14220869221,"id":2561,"parentId":2476,"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":1743529791858,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":266,"timestamp":14220874381,"id":2562,"parentId":2477,"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":1743529791864,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":653,"timestamp":14220875593,"id":2563,"parentId":2478,"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":1743529791865,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":866,"timestamp":14220876481,"id":2564,"parentId":2494,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791866,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1219,"timestamp":14220876560,"id":2565,"parentId":2496,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791866,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1284,"timestamp":14220876624,"id":2566,"parentId":2499,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791866,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":1326,"timestamp":14220876684,"id":2567,"parentId":2507,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791866,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":445,"timestamp":14220881492,"id":2568,"parentId":2502,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791871,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":548,"timestamp":14220881573,"id":2569,"parentId":2502,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791871,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1789,"timestamp":14220883180,"id":2570,"parentId":2516,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/react-remove-scroll@2.6.2_@types+react@19.0.1_react@19.0.0/node_modules/react-remove-scroll/dist/es2015/UI.js","layer":"app-pages-browser"},"startTime":1743529791872,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1836,"timestamp":14220883258,"id":2571,"parentId":2516,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/react-remove-scroll@2.6.2_@types+react@19.0.1_react@19.0.0/node_modules/react-remove-scroll/dist/es2015/sidecar.js","layer":"app-pages-browser"},"startTime":1743529791873,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2045,"timestamp":14220883323,"id":2572,"parentId":2509,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791873,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2172,"timestamp":14220883382,"id":2573,"parentId":2509,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791873,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":2194,"timestamp":14220883438,"id":2574,"parentId":2508,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791873,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2229,"timestamp":14220883494,"id":2575,"parentId":2424,"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":1743529791873,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2951,"timestamp":14220883550,"id":2576,"parentId":2424,"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":1743529791873,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3341,"timestamp":14220883605,"id":2577,"parentId":2424,"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":1743529791873,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3514,"timestamp":14220883707,"id":2578,"parentId":2424,"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":1743529791873,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":3786,"timestamp":14220883771,"id":2579,"parentId":2424,"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":1743529791873,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":4119,"timestamp":14220883829,"id":2580,"parentId":2424,"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":1743529791873,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":4137,"timestamp":14220890667,"id":2581,"parentId":2538,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/framer-motion/dist/es/easing/utils/get-easing-for-segment.mjs","layer":"app-pages-browser"},"startTime":1743529791880,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":4207,"timestamp":14220890747,"id":2582,"parentId":2548,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/react-remove-scroll@2.5.7_@types+react@19.0.1_react@19.0.0/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js","layer":"app-pages-browser"},"startTime":1743529791880,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":4564,"timestamp":14220890810,"id":2583,"parentId":2548,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/react-remove-scroll@2.5.7_@types+react@19.0.1_react@19.0.0/node_modules/react-remove-scroll/dist/es2015/handleScroll.js","layer":"app-pages-browser"},"startTime":1743529791880,"traceId":"980ec967484575cc"},{"name":"build-module-mjs","duration":4676,"timestamp":14220890874,"id":2584,"parentId":2546,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/framer-motion@12.0.0-alpha.2_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":1743529791880,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":4719,"timestamp":14220890930,"id":2585,"parentId":2548,"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":1743529791880,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1122,"timestamp":14220898169,"id":2588,"parentId":2517,"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":1743529791887,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1506,"timestamp":14220898027,"id":2586,"parentId":2548,"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":1743529791887,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2337,"timestamp":14220898106,"id":2587,"parentId":2515,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.2_@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":1743529791887,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2844,"timestamp":14220898186,"id":2589,"parentId":2554,"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":1743529791887,"traceId":"980ec967484575cc"},{"name":"add-entry","duration":1915301,"timestamp":14218987962,"id":1765,"parentId":1756,"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.2.2_%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.2.2_%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":1743529789977,"traceId":"980ec967484575cc"},{"name":"add-entry","duration":1915719,"timestamp":14218987822,"id":1757,"parentId":1756,"tags":{"request":"./../../node_modules/.pnpm/next@15.2.2_@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":1743529789977,"traceId":"980ec967484575cc"},{"name":"add-entry","duration":1915684,"timestamp":14218987866,"id":1758,"parentId":1756,"tags":{"request":"./../../node_modules/.pnpm/next@15.2.2_@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":1743529789977,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1414,"timestamp":14220903946,"id":2590,"parentId":2562,"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":1743529791893,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1489,"timestamp":14220904032,"id":2591,"parentId":2562,"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":1743529791893,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1532,"timestamp":14220904094,"id":2592,"parentId":2562,"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":1743529791893,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1582,"timestamp":14220904155,"id":2593,"parentId":2562,"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":1743529791893,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1737,"timestamp":14220904216,"id":2594,"parentId":2562,"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":1743529791893,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1798,"timestamp":14220904271,"id":2595,"parentId":2562,"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":1743529791894,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1839,"timestamp":14220904325,"id":2596,"parentId":2562,"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":1743529791894,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1941,"timestamp":14220904379,"id":2597,"parentId":2562,"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":1743529791894,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2025,"timestamp":14220904434,"id":2598,"parentId":2563,"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":1743529791894,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2223,"timestamp":14220904488,"id":2599,"parentId":2563,"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":1743529791894,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2267,"timestamp":14220904543,"id":2600,"parentId":2563,"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":1743529791894,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2499,"timestamp":14220904598,"id":2601,"parentId":2563,"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":1743529791894,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2701,"timestamp":14220904650,"id":2602,"parentId":2563,"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":1743529791894,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":2795,"timestamp":14220904702,"id":2603,"parentId":2563,"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":1743529791894,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":340,"timestamp":14220911602,"id":2604,"parentId":2570,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/react-remove-scroll@2.6.2_@types+react@19.0.1_react@19.0.0/node_modules/react-remove-scroll/dist/es2015/medium.js","layer":"app-pages-browser"},"startTime":1743529791901,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1058,"timestamp":14220911684,"id":2605,"parentId":2571,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/react-remove-scroll@2.6.2_@types+react@19.0.1_react@19.0.0/node_modules/react-remove-scroll/dist/es2015/SideEffect.js","layer":"app-pages-browser"},"startTime":1743529791901,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":892,"timestamp":14220914531,"id":2606,"parentId":2554,"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":1743529791904,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1083,"timestamp":14220916102,"id":2607,"parentId":2585,"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":1743529791905,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1192,"timestamp":14220916191,"id":2608,"parentId":2585,"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":1743529791905,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1256,"timestamp":14220916256,"id":2609,"parentId":2589,"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":1743529791906,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1305,"timestamp":14220916318,"id":2610,"parentId":2586,"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":1743529791906,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1450,"timestamp":14220916373,"id":2611,"parentId":2586,"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":1743529791906,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1536,"timestamp":14220916427,"id":2612,"parentId":2586,"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":1743529791906,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1597,"timestamp":14220916483,"id":2613,"parentId":2599,"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":1743529791906,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":409,"timestamp":14220920833,"id":2614,"parentId":2605,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/react-remove-scroll@2.6.2_@types+react@19.0.1_react@19.0.0/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js","layer":"app-pages-browser"},"startTime":1743529791910,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":764,"timestamp":14220920912,"id":2615,"parentId":2605,"tags":{"name":"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/react-remove-scroll@2.6.2_@types+react@19.0.1_react@19.0.0/node_modules/react-remove-scroll/dist/es2015/handleScroll.js","layer":"app-pages-browser"},"startTime":1743529791910,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":859,"timestamp":14220922840,"id":2616,"parentId":2576,"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":1743529791912,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":901,"timestamp":14220922919,"id":2617,"parentId":2576,"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":1743529791912,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1078,"timestamp":14220922982,"id":2618,"parentId":2589,"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":1743529791912,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":1289,"timestamp":14220923069,"id":2619,"parentId":2589,"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":1743529791912,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":352,"timestamp":14220925129,"id":2620,"parentId":2611,"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":1743529791914,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":184,"timestamp":14220925735,"id":2621,"parentId":2613,"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":1743529791915,"traceId":"980ec967484575cc"},{"name":"build-module-js","duration":403,"timestamp":14220926310,"id":2622,"parentId":2618,"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":1743529791916,"traceId":"980ec967484575cc"},{"name":"add-entry","duration":1938788,"timestamp":14218987959,"id":1764,"parentId":1756,"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.2.2_%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.2.2_%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":1743529789977,"traceId":"980ec967484575cc"},{"name":"add-entry","duration":1938787,"timestamp":14218987968,"id":1766,"parentId":1756,"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":1743529789977,"traceId":"980ec967484575cc"},{"name":"make","duration":1939146,"timestamp":14218987645,"id":1756,"parentId":1755,"tags":{},"startTime":1743529789977,"traceId":"980ec967484575cc"},{"name":"chunk-graph","duration":7846,"timestamp":14220951802,"id":2624,"parentId":2623,"tags":{},"startTime":1743529791941,"traceId":"980ec967484575cc"},{"name":"optimize-modules","duration":5,"timestamp":14220959680,"id":2626,"parentId":2623,"tags":{},"startTime":1743529791949,"traceId":"980ec967484575cc"},{"name":"optimize-chunks","duration":6030,"timestamp":14220960579,"id":2628,"parentId":2623,"tags":{},"startTime":1743529791950,"traceId":"980ec967484575cc"},{"name":"optimize-tree","duration":7,"timestamp":14220966633,"id":2629,"parentId":2623,"tags":{},"startTime":1743529791956,"traceId":"980ec967484575cc"},{"name":"optimize-chunk-modules","duration":16185,"timestamp":14220966664,"id":2630,"parentId":2623,"tags":{},"startTime":1743529791956,"traceId":"980ec967484575cc"},{"name":"optimize","duration":23203,"timestamp":14220959669,"id":2625,"parentId":2623,"tags":{},"startTime":1743529791949,"traceId":"980ec967484575cc"},{"name":"module-hash","duration":10631,"timestamp":14220991346,"id":2631,"parentId":2623,"tags":{},"startTime":1743529791981,"traceId":"980ec967484575cc"},{"name":"code-generation","duration":231334,"timestamp":14221001998,"id":2632,"parentId":2623,"tags":{},"startTime":1743529791991,"traceId":"980ec967484575cc"},{"name":"hash","duration":2946,"timestamp":14221235409,"id":2633,"parentId":2623,"tags":{},"startTime":1743529792225,"traceId":"980ec967484575cc"},{"name":"code-generation-jobs","duration":163,"timestamp":14221238354,"id":2634,"parentId":2623,"tags":{},"startTime":1743529792228,"traceId":"980ec967484575cc"},{"name":"module-assets","duration":349,"timestamp":14221238502,"id":2635,"parentId":2623,"tags":{},"startTime":1743529792228,"traceId":"980ec967484575cc"},{"name":"create-chunk-assets","duration":8480,"timestamp":14221238858,"id":2636,"parentId":2623,"tags":{},"startTime":1743529792228,"traceId":"980ec967484575cc"},{"name":"NextJsBuildManifest-generateClientManifest","duration":936,"timestamp":14221249622,"id":2638,"parentId":1755,"tags":{},"startTime":1743529792239,"traceId":"980ec967484575cc"},{"name":"NextJsBuildManifest-createassets","duration":1473,"timestamp":14221249091,"id":2637,"parentId":1755,"tags":{},"startTime":1743529792238,"traceId":"980ec967484575cc"},{"name":"minify-js","duration":84278,"timestamp":14221262794,"id":2643,"parentId":2639,"tags":{"name":"static/chunks/pages/_error-39a87dee2e97a2a3.js","cache":"MISS"},"startTime":1743529792252,"traceId":"980ec967484575cc"},{"name":"minify-js","duration":84480,"timestamp":14221262638,"id":2641,"parentId":2639,"tags":{"name":"static/chunks/main-app-256b213b179a95cc.js","cache":"MISS"},"startTime":1743529792252,"traceId":"980ec967484575cc"},{"name":"minify-js","duration":84302,"timestamp":14221262838,"id":2644,"parentId":2639,"tags":{"name":"static/chunks/pages/_app-f3011d3f00bb8dba.js","cache":"MISS"},"startTime":1743529792252,"traceId":"980ec967484575cc"},{"name":"minify-js","duration":84448,"timestamp":14221262712,"id":2642,"parentId":2639,"tags":{"name":"static/chunks/app/_not-found/page-09d694081cc9d4dc.js","cache":"MISS"},"startTime":1743529792252,"traceId":"980ec967484575cc"},{"name":"minify-js","duration":84127,"timestamp":14221263051,"id":2646,"parentId":2639,"tags":{"name":"static/chunks/app/page-5cc4bdf3b5cfa4cf.js","cache":"MISS"},"startTime":1743529792252,"traceId":"980ec967484575cc"},{"name":"minify-js","duration":84313,"timestamp":14221262881,"id":2645,"parentId":2639,"tags":{"name":"static/chunks/app/layout-790f2e7caed999b4.js","cache":"MISS"},"startTime":1743529792252,"traceId":"980ec967484575cc"},{"name":"minify-js","duration":70012,"timestamp":14221277199,"id":2648,"parentId":2639,"tags":{"name":"static/chunks/webpack-41e2667c9f086a4f.js","cache":"MISS"},"startTime":1743529792266,"traceId":"980ec967484575cc"},{"name":"minify-js","duration":111552,"timestamp":14221259766,"id":2640,"parentId":2639,"tags":{"name":"static/chunks/main-44463a8301435b64.js","cache":"MISS"},"startTime":1743529792249,"traceId":"980ec967484575cc"},{"name":"minify-js","duration":135767,"timestamp":14221263111,"id":2647,"parentId":2639,"tags":{"name":"static/chunks/app/preview/[...slug]/page-809a4637f7f23d87.js","cache":"MISS"},"startTime":1743529792252,"traceId":"980ec967484575cc"},{"name":"minify-js","duration":134096,"timestamp":14221285166,"id":2652,"parentId":2639,"tags":{"name":"static/chunks/744-79730358b37b2212.js","cache":"MISS"},"startTime":1743529792274,"traceId":"980ec967484575cc"},{"name":"minify-js","duration":180533,"timestamp":14221277309,"id":2649,"parentId":2639,"tags":{"name":"static/chunks/framework-c2bd6d936e3077bc.js","cache":"MISS"},"startTime":1743529792267,"traceId":"980ec967484575cc"},{"name":"minify-js","duration":187574,"timestamp":14221283341,"id":2650,"parentId":2639,"tags":{"name":"static/chunks/afa401a5-3e949a1cfd317dd3.js","cache":"MISS"},"startTime":1743529792273,"traceId":"980ec967484575cc"},{"name":"minify-js","duration":214782,"timestamp":14221283862,"id":2651,"parentId":2639,"tags":{"name":"static/chunks/832ad4be-cb988facfb8f955f.js","cache":"MISS"},"startTime":1743529792273,"traceId":"980ec967484575cc"},{"name":"minify-js","duration":203958,"timestamp":14221302282,"id":2656,"parentId":2639,"tags":{"name":"static/chunks/412-31817e53b50a3e73.js","cache":"MISS"},"startTime":1743529792292,"traceId":"980ec967484575cc"},{"name":"minify-js","duration":210133,"timestamp":14221302523,"id":2657,"parentId":2639,"tags":{"name":"static/chunks/683-143f990811265aa9.js","cache":"MISS"},"startTime":1743529792292,"traceId":"980ec967484575cc"},{"name":"minify-js","duration":209623,"timestamp":14221303072,"id":2658,"parentId":2639,"tags":{"name":"server/middleware-react-loadable-manifest.js","cache":"MISS"},"startTime":1743529792292,"traceId":"980ec967484575cc"}]
27
+ [{"name":"minify-js","duration":209826,"timestamp":14221303113,"id":2659,"parentId":2639,"tags":{"name":"static/iTYvrKm3lnjH0SMrE7Jrp/_ssgManifest.js","cache":"MISS"},"startTime":1743529792292,"traceId":"980ec967484575cc"},{"name":"minify-js","duration":209812,"timestamp":14221303142,"id":2660,"parentId":2639,"tags":{"name":"server/middleware-build-manifest.js","cache":"MISS"},"startTime":1743529792292,"traceId":"980ec967484575cc"},{"name":"minify-js","duration":209928,"timestamp":14221303170,"id":2661,"parentId":2639,"tags":{"name":"static/iTYvrKm3lnjH0SMrE7Jrp/_buildManifest.js","cache":"MISS"},"startTime":1743529792292,"traceId":"980ec967484575cc"},{"name":"minify-js","duration":210008,"timestamp":14221303197,"id":2662,"parentId":2639,"tags":{"name":"server/next-font-manifest.js","cache":"MISS"},"startTime":1743529792292,"traceId":"980ec967484575cc"},{"name":"minify-js","duration":228764,"timestamp":14221300320,"id":2655,"parentId":2639,"tags":{"name":"static/chunks/287-7864b805e6bdc854.js","cache":"MISS"},"startTime":1743529792290,"traceId":"980ec967484575cc"},{"name":"minify-js","duration":258509,"timestamp":14221290878,"id":2654,"parentId":2639,"tags":{"name":"static/chunks/781-5f16c6bc9d9d4cc1.js","cache":"MISS"},"startTime":1743529792280,"traceId":"980ec967484575cc"},{"name":"minify-js","duration":284548,"timestamp":14221285859,"id":2653,"parentId":2639,"tags":{"name":"static/chunks/249-a7c978f5f295dbbe.js","cache":"MISS"},"startTime":1743529792275,"traceId":"980ec967484575cc"},{"name":"minify-webpack-plugin-optimize","duration":318579,"timestamp":14221251845,"id":2639,"parentId":1755,"tags":{"compilationName":"client","mangle":"true"},"startTime":1743529792241,"traceId":"980ec967484575cc"},{"name":"minify-css","duration":183000,"timestamp":14221570602,"id":2664,"parentId":2663,"tags":{"file":"static/css/8c82460dd6acbb0d.css","cache":"MISS"},"startTime":1743529792560,"traceId":"980ec967484575cc"},{"name":"css-minimizer-plugin","duration":183072,"timestamp":14221570546,"id":2663,"parentId":1755,"tags":{},"startTime":1743529792560,"traceId":"980ec967484575cc"},{"name":"seal","duration":819629,"timestamp":14220940945,"id":2623,"parentId":1755,"tags":{},"startTime":1743529791930,"traceId":"980ec967484575cc"},{"name":"webpack-compilation","duration":2773802,"timestamp":14218986840,"id":1755,"parentId":13,"tags":{"name":"client"},"startTime":1743529789976,"traceId":"980ec967484575cc"},{"name":"emit","duration":3252,"timestamp":14221760675,"id":2665,"parentId":13,"tags":{},"startTime":1743529792750,"traceId":"980ec967484575cc"},{"name":"webpack-close","duration":299384,"timestamp":14221764412,"id":2666,"parentId":13,"tags":{"name":"client"},"startTime":1743529792754,"traceId":"980ec967484575cc"},{"name":"webpack-generate-error-stats","duration":604,"timestamp":14222063808,"id":2667,"parentId":2666,"tags":{},"startTime":1743529793053,"traceId":"980ec967484575cc"},{"name":"run-webpack-compiler","duration":13168542,"timestamp":14208896103,"id":13,"parentId":1,"tags":{},"startTime":1743529779885,"traceId":"980ec967484575cc"},{"name":"format-webpack-messages","duration":72,"timestamp":14222064648,"id":2668,"parentId":1,"tags":{},"startTime":1743529793054,"traceId":"980ec967484575cc"},{"name":"verify-and-lint","duration":51145,"timestamp":14222087305,"id":2671,"parentId":1,"tags":{},"startTime":1743529793077,"traceId":"980ec967484575cc"},{"name":"verify-typescript-setup","duration":3650841,"timestamp":14222069272,"id":2670,"parentId":1,"tags":{},"startTime":1743529793059,"traceId":"980ec967484575cc"},{"name":"check-static-error-page","duration":2119,"timestamp":14226054108,"id":2674,"parentId":2673,"tags":{},"startTime":1743529797043,"traceId":"980ec967484575cc"},{"name":"check-page","duration":1078,"timestamp":14226089031,"id":2675,"parentId":2673,"tags":{"page":"/_app"},"startTime":1743529797078,"traceId":"980ec967484575cc"},{"name":"check-page","duration":438,"timestamp":14226089685,"id":2677,"parentId":2673,"tags":{"page":"/_document"},"startTime":1743529797079,"traceId":"980ec967484575cc"},{"name":"check-page","duration":591,"timestamp":14226089638,"id":2676,"parentId":2673,"tags":{"page":"/_error"},"startTime":1743529797079,"traceId":"980ec967484575cc"},{"name":"is-page-static","duration":186811,"timestamp":14226090510,"id":2682,"parentId":2681,"tags":{},"startTime":1743529797080,"traceId":"980ec967484575cc"},{"name":"check-page","duration":187529,"timestamp":14226089868,"id":2681,"parentId":2673,"tags":{"page":"/favicon.ico"},"startTime":1743529797079,"traceId":"980ec967484575cc"},{"name":"is-page-static","duration":188968,"timestamp":14226091375,"id":2685,"parentId":2678,"tags":{},"startTime":1743529797081,"traceId":"980ec967484575cc"},{"name":"check-page","duration":190655,"timestamp":14226089707,"id":2678,"parentId":2673,"tags":{"page":"/_not-found"},"startTime":1743529797079,"traceId":"980ec967484575cc"},{"name":"is-page-static","duration":200364,"timestamp":14226091098,"id":2683,"parentId":2679,"tags":{},"startTime":1743529797080,"traceId":"980ec967484575cc"},{"name":"check-page","duration":201666,"timestamp":14226089813,"id":2679,"parentId":2673,"tags":{"page":"/"},"startTime":1743529797079,"traceId":"980ec967484575cc"},{"name":"is-page-static","duration":394808,"timestamp":14226091208,"id":2684,"parentId":2680,"tags":{},"startTime":1743529797080,"traceId":"980ec967484575cc"},{"name":"check-page","duration":396214,"timestamp":14226089843,"id":2680,"parentId":2673,"tags":{"page":"/preview/[...slug]"},"startTime":1743529797079,"traceId":"980ec967484575cc"},{"name":"static-check","duration":432444,"timestamp":14226053649,"id":2673,"parentId":1,"tags":{},"startTime":1743529797043,"traceId":"980ec967484575cc"},{"name":"generate-required-server-files","duration":229,"timestamp":14226486371,"id":2687,"parentId":1,"tags":{},"startTime":1743529797476,"traceId":"980ec967484575cc"},{"name":"write-routes-manifest","duration":914,"timestamp":14226489744,"id":2689,"parentId":1,"tags":{},"startTime":1743529797479,"traceId":"980ec967484575cc"},{"name":"load-dotenv","duration":21,"timestamp":14226503691,"id":2692,"parentId":2691,"tags":{},"startTime":1743529797493,"traceId":"980ec967484575cc"},{"name":"run-export-path-map","duration":254,"timestamp":14227208036,"id":2693,"parentId":2691,"tags":{},"startTime":1743529798197,"traceId":"980ec967484575cc"},{"name":"next-export","duration":2310698,"timestamp":14226503144,"id":2691,"parentId":1,"tags":{},"startTime":1743529797492,"traceId":"980ec967484575cc"},{"name":"move-exported-page","duration":42173,"timestamp":14228814627,"id":2694,"parentId":2690,"tags":{},"startTime":1743529799804,"traceId":"980ec967484575cc"},{"name":"static-generation","duration":2393559,"timestamp":14226499980,"id":2690,"parentId":1,"tags":{},"startTime":1743529797489,"traceId":"980ec967484575cc"},{"name":"write-routes-manifest","duration":8109,"timestamp":14228893551,"id":2695,"parentId":1,"tags":{},"startTime":1743529799883,"traceId":"980ec967484575cc"},{"name":"node-file-trace-build","duration":8555612,"timestamp":14226487702,"id":2688,"parentId":1,"tags":{"isTurbotrace":"false"},"startTime":1743529797477,"traceId":"980ec967484575cc"},{"name":"apply-include-excludes","duration":475,"timestamp":14235043329,"id":2696,"parentId":1,"tags":{},"startTime":1743529806033,"traceId":"980ec967484575cc"},{"name":"print-tree-view","duration":1920,"timestamp":14235044105,"id":2697,"parentId":1,"tags":{},"startTime":1743529806033,"traceId":"980ec967484575cc"},{"name":"telemetry-flush","duration":29,"timestamp":14235046029,"id":2698,"parentId":1,"tags":{},"startTime":1743529806035,"traceId":"980ec967484575cc"},{"name":"next-build","duration":26306414,"timestamp":14208739648,"id":1,"tags":{"buildMode":"default","isTurboBuild":"false","version":"15.2.2","has-custom-webpack-config":"true","use-build-worker":"false"},"startTime":1743529779729,"traceId":"980ec967484575cc"}]