prime-dev-cli 1.0.5 → 1.0.7

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 (117) hide show
  1. package/bin/cli.mjs +19 -4
  2. package/dist/server/.next/BUILD_ID +1 -1
  3. package/dist/server/.next/app-build-manifest.json +79 -65
  4. package/dist/server/.next/app-path-routes-manifest.json +14 -12
  5. package/dist/server/.next/build-manifest.json +5 -5
  6. package/dist/server/.next/cache/.rscinfo +1 -1
  7. package/dist/server/.next/cache/.tsbuildinfo +1 -1
  8. package/dist/server/.next/cache/eslint/.cache_1qa5vxt +1 -1
  9. package/dist/server/.next/cache/webpack/client-production/0.pack +0 -0
  10. package/dist/server/.next/cache/webpack/client-production/1.pack +0 -0
  11. package/dist/server/.next/cache/webpack/client-production/2.pack +0 -0
  12. package/dist/server/.next/cache/webpack/client-production/3.pack +0 -0
  13. package/dist/server/.next/cache/webpack/client-production/4.pack +0 -0
  14. package/dist/server/.next/cache/webpack/client-production/5.pack +0 -0
  15. package/dist/server/.next/cache/webpack/client-production/index.pack +0 -0
  16. package/dist/server/.next/cache/webpack/client-production/index.pack.old +0 -0
  17. package/dist/server/.next/cache/webpack/edge-server-production/index.pack +0 -0
  18. package/dist/server/.next/cache/webpack/edge-server-production/index.pack.old +0 -0
  19. package/dist/server/.next/cache/webpack/server-production/0.pack +0 -0
  20. package/dist/server/.next/cache/webpack/server-production/1.pack +0 -0
  21. package/dist/server/.next/cache/webpack/server-production/2.pack +0 -0
  22. package/dist/server/.next/cache/webpack/server-production/index.pack +0 -0
  23. package/dist/server/.next/cache/webpack/server-production/index.pack.old +0 -0
  24. package/dist/server/.next/next-minimal-server.js.nft.json +1 -1
  25. package/dist/server/.next/next-server.js.nft.json +1 -1
  26. package/dist/server/.next/prerender-manifest.json +3 -3
  27. package/dist/server/.next/server/app/_not-found/page.js +1 -1
  28. package/dist/server/.next/server/app/_not-found/page.js.nft.json +1 -1
  29. package/dist/server/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  30. package/dist/server/.next/server/app/_not-found.html +1 -1
  31. package/dist/server/.next/server/app/_not-found.rsc +2 -4
  32. package/dist/server/.next/server/app/api/all-projects-envs/route_client-reference-manifest.js +1 -1
  33. package/dist/server/.next/server/app/api/check-mock-intercept/route_client-reference-manifest.js +1 -1
  34. package/dist/server/.next/server/app/api/check-workspace/route_client-reference-manifest.js +1 -1
  35. package/dist/server/.next/server/app/api/cleanup-mock/route.js +6 -0
  36. package/dist/server/.next/server/app/api/cleanup-mock/route.js.nft.json +1 -0
  37. package/dist/server/.next/server/app/api/cleanup-mock/route_client-reference-manifest.js +1 -0
  38. package/dist/server/.next/server/app/api/cleanup-project/route_client-reference-manifest.js +1 -1
  39. package/dist/server/.next/server/app/api/get-mock-data/route_client-reference-manifest.js +1 -1
  40. package/dist/server/.next/server/app/api/initialize-workspace/route_client-reference-manifest.js +1 -1
  41. package/dist/server/.next/server/app/api/microapp-proxy-change-stream/route_client-reference-manifest.js +1 -1
  42. package/dist/server/.next/server/app/api/microapp-proxy-config/route_client-reference-manifest.js +1 -1
  43. package/dist/server/.next/server/app/api/mock-file/route_client-reference-manifest.js +1 -1
  44. package/dist/server/.next/server/app/api/mock-file-content/route_client-reference-manifest.js +1 -1
  45. package/dist/server/.next/server/app/api/mock-open-status/route_client-reference-manifest.js +1 -1
  46. package/dist/server/.next/server/app/api/mock-setting/route_client-reference-manifest.js +1 -1
  47. package/dist/server/.next/server/app/api/open-all-mock/route.js +11 -0
  48. package/dist/server/.next/server/app/api/open-all-mock/route.js.nft.json +1 -0
  49. package/dist/server/.next/server/app/api/open-all-mock/route_client-reference-manifest.js +1 -0
  50. package/dist/server/.next/server/app/api/open-project/route_client-reference-manifest.js +1 -1
  51. package/dist/server/.next/server/app/api/process/logs/route_client-reference-manifest.js +1 -1
  52. package/dist/server/.next/server/app/api/process/logs/stream/route_client-reference-manifest.js +1 -1
  53. package/dist/server/.next/server/app/api/process/start/route.js +1 -1
  54. package/dist/server/.next/server/app/api/process/start/route_client-reference-manifest.js +1 -1
  55. package/dist/server/.next/server/app/api/process/status/route_client-reference-manifest.js +1 -1
  56. package/dist/server/.next/server/app/api/project-config/route_client-reference-manifest.js +1 -1
  57. package/dist/server/.next/server/app/api/retry-project/route_client-reference-manifest.js +1 -1
  58. package/dist/server/.next/server/app/configuration/page.js +7 -7
  59. package/dist/server/.next/server/app/configuration/page.js.nft.json +1 -1
  60. package/dist/server/.next/server/app/configuration/page_client-reference-manifest.js +1 -1
  61. package/dist/server/.next/server/app/configuration.html +1 -1
  62. package/dist/server/.next/server/app/configuration.rsc +3 -5
  63. package/dist/server/.next/server/app/index.html +1 -1
  64. package/dist/server/.next/server/app/index.rsc +2 -4
  65. package/dist/server/.next/server/app/initialization/page.js +1 -1
  66. package/dist/server/.next/server/app/initialization/page.js.nft.json +1 -1
  67. package/dist/server/.next/server/app/initialization/page_client-reference-manifest.js +1 -1
  68. package/dist/server/.next/server/app/initialization.html +1 -1
  69. package/dist/server/.next/server/app/initialization.rsc +2 -4
  70. package/dist/server/.next/server/app/page.js +1 -1
  71. package/dist/server/.next/server/app/page.js.nft.json +1 -1
  72. package/dist/server/.next/server/app/page_client-reference-manifest.js +1 -1
  73. package/dist/server/.next/server/app-paths-manifest.json +14 -12
  74. package/dist/server/.next/server/chunks/131.js +4 -4
  75. package/dist/server/.next/server/chunks/821.js +5 -0
  76. package/dist/server/.next/server/middleware-build-manifest.js +1 -1
  77. package/dist/server/.next/server/next-font-manifest.js +1 -1
  78. package/dist/server/.next/server/next-font-manifest.json +1 -1
  79. package/dist/server/.next/server/pages/404.html +1 -1
  80. package/dist/server/.next/server/pages/500.html +1 -1
  81. package/dist/server/.next/server/server-reference-manifest.json +1 -1
  82. package/dist/server/.next/static/4EggIRp7gmu3C68Fsraff/_buildManifest.js +1 -0
  83. package/dist/server/.next/static/4EggIRp7gmu3C68Fsraff/_ssgManifest.js +1 -0
  84. package/dist/server/.next/static/4F2ksJZLv3Xaz5X--KGOp/_buildManifest.js +1 -0
  85. package/dist/server/.next/static/4F2ksJZLv3Xaz5X--KGOp/_ssgManifest.js +1 -0
  86. package/dist/server/.next/static/chunks/app/api/all-projects-envs/route-312524aaaaffe75e.js +1 -0
  87. package/dist/server/.next/static/chunks/app/api/check-mock-intercept/route-21db47c08229689f.js +1 -0
  88. package/dist/server/.next/static/chunks/app/api/check-workspace/route-ea618578d55f6d3e.js +1 -0
  89. package/dist/server/.next/static/chunks/app/api/cleanup-mock/route-bbcac882e4f160cb.js +1 -0
  90. package/dist/server/.next/static/chunks/app/api/cleanup-project/route-16fdad40de98b440.js +1 -0
  91. package/dist/server/.next/static/chunks/app/api/get-mock-data/route-e8c5eb5bfef356e4.js +1 -0
  92. package/dist/server/.next/static/chunks/app/api/initialize-workspace/route-a546e3abb74bc427.js +1 -0
  93. package/dist/server/.next/static/chunks/app/api/microapp-proxy-change-stream/route-92fea0302ce9e17c.js +1 -0
  94. package/dist/server/.next/static/chunks/app/api/microapp-proxy-config/route-ad103dba19eb36c2.js +1 -0
  95. package/dist/server/.next/static/chunks/app/api/mock-file/route-d8676439ef29db7c.js +1 -0
  96. package/dist/server/.next/static/chunks/app/api/mock-file-content/route-ed711cf05050ae4b.js +1 -0
  97. package/dist/server/.next/static/chunks/app/api/mock-open-status/route-2397a28b4e49887e.js +1 -0
  98. package/dist/server/.next/static/chunks/app/api/mock-setting/route-fc5ad9735304a090.js +1 -0
  99. package/dist/server/.next/static/chunks/app/api/open-all-mock/route-57687ce93101e033.js +1 -0
  100. package/dist/server/.next/static/chunks/app/api/open-project/route-33e8ebae3ec34cf6.js +1 -0
  101. package/dist/server/.next/static/chunks/app/api/process/logs/route-2dda16be53467324.js +1 -0
  102. package/dist/server/.next/static/chunks/app/api/process/logs/stream/route-e3aa80178b56d92e.js +1 -0
  103. package/dist/server/.next/static/chunks/app/api/process/start/route-4fe85c59a6cf5d14.js +1 -0
  104. package/dist/server/.next/static/chunks/app/api/process/status/route-9dadfb92dd227115.js +1 -0
  105. package/dist/server/.next/static/chunks/app/api/project-config/route-0d5799a7d2a92f24.js +1 -0
  106. package/dist/server/.next/static/chunks/app/api/retry-project/route-ed8eb5f938cd3503.js +1 -0
  107. package/dist/server/.next/static/chunks/app/configuration/page-c873f4a20842fe9f.js +1 -0
  108. package/dist/server/.next/static/chunks/app/layout-882f4e368aeaff73.js +1 -0
  109. package/dist/server/.next/static/chunks/app/page-46b160ccc2d2f6fd.js +1 -0
  110. package/dist/server/.next/static/chunks/webpack-d5f30c51b0af95c2.js +1 -0
  111. package/dist/server/.next/static/css/99c159237be93dc6.css +1 -0
  112. package/dist/server/.next/static/tATlS048MJsMzIVQDTgrk/_buildManifest.js +1 -0
  113. package/dist/server/.next/static/tATlS048MJsMzIVQDTgrk/_ssgManifest.js +1 -0
  114. package/dist/server/.next/trace +4 -3
  115. package/dist/server/.next/types/app/api/cleanup-mock/route.ts +347 -0
  116. package/dist/server/.next/types/app/api/open-all-mock/route.ts +347 -0
  117. package/package.json +3 -1
