codecrypto-cli 1.0.7 → 1.0.9

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 (154) hide show
  1. package/dist/commands/auth.d.ts.map +1 -1
  2. package/dist/commands/auth.js +64 -7
  3. package/dist/commands/auth.js.map +1 -1
  4. package/dist/commands/deploy-sc.d.ts.map +1 -1
  5. package/dist/commands/deploy-sc.js +162 -0
  6. package/dist/commands/deploy-sc.js.map +1 -1
  7. package/dist/commands/deploy.d.ts.map +1 -1
  8. package/dist/commands/deploy.js +556 -18
  9. package/dist/commands/deploy.js.map +1 -1
  10. package/dist/commands/doctor.d.ts +3 -0
  11. package/dist/commands/doctor.d.ts.map +1 -0
  12. package/dist/commands/doctor.js +518 -0
  13. package/dist/commands/doctor.js.map +1 -0
  14. package/dist/index.js +2 -0
  15. package/dist/index.js.map +1 -1
  16. package/docker-build/Dockerfile +18 -0
  17. package/docker-build/standalone/.next/BUILD_ID +1 -0
  18. package/docker-build/standalone/.next/app-path-routes-manifest.json +6 -0
  19. package/docker-build/standalone/.next/build-manifest.json +19 -0
  20. package/docker-build/standalone/.next/package.json +1 -0
  21. package/docker-build/standalone/.next/prerender-manifest.json +114 -0
  22. package/docker-build/standalone/.next/required-server-files.json +164 -0
  23. package/docker-build/standalone/.next/routes-manifest.json +68 -0
  24. package/docker-build/standalone/.next/server/app/_global-error/page/app-paths-manifest.json +3 -0
  25. package/docker-build/standalone/.next/server/app/_global-error/page/build-manifest.json +16 -0
  26. package/docker-build/standalone/.next/server/app/_global-error/page/next-font-manifest.json +6 -0
  27. package/docker-build/standalone/.next/server/app/_global-error/page/react-loadable-manifest.json +1 -0
  28. package/docker-build/standalone/.next/server/app/_global-error/page/server-reference-manifest.json +4 -0
  29. package/docker-build/standalone/.next/server/app/_global-error/page.js +11 -0
  30. package/docker-build/standalone/.next/server/app/_global-error/page.js.map +5 -0
  31. package/docker-build/standalone/.next/server/app/_global-error/page.js.nft.json +1 -0
  32. package/docker-build/standalone/.next/server/app/_global-error/page_client-reference-manifest.js +2 -0
  33. package/docker-build/standalone/.next/server/app/_global-error.html +2 -0
  34. package/docker-build/standalone/.next/server/app/_global-error.meta +15 -0
  35. package/docker-build/standalone/.next/server/app/_global-error.rsc +13 -0
  36. package/docker-build/standalone/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +5 -0
  37. package/docker-build/standalone/.next/server/app/_global-error.segments/_full.segment.rsc +13 -0
  38. package/docker-build/standalone/.next/server/app/_global-error.segments/_head.segment.rsc +6 -0
  39. package/docker-build/standalone/.next/server/app/_global-error.segments/_index.segment.rsc +4 -0
  40. package/docker-build/standalone/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -0
  41. package/docker-build/standalone/.next/server/app/_not-found/page/app-paths-manifest.json +3 -0
  42. package/docker-build/standalone/.next/server/app/_not-found/page/build-manifest.json +16 -0
  43. package/docker-build/standalone/.next/server/app/_not-found/page/next-font-manifest.json +11 -0
  44. package/docker-build/standalone/.next/server/app/_not-found/page/react-loadable-manifest.json +1 -0
  45. package/docker-build/standalone/.next/server/app/_not-found/page/server-reference-manifest.json +4 -0
  46. package/docker-build/standalone/.next/server/app/_not-found/page.js +14 -0
  47. package/docker-build/standalone/.next/server/app/_not-found/page.js.map +5 -0
  48. package/docker-build/standalone/.next/server/app/_not-found/page.js.nft.json +1 -0
  49. package/docker-build/standalone/.next/server/app/_not-found/page_client-reference-manifest.js +2 -0
  50. package/docker-build/standalone/.next/server/app/_not-found.html +1 -0
  51. package/docker-build/standalone/.next/server/app/_not-found.meta +16 -0
  52. package/docker-build/standalone/.next/server/app/_not-found.rsc +14 -0
  53. package/docker-build/standalone/.next/server/app/_not-found.segments/_full.segment.rsc +14 -0
  54. package/docker-build/standalone/.next/server/app/_not-found.segments/_head.segment.rsc +6 -0
  55. package/docker-build/standalone/.next/server/app/_not-found.segments/_index.segment.rsc +5 -0
  56. package/docker-build/standalone/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +5 -0
  57. package/docker-build/standalone/.next/server/app/_not-found.segments/_not-found.segment.rsc +4 -0
  58. package/docker-build/standalone/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -0
  59. package/docker-build/standalone/.next/server/app/favicon.ico/route/app-paths-manifest.json +3 -0
  60. package/docker-build/standalone/.next/server/app/favicon.ico/route/build-manifest.json +11 -0
  61. package/docker-build/standalone/.next/server/app/favicon.ico/route.js +6 -0
  62. package/docker-build/standalone/.next/server/app/favicon.ico/route.js.map +5 -0
  63. package/docker-build/standalone/.next/server/app/favicon.ico/route.js.nft.json +1 -0
  64. package/docker-build/standalone/.next/server/app/favicon.ico.body +0 -0
  65. package/docker-build/standalone/.next/server/app/favicon.ico.meta +1 -0
  66. package/docker-build/standalone/.next/server/app/index.html +1 -0
  67. package/docker-build/standalone/.next/server/app/index.meta +14 -0
  68. package/docker-build/standalone/.next/server/app/index.rsc +16 -0
  69. package/docker-build/standalone/.next/server/app/index.segments/__PAGE__.segment.rsc +5 -0
  70. package/docker-build/standalone/.next/server/app/index.segments/_full.segment.rsc +16 -0
  71. package/docker-build/standalone/.next/server/app/index.segments/_head.segment.rsc +6 -0
  72. package/docker-build/standalone/.next/server/app/index.segments/_index.segment.rsc +5 -0
  73. package/docker-build/standalone/.next/server/app/index.segments/_tree.segment.rsc +4 -0
  74. package/docker-build/standalone/.next/server/app/page/app-paths-manifest.json +3 -0
  75. package/docker-build/standalone/.next/server/app/page/build-manifest.json +16 -0
  76. package/docker-build/standalone/.next/server/app/page/next-font-manifest.json +11 -0
  77. package/docker-build/standalone/.next/server/app/page/react-loadable-manifest.json +1 -0
  78. package/docker-build/standalone/.next/server/app/page/server-reference-manifest.json +4 -0
  79. package/docker-build/standalone/.next/server/app/page.js +16 -0
  80. package/docker-build/standalone/.next/server/app/page.js.map +5 -0
  81. package/docker-build/standalone/.next/server/app/page.js.nft.json +1 -0
  82. package/docker-build/standalone/.next/server/app/page_client-reference-manifest.js +2 -0
  83. package/docker-build/standalone/.next/server/app-paths-manifest.json +6 -0
  84. package/docker-build/standalone/.next/server/chunks/66d90_example-navidad__next-internal_server_app_favicon_ico_route_actions_a30dceae.js +3 -0
  85. package/docker-build/standalone/.next/server/chunks/[externals]_next_dist_03fe02e0._.js +3 -0
  86. package/docker-build/standalone/.next/server/chunks/[root-of-the-server]__4b49000d._.js +21 -0
  87. package/docker-build/standalone/.next/server/chunks/[turbopack]_runtime.js +795 -0
  88. package/docker-build/standalone/.next/server/chunks/ssr/10072_infra_example-navidad__next-internal_server_app_page_actions_a387aef9.js +3 -0
  89. package/docker-build/standalone/.next/server/chunks/ssr/2025_cc_CODECRYPTO_infra_example-navidad_377109b0._.js +3 -0
  90. package/docker-build/standalone/.next/server/chunks/ssr/2025_cc_CODECRYPTO_infra_example-navidad_90799f30._.js +4 -0
  91. package/docker-build/standalone/.next/server/chunks/ssr/2025_cc_CODECRYPTO_infra_example-navidad_app_b9057478._.js +3 -0
  92. package/docker-build/standalone/.next/server/chunks/ssr/66d90_example-navidad__next-internal_server_app__global-error_page_actions_a079475f.js +3 -0
  93. package/docker-build/standalone/.next/server/chunks/ssr/66d90_example-navidad__next-internal_server_app__not-found_page_actions_ac88cec2.js +3 -0
  94. package/docker-build/standalone/.next/server/chunks/ssr/77a20_next_dist_51be1544._.js +4 -0
  95. package/docker-build/standalone/.next/server/chunks/ssr/77a20_next_dist_8dba0557._.js +6 -0
  96. package/docker-build/standalone/.next/server/chunks/ssr/77a20_next_dist_client_components_41330064._.js +3 -0
  97. package/docker-build/standalone/.next/server/chunks/ssr/77a20_next_dist_client_components_builtin_forbidden_ff3a0457.js +3 -0
  98. package/docker-build/standalone/.next/server/chunks/ssr/77a20_next_dist_client_components_builtin_global-error_e0d57e6e.js +3 -0
  99. package/docker-build/standalone/.next/server/chunks/ssr/77a20_next_dist_client_components_builtin_unauthorized_f1c47e13.js +3 -0
  100. package/docker-build/standalone/.next/server/chunks/ssr/77a20_next_dist_d332f292._.js +3 -0
  101. package/docker-build/standalone/.next/server/chunks/ssr/77a20_next_dist_esm_build_templates_app-page_cf6afba1.js +4 -0
  102. package/docker-build/standalone/.next/server/chunks/ssr/[root-of-the-server]__02f3f427._.js +3 -0
  103. package/docker-build/standalone/.next/server/chunks/ssr/[root-of-the-server]__2f460610._.js +4 -0
  104. package/docker-build/standalone/.next/server/chunks/ssr/[root-of-the-server]__4722e53c._.js +3 -0
  105. package/docker-build/standalone/.next/server/chunks/ssr/[root-of-the-server]__53b749fa._.js +3 -0
  106. package/docker-build/standalone/.next/server/chunks/ssr/[root-of-the-server]__61942f2d._.js +3 -0
  107. package/docker-build/standalone/.next/server/chunks/ssr/[root-of-the-server]__7707ad1b._.js +3 -0
  108. package/docker-build/standalone/.next/server/chunks/ssr/[root-of-the-server]__864cadbf._.js +10 -0
  109. package/docker-build/standalone/.next/server/chunks/ssr/[root-of-the-server]__9939e281._.js +3 -0
  110. package/docker-build/standalone/.next/server/chunks/ssr/[root-of-the-server]__b4b0aa8a._.js +3 -0
  111. package/docker-build/standalone/.next/server/chunks/ssr/[root-of-the-server]__d2b7072b._.js +3 -0
  112. package/docker-build/standalone/.next/server/chunks/ssr/[turbopack]_runtime.js +795 -0
  113. package/docker-build/standalone/.next/server/functions-config-manifest.json +4 -0
  114. package/docker-build/standalone/.next/server/middleware-build-manifest.js +20 -0
  115. package/docker-build/standalone/.next/server/middleware-manifest.json +6 -0
  116. package/docker-build/standalone/.next/server/next-font-manifest.js +1 -0
  117. package/docker-build/standalone/.next/server/next-font-manifest.json +15 -0
  118. package/docker-build/standalone/.next/server/pages/404.html +1 -0
  119. package/docker-build/standalone/.next/server/pages/500.html +2 -0
  120. package/docker-build/standalone/.next/server/pages-manifest.json +4 -0
  121. package/docker-build/standalone/.next/server/server-reference-manifest.js +1 -0
  122. package/docker-build/standalone/.next/server/server-reference-manifest.json +5 -0
  123. package/docker-build/standalone/.next/static/_NbfI2TKfapiyxsQgIG3h/_buildManifest.js +11 -0
  124. package/docker-build/standalone/.next/static/_NbfI2TKfapiyxsQgIG3h/_clientMiddlewareManifest.json +1 -0
  125. package/docker-build/standalone/.next/static/_NbfI2TKfapiyxsQgIG3h/_ssgManifest.js +1 -0
  126. package/docker-build/standalone/.next/static/chunks/57d1af92f5dc15fa.js +1 -0
  127. package/docker-build/standalone/.next/static/chunks/6ae71d5e8ea4d1eb.js +1 -0
  128. package/docker-build/standalone/.next/static/chunks/70977d70c9306213.js +1 -0
  129. package/docker-build/standalone/.next/static/chunks/777dac7104fe2a30.js +5 -0
  130. package/docker-build/standalone/.next/static/chunks/a6dad97d9634a72d.js +1 -0
  131. package/docker-build/standalone/.next/static/chunks/a6dad97d9634a72d.js.map +1 -0
  132. package/docker-build/standalone/.next/static/chunks/d6aec49b013224a2.css +3 -0
  133. package/docker-build/standalone/.next/static/chunks/turbopack-0ce517fb6224c1f0.js +4 -0
  134. package/docker-build/standalone/.next/static/media/4fa387ec64143e14-s.c1fdd6c2.woff2 +0 -0
  135. package/docker-build/standalone/.next/static/media/7178b3e590c64307-s.b97b3418.woff2 +0 -0
  136. package/docker-build/standalone/.next/static/media/797e433ab948586e-s.p.dbea232f.woff2 +0 -0
  137. package/docker-build/standalone/.next/static/media/8a480f0b521d4e75-s.8e0177b5.woff2 +0 -0
  138. package/docker-build/standalone/.next/static/media/bbc41e54d2fcbd21-s.799d8ef8.woff2 +0 -0
  139. package/docker-build/standalone/.next/static/media/caa3a2e1cccd8315-s.p.853070df.woff2 +0 -0
  140. package/docker-build/standalone/.next/static/media/favicon.0b3bf435.ico +0 -0
  141. package/docker-build/standalone/package.json +26 -0
  142. package/docker-build/standalone/public/file.svg +1 -0
  143. package/docker-build/standalone/public/globe.svg +1 -0
  144. package/docker-build/standalone/public/next.svg +1 -0
  145. package/docker-build/standalone/public/vercel.svg +1 -0
  146. package/docker-build/standalone/public/window.svg +1 -0
  147. package/docker-build/standalone/server.js +38 -0
  148. package/package.json +1 -1
  149. package/src/commands/auth.ts +71 -8
  150. package/src/commands/deploy-sc.ts +182 -0
  151. package/src/commands/deploy.ts +592 -21
  152. package/src/commands/doctor.ts +498 -0
  153. package/src/index.ts +2 -0
  154. package/token.json +69 -0