@@ -1,3 +1,4 @@
1
- [{"name":"generate-buildid","duration":126,"timestamp":803654715642,"id":4,"parentId":1,"tags":{},"startTime":1752140828044,"traceId":"db05cf336339d0e7"},{"name":"load-custom-routes","duration":977,"timestamp":803654715819,"id":5,"parentId":1,"tags":{},"startTime":1752140828044,"traceId":"db05cf336339d0e7"},{"name":"create-dist-dir","duration":144,"timestamp":803654750610,"id":6,"parentId":1,"tags":{},"startTime":1752140828079,"traceId":"db05cf336339d0e7"},{"name":"create-pages-mapping","duration":98,"timestamp":803654800344,"id":7,"parentId":1,"tags":{},"startTime":1752140828129,"traceId":"db05cf336339d0e7"},{"name":"collect-app-paths","duration":1742,"timestamp":803654800461,"id":8,"parentId":1,"tags":{},"startTime":1752140828129,"traceId":"db05cf336339d0e7"},{"name":"create-app-mapping","duration":1671,"timestamp":803654802223,"id":9,"parentId":1,"tags":{},"startTime":1752140828131,"traceId":"db05cf336339d0e7"},{"name":"public-dir-conflict-check","duration":312,"timestamp":803654804154,"id":10,"parentId":1,"tags":{},"startTime":1752140828132,"traceId":"db05cf336339d0e7"},{"name":"generate-routes-manifest","duration":1219,"timestamp":803654804585,"id":11,"parentId":1,"tags":{},"startTime":1752140828133,"traceId":"db05cf336339d0e7"},{"name":"create-entrypoints","duration":21181,"timestamp":803655172303,"id":15,"parentId":13,"tags":{},"startTime":1752140828501,"traceId":"db05cf336339d0e7"},{"name":"generate-webpack-config","duration":382391,"timestamp":803655193589,"id":16,"parentId":14,"tags":{},"startTime":1752140828522,"traceId":"db05cf336339d0e7"},{"name":"next-trace-entrypoint-plugin","duration":1752,"timestamp":803655659654,"id":18,"parentId":17,"tags":{},"startTime":1752140828988,"traceId":"db05cf336339d0e7"},{"name":"add-entry","duration":207516,"timestamp":803655665210,"id":40,"parentId":19,"tags":{"request":"next/dist/pages/_app"},"startTime":1752140828994,"traceId":"db05cf336339d0e7"},{"name":"add-entry","duration":317894,"timestamp":803655665292,"id":41,"parentId":19,"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":1752140828994,"traceId":"db05cf336339d0e7"},{"name":"add-entry","duration":355829,"timestamp":803655664999,"id":23,"parentId":19,"tags":{"request":"next-app-loader?page=%2Fapi%2Fcheck-workspace%2Froute&name=app%2Fapi%2Fcheck-workspace%2Froute&pagePath=private-next-app-dir%2Fapi%2Fcheck-workspace%2Froute.ts&appDir=%2FUsers%2Fedy%2FDocuments%2FCoding%2Fprime-dev-cli%2Fpackages%2Fserver%2Fsrc%2Fapp&appPaths=%2Fapi%2Fcheck-workspace%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1752140828993,"traceId":"db05cf336339d0e7"},{"name":"add-entry","duration":355687,"timestamp":803655665163,"id":31,"parentId":19,"tags":{"request":"next-app-loader?page=%2Fapi%2Fopen-project%2Froute&name=app%2Fapi%2Fopen-project%2Froute&pagePath=private-next-app-dir%2Fapi%2Fopen-project%2Froute.ts&appDir=%2FUsers%2Fedy%2FDocuments%2FCoding%2Fprime-dev-cli%2Fpackages%2Fserver%2Fsrc%2Fapp&appPaths=%2Fapi%2Fopen-project%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1752140828993,"traceId":"db05cf336339d0e7"},{"name":"add-entry","duration":355669,"timestamp":803655665186,"id":34,"parentId":19,"tags":{"request":"next-app-loader?page=%2Fapi%2Fprocess%2Flogs%2Fstream%2Froute&name=app%2Fapi%2Fprocess%2Flogs%2Fstream%2Froute&pagePath=private-next-app-dir%2Fapi%2Fprocess%2Flogs%2Fstream%2Froute.ts&appDir=%2FUsers%2Fedy%2FDocuments%2FCoding%2Fprime-dev-cli%2Fpackages%2Fserver%2Fsrc%2Fapp&appPaths=%2Fapi%2Fprocess%2Flogs%2Fstream%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1752140828994,"traceId":"db05cf336339d0e7"},{"name":"add-entry","duration":355665,"timestamp":803655665196,"id":36,"parentId":19,"tags":{"request":"next-app-loader?page=%2Fapi%2Finitialize-workspace%2Froute&name=app%2Fapi%2Finitialize-workspace%2Froute&pagePath=private-next-app-dir%2Fapi%2Finitialize-workspace%2Froute.ts&appDir=%2FUsers%2Fedy%2FDocuments%2FCoding%2Fprime-dev-cli%2Fpackages%2Fserver%2Fsrc%2Fapp&appPaths=%2Fapi%2Finitialize-workspace%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1752140828994,"traceId":"db05cf336339d0e7"},{"name":"add-entry","duration":355513,"timestamp":803655665353,"id":42,"parentId":19,"tags":{"request":"next-app-loader?page=%2Fapi%2Fretry-project%2Froute&name=app%2Fapi%2Fretry-project%2Froute&pagePath=private-next-app-dir%2Fapi%2Fretry-project%2Froute.ts&appDir=%2FUsers%2Fedy%2FDocuments%2FCoding%2Fprime-dev-cli%2Fpackages%2Fserver%2Fsrc%2Fapp&appPaths=%2Fapi%2Fretry-project%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1752140828994,"traceId":"db05cf336339d0e7"},{"name":"add-entry","duration":356277,"timestamp":803655665368,"id":46,"parentId":19,"tags":{"request":"next/dist/pages/_document"},"startTime":1752140828994,"traceId":"db05cf336339d0e7"},{"name":"add-entry","duration":374794,"timestamp":803655664964,"id":21,"parentId":19,"tags":{"request":"next-app-loader?page=%2F_not-found%2Fpage&name=app%2F_not-found%2Fpage&pagePath=next%2Fdist%2Fclient%2Fcomponents%2Fnot-found-error&appDir=%2FUsers%2Fedy%2FDocuments%2FCoding%2Fprime-dev-cli%2Fpackages%2Fserver%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":1752140828993,"traceId":"db05cf336339d0e7"},{"name":"add-entry","duration":374440,"timestamp":803655665362,"id":43,"parentId":19,"tags":{"request":"next-app-loader?page=%2Fconfiguration%2Fpage&name=app%2Fconfiguration%2Fpage&pagePath=private-next-app-dir%2Fconfiguration%2Fpage.tsx&appDir=%2FUsers%2Fedy%2FDocuments%2FCoding%2Fprime-dev-cli%2Fpackages%2Fserver%2Fsrc%2Fapp&appPaths=%2Fconfiguration%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1752140828994,"traceId":"db05cf336339d0e7"},{"name":"add-entry","duration":374440,"timestamp":803655665366,"id":45,"parentId":19,"tags":{"request":"next-app-loader?page=%2Finitialization%2Fpage&name=app%2Finitialization%2Fpage&pagePath=private-next-app-dir%2Finitialization%2Fpage.tsx&appDir=%2FUsers%2Fedy%2FDocuments%2FCoding%2Fprime-dev-cli%2Fpackages%2Fserver%2Fsrc%2Fapp&appPaths=%2Finitialization%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1752140828994,"traceId":"db05cf336339d0e7"},{"name":"add-entry","duration":382067,"timestamp":803655665365,"id":44,"parentId":19,"tags":{"request":"next-app-loader?page=%2Fpage&name=app%2Fpage&pagePath=private-next-app-dir%2Fpage.tsx&appDir=%2FUsers%2Fedy%2FDocuments%2FCoding%2Fprime-dev-cli%2Fpackages%2Fserver%2Fsrc%2Fapp&appPaths=%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1752140828994,"traceId":"db05cf336339d0e7"},{"name":"add-entry","duration":382427,"timestamp":803655665206,"id":39,"parentId":19,"tags":{"request":"next-app-loader?page=%2Ffavicon.ico%2Froute&name=app%2Ffavicon.ico%2Froute&pagePath=private-next-app-dir%2Ffavicon.ico&appDir=%2FUsers%2Fedy%2FDocuments%2FCoding%2Fprime-dev-cli%2Fpackages%2Fserver%2Fsrc%2Fapp&appPaths=%2Ffavicon.ico&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1752140828994,"traceId":"db05cf336339d0e7"},{"name":"add-entry","duration":382978,"timestamp":803655664667,"id":20,"parentId":19,"tags":{"request":"next-app-loader?page=%2Fapi%2Fcheck-mock-intercept%2Froute&name=app%2Fapi%2Fcheck-mock-intercept%2Froute&pagePath=private-next-app-dir%2Fapi%2Fcheck-mock-intercept%2Froute.ts&appDir=%2FUsers%2Fedy%2FDocuments%2FCoding%2Fprime-dev-cli%2Fpackages%2Fserver%2Fsrc%2Fapp&appPaths=%2Fapi%2Fcheck-mock-intercept%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1752140828993,"traceId":"db05cf336339d0e7"},{"name":"add-entry","duration":382662,"timestamp":803655664987,"id":22,"parentId":19,"tags":{"request":"next-app-loader?page=%2Fapi%2Fall-projects-envs%2Froute&name=app%2Fapi%2Fall-projects-envs%2Froute&pagePath=private-next-app-dir%2Fapi%2Fall-projects-envs%2Froute.ts&appDir=%2FUsers%2Fedy%2FDocuments%2FCoding%2Fprime-dev-cli%2Fpackages%2Fserver%2Fsrc%2Fapp&appPaths=%2Fapi%2Fall-projects-envs%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1752140828993,"traceId":"db05cf336339d0e7"},{"name":"add-entry","duration":382635,"timestamp":803655665027,"id":27,"parentId":19,"tags":{"request":"next-app-loader?page=%2Fapi%2Fget-mock-data%2Froute&name=app%2Fapi%2Fget-mock-data%2Froute&pagePath=private-next-app-dir%2Fapi%2Fget-mock-data%2Froute.ts&appDir=%2FUsers%2Fedy%2FDocuments%2FCoding%2Fprime-dev-cli%2Fpackages%2Fserver%2Fsrc%2Fapp&appPaths=%2Fapi%2Fget-mock-data%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1752140828993,"traceId":"db05cf336339d0e7"},{"name":"add-entry","duration":382643,"timestamp":803655665020,"id":26,"parentId":19,"tags":{"request":"next-app-loader?page=%2Fapi%2Fmicroapp-proxy-config%2Froute&name=app%2Fapi%2Fmicroapp-proxy-config%2Froute&pagePath=private-next-app-dir%2Fapi%2Fmicroapp-proxy-config%2Froute.ts&appDir=%2FUsers%2Fedy%2FDocuments%2FCoding%2Fprime-dev-cli%2Fpackages%2Fserver%2Fsrc%2Fapp&appPaths=%2Fapi%2Fmicroapp-proxy-config%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1752140828993,"traceId":"db05cf336339d0e7"},{"name":"add-entry","duration":382529,"timestamp":803655665135,"id":29,"parentId":19,"tags":{"request":"next-app-loader?page=%2Fapi%2Fmock-setting%2Froute&name=app%2Fapi%2Fmock-setting%2Froute&pagePath=private-next-app-dir%2Fapi%2Fmock-setting%2Froute.ts&appDir=%2FUsers%2Fedy%2FDocuments%2FCoding%2Fprime-dev-cli%2Fpackages%2Fserver%2Fsrc%2Fapp&appPaths=%2Fapi%2Fmock-setting%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1752140828993,"traceId":"db05cf336339d0e7"},{"name":"add-entry","duration":382628,"timestamp":803655665038,"id":28,"parentId":19,"tags":{"request":"next-app-loader?page=%2Fapi%2Fmock-file-content%2Froute&name=app%2Fapi%2Fmock-file-content%2Froute&pagePath=private-next-app-dir%2Fapi%2Fmock-file-content%2Froute.ts&appDir=%2FUsers%2Fedy%2FDocuments%2FCoding%2Fprime-dev-cli%2Fpackages%2Fserver%2Fsrc%2Fapp&appPaths=%2Fapi%2Fmock-file-content%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1752140828993,"traceId":"db05cf336339d0e7"},{"name":"add-entry","duration":382512,"timestamp":803655665154,"id":30,"parentId":19,"tags":{"request":"next-app-loader?page=%2Fapi%2Fmock-file%2Froute&name=app%2Fapi%2Fmock-file%2Froute&pagePath=private-next-app-dir%2Fapi%2Fmock-file%2Froute.ts&appDir=%2FUsers%2Fedy%2FDocuments%2FCoding%2Fprime-dev-cli%2Fpackages%2Fserver%2Fsrc%2Fapp&appPaths=%2Fapi%2Fmock-file%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1752140828993,"traceId":"db05cf336339d0e7"},{"name":"add-entry","duration":382496,"timestamp":803655665182,"id":33,"parentId":19,"tags":{"request":"next-app-loader?page=%2Fapi%2Fmock-open-status%2Froute&name=app%2Fapi%2Fmock-open-status%2Froute&pagePath=private-next-app-dir%2Fapi%2Fmock-open-status%2Froute.ts&appDir=%2FUsers%2Fedy%2FDocuments%2FCoding%2Fprime-dev-cli%2Fpackages%2Fserver%2Fsrc%2Fapp&appPaths=%2Fapi%2Fmock-open-status%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1752140828994,"traceId":"db05cf336339d0e7"},{"name":"add-entry","duration":382479,"timestamp":803655665203,"id":38,"parentId":19,"tags":{"request":"next-app-loader?page=%2Fapi%2Fproject-config%2Froute&name=app%2Fapi%2Fproject-config%2Froute&pagePath=private-next-app-dir%2Fapi%2Fproject-config%2Froute.ts&appDir=%2FUsers%2Fedy%2FDocuments%2FCoding%2Fprime-dev-cli%2Fpackages%2Fserver%2Fsrc%2Fapp&appPaths=%2Fapi%2Fproject-config%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1752140828994,"traceId":"db05cf336339d0e7"},{"name":"add-entry","duration":382669,"timestamp":803655665014,"id":25,"parentId":19,"tags":{"request":"next-app-loader?page=%2Fapi%2Fmicroapp-proxy-change-stream%2Froute&name=app%2Fapi%2Fmicroapp-proxy-change-stream%2Froute&pagePath=private-next-app-dir%2Fapi%2Fmicroapp-proxy-change-stream%2Froute.ts&appDir=%2FUsers%2Fedy%2FDocuments%2FCoding%2Fprime-dev-cli%2Fpackages%2Fserver%2Fsrc%2Fapp&appPaths=%2Fapi%2Fmicroapp-proxy-change-stream%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1752140828993,"traceId":"db05cf336339d0e7"},{"name":"add-entry","duration":382677,"timestamp":803655665008,"id":24,"parentId":19,"tags":{"request":"next-app-loader?page=%2Fapi%2Fcleanup-project%2Froute&name=app%2Fapi%2Fcleanup-project%2Froute&pagePath=private-next-app-dir%2Fapi%2Fcleanup-project%2Froute.ts&appDir=%2FUsers%2Fedy%2FDocuments%2FCoding%2Fprime-dev-cli%2Fpackages%2Fserver%2Fsrc%2Fapp&appPaths=%2Fapi%2Fcleanup-project%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1752140828993,"traceId":"db05cf336339d0e7"},{"name":"add-entry","duration":382621,"timestamp":803655665199,"id":37,"parentId":19,"tags":{"request":"next-app-loader?page=%2Fapi%2Fprocess%2Fstart%2Froute&name=app%2Fapi%2Fprocess%2Fstart%2Froute&pagePath=private-next-app-dir%2Fapi%2Fprocess%2Fstart%2Froute.ts&appDir=%2FUsers%2Fedy%2FDocuments%2FCoding%2Fprime-dev-cli%2Fpackages%2Fserver%2Fsrc%2Fapp&appPaths=%2Fapi%2Fprocess%2Fstart%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1752140828994,"traceId":"db05cf336339d0e7"},{"name":"add-entry","duration":382656,"timestamp":803655665170,"id":32,"parentId":19,"tags":{"request":"next-app-loader?page=%2Fapi%2Fprocess%2Flogs%2Froute&name=app%2Fapi%2Fprocess%2Flogs%2Froute&pagePath=private-next-app-dir%2Fapi%2Fprocess%2Flogs%2Froute.ts&appDir=%2FUsers%2Fedy%2FDocuments%2FCoding%2Fprime-dev-cli%2Fpackages%2Fserver%2Fsrc%2Fapp&appPaths=%2Fapi%2Fprocess%2Flogs%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1752140828994,"traceId":"db05cf336339d0e7"},{"name":"add-entry","duration":382637,"timestamp":803655665190,"id":35,"parentId":19,"tags":{"request":"next-app-loader?page=%2Fapi%2Fprocess%2Fstatus%2Froute&name=app%2Fapi%2Fprocess%2Fstatus%2Froute&pagePath=private-next-app-dir%2Fapi%2Fprocess%2Fstatus%2Froute.ts&appDir=%2FUsers%2Fedy%2FDocuments%2FCoding%2Fprime-dev-cli%2Fpackages%2Fserver%2Fsrc%2Fapp&appPaths=%2Fapi%2Fprocess%2Fstatus%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1752140828994,"traceId":"db05cf336339d0e7"},{"name":"make","duration":838407,"timestamp":803655664501,"id":19,"parentId":17,"tags":{},"startTime":1752140828993,"traceId":"db05cf336339d0e7"},{"name":"get-entries","duration":914,"timestamp":803656503668,"id":146,"parentId":145,"tags":{},"startTime":1752140829832,"traceId":"db05cf336339d0e7"},{"name":"node-file-trace-plugin","duration":207983,"timestamp":803656506404,"id":147,"parentId":145,"tags":{"traceEntryCount":"50"},"startTime":1752140829835,"traceId":"db05cf336339d0e7"},{"name":"collect-traced-files","duration":886,"timestamp":803656714397,"id":148,"parentId":145,"tags":{},"startTime":1752140830043,"traceId":"db05cf336339d0e7"},{"name":"finish-modules","duration":211725,"timestamp":803656503560,"id":145,"parentId":18,"tags":{},"startTime":1752140829832,"traceId":"db05cf336339d0e7"},{"name":"chunk-graph","duration":10006,"timestamp":803656736619,"id":150,"parentId":149,"tags":{},"startTime":1752140830065,"traceId":"db05cf336339d0e7"},{"name":"optimize-modules","duration":15,"timestamp":803656746689,"id":152,"parentId":149,"tags":{},"startTime":1752140830075,"traceId":"db05cf336339d0e7"},{"name":"optimize-chunks","duration":10851,"timestamp":803656746744,"id":153,"parentId":149,"tags":{},"startTime":1752140830075,"traceId":"db05cf336339d0e7"},{"name":"optimize-tree","duration":79,"timestamp":803656757650,"id":154,"parentId":149,"tags":{},"startTime":1752140830086,"traceId":"db05cf336339d0e7"},{"name":"optimize-chunk-modules","duration":10693,"timestamp":803656757776,"id":155,"parentId":149,"tags":{},"startTime":1752140830086,"traceId":"db05cf336339d0e7"},{"name":"optimize","duration":21862,"timestamp":803656746663,"id":151,"parentId":149,"tags":{},"startTime":1752140830075,"traceId":"db05cf336339d0e7"},{"name":"module-hash","duration":12598,"timestamp":803656778699,"id":156,"parentId":149,"tags":{},"startTime":1752140830107,"traceId":"db05cf336339d0e7"},{"name":"code-generation","duration":5119,"timestamp":803656791592,"id":157,"parentId":149,"tags":{},"startTime":1752140830120,"traceId":"db05cf336339d0e7"},{"name":"hash","duration":5542,"timestamp":803656800514,"id":158,"parentId":149,"tags":{},"startTime":1752140830129,"traceId":"db05cf336339d0e7"},{"name":"code-generation-jobs","duration":164,"timestamp":803656806054,"id":159,"parentId":149,"tags":{},"startTime":1752140830134,"traceId":"db05cf336339d0e7"},{"name":"module-assets","duration":233,"timestamp":803656806187,"id":160,"parentId":149,"tags":{},"startTime":1752140830135,"traceId":"db05cf336339d0e7"},{"name":"create-chunk-assets","duration":3062,"timestamp":803656806424,"id":161,"parentId":149,"tags":{},"startTime":1752140830135,"traceId":"db05cf336339d0e7"},{"name":"minify-js","duration":7188,"timestamp":803656817977,"id":163,"parentId":162,"tags":{"name":"../app/api/check-mock-intercept/route.js","cache":"HIT"},"startTime":1752140830146,"traceId":"db05cf336339d0e7"},{"name":"minify-js","duration":7101,"timestamp":803656818070,"id":164,"parentId":162,"tags":{"name":"../app/_not-found/page.js","cache":"HIT"},"startTime":1752140830146,"traceId":"db05cf336339d0e7"},{"name":"minify-js","duration":7096,"timestamp":803656818076,"id":165,"parentId":162,"tags":{"name":"../app/api/all-projects-envs/route.js","cache":"HIT"},"startTime":1752140830146,"traceId":"db05cf336339d0e7"},{"name":"minify-js","duration":7093,"timestamp":803656818080,"id":166,"parentId":162,"tags":{"name":"../app/api/check-workspace/route.js","cache":"HIT"},"startTime":1752140830146,"traceId":"db05cf336339d0e7"},{"name":"minify-js","duration":7091,"timestamp":803656818083,"id":167,"parentId":162,"tags":{"name":"../app/api/cleanup-project/route.js","cache":"HIT"},"startTime":1752140830146,"traceId":"db05cf336339d0e7"},{"name":"minify-js","duration":7089,"timestamp":803656818085,"id":168,"parentId":162,"tags":{"name":"../app/api/microapp-proxy-change-stream/route.js","cache":"HIT"},"startTime":1752140830146,"traceId":"db05cf336339d0e7"},{"name":"minify-js","duration":7086,"timestamp":803656818089,"id":169,"parentId":162,"tags":{"name":"../app/api/microapp-proxy-config/route.js","cache":"HIT"},"startTime":1752140830146,"traceId":"db05cf336339d0e7"},{"name":"minify-js","duration":7084,"timestamp":803656818092,"id":170,"parentId":162,"tags":{"name":"../app/api/get-mock-data/route.js","cache":"HIT"},"startTime":1752140830146,"traceId":"db05cf336339d0e7"},{"name":"minify-js","duration":7082,"timestamp":803656818094,"id":171,"parentId":162,"tags":{"name":"../app/api/mock-file-content/route.js","cache":"HIT"},"startTime":1752140830146,"traceId":"db05cf336339d0e7"},{"name":"minify-js","duration":7080,"timestamp":803656818097,"id":172,"parentId":162,"tags":{"name":"../app/api/mock-setting/route.js","cache":"HIT"},"startTime":1752140830146,"traceId":"db05cf336339d0e7"},{"name":"minify-js","duration":7074,"timestamp":803656818103,"id":173,"parentId":162,"tags":{"name":"../app/api/mock-file/route.js","cache":"HIT"},"startTime":1752140830146,"traceId":"db05cf336339d0e7"},{"name":"minify-js","duration":7071,"timestamp":803656818108,"id":174,"parentId":162,"tags":{"name":"../app/api/open-project/route.js","cache":"HIT"},"startTime":1752140830146,"traceId":"db05cf336339d0e7"},{"name":"minify-js","duration":7066,"timestamp":803656818113,"id":175,"parentId":162,"tags":{"name":"../app/api/process/logs/route.js","cache":"HIT"},"startTime":1752140830146,"traceId":"db05cf336339d0e7"},{"name":"minify-js","duration":7064,"timestamp":803656818116,"id":176,"parentId":162,"tags":{"name":"../app/api/mock-open-status/route.js","cache":"HIT"},"startTime":1752140830146,"traceId":"db05cf336339d0e7"},{"name":"minify-js","duration":7061,"timestamp":803656818119,"id":177,"parentId":162,"tags":{"name":"../app/api/process/logs/stream/route.js","cache":"HIT"},"startTime":1752140830146,"traceId":"db05cf336339d0e7"},{"name":"minify-js","duration":7055,"timestamp":803656818126,"id":178,"parentId":162,"tags":{"name":"../app/api/process/status/route.js","cache":"HIT"},"startTime":1752140830146,"traceId":"db05cf336339d0e7"},{"name":"minify-js","duration":7051,"timestamp":803656818131,"id":179,"parentId":162,"tags":{"name":"../app/api/initialize-workspace/route.js","cache":"HIT"},"startTime":1752140830146,"traceId":"db05cf336339d0e7"},{"name":"minify-js","duration":7049,"timestamp":803656818133,"id":180,"parentId":162,"tags":{"name":"../app/api/process/start/route.js","cache":"HIT"},"startTime":1752140830146,"traceId":"db05cf336339d0e7"},{"name":"minify-js","duration":7047,"timestamp":803656818136,"id":181,"parentId":162,"tags":{"name":"../app/api/project-config/route.js","cache":"HIT"},"startTime":1752140830146,"traceId":"db05cf336339d0e7"},{"name":"minify-js","duration":7046,"timestamp":803656818138,"id":182,"parentId":162,"tags":{"name":"../app/favicon.ico/route.js","cache":"HIT"},"startTime":1752140830146,"traceId":"db05cf336339d0e7"},{"name":"minify-js","duration":7044,"timestamp":803656818141,"id":183,"parentId":162,"tags":{"name":"../pages/_app.js","cache":"HIT"},"startTime":1752140830146,"traceId":"db05cf336339d0e7"},{"name":"minify-js","duration":7042,"timestamp":803656818143,"id":184,"parentId":162,"tags":{"name":"../pages/_error.js","cache":"HIT"},"startTime":1752140830146,"traceId":"db05cf336339d0e7"},{"name":"minify-js","duration":7041,"timestamp":803656818146,"id":185,"parentId":162,"tags":{"name":"../app/api/retry-project/route.js","cache":"HIT"},"startTime":1752140830146,"traceId":"db05cf336339d0e7"},{"name":"minify-js","duration":7039,"timestamp":803656818148,"id":186,"parentId":162,"tags":{"name":"../app/configuration/page.js","cache":"HIT"},"startTime":1752140830146,"traceId":"db05cf336339d0e7"},{"name":"minify-js","duration":4666,"timestamp":803656820522,"id":188,"parentId":162,"tags":{"name":"../app/initialization/page.js","cache":"HIT"},"startTime":1752140830149,"traceId":"db05cf336339d0e7"},{"name":"minify-js","duration":4658,"timestamp":803656820531,"id":189,"parentId":162,"tags":{"name":"../pages/_document.js","cache":"HIT"},"startTime":1752140830149,"traceId":"db05cf336339d0e7"},{"name":"minify-js","duration":4655,"timestamp":803656820534,"id":190,"parentId":162,"tags":{"name":"../webpack-runtime.js","cache":"HIT"},"startTime":1752140830149,"traceId":"db05cf336339d0e7"},{"name":"minify-js","duration":1807,"timestamp":803656823383,"id":192,"parentId":162,"tags":{"name":"426.js","cache":"HIT"},"startTime":1752140830152,"traceId":"db05cf336339d0e7"},{"name":"minify-js","duration":39,"timestamp":803656825151,"id":194,"parentId":162,"tags":{"name":"542.js","cache":"HIT"},"startTime":1752140830153,"traceId":"db05cf336339d0e7"},{"name":"minify-js","duration":33,"timestamp":803656825158,"id":195,"parentId":162,"tags":{"name":"972.js","cache":"HIT"},"startTime":1752140830153,"traceId":"db05cf336339d0e7"},{"name":"minify-js","duration":30,"timestamp":803656825161,"id":196,"parentId":162,"tags":{"name":"901.js","cache":"HIT"},"startTime":1752140830154,"traceId":"db05cf336339d0e7"},{"name":"minify-js","duration":30600,"timestamp":803656818151,"id":187,"parentId":162,"tags":{"name":"../app/page.js","cache":"MISS"},"startTime":1752140830146,"traceId":"db05cf336339d0e7"},{"name":"minify-js","duration":43709,"timestamp":803656820540,"id":191,"parentId":162,"tags":{"name":"131.js","cache":"MISS"},"startTime":1752140830149,"traceId":"db05cf336339d0e7"},{"name":"minify-js","duration":67022,"timestamp":803656823399,"id":193,"parentId":162,"tags":{"name":"967.js","cache":"MISS"},"startTime":1752140830152,"traceId":"db05cf336339d0e7"},{"name":"minify-webpack-plugin-optimize","duration":78357,"timestamp":803656812076,"id":162,"parentId":17,"tags":{"compilationName":"server","mangle":"true"},"startTime":1752140830140,"traceId":"db05cf336339d0e7"},{"name":"css-minimizer-plugin","duration":114,"timestamp":803656890565,"id":197,"parentId":17,"tags":{},"startTime":1752140830219,"traceId":"db05cf336339d0e7"},{"name":"create-trace-assets","duration":2441,"timestamp":803656890792,"id":198,"parentId":18,"tags":{},"startTime":1752140830219,"traceId":"db05cf336339d0e7"},{"name":"seal","duration":175515,"timestamp":803656725237,"id":149,"parentId":17,"tags":{},"startTime":1752140830054,"traceId":"db05cf336339d0e7"},{"name":"webpack-compilation","duration":1251684,"timestamp":803655657321,"id":17,"parentId":14,"tags":{"name":"server"},"startTime":1752140828986,"traceId":"db05cf336339d0e7"},{"name":"emit","duration":16511,"timestamp":803656909302,"id":199,"parentId":14,"tags":{},"startTime":1752140830238,"traceId":"db05cf336339d0e7"},{"name":"webpack-close","duration":80575,"timestamp":803656926744,"id":200,"parentId":14,"tags":{"name":"server"},"startTime":1752140830255,"traceId":"db05cf336339d0e7"},{"name":"webpack-generate-error-stats","duration":1538,"timestamp":803657007365,"id":201,"parentId":200,"tags":{},"startTime":1752140830336,"traceId":"db05cf336339d0e7"},{"name":"run-webpack-compiler","duration":1836922,"timestamp":803655172299,"id":14,"parentId":13,"tags":{},"startTime":1752140828501,"traceId":"db05cf336339d0e7"},{"name":"format-webpack-messages","duration":44,"timestamp":803657009225,"id":202,"parentId":13,"tags":{},"startTime":1752140830338,"traceId":"db05cf336339d0e7"},{"name":"worker-main-server","duration":1837271,"timestamp":803655172083,"id":13,"parentId":1,"tags":{},"startTime":1752140828500,"traceId":"db05cf336339d0e7"},{"name":"create-entrypoints","duration":13102,"timestamp":803657330987,"id":206,"parentId":204,"tags":{},"startTime":1752140830659,"traceId":"db05cf336339d0e7"}]
2
- [{"name":"generate-webpack-config","duration":203558,"timestamp":803657344202,"id":207,"parentId":205,"tags":{},"startTime":1752140830673,"traceId":"db05cf336339d0e7"},{"name":"make","duration":453,"timestamp":803657605948,"id":209,"parentId":208,"tags":{},"startTime":1752140830934,"traceId":"db05cf336339d0e7"},{"name":"chunk-graph","duration":443,"timestamp":803657608013,"id":211,"parentId":210,"tags":{},"startTime":1752140830936,"traceId":"db05cf336339d0e7"},{"name":"optimize-modules","duration":14,"timestamp":803657608521,"id":213,"parentId":210,"tags":{},"startTime":1752140830937,"traceId":"db05cf336339d0e7"},{"name":"optimize-chunks","duration":526,"timestamp":803657608585,"id":214,"parentId":210,"tags":{},"startTime":1752140830937,"traceId":"db05cf336339d0e7"},{"name":"optimize-tree","duration":63,"timestamp":803657609148,"id":215,"parentId":210,"tags":{},"startTime":1752140830937,"traceId":"db05cf336339d0e7"},{"name":"optimize-chunk-modules","duration":278,"timestamp":803657609319,"id":216,"parentId":210,"tags":{},"startTime":1752140830938,"traceId":"db05cf336339d0e7"},{"name":"optimize","duration":1265,"timestamp":803657608491,"id":212,"parentId":210,"tags":{},"startTime":1752140830937,"traceId":"db05cf336339d0e7"},{"name":"module-hash","duration":44,"timestamp":803657610241,"id":217,"parentId":210,"tags":{},"startTime":1752140830939,"traceId":"db05cf336339d0e7"},{"name":"code-generation","duration":111,"timestamp":803657610302,"id":218,"parentId":210,"tags":{},"startTime":1752140830939,"traceId":"db05cf336339d0e7"},{"name":"hash","duration":210,"timestamp":803657610617,"id":219,"parentId":210,"tags":{},"startTime":1752140830939,"traceId":"db05cf336339d0e7"},{"name":"code-generation-jobs","duration":63,"timestamp":803657610827,"id":220,"parentId":210,"tags":{},"startTime":1752140830939,"traceId":"db05cf336339d0e7"},{"name":"module-assets","duration":38,"timestamp":803657610877,"id":221,"parentId":210,"tags":{},"startTime":1752140830939,"traceId":"db05cf336339d0e7"},{"name":"create-chunk-assets","duration":108,"timestamp":803657610919,"id":222,"parentId":210,"tags":{},"startTime":1752140830939,"traceId":"db05cf336339d0e7"},{"name":"minify-js","duration":225,"timestamp":803657617969,"id":224,"parentId":223,"tags":{"name":"interception-route-rewrite-manifest.js","cache":"HIT"},"startTime":1752140830946,"traceId":"db05cf336339d0e7"},{"name":"minify-webpack-plugin-optimize","duration":2137,"timestamp":803657616065,"id":223,"parentId":208,"tags":{"compilationName":"edge-server","mangle":"true"},"startTime":1752140830944,"traceId":"db05cf336339d0e7"},{"name":"css-minimizer-plugin","duration":85,"timestamp":803657618297,"id":225,"parentId":208,"tags":{},"startTime":1752140830947,"traceId":"db05cf336339d0e7"},{"name":"seal","duration":12572,"timestamp":803657607682,"id":210,"parentId":208,"tags":{},"startTime":1752140830936,"traceId":"db05cf336339d0e7"},{"name":"webpack-compilation","duration":19247,"timestamp":803657601197,"id":208,"parentId":205,"tags":{"name":"edge-server"},"startTime":1752140830930,"traceId":"db05cf336339d0e7"},{"name":"emit","duration":1726,"timestamp":803657620641,"id":226,"parentId":205,"tags":{},"startTime":1752140830949,"traceId":"db05cf336339d0e7"},{"name":"webpack-close","duration":391,"timestamp":803657622859,"id":227,"parentId":205,"tags":{"name":"edge-server"},"startTime":1752140830951,"traceId":"db05cf336339d0e7"},{"name":"webpack-generate-error-stats","duration":1343,"timestamp":803657623275,"id":228,"parentId":227,"tags":{},"startTime":1752140830952,"traceId":"db05cf336339d0e7"},{"name":"run-webpack-compiler","duration":293698,"timestamp":803657330982,"id":205,"parentId":204,"tags":{},"startTime":1752140830659,"traceId":"db05cf336339d0e7"},{"name":"format-webpack-messages","duration":43,"timestamp":803657624683,"id":229,"parentId":204,"tags":{},"startTime":1752140830953,"traceId":"db05cf336339d0e7"},{"name":"worker-main-edge-server","duration":294358,"timestamp":803657330701,"id":204,"parentId":1,"tags":{},"startTime":1752140830659,"traceId":"db05cf336339d0e7"},{"name":"create-entrypoints","duration":11020,"timestamp":803657942333,"id":232,"parentId":230,"tags":{},"startTime":1752140831271,"traceId":"db05cf336339d0e7"},{"name":"generate-webpack-config","duration":181301,"timestamp":803657953445,"id":233,"parentId":231,"tags":{},"startTime":1752140831282,"traceId":"db05cf336339d0e7"},{"name":"add-entry","duration":94179,"timestamp":803658190646,"id":243,"parentId":235,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1752140831519,"traceId":"db05cf336339d0e7"},{"name":"add-entry","duration":94175,"timestamp":803658190667,"id":245,"parentId":235,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1752140831519,"traceId":"db05cf336339d0e7"},{"name":"add-entry","duration":94160,"timestamp":803658190687,"id":246,"parentId":235,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1752140831519,"traceId":"db05cf336339d0e7"},{"name":"add-entry","duration":94078,"timestamp":803658190773,"id":247,"parentId":235,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1752140831519,"traceId":"db05cf336339d0e7"},{"name":"add-entry","duration":94072,"timestamp":803658190781,"id":248,"parentId":235,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1752140831519,"traceId":"db05cf336339d0e7"},{"name":"add-entry","duration":94064,"timestamp":803658190793,"id":249,"parentId":235,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1752140831519,"traceId":"db05cf336339d0e7"},{"name":"add-entry","duration":94060,"timestamp":803658190799,"id":250,"parentId":235,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1752140831519,"traceId":"db05cf336339d0e7"},{"name":"add-entry","duration":94060,"timestamp":803658190803,"id":251,"parentId":235,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1752140831519,"traceId":"db05cf336339d0e7"},{"name":"add-entry","duration":94146,"timestamp":803658190806,"id":252,"parentId":235,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1752140831519,"traceId":"db05cf336339d0e7"},{"name":"add-entry","duration":94073,"timestamp":803658190891,"id":253,"parentId":235,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1752140831519,"traceId":"db05cf336339d0e7"},{"name":"add-entry","duration":94067,"timestamp":803658190901,"id":254,"parentId":235,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1752140831519,"traceId":"db05cf336339d0e7"},{"name":"add-entry","duration":94067,"timestamp":803658190904,"id":255,"parentId":235,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1752140831519,"traceId":"db05cf336339d0e7"},{"name":"add-entry","duration":94066,"timestamp":803658190906,"id":256,"parentId":235,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1752140831519,"traceId":"db05cf336339d0e7"},{"name":"add-entry","duration":94064,"timestamp":803658190909,"id":257,"parentId":235,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1752140831519,"traceId":"db05cf336339d0e7"},{"name":"add-entry","duration":94060,"timestamp":803658190914,"id":258,"parentId":235,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1752140831519,"traceId":"db05cf336339d0e7"},{"name":"add-entry","duration":94061,"timestamp":803658190916,"id":259,"parentId":235,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1752140831519,"traceId":"db05cf336339d0e7"},{"name":"add-entry","duration":94064,"timestamp":803658190917,"id":260,"parentId":235,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1752140831519,"traceId":"db05cf336339d0e7"},{"name":"add-entry","duration":94062,"timestamp":803658190920,"id":261,"parentId":235,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1752140831519,"traceId":"db05cf336339d0e7"},{"name":"add-entry","duration":94061,"timestamp":803658190922,"id":262,"parentId":235,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1752140831519,"traceId":"db05cf336339d0e7"},{"name":"add-entry","duration":94059,"timestamp":803658190924,"id":264,"parentId":235,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1752140831519,"traceId":"db05cf336339d0e7"},{"name":"add-entry","duration":170831,"timestamp":803658190613,"id":239,"parentId":235,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fclient%2Fcomponents%2Fnot-found-error&page=%2F_not-found%2Fpage!"},"startTime":1752140831519,"traceId":"db05cf336339d0e7"},{"name":"add-entry","duration":187923,"timestamp":803658190652,"id":244,"parentId":235,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fedy%2FDocuments%2FCoding%2Fprime-dev-cli%2Fnode_modules%2F.pnpm%2Fnext%4015.3.4_react-dom%4019.1.0_react%4019.1.0__react%4019.1.0%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.tsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Geist%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22variable%5C%22%3A%5C%22--font-geist-sans%5C%22%2C%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22geistSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fedy%2FDocuments%2FCoding%2Fprime-dev-cli%2Fnode_modules%2F.pnpm%2Fnext%4015.3.4_react-dom%4019.1.0_react%4019.1.0__react%4019.1.0%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.tsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Geist_Mono%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22variable%5C%22%3A%5C%22--font-geist-mono%5C%22%2C%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22geistMono%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fedy%2FDocuments%2FCoding%2Fprime-dev-cli%2Fpackages%2Fserver%2Fsrc%2Fapp%2Fglobals.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1752140831519,"traceId":"db05cf336339d0e7"},{"name":"add-entry","duration":307713,"timestamp":803658190632,"id":241,"parentId":235,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1752140831519,"traceId":"db05cf336339d0e7"},{"name":"add-entry","duration":307714,"timestamp":803658190639,"id":242,"parentId":235,"tags":{"request":"/Users/edy/Documents/Coding/prime-dev-cli/node_modules/.pnpm/next@15.3.4_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/router.js"},"startTime":1752140831519,"traceId":"db05cf336339d0e7"},{"name":"add-entry","duration":307841,"timestamp":803658190530,"id":238,"parentId":235,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fedy%2FDocuments%2FCoding%2Fprime-dev-cli%2Fnode_modules%2F.pnpm%2Fnext%4015.3.4_react-dom%4019.1.0_react%4019.1.0__react%4019.1.0%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fedy%2FDocuments%2FCoding%2Fprime-dev-cli%2Fnode_modules%2F.pnpm%2Fnext%4015.3.4_react-dom%4019.1.0_react%4019.1.0__react%4019.1.0%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-segment.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fedy%2FDocuments%2FCoding%2Fprime-dev-cli%2Fnode_modules%2F.pnpm%2Fnext%4015.3.4_react-dom%4019.1.0_react%4019.1.0__react%4019.1.0%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fedy%2FDocuments%2FCoding%2Fprime-dev-cli%2Fnode_modules%2F.pnpm%2Fnext%4015.3.4_react-dom%4019.1.0_react%4019.1.0__react%4019.1.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%2FUsers%2Fedy%2FDocuments%2FCoding%2Fprime-dev-cli%2Fnode_modules%2F.pnpm%2Fnext%4015.3.4_react-dom%4019.1.0_react%4019.1.0__react%4019.1.0%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fedy%2FDocuments%2FCoding%2Fprime-dev-cli%2Fnode_modules%2F.pnpm%2Fnext%4015.3.4_react-dom%4019.1.0_react%4019.1.0__react%4019.1.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%2FUsers%2Fedy%2FDocuments%2FCoding%2Fprime-dev-cli%2Fnode_modules%2F.pnpm%2Fnext%4015.3.4_react-dom%4019.1.0_react%4019.1.0__react%4019.1.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%2FUsers%2Fedy%2FDocuments%2FCoding%2Fprime-dev-cli%2Fnode_modules%2F.pnpm%2Fnext%4015.3.4_react-dom%4019.1.0_react%4019.1.0__react%4019.1.0%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1752140831519,"traceId":"db05cf336339d0e7"},{"name":"add-entry","duration":307873,"timestamp":803658190507,"id":237,"parentId":235,"tags":{"request":"./../../node_modules/.pnpm/next@15.3.4_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/app-next.js"},"startTime":1752140831519,"traceId":"db05cf336339d0e7"},{"name":"add-entry","duration":307762,"timestamp":803658190624,"id":240,"parentId":235,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1752140831519,"traceId":"db05cf336339d0e7"},{"name":"add-entry","duration":308154,"timestamp":803658190234,"id":236,"parentId":235,"tags":{"request":"./../../node_modules/.pnpm/next@15.3.4_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/next.js"},"startTime":1752140831519,"traceId":"db05cf336339d0e7"},{"name":"add-entry","duration":307835,"timestamp":803658190926,"id":265,"parentId":235,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fedy%2FDocuments%2FCoding%2Fprime-dev-cli%2Fpackages%2Fserver%2Fsrc%2Fcomponents%2Fproject-initializer.tsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&server=false!"},"startTime":1752140831519,"traceId":"db05cf336339d0e7"},{"name":"add-entry","duration":340897,"timestamp":803658190923,"id":263,"parentId":235,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fedy%2FDocuments%2FCoding%2Fprime-dev-cli%2Fpackages%2Fserver%2Fsrc%2Fapp%2Fconfiguration%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1752140831519,"traceId":"db05cf336339d0e7"},{"name":"make","duration":341996,"timestamp":803658190016,"id":235,"parentId":234,"tags":{},"startTime":1752140831518,"traceId":"db05cf336339d0e7"},{"name":"chunk-graph","duration":8021,"timestamp":803658551556,"id":267,"parentId":266,"tags":{},"startTime":1752140831880,"traceId":"db05cf336339d0e7"},{"name":"optimize-modules","duration":14,"timestamp":803658559648,"id":269,"parentId":266,"tags":{},"startTime":1752140831888,"traceId":"db05cf336339d0e7"},{"name":"optimize-chunks","duration":4803,"timestamp":803658560799,"id":271,"parentId":266,"tags":{},"startTime":1752140831889,"traceId":"db05cf336339d0e7"},{"name":"optimize-tree","duration":68,"timestamp":803658565653,"id":272,"parentId":266,"tags":{},"startTime":1752140831894,"traceId":"db05cf336339d0e7"},{"name":"optimize-chunk-modules","duration":9546,"timestamp":803658565764,"id":273,"parentId":266,"tags":{},"startTime":1752140831894,"traceId":"db05cf336339d0e7"},{"name":"optimize","duration":15752,"timestamp":803658559617,"id":268,"parentId":266,"tags":{},"startTime":1752140831888,"traceId":"db05cf336339d0e7"},{"name":"module-hash","duration":10838,"timestamp":803658585306,"id":274,"parentId":266,"tags":{},"startTime":1752140831914,"traceId":"db05cf336339d0e7"},{"name":"code-generation","duration":7399,"timestamp":803658596174,"id":275,"parentId":266,"tags":{},"startTime":1752140831925,"traceId":"db05cf336339d0e7"},{"name":"hash","duration":6101,"timestamp":803658606749,"id":276,"parentId":266,"tags":{},"startTime":1752140831935,"traceId":"db05cf336339d0e7"},{"name":"code-generation-jobs","duration":288,"timestamp":803658612848,"id":277,"parentId":266,"tags":{},"startTime":1752140831941,"traceId":"db05cf336339d0e7"},{"name":"module-assets","duration":455,"timestamp":803658613028,"id":278,"parentId":266,"tags":{},"startTime":1752140831941,"traceId":"db05cf336339d0e7"},{"name":"create-chunk-assets","duration":2375,"timestamp":803658613492,"id":279,"parentId":266,"tags":{},"startTime":1752140831942,"traceId":"db05cf336339d0e7"},{"name":"NextJsBuildManifest-generateClientManifest","duration":985,"timestamp":803658617286,"id":281,"parentId":234,"tags":{},"startTime":1752140831946,"traceId":"db05cf336339d0e7"},{"name":"NextJsBuildManifest-createassets","duration":1621,"timestamp":803658616655,"id":280,"parentId":234,"tags":{},"startTime":1752140831945,"traceId":"db05cf336339d0e7"},{"name":"minify-js","duration":574,"timestamp":803658622406,"id":283,"parentId":282,"tags":{"name":"static/chunks/main-5057d359c86395ff.js","cache":"HIT"},"startTime":1752140831951,"traceId":"db05cf336339d0e7"},{"name":"minify-js","duration":504,"timestamp":803658622480,"id":284,"parentId":282,"tags":{"name":"static/chunks/main-app-204ad1b9f48b1359.js","cache":"HIT"},"startTime":1752140831951,"traceId":"db05cf336339d0e7"},{"name":"minify-js","duration":495,"timestamp":803658622489,"id":285,"parentId":282,"tags":{"name":"static/chunks/app/_not-found/page-95616ed7a70b84d7.js","cache":"HIT"},"startTime":1752140831951,"traceId":"db05cf336339d0e7"},{"name":"minify-js","duration":491,"timestamp":803658622494,"id":286,"parentId":282,"tags":{"name":"static/chunks/pages/_error-0822a2d0b86fca98.js","cache":"HIT"},"startTime":1752140831951,"traceId":"db05cf336339d0e7"},{"name":"minify-js","duration":488,"timestamp":803658622498,"id":287,"parentId":282,"tags":{"name":"static/chunks/pages/_app-3679013cc4e97ce6.js","cache":"HIT"},"startTime":1752140831951,"traceId":"db05cf336339d0e7"},{"name":"minify-js","duration":485,"timestamp":803658622501,"id":288,"parentId":282,"tags":{"name":"static/chunks/app/api/check-mock-intercept/route-f2e048a9d229f7e7.js","cache":"HIT"},"startTime":1752140831951,"traceId":"db05cf336339d0e7"},{"name":"minify-js","duration":481,"timestamp":803658622505,"id":289,"parentId":282,"tags":{"name":"static/chunks/app/layout-84c22b799284e008.js","cache":"HIT"},"startTime":1752140831951,"traceId":"db05cf336339d0e7"},{"name":"minify-js","duration":478,"timestamp":803658622509,"id":290,"parentId":282,"tags":{"name":"static/chunks/app/api/all-projects-envs/route-4a1691275c5ae416.js","cache":"HIT"},"startTime":1752140831951,"traceId":"db05cf336339d0e7"},{"name":"minify-js","duration":475,"timestamp":803658622513,"id":291,"parentId":282,"tags":{"name":"static/chunks/app/api/check-workspace/route-3569564cd2b09683.js","cache":"HIT"},"startTime":1752140831951,"traceId":"db05cf336339d0e7"},{"name":"minify-js","duration":472,"timestamp":803658622516,"id":292,"parentId":282,"tags":{"name":"static/chunks/app/api/cleanup-project/route-a6c005b8a485a192.js","cache":"HIT"},"startTime":1752140831951,"traceId":"db05cf336339d0e7"},{"name":"minify-js","duration":465,"timestamp":803658622524,"id":293,"parentId":282,"tags":{"name":"static/chunks/app/api/microapp-proxy-change-stream/route-81a2d573a6a5b3d9.js","cache":"HIT"},"startTime":1752140831951,"traceId":"db05cf336339d0e7"},{"name":"minify-js","duration":460,"timestamp":803658622529,"id":294,"parentId":282,"tags":{"name":"static/chunks/app/api/microapp-proxy-config/route-05c8c2aae5088b98.js","cache":"HIT"},"startTime":1752140831951,"traceId":"db05cf336339d0e7"},{"name":"minify-js","duration":457,"timestamp":803658622533,"id":295,"parentId":282,"tags":{"name":"static/chunks/app/api/get-mock-data/route-0ff137f28b0bbfd4.js","cache":"HIT"},"startTime":1752140831951,"traceId":"db05cf336339d0e7"},{"name":"minify-js","duration":361,"timestamp":803658622629,"id":296,"parentId":282,"tags":{"name":"static/chunks/app/api/mock-file-content/route-4bc78ec0cbed800a.js","cache":"HIT"},"startTime":1752140831951,"traceId":"db05cf336339d0e7"},{"name":"minify-js","duration":350,"timestamp":803658622640,"id":297,"parentId":282,"tags":{"name":"static/chunks/app/api/mock-setting/route-48cfb30a284d746d.js","cache":"HIT"},"startTime":1752140831951,"traceId":"db05cf336339d0e7"},{"name":"minify-js","duration":344,"timestamp":803658622647,"id":298,"parentId":282,"tags":{"name":"static/chunks/app/api/mock-file/route-606d825407e0fd4c.js","cache":"HIT"},"startTime":1752140831951,"traceId":"db05cf336339d0e7"},{"name":"minify-js","duration":340,"timestamp":803658622652,"id":299,"parentId":282,"tags":{"name":"static/chunks/app/api/open-project/route-b6e6fca6c827640d.js","cache":"HIT"},"startTime":1752140831951,"traceId":"db05cf336339d0e7"},{"name":"minify-js","duration":336,"timestamp":803658622656,"id":300,"parentId":282,"tags":{"name":"static/chunks/app/api/process/logs/route-3d9ee52d7c8aacef.js","cache":"HIT"},"startTime":1752140831951,"traceId":"db05cf336339d0e7"},{"name":"minify-js","duration":332,"timestamp":803658622661,"id":301,"parentId":282,"tags":{"name":"static/chunks/app/api/mock-open-status/route-a9410ab77572cb9e.js","cache":"HIT"},"startTime":1752140831951,"traceId":"db05cf336339d0e7"},{"name":"minify-js","duration":328,"timestamp":803658622665,"id":302,"parentId":282,"tags":{"name":"static/chunks/app/api/process/logs/stream/route-e9633e0e72dfb31b.js","cache":"HIT"},"startTime":1752140831951,"traceId":"db05cf336339d0e7"},{"name":"minify-js","duration":323,"timestamp":803658622670,"id":303,"parentId":282,"tags":{"name":"static/chunks/app/api/process/status/route-06151b6ca21ffd52.js","cache":"HIT"},"startTime":1752140831951,"traceId":"db05cf336339d0e7"},{"name":"minify-js","duration":320,"timestamp":803658622674,"id":304,"parentId":282,"tags":{"name":"static/chunks/app/api/initialize-workspace/route-7faec0a7a2e6383d.js","cache":"HIT"},"startTime":1752140831951,"traceId":"db05cf336339d0e7"},{"name":"minify-js","duration":303,"timestamp":803658622691,"id":305,"parentId":282,"tags":{"name":"static/chunks/app/api/process/start/route-54c553f9e551d14b.js","cache":"HIT"},"startTime":1752140831951,"traceId":"db05cf336339d0e7"},{"name":"minify-js","duration":299,"timestamp":803658622696,"id":306,"parentId":282,"tags":{"name":"static/chunks/app/api/project-config/route-ebe1c2ee41dedc74.js","cache":"HIT"},"startTime":1752140831951,"traceId":"db05cf336339d0e7"},{"name":"minify-js","duration":296,"timestamp":803658622699,"id":307,"parentId":282,"tags":{"name":"static/chunks/app/api/retry-project/route-c25d253b5eacedef.js","cache":"HIT"},"startTime":1752140831951,"traceId":"db05cf336339d0e7"},{"name":"minify-js","duration":293,"timestamp":803658622703,"id":308,"parentId":282,"tags":{"name":"static/chunks/app/configuration/page-978351fa7fe07983.js","cache":"HIT"},"startTime":1752140831951,"traceId":"db05cf336339d0e7"},{"name":"minify-js","duration":290,"timestamp":803658622706,"id":309,"parentId":282,"tags":{"name":"static/chunks/app/page-9e7caf746eefeed4.js","cache":"HIT"},"startTime":1752140831951,"traceId":"db05cf336339d0e7"},{"name":"minify-js","duration":285,"timestamp":803658622712,"id":310,"parentId":282,"tags":{"name":"static/chunks/app/initialization/page-9c8eb31c4b362777.js","cache":"HIT"},"startTime":1752140831951,"traceId":"db05cf336339d0e7"},{"name":"minify-js","duration":282,"timestamp":803658622715,"id":311,"parentId":282,"tags":{"name":"static/chunks/webpack-c15acc5db8adea14.js","cache":"HIT"},"startTime":1752140831951,"traceId":"db05cf336339d0e7"}]
3
- [{"name":"minify-js","duration":279,"timestamp":803658622718,"id":312,"parentId":282,"tags":{"name":"static/chunks/framework-4f3c796c070f0605.js","cache":"HIT"},"startTime":1752140831951,"traceId":"db05cf336339d0e7"},{"name":"minify-js","duration":276,"timestamp":803658622722,"id":313,"parentId":282,"tags":{"name":"static/chunks/b8f30182-a6d2a523c696fa81.js","cache":"HIT"},"startTime":1752140831951,"traceId":"db05cf336339d0e7"},{"name":"minify-js","duration":273,"timestamp":803658622725,"id":314,"parentId":282,"tags":{"name":"static/chunks/167-e44cb396108f68cd.js","cache":"HIT"},"startTime":1752140831951,"traceId":"db05cf336339d0e7"},{"name":"minify-js","duration":271,"timestamp":803658622729,"id":315,"parentId":282,"tags":{"name":"static/chunks/180-8dacaec05f53f53f.js","cache":"HIT"},"startTime":1752140831951,"traceId":"db05cf336339d0e7"},{"name":"minify-js","duration":268,"timestamp":803658622732,"id":316,"parentId":282,"tags":{"name":"static/chunks/495-1a64c3075b5b8ac4.js","cache":"HIT"},"startTime":1752140831951,"traceId":"db05cf336339d0e7"},{"name":"minify-js","duration":265,"timestamp":803658622735,"id":317,"parentId":282,"tags":{"name":"server/middleware-react-loadable-manifest.js","cache":"HIT"},"startTime":1752140831951,"traceId":"db05cf336339d0e7"},{"name":"minify-js","duration":54,"timestamp":803658622946,"id":319,"parentId":282,"tags":{"name":"server/middleware-build-manifest.js","cache":"HIT"},"startTime":1752140831951,"traceId":"db05cf336339d0e7"},{"name":"minify-js","duration":25,"timestamp":803658622976,"id":321,"parentId":282,"tags":{"name":"server/next-font-manifest.js","cache":"HIT"},"startTime":1752140831951,"traceId":"db05cf336339d0e7"},{"name":"minify-js","duration":1223,"timestamp":803658622741,"id":318,"parentId":282,"tags":{"name":"static/Mmn2KHpe4Btd9UFvAkzbC/_ssgManifest.js","cache":"MISS"},"startTime":1752140831951,"traceId":"db05cf336339d0e7"},{"name":"minify-js","duration":1280,"timestamp":803658622951,"id":320,"parentId":282,"tags":{"name":"static/Mmn2KHpe4Btd9UFvAkzbC/_buildManifest.js","cache":"MISS"},"startTime":1752140831951,"traceId":"db05cf336339d0e7"},{"name":"minify-webpack-plugin-optimize","duration":4908,"timestamp":803658619328,"id":282,"parentId":234,"tags":{"compilationName":"client","mangle":"true"},"startTime":1752140831948,"traceId":"db05cf336339d0e7"},{"name":"minify-css","duration":66,"timestamp":803658624424,"id":323,"parentId":322,"tags":{"file":"static/css/671e8b523fabb9b9.css","cache":"HIT"},"startTime":1752140831953,"traceId":"db05cf336339d0e7"},{"name":"css-minimizer-plugin","duration":182,"timestamp":803658624309,"id":322,"parentId":234,"tags":{},"startTime":1752140831953,"traceId":"db05cf336339d0e7"},{"name":"seal","duration":90822,"timestamp":803658542071,"id":266,"parentId":234,"tags":{},"startTime":1752140831870,"traceId":"db05cf336339d0e7"},{"name":"webpack-compilation","duration":446984,"timestamp":803658186104,"id":234,"parentId":231,"tags":{"name":"client"},"startTime":1752140831514,"traceId":"db05cf336339d0e7"},{"name":"emit","duration":7583,"timestamp":803658633311,"id":324,"parentId":231,"tags":{},"startTime":1752140831962,"traceId":"db05cf336339d0e7"},{"name":"webpack-close","duration":29413,"timestamp":803658641648,"id":325,"parentId":231,"tags":{"name":"client"},"startTime":1752140831970,"traceId":"db05cf336339d0e7"},{"name":"webpack-generate-error-stats","duration":1350,"timestamp":803658671097,"id":326,"parentId":325,"tags":{},"startTime":1752140831999,"traceId":"db05cf336339d0e7"},{"name":"run-webpack-compiler","duration":730322,"timestamp":803657942328,"id":231,"parentId":230,"tags":{},"startTime":1752140831271,"traceId":"db05cf336339d0e7"},{"name":"format-webpack-messages","duration":42,"timestamp":803658672654,"id":327,"parentId":230,"tags":{},"startTime":1752140832001,"traceId":"db05cf336339d0e7"},{"name":"worker-main-client","duration":730658,"timestamp":803657942112,"id":230,"parentId":1,"tags":{},"startTime":1752140831270,"traceId":"db05cf336339d0e7"},{"name":"verify-and-lint","duration":1331867,"timestamp":803658689846,"id":331,"parentId":1,"tags":{},"startTime":1752140832018,"traceId":"db05cf336339d0e7"},{"name":"verify-typescript-setup","duration":2365864,"timestamp":803658688366,"id":330,"parentId":1,"tags":{},"startTime":1752140832017,"traceId":"db05cf336339d0e7"},{"name":"check-static-error-page","duration":3212,"timestamp":803661066267,"id":334,"parentId":333,"tags":{},"startTime":1752140834395,"traceId":"db05cf336339d0e7"},{"name":"check-page","duration":3173,"timestamp":803661084716,"id":335,"parentId":333,"tags":{"page":"/_app"},"startTime":1752140834413,"traceId":"db05cf336339d0e7"},{"name":"check-page","duration":1415,"timestamp":803661086488,"id":337,"parentId":333,"tags":{"page":"/_document"},"startTime":1752140834415,"traceId":"db05cf336339d0e7"},{"name":"check-page","duration":2476,"timestamp":803661086316,"id":336,"parentId":333,"tags":{"page":"/_error"},"startTime":1752140834415,"traceId":"db05cf336339d0e7"},{"name":"is-page-static","duration":334691,"timestamp":803661098255,"id":365,"parentId":338,"tags":{},"startTime":1752140834427,"traceId":"db05cf336339d0e7"},{"name":"check-page","duration":346490,"timestamp":803661086507,"id":338,"parentId":333,"tags":{"page":"/_not-found"},"startTime":1752140834415,"traceId":"db05cf336339d0e7"},{"name":"is-page-static","duration":338793,"timestamp":803661097796,"id":362,"parentId":339,"tags":{},"startTime":1752140834426,"traceId":"db05cf336339d0e7"},{"name":"check-page","duration":349960,"timestamp":803661086650,"id":339,"parentId":333,"tags":{"page":"/api/all-projects-envs"},"startTime":1752140834415,"traceId":"db05cf336339d0e7"},{"name":"is-page-static","duration":343551,"timestamp":803661098083,"id":364,"parentId":341,"tags":{},"startTime":1752140834426,"traceId":"db05cf336339d0e7"},{"name":"check-page","duration":354939,"timestamp":803661086745,"id":341,"parentId":333,"tags":{"page":"/api/check-workspace"},"startTime":1752140834415,"traceId":"db05cf336339d0e7"},{"name":"is-page-static","duration":343680,"timestamp":803661098402,"id":366,"parentId":342,"tags":{},"startTime":1752140834427,"traceId":"db05cf336339d0e7"},{"name":"check-page","duration":355328,"timestamp":803661086774,"id":342,"parentId":333,"tags":{"page":"/api/cleanup-project"},"startTime":1752140834415,"traceId":"db05cf336339d0e7"},{"name":"is-page-static","duration":348430,"timestamp":803661098528,"id":369,"parentId":346,"tags":{},"startTime":1752140834427,"traceId":"db05cf336339d0e7"},{"name":"check-page","duration":360024,"timestamp":803661086962,"id":346,"parentId":333,"tags":{"page":"/api/microapp-proxy-config"},"startTime":1752140834415,"traceId":"db05cf336339d0e7"},{"name":"is-page-static","duration":349023,"timestamp":803661098011,"id":363,"parentId":340,"tags":{},"startTime":1752140834426,"traceId":"db05cf336339d0e7"},{"name":"check-page","duration":360326,"timestamp":803661086713,"id":340,"parentId":333,"tags":{"page":"/api/check-mock-intercept"},"startTime":1752140834415,"traceId":"db05cf336339d0e7"},{"name":"is-page-static","duration":355589,"timestamp":803661098552,"id":370,"parentId":361,"tags":{},"startTime":1752140834427,"traceId":"db05cf336339d0e7"},{"name":"check-page","duration":366653,"timestamp":803661087519,"id":361,"parentId":333,"tags":{"page":"/favicon.ico"},"startTime":1752140834416,"traceId":"db05cf336339d0e7"},{"name":"is-page-static","duration":355518,"timestamp":803661098723,"id":373,"parentId":347,"tags":{},"startTime":1752140834427,"traceId":"db05cf336339d0e7"},{"name":"check-page","duration":367255,"timestamp":803661086991,"id":347,"parentId":333,"tags":{"page":"/api/mock-file-content"},"startTime":1752140834415,"traceId":"db05cf336339d0e7"},{"name":"is-page-static","duration":355880,"timestamp":803661098472,"id":367,"parentId":344,"tags":{},"startTime":1752140834427,"traceId":"db05cf336339d0e7"},{"name":"check-page","duration":367465,"timestamp":803661086894,"id":344,"parentId":333,"tags":{"page":"/api/initialize-workspace"},"startTime":1752140834415,"traceId":"db05cf336339d0e7"},{"name":"is-page-static","duration":356018,"timestamp":803661098502,"id":368,"parentId":345,"tags":{},"startTime":1752140834427,"traceId":"db05cf336339d0e7"},{"name":"check-page","duration":367597,"timestamp":803661086928,"id":345,"parentId":333,"tags":{"page":"/api/microapp-proxy-change-stream"},"startTime":1752140834415,"traceId":"db05cf336339d0e7"},{"name":"is-page-static","duration":355849,"timestamp":803661098709,"id":372,"parentId":343,"tags":{},"startTime":1752140834427,"traceId":"db05cf336339d0e7"},{"name":"check-page","duration":367760,"timestamp":803661086802,"id":343,"parentId":333,"tags":{"page":"/api/get-mock-data"},"startTime":1752140834415,"traceId":"db05cf336339d0e7"},{"name":"is-page-static","duration":358276,"timestamp":803661098738,"id":374,"parentId":349,"tags":{},"startTime":1752140834427,"traceId":"db05cf336339d0e7"},{"name":"check-page","duration":369985,"timestamp":803661087045,"id":349,"parentId":333,"tags":{"page":"/api/mock-open-status"},"startTime":1752140834415,"traceId":"db05cf336339d0e7"},{"name":"is-page-static","duration":360491,"timestamp":803661098876,"id":379,"parentId":354,"tags":{},"startTime":1752140834427,"traceId":"db05cf336339d0e7"},{"name":"check-page","duration":372054,"timestamp":803661087337,"id":354,"parentId":333,"tags":{"page":"/api/process/start"},"startTime":1752140834416,"traceId":"db05cf336339d0e7"},{"name":"is-page-static","duration":360541,"timestamp":803661098889,"id":380,"parentId":355,"tags":{},"startTime":1752140834427,"traceId":"db05cf336339d0e7"},{"name":"check-page","duration":372071,"timestamp":803661087366,"id":355,"parentId":333,"tags":{"page":"/api/process/status"},"startTime":1752140834416,"traceId":"db05cf336339d0e7"},{"name":"is-page-static","duration":361726,"timestamp":803661100952,"id":382,"parentId":357,"tags":{},"startTime":1752140834429,"traceId":"db05cf336339d0e7"},{"name":"check-page","duration":375285,"timestamp":803661087421,"id":357,"parentId":333,"tags":{"page":"/api/retry-project"},"startTime":1752140834416,"traceId":"db05cf336339d0e7"},{"name":"is-page-static","duration":368473,"timestamp":803661098827,"id":376,"parentId":351,"tags":{},"startTime":1752140834427,"traceId":"db05cf336339d0e7"},{"name":"check-page","duration":380222,"timestamp":803661087100,"id":351,"parentId":333,"tags":{"page":"/api/open-project"},"startTime":1752140834415,"traceId":"db05cf336339d0e7"},{"name":"is-page-static","duration":369741,"timestamp":803661098855,"id":378,"parentId":352,"tags":{},"startTime":1752140834427,"traceId":"db05cf336339d0e7"},{"name":"check-page","duration":381415,"timestamp":803661087206,"id":352,"parentId":333,"tags":{"page":"/api/process/logs"},"startTime":1752140834416,"traceId":"db05cf336339d0e7"},{"name":"is-page-static","duration":369905,"timestamp":803661098758,"id":375,"parentId":350,"tags":{},"startTime":1752140834427,"traceId":"db05cf336339d0e7"},{"name":"check-page","duration":381594,"timestamp":803661087074,"id":350,"parentId":333,"tags":{"page":"/api/mock-setting"},"startTime":1752140834415,"traceId":"db05cf336339d0e7"},{"name":"is-page-static","duration":369846,"timestamp":803661098845,"id":377,"parentId":353,"tags":{},"startTime":1752140834427,"traceId":"db05cf336339d0e7"},{"name":"check-page","duration":381402,"timestamp":803661087295,"id":353,"parentId":333,"tags":{"page":"/api/process/logs/stream"},"startTime":1752140834416,"traceId":"db05cf336339d0e7"},{"name":"is-page-static","duration":369479,"timestamp":803661100929,"id":381,"parentId":356,"tags":{},"startTime":1752140834429,"traceId":"db05cf336339d0e7"},{"name":"check-page","duration":383032,"timestamp":803661087391,"id":356,"parentId":333,"tags":{"page":"/api/project-config"},"startTime":1752140834416,"traceId":"db05cf336339d0e7"},{"name":"is-page-static","duration":355053,"timestamp":803661116583,"id":385,"parentId":360,"tags":{},"startTime":1752140834445,"traceId":"db05cf336339d0e7"},{"name":"check-page","duration":384160,"timestamp":803661087494,"id":360,"parentId":333,"tags":{"page":"/"},"startTime":1752140834416,"traceId":"db05cf336339d0e7"},{"name":"is-page-static","duration":362704,"timestamp":803661116558,"id":384,"parentId":359,"tags":{},"startTime":1752140834445,"traceId":"db05cf336339d0e7"},{"name":"check-page","duration":391828,"timestamp":803661087469,"id":359,"parentId":333,"tags":{"page":"/initialization"},"startTime":1752140834416,"traceId":"db05cf336339d0e7"},{"name":"is-page-static","duration":365759,"timestamp":803661116517,"id":383,"parentId":358,"tags":{},"startTime":1752140834445,"traceId":"db05cf336339d0e7"},{"name":"check-page","duration":394840,"timestamp":803661087445,"id":358,"parentId":333,"tags":{"page":"/configuration"},"startTime":1752140834416,"traceId":"db05cf336339d0e7"},{"name":"is-page-static","duration":389659,"timestamp":803661098680,"id":371,"parentId":348,"tags":{},"startTime":1752140834427,"traceId":"db05cf336339d0e7"},{"name":"check-page","duration":401343,"timestamp":803661087016,"id":348,"parentId":333,"tags":{"page":"/api/mock-file"},"startTime":1752140834415,"traceId":"db05cf336339d0e7"},{"name":"static-check","duration":422487,"timestamp":803661065903,"id":333,"parentId":1,"tags":{},"startTime":1752140834394,"traceId":"db05cf336339d0e7"},{"name":"generate-required-server-files","duration":312,"timestamp":803661488713,"id":387,"parentId":1,"tags":{},"startTime":1752140834817,"traceId":"db05cf336339d0e7"},{"name":"write-routes-manifest","duration":21275,"timestamp":803661496348,"id":389,"parentId":1,"tags":{},"startTime":1752140834825,"traceId":"db05cf336339d0e7"},{"name":"load-dotenv","duration":16,"timestamp":803661598718,"id":392,"parentId":391,"tags":{},"startTime":1752140834927,"traceId":"db05cf336339d0e7"},{"name":"run-export-path-map","duration":265,"timestamp":803662024108,"id":393,"parentId":391,"tags":{},"startTime":1752140835352,"traceId":"db05cf336339d0e7"},{"name":"next-export","duration":842021,"timestamp":803661598261,"id":391,"parentId":1,"tags":{},"startTime":1752140834927,"traceId":"db05cf336339d0e7"},{"name":"move-exported-app-not-found-","duration":5338,"timestamp":803662441229,"id":394,"parentId":390,"tags":{},"startTime":1752140835770,"traceId":"db05cf336339d0e7"},{"name":"move-exported-page","duration":37861,"timestamp":803662446671,"id":395,"parentId":390,"tags":{},"startTime":1752140835775,"traceId":"db05cf336339d0e7"},{"name":"static-generation","duration":976440,"timestamp":803661592930,"id":390,"parentId":1,"tags":{},"startTime":1752140834921,"traceId":"db05cf336339d0e7"},{"name":"write-routes-manifest","duration":9011,"timestamp":803662569384,"id":396,"parentId":1,"tags":{},"startTime":1752140835898,"traceId":"db05cf336339d0e7"},{"name":"node-file-trace-build","duration":4749500,"timestamp":803661491254,"id":388,"parentId":1,"tags":{"isTurbotrace":"false"},"startTime":1752140834820,"traceId":"db05cf336339d0e7"},{"name":"apply-include-excludes","duration":413,"timestamp":803666240773,"id":397,"parentId":1,"tags":{},"startTime":1752140839569,"traceId":"db05cf336339d0e7"},{"name":"print-tree-view","duration":6619,"timestamp":803666249740,"id":398,"parentId":1,"tags":{},"startTime":1752140839578,"traceId":"db05cf336339d0e7"},{"name":"telemetry-flush","duration":34,"timestamp":803666256378,"id":399,"parentId":1,"tags":{},"startTime":1752140839585,"traceId":"db05cf336339d0e7"},{"name":"next-build","duration":11689424,"timestamp":803654566992,"id":1,"tags":{"buildMode":"default","isTurboBuild":"false","version":"15.3.4","has-custom-webpack-config":"false","use-build-worker":"true"},"startTime":1752140827895,"traceId":"db05cf336339d0e7"}]
1
+ [{"name":"generate-buildid","duration":150,"timestamp":879889094856,"id":4,"parentId":1,"tags":{},"startTime":1754547238505,"traceId":"3afbf7a6b5d87e13"},{"name":"load-custom-routes","duration":1013,"timestamp":879889095055,"id":5,"parentId":1,"tags":{},"startTime":1754547238505,"traceId":"3afbf7a6b5d87e13"},{"name":"create-dist-dir","duration":153,"timestamp":879889127776,"id":6,"parentId":1,"tags":{},"startTime":1754547238538,"traceId":"3afbf7a6b5d87e13"},{"name":"create-pages-mapping","duration":98,"timestamp":879889168348,"id":7,"parentId":1,"tags":{},"startTime":1754547238578,"traceId":"3afbf7a6b5d87e13"},{"name":"collect-app-paths","duration":1743,"timestamp":879889168466,"id":8,"parentId":1,"tags":{},"startTime":1754547238578,"traceId":"3afbf7a6b5d87e13"},{"name":"create-app-mapping","duration":1855,"timestamp":879889170233,"id":9,"parentId":1,"tags":{},"startTime":1754547238580,"traceId":"3afbf7a6b5d87e13"},{"name":"public-dir-conflict-check","duration":397,"timestamp":879889172370,"id":10,"parentId":1,"tags":{},"startTime":1754547238582,"traceId":"3afbf7a6b5d87e13"},{"name":"generate-routes-manifest","duration":1260,"timestamp":879889172880,"id":11,"parentId":1,"tags":{},"startTime":1754547238583,"traceId":"3afbf7a6b5d87e13"},{"name":"create-entrypoints","duration":13445,"timestamp":879889545584,"id":15,"parentId":13,"tags":{},"startTime":1754547238956,"traceId":"3afbf7a6b5d87e13"},{"name":"generate-webpack-config","duration":199043,"timestamp":879889559126,"id":16,"parentId":14,"tags":{},"startTime":1754547238969,"traceId":"3afbf7a6b5d87e13"},{"name":"next-trace-entrypoint-plugin","duration":1715,"timestamp":879889832426,"id":18,"parentId":17,"tags":{},"startTime":1754547239242,"traceId":"3afbf7a6b5d87e13"},{"name":"add-entry","duration":173965,"timestamp":879889839176,"id":43,"parentId":19,"tags":{"request":"next/dist/pages/_app"},"startTime":1754547239249,"traceId":"3afbf7a6b5d87e13"},{"name":"add-entry","duration":272484,"timestamp":879889839187,"id":48,"parentId":19,"tags":{"request":"next/dist/pages/_document"},"startTime":1754547239249,"traceId":"3afbf7a6b5d87e13"},{"name":"add-entry","duration":323373,"timestamp":879889839179,"id":44,"parentId":19,"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":1754547239249,"traceId":"3afbf7a6b5d87e13"},{"name":"add-entry","duration":336452,"timestamp":879889838767,"id":26,"parentId":19,"tags":{"request":"next-app-loader?page=%2Fapi%2Fcheck-workspace%2Froute&name=app%2Fapi%2Fcheck-workspace%2Froute&pagePath=private-next-app-dir%2Fapi%2Fcheck-workspace%2Froute.ts&appDir=%2FUsers%2Fedy%2FDocuments%2FCoding%2Fprime-dev-cli%2Fpackages%2Fserver%2Fsrc%2Fapp&appPaths=%2Fapi%2Fcheck-workspace%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1754547239249,"traceId":"3afbf7a6b5d87e13"},{"name":"add-entry","duration":336275,"timestamp":879889838959,"id":31,"parentId":19,"tags":{"request":"next-app-loader?page=%2Fapi%2Finitialize-workspace%2Froute&name=app%2Fapi%2Finitialize-workspace%2Froute&pagePath=private-next-app-dir%2Fapi%2Finitialize-workspace%2Froute.ts&appDir=%2FUsers%2Fedy%2FDocuments%2FCoding%2Fprime-dev-cli%2Fpackages%2Fserver%2Fsrc%2Fapp&appPaths=%2Fapi%2Finitialize-workspace%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1754547239249,"traceId":"3afbf7a6b5d87e13"},{"name":"add-entry","duration":336246,"timestamp":879889838994,"id":35,"parentId":19,"tags":{"request":"next-app-loader?page=%2Fapi%2Fprocess%2Flogs%2Fstream%2Froute&name=app%2Fapi%2Fprocess%2Flogs%2Fstream%2Froute&pagePath=private-next-app-dir%2Fapi%2Fprocess%2Flogs%2Fstream%2Froute.ts&appDir=%2FUsers%2Fedy%2FDocuments%2FCoding%2Fprime-dev-cli%2Fpackages%2Fserver%2Fsrc%2Fapp&appPaths=%2Fapi%2Fprocess%2Flogs%2Fstream%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1754547239249,"traceId":"3afbf7a6b5d87e13"},{"name":"add-entry","duration":336244,"timestamp":879889839002,"id":37,"parentId":19,"tags":{"request":"next-app-loader?page=%2Fapi%2Fopen-project%2Froute&name=app%2Fapi%2Fopen-project%2Froute&pagePath=private-next-app-dir%2Fapi%2Fopen-project%2Froute.ts&appDir=%2FUsers%2Fedy%2FDocuments%2FCoding%2Fprime-dev-cli%2Fpackages%2Fserver%2Fsrc%2Fapp&appPaths=%2Fapi%2Fopen-project%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1754547239249,"traceId":"3afbf7a6b5d87e13"},{"name":"add-entry","duration":336251,"timestamp":879889839104,"id":41,"parentId":19,"tags":{"request":"next-app-loader?page=%2Fapi%2Fretry-project%2Froute&name=app%2Fapi%2Fretry-project%2Froute&pagePath=private-next-app-dir%2Fapi%2Fretry-project%2Froute.ts&appDir=%2FUsers%2Fedy%2FDocuments%2FCoding%2Fprime-dev-cli%2Fpackages%2Fserver%2Fsrc%2Fapp&appPaths=%2Fapi%2Fretry-project%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1754547239249,"traceId":"3afbf7a6b5d87e13"},{"name":"add-entry","duration":356345,"timestamp":879889838410,"id":20,"parentId":19,"tags":{"request":"next-app-loader?page=%2F_not-found%2Fpage&name=app%2F_not-found%2Fpage&pagePath=next%2Fdist%2Fclient%2Fcomponents%2Fnot-found-error&appDir=%2FUsers%2Fedy%2FDocuments%2FCoding%2Fprime-dev-cli%2Fpackages%2Fserver%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":1754547239248,"traceId":"3afbf7a6b5d87e13"},{"name":"add-entry","duration":355591,"timestamp":879889839182,"id":46,"parentId":19,"tags":{"request":"next-app-loader?page=%2Finitialization%2Fpage&name=app%2Finitialization%2Fpage&pagePath=private-next-app-dir%2Finitialization%2Fpage.tsx&appDir=%2FUsers%2Fedy%2FDocuments%2FCoding%2Fprime-dev-cli%2Fpackages%2Fserver%2Fsrc%2Fapp&appPaths=%2Finitialization%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1754547239249,"traceId":"3afbf7a6b5d87e13"},{"name":"add-entry","duration":355593,"timestamp":879889839184,"id":47,"parentId":19,"tags":{"request":"next-app-loader?page=%2Fconfiguration%2Fpage&name=app%2Fconfiguration%2Fpage&pagePath=private-next-app-dir%2Fconfiguration%2Fpage.tsx&appDir=%2FUsers%2Fedy%2FDocuments%2FCoding%2Fprime-dev-cli%2Fpackages%2Fserver%2Fsrc%2Fapp&appPaths=%2Fconfiguration%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1754547239249,"traceId":"3afbf7a6b5d87e13"},{"name":"add-entry","duration":358161,"timestamp":879889839181,"id":45,"parentId":19,"tags":{"request":"next-app-loader?page=%2Fpage&name=app%2Fpage&pagePath=private-next-app-dir%2Fpage.tsx&appDir=%2FUsers%2Fedy%2FDocuments%2FCoding%2Fprime-dev-cli%2Fpackages%2Fserver%2Fsrc%2Fapp&appPaths=%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1754547239249,"traceId":"3afbf7a6b5d87e13"},{"name":"add-entry","duration":358433,"timestamp":879889839015,"id":40,"parentId":19,"tags":{"request":"next-app-loader?page=%2Ffavicon.ico%2Froute&name=app%2Ffavicon.ico%2Froute&pagePath=private-next-app-dir%2Ffavicon.ico&appDir=%2FUsers%2Fedy%2FDocuments%2FCoding%2Fprime-dev-cli%2Fpackages%2Fserver%2Fsrc%2Fapp&appPaths=%2Ffavicon.ico&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1754547239249,"traceId":"3afbf7a6b5d87e13"},{"name":"add-entry","duration":358744,"timestamp":879889838706,"id":21,"parentId":19,"tags":{"request":"next-app-loader?page=%2Fapi%2Fcleanup-mock%2Froute&name=app%2Fapi%2Fcleanup-mock%2Froute&pagePath=private-next-app-dir%2Fapi%2Fcleanup-mock%2Froute.ts&appDir=%2FUsers%2Fedy%2FDocuments%2FCoding%2Fprime-dev-cli%2Fpackages%2Fserver%2Fsrc%2Fapp&appPaths=%2Fapi%2Fcleanup-mock%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1754547239249,"traceId":"3afbf7a6b5d87e13"},{"name":"add-entry","duration":358805,"timestamp":879889838728,"id":22,"parentId":19,"tags":{"request":"next-app-loader?page=%2Fapi%2Fcheck-mock-intercept%2Froute&name=app%2Fapi%2Fcheck-mock-intercept%2Froute&pagePath=private-next-app-dir%2Fapi%2Fcheck-mock-intercept%2Froute.ts&appDir=%2FUsers%2Fedy%2FDocuments%2FCoding%2Fprime-dev-cli%2Fpackages%2Fserver%2Fsrc%2Fapp&appPaths=%2Fapi%2Fcheck-mock-intercept%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1754547239249,"traceId":"3afbf7a6b5d87e13"},{"name":"add-entry","duration":358801,"timestamp":879889838741,"id":23,"parentId":19,"tags":{"request":"next-app-loader?page=%2Fapi%2Fcleanup-project%2Froute&name=app%2Fapi%2Fcleanup-project%2Froute&pagePath=private-next-app-dir%2Fapi%2Fcleanup-project%2Froute.ts&appDir=%2FUsers%2Fedy%2FDocuments%2FCoding%2Fprime-dev-cli%2Fpackages%2Fserver%2Fsrc%2Fapp&appPaths=%2Fapi%2Fcleanup-project%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1754547239249,"traceId":"3afbf7a6b5d87e13"},{"name":"add-entry","duration":358783,"timestamp":879889838760,"id":25,"parentId":19,"tags":{"request":"next-app-loader?page=%2Fapi%2Fget-mock-data%2Froute&name=app%2Fapi%2Fget-mock-data%2Froute&pagePath=private-next-app-dir%2Fapi%2Fget-mock-data%2Froute.ts&appDir=%2FUsers%2Fedy%2FDocuments%2FCoding%2Fprime-dev-cli%2Fpackages%2Fserver%2Fsrc%2Fapp&appPaths=%2Fapi%2Fget-mock-data%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1754547239249,"traceId":"3afbf7a6b5d87e13"},{"name":"add-entry","duration":358795,"timestamp":879889838749,"id":24,"parentId":19,"tags":{"request":"next-app-loader?page=%2Fapi%2Fall-projects-envs%2Froute&name=app%2Fapi%2Fall-projects-envs%2Froute&pagePath=private-next-app-dir%2Fapi%2Fall-projects-envs%2Froute.ts&appDir=%2FUsers%2Fedy%2FDocuments%2FCoding%2Fprime-dev-cli%2Fpackages%2Fserver%2Fsrc%2Fapp&appPaths=%2Fapi%2Fall-projects-envs%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1754547239249,"traceId":"3afbf7a6b5d87e13"},{"name":"add-entry","duration":358771,"timestamp":879889838774,"id":27,"parentId":19,"tags":{"request":"next-app-loader?page=%2Fapi%2Fmicroapp-proxy-config%2Froute&name=app%2Fapi%2Fmicroapp-proxy-config%2Froute&pagePath=private-next-app-dir%2Fapi%2Fmicroapp-proxy-config%2Froute.ts&appDir=%2FUsers%2Fedy%2FDocuments%2FCoding%2Fprime-dev-cli%2Fpackages%2Fserver%2Fsrc%2Fapp&appPaths=%2Fapi%2Fmicroapp-proxy-config%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1754547239249,"traceId":"3afbf7a6b5d87e13"},{"name":"add-entry","duration":358765,"timestamp":879889838781,"id":28,"parentId":19,"tags":{"request":"next-app-loader?page=%2Fapi%2Fmicroapp-proxy-change-stream%2Froute&name=app%2Fapi%2Fmicroapp-proxy-change-stream%2Froute&pagePath=private-next-app-dir%2Fapi%2Fmicroapp-proxy-change-stream%2Froute.ts&appDir=%2FUsers%2Fedy%2FDocuments%2FCoding%2Fprime-dev-cli%2Fpackages%2Fserver%2Fsrc%2Fapp&appPaths=%2Fapi%2Fmicroapp-proxy-change-stream%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1754547239249,"traceId":"3afbf7a6b5d87e13"},{"name":"add-entry","duration":358667,"timestamp":879889838880,"id":29,"parentId":19,"tags":{"request":"next-app-loader?page=%2Fapi%2Fmock-file-content%2Froute&name=app%2Fapi%2Fmock-file-content%2Froute&pagePath=private-next-app-dir%2Fapi%2Fmock-file-content%2Froute.ts&appDir=%2FUsers%2Fedy%2FDocuments%2FCoding%2Fprime-dev-cli%2Fpackages%2Fserver%2Fsrc%2Fapp&appPaths=%2Fapi%2Fmock-file-content%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1754547239249,"traceId":"3afbf7a6b5d87e13"},{"name":"add-entry","duration":358604,"timestamp":879889838944,"id":30,"parentId":19,"tags":{"request":"next-app-loader?page=%2Fapi%2Fmock-open-status%2Froute&name=app%2Fapi%2Fmock-open-status%2Froute&pagePath=private-next-app-dir%2Fapi%2Fmock-open-status%2Froute.ts&appDir=%2FUsers%2Fedy%2FDocuments%2FCoding%2Fprime-dev-cli%2Fpackages%2Fserver%2Fsrc%2Fapp&appPaths=%2Fapi%2Fmock-open-status%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1754547239249,"traceId":"3afbf7a6b5d87e13"},{"name":"add-entry","duration":358581,"timestamp":879889838968,"id":32,"parentId":19,"tags":{"request":"next-app-loader?page=%2Fapi%2Fmock-setting%2Froute&name=app%2Fapi%2Fmock-setting%2Froute&pagePath=private-next-app-dir%2Fapi%2Fmock-setting%2Froute.ts&appDir=%2FUsers%2Fedy%2FDocuments%2FCoding%2Fprime-dev-cli%2Fpackages%2Fserver%2Fsrc%2Fapp&appPaths=%2Fapi%2Fmock-setting%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1754547239249,"traceId":"3afbf7a6b5d87e13"},{"name":"add-entry","duration":358559,"timestamp":879889838990,"id":34,"parentId":19,"tags":{"request":"next-app-loader?page=%2Fapi%2Fopen-all-mock%2Froute&name=app%2Fapi%2Fopen-all-mock%2Froute&pagePath=private-next-app-dir%2Fapi%2Fopen-all-mock%2Froute.ts&appDir=%2FUsers%2Fedy%2FDocuments%2FCoding%2Fprime-dev-cli%2Fpackages%2Fserver%2Fsrc%2Fapp&appPaths=%2Fapi%2Fopen-all-mock%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1754547239249,"traceId":"3afbf7a6b5d87e13"},{"name":"add-entry","duration":358566,"timestamp":879889838985,"id":33,"parentId":19,"tags":{"request":"next-app-loader?page=%2Fapi%2Fmock-file%2Froute&name=app%2Fapi%2Fmock-file%2Froute&pagePath=private-next-app-dir%2Fapi%2Fmock-file%2Froute.ts&appDir=%2FUsers%2Fedy%2FDocuments%2FCoding%2Fprime-dev-cli%2Fpackages%2Fserver%2Fsrc%2Fapp&appPaths=%2Fapi%2Fmock-file%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1754547239249,"traceId":"3afbf7a6b5d87e13"},{"name":"add-entry","duration":358555,"timestamp":879889838998,"id":36,"parentId":19,"tags":{"request":"next-app-loader?page=%2Fapi%2Fprocess%2Flogs%2Froute&name=app%2Fapi%2Fprocess%2Flogs%2Froute&pagePath=private-next-app-dir%2Fapi%2Fprocess%2Flogs%2Froute.ts&appDir=%2FUsers%2Fedy%2FDocuments%2FCoding%2Fprime-dev-cli%2Fpackages%2Fserver%2Fsrc%2Fapp&appPaths=%2Fapi%2Fprocess%2Flogs%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1754547239249,"traceId":"3afbf7a6b5d87e13"},{"name":"add-entry","duration":358544,"timestamp":879889839009,"id":39,"parentId":19,"tags":{"request":"next-app-loader?page=%2Fapi%2Fprocess%2Fstatus%2Froute&name=app%2Fapi%2Fprocess%2Fstatus%2Froute&pagePath=private-next-app-dir%2Fapi%2Fprocess%2Fstatus%2Froute.ts&appDir=%2FUsers%2Fedy%2FDocuments%2FCoding%2Fprime-dev-cli%2Fpackages%2Fserver%2Fsrc%2Fapp&appPaths=%2Fapi%2Fprocess%2Fstatus%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1754547239249,"traceId":"3afbf7a6b5d87e13"},{"name":"add-entry","duration":358386,"timestamp":879889839168,"id":42,"parentId":19,"tags":{"request":"next-app-loader?page=%2Fapi%2Fproject-config%2Froute&name=app%2Fapi%2Fproject-config%2Froute&pagePath=private-next-app-dir%2Fapi%2Fproject-config%2Froute.ts&appDir=%2FUsers%2Fedy%2FDocuments%2FCoding%2Fprime-dev-cli%2Fpackages%2Fserver%2Fsrc%2Fapp&appPaths=%2Fapi%2Fproject-config%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1754547239249,"traceId":"3afbf7a6b5d87e13"},{"name":"add-entry","duration":358549,"timestamp":879889839005,"id":38,"parentId":19,"tags":{"request":"next-app-loader?page=%2Fapi%2Fprocess%2Fstart%2Froute&name=app%2Fapi%2Fprocess%2Fstart%2Froute&pagePath=private-next-app-dir%2Fapi%2Fprocess%2Fstart%2Froute.ts&appDir=%2FUsers%2Fedy%2FDocuments%2FCoding%2Fprime-dev-cli%2Fpackages%2Fserver%2Fsrc%2Fapp&appPaths=%2Fapi%2Fprocess%2Fstart%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1754547239249,"traceId":"3afbf7a6b5d87e13"},{"name":"make","duration":756189,"timestamp":879889838231,"id":19,"parentId":17,"tags":{},"startTime":1754547239248,"traceId":"3afbf7a6b5d87e13"},{"name":"get-entries","duration":1130,"timestamp":879890595265,"id":156,"parentId":155,"tags":{},"startTime":1754547240005,"traceId":"3afbf7a6b5d87e13"},{"name":"node-file-trace-plugin","duration":225165,"timestamp":879890598323,"id":157,"parentId":155,"tags":{"traceEntryCount":"54"},"startTime":1754547240008,"traceId":"3afbf7a6b5d87e13"},{"name":"collect-traced-files","duration":890,"timestamp":879890823499,"id":158,"parentId":155,"tags":{},"startTime":1754547240233,"traceId":"3afbf7a6b5d87e13"},{"name":"finish-modules","duration":229244,"timestamp":879890595147,"id":155,"parentId":18,"tags":{},"startTime":1754547240005,"traceId":"3afbf7a6b5d87e13"},{"name":"chunk-graph","duration":10265,"timestamp":879890846931,"id":160,"parentId":159,"tags":{},"startTime":1754547240257,"traceId":"3afbf7a6b5d87e13"},{"name":"optimize-modules","duration":14,"timestamp":879890857270,"id":162,"parentId":159,"tags":{},"startTime":1754547240267,"traceId":"3afbf7a6b5d87e13"},{"name":"optimize-chunks","duration":9585,"timestamp":879890857324,"id":163,"parentId":159,"tags":{},"startTime":1754547240267,"traceId":"3afbf7a6b5d87e13"},{"name":"optimize-tree","duration":80,"timestamp":879890866960,"id":164,"parentId":159,"tags":{},"startTime":1754547240277,"traceId":"3afbf7a6b5d87e13"},{"name":"optimize-chunk-modules","duration":12274,"timestamp":879890867087,"id":165,"parentId":159,"tags":{},"startTime":1754547240277,"traceId":"3afbf7a6b5d87e13"},{"name":"optimize","duration":22179,"timestamp":879890857240,"id":161,"parentId":159,"tags":{},"startTime":1754547240267,"traceId":"3afbf7a6b5d87e13"},{"name":"module-hash","duration":11808,"timestamp":879890889741,"id":166,"parentId":159,"tags":{},"startTime":1754547240300,"traceId":"3afbf7a6b5d87e13"},{"name":"code-generation","duration":3561,"timestamp":879890901599,"id":167,"parentId":159,"tags":{},"startTime":1754547240312,"traceId":"3afbf7a6b5d87e13"},{"name":"hash","duration":5342,"timestamp":879890907777,"id":168,"parentId":159,"tags":{},"startTime":1754547240318,"traceId":"3afbf7a6b5d87e13"},{"name":"code-generation-jobs","duration":148,"timestamp":879890913119,"id":169,"parentId":159,"tags":{},"startTime":1754547240323,"traceId":"3afbf7a6b5d87e13"},{"name":"module-assets","duration":223,"timestamp":879890913238,"id":170,"parentId":159,"tags":{},"startTime":1754547240323,"traceId":"3afbf7a6b5d87e13"},{"name":"create-chunk-assets","duration":3023,"timestamp":879890913466,"id":171,"parentId":159,"tags":{},"startTime":1754547240323,"traceId":"3afbf7a6b5d87e13"},{"name":"minify-js","duration":6509,"timestamp":879890923351,"id":173,"parentId":172,"tags":{"name":"../app/_not-found/page.js","cache":"HIT"},"startTime":1754547240333,"traceId":"3afbf7a6b5d87e13"},{"name":"minify-js","duration":6439,"timestamp":879890923427,"id":174,"parentId":172,"tags":{"name":"../app/api/cleanup-mock/route.js","cache":"HIT"},"startTime":1754547240333,"traceId":"3afbf7a6b5d87e13"},{"name":"minify-js","duration":6434,"timestamp":879890923433,"id":175,"parentId":172,"tags":{"name":"../app/api/check-mock-intercept/route.js","cache":"HIT"},"startTime":1754547240333,"traceId":"3afbf7a6b5d87e13"},{"name":"minify-js","duration":6419,"timestamp":879890923449,"id":176,"parentId":172,"tags":{"name":"../app/api/cleanup-project/route.js","cache":"HIT"},"startTime":1754547240333,"traceId":"3afbf7a6b5d87e13"},{"name":"minify-js","duration":6415,"timestamp":879890923453,"id":177,"parentId":172,"tags":{"name":"../app/api/all-projects-envs/route.js","cache":"HIT"},"startTime":1754547240333,"traceId":"3afbf7a6b5d87e13"},{"name":"minify-js","duration":6413,"timestamp":879890923456,"id":178,"parentId":172,"tags":{"name":"../app/api/get-mock-data/route.js","cache":"HIT"},"startTime":1754547240333,"traceId":"3afbf7a6b5d87e13"},{"name":"minify-js","duration":6410,"timestamp":879890923459,"id":179,"parentId":172,"tags":{"name":"../app/api/check-workspace/route.js","cache":"HIT"},"startTime":1754547240333,"traceId":"3afbf7a6b5d87e13"},{"name":"minify-js","duration":6408,"timestamp":879890923461,"id":180,"parentId":172,"tags":{"name":"../app/api/microapp-proxy-config/route.js","cache":"HIT"},"startTime":1754547240333,"traceId":"3afbf7a6b5d87e13"},{"name":"minify-js","duration":6406,"timestamp":879890923464,"id":181,"parentId":172,"tags":{"name":"../app/api/microapp-proxy-change-stream/route.js","cache":"HIT"},"startTime":1754547240333,"traceId":"3afbf7a6b5d87e13"},{"name":"minify-js","duration":6405,"timestamp":879890923466,"id":182,"parentId":172,"tags":{"name":"../app/api/mock-file-content/route.js","cache":"HIT"},"startTime":1754547240333,"traceId":"3afbf7a6b5d87e13"},{"name":"minify-js","duration":6400,"timestamp":879890923471,"id":183,"parentId":172,"tags":{"name":"../app/api/mock-open-status/route.js","cache":"HIT"},"startTime":1754547240333,"traceId":"3afbf7a6b5d87e13"},{"name":"minify-js","duration":6396,"timestamp":879890923475,"id":184,"parentId":172,"tags":{"name":"../app/api/initialize-workspace/route.js","cache":"HIT"},"startTime":1754547240333,"traceId":"3afbf7a6b5d87e13"},{"name":"minify-js","duration":6392,"timestamp":879890923480,"id":185,"parentId":172,"tags":{"name":"../app/api/mock-setting/route.js","cache":"HIT"},"startTime":1754547240333,"traceId":"3afbf7a6b5d87e13"},{"name":"minify-js","duration":6390,"timestamp":879890923482,"id":186,"parentId":172,"tags":{"name":"../app/api/mock-file/route.js","cache":"HIT"},"startTime":1754547240333,"traceId":"3afbf7a6b5d87e13"},{"name":"minify-js","duration":6388,"timestamp":879890923485,"id":187,"parentId":172,"tags":{"name":"../app/api/open-all-mock/route.js","cache":"HIT"},"startTime":1754547240333,"traceId":"3afbf7a6b5d87e13"},{"name":"minify-js","duration":6382,"timestamp":879890923492,"id":188,"parentId":172,"tags":{"name":"../app/api/process/logs/stream/route.js","cache":"HIT"},"startTime":1754547240333,"traceId":"3afbf7a6b5d87e13"},{"name":"minify-js","duration":6378,"timestamp":879890923496,"id":189,"parentId":172,"tags":{"name":"../app/api/process/logs/route.js","cache":"HIT"},"startTime":1754547240333,"traceId":"3afbf7a6b5d87e13"},{"name":"minify-js","duration":6376,"timestamp":879890923499,"id":190,"parentId":172,"tags":{"name":"../app/api/open-project/route.js","cache":"HIT"},"startTime":1754547240333,"traceId":"3afbf7a6b5d87e13"},{"name":"minify-js","duration":6374,"timestamp":879890923501,"id":191,"parentId":172,"tags":{"name":"../app/api/process/start/route.js","cache":"HIT"},"startTime":1754547240333,"traceId":"3afbf7a6b5d87e13"},{"name":"minify-js","duration":6372,"timestamp":879890923504,"id":192,"parentId":172,"tags":{"name":"../app/api/process/status/route.js","cache":"HIT"},"startTime":1754547240333,"traceId":"3afbf7a6b5d87e13"},{"name":"minify-js","duration":6371,"timestamp":879890923506,"id":193,"parentId":172,"tags":{"name":"../app/favicon.ico/route.js","cache":"HIT"},"startTime":1754547240333,"traceId":"3afbf7a6b5d87e13"},{"name":"minify-js","duration":6369,"timestamp":879890923508,"id":194,"parentId":172,"tags":{"name":"../app/api/retry-project/route.js","cache":"HIT"},"startTime":1754547240333,"traceId":"3afbf7a6b5d87e13"},{"name":"minify-js","duration":6367,"timestamp":879890923511,"id":195,"parentId":172,"tags":{"name":"../app/api/project-config/route.js","cache":"HIT"},"startTime":1754547240333,"traceId":"3afbf7a6b5d87e13"},{"name":"minify-js","duration":6365,"timestamp":879890923513,"id":196,"parentId":172,"tags":{"name":"../pages/_app.js","cache":"HIT"},"startTime":1754547240333,"traceId":"3afbf7a6b5d87e13"},{"name":"minify-js","duration":6363,"timestamp":879890923516,"id":197,"parentId":172,"tags":{"name":"../pages/_error.js","cache":"HIT"},"startTime":1754547240333,"traceId":"3afbf7a6b5d87e13"},{"name":"minify-js","duration":4119,"timestamp":879890925760,"id":199,"parentId":172,"tags":{"name":"../app/initialization/page.js","cache":"HIT"},"startTime":1754547240336,"traceId":"3afbf7a6b5d87e13"},{"name":"minify-js","duration":4108,"timestamp":879890925772,"id":200,"parentId":172,"tags":{"name":"../app/configuration/page.js","cache":"HIT"},"startTime":1754547240336,"traceId":"3afbf7a6b5d87e13"},{"name":"minify-js","duration":4105,"timestamp":879890925775,"id":201,"parentId":172,"tags":{"name":"../pages/_document.js","cache":"HIT"},"startTime":1754547240336,"traceId":"3afbf7a6b5d87e13"},{"name":"minify-js","duration":4103,"timestamp":879890925778,"id":202,"parentId":172,"tags":{"name":"../webpack-runtime.js","cache":"HIT"},"startTime":1754547240336,"traceId":"3afbf7a6b5d87e13"},{"name":"minify-js","duration":1761,"timestamp":879890928121,"id":204,"parentId":172,"tags":{"name":"426.js","cache":"HIT"},"startTime":1754547240338,"traceId":"3afbf7a6b5d87e13"},{"name":"minify-js","duration":94,"timestamp":879890929788,"id":206,"parentId":172,"tags":{"name":"542.js","cache":"HIT"},"startTime":1754547240340,"traceId":"3afbf7a6b5d87e13"},{"name":"minify-js","duration":89,"timestamp":879890929793,"id":207,"parentId":172,"tags":{"name":"972.js","cache":"HIT"},"startTime":1754547240340,"traceId":"3afbf7a6b5d87e13"},{"name":"minify-js","duration":29,"timestamp":879890929854,"id":208,"parentId":172,"tags":{"name":"901.js","cache":"HIT"},"startTime":1754547240340,"traceId":"3afbf7a6b5d87e13"},{"name":"minify-js","duration":18639,"timestamp":879890923518,"id":198,"parentId":172,"tags":{"name":"../app/page.js","cache":"MISS"},"startTime":1754547240333,"traceId":"3afbf7a6b5d87e13"},{"name":"minify-js","duration":36532,"timestamp":879890925780,"id":203,"parentId":172,"tags":{"name":"131.js","cache":"MISS"},"startTime":1754547240336,"traceId":"3afbf7a6b5d87e13"},{"name":"minify-js","duration":60865,"timestamp":879890928130,"id":205,"parentId":172,"tags":{"name":"821.js","cache":"MISS"},"startTime":1754547240338,"traceId":"3afbf7a6b5d87e13"},{"name":"minify-webpack-plugin-optimize","duration":70666,"timestamp":879890918341,"id":172,"parentId":17,"tags":{"compilationName":"server","mangle":"true"},"startTime":1754547240328,"traceId":"3afbf7a6b5d87e13"},{"name":"css-minimizer-plugin","duration":214,"timestamp":879890989174,"id":209,"parentId":17,"tags":{},"startTime":1754547240399,"traceId":"3afbf7a6b5d87e13"},{"name":"create-trace-assets","duration":3005,"timestamp":879890989511,"id":210,"parentId":18,"tags":{},"startTime":1754547240399,"traceId":"3afbf7a6b5d87e13"},{"name":"seal","duration":163268,"timestamp":879890837035,"id":159,"parentId":17,"tags":{},"startTime":1754547240247,"traceId":"3afbf7a6b5d87e13"},{"name":"webpack-compilation","duration":1177435,"timestamp":879889830555,"id":17,"parentId":14,"tags":{"name":"server"},"startTime":1754547239241,"traceId":"3afbf7a6b5d87e13"},{"name":"emit","duration":9660,"timestamp":879891008290,"id":211,"parentId":14,"tags":{},"startTime":1754547240418,"traceId":"3afbf7a6b5d87e13"},{"name":"webpack-close","duration":62627,"timestamp":879891018916,"id":212,"parentId":14,"tags":{"name":"server"},"startTime":1754547240429,"traceId":"3afbf7a6b5d87e13"},{"name":"webpack-generate-error-stats","duration":1365,"timestamp":879891081580,"id":213,"parentId":212,"tags":{},"startTime":1754547240492,"traceId":"3afbf7a6b5d87e13"}]
2
+ [{"name":"run-webpack-compiler","duration":1537666,"timestamp":879889545581,"id":14,"parentId":13,"tags":{},"startTime":1754547238956,"traceId":"3afbf7a6b5d87e13"},{"name":"format-webpack-messages","duration":47,"timestamp":879891083250,"id":214,"parentId":13,"tags":{},"startTime":1754547240493,"traceId":"3afbf7a6b5d87e13"},{"name":"worker-main-server","duration":1538007,"timestamp":879889545379,"id":13,"parentId":1,"tags":{},"startTime":1754547238955,"traceId":"3afbf7a6b5d87e13"},{"name":"create-entrypoints","duration":11845,"timestamp":879891412582,"id":218,"parentId":216,"tags":{},"startTime":1754547240823,"traceId":"3afbf7a6b5d87e13"},{"name":"generate-webpack-config","duration":215627,"timestamp":879891424524,"id":219,"parentId":217,"tags":{},"startTime":1754547240834,"traceId":"3afbf7a6b5d87e13"},{"name":"make","duration":418,"timestamp":879891697035,"id":221,"parentId":220,"tags":{},"startTime":1754547241107,"traceId":"3afbf7a6b5d87e13"},{"name":"chunk-graph","duration":449,"timestamp":879891698984,"id":223,"parentId":222,"tags":{},"startTime":1754547241109,"traceId":"3afbf7a6b5d87e13"},{"name":"optimize-modules","duration":14,"timestamp":879891699494,"id":225,"parentId":222,"tags":{},"startTime":1754547241109,"traceId":"3afbf7a6b5d87e13"},{"name":"optimize-chunks","duration":481,"timestamp":879891699556,"id":226,"parentId":222,"tags":{},"startTime":1754547241109,"traceId":"3afbf7a6b5d87e13"},{"name":"optimize-tree","duration":61,"timestamp":879891700072,"id":227,"parentId":222,"tags":{},"startTime":1754547241110,"traceId":"3afbf7a6b5d87e13"},{"name":"optimize-chunk-modules","duration":265,"timestamp":879891700233,"id":228,"parentId":222,"tags":{},"startTime":1754547241110,"traceId":"3afbf7a6b5d87e13"},{"name":"optimize","duration":1195,"timestamp":879891699466,"id":224,"parentId":222,"tags":{},"startTime":1754547241109,"traceId":"3afbf7a6b5d87e13"},{"name":"module-hash","duration":43,"timestamp":879891701129,"id":229,"parentId":222,"tags":{},"startTime":1754547241111,"traceId":"3afbf7a6b5d87e13"},{"name":"code-generation","duration":113,"timestamp":879891701188,"id":230,"parentId":222,"tags":{},"startTime":1754547241111,"traceId":"3afbf7a6b5d87e13"},{"name":"hash","duration":209,"timestamp":879891701512,"id":231,"parentId":222,"tags":{},"startTime":1754547241111,"traceId":"3afbf7a6b5d87e13"},{"name":"code-generation-jobs","duration":61,"timestamp":879891701720,"id":232,"parentId":222,"tags":{},"startTime":1754547241112,"traceId":"3afbf7a6b5d87e13"},{"name":"module-assets","duration":38,"timestamp":879891701768,"id":233,"parentId":222,"tags":{},"startTime":1754547241112,"traceId":"3afbf7a6b5d87e13"},{"name":"create-chunk-assets","duration":104,"timestamp":879891701811,"id":234,"parentId":222,"tags":{},"startTime":1754547241112,"traceId":"3afbf7a6b5d87e13"},{"name":"minify-js","duration":173,"timestamp":879891708100,"id":236,"parentId":235,"tags":{"name":"interception-route-rewrite-manifest.js","cache":"HIT"},"startTime":1754547241118,"traceId":"3afbf7a6b5d87e13"},{"name":"minify-webpack-plugin-optimize","duration":1933,"timestamp":879891706347,"id":235,"parentId":220,"tags":{"compilationName":"edge-server","mangle":"true"},"startTime":1754547241116,"traceId":"3afbf7a6b5d87e13"},{"name":"css-minimizer-plugin","duration":78,"timestamp":879891708332,"id":237,"parentId":220,"tags":{},"startTime":1754547241118,"traceId":"3afbf7a6b5d87e13"},{"name":"seal","duration":11841,"timestamp":879891698666,"id":222,"parentId":220,"tags":{},"startTime":1754547241109,"traceId":"3afbf7a6b5d87e13"},{"name":"webpack-compilation","duration":18404,"timestamp":879891692297,"id":220,"parentId":217,"tags":{"name":"edge-server"},"startTime":1754547241102,"traceId":"3afbf7a6b5d87e13"},{"name":"emit","duration":1818,"timestamp":879891710907,"id":238,"parentId":217,"tags":{},"startTime":1754547241121,"traceId":"3afbf7a6b5d87e13"},{"name":"webpack-close","duration":380,"timestamp":879891713248,"id":239,"parentId":217,"tags":{"name":"edge-server"},"startTime":1754547241123,"traceId":"3afbf7a6b5d87e13"},{"name":"webpack-generate-error-stats","duration":1347,"timestamp":879891713653,"id":240,"parentId":239,"tags":{},"startTime":1754547241124,"traceId":"3afbf7a6b5d87e13"},{"name":"run-webpack-compiler","duration":302480,"timestamp":879891412578,"id":217,"parentId":216,"tags":{},"startTime":1754547240823,"traceId":"3afbf7a6b5d87e13"},{"name":"format-webpack-messages","duration":41,"timestamp":879891715061,"id":241,"parentId":216,"tags":{},"startTime":1754547241125,"traceId":"3afbf7a6b5d87e13"},{"name":"worker-main-edge-server","duration":302793,"timestamp":879891412375,"id":216,"parentId":1,"tags":{},"startTime":1754547240822,"traceId":"3afbf7a6b5d87e13"},{"name":"create-entrypoints","duration":11139,"timestamp":879892034000,"id":244,"parentId":242,"tags":{},"startTime":1754547241444,"traceId":"3afbf7a6b5d87e13"},{"name":"generate-webpack-config","duration":176206,"timestamp":879892045229,"id":245,"parentId":243,"tags":{},"startTime":1754547241455,"traceId":"3afbf7a6b5d87e13"},{"name":"add-entry","duration":89838,"timestamp":879892277441,"id":256,"parentId":247,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1754547241687,"traceId":"3afbf7a6b5d87e13"},{"name":"add-entry","duration":89839,"timestamp":879892277458,"id":257,"parentId":247,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1754547241687,"traceId":"3afbf7a6b5d87e13"},{"name":"add-entry","duration":89826,"timestamp":879892277475,"id":258,"parentId":247,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1754547241687,"traceId":"3afbf7a6b5d87e13"},{"name":"add-entry","duration":89735,"timestamp":879892277570,"id":259,"parentId":247,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1754547241688,"traceId":"3afbf7a6b5d87e13"},{"name":"add-entry","duration":89730,"timestamp":879892277579,"id":260,"parentId":247,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1754547241688,"traceId":"3afbf7a6b5d87e13"},{"name":"add-entry","duration":89721,"timestamp":879892277590,"id":261,"parentId":247,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1754547241688,"traceId":"3afbf7a6b5d87e13"},{"name":"add-entry","duration":89718,"timestamp":879892277596,"id":262,"parentId":247,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1754547241688,"traceId":"3afbf7a6b5d87e13"},{"name":"add-entry","duration":89718,"timestamp":879892277600,"id":263,"parentId":247,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1754547241688,"traceId":"3afbf7a6b5d87e13"},{"name":"add-entry","duration":89780,"timestamp":879892277605,"id":264,"parentId":247,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1754547241688,"traceId":"3afbf7a6b5d87e13"},{"name":"add-entry","duration":89708,"timestamp":879892277690,"id":265,"parentId":247,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1754547241688,"traceId":"3afbf7a6b5d87e13"},{"name":"add-entry","duration":89704,"timestamp":879892277698,"id":266,"parentId":247,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1754547241688,"traceId":"3afbf7a6b5d87e13"},{"name":"add-entry","duration":89702,"timestamp":879892277701,"id":267,"parentId":247,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1754547241688,"traceId":"3afbf7a6b5d87e13"},{"name":"add-entry","duration":89701,"timestamp":879892277703,"id":268,"parentId":247,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1754547241688,"traceId":"3afbf7a6b5d87e13"},{"name":"add-entry","duration":89700,"timestamp":879892277706,"id":269,"parentId":247,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1754547241688,"traceId":"3afbf7a6b5d87e13"},{"name":"add-entry","duration":89694,"timestamp":879892277712,"id":270,"parentId":247,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1754547241688,"traceId":"3afbf7a6b5d87e13"},{"name":"add-entry","duration":89694,"timestamp":879892277714,"id":271,"parentId":247,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1754547241688,"traceId":"3afbf7a6b5d87e13"},{"name":"add-entry","duration":89695,"timestamp":879892277716,"id":272,"parentId":247,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1754547241688,"traceId":"3afbf7a6b5d87e13"},{"name":"add-entry","duration":89701,"timestamp":879892277718,"id":273,"parentId":247,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1754547241688,"traceId":"3afbf7a6b5d87e13"},{"name":"add-entry","duration":89701,"timestamp":879892277719,"id":274,"parentId":247,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1754547241688,"traceId":"3afbf7a6b5d87e13"},{"name":"add-entry","duration":89701,"timestamp":879892277720,"id":275,"parentId":247,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1754547241688,"traceId":"3afbf7a6b5d87e13"},{"name":"add-entry","duration":89700,"timestamp":879892277722,"id":276,"parentId":247,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1754547241688,"traceId":"3afbf7a6b5d87e13"},{"name":"add-entry","duration":89699,"timestamp":879892277723,"id":277,"parentId":247,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1754547241688,"traceId":"3afbf7a6b5d87e13"},{"name":"add-entry","duration":165426,"timestamp":879892277381,"id":251,"parentId":247,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fclient%2Fcomponents%2Fnot-found-error&page=%2F_not-found%2Fpage!"},"startTime":1754547241687,"traceId":"3afbf7a6b5d87e13"},{"name":"add-entry","duration":168736,"timestamp":879892277433,"id":255,"parentId":247,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fedy%2FDocuments%2FCoding%2Fprime-dev-cli%2Fpackages%2Fserver%2Fsrc%2Fapp%2Fglobals.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1754547241687,"traceId":"3afbf7a6b5d87e13"},{"name":"add-entry","duration":196858,"timestamp":879892277396,"id":252,"parentId":247,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1754547241687,"traceId":"3afbf7a6b5d87e13"},{"name":"add-entry","duration":205889,"timestamp":879892277426,"id":254,"parentId":247,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1754547241687,"traceId":"3afbf7a6b5d87e13"},{"name":"add-entry","duration":206137,"timestamp":879892277725,"id":278,"parentId":247,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fedy%2FDocuments%2FCoding%2Fprime-dev-cli%2Fpackages%2Fserver%2Fsrc%2Fcomponents%2Fproject-initializer.tsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&server=false!"},"startTime":1754547241688,"traceId":"3afbf7a6b5d87e13"},{"name":"add-entry","duration":214174,"timestamp":879892277418,"id":253,"parentId":247,"tags":{"request":"/Users/edy/Documents/Coding/prime-dev-cli/node_modules/.pnpm/next@15.3.4_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/router.js"},"startTime":1754547241687,"traceId":"3afbf7a6b5d87e13"},{"name":"add-entry","duration":224895,"timestamp":879892276987,"id":248,"parentId":247,"tags":{"request":"./../../node_modules/.pnpm/next@15.3.4_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/next.js"},"startTime":1754547241687,"traceId":"3afbf7a6b5d87e13"},{"name":"add-entry","duration":227729,"timestamp":879892277288,"id":250,"parentId":247,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fedy%2FDocuments%2FCoding%2Fprime-dev-cli%2Fnode_modules%2F.pnpm%2Fnext%4015.3.4_react-dom%4019.1.0_react%4019.1.0__react%4019.1.0%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fedy%2FDocuments%2FCoding%2Fprime-dev-cli%2Fnode_modules%2F.pnpm%2Fnext%4015.3.4_react-dom%4019.1.0_react%4019.1.0__react%4019.1.0%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-segment.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fedy%2FDocuments%2FCoding%2Fprime-dev-cli%2Fnode_modules%2F.pnpm%2Fnext%4015.3.4_react-dom%4019.1.0_react%4019.1.0__react%4019.1.0%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fedy%2FDocuments%2FCoding%2Fprime-dev-cli%2Fnode_modules%2F.pnpm%2Fnext%4015.3.4_react-dom%4019.1.0_react%4019.1.0__react%4019.1.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%2FUsers%2Fedy%2FDocuments%2FCoding%2Fprime-dev-cli%2Fnode_modules%2F.pnpm%2Fnext%4015.3.4_react-dom%4019.1.0_react%4019.1.0__react%4019.1.0%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fedy%2FDocuments%2FCoding%2Fprime-dev-cli%2Fnode_modules%2F.pnpm%2Fnext%4015.3.4_react-dom%4019.1.0_react%4019.1.0__react%4019.1.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%2FUsers%2Fedy%2FDocuments%2FCoding%2Fprime-dev-cli%2Fnode_modules%2F.pnpm%2Fnext%4015.3.4_react-dom%4019.1.0_react%4019.1.0__react%4019.1.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%2FUsers%2Fedy%2FDocuments%2FCoding%2Fprime-dev-cli%2Fnode_modules%2F.pnpm%2Fnext%4015.3.4_react-dom%4019.1.0_react%4019.1.0__react%4019.1.0%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1754547241687,"traceId":"3afbf7a6b5d87e13"},{"name":"add-entry","duration":230127,"timestamp":879892277265,"id":249,"parentId":247,"tags":{"request":"./../../node_modules/.pnpm/next@15.3.4_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/app-next.js"},"startTime":1754547241687,"traceId":"3afbf7a6b5d87e13"},{"name":"add-entry","duration":241802,"timestamp":879892277728,"id":279,"parentId":247,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fedy%2FDocuments%2FCoding%2Fprime-dev-cli%2Fpackages%2Fserver%2Fsrc%2Fapp%2Fconfiguration%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1754547241688,"traceId":"3afbf7a6b5d87e13"},{"name":"make","duration":242931,"timestamp":879892276775,"id":247,"parentId":246,"tags":{},"startTime":1754547241687,"traceId":"3afbf7a6b5d87e13"},{"name":"chunk-graph","duration":9980,"timestamp":879892537283,"id":281,"parentId":280,"tags":{},"startTime":1754547241947,"traceId":"3afbf7a6b5d87e13"},{"name":"optimize-modules","duration":14,"timestamp":879892547349,"id":283,"parentId":280,"tags":{},"startTime":1754547241957,"traceId":"3afbf7a6b5d87e13"},{"name":"optimize-chunks","duration":8495,"timestamp":879892548710,"id":285,"parentId":280,"tags":{},"startTime":1754547241959,"traceId":"3afbf7a6b5d87e13"},{"name":"optimize-tree","duration":68,"timestamp":879892557258,"id":286,"parentId":280,"tags":{},"startTime":1754547241967,"traceId":"3afbf7a6b5d87e13"},{"name":"optimize-chunk-modules","duration":12301,"timestamp":879892557368,"id":287,"parentId":280,"tags":{},"startTime":1754547241967,"traceId":"3afbf7a6b5d87e13"},{"name":"optimize","duration":22491,"timestamp":879892547314,"id":282,"parentId":280,"tags":{},"startTime":1754547241957,"traceId":"3afbf7a6b5d87e13"},{"name":"module-hash","duration":10627,"timestamp":879892581109,"id":288,"parentId":280,"tags":{},"startTime":1754547241991,"traceId":"3afbf7a6b5d87e13"},{"name":"code-generation","duration":2189,"timestamp":879892591784,"id":289,"parentId":280,"tags":{},"startTime":1754547242002,"traceId":"3afbf7a6b5d87e13"},{"name":"hash","duration":6508,"timestamp":879892597241,"id":290,"parentId":280,"tags":{},"startTime":1754547242007,"traceId":"3afbf7a6b5d87e13"},{"name":"code-generation-jobs","duration":237,"timestamp":879892603748,"id":291,"parentId":280,"tags":{},"startTime":1754547242014,"traceId":"3afbf7a6b5d87e13"},{"name":"module-assets","duration":238,"timestamp":879892603900,"id":292,"parentId":280,"tags":{},"startTime":1754547242014,"traceId":"3afbf7a6b5d87e13"},{"name":"create-chunk-assets","duration":2252,"timestamp":879892604142,"id":293,"parentId":280,"tags":{},"startTime":1754547242014,"traceId":"3afbf7a6b5d87e13"},{"name":"NextJsBuildManifest-generateClientManifest","duration":994,"timestamp":879892607598,"id":295,"parentId":246,"tags":{},"startTime":1754547242018,"traceId":"3afbf7a6b5d87e13"},{"name":"NextJsBuildManifest-createassets","duration":1565,"timestamp":879892607032,"id":294,"parentId":246,"tags":{},"startTime":1754547242017,"traceId":"3afbf7a6b5d87e13"},{"name":"minify-js","duration":626,"timestamp":879892612814,"id":297,"parentId":296,"tags":{"name":"static/chunks/main-5057d359c86395ff.js","cache":"HIT"},"startTime":1754547242023,"traceId":"3afbf7a6b5d87e13"},{"name":"minify-js","duration":549,"timestamp":879892612896,"id":298,"parentId":296,"tags":{"name":"static/chunks/main-app-204ad1b9f48b1359.js","cache":"HIT"},"startTime":1754547242023,"traceId":"3afbf7a6b5d87e13"},{"name":"minify-js","duration":543,"timestamp":879892612903,"id":299,"parentId":296,"tags":{"name":"static/chunks/app/_not-found/page-95616ed7a70b84d7.js","cache":"HIT"},"startTime":1754547242023,"traceId":"3afbf7a6b5d87e13"},{"name":"minify-js","duration":539,"timestamp":879892612907,"id":300,"parentId":296,"tags":{"name":"static/chunks/pages/_app-3679013cc4e97ce6.js","cache":"HIT"},"startTime":1754547242023,"traceId":"3afbf7a6b5d87e13"},{"name":"minify-js","duration":535,"timestamp":879892612912,"id":301,"parentId":296,"tags":{"name":"static/chunks/pages/_error-0822a2d0b86fca98.js","cache":"HIT"},"startTime":1754547242023,"traceId":"3afbf7a6b5d87e13"},{"name":"minify-js","duration":532,"timestamp":879892612916,"id":302,"parentId":296,"tags":{"name":"static/chunks/app/layout-882f4e368aeaff73.js","cache":"HIT"},"startTime":1754547242023,"traceId":"3afbf7a6b5d87e13"},{"name":"minify-js","duration":528,"timestamp":879892612920,"id":303,"parentId":296,"tags":{"name":"static/chunks/app/api/cleanup-mock/route-bbcac882e4f160cb.js","cache":"HIT"},"startTime":1754547242023,"traceId":"3afbf7a6b5d87e13"},{"name":"minify-js","duration":525,"timestamp":879892612924,"id":304,"parentId":296,"tags":{"name":"static/chunks/app/api/check-mock-intercept/route-21db47c08229689f.js","cache":"HIT"},"startTime":1754547242023,"traceId":"3afbf7a6b5d87e13"},{"name":"minify-js","duration":522,"timestamp":879892612928,"id":305,"parentId":296,"tags":{"name":"static/chunks/app/api/cleanup-project/route-16fdad40de98b440.js","cache":"HIT"},"startTime":1754547242023,"traceId":"3afbf7a6b5d87e13"},{"name":"minify-js","duration":519,"timestamp":879892612931,"id":306,"parentId":296,"tags":{"name":"static/chunks/app/api/all-projects-envs/route-312524aaaaffe75e.js","cache":"HIT"},"startTime":1754547242023,"traceId":"3afbf7a6b5d87e13"},{"name":"minify-js","duration":513,"timestamp":879892612937,"id":307,"parentId":296,"tags":{"name":"static/chunks/app/api/get-mock-data/route-e8c5eb5bfef356e4.js","cache":"HIT"},"startTime":1754547242023,"traceId":"3afbf7a6b5d87e13"},{"name":"minify-js","duration":509,"timestamp":879892612942,"id":308,"parentId":296,"tags":{"name":"static/chunks/app/api/check-workspace/route-ea618578d55f6d3e.js","cache":"HIT"},"startTime":1754547242023,"traceId":"3afbf7a6b5d87e13"},{"name":"minify-js","duration":505,"timestamp":879892612946,"id":309,"parentId":296,"tags":{"name":"static/chunks/app/api/microapp-proxy-config/route-ad103dba19eb36c2.js","cache":"HIT"},"startTime":1754547242023,"traceId":"3afbf7a6b5d87e13"},{"name":"minify-js","duration":501,"timestamp":879892612951,"id":310,"parentId":296,"tags":{"name":"static/chunks/app/api/microapp-proxy-change-stream/route-92fea0302ce9e17c.js","cache":"HIT"},"startTime":1754547242023,"traceId":"3afbf7a6b5d87e13"},{"name":"minify-js","duration":496,"timestamp":879892612956,"id":311,"parentId":296,"tags":{"name":"static/chunks/app/api/mock-file-content/route-ed711cf05050ae4b.js","cache":"HIT"},"startTime":1754547242023,"traceId":"3afbf7a6b5d87e13"},{"name":"minify-js","duration":487,"timestamp":879892612966,"id":312,"parentId":296,"tags":{"name":"static/chunks/app/api/mock-open-status/route-2397a28b4e49887e.js","cache":"HIT"},"startTime":1754547242023,"traceId":"3afbf7a6b5d87e13"},{"name":"minify-js","duration":482,"timestamp":879892612971,"id":313,"parentId":296,"tags":{"name":"static/chunks/app/api/initialize-workspace/route-a546e3abb74bc427.js","cache":"HIT"},"startTime":1754547242023,"traceId":"3afbf7a6b5d87e13"},{"name":"minify-js","duration":479,"timestamp":879892612975,"id":314,"parentId":296,"tags":{"name":"static/chunks/app/api/mock-setting/route-fc5ad9735304a090.js","cache":"HIT"},"startTime":1754547242023,"traceId":"3afbf7a6b5d87e13"},{"name":"minify-js","duration":369,"timestamp":879892613086,"id":315,"parentId":296,"tags":{"name":"static/chunks/app/api/mock-file/route-d8676439ef29db7c.js","cache":"HIT"},"startTime":1754547242023,"traceId":"3afbf7a6b5d87e13"},{"name":"minify-js","duration":362,"timestamp":879892613093,"id":316,"parentId":296,"tags":{"name":"static/chunks/app/api/open-all-mock/route-57687ce93101e033.js","cache":"HIT"},"startTime":1754547242023,"traceId":"3afbf7a6b5d87e13"},{"name":"minify-js","duration":358,"timestamp":879892613098,"id":317,"parentId":296,"tags":{"name":"static/chunks/app/api/process/logs/stream/route-e3aa80178b56d92e.js","cache":"HIT"},"startTime":1754547242023,"traceId":"3afbf7a6b5d87e13"},{"name":"minify-js","duration":354,"timestamp":879892613102,"id":318,"parentId":296,"tags":{"name":"static/chunks/app/api/process/logs/route-2dda16be53467324.js","cache":"HIT"},"startTime":1754547242023,"traceId":"3afbf7a6b5d87e13"},{"name":"minify-js","duration":347,"timestamp":879892613109,"id":319,"parentId":296,"tags":{"name":"static/chunks/app/api/open-project/route-33e8ebae3ec34cf6.js","cache":"HIT"},"startTime":1754547242023,"traceId":"3afbf7a6b5d87e13"}]
3
+ [{"name":"minify-js","duration":343,"timestamp":879892613114,"id":320,"parentId":296,"tags":{"name":"static/chunks/app/api/process/start/route-4fe85c59a6cf5d14.js","cache":"HIT"},"startTime":1754547242023,"traceId":"3afbf7a6b5d87e13"},{"name":"minify-js","duration":340,"timestamp":879892613118,"id":321,"parentId":296,"tags":{"name":"static/chunks/app/api/process/status/route-9dadfb92dd227115.js","cache":"HIT"},"startTime":1754547242023,"traceId":"3afbf7a6b5d87e13"},{"name":"minify-js","duration":337,"timestamp":879892613121,"id":322,"parentId":296,"tags":{"name":"static/chunks/app/api/retry-project/route-ed8eb5f938cd3503.js","cache":"HIT"},"startTime":1754547242023,"traceId":"3afbf7a6b5d87e13"},{"name":"minify-js","duration":334,"timestamp":879892613125,"id":323,"parentId":296,"tags":{"name":"static/chunks/app/api/project-config/route-0d5799a7d2a92f24.js","cache":"HIT"},"startTime":1754547242023,"traceId":"3afbf7a6b5d87e13"},{"name":"minify-js","duration":331,"timestamp":879892613128,"id":324,"parentId":296,"tags":{"name":"static/chunks/app/page-46b160ccc2d2f6fd.js","cache":"HIT"},"startTime":1754547242023,"traceId":"3afbf7a6b5d87e13"},{"name":"minify-js","duration":329,"timestamp":879892613131,"id":325,"parentId":296,"tags":{"name":"static/chunks/app/initialization/page-9c8eb31c4b362777.js","cache":"HIT"},"startTime":1754547242023,"traceId":"3afbf7a6b5d87e13"},{"name":"minify-js","duration":326,"timestamp":879892613134,"id":326,"parentId":296,"tags":{"name":"static/chunks/app/configuration/page-c873f4a20842fe9f.js","cache":"HIT"},"startTime":1754547242023,"traceId":"3afbf7a6b5d87e13"},{"name":"minify-js","duration":323,"timestamp":879892613137,"id":327,"parentId":296,"tags":{"name":"static/chunks/webpack-d5f30c51b0af95c2.js","cache":"HIT"},"startTime":1754547242023,"traceId":"3afbf7a6b5d87e13"},{"name":"minify-js","duration":320,"timestamp":879892613141,"id":328,"parentId":296,"tags":{"name":"static/chunks/framework-4f3c796c070f0605.js","cache":"HIT"},"startTime":1754547242023,"traceId":"3afbf7a6b5d87e13"},{"name":"minify-js","duration":318,"timestamp":879892613144,"id":329,"parentId":296,"tags":{"name":"static/chunks/b8f30182-a6d2a523c696fa81.js","cache":"HIT"},"startTime":1754547242023,"traceId":"3afbf7a6b5d87e13"},{"name":"minify-js","duration":315,"timestamp":879892613147,"id":330,"parentId":296,"tags":{"name":"static/chunks/167-e44cb396108f68cd.js","cache":"HIT"},"startTime":1754547242023,"traceId":"3afbf7a6b5d87e13"},{"name":"minify-js","duration":313,"timestamp":879892613150,"id":331,"parentId":296,"tags":{"name":"static/chunks/180-8dacaec05f53f53f.js","cache":"HIT"},"startTime":1754547242023,"traceId":"3afbf7a6b5d87e13"},{"name":"minify-js","duration":310,"timestamp":879892613153,"id":332,"parentId":296,"tags":{"name":"static/chunks/495-1a64c3075b5b8ac4.js","cache":"HIT"},"startTime":1754547242023,"traceId":"3afbf7a6b5d87e13"},{"name":"minify-js","duration":308,"timestamp":879892613156,"id":333,"parentId":296,"tags":{"name":"server/middleware-react-loadable-manifest.js","cache":"HIT"},"startTime":1754547242023,"traceId":"3afbf7a6b5d87e13"},{"name":"minify-js","duration":58,"timestamp":879892613406,"id":335,"parentId":296,"tags":{"name":"server/middleware-build-manifest.js","cache":"HIT"},"startTime":1754547242023,"traceId":"3afbf7a6b5d87e13"},{"name":"minify-js","duration":28,"timestamp":879892613436,"id":337,"parentId":296,"tags":{"name":"server/next-font-manifest.js","cache":"HIT"},"startTime":1754547242023,"traceId":"3afbf7a6b5d87e13"},{"name":"minify-js","duration":1871,"timestamp":879892613161,"id":334,"parentId":296,"tags":{"name":"static/4EggIRp7gmu3C68Fsraff/_ssgManifest.js","cache":"MISS"},"startTime":1754547242023,"traceId":"3afbf7a6b5d87e13"},{"name":"minify-js","duration":1648,"timestamp":879892613411,"id":336,"parentId":296,"tags":{"name":"static/4EggIRp7gmu3C68Fsraff/_buildManifest.js","cache":"MISS"},"startTime":1754547242023,"traceId":"3afbf7a6b5d87e13"},{"name":"minify-webpack-plugin-optimize","duration":5435,"timestamp":879892609625,"id":296,"parentId":246,"tags":{"compilationName":"client","mangle":"true"},"startTime":1754547242020,"traceId":"3afbf7a6b5d87e13"},{"name":"minify-css","duration":67,"timestamp":879892615254,"id":339,"parentId":338,"tags":{"file":"static/css/79c9aa5d80d5cf1a.css","cache":"HIT"},"startTime":1754547242025,"traceId":"3afbf7a6b5d87e13"},{"name":"css-minimizer-plugin","duration":197,"timestamp":879892615125,"id":338,"parentId":246,"tags":{},"startTime":1754547242025,"traceId":"3afbf7a6b5d87e13"},{"name":"seal","duration":93123,"timestamp":879892529108,"id":280,"parentId":246,"tags":{},"startTime":1754547241939,"traceId":"3afbf7a6b5d87e13"},{"name":"webpack-compilation","duration":349543,"timestamp":879892272852,"id":246,"parentId":243,"tags":{"name":"client"},"startTime":1754547241683,"traceId":"3afbf7a6b5d87e13"},{"name":"emit","duration":7493,"timestamp":879892622588,"id":340,"parentId":243,"tags":{},"startTime":1754547242033,"traceId":"3afbf7a6b5d87e13"},{"name":"webpack-close","duration":28147,"timestamp":879892630951,"id":341,"parentId":243,"tags":{"name":"client"},"startTime":1754547242041,"traceId":"3afbf7a6b5d87e13"},{"name":"webpack-generate-error-stats","duration":1347,"timestamp":879892659136,"id":342,"parentId":341,"tags":{},"startTime":1754547242069,"traceId":"3afbf7a6b5d87e13"},{"name":"run-webpack-compiler","duration":626638,"timestamp":879892033996,"id":243,"parentId":242,"tags":{},"startTime":1754547241444,"traceId":"3afbf7a6b5d87e13"},{"name":"format-webpack-messages","duration":40,"timestamp":879892660637,"id":343,"parentId":242,"tags":{},"startTime":1754547242071,"traceId":"3afbf7a6b5d87e13"},{"name":"worker-main-client","duration":626958,"timestamp":879892033793,"id":242,"parentId":1,"tags":{},"startTime":1754547241444,"traceId":"3afbf7a6b5d87e13"},{"name":"verify-and-lint","duration":1305889,"timestamp":879892673651,"id":347,"parentId":1,"tags":{},"startTime":1754547242084,"traceId":"3afbf7a6b5d87e13"},{"name":"verify-typescript-setup","duration":2309383,"timestamp":879892672485,"id":346,"parentId":1,"tags":{},"startTime":1754547242082,"traceId":"3afbf7a6b5d87e13"},{"name":"check-static-error-page","duration":2251,"timestamp":879894991333,"id":350,"parentId":349,"tags":{},"startTime":1754547244401,"traceId":"3afbf7a6b5d87e13"},{"name":"check-page","duration":2065,"timestamp":879895002973,"id":351,"parentId":349,"tags":{"page":"/_app"},"startTime":1754547244413,"traceId":"3afbf7a6b5d87e13"},{"name":"check-page","duration":1542,"timestamp":879895003508,"id":353,"parentId":349,"tags":{"page":"/_document"},"startTime":1754547244413,"traceId":"3afbf7a6b5d87e13"},{"name":"check-page","duration":2582,"timestamp":879895003445,"id":352,"parentId":349,"tags":{"page":"/_error"},"startTime":1754547244413,"traceId":"3afbf7a6b5d87e13"},{"name":"is-page-static","duration":266379,"timestamp":879895009286,"id":380,"parentId":379,"tags":{},"startTime":1754547244419,"traceId":"3afbf7a6b5d87e13"},{"name":"check-page","duration":271130,"timestamp":879895004650,"id":379,"parentId":349,"tags":{"page":"/favicon.ico"},"startTime":1754547244415,"traceId":"3afbf7a6b5d87e13"},{"name":"is-page-static","duration":274982,"timestamp":879895009434,"id":381,"parentId":355,"tags":{},"startTime":1754547244419,"traceId":"3afbf7a6b5d87e13"},{"name":"check-page","duration":280813,"timestamp":879895003637,"id":355,"parentId":349,"tags":{"page":"/api/all-projects-envs"},"startTime":1754547244414,"traceId":"3afbf7a6b5d87e13"},{"name":"is-page-static","duration":274928,"timestamp":879895009814,"id":387,"parentId":363,"tags":{},"startTime":1754547244420,"traceId":"3afbf7a6b5d87e13"},{"name":"check-page","duration":280761,"timestamp":879895003991,"id":363,"parentId":349,"tags":{"page":"/api/microapp-proxy-config"},"startTime":1754547244414,"traceId":"3afbf7a6b5d87e13"},{"name":"is-page-static","duration":275831,"timestamp":879895009610,"id":383,"parentId":358,"tags":{},"startTime":1754547244420,"traceId":"3afbf7a6b5d87e13"},{"name":"check-page","duration":281726,"timestamp":879895003756,"id":358,"parentId":349,"tags":{"page":"/api/cleanup-mock"},"startTime":1754547244414,"traceId":"3afbf7a6b5d87e13"},{"name":"is-page-static","duration":279626,"timestamp":879895009840,"id":388,"parentId":362,"tags":{},"startTime":1754547244420,"traceId":"3afbf7a6b5d87e13"},{"name":"check-page","duration":285529,"timestamp":879895003961,"id":362,"parentId":349,"tags":{"page":"/api/microapp-proxy-change-stream"},"startTime":1754547244414,"traceId":"3afbf7a6b5d87e13"},{"name":"is-page-static","duration":279566,"timestamp":879895009975,"id":390,"parentId":364,"tags":{},"startTime":1754547244420,"traceId":"3afbf7a6b5d87e13"},{"name":"check-page","duration":285519,"timestamp":879895004027,"id":364,"parentId":349,"tags":{"page":"/api/mock-file-content"},"startTime":1754547244414,"traceId":"3afbf7a6b5d87e13"},{"name":"is-page-static","duration":281252,"timestamp":879895009564,"id":382,"parentId":354,"tags":{},"startTime":1754547244420,"traceId":"3afbf7a6b5d87e13"},{"name":"check-page","duration":287311,"timestamp":879895003525,"id":354,"parentId":349,"tags":{"page":"/_not-found"},"startTime":1754547244413,"traceId":"3afbf7a6b5d87e13"},{"name":"is-page-static","duration":284659,"timestamp":879895009720,"id":384,"parentId":359,"tags":{},"startTime":1754547244420,"traceId":"3afbf7a6b5d87e13"},{"name":"check-page","duration":290616,"timestamp":879895003787,"id":359,"parentId":349,"tags":{"page":"/api/cleanup-project"},"startTime":1754547244414,"traceId":"3afbf7a6b5d87e13"},{"name":"is-page-static","duration":284471,"timestamp":879895009986,"id":391,"parentId":356,"tags":{},"startTime":1754547244420,"traceId":"3afbf7a6b5d87e13"},{"name":"check-page","duration":290776,"timestamp":879895003687,"id":356,"parentId":349,"tags":{"page":"/api/check-mock-intercept"},"startTime":1754547244414,"traceId":"3afbf7a6b5d87e13"},{"name":"is-page-static","duration":286167,"timestamp":879895010056,"id":392,"parentId":365,"tags":{},"startTime":1754547244420,"traceId":"3afbf7a6b5d87e13"},{"name":"check-page","duration":292186,"timestamp":879895004055,"id":365,"parentId":349,"tags":{"page":"/api/mock-file"},"startTime":1754547244414,"traceId":"3afbf7a6b5d87e13"},{"name":"is-page-static","duration":288972,"timestamp":879895010079,"id":394,"parentId":367,"tags":{},"startTime":1754547244420,"traceId":"3afbf7a6b5d87e13"},{"name":"check-page","duration":294985,"timestamp":879895004121,"id":367,"parentId":349,"tags":{"page":"/api/mock-setting"},"startTime":1754547244414,"traceId":"3afbf7a6b5d87e13"},{"name":"is-page-static","duration":289133,"timestamp":879895010071,"id":393,"parentId":366,"tags":{},"startTime":1754547244420,"traceId":"3afbf7a6b5d87e13"},{"name":"check-page","duration":295128,"timestamp":879895004090,"id":366,"parentId":349,"tags":{"page":"/api/mock-open-status"},"startTime":1754547244414,"traceId":"3afbf7a6b5d87e13"},{"name":"is-page-static","duration":293237,"timestamp":879895010105,"id":397,"parentId":370,"tags":{},"startTime":1754547244420,"traceId":"3afbf7a6b5d87e13"},{"name":"check-page","duration":299061,"timestamp":879895004307,"id":370,"parentId":349,"tags":{"page":"/api/process/logs"},"startTime":1754547244414,"traceId":"3afbf7a6b5d87e13"},{"name":"is-page-static","duration":293287,"timestamp":879895010115,"id":398,"parentId":371,"tags":{},"startTime":1754547244420,"traceId":"3afbf7a6b5d87e13"},{"name":"check-page","duration":299079,"timestamp":879895004333,"id":371,"parentId":349,"tags":{"page":"/api/process/logs/stream"},"startTime":1754547244414,"traceId":"3afbf7a6b5d87e13"},{"name":"is-page-static","duration":293488,"timestamp":879895009950,"id":389,"parentId":357,"tags":{},"startTime":1754547244420,"traceId":"3afbf7a6b5d87e13"},{"name":"check-page","duration":299721,"timestamp":879895003721,"id":357,"parentId":349,"tags":{"page":"/api/check-workspace"},"startTime":1754547244414,"traceId":"3afbf7a6b5d87e13"},{"name":"is-page-static","duration":295015,"timestamp":879895009754,"id":385,"parentId":360,"tags":{},"startTime":1754547244420,"traceId":"3afbf7a6b5d87e13"},{"name":"check-page","duration":300894,"timestamp":879895003896,"id":360,"parentId":349,"tags":{"page":"/api/get-mock-data"},"startTime":1754547244414,"traceId":"3afbf7a6b5d87e13"},{"name":"is-page-static","duration":295476,"timestamp":879895010222,"id":401,"parentId":374,"tags":{},"startTime":1754547244420,"traceId":"3afbf7a6b5d87e13"},{"name":"check-page","duration":301305,"timestamp":879895004421,"id":374,"parentId":349,"tags":{"page":"/api/project-config"},"startTime":1754547244414,"traceId":"3afbf7a6b5d87e13"},{"name":"is-page-static","duration":297259,"timestamp":879895010089,"id":395,"parentId":368,"tags":{},"startTime":1754547244420,"traceId":"3afbf7a6b5d87e13"},{"name":"check-page","duration":303123,"timestamp":879895004241,"id":368,"parentId":349,"tags":{"page":"/api/open-all-mock"},"startTime":1754547244414,"traceId":"3afbf7a6b5d87e13"},{"name":"is-page-static","duration":298919,"timestamp":879895010144,"id":400,"parentId":373,"tags":{},"startTime":1754547244420,"traceId":"3afbf7a6b5d87e13"},{"name":"check-page","duration":304716,"timestamp":879895004385,"id":373,"parentId":349,"tags":{"page":"/api/process/status"},"startTime":1754547244414,"traceId":"3afbf7a6b5d87e13"},{"name":"is-page-static","duration":300047,"timestamp":879895009791,"id":386,"parentId":361,"tags":{},"startTime":1754547244420,"traceId":"3afbf7a6b5d87e13"},{"name":"check-page","duration":305927,"timestamp":879895003932,"id":361,"parentId":349,"tags":{"page":"/api/initialize-workspace"},"startTime":1754547244414,"traceId":"3afbf7a6b5d87e13"},{"name":"is-page-static","duration":300790,"timestamp":879895010097,"id":396,"parentId":369,"tags":{},"startTime":1754547244420,"traceId":"3afbf7a6b5d87e13"},{"name":"check-page","duration":306621,"timestamp":879895004279,"id":369,"parentId":349,"tags":{"page":"/api/open-project"},"startTime":1754547244414,"traceId":"3afbf7a6b5d87e13"},{"name":"is-page-static","duration":301294,"timestamp":879895011979,"id":405,"parentId":378,"tags":{},"startTime":1754547244422,"traceId":"3afbf7a6b5d87e13"},{"name":"check-page","duration":308736,"timestamp":879895004624,"id":378,"parentId":349,"tags":{"page":"/"},"startTime":1754547244415,"traceId":"3afbf7a6b5d87e13"},{"name":"is-page-static","duration":304507,"timestamp":879895010132,"id":399,"parentId":372,"tags":{},"startTime":1754547244420,"traceId":"3afbf7a6b5d87e13"},{"name":"check-page","duration":310296,"timestamp":879895004358,"id":372,"parentId":349,"tags":{"page":"/api/process/start"},"startTime":1754547244414,"traceId":"3afbf7a6b5d87e13"},{"name":"is-page-static","duration":305533,"timestamp":879895010244,"id":402,"parentId":375,"tags":{},"startTime":1754547244420,"traceId":"3afbf7a6b5d87e13"},{"name":"check-page","duration":311350,"timestamp":879895004447,"id":375,"parentId":349,"tags":{"page":"/api/retry-project"},"startTime":1754547244414,"traceId":"3afbf7a6b5d87e13"},{"name":"is-page-static","duration":304453,"timestamp":879895011964,"id":403,"parentId":377,"tags":{},"startTime":1754547244422,"traceId":"3afbf7a6b5d87e13"},{"name":"check-page","duration":311853,"timestamp":879895004594,"id":377,"parentId":349,"tags":{"page":"/initialization"},"startTime":1754547244415,"traceId":"3afbf7a6b5d87e13"},{"name":"is-page-static","duration":309892,"timestamp":879895011976,"id":404,"parentId":376,"tags":{},"startTime":1754547244422,"traceId":"3afbf7a6b5d87e13"},{"name":"check-page","duration":317360,"timestamp":879895004537,"id":376,"parentId":349,"tags":{"page":"/configuration"},"startTime":1754547244414,"traceId":"3afbf7a6b5d87e13"},{"name":"static-check","duration":330956,"timestamp":879894990987,"id":349,"parentId":1,"tags":{},"startTime":1754547244401,"traceId":"3afbf7a6b5d87e13"},{"name":"generate-required-server-files","duration":394,"timestamp":879895322173,"id":407,"parentId":1,"tags":{},"startTime":1754547244732,"traceId":"3afbf7a6b5d87e13"},{"name":"write-routes-manifest","duration":2694,"timestamp":879895329582,"id":409,"parentId":1,"tags":{},"startTime":1754547244740,"traceId":"3afbf7a6b5d87e13"},{"name":"load-dotenv","duration":16,"timestamp":879895364981,"id":412,"parentId":411,"tags":{},"startTime":1754547244775,"traceId":"3afbf7a6b5d87e13"},{"name":"run-export-path-map","duration":290,"timestamp":879895781064,"id":413,"parentId":411,"tags":{},"startTime":1754547245191,"traceId":"3afbf7a6b5d87e13"},{"name":"next-export","duration":837999,"timestamp":879895364443,"id":411,"parentId":1,"tags":{},"startTime":1754547244774,"traceId":"3afbf7a6b5d87e13"},{"name":"move-exported-app-not-found-","duration":4127,"timestamp":879896203535,"id":414,"parentId":410,"tags":{},"startTime":1754547245614,"traceId":"3afbf7a6b5d87e13"},{"name":"move-exported-page","duration":38681,"timestamp":879896207774,"id":415,"parentId":410,"tags":{},"startTime":1754547245618,"traceId":"3afbf7a6b5d87e13"},{"name":"static-generation","duration":975247,"timestamp":879895359232,"id":410,"parentId":1,"tags":{},"startTime":1754547244769,"traceId":"3afbf7a6b5d87e13"},{"name":"write-routes-manifest","duration":9044,"timestamp":879896334498,"id":416,"parentId":1,"tags":{},"startTime":1754547245744,"traceId":"3afbf7a6b5d87e13"},{"name":"node-file-trace-build","duration":4997562,"timestamp":879895324497,"id":408,"parentId":1,"tags":{"isTurbotrace":"false"},"startTime":1754547244734,"traceId":"3afbf7a6b5d87e13"},{"name":"apply-include-excludes","duration":394,"timestamp":879900322073,"id":417,"parentId":1,"tags":{},"startTime":1754547249732,"traceId":"3afbf7a6b5d87e13"},{"name":"print-tree-view","duration":2451,"timestamp":879900322945,"id":418,"parentId":1,"tags":{},"startTime":1754547249733,"traceId":"3afbf7a6b5d87e13"},{"name":"telemetry-flush","duration":35,"timestamp":879900325406,"id":419,"parentId":1,"tags":{},"startTime":1754547249735,"traceId":"3afbf7a6b5d87e13"}]
4
+ [{"name":"next-build","duration":11352673,"timestamp":879888972888,"id":1,"tags":{"buildMode":"default","isTurboBuild":"false","version":"15.3.4","has-custom-webpack-config":"false","use-build-worker":"true"},"startTime":1754547238383,"traceId":"3afbf7a6b5d87e13"}]