@@ -0,0 +1,3 @@
1
+ {
2
+ "/_not-found/page": "app/_not-found/page.js"
3
+ }
@@ -0,0 +1,16 @@
1
+ {
2
+ "devFiles": [],
3
+ "ampDevFiles": [],
4
+ "polyfillFiles": [
5
+ "static/chunks/a6dad97d9634a72d.js"
6
+ ],
7
+ "lowPriorityFiles": [],
8
+ "rootMainFiles": [
9
+ "static/chunks/6ae71d5e8ea4d1eb.js",
10
+ "static/chunks/70977d70c9306213.js",
11
+ "static/chunks/777dac7104fe2a30.js",
12
+ "static/chunks/turbopack-0ce517fb6224c1f0.js"
13
+ ],
14
+ "pages": {},
15
+ "ampFirstPages": []
16
+ }
@@ -0,0 +1,11 @@
1
+ {
2
+ "pages": {},
3
+ "app": {
4
+ "[project]/2025/cc/CODECRYPTO/infra/example-navidad/app/_not-found/page": [
5
+ "static/media/caa3a2e1cccd8315-s.p.853070df.woff2",
6
+ "static/media/797e433ab948586e-s.p.dbea232f.woff2"
7
+ ]
8
+ },
9
+ "appUsingSizeAdjust": true,
10
+ "pagesUsingSizeAdjust": false
11
+ }
@@ -0,0 +1,14 @@
1
+ var R=require("../../chunks/ssr/[turbopack]_runtime.js")("server/app/_not-found/page.js")
2
+ R.c("server/chunks/ssr/[root-of-the-server]__7707ad1b._.js")
3
+ R.c("server/chunks/ssr/2025_cc_CODECRYPTO_infra_example-navidad_377109b0._.js")
4
+ R.c("server/chunks/ssr/77a20_next_dist_esm_build_templates_app-page_cf6afba1.js")
5
+ R.c("server/chunks/ssr/[root-of-the-server]__53b749fa._.js")
6
+ R.c("server/chunks/ssr/[root-of-the-server]__864cadbf._.js")
7
+ R.c("server/chunks/ssr/77a20_next_dist_d332f292._.js")
8
+ R.c("server/chunks/ssr/2025_cc_CODECRYPTO_infra_example-navidad_app_b9057478._.js")
9
+ R.c("server/chunks/ssr/[root-of-the-server]__02f3f427._.js")
10
+ R.c("server/chunks/ssr/77a20_next_dist_client_components_41330064._.js")
11
+ R.c("server/chunks/ssr/77a20_next_dist_client_components_builtin_forbidden_ff3a0457.js")
12
+ R.c("server/chunks/ssr/66d90_example-navidad__next-internal_server_app__not-found_page_actions_ac88cec2.js")
13
+ R.m(48507)
14
+ module.exports=R.m(48507).exports
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": 3,
3
+ "sources": [],
4
+ "sections": []
5
+ }
@@ -0,0 +1 @@
1
+ {"version":1,"files":["../../../../node_modules/next/dist/client/components/app-router-headers.js","../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../node_modules/next/dist/compiled/next-server/app-page-turbo.runtime.prod.js","../../../../node_modules/next/dist/lib/client-and-server-references.js","../../../../node_modules/next/dist/lib/constants.js","../../../../node_modules/next/dist/lib/interop-default.js","../../../../node_modules/next/dist/lib/is-error.js","../../../../node_modules/next/dist/lib/semver-noop.js","../../../../node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/async-local-storage.js","../../../../node_modules/next/dist/server/app-render/cache-signal.js","../../../../node_modules/next/dist/server/app-render/console-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/console-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../node_modules/next/dist/server/lib/lru-cache.js","../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../node_modules/next/dist/server/load-manifest.external.js","../../../../node_modules/next/dist/server/node-environment-extensions/fast-set-immediate.external.js","../../../../node_modules/next/dist/server/response-cache/types.js","../../../../node_modules/next/dist/server/runtime-reacts.external.js","../../../../node_modules/next/dist/shared/lib/deep-freeze.js","../../../../node_modules/next/dist/shared/lib/invariant-error.js","../../../../node_modules/next/dist/shared/lib/is-plain-object.js","../../../../node_modules/next/dist/shared/lib/is-thenable.js","../../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../node_modules/next/package.json","../../chunks/ssr/2025_cc_CODECRYPTO_infra_example-navidad_377109b0._.js","../../chunks/ssr/2025_cc_CODECRYPTO_infra_example-navidad_app_b9057478._.js","../../chunks/ssr/66d90_example-navidad__next-internal_server_app__not-found_page_actions_ac88cec2.js","../../chunks/ssr/77a20_next_dist_8dba0557._.js","../../chunks/ssr/77a20_next_dist_client_components_41330064._.js","../../chunks/ssr/77a20_next_dist_client_components_builtin_forbidden_ff3a0457.js","../../chunks/ssr/77a20_next_dist_d332f292._.js","../../chunks/ssr/77a20_next_dist_esm_build_templates_app-page_cf6afba1.js","../../chunks/ssr/[root-of-the-server]__02f3f427._.js","../../chunks/ssr/[root-of-the-server]__53b749fa._.js","../../chunks/ssr/[root-of-the-server]__7707ad1b._.js","../../chunks/ssr/[root-of-the-server]__864cadbf._.js","../../chunks/ssr/[root-of-the-server]__b4b0aa8a._.js","../../chunks/ssr/[turbopack]_runtime.js","./page/react-loadable-manifest.json","./page_client-reference-manifest.js"]}
@@ -0,0 +1,2 @@
1
+ globalThis.__RSC_MANIFEST = globalThis.__RSC_MANIFEST || {};
2
+ globalThis.__RSC_MANIFEST["/_not-found/page"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{"[project]/2025/cc/CODECRYPTO/infra/example-navidad/node_modules/next/dist/client/components/builtin/global-error.js <module evaluation>":{"id":71128,"name":"*","chunks":["/_next/static/chunks/57d1af92f5dc15fa.js"],"async":false},"[project]/2025/cc/CODECRYPTO/infra/example-navidad/node_modules/next/dist/client/components/builtin/global-error.js":{"id":71128,"name":"*","chunks":["/_next/static/chunks/57d1af92f5dc15fa.js"],"async":false},"[project]/2025/cc/CODECRYPTO/infra/example-navidad/node_modules/next/dist/esm/client/components/layout-router.js <module evaluation>":{"id":25322,"name":"*","chunks":["/_next/static/chunks/57d1af92f5dc15fa.js"],"async":false},"[project]/2025/cc/CODECRYPTO/infra/example-navidad/node_modules/next/dist/esm/client/components/layout-router.js":{"id":25322,"name":"*","chunks":["/_next/static/chunks/57d1af92f5dc15fa.js"],"async":false},"[project]/2025/cc/CODECRYPTO/infra/example-navidad/node_modules/next/dist/esm/client/components/render-from-template-context.js <module evaluation>":{"id":58732,"name":"*","chunks":["/_next/static/chunks/57d1af92f5dc15fa.js"],"async":false},"[project]/2025/cc/CODECRYPTO/infra/example-navidad/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":58732,"name":"*","chunks":["/_next/static/chunks/57d1af92f5dc15fa.js"],"async":false},"[project]/2025/cc/CODECRYPTO/infra/example-navidad/node_modules/next/dist/esm/client/components/client-page.js <module evaluation>":{"id":83612,"name":"*","chunks":["/_next/static/chunks/57d1af92f5dc15fa.js"],"async":false},"[project]/2025/cc/CODECRYPTO/infra/example-navidad/node_modules/next/dist/esm/client/components/client-page.js":{"id":83612,"name":"*","chunks":["/_next/static/chunks/57d1af92f5dc15fa.js"],"async":false},"[project]/2025/cc/CODECRYPTO/infra/example-navidad/node_modules/next/dist/esm/client/components/client-segment.js <module evaluation>":{"id":75447,"name":"*","chunks":["/_next/static/chunks/57d1af92f5dc15fa.js"],"async":false},"[project]/2025/cc/CODECRYPTO/infra/example-navidad/node_modules/next/dist/esm/client/components/client-segment.js":{"id":75447,"name":"*","chunks":["/_next/static/chunks/57d1af92f5dc15fa.js"],"async":false},"[project]/2025/cc/CODECRYPTO/infra/example-navidad/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js <module evaluation>":{"id":31756,"name":"*","chunks":["/_next/static/chunks/57d1af92f5dc15fa.js"],"async":false},"[project]/2025/cc/CODECRYPTO/infra/example-navidad/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":31756,"name":"*","chunks":["/_next/static/chunks/57d1af92f5dc15fa.js"],"async":false},"[project]/2025/cc/CODECRYPTO/infra/example-navidad/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js <module evaluation>":{"id":31043,"name":"*","chunks":["/_next/static/chunks/57d1af92f5dc15fa.js"],"async":false},"[project]/2025/cc/CODECRYPTO/infra/example-navidad/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":31043,"name":"*","chunks":["/_next/static/chunks/57d1af92f5dc15fa.js"],"async":false},"[project]/2025/cc/CODECRYPTO/infra/example-navidad/node_modules/next/dist/esm/lib/framework/boundary-components.js <module evaluation>":{"id":77901,"name":"*","chunks":["/_next/static/chunks/57d1af92f5dc15fa.js"],"async":false},"[project]/2025/cc/CODECRYPTO/infra/example-navidad/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":77901,"name":"*","chunks":["/_next/static/chunks/57d1af92f5dc15fa.js"],"async":false}},"ssrModuleMapping":{"71128":{"*":{"id":46997,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__b4b0aa8a._.js","server/chunks/ssr/77a20_next_dist_8dba0557._.js"],"async":false}},"25322":{"*":{"id":386,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__b4b0aa8a._.js","server/chunks/ssr/77a20_next_dist_8dba0557._.js"],"async":false}},"58732":{"*":{"id":47344,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__b4b0aa8a._.js","server/chunks/ssr/77a20_next_dist_8dba0557._.js"],"async":false}},"83612":{"*":{"id":72471,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__b4b0aa8a._.js","server/chunks/ssr/77a20_next_dist_8dba0557._.js"],"async":false}},"75447":{"*":{"id":68155,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__b4b0aa8a._.js","server/chunks/ssr/77a20_next_dist_8dba0557._.js"],"async":false}},"31756":{"*":{"id":53528,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__b4b0aa8a._.js","server/chunks/ssr/77a20_next_dist_8dba0557._.js"],"async":false}},"31043":{"*":{"id":11020,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__b4b0aa8a._.js","server/chunks/ssr/77a20_next_dist_8dba0557._.js"],"async":false}},"77901":{"*":{"id":92495,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__b4b0aa8a._.js","server/chunks/ssr/77a20_next_dist_8dba0557._.js"],"async":false}}},"edgeSSRModuleMapping":{},"rscModuleMapping":{"71128":{"*":{"id":6015,"name":"*","chunks":[],"async":false}},"25322":{"*":{"id":4548,"name":"*","chunks":[],"async":false}},"58732":{"*":{"id":9079,"name":"*","chunks":[],"async":false}},"83612":{"*":{"id":49014,"name":"*","chunks":[],"async":false}},"75447":{"*":{"id":27853,"name":"*","chunks":[],"async":false}},"31756":{"*":{"id":51323,"name":"*","chunks":[],"async":false}},"31043":{"*":{"id":21061,"name":"*","chunks":[],"async":false}},"77901":{"*":{"id":54972,"name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{},"entryCSSFiles":{"[project]/2025/cc/CODECRYPTO/infra/example-navidad/app/favicon.ico":[],"[project]/2025/cc/CODECRYPTO/infra/example-navidad/app/layout":[{"path":"static/chunks/d6aec49b013224a2.css","inlined":false}]},"entryJSFiles":{"[project]/2025/cc/CODECRYPTO/infra/example-navidad/app/favicon.ico":["static/chunks/57d1af92f5dc15fa.js"],"[project]/2025/cc/CODECRYPTO/infra/example-navidad/app/layout":[]}}
@@ -0,0 +1 @@
1
+ <!DOCTYPE html><!--_NbfI2TKfapiyxsQgIG3h--><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/chunks/d6aec49b013224a2.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/6ae71d5e8ea4d1eb.js"/><script src="/_next/static/chunks/70977d70c9306213.js" async=""></script><script src="/_next/static/chunks/777dac7104fe2a30.js" async=""></script><script src="/_next/static/chunks/turbopack-0ce517fb6224c1f0.js" async=""></script><script src="/_next/static/chunks/57d1af92f5dc15fa.js" async=""></script><meta name="robots" content="noindex"/><meta name="next-size-adjust" content=""/><title>404: This page could not be found.</title><title>Create Next App</title><meta name="description" content="Generated by create next app"/><link rel="icon" href="/favicon.ico?favicon.0b3bf435.ico" sizes="256x256" type="image/x-icon"/><script src="/_next/static/chunks/a6dad97d9634a72d.js" noModule=""></script></head><body class="geist_a71539c9-module__T19VSG__variable geist_mono_8d43a2aa-module__8Li5zG__variable antialiased"><div hidden=""><!--$--><!--/$--></div><div style="font-family:system-ui,&quot;Segoe UI&quot;,Roboto,Helvetica,Arial,sans-serif,&quot;Apple Color Emoji&quot;,&quot;Segoe UI Emoji&quot;;height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding:0 23px 0 0;font-size:24px;font-weight:500;vertical-align:top;line-height:49px">404</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:49px;margin:0">This page could not be found.</h2></div></div></div><!--$--><!--/$--><script src="/_next/static/chunks/6ae71d5e8ea4d1eb.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[25322,[\"/_next/static/chunks/57d1af92f5dc15fa.js\"],\"default\"]\n3:I[58732,[\"/_next/static/chunks/57d1af92f5dc15fa.js\"],\"default\"]\n4:I[77901,[\"/_next/static/chunks/57d1af92f5dc15fa.js\"],\"OutletBoundary\"]\n5:\"$Sreact.suspense\"\n7:I[77901,[\"/_next/static/chunks/57d1af92f5dc15fa.js\"],\"ViewportBoundary\"]\n9:I[77901,[\"/_next/static/chunks/57d1af92f5dc15fa.js\"],\"MetadataBoundary\"]\nb:I[71128,[\"/_next/static/chunks/57d1af92f5dc15fa.js\"],\"default\"]\n:HL[\"/_next/static/chunks/d6aec49b013224a2.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"_NbfI2TKfapiyxsQgIG3h\",\"c\":[\"\",\"_not-found\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"/_not-found\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",true],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/d6aec49b013224a2.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"children\":[\"$\",\"body\",null,{\"className\":\"geist_a71539c9-module__T19VSG__variable geist_mono_8d43a2aa-module__8Li5zG__variable antialiased\",\"children\":[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:props:children:props:notFound:0:1:props:style\",\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":\"$0:f:0:1:0:props:children:1:props:children:props:children:props:notFound:0:1:props:children:props:children:1:props:style\",\"children\":404}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:style\",\"children\":[\"$\",\"h2\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:children:props:style\",\"children\":\"This page could not be found.\"}]}]]}]}]],null,[\"$\",\"$L4\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@6\"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],[\"$\",\"$1\",\"h\",{\"children\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],[\"$\",\"$L7\",null,{\"children\":\"$L8\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$L9\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.Metadata\",\"children\":\"$La\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$b\",\"$undefined\"],\"S\":true}\n"])</script><script>self.__next_f.push([1,"8:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"c:I[31043,[\"/_next/static/chunks/57d1af92f5dc15fa.js\"],\"IconMark\"]\n6:null\na:[[\"$\",\"title\",\"0\",{\"children\":\"Create Next App\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Generated by create next app\"}],[\"$\",\"link\",\"2\",{\"rel\":\"icon\",\"href\":\"/favicon.ico?favicon.0b3bf435.ico\",\"sizes\":\"256x256\",\"type\":\"image/x-icon\"}],[\"$\",\"$Lc\",\"3\",{}]]\n"])</script></body></html>
@@ -0,0 +1,16 @@
1
+ {
2
+ "status": 404,
3
+ "headers": {
4
+ "x-nextjs-stale-time": "300",
5
+ "x-nextjs-prerender": "1",
6
+ "x-next-cache-tags": "_N_T_/layout,_N_T_/_not-found/layout,_N_T_/_not-found/page,_N_T_/_not-found"
7
+ },
8
+ "segmentPaths": [
9
+ "/_tree",
10
+ "/_full",
11
+ "/_not-found/__PAGE__",
12
+ "/_not-found",
13
+ "/_index",
14
+ "/_head"
15
+ ]
16
+ }
@@ -0,0 +1,14 @@
1
+ 1:"$Sreact.fragment"
2
+ 2:I[25322,["/_next/static/chunks/57d1af92f5dc15fa.js"],"default"]
3
+ 3:I[58732,["/_next/static/chunks/57d1af92f5dc15fa.js"],"default"]
4
+ 4:I[77901,["/_next/static/chunks/57d1af92f5dc15fa.js"],"OutletBoundary"]
5
+ 5:"$Sreact.suspense"
6
+ 7:I[77901,["/_next/static/chunks/57d1af92f5dc15fa.js"],"ViewportBoundary"]
7
+ 9:I[77901,["/_next/static/chunks/57d1af92f5dc15fa.js"],"MetadataBoundary"]
8
+ b:I[71128,["/_next/static/chunks/57d1af92f5dc15fa.js"],"default"]
9
+ :HL["/_next/static/chunks/d6aec49b013224a2.css","style"]
10
+ 0:{"P":null,"b":"_NbfI2TKfapiyxsQgIG3h","c":["","_not-found"],"q":"","i":false,"f":[[["",{"children":["/_not-found",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/d6aec49b013224a2.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","children":["$","body",null,{"className":"geist_a71539c9-module__T19VSG__variable geist_mono_8d43a2aa-module__8Li5zG__variable antialiased","children":["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],null,["$","$L4",null,{"children":["$","$5",null,{"name":"Next.MetadataOutlet","children":"$@6"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$L7",null,{"children":"$L8"}],["$","div",null,{"hidden":true,"children":["$","$L9",null,{"children":["$","$5",null,{"name":"Next.Metadata","children":"$La"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$b","$undefined"],"S":true}
11
+ 8:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
12
+ c:I[31043,["/_next/static/chunks/57d1af92f5dc15fa.js"],"IconMark"]
13
+ 6:null
14
+ a:[["$","title","0",{"children":"Create Next App"}],["$","meta","1",{"name":"description","content":"Generated by create next app"}],["$","link","2",{"rel":"icon","href":"/favicon.ico?favicon.0b3bf435.ico","sizes":"256x256","type":"image/x-icon"}],["$","$Lc","3",{}]]
@@ -0,0 +1,14 @@
1
+ 1:"$Sreact.fragment"
2
+ 2:I[25322,["/_next/static/chunks/57d1af92f5dc15fa.js"],"default"]
3
+ 3:I[58732,["/_next/static/chunks/57d1af92f5dc15fa.js"],"default"]
4
+ 4:I[77901,["/_next/static/chunks/57d1af92f5dc15fa.js"],"OutletBoundary"]
5
+ 5:"$Sreact.suspense"
6
+ 7:I[77901,["/_next/static/chunks/57d1af92f5dc15fa.js"],"ViewportBoundary"]
7
+ 9:I[77901,["/_next/static/chunks/57d1af92f5dc15fa.js"],"MetadataBoundary"]
8
+ b:I[71128,["/_next/static/chunks/57d1af92f5dc15fa.js"],"default"]
9
+ :HL["/_next/static/chunks/d6aec49b013224a2.css","style"]
10
+ 0:{"P":null,"b":"_NbfI2TKfapiyxsQgIG3h","c":["","_not-found"],"q":"","i":false,"f":[[["",{"children":["/_not-found",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/d6aec49b013224a2.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","children":["$","body",null,{"className":"geist_a71539c9-module__T19VSG__variable geist_mono_8d43a2aa-module__8Li5zG__variable antialiased","children":["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],null,["$","$L4",null,{"children":["$","$5",null,{"name":"Next.MetadataOutlet","children":"$@6"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$L7",null,{"children":"$L8"}],["$","div",null,{"hidden":true,"children":["$","$L9",null,{"children":["$","$5",null,{"name":"Next.Metadata","children":"$La"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$b","$undefined"],"S":true}
11
+ 8:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
12
+ c:I[31043,["/_next/static/chunks/57d1af92f5dc15fa.js"],"IconMark"]
13
+ 6:null
14
+ a:[["$","title","0",{"children":"Create Next App"}],["$","meta","1",{"name":"description","content":"Generated by create next app"}],["$","link","2",{"rel":"icon","href":"/favicon.ico?favicon.0b3bf435.ico","sizes":"256x256","type":"image/x-icon"}],["$","$Lc","3",{}]]
@@ -0,0 +1,6 @@
1
+ 1:"$Sreact.fragment"
2
+ 2:I[77901,["/_next/static/chunks/57d1af92f5dc15fa.js"],"ViewportBoundary"]
3
+ 3:I[77901,["/_next/static/chunks/57d1af92f5dc15fa.js"],"MetadataBoundary"]
4
+ 4:"$Sreact.suspense"
5
+ 5:I[31043,["/_next/static/chunks/57d1af92f5dc15fa.js"],"IconMark"]
6
+ 0:{"buildId":"_NbfI2TKfapiyxsQgIG3h","rsc":["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Create Next App"}],["$","meta","1",{"name":"description","content":"Generated by create next app"}],["$","link","2",{"rel":"icon","href":"/favicon.ico?favicon.0b3bf435.ico","sizes":"256x256","type":"image/x-icon"}],["$","$L5","3",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"loading":null,"isPartial":false}
@@ -0,0 +1,5 @@
1
+ 1:"$Sreact.fragment"
2
+ 2:I[25322,["/_next/static/chunks/57d1af92f5dc15fa.js"],"default"]
3
+ 3:I[58732,["/_next/static/chunks/57d1af92f5dc15fa.js"],"default"]
4
+ :HL["/_next/static/chunks/d6aec49b013224a2.css","style"]
5
+ 0:{"buildId":"_NbfI2TKfapiyxsQgIG3h","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/d6aec49b013224a2.css","precedence":"next"}]],["$","html",null,{"lang":"en","children":["$","body",null,{"className":"geist_a71539c9-module__T19VSG__variable geist_mono_8d43a2aa-module__8Li5zG__variable antialiased","children":["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}]}]]}],"loading":null,"isPartial":false}
@@ -0,0 +1,5 @@
1
+ 1:"$Sreact.fragment"
2
+ 2:I[77901,["/_next/static/chunks/57d1af92f5dc15fa.js"],"OutletBoundary"]
3
+ 3:"$Sreact.suspense"
4
+ 0:{"buildId":"_NbfI2TKfapiyxsQgIG3h","rsc":["$","$1","c",{"children":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],null,["$","$L2",null,{"children":["$","$3",null,{"name":"Next.MetadataOutlet","children":"$@4"}]}]]}],"loading":null,"isPartial":false}
5
+ 4:null
@@ -0,0 +1,4 @@
1
+ 1:"$Sreact.fragment"
2
+ 2:I[25322,["/_next/static/chunks/57d1af92f5dc15fa.js"],"default"]
3
+ 3:I[58732,["/_next/static/chunks/57d1af92f5dc15fa.js"],"default"]
4
+ 0:{"buildId":"_NbfI2TKfapiyxsQgIG3h","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false}
@@ -0,0 +1,2 @@
1
+ :HL["/_next/static/chunks/d6aec49b013224a2.css","style"]
2
+ 0:{"buildId":"_NbfI2TKfapiyxsQgIG3h","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"/_not-found","paramType":null,"paramKey":"/_not-found","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300}
@@ -0,0 +1,3 @@
1
+ {
2
+ "/favicon.ico/route": "app/favicon.ico/route.js"
3
+ }
@@ -0,0 +1,11 @@
1
+ {
2
+ "devFiles": [],
3
+ "ampDevFiles": [],
4
+ "polyfillFiles": [
5
+ "static/chunks/a6dad97d9634a72d.js"
6
+ ],
7
+ "lowPriorityFiles": [],
8
+ "rootMainFiles": [],
9
+ "pages": {},
10
+ "ampFirstPages": []
11
+ }
@@ -0,0 +1,6 @@
1
+ var R=require("../../chunks/[turbopack]_runtime.js")("server/app/favicon.ico/route.js")
2
+ R.c("server/chunks/[externals]_next_dist_03fe02e0._.js")
3
+ R.c("server/chunks/[root-of-the-server]__4b49000d._.js")
4
+ R.c("server/chunks/66d90_example-navidad__next-internal_server_app_favicon_ico_route_actions_a30dceae.js")
5
+ R.m(74934)
6
+ module.exports=R.m(74934).exports
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": 3,
3
+ "sources": [],
4
+ "sections": []
5
+ }
@@ -0,0 +1 @@
1
+ {"version":1,"files":["../../../../node_modules/next/dist/client/components/app-router-headers.js","../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../node_modules/next/dist/compiled/next-server/app-page-turbo.runtime.prod.js","../../../../node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js","../../../../node_modules/next/dist/lib/client-and-server-references.js","../../../../node_modules/next/dist/lib/constants.js","../../../../node_modules/next/dist/lib/interop-default.js","../../../../node_modules/next/dist/lib/is-error.js","../../../../node_modules/next/dist/lib/semver-noop.js","../../../../node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/async-local-storage.js","../../../../node_modules/next/dist/server/app-render/cache-signal.js","../../../../node_modules/next/dist/server/app-render/console-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/console-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../node_modules/next/dist/server/lib/lru-cache.js","../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../node_modules/next/dist/server/load-manifest.external.js","../../../../node_modules/next/dist/server/node-environment-extensions/fast-set-immediate.external.js","../../../../node_modules/next/dist/server/response-cache/types.js","../../../../node_modules/next/dist/server/runtime-reacts.external.js","../../../../node_modules/next/dist/shared/lib/deep-freeze.js","../../../../node_modules/next/dist/shared/lib/invariant-error.js","../../../../node_modules/next/dist/shared/lib/is-plain-object.js","../../../../node_modules/next/dist/shared/lib/is-thenable.js","../../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../node_modules/next/package.json","../../chunks/66d90_example-navidad__next-internal_server_app_favicon_ico_route_actions_a30dceae.js","../../chunks/[externals]_next_dist_03fe02e0._.js","../../chunks/[root-of-the-server]__4b49000d._.js","../../chunks/[turbopack]_runtime.js"]}
@@ -0,0 +1 @@
1
+ {"status":200,"headers":{"cache-control":"public, max-age=0, must-revalidate","content-type":"image/x-icon","x-next-cache-tags":"_N_T_/layout,_N_T_/favicon.ico/layout,_N_T_/favicon.ico/route,_N_T_/favicon.ico"}}
@@ -0,0 +1 @@
1
+ <!DOCTYPE html><!--_NbfI2TKfapiyxsQgIG3h--><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" href="/_next/static/media/797e433ab948586e-s.p.dbea232f.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" href="/_next/static/media/caa3a2e1cccd8315-s.p.853070df.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/chunks/d6aec49b013224a2.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/6ae71d5e8ea4d1eb.js"/><script src="/_next/static/chunks/70977d70c9306213.js" async=""></script><script src="/_next/static/chunks/777dac7104fe2a30.js" async=""></script><script src="/_next/static/chunks/turbopack-0ce517fb6224c1f0.js" async=""></script><script src="/_next/static/chunks/57d1af92f5dc15fa.js" async=""></script><meta name="next-size-adjust" content=""/><title>Create Next App</title><meta name="description" content="Generated by create next app"/><link rel="icon" href="/favicon.ico?favicon.0b3bf435.ico" sizes="256x256" type="image/x-icon"/><script src="/_next/static/chunks/a6dad97d9634a72d.js" noModule=""></script></head><body class="geist_a71539c9-module__T19VSG__variable geist_mono_8d43a2aa-module__8Li5zG__variable antialiased"><div hidden=""><!--$--><!--/$--></div><div style="min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(120deg,#e0eafc,#cfdef3 85%);border-radius:18px;box-shadow:0 4px 16px rgba(0,0,0,0.06);padding:40px;margin:40px;font-family:inherit"><h1 style="font-weight:700;color:#1a2538">Página de Prueba</h1><p style="max-width:500px;color:#495678;font-size:18px;text-align:center;margin-top:14px;margin-bottom:34px">Esta es una página de prueba creada para verificar la configuración y el funcionamiento de variables de entorno y componentes de Next.js. <br/>Puedes usarla para hacer pruebas rápidas o ajustes durante el desarrollo.</p><div style="background:#f4f6fb;border:1px solid #dde3ec;border-radius:8px;padding:18px 28px;font-size:16px;color:#38495a"><div><strong>NEXT_PUBLIC_API_URL:</strong> <span style="color:#23397a">http://localhost:3000</span></div><div><strong>PG_USER:</strong> <span style="color:#23397a">postgres</span></div></div></div><!--$--><!--/$--><script src="/_next/static/chunks/6ae71d5e8ea4d1eb.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[25322,[\"/_next/static/chunks/57d1af92f5dc15fa.js\"],\"default\"]\n3:I[58732,[\"/_next/static/chunks/57d1af92f5dc15fa.js\"],\"default\"]\n4:I[77901,[\"/_next/static/chunks/57d1af92f5dc15fa.js\"],\"OutletBoundary\"]\n5:\"$Sreact.suspense\"\n7:I[77901,[\"/_next/static/chunks/57d1af92f5dc15fa.js\"],\"ViewportBoundary\"]\n9:I[77901,[\"/_next/static/chunks/57d1af92f5dc15fa.js\"],\"MetadataBoundary\"]\nb:I[71128,[],\"default\"]\n:HL[\"/_next/static/chunks/d6aec49b013224a2.css\",\"style\"]\n:HL[\"/_next/static/media/797e433ab948586e-s.p.dbea232f.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/caa3a2e1cccd8315-s.p.853070df.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"_NbfI2TKfapiyxsQgIG3h\",\"c\":[\"\",\"\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"__PAGE__\",{}]},\"$undefined\",\"$undefined\",true],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/d6aec49b013224a2.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"children\":[\"$\",\"body\",null,{\"className\":\"geist_a71539c9-module__T19VSG__variable geist_mono_8d43a2aa-module__8Li5zG__variable antialiased\",\"children\":[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"div\",null,{\"style\":{\"minHeight\":\"60vh\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\",\"background\":\"linear-gradient(120deg,#e0eafc,#cfdef3 85%)\",\"borderRadius\":18,\"boxShadow\":\"0 4px 16px rgba(0,0,0,0.06)\",\"padding\":40,\"margin\":40,\"fontFamily\":\"inherit\"},\"children\":[[\"$\",\"h1\",null,{\"style\":{\"fontWeight\":700,\"color\":\"#1a2538\"},\"children\":\"Página de Prueba\"}],[\"$\",\"p\",null,{\"style\":{\"maxWidth\":500,\"color\":\"#495678\",\"fontSize\":18,\"textAlign\":\"center\",\"marginTop\":14,\"marginBottom\":34},\"children\":[\"Esta es una página de prueba creada para verificar la configuración y el funcionamiento de variables de entorno y componentes de Next.js. \",[\"$\",\"br\",null,{}],\"Puedes usarla para hacer pruebas rápidas o ajustes durante el desarrollo.\"]}],[\"$\",\"div\",null,{\"style\":{\"background\":\"#f4f6fb\",\"border\":\"1px solid #dde3ec\",\"borderRadius\":8,\"padding\":\"18px 28px\",\"fontSize\":16,\"color\":\"#38495a\"},\"children\":[[\"$\",\"div\",null,{\"children\":[[\"$\",\"strong\",null,{\"children\":\"NEXT_PUBLIC_API_URL:\"}],\" \",[\"$\",\"span\",null,{\"style\":{\"color\":\"#23397a\"},\"children\":\"http://localhost:3000\"}]]}],[\"$\",\"div\",null,{\"children\":[[\"$\",\"strong\",null,{\"children\":\"PG_USER:\"}],\" \",[\"$\",\"span\",null,{\"style\":{\"color\":\"#23397a\"},\"children\":\"postgres\"}]]}]]}]]}],null,[\"$\",\"$L4\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@6\"}]}]]}],{},null,false,false]},null,false,false],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$L7\",null,{\"children\":\"$L8\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$L9\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.Metadata\",\"children\":\"$La\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$b\",[]],\"S\":true}\n"])</script><script>self.__next_f.push([1,"8:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"c:I[31043,[\"/_next/static/chunks/57d1af92f5dc15fa.js\"],\"IconMark\"]\n6:null\na:[[\"$\",\"title\",\"0\",{\"children\":\"Create Next App\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Generated by create next app\"}],[\"$\",\"link\",\"2\",{\"rel\":\"icon\",\"href\":\"/favicon.ico?favicon.0b3bf435.ico\",\"sizes\":\"256x256\",\"type\":\"image/x-icon\"}],[\"$\",\"$Lc\",\"3\",{}]]\n"])</script></body></html>
@@ -0,0 +1,14 @@
1
+ {
2
+ "headers": {
3
+ "x-nextjs-stale-time": "300",
4
+ "x-nextjs-prerender": "1",
5
+ "x-next-cache-tags": "_N_T_/layout,_N_T_/page,_N_T_/,_N_T_/index"
6
+ },
7
+ "segmentPaths": [
8
+ "/_tree",
9
+ "/_full",
10
+ "/__PAGE__",
11
+ "/_index",
12
+ "/_head"
13
+ ]
14
+ }
@@ -0,0 +1,16 @@
1
+ 1:"$Sreact.fragment"
2
+ 2:I[25322,["/_next/static/chunks/57d1af92f5dc15fa.js"],"default"]
3
+ 3:I[58732,["/_next/static/chunks/57d1af92f5dc15fa.js"],"default"]
4
+ 4:I[77901,["/_next/static/chunks/57d1af92f5dc15fa.js"],"OutletBoundary"]
5
+ 5:"$Sreact.suspense"
6
+ 7:I[77901,["/_next/static/chunks/57d1af92f5dc15fa.js"],"ViewportBoundary"]
7
+ 9:I[77901,["/_next/static/chunks/57d1af92f5dc15fa.js"],"MetadataBoundary"]
8
+ b:I[71128,[],"default"]
9
+ :HL["/_next/static/chunks/d6aec49b013224a2.css","style"]
10
+ :HL["/_next/static/media/797e433ab948586e-s.p.dbea232f.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
11
+ :HL["/_next/static/media/caa3a2e1cccd8315-s.p.853070df.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
12
+ 0:{"P":null,"b":"_NbfI2TKfapiyxsQgIG3h","c":["",""],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/d6aec49b013224a2.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","children":["$","body",null,{"className":"geist_a71539c9-module__T19VSG__variable geist_mono_8d43a2aa-module__8Li5zG__variable antialiased","children":["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]}]]}],{"children":[["$","$1","c",{"children":[["$","div",null,{"style":{"minHeight":"60vh","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center","background":"linear-gradient(120deg,#e0eafc,#cfdef3 85%)","borderRadius":18,"boxShadow":"0 4px 16px rgba(0,0,0,0.06)","padding":40,"margin":40,"fontFamily":"inherit"},"children":[["$","h1",null,{"style":{"fontWeight":700,"color":"#1a2538"},"children":"Página de Prueba"}],["$","p",null,{"style":{"maxWidth":500,"color":"#495678","fontSize":18,"textAlign":"center","marginTop":14,"marginBottom":34},"children":["Esta es una página de prueba creada para verificar la configuración y el funcionamiento de variables de entorno y componentes de Next.js. ",["$","br",null,{}],"Puedes usarla para hacer pruebas rápidas o ajustes durante el desarrollo."]}],["$","div",null,{"style":{"background":"#f4f6fb","border":"1px solid #dde3ec","borderRadius":8,"padding":"18px 28px","fontSize":16,"color":"#38495a"},"children":[["$","div",null,{"children":[["$","strong",null,{"children":"NEXT_PUBLIC_API_URL:"}]," ",["$","span",null,{"style":{"color":"#23397a"},"children":"http://localhost:3000"}]]}],["$","div",null,{"children":[["$","strong",null,{"children":"PG_USER:"}]," ",["$","span",null,{"style":{"color":"#23397a"},"children":"postgres"}]]}]]}]]}],null,["$","$L4",null,{"children":["$","$5",null,{"name":"Next.MetadataOutlet","children":"$@6"}]}]]}],{},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$L7",null,{"children":"$L8"}],["$","div",null,{"hidden":true,"children":["$","$L9",null,{"children":["$","$5",null,{"name":"Next.Metadata","children":"$La"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$b",[]],"S":true}
13
+ 8:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
14
+ c:I[31043,["/_next/static/chunks/57d1af92f5dc15fa.js"],"IconMark"]
15
+ 6:null
16
+ a:[["$","title","0",{"children":"Create Next App"}],["$","meta","1",{"name":"description","content":"Generated by create next app"}],["$","link","2",{"rel":"icon","href":"/favicon.ico?favicon.0b3bf435.ico","sizes":"256x256","type":"image/x-icon"}],["$","$Lc","3",{}]]
@@ -0,0 +1,5 @@
1
+ 1:"$Sreact.fragment"
2
+ 2:I[77901,["/_next/static/chunks/57d1af92f5dc15fa.js"],"OutletBoundary"]
3
+ 3:"$Sreact.suspense"
4
+ 0:{"buildId":"_NbfI2TKfapiyxsQgIG3h","rsc":["$","$1","c",{"children":[["$","div",null,{"style":{"minHeight":"60vh","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center","background":"linear-gradient(120deg,#e0eafc,#cfdef3 85%)","borderRadius":18,"boxShadow":"0 4px 16px rgba(0,0,0,0.06)","padding":40,"margin":40,"fontFamily":"inherit"},"children":[["$","h1",null,{"style":{"fontWeight":700,"color":"#1a2538"},"children":"Página de Prueba"}],["$","p",null,{"style":{"maxWidth":500,"color":"#495678","fontSize":18,"textAlign":"center","marginTop":14,"marginBottom":34},"children":["Esta es una página de prueba creada para verificar la configuración y el funcionamiento de variables de entorno y componentes de Next.js. ",["$","br",null,{}],"Puedes usarla para hacer pruebas rápidas o ajustes durante el desarrollo."]}],["$","div",null,{"style":{"background":"#f4f6fb","border":"1px solid #dde3ec","borderRadius":8,"padding":"18px 28px","fontSize":16,"color":"#38495a"},"children":[["$","div",null,{"children":[["$","strong",null,{"children":"NEXT_PUBLIC_API_URL:"}]," ",["$","span",null,{"style":{"color":"#23397a"},"children":"http://localhost:3000"}]]}],["$","div",null,{"children":[["$","strong",null,{"children":"PG_USER:"}]," ",["$","span",null,{"style":{"color":"#23397a"},"children":"postgres"}]]}]]}]]}],null,["$","$L2",null,{"children":["$","$3",null,{"name":"Next.MetadataOutlet","children":"$@4"}]}]]}],"loading":null,"isPartial":false}
5
+ 4:null
@@ -0,0 +1,16 @@
1
+ 1:"$Sreact.fragment"
2
+ 2:I[25322,["/_next/static/chunks/57d1af92f5dc15fa.js"],"default"]
3
+ 3:I[58732,["/_next/static/chunks/57d1af92f5dc15fa.js"],"default"]
4
+ 4:I[77901,["/_next/static/chunks/57d1af92f5dc15fa.js"],"OutletBoundary"]
5
+ 5:"$Sreact.suspense"
6
+ 7:I[77901,["/_next/static/chunks/57d1af92f5dc15fa.js"],"ViewportBoundary"]
7
+ 9:I[77901,["/_next/static/chunks/57d1af92f5dc15fa.js"],"MetadataBoundary"]
8
+ b:I[71128,[],"default"]
9
+ :HL["/_next/static/chunks/d6aec49b013224a2.css","style"]
10
+ :HL["/_next/static/media/797e433ab948586e-s.p.dbea232f.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
11
+ :HL["/_next/static/media/caa3a2e1cccd8315-s.p.853070df.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
12
+ 0:{"P":null,"b":"_NbfI2TKfapiyxsQgIG3h","c":["",""],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/d6aec49b013224a2.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","children":["$","body",null,{"className":"geist_a71539c9-module__T19VSG__variable geist_mono_8d43a2aa-module__8Li5zG__variable antialiased","children":["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]}]]}],{"children":[["$","$1","c",{"children":[["$","div",null,{"style":{"minHeight":"60vh","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center","background":"linear-gradient(120deg,#e0eafc,#cfdef3 85%)","borderRadius":18,"boxShadow":"0 4px 16px rgba(0,0,0,0.06)","padding":40,"margin":40,"fontFamily":"inherit"},"children":[["$","h1",null,{"style":{"fontWeight":700,"color":"#1a2538"},"children":"Página de Prueba"}],["$","p",null,{"style":{"maxWidth":500,"color":"#495678","fontSize":18,"textAlign":"center","marginTop":14,"marginBottom":34},"children":["Esta es una página de prueba creada para verificar la configuración y el funcionamiento de variables de entorno y componentes de Next.js. ",["$","br",null,{}],"Puedes usarla para hacer pruebas rápidas o ajustes durante el desarrollo."]}],["$","div",null,{"style":{"background":"#f4f6fb","border":"1px solid #dde3ec","borderRadius":8,"padding":"18px 28px","fontSize":16,"color":"#38495a"},"children":[["$","div",null,{"children":[["$","strong",null,{"children":"NEXT_PUBLIC_API_URL:"}]," ",["$","span",null,{"style":{"color":"#23397a"},"children":"http://localhost:3000"}]]}],["$","div",null,{"children":[["$","strong",null,{"children":"PG_USER:"}]," ",["$","span",null,{"style":{"color":"#23397a"},"children":"postgres"}]]}]]}]]}],null,["$","$L4",null,{"children":["$","$5",null,{"name":"Next.MetadataOutlet","children":"$@6"}]}]]}],{},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$L7",null,{"children":"$L8"}],["$","div",null,{"hidden":true,"children":["$","$L9",null,{"children":["$","$5",null,{"name":"Next.Metadata","children":"$La"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$b",[]],"S":true}
13
+ 8:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
14
+ c:I[31043,["/_next/static/chunks/57d1af92f5dc15fa.js"],"IconMark"]
15
+ 6:null
16
+ a:[["$","title","0",{"children":"Create Next App"}],["$","meta","1",{"name":"description","content":"Generated by create next app"}],["$","link","2",{"rel":"icon","href":"/favicon.ico?favicon.0b3bf435.ico","sizes":"256x256","type":"image/x-icon"}],["$","$Lc","3",{}]]
@@ -0,0 +1,6 @@
1
+ 1:"$Sreact.fragment"
2
+ 2:I[77901,["/_next/static/chunks/57d1af92f5dc15fa.js"],"ViewportBoundary"]
3
+ 3:I[77901,["/_next/static/chunks/57d1af92f5dc15fa.js"],"MetadataBoundary"]
4
+ 4:"$Sreact.suspense"
5
+ 5:I[31043,["/_next/static/chunks/57d1af92f5dc15fa.js"],"IconMark"]
6
+ 0:{"buildId":"_NbfI2TKfapiyxsQgIG3h","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Create Next App"}],["$","meta","1",{"name":"description","content":"Generated by create next app"}],["$","link","2",{"rel":"icon","href":"/favicon.ico?favicon.0b3bf435.ico","sizes":"256x256","type":"image/x-icon"}],["$","$L5","3",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"loading":null,"isPartial":false}
@@ -0,0 +1,5 @@
1
+ 1:"$Sreact.fragment"
2
+ 2:I[25322,["/_next/static/chunks/57d1af92f5dc15fa.js"],"default"]
3
+ 3:I[58732,["/_next/static/chunks/57d1af92f5dc15fa.js"],"default"]
4
+ :HL["/_next/static/chunks/d6aec49b013224a2.css","style"]
5
+ 0:{"buildId":"_NbfI2TKfapiyxsQgIG3h","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/d6aec49b013224a2.css","precedence":"next"}]],["$","html",null,{"lang":"en","children":["$","body",null,{"className":"geist_a71539c9-module__T19VSG__variable geist_mono_8d43a2aa-module__8Li5zG__variable antialiased","children":["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}]}]]}],"loading":null,"isPartial":false}
@@ -0,0 +1,4 @@
1
+ :HL["/_next/static/chunks/d6aec49b013224a2.css","style"]
2
+ :HL["/_next/static/media/797e433ab948586e-s.p.dbea232f.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
3
+ :HL["/_next/static/media/caa3a2e1cccd8315-s.p.853070df.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
4
+ 0:{"buildId":"_NbfI2TKfapiyxsQgIG3h","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":true},"staleTime":300}
@@ -0,0 +1,3 @@
1
+ {
2
+ "/page": "app/page.js"
3
+ }
@@ -0,0 +1,16 @@
1
+ {
2
+ "devFiles": [],
3
+ "ampDevFiles": [],
4
+ "polyfillFiles": [
5
+ "static/chunks/a6dad97d9634a72d.js"
6
+ ],
7
+ "lowPriorityFiles": [],
8
+ "rootMainFiles": [
9
+ "static/chunks/6ae71d5e8ea4d1eb.js",
10
+ "static/chunks/70977d70c9306213.js",
11
+ "static/chunks/777dac7104fe2a30.js",
12
+ "static/chunks/turbopack-0ce517fb6224c1f0.js"
13
+ ],
14
+ "pages": {},
15
+ "ampFirstPages": []
16
+ }
@@ -0,0 +1,11 @@
1
+ {
2
+ "pages": {},
3
+ "app": {
4
+ "[project]/2025/cc/CODECRYPTO/infra/example-navidad/app/page": [
5
+ "static/media/caa3a2e1cccd8315-s.p.853070df.woff2",
6
+ "static/media/797e433ab948586e-s.p.dbea232f.woff2"
7
+ ]
8
+ },
9
+ "appUsingSizeAdjust": true,
10
+ "pagesUsingSizeAdjust": false
11
+ }
@@ -0,0 +1,16 @@
1
+ var R=require("../chunks/ssr/[turbopack]_runtime.js")("server/app/page.js")
2
+ R.c("server/chunks/ssr/[root-of-the-server]__d2b7072b._.js")
3
+ R.c("server/chunks/ssr/2025_cc_CODECRYPTO_infra_example-navidad_377109b0._.js")
4
+ R.c("server/chunks/ssr/2025_cc_CODECRYPTO_infra_example-navidad_90799f30._.js")
5
+ R.c("server/chunks/ssr/[root-of-the-server]__4722e53c._.js")
6
+ R.c("server/chunks/ssr/[root-of-the-server]__864cadbf._.js")
7
+ R.c("server/chunks/ssr/77a20_next_dist_d332f292._.js")
8
+ R.c("server/chunks/ssr/2025_cc_CODECRYPTO_infra_example-navidad_app_b9057478._.js")
9
+ R.c("server/chunks/ssr/77a20_next_dist_client_components_builtin_global-error_e0d57e6e.js")
10
+ R.c("server/chunks/ssr/[root-of-the-server]__02f3f427._.js")
11
+ R.c("server/chunks/ssr/77a20_next_dist_client_components_41330064._.js")
12
+ R.c("server/chunks/ssr/77a20_next_dist_client_components_builtin_forbidden_ff3a0457.js")
13
+ R.c("server/chunks/ssr/77a20_next_dist_client_components_builtin_unauthorized_f1c47e13.js")
14
+ R.c("server/chunks/ssr/10072_infra_example-navidad__next-internal_server_app_page_actions_a387aef9.js")
15
+ R.m(49658)
16
+ module.exports=R.m(49658).exports
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": 3,
3
+ "sources": [],
4
+ "sections": []
5
+ }
@@ -0,0 +1 @@
1
+ {"version":1,"files":["../../../node_modules/next/dist/client/components/app-router-headers.js","../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../node_modules/next/dist/compiled/next-server/app-page-turbo.runtime.prod.js","../../../node_modules/next/dist/lib/client-and-server-references.js","../../../node_modules/next/dist/lib/constants.js","../../../node_modules/next/dist/lib/interop-default.js","../../../node_modules/next/dist/lib/is-error.js","../../../node_modules/next/dist/lib/semver-noop.js","../../../node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../node_modules/next/dist/server/app-render/async-local-storage.js","../../../node_modules/next/dist/server/app-render/cache-signal.js","../../../node_modules/next/dist/server/app-render/console-async-storage-instance.js","../../../node_modules/next/dist/server/app-render/console-async-storage.external.js","../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../node_modules/next/dist/server/lib/lru-cache.js","../../../node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../node_modules/next/dist/server/lib/trace/constants.js","../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../node_modules/next/dist/server/load-manifest.external.js","../../../node_modules/next/dist/server/node-environment-extensions/fast-set-immediate.external.js","../../../node_modules/next/dist/server/response-cache/types.js","../../../node_modules/next/dist/server/runtime-reacts.external.js","../../../node_modules/next/dist/shared/lib/deep-freeze.js","../../../node_modules/next/dist/shared/lib/invariant-error.js","../../../node_modules/next/dist/shared/lib/is-plain-object.js","../../../node_modules/next/dist/shared/lib/is-thenable.js","../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../node_modules/next/package.json","../chunks/ssr/10072_infra_example-navidad__next-internal_server_app_page_actions_a387aef9.js","../chunks/ssr/2025_cc_CODECRYPTO_infra_example-navidad_377109b0._.js","../chunks/ssr/2025_cc_CODECRYPTO_infra_example-navidad_90799f30._.js","../chunks/ssr/2025_cc_CODECRYPTO_infra_example-navidad_app_b9057478._.js","../chunks/ssr/77a20_next_dist_8dba0557._.js","../chunks/ssr/77a20_next_dist_client_components_41330064._.js","../chunks/ssr/77a20_next_dist_client_components_builtin_forbidden_ff3a0457.js","../chunks/ssr/77a20_next_dist_client_components_builtin_global-error_e0d57e6e.js","../chunks/ssr/77a20_next_dist_client_components_builtin_unauthorized_f1c47e13.js","../chunks/ssr/77a20_next_dist_d332f292._.js","../chunks/ssr/[root-of-the-server]__02f3f427._.js","../chunks/ssr/[root-of-the-server]__4722e53c._.js","../chunks/ssr/[root-of-the-server]__61942f2d._.js","../chunks/ssr/[root-of-the-server]__864cadbf._.js","../chunks/ssr/[root-of-the-server]__9939e281._.js","../chunks/ssr/[root-of-the-server]__d2b7072b._.js","../chunks/ssr/[turbopack]_runtime.js","./page/react-loadable-manifest.json","./page_client-reference-manifest.js"]}