start-fapi 1.0.2 → 1.0.3-alpha.0

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 (35) hide show
  1. package/.next/BUILD_ID +1 -1
  2. package/.next/build-manifest.json +2 -2
  3. package/.next/fallback-build-manifest.json +2 -2
  4. package/.next/routes-manifest.json +24 -1
  5. package/.next/server/app/_global-error.html +2 -2
  6. package/.next/server/app/_global-error.rsc +1 -1
  7. package/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
  8. package/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
  9. package/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
  10. package/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
  11. package/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  12. package/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  13. package/.next/server/app/fapi-simulator/page_client-reference-manifest.js +1 -1
  14. package/.next/server/app/home/page_client-reference-manifest.js +1 -1
  15. package/.next/server/app/page_client-reference-manifest.js +1 -1
  16. package/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_d1e4afdb.js +1 -1
  17. package/.next/server/chunks/ssr/[root-of-the-server]__1c7254d0._.js +1 -1
  18. package/.next/server/chunks/ssr/[root-of-the-server]__495a2284._.js +1 -1
  19. package/.next/server/chunks/ssr/[root-of-the-server]__e8196cc2._.js +1 -1
  20. package/.next/server/chunks/ssr/_fb4e6f0e._.js +1 -1
  21. package/.next/server/pages/500.html +2 -2
  22. package/.next/static/chunks/12b75204cfe944b0.js +33 -0
  23. package/.next/static/chunks/f86e10a71094085b.js +1 -0
  24. package/README.md +34 -4
  25. package/bin/start-fapi.js +1 -2
  26. package/next.config.js +22 -2
  27. package/package.json +2 -2
  28. package/src/app/api/fapi/[[...path]]/route.ts +6 -7
  29. package/src/app/home/data.ts +2 -2
  30. package/src/app/rootLayoutClient.tsx +2 -2
  31. package/.next/static/chunks/7e710b2326320c5f.js +0 -1
  32. package/.next/static/chunks/83c2eb4d24bc9500.js +0 -33
  33. /package/.next/static/{SvxQnjPVD3UVCzysHIqbO → O6BDsqw-lSDK00X1ZpxaA}/_buildManifest.js +0 -0
  34. /package/.next/static/{SvxQnjPVD3UVCzysHIqbO → O6BDsqw-lSDK00X1ZpxaA}/_clientMiddlewareManifest.json +0 -0
  35. /package/.next/static/{SvxQnjPVD3UVCzysHIqbO → O6BDsqw-lSDK00X1ZpxaA}/_ssgManifest.js +0 -0
package/.next/BUILD_ID CHANGED
@@ -1 +1 @@
1
- SvxQnjPVD3UVCzysHIqbO
1
+ O6BDsqw-lSDK00X1ZpxaA
@@ -7,8 +7,8 @@
7
7
  "static/chunks/a6dad97d9634a72d.js"
8
8
  ],
9
9
  "lowPriorityFiles": [
10
- "static/SvxQnjPVD3UVCzysHIqbO/_ssgManifest.js",
11
- "static/SvxQnjPVD3UVCzysHIqbO/_buildManifest.js"
10
+ "static/O6BDsqw-lSDK00X1ZpxaA/_ssgManifest.js",
11
+ "static/O6BDsqw-lSDK00X1ZpxaA/_buildManifest.js"
12
12
  ],
13
13
  "rootMainFiles": [
14
14
  "static/chunks/90673e20390284b9.js",
@@ -5,8 +5,8 @@
5
5
  "devFiles": [],
6
6
  "polyfillFiles": [],
7
7
  "lowPriorityFiles": [
8
- "static/SvxQnjPVD3UVCzysHIqbO/_ssgManifest.js",
9
- "static/SvxQnjPVD3UVCzysHIqbO/_buildManifest.js"
8
+ "static/O6BDsqw-lSDK00X1ZpxaA/_ssgManifest.js",
9
+ "static/O6BDsqw-lSDK00X1ZpxaA/_buildManifest.js"
10
10
  ],
11
11
  "rootMainFiles": []
12
12
  }
@@ -14,7 +14,30 @@
14
14
  "regex": "^(?:/((?:[^/]+?)(?:/(?:[^/]+?))*))/$"
15
15
  }
16
16
  ],
17
- "headers": [],
17
+ "headers": [
18
+ {
19
+ "source": "/api/fapi/:path*",
20
+ "headers": [
21
+ {
22
+ "key": "Access-Control-Allow-Origin",
23
+ "value": "*"
24
+ },
25
+ {
26
+ "key": "Access-Control-Allow-Methods",
27
+ "value": "GET, POST, PUT, DELETE, OPTIONS"
28
+ },
29
+ {
30
+ "key": "Access-Control-Allow-Headers",
31
+ "value": "Content-Type, Authorization"
32
+ },
33
+ {
34
+ "key": "Access-Control-Max-Age",
35
+ "value": "86400"
36
+ }
37
+ ],
38
+ "regex": "^/api/fapi(?:/((?:[^/]+?)(?:/(?:[^/]+?))*))?(?:/)?$"
39
+ }
40
+ ],
18
41
  "rewrites": {
19
42
  "beforeFiles": [],
20
43
  "afterFiles": [],
@@ -1,2 +1,2 @@
1
- <!DOCTYPE html><!--SvxQnjPVD3UVCzysHIqbO--><html id="__next_error__"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/90673e20390284b9.js"/><script src="/_next/static/chunks/236f7e5abd6f09ff.js" async=""></script><script src="/_next/static/chunks/30ea11065999f7ac.js" async=""></script><script src="/_next/static/chunks/17bb38bff44521fb.js" async=""></script><script src="/_next/static/chunks/turbopack-5df892e831a9bae7.js" async=""></script><script src="/_next/static/chunks/ff1a16fafef87110.js" async=""></script><script src="/_next/static/chunks/7340adf74ff47ec0.js" async=""></script><title>500: Internal Server Error.</title><link rel="icon" href="/favicon.ico?favicon.c1eb8e89.ico" sizes="256x256" type="image/x-icon"/><script src="/_next/static/chunks/a6dad97d9634a72d.js" noModule=""></script></head><body><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="line-height:48px"><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}
2
- @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-right:23px;font-size:24px;font-weight:500;vertical-align:top">500</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:28px">Internal Server Error.</h2></div></div></div><!--$--><!--/$--><script src="/_next/static/chunks/90673e20390284b9.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[39756,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/7340adf74ff47ec0.js\"],\"default\"]\n3:I[37457,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/7340adf74ff47ec0.js\"],\"default\"]\n4:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/7340adf74ff47ec0.js\"],\"OutletBoundary\"]\n5:\"$Sreact.suspense\"\n7:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/7340adf74ff47ec0.js\"],\"ViewportBoundary\"]\n9:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/7340adf74ff47ec0.js\"],\"MetadataBoundary\"]\nb:I[68027,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/7340adf74ff47ec0.js\"],\"default\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"SvxQnjPVD3UVCzysHIqbO\",\"c\":[\"\",\"_global-error\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"__PAGE__\",{}]}],[[\"$\",\"$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\":[[\"$\",\"html\",null,{\"id\":\"__next_error__\",\"children\":[[\"$\",\"head\",null,{\"children\":[\"$\",\"title\",null,{\"children\":\"500: Internal Server Error.\"}]}],[\"$\",\"body\",null,{\"children\":[\"$\",\"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,{\"style\":{\"lineHeight\":\"48px\"},\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}\\n@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\",\"paddingRight\":23,\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\"},\"children\":\"500\"}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"28px\"},\"children\":\"Internal Server Error.\"}]}]]}]}]}]]}],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\"}]}]}],null]}],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[27201,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/7340adf74ff47ec0.js\"],\"IconMark\"]\n6:null\na:[[\"$\",\"link\",\"0\",{\"rel\":\"icon\",\"href\":\"/favicon.ico?favicon.c1eb8e89.ico\",\"sizes\":\"256x256\",\"type\":\"image/x-icon\"}],[\"$\",\"$Lc\",\"1\",{}]]\n"])</script></body></html>
1
+ <!DOCTYPE html><!--O6BDsqw_lSDK00X1ZpxaA--><html id="__next_error__"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/90673e20390284b9.js"/><script src="/_next/static/chunks/236f7e5abd6f09ff.js" async=""></script><script src="/_next/static/chunks/30ea11065999f7ac.js" async=""></script><script src="/_next/static/chunks/17bb38bff44521fb.js" async=""></script><script src="/_next/static/chunks/turbopack-5df892e831a9bae7.js" async=""></script><script src="/_next/static/chunks/ff1a16fafef87110.js" async=""></script><script src="/_next/static/chunks/7340adf74ff47ec0.js" async=""></script><title>500: Internal Server Error.</title><link rel="icon" href="/favicon.ico?favicon.c1eb8e89.ico" sizes="256x256" type="image/x-icon"/><script src="/_next/static/chunks/a6dad97d9634a72d.js" noModule=""></script></head><body><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="line-height:48px"><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}
2
+ @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-right:23px;font-size:24px;font-weight:500;vertical-align:top">500</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:28px">Internal Server Error.</h2></div></div></div><!--$--><!--/$--><script src="/_next/static/chunks/90673e20390284b9.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[39756,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/7340adf74ff47ec0.js\"],\"default\"]\n3:I[37457,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/7340adf74ff47ec0.js\"],\"default\"]\n4:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/7340adf74ff47ec0.js\"],\"OutletBoundary\"]\n5:\"$Sreact.suspense\"\n7:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/7340adf74ff47ec0.js\"],\"ViewportBoundary\"]\n9:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/7340adf74ff47ec0.js\"],\"MetadataBoundary\"]\nb:I[68027,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/7340adf74ff47ec0.js\"],\"default\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"O6BDsqw-lSDK00X1ZpxaA\",\"c\":[\"\",\"_global-error\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"__PAGE__\",{}]}],[[\"$\",\"$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\":[[\"$\",\"html\",null,{\"id\":\"__next_error__\",\"children\":[[\"$\",\"head\",null,{\"children\":[\"$\",\"title\",null,{\"children\":\"500: Internal Server Error.\"}]}],[\"$\",\"body\",null,{\"children\":[\"$\",\"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,{\"style\":{\"lineHeight\":\"48px\"},\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}\\n@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\",\"paddingRight\":23,\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\"},\"children\":\"500\"}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"28px\"},\"children\":\"Internal Server Error.\"}]}]]}]}]}]]}],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\"}]}]}],null]}],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[27201,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/7340adf74ff47ec0.js\"],\"IconMark\"]\n6:null\na:[[\"$\",\"link\",\"0\",{\"rel\":\"icon\",\"href\":\"/favicon.ico?favicon.c1eb8e89.ico\",\"sizes\":\"256x256\",\"type\":\"image/x-icon\"}],[\"$\",\"$Lc\",\"1\",{}]]\n"])</script></body></html>
@@ -6,7 +6,7 @@
6
6
  7:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"ViewportBoundary"]
7
7
  9:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"MetadataBoundary"]
8
8
  b:I[68027,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"default"]
9
- 0:{"P":null,"b":"SvxQnjPVD3UVCzysHIqbO","c":["","_global-error"],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]}],[["$","$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":[["$","html",null,{"id":"__next_error__","children":[["$","head",null,{"children":["$","title",null,{"children":"500: Internal Server Error."}]}],["$","body",null,{"children":["$","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,{"style":{"lineHeight":"48px"},"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}\n@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","paddingRight":23,"fontSize":24,"fontWeight":500,"verticalAlign":"top"},"children":"500"}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"28px"},"children":"Internal Server Error."}]}]]}]}]}]]}],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"}]}]}],null]}],false]],"m":"$undefined","G":["$b","$undefined"],"S":true}
9
+ 0:{"P":null,"b":"O6BDsqw-lSDK00X1ZpxaA","c":["","_global-error"],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]}],[["$","$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":[["$","html",null,{"id":"__next_error__","children":[["$","head",null,{"children":["$","title",null,{"children":"500: Internal Server Error."}]}],["$","body",null,{"children":["$","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,{"style":{"lineHeight":"48px"},"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}\n@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","paddingRight":23,"fontSize":24,"fontWeight":500,"verticalAlign":"top"},"children":"500"}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"28px"},"children":"Internal Server Error."}]}]]}]}]}]]}],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"}]}]}],null]}],false]],"m":"$undefined","G":["$b","$undefined"],"S":true}
10
10
  8:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
11
11
  c:I[27201,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"IconMark"]
12
12
  6:null
@@ -1,5 +1,5 @@
1
1
  1:"$Sreact.fragment"
2
2
  2:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"OutletBoundary"]
3
3
  3:"$Sreact.suspense"
4
- 0:{"buildId":"SvxQnjPVD3UVCzysHIqbO","rsc":["$","$1","c",{"children":[["$","html",null,{"id":"__next_error__","children":[["$","head",null,{"children":["$","title",null,{"children":"500: Internal Server Error."}]}],["$","body",null,{"children":["$","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,{"style":{"lineHeight":"48px"},"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}\n@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","paddingRight":23,"fontSize":24,"fontWeight":500,"verticalAlign":"top"},"children":"500"}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"28px"},"children":"Internal Server Error."}]}]]}]}]}]]}],null,["$","$L2",null,{"children":["$","$3",null,{"name":"Next.MetadataOutlet","children":"$@4"}]}]]}],"loading":null,"isPartial":false}
4
+ 0:{"buildId":"O6BDsqw-lSDK00X1ZpxaA","rsc":["$","$1","c",{"children":[["$","html",null,{"id":"__next_error__","children":[["$","head",null,{"children":["$","title",null,{"children":"500: Internal Server Error."}]}],["$","body",null,{"children":["$","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,{"style":{"lineHeight":"48px"},"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}\n@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","paddingRight":23,"fontSize":24,"fontWeight":500,"verticalAlign":"top"},"children":"500"}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"28px"},"children":"Internal Server Error."}]}]]}]}]}]]}],null,["$","$L2",null,{"children":["$","$3",null,{"name":"Next.MetadataOutlet","children":"$@4"}]}]]}],"loading":null,"isPartial":false}
5
5
  4:null
@@ -6,7 +6,7 @@
6
6
  7:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"ViewportBoundary"]
7
7
  9:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"MetadataBoundary"]
8
8
  b:I[68027,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"default"]
9
- 0:{"P":null,"b":"SvxQnjPVD3UVCzysHIqbO","c":["","_global-error"],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]}],[["$","$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":[["$","html",null,{"id":"__next_error__","children":[["$","head",null,{"children":["$","title",null,{"children":"500: Internal Server Error."}]}],["$","body",null,{"children":["$","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,{"style":{"lineHeight":"48px"},"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}\n@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","paddingRight":23,"fontSize":24,"fontWeight":500,"verticalAlign":"top"},"children":"500"}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"28px"},"children":"Internal Server Error."}]}]]}]}]}]]}],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"}]}]}],null]}],false]],"m":"$undefined","G":["$b","$undefined"],"S":true}
9
+ 0:{"P":null,"b":"O6BDsqw-lSDK00X1ZpxaA","c":["","_global-error"],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]}],[["$","$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":[["$","html",null,{"id":"__next_error__","children":[["$","head",null,{"children":["$","title",null,{"children":"500: Internal Server Error."}]}],["$","body",null,{"children":["$","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,{"style":{"lineHeight":"48px"},"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}\n@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","paddingRight":23,"fontSize":24,"fontWeight":500,"verticalAlign":"top"},"children":"500"}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"28px"},"children":"Internal Server Error."}]}]]}]}]}]]}],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"}]}]}],null]}],false]],"m":"$undefined","G":["$b","$undefined"],"S":true}
10
10
  8:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
11
11
  c:I[27201,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"IconMark"]
12
12
  6:null
@@ -3,4 +3,4 @@
3
3
  3:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"MetadataBoundary"]
4
4
  4:"$Sreact.suspense"
5
5
  5:I[27201,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"IconMark"]
6
- 0:{"buildId":"SvxQnjPVD3UVCzysHIqbO","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":[["$","link","0",{"rel":"icon","href":"/favicon.ico?favicon.c1eb8e89.ico","sizes":"256x256","type":"image/x-icon"}],["$","$L5","1",{}]]}]}]}],null]}],"loading":null,"isPartial":false}
6
+ 0:{"buildId":"O6BDsqw-lSDK00X1ZpxaA","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":[["$","link","0",{"rel":"icon","href":"/favicon.ico?favicon.c1eb8e89.ico","sizes":"256x256","type":"image/x-icon"}],["$","$L5","1",{}]]}]}]}],null]}],"loading":null,"isPartial":false}
@@ -1,4 +1,4 @@
1
1
  1:"$Sreact.fragment"
2
2
  2:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"default"]
3
3
  3:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"default"]
4
- 0:{"buildId":"SvxQnjPVD3UVCzysHIqbO","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false}
4
+ 0:{"buildId":"O6BDsqw-lSDK00X1ZpxaA","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false}
@@ -1 +1 @@
1
- 0:{"buildId":"SvxQnjPVD3UVCzysHIqbO","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false},"staleTime":300}
1
+ 0:{"buildId":"O6BDsqw-lSDK00X1ZpxaA","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false},"staleTime":300}
@@ -1,2 +1,2 @@
1
1
  globalThis.__RSC_MANIFEST = globalThis.__RSC_MANIFEST || {};
2
- globalThis.__RSC_MANIFEST["/_not-found/page"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{"[project]/node_modules/next/dist/client/components/builtin/global-error.js <module evaluation>":{"id":68027,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/client/components/builtin/global-error.js":{"id":68027,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/layout-router.js <module evaluation>":{"id":39756,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/layout-router.js":{"id":39756,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js <module evaluation>":{"id":37457,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":37457,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js <module evaluation>":{"id":47257,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js":{"id":47257,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js <module evaluation>":{"id":92825,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js":{"id":92825,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js <module evaluation>":{"id":68017,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":68017,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js <module evaluation>":{"id":27201,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":27201,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js <module evaluation>":{"id":97367,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":97367,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/src/app/rootLayoutClient.tsx <module evaluation>":{"id":76938,"name":"*","chunks":["/_next/static/chunks/83c2eb4d24bc9500.js","/_next/static/chunks/628aaa268a25ba01.js"],"async":false},"[project]/src/app/rootLayoutClient.tsx":{"id":76938,"name":"*","chunks":["/_next/static/chunks/83c2eb4d24bc9500.js","/_next/static/chunks/628aaa268a25ba01.js"],"async":false},"[project]/src/app/storeProvider.tsx <module evaluation>":{"id":40581,"name":"*","chunks":["/_next/static/chunks/83c2eb4d24bc9500.js","/_next/static/chunks/628aaa268a25ba01.js"],"async":false},"[project]/src/app/storeProvider.tsx":{"id":40581,"name":"*","chunks":["/_next/static/chunks/83c2eb4d24bc9500.js","/_next/static/chunks/628aaa268a25ba01.js"],"async":false}},"ssrModuleMapping":{"68027":{"*":{"id":40622,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__ff065057._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js"],"async":false}},"39756":{"*":{"id":2420,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__ff065057._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js"],"async":false}},"37457":{"*":{"id":24017,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__ff065057._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js"],"async":false}},"47257":{"*":{"id":77682,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__ff065057._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js"],"async":false}},"92825":{"*":{"id":97296,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__ff065057._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js"],"async":false}},"68017":{"*":{"id":61660,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__ff065057._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js"],"async":false}},"27201":{"*":{"id":60704,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__ff065057._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js"],"async":false}},"97367":{"*":{"id":90574,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__ff065057._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js"],"async":false}},"76938":{"*":{"id":55533,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__495a2284._.js","server/chunks/ssr/[root-of-the-server]__e8196cc2._.js","server/chunks/ssr/_8c79556d._.js","server/chunks/ssr/node_modules_next_920e7746._.js"],"async":false}},"40581":{"*":{"id":97165,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__495a2284._.js","server/chunks/ssr/[root-of-the-server]__e8196cc2._.js","server/chunks/ssr/_8c79556d._.js","server/chunks/ssr/node_modules_next_920e7746._.js"],"async":false}}},"edgeSSRModuleMapping":{},"rscModuleMapping":{"68027":{"*":{"id":82509,"name":"*","chunks":[],"async":false}},"39756":{"*":{"id":26768,"name":"*","chunks":[],"async":false}},"37457":{"*":{"id":17910,"name":"*","chunks":[],"async":false}},"47257":{"*":{"id":92977,"name":"*","chunks":[],"async":false}},"92825":{"*":{"id":48552,"name":"*","chunks":[],"async":false}},"68017":{"*":{"id":83919,"name":"*","chunks":[],"async":false}},"27201":{"*":{"id":40771,"name":"*","chunks":[],"async":false}},"97367":{"*":{"id":24150,"name":"*","chunks":[],"async":false}},"76938":{"*":{"id":10744,"name":"*","chunks":[],"async":false}},"40581":{"*":{"id":27074,"name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{},"entryCSSFiles":{"[project]/src/app/favicon.ico":[],"[project]/src/app/layout":[{"path":"static/chunks/b82debe0d7c674a8.css","inlined":false}]},"entryJSFiles":{"[project]/src/app/favicon.ico":["static/chunks/ff1a16fafef87110.js","static/chunks/7340adf74ff47ec0.js"],"[project]/src/app/layout":["static/chunks/83c2eb4d24bc9500.js","static/chunks/628aaa268a25ba01.js"]}}
2
+ globalThis.__RSC_MANIFEST["/_not-found/page"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{"[project]/node_modules/next/dist/client/components/builtin/global-error.js <module evaluation>":{"id":68027,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/client/components/builtin/global-error.js":{"id":68027,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/layout-router.js <module evaluation>":{"id":39756,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/layout-router.js":{"id":39756,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js <module evaluation>":{"id":37457,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":37457,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js <module evaluation>":{"id":47257,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js":{"id":47257,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js <module evaluation>":{"id":92825,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js":{"id":92825,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js <module evaluation>":{"id":68017,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":68017,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js <module evaluation>":{"id":27201,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":27201,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js <module evaluation>":{"id":97367,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":97367,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/src/app/rootLayoutClient.tsx <module evaluation>":{"id":76938,"name":"*","chunks":["/_next/static/chunks/12b75204cfe944b0.js","/_next/static/chunks/628aaa268a25ba01.js"],"async":false},"[project]/src/app/rootLayoutClient.tsx":{"id":76938,"name":"*","chunks":["/_next/static/chunks/12b75204cfe944b0.js","/_next/static/chunks/628aaa268a25ba01.js"],"async":false},"[project]/src/app/storeProvider.tsx <module evaluation>":{"id":40581,"name":"*","chunks":["/_next/static/chunks/12b75204cfe944b0.js","/_next/static/chunks/628aaa268a25ba01.js"],"async":false},"[project]/src/app/storeProvider.tsx":{"id":40581,"name":"*","chunks":["/_next/static/chunks/12b75204cfe944b0.js","/_next/static/chunks/628aaa268a25ba01.js"],"async":false}},"ssrModuleMapping":{"68027":{"*":{"id":40622,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__ff065057._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js"],"async":false}},"39756":{"*":{"id":2420,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__ff065057._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js"],"async":false}},"37457":{"*":{"id":24017,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__ff065057._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js"],"async":false}},"47257":{"*":{"id":77682,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__ff065057._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js"],"async":false}},"92825":{"*":{"id":97296,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__ff065057._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js"],"async":false}},"68017":{"*":{"id":61660,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__ff065057._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js"],"async":false}},"27201":{"*":{"id":60704,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__ff065057._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js"],"async":false}},"97367":{"*":{"id":90574,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__ff065057._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js"],"async":false}},"76938":{"*":{"id":55533,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__495a2284._.js","server/chunks/ssr/[root-of-the-server]__e8196cc2._.js","server/chunks/ssr/_8c79556d._.js","server/chunks/ssr/node_modules_next_920e7746._.js"],"async":false}},"40581":{"*":{"id":97165,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__495a2284._.js","server/chunks/ssr/[root-of-the-server]__e8196cc2._.js","server/chunks/ssr/_8c79556d._.js","server/chunks/ssr/node_modules_next_920e7746._.js"],"async":false}}},"edgeSSRModuleMapping":{},"rscModuleMapping":{"68027":{"*":{"id":82509,"name":"*","chunks":[],"async":false}},"39756":{"*":{"id":26768,"name":"*","chunks":[],"async":false}},"37457":{"*":{"id":17910,"name":"*","chunks":[],"async":false}},"47257":{"*":{"id":92977,"name":"*","chunks":[],"async":false}},"92825":{"*":{"id":48552,"name":"*","chunks":[],"async":false}},"68017":{"*":{"id":83919,"name":"*","chunks":[],"async":false}},"27201":{"*":{"id":40771,"name":"*","chunks":[],"async":false}},"97367":{"*":{"id":24150,"name":"*","chunks":[],"async":false}},"76938":{"*":{"id":10744,"name":"*","chunks":[],"async":false}},"40581":{"*":{"id":27074,"name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{},"entryCSSFiles":{"[project]/src/app/favicon.ico":[],"[project]/src/app/layout":[{"path":"static/chunks/b82debe0d7c674a8.css","inlined":false}]},"entryJSFiles":{"[project]/src/app/favicon.ico":["static/chunks/ff1a16fafef87110.js","static/chunks/7340adf74ff47ec0.js"],"[project]/src/app/layout":["static/chunks/12b75204cfe944b0.js","static/chunks/628aaa268a25ba01.js"]}}
@@ -1,2 +1,2 @@
1
1
  globalThis.__RSC_MANIFEST = globalThis.__RSC_MANIFEST || {};
2
- globalThis.__RSC_MANIFEST["/fapi-simulator/page"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{"[project]/node_modules/next/dist/esm/client/components/layout-router.js <module evaluation>":{"id":39756,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/layout-router.js":{"id":39756,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js <module evaluation>":{"id":37457,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":37457,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js <module evaluation>":{"id":47257,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js":{"id":47257,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js <module evaluation>":{"id":92825,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js":{"id":92825,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js <module evaluation>":{"id":68017,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":68017,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js <module evaluation>":{"id":27201,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":27201,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js <module evaluation>":{"id":97367,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":97367,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/client/components/builtin/global-error.js <module evaluation>":{"id":68027,"name":"*","chunks":[],"async":false},"[project]/node_modules/next/dist/client/components/builtin/global-error.js":{"id":68027,"name":"*","chunks":[],"async":false},"[project]/src/app/rootLayoutClient.tsx <module evaluation>":{"id":76938,"name":"*","chunks":["/_next/static/chunks/83c2eb4d24bc9500.js","/_next/static/chunks/628aaa268a25ba01.js"],"async":false},"[project]/src/app/rootLayoutClient.tsx":{"id":76938,"name":"*","chunks":["/_next/static/chunks/83c2eb4d24bc9500.js","/_next/static/chunks/628aaa268a25ba01.js"],"async":false},"[project]/src/app/storeProvider.tsx <module evaluation>":{"id":40581,"name":"*","chunks":["/_next/static/chunks/83c2eb4d24bc9500.js","/_next/static/chunks/628aaa268a25ba01.js"],"async":false},"[project]/src/app/storeProvider.tsx":{"id":40581,"name":"*","chunks":["/_next/static/chunks/83c2eb4d24bc9500.js","/_next/static/chunks/628aaa268a25ba01.js"],"async":false},"[project]/src/app/fapi-simulator/page.tsx <module evaluation>":{"id":43564,"name":"*","chunks":["/_next/static/chunks/83c2eb4d24bc9500.js","/_next/static/chunks/628aaa268a25ba01.js","/_next/static/chunks/edf6fbd7b1893d1e.js","/_next/static/chunks/f8ebb1847e4eeced.js"],"async":false},"[project]/src/app/fapi-simulator/page.tsx":{"id":43564,"name":"*","chunks":["/_next/static/chunks/83c2eb4d24bc9500.js","/_next/static/chunks/628aaa268a25ba01.js","/_next/static/chunks/edf6fbd7b1893d1e.js","/_next/static/chunks/f8ebb1847e4eeced.js"],"async":false}},"ssrModuleMapping":{"39756":{"*":{"id":2420,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__d78bcd3a._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js"],"async":false}},"37457":{"*":{"id":24017,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__d78bcd3a._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js"],"async":false}},"47257":{"*":{"id":77682,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__d78bcd3a._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js"],"async":false}},"92825":{"*":{"id":97296,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__d78bcd3a._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js"],"async":false}},"68017":{"*":{"id":61660,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__d78bcd3a._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js"],"async":false}},"27201":{"*":{"id":60704,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__d78bcd3a._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js"],"async":false}},"97367":{"*":{"id":90574,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__d78bcd3a._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js"],"async":false}},"68027":{"*":{"id":40622,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__a457c799._.js"],"async":false}},"76938":{"*":{"id":55533,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__495a2284._.js","server/chunks/ssr/[root-of-the-server]__e8196cc2._.js","server/chunks/ssr/_8c79556d._.js","server/chunks/ssr/node_modules_next_920e7746._.js"],"async":false}},"40581":{"*":{"id":97165,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__495a2284._.js","server/chunks/ssr/[root-of-the-server]__e8196cc2._.js","server/chunks/ssr/_8c79556d._.js","server/chunks/ssr/node_modules_next_920e7746._.js"],"async":false}},"43564":{"*":{"id":50001,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__495a2284._.js","server/chunks/ssr/[root-of-the-server]__e8196cc2._.js","server/chunks/ssr/_8c79556d._.js","server/chunks/ssr/node_modules_next_920e7746._.js","server/chunks/ssr/_4eca4c4c._.js","server/chunks/ssr/_95fb7656._.js"],"async":false}}},"edgeSSRModuleMapping":{},"rscModuleMapping":{"39756":{"*":{"id":26768,"name":"*","chunks":[],"async":false}},"37457":{"*":{"id":17910,"name":"*","chunks":[],"async":false}},"47257":{"*":{"id":92977,"name":"*","chunks":[],"async":false}},"92825":{"*":{"id":48552,"name":"*","chunks":[],"async":false}},"68017":{"*":{"id":83919,"name":"*","chunks":[],"async":false}},"27201":{"*":{"id":40771,"name":"*","chunks":[],"async":false}},"97367":{"*":{"id":24150,"name":"*","chunks":[],"async":false}},"68027":{"*":{"id":82509,"name":"*","chunks":[],"async":false}},"76938":{"*":{"id":10744,"name":"*","chunks":[],"async":false}},"40581":{"*":{"id":27074,"name":"*","chunks":[],"async":false}},"43564":{"*":{"id":87293,"name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{},"entryCSSFiles":{"[project]/src/app/favicon.ico":[],"[project]/node_modules/next/dist/client/components/builtin/global-error":[],"[project]/src/app/layout":[{"path":"static/chunks/b82debe0d7c674a8.css","inlined":false}],"[project]/src/app/fapi-simulator/page":[{"path":"static/chunks/b82debe0d7c674a8.css","inlined":false},{"path":"static/chunks/76469f4ef7de4072.css","inlined":false}]},"entryJSFiles":{"[project]/src/app/favicon.ico":["static/chunks/ff1a16fafef87110.js","static/chunks/7340adf74ff47ec0.js"],"[project]/node_modules/next/dist/client/components/builtin/global-error":[],"[project]/src/app/layout":["static/chunks/83c2eb4d24bc9500.js","static/chunks/628aaa268a25ba01.js"],"[project]/src/app/fapi-simulator/page":["static/chunks/83c2eb4d24bc9500.js","static/chunks/628aaa268a25ba01.js","static/chunks/edf6fbd7b1893d1e.js","static/chunks/f8ebb1847e4eeced.js"]}}
2
+ globalThis.__RSC_MANIFEST["/fapi-simulator/page"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{"[project]/node_modules/next/dist/esm/client/components/layout-router.js <module evaluation>":{"id":39756,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/layout-router.js":{"id":39756,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js <module evaluation>":{"id":37457,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":37457,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js <module evaluation>":{"id":47257,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js":{"id":47257,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js <module evaluation>":{"id":92825,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js":{"id":92825,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js <module evaluation>":{"id":68017,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":68017,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js <module evaluation>":{"id":27201,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":27201,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js <module evaluation>":{"id":97367,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":97367,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/client/components/builtin/global-error.js <module evaluation>":{"id":68027,"name":"*","chunks":[],"async":false},"[project]/node_modules/next/dist/client/components/builtin/global-error.js":{"id":68027,"name":"*","chunks":[],"async":false},"[project]/src/app/rootLayoutClient.tsx <module evaluation>":{"id":76938,"name":"*","chunks":["/_next/static/chunks/12b75204cfe944b0.js","/_next/static/chunks/628aaa268a25ba01.js"],"async":false},"[project]/src/app/rootLayoutClient.tsx":{"id":76938,"name":"*","chunks":["/_next/static/chunks/12b75204cfe944b0.js","/_next/static/chunks/628aaa268a25ba01.js"],"async":false},"[project]/src/app/storeProvider.tsx <module evaluation>":{"id":40581,"name":"*","chunks":["/_next/static/chunks/12b75204cfe944b0.js","/_next/static/chunks/628aaa268a25ba01.js"],"async":false},"[project]/src/app/storeProvider.tsx":{"id":40581,"name":"*","chunks":["/_next/static/chunks/12b75204cfe944b0.js","/_next/static/chunks/628aaa268a25ba01.js"],"async":false},"[project]/src/app/fapi-simulator/page.tsx <module evaluation>":{"id":43564,"name":"*","chunks":["/_next/static/chunks/12b75204cfe944b0.js","/_next/static/chunks/628aaa268a25ba01.js","/_next/static/chunks/edf6fbd7b1893d1e.js","/_next/static/chunks/f8ebb1847e4eeced.js"],"async":false},"[project]/src/app/fapi-simulator/page.tsx":{"id":43564,"name":"*","chunks":["/_next/static/chunks/12b75204cfe944b0.js","/_next/static/chunks/628aaa268a25ba01.js","/_next/static/chunks/edf6fbd7b1893d1e.js","/_next/static/chunks/f8ebb1847e4eeced.js"],"async":false}},"ssrModuleMapping":{"39756":{"*":{"id":2420,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__d78bcd3a._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js"],"async":false}},"37457":{"*":{"id":24017,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__d78bcd3a._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js"],"async":false}},"47257":{"*":{"id":77682,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__d78bcd3a._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js"],"async":false}},"92825":{"*":{"id":97296,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__d78bcd3a._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js"],"async":false}},"68017":{"*":{"id":61660,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__d78bcd3a._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js"],"async":false}},"27201":{"*":{"id":60704,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__d78bcd3a._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js"],"async":false}},"97367":{"*":{"id":90574,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__d78bcd3a._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js"],"async":false}},"68027":{"*":{"id":40622,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__a457c799._.js"],"async":false}},"76938":{"*":{"id":55533,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__495a2284._.js","server/chunks/ssr/[root-of-the-server]__e8196cc2._.js","server/chunks/ssr/_8c79556d._.js","server/chunks/ssr/node_modules_next_920e7746._.js"],"async":false}},"40581":{"*":{"id":97165,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__495a2284._.js","server/chunks/ssr/[root-of-the-server]__e8196cc2._.js","server/chunks/ssr/_8c79556d._.js","server/chunks/ssr/node_modules_next_920e7746._.js"],"async":false}},"43564":{"*":{"id":50001,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__495a2284._.js","server/chunks/ssr/[root-of-the-server]__e8196cc2._.js","server/chunks/ssr/_8c79556d._.js","server/chunks/ssr/node_modules_next_920e7746._.js","server/chunks/ssr/_4eca4c4c._.js","server/chunks/ssr/_95fb7656._.js"],"async":false}}},"edgeSSRModuleMapping":{},"rscModuleMapping":{"39756":{"*":{"id":26768,"name":"*","chunks":[],"async":false}},"37457":{"*":{"id":17910,"name":"*","chunks":[],"async":false}},"47257":{"*":{"id":92977,"name":"*","chunks":[],"async":false}},"92825":{"*":{"id":48552,"name":"*","chunks":[],"async":false}},"68017":{"*":{"id":83919,"name":"*","chunks":[],"async":false}},"27201":{"*":{"id":40771,"name":"*","chunks":[],"async":false}},"97367":{"*":{"id":24150,"name":"*","chunks":[],"async":false}},"68027":{"*":{"id":82509,"name":"*","chunks":[],"async":false}},"76938":{"*":{"id":10744,"name":"*","chunks":[],"async":false}},"40581":{"*":{"id":27074,"name":"*","chunks":[],"async":false}},"43564":{"*":{"id":87293,"name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{},"entryCSSFiles":{"[project]/src/app/favicon.ico":[],"[project]/node_modules/next/dist/client/components/builtin/global-error":[],"[project]/src/app/layout":[{"path":"static/chunks/b82debe0d7c674a8.css","inlined":false}],"[project]/src/app/fapi-simulator/page":[{"path":"static/chunks/b82debe0d7c674a8.css","inlined":false},{"path":"static/chunks/76469f4ef7de4072.css","inlined":false}]},"entryJSFiles":{"[project]/src/app/favicon.ico":["static/chunks/ff1a16fafef87110.js","static/chunks/7340adf74ff47ec0.js"],"[project]/node_modules/next/dist/client/components/builtin/global-error":[],"[project]/src/app/layout":["static/chunks/12b75204cfe944b0.js","static/chunks/628aaa268a25ba01.js"],"[project]/src/app/fapi-simulator/page":["static/chunks/12b75204cfe944b0.js","static/chunks/628aaa268a25ba01.js","static/chunks/edf6fbd7b1893d1e.js","static/chunks/f8ebb1847e4eeced.js"]}}
@@ -1,2 +1,2 @@
1
1
  globalThis.__RSC_MANIFEST = globalThis.__RSC_MANIFEST || {};
2
- globalThis.__RSC_MANIFEST["/home/page"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{"[project]/node_modules/next/dist/esm/client/components/layout-router.js <module evaluation>":{"id":39756,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/layout-router.js":{"id":39756,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js <module evaluation>":{"id":37457,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":37457,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js <module evaluation>":{"id":47257,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js":{"id":47257,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js <module evaluation>":{"id":92825,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js":{"id":92825,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js <module evaluation>":{"id":68017,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":68017,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js <module evaluation>":{"id":27201,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":27201,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js <module evaluation>":{"id":97367,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":97367,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/client/components/builtin/global-error.js <module evaluation>":{"id":68027,"name":"*","chunks":[],"async":false},"[project]/node_modules/next/dist/client/components/builtin/global-error.js":{"id":68027,"name":"*","chunks":[],"async":false},"[project]/src/app/rootLayoutClient.tsx <module evaluation>":{"id":76938,"name":"*","chunks":["/_next/static/chunks/83c2eb4d24bc9500.js","/_next/static/chunks/628aaa268a25ba01.js"],"async":false},"[project]/src/app/rootLayoutClient.tsx":{"id":76938,"name":"*","chunks":["/_next/static/chunks/83c2eb4d24bc9500.js","/_next/static/chunks/628aaa268a25ba01.js"],"async":false},"[project]/src/app/storeProvider.tsx <module evaluation>":{"id":40581,"name":"*","chunks":["/_next/static/chunks/83c2eb4d24bc9500.js","/_next/static/chunks/628aaa268a25ba01.js"],"async":false},"[project]/src/app/storeProvider.tsx":{"id":40581,"name":"*","chunks":["/_next/static/chunks/83c2eb4d24bc9500.js","/_next/static/chunks/628aaa268a25ba01.js"],"async":false},"[project]/src/app/home/page.tsx <module evaluation>":{"id":81789,"name":"*","chunks":["/_next/static/chunks/83c2eb4d24bc9500.js","/_next/static/chunks/628aaa268a25ba01.js","/_next/static/chunks/7e710b2326320c5f.js","/_next/static/chunks/4b0ce70190044c6d.js"],"async":false},"[project]/src/app/home/page.tsx":{"id":81789,"name":"*","chunks":["/_next/static/chunks/83c2eb4d24bc9500.js","/_next/static/chunks/628aaa268a25ba01.js","/_next/static/chunks/7e710b2326320c5f.js","/_next/static/chunks/4b0ce70190044c6d.js"],"async":false}},"ssrModuleMapping":{"39756":{"*":{"id":2420,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__d78bcd3a._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js"],"async":false}},"37457":{"*":{"id":24017,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__d78bcd3a._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js"],"async":false}},"47257":{"*":{"id":77682,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__d78bcd3a._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js"],"async":false}},"92825":{"*":{"id":97296,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__d78bcd3a._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js"],"async":false}},"68017":{"*":{"id":61660,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__d78bcd3a._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js"],"async":false}},"27201":{"*":{"id":60704,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__d78bcd3a._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js"],"async":false}},"97367":{"*":{"id":90574,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__d78bcd3a._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js"],"async":false}},"68027":{"*":{"id":40622,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__a457c799._.js"],"async":false}},"76938":{"*":{"id":55533,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__495a2284._.js","server/chunks/ssr/[root-of-the-server]__e8196cc2._.js","server/chunks/ssr/_8c79556d._.js","server/chunks/ssr/node_modules_next_920e7746._.js"],"async":false}},"40581":{"*":{"id":97165,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__495a2284._.js","server/chunks/ssr/[root-of-the-server]__e8196cc2._.js","server/chunks/ssr/_8c79556d._.js","server/chunks/ssr/node_modules_next_920e7746._.js"],"async":false}},"81789":{"*":{"id":1661,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__495a2284._.js","server/chunks/ssr/[root-of-the-server]__e8196cc2._.js","server/chunks/ssr/_8c79556d._.js","server/chunks/ssr/node_modules_next_920e7746._.js","server/chunks/ssr/_fb4e6f0e._.js","server/chunks/ssr/_b00e3d9f._.js"],"async":false}}},"edgeSSRModuleMapping":{},"rscModuleMapping":{"39756":{"*":{"id":26768,"name":"*","chunks":[],"async":false}},"37457":{"*":{"id":17910,"name":"*","chunks":[],"async":false}},"47257":{"*":{"id":92977,"name":"*","chunks":[],"async":false}},"92825":{"*":{"id":48552,"name":"*","chunks":[],"async":false}},"68017":{"*":{"id":83919,"name":"*","chunks":[],"async":false}},"27201":{"*":{"id":40771,"name":"*","chunks":[],"async":false}},"97367":{"*":{"id":24150,"name":"*","chunks":[],"async":false}},"68027":{"*":{"id":82509,"name":"*","chunks":[],"async":false}},"76938":{"*":{"id":10744,"name":"*","chunks":[],"async":false}},"40581":{"*":{"id":27074,"name":"*","chunks":[],"async":false}},"81789":{"*":{"id":76456,"name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{},"entryCSSFiles":{"[project]/src/app/favicon.ico":[],"[project]/node_modules/next/dist/client/components/builtin/global-error":[],"[project]/src/app/layout":[{"path":"static/chunks/b82debe0d7c674a8.css","inlined":false}],"[project]/src/app/home/page":[{"path":"static/chunks/b82debe0d7c674a8.css","inlined":false},{"path":"static/chunks/76469f4ef7de4072.css","inlined":false}]},"entryJSFiles":{"[project]/src/app/favicon.ico":["static/chunks/ff1a16fafef87110.js","static/chunks/7340adf74ff47ec0.js"],"[project]/node_modules/next/dist/client/components/builtin/global-error":[],"[project]/src/app/layout":["static/chunks/83c2eb4d24bc9500.js","static/chunks/628aaa268a25ba01.js"],"[project]/src/app/home/page":["static/chunks/83c2eb4d24bc9500.js","static/chunks/628aaa268a25ba01.js","static/chunks/7e710b2326320c5f.js","static/chunks/4b0ce70190044c6d.js"]}}
2
+ globalThis.__RSC_MANIFEST["/home/page"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{"[project]/node_modules/next/dist/esm/client/components/layout-router.js <module evaluation>":{"id":39756,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/layout-router.js":{"id":39756,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js <module evaluation>":{"id":37457,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":37457,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js <module evaluation>":{"id":47257,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js":{"id":47257,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js <module evaluation>":{"id":92825,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js":{"id":92825,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js <module evaluation>":{"id":68017,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":68017,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js <module evaluation>":{"id":27201,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":27201,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js <module evaluation>":{"id":97367,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":97367,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/client/components/builtin/global-error.js <module evaluation>":{"id":68027,"name":"*","chunks":[],"async":false},"[project]/node_modules/next/dist/client/components/builtin/global-error.js":{"id":68027,"name":"*","chunks":[],"async":false},"[project]/src/app/rootLayoutClient.tsx <module evaluation>":{"id":76938,"name":"*","chunks":["/_next/static/chunks/12b75204cfe944b0.js","/_next/static/chunks/628aaa268a25ba01.js"],"async":false},"[project]/src/app/rootLayoutClient.tsx":{"id":76938,"name":"*","chunks":["/_next/static/chunks/12b75204cfe944b0.js","/_next/static/chunks/628aaa268a25ba01.js"],"async":false},"[project]/src/app/storeProvider.tsx <module evaluation>":{"id":40581,"name":"*","chunks":["/_next/static/chunks/12b75204cfe944b0.js","/_next/static/chunks/628aaa268a25ba01.js"],"async":false},"[project]/src/app/storeProvider.tsx":{"id":40581,"name":"*","chunks":["/_next/static/chunks/12b75204cfe944b0.js","/_next/static/chunks/628aaa268a25ba01.js"],"async":false},"[project]/src/app/home/page.tsx <module evaluation>":{"id":81789,"name":"*","chunks":["/_next/static/chunks/12b75204cfe944b0.js","/_next/static/chunks/628aaa268a25ba01.js","/_next/static/chunks/f86e10a71094085b.js","/_next/static/chunks/4b0ce70190044c6d.js"],"async":false},"[project]/src/app/home/page.tsx":{"id":81789,"name":"*","chunks":["/_next/static/chunks/12b75204cfe944b0.js","/_next/static/chunks/628aaa268a25ba01.js","/_next/static/chunks/f86e10a71094085b.js","/_next/static/chunks/4b0ce70190044c6d.js"],"async":false}},"ssrModuleMapping":{"39756":{"*":{"id":2420,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__d78bcd3a._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js"],"async":false}},"37457":{"*":{"id":24017,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__d78bcd3a._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js"],"async":false}},"47257":{"*":{"id":77682,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__d78bcd3a._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js"],"async":false}},"92825":{"*":{"id":97296,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__d78bcd3a._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js"],"async":false}},"68017":{"*":{"id":61660,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__d78bcd3a._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js"],"async":false}},"27201":{"*":{"id":60704,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__d78bcd3a._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js"],"async":false}},"97367":{"*":{"id":90574,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__d78bcd3a._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js"],"async":false}},"68027":{"*":{"id":40622,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__a457c799._.js"],"async":false}},"76938":{"*":{"id":55533,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__495a2284._.js","server/chunks/ssr/[root-of-the-server]__e8196cc2._.js","server/chunks/ssr/_8c79556d._.js","server/chunks/ssr/node_modules_next_920e7746._.js"],"async":false}},"40581":{"*":{"id":97165,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__495a2284._.js","server/chunks/ssr/[root-of-the-server]__e8196cc2._.js","server/chunks/ssr/_8c79556d._.js","server/chunks/ssr/node_modules_next_920e7746._.js"],"async":false}},"81789":{"*":{"id":1661,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__495a2284._.js","server/chunks/ssr/[root-of-the-server]__e8196cc2._.js","server/chunks/ssr/_8c79556d._.js","server/chunks/ssr/node_modules_next_920e7746._.js","server/chunks/ssr/_fb4e6f0e._.js","server/chunks/ssr/_b00e3d9f._.js"],"async":false}}},"edgeSSRModuleMapping":{},"rscModuleMapping":{"39756":{"*":{"id":26768,"name":"*","chunks":[],"async":false}},"37457":{"*":{"id":17910,"name":"*","chunks":[],"async":false}},"47257":{"*":{"id":92977,"name":"*","chunks":[],"async":false}},"92825":{"*":{"id":48552,"name":"*","chunks":[],"async":false}},"68017":{"*":{"id":83919,"name":"*","chunks":[],"async":false}},"27201":{"*":{"id":40771,"name":"*","chunks":[],"async":false}},"97367":{"*":{"id":24150,"name":"*","chunks":[],"async":false}},"68027":{"*":{"id":82509,"name":"*","chunks":[],"async":false}},"76938":{"*":{"id":10744,"name":"*","chunks":[],"async":false}},"40581":{"*":{"id":27074,"name":"*","chunks":[],"async":false}},"81789":{"*":{"id":76456,"name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{},"entryCSSFiles":{"[project]/src/app/favicon.ico":[],"[project]/node_modules/next/dist/client/components/builtin/global-error":[],"[project]/src/app/layout":[{"path":"static/chunks/b82debe0d7c674a8.css","inlined":false}],"[project]/src/app/home/page":[{"path":"static/chunks/b82debe0d7c674a8.css","inlined":false},{"path":"static/chunks/76469f4ef7de4072.css","inlined":false}]},"entryJSFiles":{"[project]/src/app/favicon.ico":["static/chunks/ff1a16fafef87110.js","static/chunks/7340adf74ff47ec0.js"],"[project]/node_modules/next/dist/client/components/builtin/global-error":[],"[project]/src/app/layout":["static/chunks/12b75204cfe944b0.js","static/chunks/628aaa268a25ba01.js"],"[project]/src/app/home/page":["static/chunks/12b75204cfe944b0.js","static/chunks/628aaa268a25ba01.js","static/chunks/f86e10a71094085b.js","static/chunks/4b0ce70190044c6d.js"]}}
@@ -1,2 +1,2 @@
1
1
  globalThis.__RSC_MANIFEST = globalThis.__RSC_MANIFEST || {};
2
- globalThis.__RSC_MANIFEST["/page"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{"[project]/node_modules/next/dist/esm/client/components/layout-router.js <module evaluation>":{"id":39756,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/layout-router.js":{"id":39756,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js <module evaluation>":{"id":37457,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":37457,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js <module evaluation>":{"id":47257,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js":{"id":47257,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js <module evaluation>":{"id":92825,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js":{"id":92825,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js <module evaluation>":{"id":68017,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":68017,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js <module evaluation>":{"id":27201,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":27201,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js <module evaluation>":{"id":97367,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":97367,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/client/components/builtin/global-error.js <module evaluation>":{"id":68027,"name":"*","chunks":[],"async":false},"[project]/node_modules/next/dist/client/components/builtin/global-error.js":{"id":68027,"name":"*","chunks":[],"async":false},"[project]/src/app/rootLayoutClient.tsx <module evaluation>":{"id":76938,"name":"*","chunks":["/_next/static/chunks/83c2eb4d24bc9500.js","/_next/static/chunks/628aaa268a25ba01.js"],"async":false},"[project]/src/app/rootLayoutClient.tsx":{"id":76938,"name":"*","chunks":["/_next/static/chunks/83c2eb4d24bc9500.js","/_next/static/chunks/628aaa268a25ba01.js"],"async":false},"[project]/src/app/storeProvider.tsx <module evaluation>":{"id":40581,"name":"*","chunks":["/_next/static/chunks/83c2eb4d24bc9500.js","/_next/static/chunks/628aaa268a25ba01.js"],"async":false},"[project]/src/app/storeProvider.tsx":{"id":40581,"name":"*","chunks":["/_next/static/chunks/83c2eb4d24bc9500.js","/_next/static/chunks/628aaa268a25ba01.js"],"async":false}},"ssrModuleMapping":{"39756":{"*":{"id":2420,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__d78bcd3a._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js"],"async":false}},"37457":{"*":{"id":24017,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__d78bcd3a._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js"],"async":false}},"47257":{"*":{"id":77682,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__d78bcd3a._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js"],"async":false}},"92825":{"*":{"id":97296,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__d78bcd3a._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js"],"async":false}},"68017":{"*":{"id":61660,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__d78bcd3a._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js"],"async":false}},"27201":{"*":{"id":60704,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__d78bcd3a._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js"],"async":false}},"97367":{"*":{"id":90574,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__d78bcd3a._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js"],"async":false}},"68027":{"*":{"id":40622,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__a457c799._.js"],"async":false}},"76938":{"*":{"id":55533,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__495a2284._.js","server/chunks/ssr/[root-of-the-server]__e8196cc2._.js","server/chunks/ssr/_8c79556d._.js","server/chunks/ssr/node_modules_next_920e7746._.js"],"async":false}},"40581":{"*":{"id":97165,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__495a2284._.js","server/chunks/ssr/[root-of-the-server]__e8196cc2._.js","server/chunks/ssr/_8c79556d._.js","server/chunks/ssr/node_modules_next_920e7746._.js"],"async":false}}},"edgeSSRModuleMapping":{},"rscModuleMapping":{"39756":{"*":{"id":26768,"name":"*","chunks":[],"async":false}},"37457":{"*":{"id":17910,"name":"*","chunks":[],"async":false}},"47257":{"*":{"id":92977,"name":"*","chunks":[],"async":false}},"92825":{"*":{"id":48552,"name":"*","chunks":[],"async":false}},"68017":{"*":{"id":83919,"name":"*","chunks":[],"async":false}},"27201":{"*":{"id":40771,"name":"*","chunks":[],"async":false}},"97367":{"*":{"id":24150,"name":"*","chunks":[],"async":false}},"68027":{"*":{"id":82509,"name":"*","chunks":[],"async":false}},"76938":{"*":{"id":10744,"name":"*","chunks":[],"async":false}},"40581":{"*":{"id":27074,"name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{},"entryCSSFiles":{"[project]/src/app/favicon.ico":[],"[project]/node_modules/next/dist/client/components/builtin/global-error":[],"[project]/src/app/layout":[{"path":"static/chunks/b82debe0d7c674a8.css","inlined":false}]},"entryJSFiles":{"[project]/src/app/favicon.ico":["static/chunks/ff1a16fafef87110.js","static/chunks/7340adf74ff47ec0.js"],"[project]/node_modules/next/dist/client/components/builtin/global-error":[],"[project]/src/app/layout":["static/chunks/83c2eb4d24bc9500.js","static/chunks/628aaa268a25ba01.js"]}}
2
+ globalThis.__RSC_MANIFEST["/page"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{"[project]/node_modules/next/dist/esm/client/components/layout-router.js <module evaluation>":{"id":39756,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/layout-router.js":{"id":39756,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js <module evaluation>":{"id":37457,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":37457,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js <module evaluation>":{"id":47257,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js":{"id":47257,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js <module evaluation>":{"id":92825,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js":{"id":92825,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js <module evaluation>":{"id":68017,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":68017,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js <module evaluation>":{"id":27201,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":27201,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js <module evaluation>":{"id":97367,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":97367,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/client/components/builtin/global-error.js <module evaluation>":{"id":68027,"name":"*","chunks":[],"async":false},"[project]/node_modules/next/dist/client/components/builtin/global-error.js":{"id":68027,"name":"*","chunks":[],"async":false},"[project]/src/app/rootLayoutClient.tsx <module evaluation>":{"id":76938,"name":"*","chunks":["/_next/static/chunks/12b75204cfe944b0.js","/_next/static/chunks/628aaa268a25ba01.js"],"async":false},"[project]/src/app/rootLayoutClient.tsx":{"id":76938,"name":"*","chunks":["/_next/static/chunks/12b75204cfe944b0.js","/_next/static/chunks/628aaa268a25ba01.js"],"async":false},"[project]/src/app/storeProvider.tsx <module evaluation>":{"id":40581,"name":"*","chunks":["/_next/static/chunks/12b75204cfe944b0.js","/_next/static/chunks/628aaa268a25ba01.js"],"async":false},"[project]/src/app/storeProvider.tsx":{"id":40581,"name":"*","chunks":["/_next/static/chunks/12b75204cfe944b0.js","/_next/static/chunks/628aaa268a25ba01.js"],"async":false}},"ssrModuleMapping":{"39756":{"*":{"id":2420,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__d78bcd3a._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js"],"async":false}},"37457":{"*":{"id":24017,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__d78bcd3a._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js"],"async":false}},"47257":{"*":{"id":77682,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__d78bcd3a._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js"],"async":false}},"92825":{"*":{"id":97296,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__d78bcd3a._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js"],"async":false}},"68017":{"*":{"id":61660,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__d78bcd3a._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js"],"async":false}},"27201":{"*":{"id":60704,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__d78bcd3a._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js"],"async":false}},"97367":{"*":{"id":90574,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__d78bcd3a._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js"],"async":false}},"68027":{"*":{"id":40622,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__a457c799._.js"],"async":false}},"76938":{"*":{"id":55533,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__495a2284._.js","server/chunks/ssr/[root-of-the-server]__e8196cc2._.js","server/chunks/ssr/_8c79556d._.js","server/chunks/ssr/node_modules_next_920e7746._.js"],"async":false}},"40581":{"*":{"id":97165,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__495a2284._.js","server/chunks/ssr/[root-of-the-server]__e8196cc2._.js","server/chunks/ssr/_8c79556d._.js","server/chunks/ssr/node_modules_next_920e7746._.js"],"async":false}}},"edgeSSRModuleMapping":{},"rscModuleMapping":{"39756":{"*":{"id":26768,"name":"*","chunks":[],"async":false}},"37457":{"*":{"id":17910,"name":"*","chunks":[],"async":false}},"47257":{"*":{"id":92977,"name":"*","chunks":[],"async":false}},"92825":{"*":{"id":48552,"name":"*","chunks":[],"async":false}},"68017":{"*":{"id":83919,"name":"*","chunks":[],"async":false}},"27201":{"*":{"id":40771,"name":"*","chunks":[],"async":false}},"97367":{"*":{"id":24150,"name":"*","chunks":[],"async":false}},"68027":{"*":{"id":82509,"name":"*","chunks":[],"async":false}},"76938":{"*":{"id":10744,"name":"*","chunks":[],"async":false}},"40581":{"*":{"id":27074,"name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{},"entryCSSFiles":{"[project]/src/app/favicon.ico":[],"[project]/node_modules/next/dist/client/components/builtin/global-error":[],"[project]/src/app/layout":[{"path":"static/chunks/b82debe0d7c674a8.css","inlined":false}]},"entryJSFiles":{"[project]/src/app/favicon.ico":["static/chunks/ff1a16fafef87110.js","static/chunks/7340adf74ff47ec0.js"],"[project]/node_modules/next/dist/client/components/builtin/global-error":[],"[project]/src/app/layout":["static/chunks/12b75204cfe944b0.js","static/chunks/628aaa268a25ba01.js"]}}
@@ -1,3 +1,3 @@
1
- module.exports=[69607,e=>{"use strict";var t=e.i(47909),r=e.i(74017),a=e.i(96250),n=e.i(59756),o=e.i(61916),i=e.i(74677),s=e.i(69741),l=e.i(16795),u=e.i(87718),d=e.i(95169),p=e.i(47587),c=e.i(66012),h=e.i(70101),R=e.i(26937),E=e.i(10372),f=e.i(93695);e.i(52474);var P=e.i(220);e.i(38697);var T=e.i(73521),v=e.i(96997),w=e.i(65575),g=e.i(89171),m=e.i(22734);e.i(12906);var S=e.i(22443);let y=e=>{let t=new URLSearchParams(e.search),r=[];t.forEach((e,t)=>{r.push([t,e])}),r.sort(([e],[t])=>e.localeCompare(t));let a=new URLSearchParams;r.forEach(([e,t])=>{a.append(e,t)});let n=a.toString();return n?`${n}`:""},C=e=>async(t,r)=>{try{let a,n,o=process.env.PORT||"3000",i=(await r.params).path||[],s=`/${i.join("/")}`,l=new URL(t.url),u=y(l),d=u?`${s}${u}`:s,p=(0,w.getStorageDirectory)(),c=(0,v.getFapiStorageFilePathPerPort)(p,o);try{let e=await m.promises.readFile(c,"utf8");a=JSON.parse(e)}catch(e){return new g.NextResponse(JSON.stringify({error:"Internal Server Error"}),{status:500})}let h=(0,S.createEndpointKey)(e,d),R=a.endpoints[h];if(!R&&u){let t=Object.entries(a.endpoints).find(([t,r])=>{if(!t.startsWith(`${e} ${s}?`))return!1;let a=new URL(`http://localhost${r.path}`);return y(a)===u});t?R=t[1]:(h=(0,S.createEndpointKey)(e,s),R=a.endpoints[h])}if(!R)return new g.NextResponse(JSON.stringify({error:"FAPI Endpoint Not Found"}),{status:404});R.responseDelay>0&&await (n=R.responseDelay,new Promise(e=>setTimeout(e,n)));let E="string"==typeof R.response?R.response:JSON.stringify(R.response);return new g.NextResponse(E||null,{status:R.responseCode,headers:{"Content-Type":"application/json"}})}catch(t){return console.error(`Error in ${e} handler: `,t),new g.NextResponse(JSON.stringify({error:"Internal Server Error"}),{status:500})}},O=C(T.FAPI.SUPPORTED_HTTP_METHODS.GET),x=C(T.FAPI.SUPPORTED_HTTP_METHODS.POST),A=C(T.FAPI.SUPPORTED_HTTP_METHODS.PUT),N=C(T.FAPI.SUPPORTED_HTTP_METHODS.DELETE);e.s(["DELETE",0,N,"GET",0,O,"POST",0,x,"PUT",0,A],47e3);var _=e.i(47e3);let D=new t.AppRouteRouteModule({definition:{kind:r.RouteKind.APP_ROUTE,page:"/api/fapi/[[...path]]/route",pathname:"/api/fapi/[[...path]]",filename:"route",bundlePath:""},distDir:".next",relativeProjectDir:"",resolvedPagePath:"[project]/src/app/api/fapi/[[...path]]/route.ts",nextConfigOutput:"",userland:_}),{workAsyncStorage:U,workUnitAsyncStorage:H,serverHooks:b}=D;function I(){return(0,a.patchFetch)({workAsyncStorage:U,workUnitAsyncStorage:H})}async function F(e,t,a){D.isDev&&(0,n.addRequestMeta)(e,"devRequestTimingInternalsEnd",process.hrtime.bigint());let T="/api/fapi/[[...path]]/route";T=T.replace(/\/index$/,"")||"/";let v=await D.prepare(e,t,{srcPage:T,multiZoneDraftMode:!1});if(!v)return t.statusCode=400,t.end("Bad Request"),null==a.waitUntil||a.waitUntil.call(a,Promise.resolve()),null;let{buildId:w,params:g,nextConfig:m,parsedUrl:S,isDraftMode:y,prerenderManifest:C,routerServerContext:O,isOnDemandRevalidate:x,revalidateOnlyGenerated:A,resolvedPathname:N,clientReferenceManifest:_,serverActionsManifest:U}=v,H=(0,s.normalizeAppPath)(T),b=!!(C.dynamicRoutes[H]||C.routes[N]),I=async()=>((null==O?void 0:O.render404)?await O.render404(e,t,S,!1):t.end("This page could not be found"),null);if(b&&!y){let e=!!C.routes[N],t=C.dynamicRoutes[H];if(t&&!1===t.fallback&&!e){if(m.experimental.adapterPath)return await I();throw new f.NoFallbackError}}let F=null;!b||D.isDev||y||(F="/index"===(F=N)?"/":F);let $=!0===D.isDev||!b,M=b&&!$;U&&_&&(0,i.setManifestsSingleton)({page:T,clientReferenceManifest:_,serverActionsManifest:U});let q=e.method||"GET",k=(0,o.getTracer)(),L=k.getActiveScopeSpan(),j={params:g,prerenderManifest:C,renderOpts:{experimental:{authInterrupts:!!m.experimental.authInterrupts},cacheComponents:!!m.cacheComponents,supportsDynamicResponse:$,incrementalCache:(0,n.getRequestMeta)(e,"incrementalCache"),cacheLifeProfiles:m.cacheLife,waitUntil:a.waitUntil,onClose:e=>{t.on("close",e)},onAfterTaskError:void 0,onInstrumentationRequestError:(t,r,a,n)=>D.onRequestError(e,t,a,n,O)},sharedContext:{buildId:w}},K=new l.NodeNextRequest(e),B=new l.NodeNextResponse(t),G=u.NextRequestAdapter.fromNodeNextRequest(K,(0,u.signalFromNodeResponse)(t));try{let i=async e=>D.handle(G,j).finally(()=>{if(!e)return;e.setAttributes({"http.status_code":t.statusCode,"next.rsc":!1});let r=k.getRootSpanAttributes();if(!r)return;if(r.get("next.span_type")!==d.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${r.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let a=r.get("next.route");if(a){let t=`${q} ${a}`;e.setAttributes({"next.route":a,"http.route":a,"next.span_name":t}),e.updateName(t)}else e.updateName(`${q} ${T}`)}),s=!!(0,n.getRequestMeta)(e,"minimalMode"),l=async n=>{var o,l;let u=async({previousCacheEntry:r})=>{try{if(!s&&x&&A&&!r)return t.statusCode=404,t.setHeader("x-nextjs-cache","REVALIDATED"),t.end("This page could not be found"),null;let o=await i(n);e.fetchMetrics=j.renderOpts.fetchMetrics;let l=j.renderOpts.pendingWaitUntil;l&&a.waitUntil&&(a.waitUntil(l),l=void 0);let u=j.renderOpts.collectedTags;if(!b)return await (0,c.sendResponse)(K,B,o,j.renderOpts.pendingWaitUntil),null;{let e=await o.blob(),t=(0,h.toNodeOutgoingHttpHeaders)(o.headers);u&&(t[E.NEXT_CACHE_TAGS_HEADER]=u),!t["content-type"]&&e.type&&(t["content-type"]=e.type);let r=void 0!==j.renderOpts.collectedRevalidate&&!(j.renderOpts.collectedRevalidate>=E.INFINITE_CACHE)&&j.renderOpts.collectedRevalidate,a=void 0===j.renderOpts.collectedExpire||j.renderOpts.collectedExpire>=E.INFINITE_CACHE?void 0:j.renderOpts.collectedExpire;return{value:{kind:P.CachedRouteKind.APP_ROUTE,status:o.status,body:Buffer.from(await e.arrayBuffer()),headers:t},cacheControl:{revalidate:r,expire:a}}}}catch(t){throw(null==r?void 0:r.isStale)&&await D.onRequestError(e,t,{routerKind:"App Router",routePath:T,routeType:"route",revalidateReason:(0,p.getRevalidateReason)({isStaticGeneration:M,isOnDemandRevalidate:x})},!1,O),t}},d=await D.handleResponse({req:e,nextConfig:m,cacheKey:F,routeKind:r.RouteKind.APP_ROUTE,isFallback:!1,prerenderManifest:C,isRoutePPREnabled:!1,isOnDemandRevalidate:x,revalidateOnlyGenerated:A,responseGenerator:u,waitUntil:a.waitUntil,isMinimalMode:s});if(!b)return null;if((null==d||null==(o=d.value)?void 0:o.kind)!==P.CachedRouteKind.APP_ROUTE)throw Object.defineProperty(Error(`Invariant: app-route received invalid cache entry ${null==d||null==(l=d.value)?void 0:l.kind}`),"__NEXT_ERROR_CODE",{value:"E701",enumerable:!1,configurable:!0});s||t.setHeader("x-nextjs-cache",x?"REVALIDATED":d.isMiss?"MISS":d.isStale?"STALE":"HIT"),y&&t.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate");let f=(0,h.fromNodeOutgoingHttpHeaders)(d.value.headers);return s&&b||f.delete(E.NEXT_CACHE_TAGS_HEADER),!d.cacheControl||t.getHeader("Cache-Control")||f.get("Cache-Control")||f.set("Cache-Control",(0,R.getCacheControlHeader)(d.cacheControl)),await (0,c.sendResponse)(K,B,new Response(d.value.body,{headers:f,status:d.value.status||200})),null};L?await l(L):await k.withPropagatedContext(e.headers,()=>k.trace(d.BaseServerSpan.handleRequest,{spanName:`${q} ${T}`,kind:o.SpanKind.SERVER,attributes:{"http.method":q,"http.target":e.url}},l))}catch(t){if(t instanceof f.NoFallbackError||await D.onRequestError(e,t,{routerKind:"App Router",routePath:H,routeType:"route",revalidateReason:(0,p.getRevalidateReason)({isStaticGeneration:M,isOnDemandRevalidate:x})},!1,O),b)throw t;return await (0,c.sendResponse)(K,B,new Response(null,{status:500})),null}}e.s(["handler",()=>F,"patchFetch",()=>I,"routeModule",()=>D,"serverHooks",()=>b,"workAsyncStorage",()=>U,"workUnitAsyncStorage",()=>H],69607)}];
1
+ module.exports=[69607,e=>{"use strict";var t=e.i(47909),r=e.i(74017),a=e.i(96250),n=e.i(59756),o=e.i(61916),i=e.i(74677),s=e.i(69741),l=e.i(16795),u=e.i(87718),d=e.i(95169),p=e.i(47587),c=e.i(66012),h=e.i(70101),R=e.i(26937),E=e.i(10372),f=e.i(93695);e.i(52474);var P=e.i(220);e.i(38697);var T=e.i(73521),v=e.i(96997),w=e.i(65575),g=e.i(89171),S=e.i(22734);e.i(12906);var m=e.i(22443);let y=e=>{let t=new URLSearchParams(e.search),r=[];t.forEach((e,t)=>{r.push([t,e])}),r.sort(([e],[t])=>e.localeCompare(t));let a=new URLSearchParams;r.forEach(([e,t])=>{a.append(e,t)});let n=a.toString();return n?`${n}`:""},O=e=>async(t,r)=>{try{let a,n,o=process.env.PORT||"3000",i=(await r.params).path||[],s=`/${i.join("/")}`,l=new URL(t.url),u=y(l),d=u?`${s}${u}`:s,p=(0,w.getStorageDirectory)(),c=(0,v.getFapiStorageFilePathPerPort)(p,o);try{let e=await S.promises.readFile(c,"utf8");a=JSON.parse(e)}catch(e){return new g.NextResponse(JSON.stringify({error:"Internal Server Error"}),{status:500})}let h=(0,m.createEndpointKey)(e,d),R=a.endpoints[h];if(!R&&u){let t=Object.entries(a.endpoints).find(([t,r])=>{if(!t.startsWith(`${e} ${s}?`))return!1;let a=new URL(`http://localhost${r.path}`);return y(a)===u});t?R=t[1]:(h=(0,m.createEndpointKey)(e,s),R=a.endpoints[h])}if(!R)return new g.NextResponse(JSON.stringify({error:"FAPI Endpoint Not Found"}),{status:404});R.responseDelay>0&&await (n=R.responseDelay,new Promise(e=>setTimeout(e,n)));let E="string"==typeof R.response?R.response:JSON.stringify(R.response);return new g.NextResponse(E||null,{status:R.responseCode,headers:{"Content-Type":"application/json"}})}catch(t){return console.error(`Error in ${e} handler: `,t),new g.NextResponse(JSON.stringify({error:"Internal Server Error"}),{status:500})}},C=O(T.FAPI.SUPPORTED_HTTP_METHODS.GET),x=O(T.FAPI.SUPPORTED_HTTP_METHODS.POST),N=O(T.FAPI.SUPPORTED_HTTP_METHODS.PUT),A=O(T.FAPI.SUPPORTED_HTTP_METHODS.DELETE);async function _(){return new g.NextResponse(null,{status:204})}e.s(["DELETE",0,A,"GET",0,C,"OPTIONS",()=>_,"POST",0,x,"PUT",0,N],47e3);var D=e.i(47e3);let U=new t.AppRouteRouteModule({definition:{kind:r.RouteKind.APP_ROUTE,page:"/api/fapi/[[...path]]/route",pathname:"/api/fapi/[[...path]]",filename:"route",bundlePath:""},distDir:".next",relativeProjectDir:"",resolvedPagePath:"[project]/src/app/api/fapi/[[...path]]/route.ts",nextConfigOutput:"",userland:D}),{workAsyncStorage:H,workUnitAsyncStorage:I,serverHooks:b}=U;function F(){return(0,a.patchFetch)({workAsyncStorage:H,workUnitAsyncStorage:I})}async function $(e,t,a){U.isDev&&(0,n.addRequestMeta)(e,"devRequestTimingInternalsEnd",process.hrtime.bigint());let T="/api/fapi/[[...path]]/route";T=T.replace(/\/index$/,"")||"/";let v=await U.prepare(e,t,{srcPage:T,multiZoneDraftMode:!1});if(!v)return t.statusCode=400,t.end("Bad Request"),null==a.waitUntil||a.waitUntil.call(a,Promise.resolve()),null;let{buildId:w,params:g,nextConfig:S,parsedUrl:m,isDraftMode:y,prerenderManifest:O,routerServerContext:C,isOnDemandRevalidate:x,revalidateOnlyGenerated:N,resolvedPathname:A,clientReferenceManifest:_,serverActionsManifest:D}=v,H=(0,s.normalizeAppPath)(T),I=!!(O.dynamicRoutes[H]||O.routes[A]),b=async()=>((null==C?void 0:C.render404)?await C.render404(e,t,m,!1):t.end("This page could not be found"),null);if(I&&!y){let e=!!O.routes[A],t=O.dynamicRoutes[H];if(t&&!1===t.fallback&&!e){if(S.experimental.adapterPath)return await b();throw new f.NoFallbackError}}let F=null;!I||U.isDev||y||(F="/index"===(F=A)?"/":F);let $=!0===U.isDev||!I,M=I&&!$;D&&_&&(0,i.setManifestsSingleton)({page:T,clientReferenceManifest:_,serverActionsManifest:D});let q=e.method||"GET",k=(0,o.getTracer)(),L=k.getActiveScopeSpan(),j={params:g,prerenderManifest:O,renderOpts:{experimental:{authInterrupts:!!S.experimental.authInterrupts},cacheComponents:!!S.cacheComponents,supportsDynamicResponse:$,incrementalCache:(0,n.getRequestMeta)(e,"incrementalCache"),cacheLifeProfiles:S.cacheLife,waitUntil:a.waitUntil,onClose:e=>{t.on("close",e)},onAfterTaskError:void 0,onInstrumentationRequestError:(t,r,a,n)=>U.onRequestError(e,t,a,n,C)},sharedContext:{buildId:w}},K=new l.NodeNextRequest(e),B=new l.NodeNextResponse(t),G=u.NextRequestAdapter.fromNodeNextRequest(K,(0,u.signalFromNodeResponse)(t));try{let i=async e=>U.handle(G,j).finally(()=>{if(!e)return;e.setAttributes({"http.status_code":t.statusCode,"next.rsc":!1});let r=k.getRootSpanAttributes();if(!r)return;if(r.get("next.span_type")!==d.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${r.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let a=r.get("next.route");if(a){let t=`${q} ${a}`;e.setAttributes({"next.route":a,"http.route":a,"next.span_name":t}),e.updateName(t)}else e.updateName(`${q} ${T}`)}),s=!!(0,n.getRequestMeta)(e,"minimalMode"),l=async n=>{var o,l;let u=async({previousCacheEntry:r})=>{try{if(!s&&x&&N&&!r)return t.statusCode=404,t.setHeader("x-nextjs-cache","REVALIDATED"),t.end("This page could not be found"),null;let o=await i(n);e.fetchMetrics=j.renderOpts.fetchMetrics;let l=j.renderOpts.pendingWaitUntil;l&&a.waitUntil&&(a.waitUntil(l),l=void 0);let u=j.renderOpts.collectedTags;if(!I)return await (0,c.sendResponse)(K,B,o,j.renderOpts.pendingWaitUntil),null;{let e=await o.blob(),t=(0,h.toNodeOutgoingHttpHeaders)(o.headers);u&&(t[E.NEXT_CACHE_TAGS_HEADER]=u),!t["content-type"]&&e.type&&(t["content-type"]=e.type);let r=void 0!==j.renderOpts.collectedRevalidate&&!(j.renderOpts.collectedRevalidate>=E.INFINITE_CACHE)&&j.renderOpts.collectedRevalidate,a=void 0===j.renderOpts.collectedExpire||j.renderOpts.collectedExpire>=E.INFINITE_CACHE?void 0:j.renderOpts.collectedExpire;return{value:{kind:P.CachedRouteKind.APP_ROUTE,status:o.status,body:Buffer.from(await e.arrayBuffer()),headers:t},cacheControl:{revalidate:r,expire:a}}}}catch(t){throw(null==r?void 0:r.isStale)&&await U.onRequestError(e,t,{routerKind:"App Router",routePath:T,routeType:"route",revalidateReason:(0,p.getRevalidateReason)({isStaticGeneration:M,isOnDemandRevalidate:x})},!1,C),t}},d=await U.handleResponse({req:e,nextConfig:S,cacheKey:F,routeKind:r.RouteKind.APP_ROUTE,isFallback:!1,prerenderManifest:O,isRoutePPREnabled:!1,isOnDemandRevalidate:x,revalidateOnlyGenerated:N,responseGenerator:u,waitUntil:a.waitUntil,isMinimalMode:s});if(!I)return null;if((null==d||null==(o=d.value)?void 0:o.kind)!==P.CachedRouteKind.APP_ROUTE)throw Object.defineProperty(Error(`Invariant: app-route received invalid cache entry ${null==d||null==(l=d.value)?void 0:l.kind}`),"__NEXT_ERROR_CODE",{value:"E701",enumerable:!1,configurable:!0});s||t.setHeader("x-nextjs-cache",x?"REVALIDATED":d.isMiss?"MISS":d.isStale?"STALE":"HIT"),y&&t.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate");let f=(0,h.fromNodeOutgoingHttpHeaders)(d.value.headers);return s&&I||f.delete(E.NEXT_CACHE_TAGS_HEADER),!d.cacheControl||t.getHeader("Cache-Control")||f.get("Cache-Control")||f.set("Cache-Control",(0,R.getCacheControlHeader)(d.cacheControl)),await (0,c.sendResponse)(K,B,new Response(d.value.body,{headers:f,status:d.value.status||200})),null};L?await l(L):await k.withPropagatedContext(e.headers,()=>k.trace(d.BaseServerSpan.handleRequest,{spanName:`${q} ${T}`,kind:o.SpanKind.SERVER,attributes:{"http.method":q,"http.target":e.url}},l))}catch(t){if(t instanceof f.NoFallbackError||await U.onRequestError(e,t,{routerKind:"App Router",routePath:H,routeType:"route",revalidateReason:(0,p.getRevalidateReason)({isStaticGeneration:M,isOnDemandRevalidate:x})},!1,C),I)throw t;return await (0,c.sendResponse)(K,B,new Response(null,{status:500})),null}}e.s(["handler",()=>$,"patchFetch",()=>F,"routeModule",()=>U,"serverHooks",()=>b,"workAsyncStorage",()=>H,"workUnitAsyncStorage",()=>I],69607)}];
2
2
 
3
3
  //# sourceMappingURL=node_modules_next_dist_esm_build_templates_app-route_d1e4afdb.js.map
@@ -1,3 +1,3 @@
1
- module.exports=[4730,a=>{a.v({name:"start-fapi",version:"1.0.2",description:"A developer tool for creating and simulating fake APIs (FAPIs) locally for rapid and independent frontend development.",bin:{"start-fapi":"./bin/start-fapi.js"},files:["bin","src","public",".next/static",".next/server",".next/*.json",".next/*.js",".next/BUILD_ID","!**/*.map","next.config.js","postcss.config.js","tailwind.config.ts","tsconfig.json","package.json","README.md"],keywords:["fake-api","mock-api","api-simulator","development-tools","api-testing","fapi","mock-server","fake-server","fake-rest-api"],author:"Soham De Roy",license:"MIT",repository:{type:"git",url:"https://github.com/sohamderoy/FAPI-Fake-APIs.git"},bugs:{url:"https://github.com/sohamderoy/FAPI-Fake-APIs/issues"},homepage:"https://github.com/sohamderoy/FAPI-Fake-APIs#readme",engines:{node:">=20.9.0"},scripts:{dev:"node bin/dev-with-consent.js","dev:3001":"PORT=3001 node bin/dev-with-consent.js",build:"next build",start:"next start",lint:"next lint",prepublishOnly:"npm run build"},dependencies:{"@emotion/cache":"^11.14.0","@emotion/react":"^11.14.0","@emotion/styled":"^11.14.1","@monaco-editor/react":"^4.7.0","@mui/icons-material":"^7.3.6","@mui/material":"^7.3.6","@mui/material-nextjs":"^7.3.6","@reduxjs/toolkit":"^2.11.2","@tailwindcss/postcss":"^4.1.18","lucide-react":"^0.562.0",next:"^16.1.1",react:"^19.2.3","react-dom":"^19.2.3","react-redux":"^9.2.0",uuid:"^13.0.0"},devDependencies:{"@types/node":"^25.0.3","@types/react":"^19.2.7","@types/react-dom":"^19.2.3",autoprefixer:"^10.4.23",eslint:"^9.39.2","eslint-config-next":"^16.1.1",postcss:"^8.5.6",tailwindcss:"^4.1.18",typescript:"^5.9.3"}})},36623,a=>{"use strict";a.s(["DYNAMIC_STORAGE_PATH",0,a=>`fapi-endpoints-${a}.json`,"FAPI_STORAGE_FOLDER_NAME",0,".fapi-storage"])},24868,(a,b,c)=>{b.exports=a.x("fs/promises",()=>require("fs/promises"))},38429,a=>{"use strict";a.s(["default",()=>b]);let b=(0,a.i(11857).registerClientReference)(function(){throw Error("Attempted to call the default export of [project]/src/app/rootLayoutClient.tsx <module evaluation> from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/src/app/rootLayoutClient.tsx <module evaluation>","default")},10744,a=>{"use strict";a.s(["default",()=>b]);let b=(0,a.i(11857).registerClientReference)(function(){throw Error("Attempted to call the default export of [project]/src/app/rootLayoutClient.tsx from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/src/app/rootLayoutClient.tsx","default")},54020,a=>{"use strict";a.i(38429);var b=a.i(10744);a.n(b)},16965,a=>{"use strict";a.s(["default",()=>b]);let b=(0,a.i(11857).registerClientReference)(function(){throw Error("Attempted to call the default export of [project]/src/app/storeProvider.tsx <module evaluation> from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/src/app/storeProvider.tsx <module evaluation>","default")},27074,a=>{"use strict";a.s(["default",()=>b]);let b=(0,a.i(11857).registerClientReference)(function(){throw Error("Attempted to call the default export of [project]/src/app/storeProvider.tsx from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/src/app/storeProvider.tsx","default")},7019,a=>{"use strict";a.i(16965);var b=a.i(27074);a.n(b)},27572,a=>{"use strict";var b=a.i(7997),c=a.i(24868),d=a.i(14747),e=a.i(36623);let f=async a=>{let b;if(!a?.trim())return void console.warn("PORT_NOT_VALID_SKIPPING_STORAGE_INITIALIZATION");console.log("STARTING_INITIALIZE_FAPI_STORAGE");let f=(b=process.env.FAPI_USER_DIR||process.cwd(),d.default.join(b,e.FAPI_STORAGE_FOLDER_NAME)),g=d.default.join(f,(0,e.DYNAMIC_STORAGE_PATH)(a));try{await c.default.mkdir(f,{recursive:!0});try{await c.default.access(g),console.log("STORAGE_FILE_EXISTS_SKIPPING_INITIALIZATION");return}catch{console.log("STORAGE_FILE_NOT_FOUND_CREATING_NEW")}let a={endpoints:{},metadata:{lastUpdated:new Date().toISOString(),totalEndpoints:0,projectName:""}};await c.default.writeFile(g,JSON.stringify(a,null,2)),console.log("SUCCESS_INITIALIZING_FAPI_STORAGE")}catch(a){throw console.error("ERROR_INITIALIZING_FAPI_STORAGE",a),a}};var g=a.i(4730);let h=async()=>{console.log(`FAPI Version - v${g.default.version}`);let a=process.env.PORT||"3000";await f(a)};var i=a.i(54020),j=a.i(7019);async function k({children:a}){return await h(),(0,b.jsx)(j.default,{children:(0,b.jsx)(i.default,{children:a})})}a.s(["default",()=>k,"dynamic",0,"force-dynamic","metadata",0,{title:"FAPI - Fake APIs on the fly",description:"Generated by create next app"}],27572)}];
1
+ module.exports=[4730,a=>{a.v({name:"start-fapi",version:"1.0.3-alpha.0",description:"A developer tool for creating and simulating Fake APIs (FAPIs) in seconds.",bin:{"start-fapi":"./bin/start-fapi.js"},files:["bin","src","public",".next/static",".next/server",".next/*.json",".next/*.js",".next/BUILD_ID","!**/*.map","next.config.js","postcss.config.js","tailwind.config.ts","tsconfig.json","package.json","README.md"],keywords:["fake-api","mock-api","api-simulator","development-tools","api-testing","fapi","mock-server","fake-server","fake-rest-api"],author:"Soham De Roy",license:"MIT",repository:{type:"git",url:"https://github.com/sohamderoy/FAPI-Fake-APIs.git"},bugs:{url:"https://github.com/sohamderoy/FAPI-Fake-APIs/issues"},homepage:"https://github.com/sohamderoy/FAPI-Fake-APIs#readme",engines:{node:">=20.9.0"},scripts:{dev:"node bin/dev-with-consent.js","dev:3001":"PORT=3001 node bin/dev-with-consent.js",build:"next build",start:"next start",lint:"next lint",prepublishOnly:"npm run build"},dependencies:{"@emotion/cache":"^11.14.0","@emotion/react":"^11.14.0","@emotion/styled":"^11.14.1","@monaco-editor/react":"^4.7.0","@mui/icons-material":"^7.3.6","@mui/material":"^7.3.6","@mui/material-nextjs":"^7.3.6","@reduxjs/toolkit":"^2.11.2","@tailwindcss/postcss":"^4.1.18","lucide-react":"^0.562.0",next:"^16.1.1",react:"^19.2.3","react-dom":"^19.2.3","react-redux":"^9.2.0",uuid:"^13.0.0"},devDependencies:{"@types/node":"^25.0.3","@types/react":"^19.2.7","@types/react-dom":"^19.2.3",autoprefixer:"^10.4.23",eslint:"^9.39.2","eslint-config-next":"^16.1.1",postcss:"^8.5.6",tailwindcss:"^4.1.18",typescript:"^5.9.3"}})},36623,a=>{"use strict";a.s(["DYNAMIC_STORAGE_PATH",0,a=>`fapi-endpoints-${a}.json`,"FAPI_STORAGE_FOLDER_NAME",0,".fapi-storage"])},24868,(a,b,c)=>{b.exports=a.x("fs/promises",()=>require("fs/promises"))},38429,a=>{"use strict";a.s(["default",()=>b]);let b=(0,a.i(11857).registerClientReference)(function(){throw Error("Attempted to call the default export of [project]/src/app/rootLayoutClient.tsx <module evaluation> from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/src/app/rootLayoutClient.tsx <module evaluation>","default")},10744,a=>{"use strict";a.s(["default",()=>b]);let b=(0,a.i(11857).registerClientReference)(function(){throw Error("Attempted to call the default export of [project]/src/app/rootLayoutClient.tsx from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/src/app/rootLayoutClient.tsx","default")},54020,a=>{"use strict";a.i(38429);var b=a.i(10744);a.n(b)},16965,a=>{"use strict";a.s(["default",()=>b]);let b=(0,a.i(11857).registerClientReference)(function(){throw Error("Attempted to call the default export of [project]/src/app/storeProvider.tsx <module evaluation> from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/src/app/storeProvider.tsx <module evaluation>","default")},27074,a=>{"use strict";a.s(["default",()=>b]);let b=(0,a.i(11857).registerClientReference)(function(){throw Error("Attempted to call the default export of [project]/src/app/storeProvider.tsx from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/src/app/storeProvider.tsx","default")},7019,a=>{"use strict";a.i(16965);var b=a.i(27074);a.n(b)},27572,a=>{"use strict";var b=a.i(7997),c=a.i(24868),d=a.i(14747),e=a.i(36623);let f=async a=>{let b;if(!a?.trim())return void console.warn("PORT_NOT_VALID_SKIPPING_STORAGE_INITIALIZATION");console.log("STARTING_INITIALIZE_FAPI_STORAGE");let f=(b=process.env.FAPI_USER_DIR||process.cwd(),d.default.join(b,e.FAPI_STORAGE_FOLDER_NAME)),g=d.default.join(f,(0,e.DYNAMIC_STORAGE_PATH)(a));try{await c.default.mkdir(f,{recursive:!0});try{await c.default.access(g),console.log("STORAGE_FILE_EXISTS_SKIPPING_INITIALIZATION");return}catch{console.log("STORAGE_FILE_NOT_FOUND_CREATING_NEW")}let a={endpoints:{},metadata:{lastUpdated:new Date().toISOString(),totalEndpoints:0,projectName:""}};await c.default.writeFile(g,JSON.stringify(a,null,2)),console.log("SUCCESS_INITIALIZING_FAPI_STORAGE")}catch(a){throw console.error("ERROR_INITIALIZING_FAPI_STORAGE",a),a}};var g=a.i(4730);let h=async()=>{console.log(`FAPI Version - v${g.default.version}`);let a=process.env.PORT||"3000";await f(a)};var i=a.i(54020),j=a.i(7019);async function k({children:a}){return await h(),(0,b.jsx)(j.default,{children:(0,b.jsx)(i.default,{children:a})})}a.s(["default",()=>k,"dynamic",0,"force-dynamic","metadata",0,{title:"FAPI - Fake APIs on the fly",description:"Generated by create next app"}],27572)}];
2
2
 
3
3
  //# sourceMappingURL=%5Broot-of-the-server%5D__1c7254d0._.js.map
@@ -1,3 +1,3 @@
1
- module.exports=[36313,(a,b,c)=>{"use strict";b.exports=a.r(42602).vendored.contexts.HooksClientContext},18341,(a,b,c)=>{"use strict";b.exports=a.r(42602).vendored.contexts.ServerInsertedHtml},18622,(a,b,c)=>{b.exports=a.x("next/dist/compiled/next-server/app-page-turbo.runtime.prod.js",()=>require("next/dist/compiled/next-server/app-page-turbo.runtime.prod.js"))},56704,(a,b,c)=>{b.exports=a.x("next/dist/server/app-render/work-async-storage.external.js",()=>require("next/dist/server/app-render/work-async-storage.external.js"))},32319,(a,b,c)=>{b.exports=a.x("next/dist/server/app-render/work-unit-async-storage.external.js",()=>require("next/dist/server/app-render/work-unit-async-storage.external.js"))},20635,(a,b,c)=>{b.exports=a.x("next/dist/server/app-render/action-async-storage.external.js",()=>require("next/dist/server/app-render/action-async-storage.external.js"))},42602,(a,b,c)=>{"use strict";b.exports=a.r(18622)},87924,(a,b,c)=>{"use strict";b.exports=a.r(42602).vendored["react-ssr"].ReactJsxRuntime},72131,(a,b,c)=>{"use strict";b.exports=a.r(42602).vendored["react-ssr"].React},9270,(a,b,c)=>{"use strict";b.exports=a.r(42602).vendored.contexts.AppRouterContext},4730,a=>{a.v({name:"start-fapi",version:"1.0.2",description:"A developer tool for creating and simulating fake APIs (FAPIs) locally for rapid and independent frontend development.",bin:{"start-fapi":"./bin/start-fapi.js"},files:["bin","src","public",".next/static",".next/server",".next/*.json",".next/*.js",".next/BUILD_ID","!**/*.map","next.config.js","postcss.config.js","tailwind.config.ts","tsconfig.json","package.json","README.md"],keywords:["fake-api","mock-api","api-simulator","development-tools","api-testing","fapi","mock-server","fake-server","fake-rest-api"],author:"Soham De Roy",license:"MIT",repository:{type:"git",url:"https://github.com/sohamderoy/FAPI-Fake-APIs.git"},bugs:{url:"https://github.com/sohamderoy/FAPI-Fake-APIs/issues"},homepage:"https://github.com/sohamderoy/FAPI-Fake-APIs#readme",engines:{node:">=20.9.0"},scripts:{dev:"node bin/dev-with-consent.js","dev:3001":"PORT=3001 node bin/dev-with-consent.js",build:"next build",start:"next start",lint:"next lint",prepublishOnly:"npm run build"},dependencies:{"@emotion/cache":"^11.14.0","@emotion/react":"^11.14.0","@emotion/styled":"^11.14.1","@monaco-editor/react":"^4.7.0","@mui/icons-material":"^7.3.6","@mui/material":"^7.3.6","@mui/material-nextjs":"^7.3.6","@reduxjs/toolkit":"^2.11.2","@tailwindcss/postcss":"^4.1.18","lucide-react":"^0.562.0",next:"^16.1.1",react:"^19.2.3","react-dom":"^19.2.3","react-redux":"^9.2.0",uuid:"^13.0.0"},devDependencies:{"@types/node":"^25.0.3","@types/react":"^19.2.7","@types/react-dom":"^19.2.3",autoprefixer:"^10.4.23",eslint:"^9.39.2","eslint-config-next":"^16.1.1",postcss:"^8.5.6",tailwindcss:"^4.1.18",typescript:"^5.9.3"}})}];
1
+ module.exports=[36313,(a,b,c)=>{"use strict";b.exports=a.r(42602).vendored.contexts.HooksClientContext},18341,(a,b,c)=>{"use strict";b.exports=a.r(42602).vendored.contexts.ServerInsertedHtml},18622,(a,b,c)=>{b.exports=a.x("next/dist/compiled/next-server/app-page-turbo.runtime.prod.js",()=>require("next/dist/compiled/next-server/app-page-turbo.runtime.prod.js"))},56704,(a,b,c)=>{b.exports=a.x("next/dist/server/app-render/work-async-storage.external.js",()=>require("next/dist/server/app-render/work-async-storage.external.js"))},32319,(a,b,c)=>{b.exports=a.x("next/dist/server/app-render/work-unit-async-storage.external.js",()=>require("next/dist/server/app-render/work-unit-async-storage.external.js"))},20635,(a,b,c)=>{b.exports=a.x("next/dist/server/app-render/action-async-storage.external.js",()=>require("next/dist/server/app-render/action-async-storage.external.js"))},42602,(a,b,c)=>{"use strict";b.exports=a.r(18622)},87924,(a,b,c)=>{"use strict";b.exports=a.r(42602).vendored["react-ssr"].ReactJsxRuntime},72131,(a,b,c)=>{"use strict";b.exports=a.r(42602).vendored["react-ssr"].React},9270,(a,b,c)=>{"use strict";b.exports=a.r(42602).vendored.contexts.AppRouterContext},4730,a=>{a.v({name:"start-fapi",version:"1.0.3-alpha.0",description:"A developer tool for creating and simulating Fake APIs (FAPIs) in seconds.",bin:{"start-fapi":"./bin/start-fapi.js"},files:["bin","src","public",".next/static",".next/server",".next/*.json",".next/*.js",".next/BUILD_ID","!**/*.map","next.config.js","postcss.config.js","tailwind.config.ts","tsconfig.json","package.json","README.md"],keywords:["fake-api","mock-api","api-simulator","development-tools","api-testing","fapi","mock-server","fake-server","fake-rest-api"],author:"Soham De Roy",license:"MIT",repository:{type:"git",url:"https://github.com/sohamderoy/FAPI-Fake-APIs.git"},bugs:{url:"https://github.com/sohamderoy/FAPI-Fake-APIs/issues"},homepage:"https://github.com/sohamderoy/FAPI-Fake-APIs#readme",engines:{node:">=20.9.0"},scripts:{dev:"node bin/dev-with-consent.js","dev:3001":"PORT=3001 node bin/dev-with-consent.js",build:"next build",start:"next start",lint:"next lint",prepublishOnly:"npm run build"},dependencies:{"@emotion/cache":"^11.14.0","@emotion/react":"^11.14.0","@emotion/styled":"^11.14.1","@monaco-editor/react":"^4.7.0","@mui/icons-material":"^7.3.6","@mui/material":"^7.3.6","@mui/material-nextjs":"^7.3.6","@reduxjs/toolkit":"^2.11.2","@tailwindcss/postcss":"^4.1.18","lucide-react":"^0.562.0",next:"^16.1.1",react:"^19.2.3","react-dom":"^19.2.3","react-redux":"^9.2.0",uuid:"^13.0.0"},devDependencies:{"@types/node":"^25.0.3","@types/react":"^19.2.7","@types/react-dom":"^19.2.3",autoprefixer:"^10.4.23",eslint:"^9.39.2","eslint-config-next":"^16.1.1",postcss:"^8.5.6",tailwindcss:"^4.1.18",typescript:"^5.9.3"}})}];
2
2
 
3
3
  //# sourceMappingURL=%5Broot-of-the-server%5D__495a2284._.js.map
@@ -30,6 +30,6 @@ try {
30
30
  | |__ | |_| | | |__| | ||
31
31
  | __| | _ | | ____/ ||
32
32
  | | | | | | | | ||
33
- |_| |_| |_| |_| |__| `,"color: #3b82f6; font-weight: bold;"),console.log("%cCreate & simulate Fake APIs (FAPIs) within seconds,\nfor rapid & independent frontend development","color: #9ca3af;"),console.log(""),console.log(`%cFAPI Version: %cv${Y.default.version}`,"color: #9ca3af;","color: #22c55e; font-weight: bold;"),console.log(`%cFAPI running on PORT: %c${a}`,"color: #9ca3af;","color: #22c55e; font-weight: bold;"),console.log(`%cFAPIs are available at: %chttp://localhost:${a}/api/fapi/%c{your-endpoint}`,"color: #9ca3af;","color: #eab308;","color: #6b7280;")},[]),(0,b.jsx)("html",{lang:"en",className:`${i.variable} ${k.variable}`,children:(0,b.jsx)("body",{children:(0,b.jsx)(g,{children:(0,b.jsxs)(P,{theme:Q,children:[(0,b.jsx)(X,{}),a]})})})})}a.s(["default",()=>Z],55533)},97165,a=>{"use strict";var b=a.i(87924);a.i(14474);var c=a.i(8327),d=a.i(14174);a.s(["default",0,({children:a})=>(0,b.jsx)(d.Provider,{store:c.store,children:a})])}];
33
+ |_| |_| |_| |_| |__| `,"color: #3b82f6; font-weight: bold;"),console.log("%cCreate & simulate Fake APIs (FAPIs) in seconds.","color: #9ca3af;"),console.log(""),console.log(`%cFAPI Version: %cv${Y.default.version}`,"color: #9ca3af;","color: #22c55e; font-weight: bold;"),console.log(`%cFAPI running on PORT: %c${a}`,"color: #9ca3af;","color: #22c55e; font-weight: bold;"),console.log(`%cFAPIs are available at: %chttp://localhost:${a}/api/fapi/%c{your-endpoint}`,"color: #9ca3af;","color: #eab308;","color: #6b7280;")},[]),(0,b.jsx)("html",{lang:"en",className:`${i.variable} ${k.variable}`,children:(0,b.jsx)("body",{children:(0,b.jsx)(g,{children:(0,b.jsxs)(P,{theme:Q,children:[(0,b.jsx)(X,{}),a]})})})})}a.s(["default",()=>Z],55533)},97165,a=>{"use strict";var b=a.i(87924);a.i(14474);var c=a.i(8327),d=a.i(14174);a.s(["default",0,({children:a})=>(0,b.jsx)(d.Provider,{store:c.store,children:a})])}];
34
34
 
35
35
  //# sourceMappingURL=%5Broot-of-the-server%5D__e8196cc2._.js.map
@@ -1,3 +1,3 @@
1
- module.exports=[35112,(a,b,c)=>{"use strict";b.exports=a.r(42602).vendored["react-ssr"].ReactDOM},38783,(a,b,c)=>{"use strict";b.exports=a.r(42602).vendored["react-ssr"].ReactServerDOMTurbopackClient},41556,a=>{a.v("/_next/static/media/fapi-logo.df2eabba.svg")},51321,a=>{a.v("/_next/static/media/fapi-slash-logo.8ad03fe8.svg")},1661,a=>{"use strict";var b=a.i(87924),c=a.i(70106);let d=(0,c.default)("zap",[["path",{d:"M4 14a1 1 0 0 1-.78-1.63l9.9-10.2a.5.5 0 0 1 .86.46l-1.92 6.02A1 1 0 0 0 13 10h7a1 1 0 0 1 .78 1.63l-9.9 10.2a.5.5 0 0 1-.86-.46l1.92-6.02A1 1 0 0 0 11 14z",key:"1xq2db"}]]),e=(0,c.default)("clock",[["path",{d:"M12 6v6l4 2",key:"mmk7yg"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]]);var f=a.i(3314);let g=(0,c.default)("server",[["rect",{width:"20",height:"8",x:"2",y:"2",rx:"2",ry:"2",key:"ngkwjq"}],["rect",{width:"20",height:"8",x:"2",y:"14",rx:"2",ry:"2",key:"iecqi9"}],["line",{x1:"6",x2:"6.01",y1:"6",y2:"6",key:"16zg32"}],["line",{x1:"6",x2:"6.01",y1:"18",y2:"18",key:"nzw8ys"}]]),h=[{title:"Quick Setup",description:"Create mock APIs in seconds with intuitive interface",icon:d,iconColor:"text-yellow-400"},{title:"Simulate Response",description:"Customize status codes, delays, and response bodies to simulate any user flow with ease",icon:e,iconColor:"text-blue-400"},{title:"100% Local & Private",description:"No data leaves your machine, runs completely offline",icon:f.Shield,iconColor:"text-green-400"},{title:"Multi Instance Support",description:"Run multiple instances of FAPI on different ports to support multiple UI project development and testing",icon:g,iconColor:"text-purple-400"}];a.i(16707);var i=a.i(83508),i=i;a.i(31793);var j=a.i(4193),k=a.i(17489),l=a.i(50944);a.i(97646);var m=a.i(57508);let n=(0,c.default)("arrow-right",[["path",{d:"M5 12h14",key:"1ays0h"}],["path",{d:"m12 5 7 7-7 7",key:"xquz4c"}]]),o=(0,c.default)("rocket",[["path",{d:"M4.5 16.5c-1.5 1.26-2 5-2 5s3.74-.5 5-2c.71-.84.7-2.13-.09-2.91a2.18 2.18 0 0 0-2.91-.09z",key:"m3kijz"}],["path",{d:"m12 15-3-3a22 22 0 0 1 2-3.95A12.88 12.88 0 0 1 22 2c0 2.72-.78 7.5-6 11a22.35 22.35 0 0 1-4 2z",key:"1fmvmk"}],["path",{d:"M9 12H4s.55-3.03 2-4c1.62-1.08 5 0 5 0",key:"1f8sc4"}],["path",{d:"M12 15v5s3.03-.55 4-2c1.08-1.62 0-5 0-5",key:"qeys4"}]]);a.s(["default",0,()=>{let a=(0,l.useRouter)();return(0,b.jsxs)("div",{className:"min-h-screen overflow-y-auto",children:[(0,b.jsx)(j.AnimatedBackground,{}),(0,b.jsx)("div",{className:"flex flex-col items-center justify-center min-h-screen w-full py-12 px-4",children:(0,b.jsxs)("div",{className:"text-center max-w-3xl mx-auto",children:[(0,b.jsx)(k.AppName,{logoWidth:350,logoHeight:126}),(0,b.jsx)("p",{className:"mt-2 text-lg text-gray-200 leading-relaxed font-googleSansFlex font-light whitespace-nowrap",children:"Create & simulate Fake APIs (FAPIs) within seconds, for rapid & independent frontend development"}),(0,b.jsx)("div",{className:"mt-12",children:(0,b.jsxs)("div",{onClick:()=>{a.push(m.FAPI_SIMULATOR_PAGE_PATH)},className:"group relative w-full cursor-pointer rounded-2xl p-[2px] bg-gradient-to-r from-[#0EA5E9] via-[#8B5CF6] to-[#EC4899] transition-all duration-300 hover:shadow-[0_0_40px_rgba(139,92,246,0.4)] hover:scale-[1.01]",children:[(0,b.jsx)("div",{className:"absolute -inset-1 bg-gradient-to-r from-blue-600 via-purple-600 to-pink-600 rounded-2xl blur-lg opacity-0 group-hover:opacity-40 transition duration-500"}),(0,b.jsx)("div",{className:"relative h-full p-8 bg-black rounded-2xl font-googleSansFlex",children:(0,b.jsxs)("div",{className:"flex items-center justify-between",children:[(0,b.jsxs)("div",{className:"flex items-center gap-5",children:[(0,b.jsx)("div",{className:"group-hover:scale-110 transition-transform duration-300 flex-shrink-0",children:(0,b.jsx)(o,{className:"w-10 h-10 text-purple-400 group-hover:text-purple-300 transition-colors duration-300",strokeWidth:2})}),(0,b.jsx)("div",{className:"flex flex-col items-start",children:(0,b.jsx)("h3",{className:"text-2xl font-bold text-white mb-1 group-hover:text-transparent group-hover:bg-gradient-to-r group-hover:from-blue-400 group-hover:to-purple-400 group-hover:bg-clip-text transition-all duration-300",children:"Create your FAPIs in seconds"})})]}),(0,b.jsx)(n,{className:"w-8 h-8 text-purple-400 group-hover:translate-x-2 group-hover:text-purple-300 transition-all duration-300 flex-shrink-0",strokeWidth:2.5})]})})]})}),(0,b.jsx)("div",{className:"mt-8 grid grid-cols-1 md:grid-cols-2 gap-8",children:h.map((a,c)=>(0,b.jsx)(i.default,{title:a.title,description:a.description,icon:a.icon,iconColor:a.iconColor},c))})]})})]})}],1661)}];
1
+ module.exports=[35112,(a,b,c)=>{"use strict";b.exports=a.r(42602).vendored["react-ssr"].ReactDOM},38783,(a,b,c)=>{"use strict";b.exports=a.r(42602).vendored["react-ssr"].ReactServerDOMTurbopackClient},41556,a=>{a.v("/_next/static/media/fapi-logo.df2eabba.svg")},51321,a=>{a.v("/_next/static/media/fapi-slash-logo.8ad03fe8.svg")},1661,a=>{"use strict";var b=a.i(87924),c=a.i(70106);let d=(0,c.default)("zap",[["path",{d:"M4 14a1 1 0 0 1-.78-1.63l9.9-10.2a.5.5 0 0 1 .86.46l-1.92 6.02A1 1 0 0 0 13 10h7a1 1 0 0 1 .78 1.63l-9.9 10.2a.5.5 0 0 1-.86-.46l1.92-6.02A1 1 0 0 0 11 14z",key:"1xq2db"}]]),e=(0,c.default)("clock",[["path",{d:"M12 6v6l4 2",key:"mmk7yg"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]]);var f=a.i(3314);let g=(0,c.default)("server",[["rect",{width:"20",height:"8",x:"2",y:"2",rx:"2",ry:"2",key:"ngkwjq"}],["rect",{width:"20",height:"8",x:"2",y:"14",rx:"2",ry:"2",key:"iecqi9"}],["line",{x1:"6",x2:"6.01",y1:"6",y2:"6",key:"16zg32"}],["line",{x1:"6",x2:"6.01",y1:"18",y2:"18",key:"nzw8ys"}]]),h=[{title:"Quick Setup",description:"Create mock APIs in seconds with intuitive interface",icon:d,iconColor:"text-yellow-400"},{title:"Simulate Response",description:"Customize status codes, delays, and response bodies to simulate any user flow with ease",icon:e,iconColor:"text-blue-400"},{title:"100% Local & Private",description:"No data leaves your machine, runs completely offline",icon:f.Shield,iconColor:"text-green-400"},{title:"Multi Instance Support",description:"Run multiple instances of FAPI on different ports to support multiple products/ services development and testing",icon:g,iconColor:"text-purple-400"}];a.i(16707);var i=a.i(83508),i=i;a.i(31793);var j=a.i(4193),k=a.i(17489),l=a.i(50944);a.i(97646);var m=a.i(57508);let n=(0,c.default)("arrow-right",[["path",{d:"M5 12h14",key:"1ays0h"}],["path",{d:"m12 5 7 7-7 7",key:"xquz4c"}]]),o=(0,c.default)("rocket",[["path",{d:"M4.5 16.5c-1.5 1.26-2 5-2 5s3.74-.5 5-2c.71-.84.7-2.13-.09-2.91a2.18 2.18 0 0 0-2.91-.09z",key:"m3kijz"}],["path",{d:"m12 15-3-3a22 22 0 0 1 2-3.95A12.88 12.88 0 0 1 22 2c0 2.72-.78 7.5-6 11a22.35 22.35 0 0 1-4 2z",key:"1fmvmk"}],["path",{d:"M9 12H4s.55-3.03 2-4c1.62-1.08 5 0 5 0",key:"1f8sc4"}],["path",{d:"M12 15v5s3.03-.55 4-2c1.08-1.62 0-5 0-5",key:"qeys4"}]]);a.s(["default",0,()=>{let a=(0,l.useRouter)();return(0,b.jsxs)("div",{className:"min-h-screen overflow-y-auto",children:[(0,b.jsx)(j.AnimatedBackground,{}),(0,b.jsx)("div",{className:"flex flex-col items-center justify-center min-h-screen w-full py-12 px-4",children:(0,b.jsxs)("div",{className:"text-center max-w-3xl mx-auto",children:[(0,b.jsx)(k.AppName,{logoWidth:350,logoHeight:126}),(0,b.jsx)("p",{className:"mt-2 text-lg text-gray-200 leading-relaxed font-googleSansFlex font-light whitespace-nowrap",children:"A developer tool for creating and simulating Fake APIs (FAPIs) in seconds."}),(0,b.jsx)("div",{className:"mt-12",children:(0,b.jsxs)("div",{onClick:()=>{a.push(m.FAPI_SIMULATOR_PAGE_PATH)},className:"group relative w-full cursor-pointer rounded-2xl p-[2px] bg-gradient-to-r from-[#0EA5E9] via-[#8B5CF6] to-[#EC4899] transition-all duration-300 hover:shadow-[0_0_40px_rgba(139,92,246,0.4)] hover:scale-[1.01]",children:[(0,b.jsx)("div",{className:"absolute -inset-1 bg-gradient-to-r from-blue-600 via-purple-600 to-pink-600 rounded-2xl blur-lg opacity-0 group-hover:opacity-40 transition duration-500"}),(0,b.jsx)("div",{className:"relative h-full p-8 bg-black rounded-2xl font-googleSansFlex",children:(0,b.jsxs)("div",{className:"flex items-center justify-between",children:[(0,b.jsxs)("div",{className:"flex items-center gap-5",children:[(0,b.jsx)("div",{className:"group-hover:scale-110 transition-transform duration-300 flex-shrink-0",children:(0,b.jsx)(o,{className:"w-10 h-10 text-purple-400 group-hover:text-purple-300 transition-colors duration-300",strokeWidth:2})}),(0,b.jsx)("div",{className:"flex flex-col items-start",children:(0,b.jsx)("h3",{className:"text-2xl font-bold text-white mb-1 group-hover:text-transparent group-hover:bg-gradient-to-r group-hover:from-blue-400 group-hover:to-purple-400 group-hover:bg-clip-text transition-all duration-300",children:"Create your FAPIs in seconds"})})]}),(0,b.jsx)(n,{className:"w-8 h-8 text-purple-400 group-hover:translate-x-2 group-hover:text-purple-300 transition-all duration-300 flex-shrink-0",strokeWidth:2.5})]})})]})}),(0,b.jsx)("div",{className:"mt-8 grid grid-cols-1 md:grid-cols-2 gap-8",children:h.map((a,c)=>(0,b.jsx)(i.default,{title:a.title,description:a.description,icon:a.icon,iconColor:a.iconColor},c))})]})})]})}],1661)}];
2
2
 
3
3
  //# sourceMappingURL=_fb4e6f0e._.js.map
@@ -1,2 +1,2 @@
1
- <!DOCTYPE html><!--SvxQnjPVD3UVCzysHIqbO--><html id="__next_error__"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/90673e20390284b9.js"/><script src="/_next/static/chunks/236f7e5abd6f09ff.js" async=""></script><script src="/_next/static/chunks/30ea11065999f7ac.js" async=""></script><script src="/_next/static/chunks/17bb38bff44521fb.js" async=""></script><script src="/_next/static/chunks/turbopack-5df892e831a9bae7.js" async=""></script><script src="/_next/static/chunks/ff1a16fafef87110.js" async=""></script><script src="/_next/static/chunks/7340adf74ff47ec0.js" async=""></script><title>500: Internal Server Error.</title><link rel="icon" href="/favicon.ico?favicon.c1eb8e89.ico" sizes="256x256" type="image/x-icon"/><script src="/_next/static/chunks/a6dad97d9634a72d.js" noModule=""></script></head><body><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="line-height:48px"><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}
2
- @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-right:23px;font-size:24px;font-weight:500;vertical-align:top">500</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:28px">Internal Server Error.</h2></div></div></div><!--$--><!--/$--><script src="/_next/static/chunks/90673e20390284b9.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[39756,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/7340adf74ff47ec0.js\"],\"default\"]\n3:I[37457,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/7340adf74ff47ec0.js\"],\"default\"]\n4:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/7340adf74ff47ec0.js\"],\"OutletBoundary\"]\n5:\"$Sreact.suspense\"\n7:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/7340adf74ff47ec0.js\"],\"ViewportBoundary\"]\n9:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/7340adf74ff47ec0.js\"],\"MetadataBoundary\"]\nb:I[68027,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/7340adf74ff47ec0.js\"],\"default\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"SvxQnjPVD3UVCzysHIqbO\",\"c\":[\"\",\"_global-error\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"__PAGE__\",{}]}],[[\"$\",\"$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\":[[\"$\",\"html\",null,{\"id\":\"__next_error__\",\"children\":[[\"$\",\"head\",null,{\"children\":[\"$\",\"title\",null,{\"children\":\"500: Internal Server Error.\"}]}],[\"$\",\"body\",null,{\"children\":[\"$\",\"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,{\"style\":{\"lineHeight\":\"48px\"},\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}\\n@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\",\"paddingRight\":23,\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\"},\"children\":\"500\"}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"28px\"},\"children\":\"Internal Server Error.\"}]}]]}]}]}]]}],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\"}]}]}],null]}],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[27201,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/7340adf74ff47ec0.js\"],\"IconMark\"]\n6:null\na:[[\"$\",\"link\",\"0\",{\"rel\":\"icon\",\"href\":\"/favicon.ico?favicon.c1eb8e89.ico\",\"sizes\":\"256x256\",\"type\":\"image/x-icon\"}],[\"$\",\"$Lc\",\"1\",{}]]\n"])</script></body></html>
1
+ <!DOCTYPE html><!--O6BDsqw_lSDK00X1ZpxaA--><html id="__next_error__"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/90673e20390284b9.js"/><script src="/_next/static/chunks/236f7e5abd6f09ff.js" async=""></script><script src="/_next/static/chunks/30ea11065999f7ac.js" async=""></script><script src="/_next/static/chunks/17bb38bff44521fb.js" async=""></script><script src="/_next/static/chunks/turbopack-5df892e831a9bae7.js" async=""></script><script src="/_next/static/chunks/ff1a16fafef87110.js" async=""></script><script src="/_next/static/chunks/7340adf74ff47ec0.js" async=""></script><title>500: Internal Server Error.</title><link rel="icon" href="/favicon.ico?favicon.c1eb8e89.ico" sizes="256x256" type="image/x-icon"/><script src="/_next/static/chunks/a6dad97d9634a72d.js" noModule=""></script></head><body><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="line-height:48px"><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}
2
+ @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-right:23px;font-size:24px;font-weight:500;vertical-align:top">500</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:28px">Internal Server Error.</h2></div></div></div><!--$--><!--/$--><script src="/_next/static/chunks/90673e20390284b9.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[39756,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/7340adf74ff47ec0.js\"],\"default\"]\n3:I[37457,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/7340adf74ff47ec0.js\"],\"default\"]\n4:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/7340adf74ff47ec0.js\"],\"OutletBoundary\"]\n5:\"$Sreact.suspense\"\n7:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/7340adf74ff47ec0.js\"],\"ViewportBoundary\"]\n9:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/7340adf74ff47ec0.js\"],\"MetadataBoundary\"]\nb:I[68027,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/7340adf74ff47ec0.js\"],\"default\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"O6BDsqw-lSDK00X1ZpxaA\",\"c\":[\"\",\"_global-error\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"__PAGE__\",{}]}],[[\"$\",\"$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\":[[\"$\",\"html\",null,{\"id\":\"__next_error__\",\"children\":[[\"$\",\"head\",null,{\"children\":[\"$\",\"title\",null,{\"children\":\"500: Internal Server Error.\"}]}],[\"$\",\"body\",null,{\"children\":[\"$\",\"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,{\"style\":{\"lineHeight\":\"48px\"},\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}\\n@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\",\"paddingRight\":23,\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\"},\"children\":\"500\"}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"28px\"},\"children\":\"Internal Server Error.\"}]}]]}]}]}]]}],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\"}]}]}],null]}],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[27201,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/7340adf74ff47ec0.js\"],\"IconMark\"]\n6:null\na:[[\"$\",\"link\",\"0\",{\"rel\":\"icon\",\"href\":\"/favicon.ico?favicon.c1eb8e89.ico\",\"sizes\":\"256x256\",\"type\":\"image/x-icon\"}],[\"$\",\"$Lc\",\"1\",{}]]\n"])</script></body></html>
@@ -0,0 +1,33 @@
1
+ (globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,4730,e=>{e.v({name:"start-fapi",version:"1.0.3-alpha.0",description:"A developer tool for creating and simulating Fake APIs (FAPIs) in seconds.",bin:{"start-fapi":"./bin/start-fapi.js"},files:["bin","src","public",".next/static",".next/server",".next/*.json",".next/*.js",".next/BUILD_ID","!**/*.map","next.config.js","postcss.config.js","tailwind.config.ts","tsconfig.json","package.json","README.md"],keywords:["fake-api","mock-api","api-simulator","development-tools","api-testing","fapi","mock-server","fake-server","fake-rest-api"],author:"Soham De Roy",license:"MIT",repository:{type:"git",url:"https://github.com/sohamderoy/FAPI-Fake-APIs.git"},bugs:{url:"https://github.com/sohamderoy/FAPI-Fake-APIs/issues"},homepage:"https://github.com/sohamderoy/FAPI-Fake-APIs#readme",engines:{node:">=20.9.0"},scripts:{dev:"node bin/dev-with-consent.js","dev:3001":"PORT=3001 node bin/dev-with-consent.js",build:"next build",start:"next start",lint:"next lint",prepublishOnly:"npm run build"},dependencies:{"@emotion/cache":"^11.14.0","@emotion/react":"^11.14.0","@emotion/styled":"^11.14.1","@monaco-editor/react":"^4.7.0","@mui/icons-material":"^7.3.6","@mui/material":"^7.3.6","@mui/material-nextjs":"^7.3.6","@reduxjs/toolkit":"^2.11.2","@tailwindcss/postcss":"^4.1.18","lucide-react":"^0.562.0",next:"^16.1.1",react:"^19.2.3","react-dom":"^19.2.3","react-redux":"^9.2.0",uuid:"^13.0.0"},devDependencies:{"@types/node":"^25.0.3","@types/react":"^19.2.7","@types/react-dom":"^19.2.3",autoprefixer:"^10.4.23",eslint:"^9.39.2","eslint-config-next":"^16.1.1",postcss:"^8.5.6",tailwindcss:"^4.1.18",typescript:"^5.9.3"}})},18566,(e,t,o)=>{t.exports=e.r(76562)},79459,(e,t,o)=>{t.exports=e.r(18566)},82540,e=>{e.v({className:"google_sans_flex_739028f6-module__1u14uq__className",variable:"google_sans_flex_739028f6-module__1u14uq__variable"})},62051,e=>{e.v({className:"google_sans_code_6aade507-module__domY0W__className",variable:"google_sans_code_6aade507-module__domY0W__variable"})},76938,e=>{"use strict";var t=e.i(43476);e.i(47167);var o=e.i(71645),r=e.i(48203),l=e.i(98533),l=l,s=e.i(79459);function a(e){let{options:a,CacheProvider:n=l.C,children:i}=e,[c]=o.useState(()=>{let e=(0,r.default)({...a,key:a?.key??"mui"});e.compat=!0;let t=e.insert,o=[];return e.insert=(...r)=>{a?.enableCssLayer&&!r[1].styles.match(/^@layer\s+[^{]*$/)&&(r[1].styles=`@layer mui {${r[1].styles}}`);let[l,s]=r;return void 0===e.inserted[s.name]&&o.push({name:s.name,isGlobal:!l}),t(...r)},{cache:e,flush:()=>{let e=o;return o=[],e}}});return(0,s.useServerInsertedHTML)(()=>{let e=c.flush();if(0===e.length)return null;let r="",l=c.cache.key,s=[];return e.forEach(({name:e,isGlobal:t})=>{let o=c.cache.inserted[e];"string"==typeof o&&(t?s.push({name:e,style:o}):(r+=o,l+=` ${e}`))}),(0,t.jsxs)(o.Fragment,{children:[s.map(({name:e,style:o})=>(0,t.jsx)("style",{nonce:a?.nonce,"data-emotion":`${c.cache.key}-global ${e}`,dangerouslySetInnerHTML:{__html:o}},e)),r&&(0,t.jsx)("style",{nonce:a?.nonce,"data-emotion":l,dangerouslySetInnerHTML:{__html:r}})]})}),(0,t.jsx)(n,{value:c.cache,children:i})}var n=e.i(82540);let i={className:n.default.className,style:{fontFamily:"'Google Sans Flex'",fontStyle:"normal"}};null!=n.default.variable&&(i.variable=n.default.variable);var c=e.i(62051);let d={className:c.default.className,style:{fontFamily:"'Google Sans Code'",fontStyle:"normal"}};null!=c.default.variable&&(d.variable=c.default.variable);let m=o.createContext(null);function u(){return o.useContext(m)}let h="function"==typeof Symbol&&Symbol.for?Symbol.for("mui.nested"):"__THEME_NESTED__",f=function(e){let{children:r,theme:l}=e,s=u(),a=o.useMemo(()=>{var e,t;let o=null===s?{...l}:(e=s,"function"==typeof(t=l)?t(e):{...e,...t});return null!=o&&(o[h]=null!==s),o},[l,s]);return(0,t.jsx)(m.Provider,{value:a,children:r})};var g=e.i(28419),p=e.i(86931),y=e.i(68308),S=e.i(86373),b=e.i(7558),v=e.i(57242),_=e.i(73852);let x={};function k(e,t,r,l=!1){return o.useMemo(()=>{let o=e&&t[e]||t;if("function"==typeof r){let s=r(o),a=e?{...t,[e]:s}:s;return l?()=>a:a}return e?{...t,[e]:r}:{...t,...r}},[e,t,r,l])}let C=function(e){let{children:o,theme:r,themeId:l}=e,s=(0,p.default)(x),a=u()||x,n=k(l,s,r),i=k(l,a,r,!0),c="rtl"===(l?n[l]:n).direction,d=function(e){let o=(0,p.default)(),r=(0,v.default)()||"",{modularCssLayers:l}=e,s="mui.global, mui.components, mui.theme, mui.custom, mui.sx";return(s=l&&null===o?"string"==typeof l?l.replace(/mui(?!\.)/g,s):`@layer ${s};`:"",(0,b.default)(()=>{let e=document.querySelector("head");if(!e)return;let t=e.firstChild;if(s){if(t&&t.hasAttribute?.("data-mui-layer-order")&&t.getAttribute("data-mui-layer-order")===r)return;let o=document.createElement("style");o.setAttribute("data-mui-layer-order",r),o.textContent=s,e.prepend(o)}else e.querySelector(`style[data-mui-layer-order="${r}"]`)?.remove()},[s,r]),s)?(0,t.jsx)(_.default,{styles:s}):null}(n);return(0,t.jsx)(f,{theme:i,children:(0,t.jsx)(g.ThemeContext.Provider,{value:n,children:(0,t.jsx)(y.default,{value:c,children:(0,t.jsxs)(S.default,{value:l?n[l].components:n.components,children:[d,o]})})})})};var j=e.i(2001);function w({theme:e,...o}){let r=j.default in e?e[j.default]:void 0;return(0,t.jsx)(C,{...o,themeId:r?j.default:void 0,theme:r||e})}var M=e.i(17028),$=e.i(98006);let A="mode",F="color-scheme";function I(){}let P=({key:e,storageWindow:t})=>(t||"undefined"==typeof window||(t=window),{get(o){let r;if("undefined"!=typeof window){if(!t)return o;try{r=t.localStorage.getItem(e)}catch{}return r||o}},set:o=>{if(t)try{t.localStorage.setItem(e,o)}catch{}},subscribe:o=>{if(!t)return I;let r=t=>{let r=t.newValue;t.key===e&&o(r)};return t.addEventListener("storage",r),()=>{t.removeEventListener("storage",r)}}});function E(){}function T(e){if("undefined"!=typeof window&&"function"==typeof window.matchMedia&&"system"===e)return window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light"}function L(e,t){return"light"===e.mode||"system"===e.mode&&"light"===e.systemMode?t("light"):"dark"===e.mode||"system"===e.mode&&"dark"===e.systemMode?t("dark"):void 0}var W=e.i(1937),O=e.i(35767);let{CssVarsProvider:B,useColorScheme:D,getInitColorSchemeScript:N}=function(e){let{themeId:r,theme:l={},modeStorageKey:s=A,colorSchemeStorageKey:a=F,disableTransitionOnChange:n=!1,defaultColorScheme:i,resolveTheme:c}=e,d={allColorSchemes:[],colorScheme:void 0,darkColorScheme:void 0,lightColorScheme:void 0,mode:void 0,setColorScheme:()=>{},setMode:()=>{},systemMode:void 0},m=o.createContext(void 0),h={},f={},g="string"==typeof i?i:i.light,p="string"==typeof i?i:i.dark;return{CssVarsProvider:function(e){let{children:d,theme:g,modeStorageKey:p=s,colorSchemeStorageKey:y=a,disableTransitionOnChange:S=n,storageManager:v,storageWindow:_="undefined"==typeof window?void 0:window,documentNode:x="undefined"==typeof document?void 0:document,colorSchemeNode:k="undefined"==typeof document?void 0:document.documentElement,disableNestedContext:j=!1,disableStyleSheetGeneration:w=!1,defaultMode:M="system",forceThemeRerender:I=!1,noSsr:W}=e,O=o.useRef(!1),B=u(),D=o.useContext(m),N=!!D&&!j,R=o.useMemo(()=>g||("function"==typeof l?l():l),[g]),z=R[r],K=z||R,{colorSchemes:V=h,components:H=f,cssVarPrefix:q}=K,G=Object.keys(V).filter(e=>!!V[e]).join(","),U=o.useMemo(()=>G.split(","),[G]),Y="string"==typeof i?i:i.light,J="string"==typeof i?i:i.dark,Q=V[Y]&&V[J]?M:V[K.defaultColorScheme]?.palette?.mode||K.palette?.mode,{mode:X,setMode:Z,systemMode:ee,lightColorScheme:et,darkColorScheme:eo,colorScheme:er,setColorScheme:el}=function(e){let{defaultMode:t="light",defaultLightColorScheme:r,defaultDarkColorScheme:l,supportedColorSchemes:s=[],modeStorageKey:a=A,colorSchemeStorageKey:n=F,storageWindow:i="undefined"==typeof window?void 0:window,storageManager:c=P,noSsr:d=!1}=e,m=s.join(","),u=s.length>1,h=o.useMemo(()=>c?.({key:a,storageWindow:i}),[c,a,i]),f=o.useMemo(()=>c?.({key:`${n}-light`,storageWindow:i}),[c,n,i]),g=o.useMemo(()=>c?.({key:`${n}-dark`,storageWindow:i}),[c,n,i]),[p,y]=o.useState(()=>{let e=h?.get(t)||t,o=f?.get(r)||r,s=g?.get(l)||l;return{mode:e,systemMode:T(e),lightColorScheme:o,darkColorScheme:s}}),[S,b]=o.useState(d||!u);o.useEffect(()=>{b(!0)},[]);let v=L(p,e=>"light"===e?p.lightColorScheme:"dark"===e?p.darkColorScheme:void 0),_=o.useCallback(e=>{y(o=>{if(e===o.mode)return o;let r=e??t;return h?.set(r),{...o,mode:r,systemMode:T(r)}})},[h,t]),x=o.useCallback(e=>{e?"string"==typeof e?e&&!m.includes(e)?console.error(`\`${e}\` does not exist in \`theme.colorSchemes\`.`):y(t=>{let o={...t};return L(t,t=>{"light"===t&&(f?.set(e),o.lightColorScheme=e),"dark"===t&&(g?.set(e),o.darkColorScheme=e)}),o}):y(t=>{let o={...t},s=null===e.light?r:e.light,a=null===e.dark?l:e.dark;return s&&(m.includes(s)?(o.lightColorScheme=s,f?.set(s)):console.error(`\`${s}\` does not exist in \`theme.colorSchemes\`.`)),a&&(m.includes(a)?(o.darkColorScheme=a,g?.set(a)):console.error(`\`${a}\` does not exist in \`theme.colorSchemes\`.`)),o}):y(e=>(f?.set(r),g?.set(l),{...e,lightColorScheme:r,darkColorScheme:l}))},[m,f,g,r,l]),k=o.useCallback(e=>{"system"===p.mode&&y(t=>{let o=e?.matches?"dark":"light";return t.systemMode===o?t:{...t,systemMode:o}})},[p.mode]),C=o.useRef(k);return C.current=k,o.useEffect(()=>{if("function"!=typeof window.matchMedia||!u)return;let e=(...e)=>C.current(...e),t=window.matchMedia("(prefers-color-scheme: dark)");return t.addListener(e),e(t),()=>{t.removeListener(e)}},[u]),o.useEffect(()=>{if(u){let e=h?.subscribe(e=>{(!e||["light","dark","system"].includes(e))&&_(e||t)})||E,o=f?.subscribe(e=>{(!e||m.match(e))&&x({light:e})})||E,r=g?.subscribe(e=>{(!e||m.match(e))&&x({dark:e})})||E;return()=>{e(),o(),r()}}},[x,_,m,t,i,u,h,f,g]),{...p,mode:S?p.mode:void 0,systemMode:S?p.systemMode:void 0,colorScheme:S?v:void 0,setMode:_,setColorScheme:x}}({supportedColorSchemes:U,defaultLightColorScheme:Y,defaultDarkColorScheme:J,modeStorageKey:p,colorSchemeStorageKey:y,defaultMode:Q,storageManager:v,storageWindow:_,noSsr:W}),es=X,ea=er;N&&(es=D.mode,ea=D.colorScheme);let en=ea||K.defaultColorScheme;K.vars&&!I&&(en=K.defaultColorScheme);let ei=o.useMemo(()=>{let e=K.generateThemeVars?.()||K.vars,t={...K,components:H,colorSchemes:V,cssVarPrefix:q,vars:e};if("function"==typeof t.generateSpacing&&(t.spacing=t.generateSpacing()),en){let e=V[en];e&&"object"==typeof e&&Object.keys(e).forEach(o=>{e[o]&&"object"==typeof e[o]?t[o]={...t[o],...e[o]}:t[o]=e[o]})}return c?c(t):t},[K,en,H,V,q]),ec=K.colorSchemeSelector;(0,b.default)(()=>{if(ea&&k&&ec&&"media"!==ec){let e=ec;if("class"===ec&&(e=".%s"),"data"===ec&&(e="[data-%s]"),ec?.startsWith("data-")&&!ec.includes("%s")&&(e=`[${ec}="%s"]`),e.startsWith("."))k.classList.remove(...U.map(t=>e.substring(1).replace("%s",t))),k.classList.add(e.substring(1).replace("%s",ea));else{let t=e.replace("%s",ea).match(/\[([^\]]+)\]/);if(t){let[e,o]=t[1].split("=");o||U.forEach(t=>{k.removeAttribute(e.replace(ea,t))}),k.setAttribute(e,o?o.replace(/"|'/g,""):"")}else k.setAttribute(e,ea)}}},[ea,ec,k,U]),o.useEffect(()=>{let e;if(S&&O.current&&x){let t=x.createElement("style");t.appendChild(x.createTextNode("*{-webkit-transition:none!important;-moz-transition:none!important;-o-transition:none!important;-ms-transition:none!important;transition:none!important}")),x.head.appendChild(t),window.getComputedStyle(x.body),e=setTimeout(()=>{x.head.removeChild(t)},1)}return()=>{clearTimeout(e)}},[ea,S,x]),o.useEffect(()=>(O.current=!0,()=>{O.current=!1}),[]);let ed=o.useMemo(()=>({allColorSchemes:U,colorScheme:ea,darkColorScheme:eo,lightColorScheme:et,mode:es,setColorScheme:el,setMode:Z,systemMode:ee}),[U,ea,eo,et,es,el,Z,ee,ei.colorSchemeSelector]),em=!0;(w||!1===K.cssVariables||N&&B?.cssVarPrefix===q)&&(em=!1);let eu=(0,t.jsxs)(o.Fragment,{children:[(0,t.jsx)(C,{themeId:z?r:void 0,theme:ei,children:d}),em&&(0,t.jsx)($.GlobalStyles,{styles:ei.generateStyleSheets?.()||[]})]});return N?eu:(0,t.jsx)(m.Provider,{value:ed,children:eu})},useColorScheme:()=>o.useContext(m)||d,getInitColorSchemeScript:e=>(function(e){let{defaultMode:o="system",defaultLightColorScheme:r="light",defaultDarkColorScheme:l="dark",modeStorageKey:s=A,colorSchemeStorageKey:a=F,attribute:n="data-color-scheme",colorSchemeNode:i="document.documentElement",nonce:c}=e||{},d="",m=n;if("class"===n&&(m=".%s"),"data"===n&&(m="[data-%s]"),m.startsWith(".")){let e=m.substring(1);d+=`${i}.classList.remove('${e}'.replace('%s', light), '${e}'.replace('%s', dark));
2
+ ${i}.classList.add('${e}'.replace('%s', colorScheme));`}let u=m.match(/\[([^[\]]+)\]/);if(u){let[e,t]=u[1].split("=");t||(d+=`${i}.removeAttribute('${e}'.replace('%s', light));
3
+ ${i}.removeAttribute('${e}'.replace('%s', dark));`),d+=`
4
+ ${i}.setAttribute('${e}'.replace('%s', colorScheme), ${t?`${t}.replace('%s', colorScheme)`:'""'});`}else".%s"!==m&&(d+=`${i}.setAttribute('${m}', colorScheme);`);return(0,t.jsx)("script",{suppressHydrationWarning:!0,nonce:"undefined"==typeof window?c:"",dangerouslySetInnerHTML:{__html:`(function() {
5
+ try {
6
+ let colorScheme = '';
7
+ const mode = localStorage.getItem('${s}') || '${o}';
8
+ const dark = localStorage.getItem('${a}-dark') || '${l}';
9
+ const light = localStorage.getItem('${a}-light') || '${r}';
10
+ if (mode === 'system') {
11
+ // handle system mode
12
+ const mql = window.matchMedia('(prefers-color-scheme: dark)');
13
+ if (mql.matches) {
14
+ colorScheme = dark
15
+ } else {
16
+ colorScheme = light
17
+ }
18
+ }
19
+ if (mode === 'light') {
20
+ colorScheme = light;
21
+ }
22
+ if (mode === 'dark') {
23
+ colorScheme = dark;
24
+ }
25
+ if (colorScheme) {
26
+ ${d}
27
+ }
28
+ } catch(e){}})();`}},"mui-color-scheme-init")})({colorSchemeStorageKey:a,defaultLightColorScheme:g,defaultDarkColorScheme:p,modeStorageKey:s,...e})}}({themeId:j.default,theme:()=>(0,W.default)({cssVariables:!0}),colorSchemeStorageKey:"mui-color-scheme",modeStorageKey:"mui-mode",defaultColorScheme:{light:"light",dark:"dark"},resolveTheme:e=>{let t={...e,typography:(0,O.default)(e.palette,e.typography)};return t.unstable_sx=function(e){return(0,M.default)({sx:e,theme:this})},t}});function R({theme:e,...r}){let l=o.useMemo(()=>{if("function"==typeof e)return e;let t=j.default in e?e[j.default]:e;return"colorSchemes"in t?null:"vars"in t?e:{...e,vars:null}},[e]);return l?(0,t.jsx)(w,{theme:l,...r}):(0,t.jsx)(B,{theme:e,...r})}let z=(0,W.default)({palette:{mode:"dark",primary:{main:"#2563EB",light:"#3B82F6",dark:"#1D4ED8"},secondary:{main:"#8B5CF6",light:"#A78BFA",dark:"#7C3AED"},background:{default:"#000000",paper:"#111111"},text:{primary:"#F9FAFB",secondary:"#D1D5DB"}},typography:{fontFamily:"var(--font-google-sans-flex), sans-serif",h1:{fontFamily:"var(--font-google-sans-flex), sans-serif",fontSize:"3.5rem",fontWeight:700,letterSpacing:"0.2em"},h2:{fontFamily:"var(--font-google-sans-flex), sans-serif",fontSize:"2.5rem",fontWeight:600},h3:{fontFamily:"var(--font-google-sans-flex), sans-serif",fontSize:"2rem",fontWeight:600},body1:{fontFamily:"var(--font-google-sans-flex), sans-serif",fontSize:"1rem",lineHeight:1.5},button:{fontFamily:"var(--font-google-sans-flex), sans-serif",textTransform:"none",fontWeight:500}},components:{MuiCssBaseline:{styleOverrides:{body:{fontFamily:"var(--font-google-sans-flex), sans-serif",backgroundColor:"#000000"}}},MuiButton:{styleOverrides:{root:{borderRadius:8,padding:"8px 24px"}}},MuiCard:{styleOverrides:{root:{borderRadius:12,background:"#111111"}}},MuiPopover:{defaultProps:{disableScrollLock:!0}},MuiMenu:{defaultProps:{disableScrollLock:!0}},MuiModal:{defaultProps:{disableScrollLock:!0}}}});var K=e.i(35642),V=e.i(94425);let H="function"==typeof(0,K.globalCss)({}),q=(e,t=!1)=>{let o={};t&&e.colorSchemes&&"function"==typeof e.getColorSchemeSelector&&Object.entries(e.colorSchemes).forEach(([t,r])=>{let l=e.getColorSchemeSelector(t);l.startsWith("@")?o[l]={":root":{colorScheme:r.palette?.mode}}:o[l.replace(/\s*&/,"")]={colorScheme:r.palette?.mode}});let r={html:{WebkitFontSmoothing:"antialiased",MozOsxFontSmoothing:"grayscale",boxSizing:"border-box",WebkitTextSizeAdjust:"100%",...t&&!e.vars&&{colorScheme:e.palette.mode}},"*, *::before, *::after":{boxSizing:"inherit"},"strong, b":{fontWeight:e.typography.fontWeightBold},body:{margin:0,...{color:(e.vars||e).palette.text.primary,...e.typography.body1,backgroundColor:(e.vars||e).palette.background.default,"@media print":{backgroundColor:(e.vars||e).palette.common.white}},"&::backdrop":{backgroundColor:(e.vars||e).palette.background.default}},...o},l=e.components?.MuiCssBaseline?.styleOverrides;return l&&(r=[r,l]),r},G="mui-ecs",U=(0,K.globalCss)(H?({theme:e,enableColorScheme:t})=>q(e,t):({theme:e})=>{let t,o;return o=Array.isArray(t=q(e,!1))?t[0]:t,!e.vars&&o&&(o.html[`:root:has(${G})`]={colorScheme:e.palette.mode}),e.colorSchemes&&Object.entries(e.colorSchemes).forEach(([t,r])=>{let l=e.getColorSchemeSelector(t);l.startsWith("@")?o[l]={[`:root:not(:has(.${G}))`]:{colorScheme:r.palette?.mode}}:o[l.replace(/\s*&/,"")]={[`&:not(:has(.${G}))`]:{colorScheme:r.palette?.mode}}}),t}),Y=function(e){let{children:r,enableColorScheme:l=!1}=(0,V.useDefaultProps)({props:e,name:"MuiCssBaseline"});return(0,t.jsxs)(o.Fragment,{children:[H&&(0,t.jsx)(U,{enableColorScheme:l}),!H&&!l&&(0,t.jsx)("span",{className:G,style:{display:"none"}}),r]})};var J=e.i(4730);function Q({children:e}){return(0,o.useEffect)(()=>{let e=window.location.port||"3000";console.log(`%c ______ _____ ______ ______
29
+ | ____| | _ | | ___ | |_ _|
30
+ | |__ | |_| | | |__| | ||
31
+ | __| | _ | | ____/ ||
32
+ | | | | | | | | ||
33
+ |_| |_| |_| |_| |__| `,"color: #3b82f6; font-weight: bold;"),console.log("%cCreate & simulate Fake APIs (FAPIs) in seconds.","color: #9ca3af;"),console.log(""),console.log(`%cFAPI Version: %cv${J.default.version}`,"color: #9ca3af;","color: #22c55e; font-weight: bold;"),console.log(`%cFAPI running on PORT: %c${e}`,"color: #9ca3af;","color: #22c55e; font-weight: bold;"),console.log(`%cFAPIs are available at: %chttp://localhost:${e}/api/fapi/%c{your-endpoint}`,"color: #9ca3af;","color: #eab308;","color: #6b7280;")},[]),(0,t.jsx)("html",{lang:"en",className:`${i.variable} ${d.variable}`,children:(0,t.jsx)("body",{children:(0,t.jsx)(a,{children:(0,t.jsxs)(R,{theme:z,children:[(0,t.jsx)(Y,{}),e]})})})})}e.s(["default",()=>Q],76938)},40581,e=>{"use strict";var t=e.i(43476);e.i(82109);var o=e.i(90357),r=e.i(55487);e.s(["default",0,({children:e})=>(0,t.jsx)(r.Provider,{store:o.store,children:e})])}]);
@@ -0,0 +1 @@
1
+ (globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,33525,(e,t,i)=>{"use strict";Object.defineProperty(i,"__esModule",{value:!0}),Object.defineProperty(i,"warnOnce",{enumerable:!0,get:function(){return r}});let r=e=>{}},41556,e=>{e.v("/_next/static/media/fapi-logo.df2eabba.svg")},51321,e=>{e.v("/_next/static/media/fapi-slash-logo.8ad03fe8.svg")},81789,e=>{"use strict";var t=e.i(43476),i=e.i(75254);let r=(0,i.default)("zap",[["path",{d:"M4 14a1 1 0 0 1-.78-1.63l9.9-10.2a.5.5 0 0 1 .86.46l-1.92 6.02A1 1 0 0 0 13 10h7a1 1 0 0 1 .78 1.63l-9.9 10.2a.5.5 0 0 1-.86-.46l1.92-6.02A1 1 0 0 0 11 14z",key:"1xq2db"}]]),o=(0,i.default)("clock",[["path",{d:"M12 6v6l4 2",key:"mmk7yg"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]]);var l=e.i(98919);let s=(0,i.default)("server",[["rect",{width:"20",height:"8",x:"2",y:"2",rx:"2",ry:"2",key:"ngkwjq"}],["rect",{width:"20",height:"8",x:"2",y:"14",rx:"2",ry:"2",key:"iecqi9"}],["line",{x1:"6",x2:"6.01",y1:"6",y2:"6",key:"16zg32"}],["line",{x1:"6",x2:"6.01",y1:"18",y2:"18",key:"nzw8ys"}]]),a=[{title:"Quick Setup",description:"Create mock APIs in seconds with intuitive interface",icon:r,iconColor:"text-yellow-400"},{title:"Simulate Response",description:"Customize status codes, delays, and response bodies to simulate any user flow with ease",icon:o,iconColor:"text-blue-400"},{title:"100% Local & Private",description:"No data leaves your machine, runs completely offline",icon:l.Shield,iconColor:"text-green-400"},{title:"Multi Instance Support",description:"Run multiple instances of FAPI on different ports to support multiple products/ services development and testing",icon:s,iconColor:"text-purple-400"}];e.i(33999);var n=e.i(66108),n=n;e.i(6399);var c=e.i(48456),d=e.i(99891),u=e.i(18566);e.i(59170);var p=e.i(20650);let x=(0,i.default)("arrow-right",[["path",{d:"M5 12h14",key:"1ays0h"}],["path",{d:"m12 5 7 7-7 7",key:"xquz4c"}]]),h=(0,i.default)("rocket",[["path",{d:"M4.5 16.5c-1.5 1.26-2 5-2 5s3.74-.5 5-2c.71-.84.7-2.13-.09-2.91a2.18 2.18 0 0 0-2.91-.09z",key:"m3kijz"}],["path",{d:"m12 15-3-3a22 22 0 0 1 2-3.95A12.88 12.88 0 0 1 22 2c0 2.72-.78 7.5-6 11a22.35 22.35 0 0 1-4 2z",key:"1fmvmk"}],["path",{d:"M9 12H4s.55-3.03 2-4c1.62-1.08 5 0 5 0",key:"1f8sc4"}],["path",{d:"M12 15v5s3.03-.55 4-2c1.08-1.62 0-5 0-5",key:"qeys4"}]]);e.s(["default",0,()=>{let e=(0,u.useRouter)();return(0,t.jsxs)("div",{className:"min-h-screen overflow-y-auto",children:[(0,t.jsx)(c.AnimatedBackground,{}),(0,t.jsx)("div",{className:"flex flex-col items-center justify-center min-h-screen w-full py-12 px-4",children:(0,t.jsxs)("div",{className:"text-center max-w-3xl mx-auto",children:[(0,t.jsx)(d.AppName,{logoWidth:350,logoHeight:126}),(0,t.jsx)("p",{className:"mt-2 text-lg text-gray-200 leading-relaxed font-googleSansFlex font-light whitespace-nowrap",children:"A developer tool for creating and simulating Fake APIs (FAPIs) in seconds."}),(0,t.jsx)("div",{className:"mt-12",children:(0,t.jsxs)("div",{onClick:()=>{e.push(p.FAPI_SIMULATOR_PAGE_PATH)},className:"group relative w-full cursor-pointer rounded-2xl p-[2px] bg-gradient-to-r from-[#0EA5E9] via-[#8B5CF6] to-[#EC4899] transition-all duration-300 hover:shadow-[0_0_40px_rgba(139,92,246,0.4)] hover:scale-[1.01]",children:[(0,t.jsx)("div",{className:"absolute -inset-1 bg-gradient-to-r from-blue-600 via-purple-600 to-pink-600 rounded-2xl blur-lg opacity-0 group-hover:opacity-40 transition duration-500"}),(0,t.jsx)("div",{className:"relative h-full p-8 bg-black rounded-2xl font-googleSansFlex",children:(0,t.jsxs)("div",{className:"flex items-center justify-between",children:[(0,t.jsxs)("div",{className:"flex items-center gap-5",children:[(0,t.jsx)("div",{className:"group-hover:scale-110 transition-transform duration-300 flex-shrink-0",children:(0,t.jsx)(h,{className:"w-10 h-10 text-purple-400 group-hover:text-purple-300 transition-colors duration-300",strokeWidth:2})}),(0,t.jsx)("div",{className:"flex flex-col items-start",children:(0,t.jsx)("h3",{className:"text-2xl font-bold text-white mb-1 group-hover:text-transparent group-hover:bg-gradient-to-r group-hover:from-blue-400 group-hover:to-purple-400 group-hover:bg-clip-text transition-all duration-300",children:"Create your FAPIs in seconds"})})]}),(0,t.jsx)(x,{className:"w-8 h-8 text-purple-400 group-hover:translate-x-2 group-hover:text-purple-300 transition-all duration-300 flex-shrink-0",strokeWidth:2.5})]})})]})}),(0,t.jsx)("div",{className:"mt-8 grid grid-cols-1 md:grid-cols-2 gap-8",children:a.map((e,i)=>(0,t.jsx)(n.default,{title:e.title,description:e.description,icon:e.icon,iconColor:e.iconColor},i))})]})})]})}],81789)}]);
package/README.md CHANGED
@@ -2,19 +2,20 @@
2
2
 
3
3
  # FAPI
4
4
 
5
- A developer tool for creating and simulating fake APIs (FAPIs) locally for rapid and independent frontend development.
5
+ A developer tool for creating and simulating Fake APIs (FAPIs) in seconds.
6
6
 
7
7
  [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/sohamderoy/FAPI-Fake-APIs/blob/main/CONTRIBUTING.md)
8
8
  [![npm version](https://img.shields.io/npm/v/start-fapi.svg)](https://www.npmjs.com/package/start-fapi)
9
9
  [![npm downloads](https://img.shields.io/npm/dm/start-fapi.svg)](https://www.npmjs.com/package/start-fapi)
10
10
  [![license](https://img.shields.io/npm/l/start-fapi.svg)](https://github.com/sohamderoy/FAPI-Fake-APIs/blob/main/LICENSE)
11
11
 
12
- > **Document Version:** v1.0.0
13
- > **Document Last Updated:** December 28, 2025
12
+ > **Document Version:** v1.0.1
13
+ > **Document Last Updated:** February 15, 2026
14
14
 
15
15
  ## What is FAPI?
16
16
 
17
- FAPI (Fake API) is a lightweight, zero-configuration developer tool that allows you to create and simulate fake/ mock API endpoints locally. It enables frontend developers to work independently without waiting for backend APIs to be ready, test error scenarios, and prototype rapidly—all while keeping your data 100% local and private.
17
+ FAPI (Fake API) is a lightweight, zero-configuration developer tool that allows you to create and simulate fake/ mock API endpoints locally.
18
+ It enables developers to work independently without waiting for real APIs to be ready. FAPI lets you quickly simulate different API responses and behaviors in just a few clicks, without making any changes to the actual API or database — all while keeping your data 100% local and private.
18
19
 
19
20
  > [!IMPORTANT]
20
21
  >
@@ -35,6 +36,7 @@ FAPI (Fake API) is a lightweight, zero-configuration developer tool that allows
35
36
  - [Successful Response Examples](#successful-response-examples)
36
37
  - [Error Response Examples](#error-response-examples)
37
38
  - [Using FAPI Endpoints in Your Frontend Code](#using-fapi-endpoints-in-your-frontend-code)
39
+ - [Use FAPI with Any Service](#use-fapi-with-any-service)
38
40
  - [Requirements](#requirements)
39
41
  - [Contributing](#contributing)
40
42
  - [License](#license)
@@ -46,10 +48,12 @@ FAPI is available as an npm package for easy installation and usage.
46
48
  - **Package Name:** `start-fapi`
47
49
  - **Registry:** [https://www.npmjs.com/package/start-fapi](https://www.npmjs.com/package/start-fapi)
48
50
  - **Installation:** No installation required - use directly with `npx start-fapi`
51
+ - **Node.js Requirement:** >= 20.9.0
49
52
  - **Repository:** [https://github.com/sohamderoy/FAPI-Fake-APIs](https://github.com/sohamderoy/FAPI-Fake-APIs)
50
53
 
51
54
  ## Use Cases FAPI Addresses
52
55
 
56
+ - **Any Service Needing Mock APIs**: Whether you're building a frontend app, backend service, mobile application, or any system that consumes APIs—FAPI can simulate the endpoints you need
53
57
  - **Parallel Development**: Enable frontend and backend teams to work simultaneously with agreed-upon API contracts
54
58
  - **Rapid API Response Prototyping**: Experiment with API response structures before actual implementation
55
59
  - **Error & Edge Case Testing**: Test error handling and edge cases handling by simulating various API failure scenarios, status codes, responses and response delays
@@ -296,6 +300,32 @@ fetch("http://localhost:3000/api/fapi/users/1", {
296
300
 
297
301
  Use with any HTTP client: fetch, axios, React Query, etc.
298
302
 
303
+ ### Use FAPI with Any Service
304
+
305
+ FAPI endpoints are standard HTTP endpoints that work with any service or tool that can make HTTP requests.
306
+
307
+ **Command Line**
308
+
309
+ ```bash
310
+ # Using curl
311
+ curl http://localhost:3000/api/fapi/users
312
+
313
+ # Using httpie
314
+ http GET http://localhost:3000/api/fapi/users
315
+ ```
316
+
317
+ **Backend Services**
318
+
319
+ Any backend service (Node.js, Python, Go, Java, etc.) can call FAPI endpoints just like any other API.
320
+
321
+ **API Testing Tools**
322
+
323
+ Works with Postman, Insomnia, Thunder Client, or any API testing tool.
324
+
325
+ **Mobile Apps**
326
+
327
+ iOS, Android, or cross-platform apps (React Native, Flutter) can use FAPI during development.
328
+
299
329
  ## Requirements
300
330
 
301
331
  - Node.js >= 20.9.0
package/bin/start-fapi.js CHANGED
@@ -46,8 +46,7 @@ console.log('\x1b[38;5;69m%s\x1b[0m', ' | __| | _ | | ____/ || ');
46
46
  console.log('\x1b[38;5;69m%s\x1b[0m', ' | | | | | | | | || ');
47
47
  console.log('\x1b[38;5;69m%s\x1b[0m', ' |_| |_| |_| |_| |__| ');
48
48
  console.log('');
49
- console.log('\x1b[90m%s\x1b[0m', ' Create & simulate Fake APIs (FAPIs) within seconds,');
50
- console.log('\x1b[90m%s\x1b[0m', ' for rapid & independent frontend development');
49
+ console.log('\x1b[90m%s\x1b[0m', ' Create & simulate Fake APIs (FAPIs) in seconds.');
51
50
  console.log('');
52
51
  console.log('\x1b[38;5;69m%s\x1b[0m', '+---------------------------------------+');
53
52
  console.log('\x1b[38;5;69m%s\x1b[0m', '| |');
package/next.config.js CHANGED
@@ -1,4 +1,24 @@
1
1
  /** @type {import('next').NextConfig} */
2
- const nextConfig = {}
2
+ const nextConfig = {
3
+ async headers() {
4
+ return [
5
+ {
6
+ source: "/api/fapi/:path*",
7
+ headers: [
8
+ { key: "Access-Control-Allow-Origin", value: "*" },
9
+ {
10
+ key: "Access-Control-Allow-Methods",
11
+ value: "GET, POST, PUT, DELETE, OPTIONS",
12
+ },
13
+ {
14
+ key: "Access-Control-Allow-Headers",
15
+ value: "Content-Type, Authorization",
16
+ },
17
+ { key: "Access-Control-Max-Age", value: "86400" },
18
+ ],
19
+ },
20
+ ];
21
+ },
22
+ };
3
23
 
4
- module.exports = nextConfig
24
+ module.exports = nextConfig;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "start-fapi",
3
- "version": "1.0.2",
4
- "description": "A developer tool for creating and simulating fake APIs (FAPIs) locally for rapid and independent frontend development.",
3
+ "version": "1.0.3-alpha.0",
4
+ "description": "A developer tool for creating and simulating Fake APIs (FAPIs) in seconds.",
5
5
  "bin": {
6
6
  "start-fapi": "./bin/start-fapi.js"
7
7
  },
@@ -70,9 +70,7 @@ const createMethodHandler = (method: HttpMethods) => {
70
70
  } catch (err) {
71
71
  return new NextResponse(
72
72
  JSON.stringify({ error: "Internal Server Error" }),
73
- {
74
- status: 500,
75
- }
73
+ { status: 500 }
76
74
  );
77
75
  }
78
76
 
@@ -135,16 +133,17 @@ const createMethodHandler = (method: HttpMethods) => {
135
133
  JSON.stringify({
136
134
  error: "Internal Server Error",
137
135
  }),
138
- {
139
- status: 500,
140
- }
136
+ { status: 500 }
141
137
  );
142
138
  }
143
139
  };
144
140
  };
145
141
 
146
- /* Create handlers for supported HTTP methods */
147
142
  export const GET = createMethodHandler(FAPI.SUPPORTED_HTTP_METHODS.GET);
148
143
  export const POST = createMethodHandler(FAPI.SUPPORTED_HTTP_METHODS.POST);
149
144
  export const PUT = createMethodHandler(FAPI.SUPPORTED_HTTP_METHODS.PUT);
150
145
  export const DELETE = createMethodHandler(FAPI.SUPPORTED_HTTP_METHODS.DELETE);
146
+
147
+ export async function OPTIONS() {
148
+ return new NextResponse(null, { status: 204 });
149
+ }
@@ -2,7 +2,7 @@ import { Zap, Clock, Shield, Server } from "lucide-react";
2
2
  import { FeatureCardData } from "./types";
3
3
 
4
4
  export const SUBTITLE =
5
- "Create & simulate Fake APIs (FAPIs) within seconds, for rapid & independent frontend development";
5
+ "A developer tool for creating and simulating Fake APIs (FAPIs) in seconds.";
6
6
 
7
7
  export const FEATURE_CARDS_DATA: FeatureCardData[] = [
8
8
  {
@@ -27,7 +27,7 @@ export const FEATURE_CARDS_DATA: FeatureCardData[] = [
27
27
  {
28
28
  title: "Multi Instance Support",
29
29
  description:
30
- "Run multiple instances of FAPI on different ports to support multiple UI project development and testing",
30
+ "Run multiple instances of FAPI on different ports to support multiple products/ services development and testing",
31
31
  icon: Server,
32
32
  iconColor: "text-purple-400",
33
33
  },
@@ -28,8 +28,8 @@ export default function RootLayoutClient({
28
28
  "color: #3b82f6; font-weight: bold;"
29
29
  );
30
30
  console.log(
31
- "%cCreate & simulate Fake APIs (FAPIs) within seconds,\nfor rapid & independent frontend development",
32
- "color: #9ca3af;"
31
+ "%cCreate & simulate Fake APIs (FAPIs) in seconds.",
32
+ "color: #9ca3af;",
33
33
  );
34
34
  console.log("");
35
35
  console.log(
@@ -1 +0,0 @@
1
- (globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,33525,(e,t,i)=>{"use strict";Object.defineProperty(i,"__esModule",{value:!0}),Object.defineProperty(i,"warnOnce",{enumerable:!0,get:function(){return r}});let r=e=>{}},41556,e=>{e.v("/_next/static/media/fapi-logo.df2eabba.svg")},51321,e=>{e.v("/_next/static/media/fapi-slash-logo.8ad03fe8.svg")},81789,e=>{"use strict";var t=e.i(43476),i=e.i(75254);let r=(0,i.default)("zap",[["path",{d:"M4 14a1 1 0 0 1-.78-1.63l9.9-10.2a.5.5 0 0 1 .86.46l-1.92 6.02A1 1 0 0 0 13 10h7a1 1 0 0 1 .78 1.63l-9.9 10.2a.5.5 0 0 1-.86-.46l1.92-6.02A1 1 0 0 0 11 14z",key:"1xq2db"}]]),o=(0,i.default)("clock",[["path",{d:"M12 6v6l4 2",key:"mmk7yg"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]]);var l=e.i(98919);let a=(0,i.default)("server",[["rect",{width:"20",height:"8",x:"2",y:"2",rx:"2",ry:"2",key:"ngkwjq"}],["rect",{width:"20",height:"8",x:"2",y:"14",rx:"2",ry:"2",key:"iecqi9"}],["line",{x1:"6",x2:"6.01",y1:"6",y2:"6",key:"16zg32"}],["line",{x1:"6",x2:"6.01",y1:"18",y2:"18",key:"nzw8ys"}]]),s=[{title:"Quick Setup",description:"Create mock APIs in seconds with intuitive interface",icon:r,iconColor:"text-yellow-400"},{title:"Simulate Response",description:"Customize status codes, delays, and response bodies to simulate any user flow with ease",icon:o,iconColor:"text-blue-400"},{title:"100% Local & Private",description:"No data leaves your machine, runs completely offline",icon:l.Shield,iconColor:"text-green-400"},{title:"Multi Instance Support",description:"Run multiple instances of FAPI on different ports to support multiple UI project development and testing",icon:a,iconColor:"text-purple-400"}];e.i(33999);var n=e.i(66108),n=n;e.i(6399);var c=e.i(48456),d=e.i(99891),p=e.i(18566);e.i(59170);var u=e.i(20650);let h=(0,i.default)("arrow-right",[["path",{d:"M5 12h14",key:"1ays0h"}],["path",{d:"m12 5 7 7-7 7",key:"xquz4c"}]]),x=(0,i.default)("rocket",[["path",{d:"M4.5 16.5c-1.5 1.26-2 5-2 5s3.74-.5 5-2c.71-.84.7-2.13-.09-2.91a2.18 2.18 0 0 0-2.91-.09z",key:"m3kijz"}],["path",{d:"m12 15-3-3a22 22 0 0 1 2-3.95A12.88 12.88 0 0 1 22 2c0 2.72-.78 7.5-6 11a22.35 22.35 0 0 1-4 2z",key:"1fmvmk"}],["path",{d:"M9 12H4s.55-3.03 2-4c1.62-1.08 5 0 5 0",key:"1f8sc4"}],["path",{d:"M12 15v5s3.03-.55 4-2c1.08-1.62 0-5 0-5",key:"qeys4"}]]);e.s(["default",0,()=>{let e=(0,p.useRouter)();return(0,t.jsxs)("div",{className:"min-h-screen overflow-y-auto",children:[(0,t.jsx)(c.AnimatedBackground,{}),(0,t.jsx)("div",{className:"flex flex-col items-center justify-center min-h-screen w-full py-12 px-4",children:(0,t.jsxs)("div",{className:"text-center max-w-3xl mx-auto",children:[(0,t.jsx)(d.AppName,{logoWidth:350,logoHeight:126}),(0,t.jsx)("p",{className:"mt-2 text-lg text-gray-200 leading-relaxed font-googleSansFlex font-light whitespace-nowrap",children:"Create & simulate Fake APIs (FAPIs) within seconds, for rapid & independent frontend development"}),(0,t.jsx)("div",{className:"mt-12",children:(0,t.jsxs)("div",{onClick:()=>{e.push(u.FAPI_SIMULATOR_PAGE_PATH)},className:"group relative w-full cursor-pointer rounded-2xl p-[2px] bg-gradient-to-r from-[#0EA5E9] via-[#8B5CF6] to-[#EC4899] transition-all duration-300 hover:shadow-[0_0_40px_rgba(139,92,246,0.4)] hover:scale-[1.01]",children:[(0,t.jsx)("div",{className:"absolute -inset-1 bg-gradient-to-r from-blue-600 via-purple-600 to-pink-600 rounded-2xl blur-lg opacity-0 group-hover:opacity-40 transition duration-500"}),(0,t.jsx)("div",{className:"relative h-full p-8 bg-black rounded-2xl font-googleSansFlex",children:(0,t.jsxs)("div",{className:"flex items-center justify-between",children:[(0,t.jsxs)("div",{className:"flex items-center gap-5",children:[(0,t.jsx)("div",{className:"group-hover:scale-110 transition-transform duration-300 flex-shrink-0",children:(0,t.jsx)(x,{className:"w-10 h-10 text-purple-400 group-hover:text-purple-300 transition-colors duration-300",strokeWidth:2})}),(0,t.jsx)("div",{className:"flex flex-col items-start",children:(0,t.jsx)("h3",{className:"text-2xl font-bold text-white mb-1 group-hover:text-transparent group-hover:bg-gradient-to-r group-hover:from-blue-400 group-hover:to-purple-400 group-hover:bg-clip-text transition-all duration-300",children:"Create your FAPIs in seconds"})})]}),(0,t.jsx)(h,{className:"w-8 h-8 text-purple-400 group-hover:translate-x-2 group-hover:text-purple-300 transition-all duration-300 flex-shrink-0",strokeWidth:2.5})]})})]})}),(0,t.jsx)("div",{className:"mt-8 grid grid-cols-1 md:grid-cols-2 gap-8",children:s.map((e,i)=>(0,t.jsx)(n.default,{title:e.title,description:e.description,icon:e.icon,iconColor:e.iconColor},i))})]})})]})}],81789)}]);
@@ -1,33 +0,0 @@
1
- (globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,4730,e=>{e.v({name:"start-fapi",version:"1.0.2",description:"A developer tool for creating and simulating fake APIs (FAPIs) locally for rapid and independent frontend development.",bin:{"start-fapi":"./bin/start-fapi.js"},files:["bin","src","public",".next/static",".next/server",".next/*.json",".next/*.js",".next/BUILD_ID","!**/*.map","next.config.js","postcss.config.js","tailwind.config.ts","tsconfig.json","package.json","README.md"],keywords:["fake-api","mock-api","api-simulator","development-tools","api-testing","fapi","mock-server","fake-server","fake-rest-api"],author:"Soham De Roy",license:"MIT",repository:{type:"git",url:"https://github.com/sohamderoy/FAPI-Fake-APIs.git"},bugs:{url:"https://github.com/sohamderoy/FAPI-Fake-APIs/issues"},homepage:"https://github.com/sohamderoy/FAPI-Fake-APIs#readme",engines:{node:">=20.9.0"},scripts:{dev:"node bin/dev-with-consent.js","dev:3001":"PORT=3001 node bin/dev-with-consent.js",build:"next build",start:"next start",lint:"next lint",prepublishOnly:"npm run build"},dependencies:{"@emotion/cache":"^11.14.0","@emotion/react":"^11.14.0","@emotion/styled":"^11.14.1","@monaco-editor/react":"^4.7.0","@mui/icons-material":"^7.3.6","@mui/material":"^7.3.6","@mui/material-nextjs":"^7.3.6","@reduxjs/toolkit":"^2.11.2","@tailwindcss/postcss":"^4.1.18","lucide-react":"^0.562.0",next:"^16.1.1",react:"^19.2.3","react-dom":"^19.2.3","react-redux":"^9.2.0",uuid:"^13.0.0"},devDependencies:{"@types/node":"^25.0.3","@types/react":"^19.2.7","@types/react-dom":"^19.2.3",autoprefixer:"^10.4.23",eslint:"^9.39.2","eslint-config-next":"^16.1.1",postcss:"^8.5.6",tailwindcss:"^4.1.18",typescript:"^5.9.3"}})},18566,(e,t,o)=>{t.exports=e.r(76562)},79459,(e,t,o)=>{t.exports=e.r(18566)},82540,e=>{e.v({className:"google_sans_flex_739028f6-module__1u14uq__className",variable:"google_sans_flex_739028f6-module__1u14uq__variable"})},62051,e=>{e.v({className:"google_sans_code_6aade507-module__domY0W__className",variable:"google_sans_code_6aade507-module__domY0W__variable"})},76938,e=>{"use strict";var t=e.i(43476);e.i(47167);var o=e.i(71645),r=e.i(48203),l=e.i(98533),l=l,s=e.i(79459);function a(e){let{options:a,CacheProvider:n=l.C,children:i}=e,[c]=o.useState(()=>{let e=(0,r.default)({...a,key:a?.key??"mui"});e.compat=!0;let t=e.insert,o=[];return e.insert=(...r)=>{a?.enableCssLayer&&!r[1].styles.match(/^@layer\s+[^{]*$/)&&(r[1].styles=`@layer mui {${r[1].styles}}`);let[l,s]=r;return void 0===e.inserted[s.name]&&o.push({name:s.name,isGlobal:!l}),t(...r)},{cache:e,flush:()=>{let e=o;return o=[],e}}});return(0,s.useServerInsertedHTML)(()=>{let e=c.flush();if(0===e.length)return null;let r="",l=c.cache.key,s=[];return e.forEach(({name:e,isGlobal:t})=>{let o=c.cache.inserted[e];"string"==typeof o&&(t?s.push({name:e,style:o}):(r+=o,l+=` ${e}`))}),(0,t.jsxs)(o.Fragment,{children:[s.map(({name:e,style:o})=>(0,t.jsx)("style",{nonce:a?.nonce,"data-emotion":`${c.cache.key}-global ${e}`,dangerouslySetInnerHTML:{__html:o}},e)),r&&(0,t.jsx)("style",{nonce:a?.nonce,"data-emotion":l,dangerouslySetInnerHTML:{__html:r}})]})}),(0,t.jsx)(n,{value:c.cache,children:i})}var n=e.i(82540);let i={className:n.default.className,style:{fontFamily:"'Google Sans Flex'",fontStyle:"normal"}};null!=n.default.variable&&(i.variable=n.default.variable);var c=e.i(62051);let d={className:c.default.className,style:{fontFamily:"'Google Sans Code'",fontStyle:"normal"}};null!=c.default.variable&&(d.variable=c.default.variable);let m=o.createContext(null);function u(){return o.useContext(m)}let f="function"==typeof Symbol&&Symbol.for?Symbol.for("mui.nested"):"__THEME_NESTED__",h=function(e){let{children:r,theme:l}=e,s=u(),a=o.useMemo(()=>{var e,t;let o=null===s?{...l}:(e=s,"function"==typeof(t=l)?t(e):{...e,...t});return null!=o&&(o[f]=null!==s),o},[l,s]);return(0,t.jsx)(m.Provider,{value:a,children:r})};var g=e.i(28419),p=e.i(86931),y=e.i(68308),S=e.i(86373),b=e.i(7558),v=e.i(57242),_=e.i(73852);let x={};function k(e,t,r,l=!1){return o.useMemo(()=>{let o=e&&t[e]||t;if("function"==typeof r){let s=r(o),a=e?{...t,[e]:s}:s;return l?()=>a:a}return e?{...t,[e]:r}:{...t,...r}},[e,t,r,l])}let C=function(e){let{children:o,theme:r,themeId:l}=e,s=(0,p.default)(x),a=u()||x,n=k(l,s,r),i=k(l,a,r,!0),c="rtl"===(l?n[l]:n).direction,d=function(e){let o=(0,p.default)(),r=(0,v.default)()||"",{modularCssLayers:l}=e,s="mui.global, mui.components, mui.theme, mui.custom, mui.sx";return(s=l&&null===o?"string"==typeof l?l.replace(/mui(?!\.)/g,s):`@layer ${s};`:"",(0,b.default)(()=>{let e=document.querySelector("head");if(!e)return;let t=e.firstChild;if(s){if(t&&t.hasAttribute?.("data-mui-layer-order")&&t.getAttribute("data-mui-layer-order")===r)return;let o=document.createElement("style");o.setAttribute("data-mui-layer-order",r),o.textContent=s,e.prepend(o)}else e.querySelector(`style[data-mui-layer-order="${r}"]`)?.remove()},[s,r]),s)?(0,t.jsx)(_.default,{styles:s}):null}(n);return(0,t.jsx)(h,{theme:i,children:(0,t.jsx)(g.ThemeContext.Provider,{value:n,children:(0,t.jsx)(y.default,{value:c,children:(0,t.jsxs)(S.default,{value:l?n[l].components:n.components,children:[d,o]})})})})};var j=e.i(2001);function w({theme:e,...o}){let r=j.default in e?e[j.default]:void 0;return(0,t.jsx)(C,{...o,themeId:r?j.default:void 0,theme:r||e})}var M=e.i(17028),$=e.i(98006);let A="mode",F="color-scheme";function I(){}let P=({key:e,storageWindow:t})=>(t||"undefined"==typeof window||(t=window),{get(o){let r;if("undefined"!=typeof window){if(!t)return o;try{r=t.localStorage.getItem(e)}catch{}return r||o}},set:o=>{if(t)try{t.localStorage.setItem(e,o)}catch{}},subscribe:o=>{if(!t)return I;let r=t=>{let r=t.newValue;t.key===e&&o(r)};return t.addEventListener("storage",r),()=>{t.removeEventListener("storage",r)}}});function E(){}function T(e){if("undefined"!=typeof window&&"function"==typeof window.matchMedia&&"system"===e)return window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light"}function L(e,t){return"light"===e.mode||"system"===e.mode&&"light"===e.systemMode?t("light"):"dark"===e.mode||"system"===e.mode&&"dark"===e.systemMode?t("dark"):void 0}var W=e.i(1937),O=e.i(35767);let{CssVarsProvider:B,useColorScheme:D,getInitColorSchemeScript:N}=function(e){let{themeId:r,theme:l={},modeStorageKey:s=A,colorSchemeStorageKey:a=F,disableTransitionOnChange:n=!1,defaultColorScheme:i,resolveTheme:c}=e,d={allColorSchemes:[],colorScheme:void 0,darkColorScheme:void 0,lightColorScheme:void 0,mode:void 0,setColorScheme:()=>{},setMode:()=>{},systemMode:void 0},m=o.createContext(void 0),f={},h={},g="string"==typeof i?i:i.light,p="string"==typeof i?i:i.dark;return{CssVarsProvider:function(e){let{children:d,theme:g,modeStorageKey:p=s,colorSchemeStorageKey:y=a,disableTransitionOnChange:S=n,storageManager:v,storageWindow:_="undefined"==typeof window?void 0:window,documentNode:x="undefined"==typeof document?void 0:document,colorSchemeNode:k="undefined"==typeof document?void 0:document.documentElement,disableNestedContext:j=!1,disableStyleSheetGeneration:w=!1,defaultMode:M="system",forceThemeRerender:I=!1,noSsr:W}=e,O=o.useRef(!1),B=u(),D=o.useContext(m),N=!!D&&!j,R=o.useMemo(()=>g||("function"==typeof l?l():l),[g]),z=R[r],K=z||R,{colorSchemes:V=f,components:H=h,cssVarPrefix:q}=K,G=Object.keys(V).filter(e=>!!V[e]).join(","),U=o.useMemo(()=>G.split(","),[G]),Y="string"==typeof i?i:i.light,J="string"==typeof i?i:i.dark,Q=V[Y]&&V[J]?M:V[K.defaultColorScheme]?.palette?.mode||K.palette?.mode,{mode:X,setMode:Z,systemMode:ee,lightColorScheme:et,darkColorScheme:eo,colorScheme:er,setColorScheme:el}=function(e){let{defaultMode:t="light",defaultLightColorScheme:r,defaultDarkColorScheme:l,supportedColorSchemes:s=[],modeStorageKey:a=A,colorSchemeStorageKey:n=F,storageWindow:i="undefined"==typeof window?void 0:window,storageManager:c=P,noSsr:d=!1}=e,m=s.join(","),u=s.length>1,f=o.useMemo(()=>c?.({key:a,storageWindow:i}),[c,a,i]),h=o.useMemo(()=>c?.({key:`${n}-light`,storageWindow:i}),[c,n,i]),g=o.useMemo(()=>c?.({key:`${n}-dark`,storageWindow:i}),[c,n,i]),[p,y]=o.useState(()=>{let e=f?.get(t)||t,o=h?.get(r)||r,s=g?.get(l)||l;return{mode:e,systemMode:T(e),lightColorScheme:o,darkColorScheme:s}}),[S,b]=o.useState(d||!u);o.useEffect(()=>{b(!0)},[]);let v=L(p,e=>"light"===e?p.lightColorScheme:"dark"===e?p.darkColorScheme:void 0),_=o.useCallback(e=>{y(o=>{if(e===o.mode)return o;let r=e??t;return f?.set(r),{...o,mode:r,systemMode:T(r)}})},[f,t]),x=o.useCallback(e=>{e?"string"==typeof e?e&&!m.includes(e)?console.error(`\`${e}\` does not exist in \`theme.colorSchemes\`.`):y(t=>{let o={...t};return L(t,t=>{"light"===t&&(h?.set(e),o.lightColorScheme=e),"dark"===t&&(g?.set(e),o.darkColorScheme=e)}),o}):y(t=>{let o={...t},s=null===e.light?r:e.light,a=null===e.dark?l:e.dark;return s&&(m.includes(s)?(o.lightColorScheme=s,h?.set(s)):console.error(`\`${s}\` does not exist in \`theme.colorSchemes\`.`)),a&&(m.includes(a)?(o.darkColorScheme=a,g?.set(a)):console.error(`\`${a}\` does not exist in \`theme.colorSchemes\`.`)),o}):y(e=>(h?.set(r),g?.set(l),{...e,lightColorScheme:r,darkColorScheme:l}))},[m,h,g,r,l]),k=o.useCallback(e=>{"system"===p.mode&&y(t=>{let o=e?.matches?"dark":"light";return t.systemMode===o?t:{...t,systemMode:o}})},[p.mode]),C=o.useRef(k);return C.current=k,o.useEffect(()=>{if("function"!=typeof window.matchMedia||!u)return;let e=(...e)=>C.current(...e),t=window.matchMedia("(prefers-color-scheme: dark)");return t.addListener(e),e(t),()=>{t.removeListener(e)}},[u]),o.useEffect(()=>{if(u){let e=f?.subscribe(e=>{(!e||["light","dark","system"].includes(e))&&_(e||t)})||E,o=h?.subscribe(e=>{(!e||m.match(e))&&x({light:e})})||E,r=g?.subscribe(e=>{(!e||m.match(e))&&x({dark:e})})||E;return()=>{e(),o(),r()}}},[x,_,m,t,i,u,f,h,g]),{...p,mode:S?p.mode:void 0,systemMode:S?p.systemMode:void 0,colorScheme:S?v:void 0,setMode:_,setColorScheme:x}}({supportedColorSchemes:U,defaultLightColorScheme:Y,defaultDarkColorScheme:J,modeStorageKey:p,colorSchemeStorageKey:y,defaultMode:Q,storageManager:v,storageWindow:_,noSsr:W}),es=X,ea=er;N&&(es=D.mode,ea=D.colorScheme);let en=ea||K.defaultColorScheme;K.vars&&!I&&(en=K.defaultColorScheme);let ei=o.useMemo(()=>{let e=K.generateThemeVars?.()||K.vars,t={...K,components:H,colorSchemes:V,cssVarPrefix:q,vars:e};if("function"==typeof t.generateSpacing&&(t.spacing=t.generateSpacing()),en){let e=V[en];e&&"object"==typeof e&&Object.keys(e).forEach(o=>{e[o]&&"object"==typeof e[o]?t[o]={...t[o],...e[o]}:t[o]=e[o]})}return c?c(t):t},[K,en,H,V,q]),ec=K.colorSchemeSelector;(0,b.default)(()=>{if(ea&&k&&ec&&"media"!==ec){let e=ec;if("class"===ec&&(e=".%s"),"data"===ec&&(e="[data-%s]"),ec?.startsWith("data-")&&!ec.includes("%s")&&(e=`[${ec}="%s"]`),e.startsWith("."))k.classList.remove(...U.map(t=>e.substring(1).replace("%s",t))),k.classList.add(e.substring(1).replace("%s",ea));else{let t=e.replace("%s",ea).match(/\[([^\]]+)\]/);if(t){let[e,o]=t[1].split("=");o||U.forEach(t=>{k.removeAttribute(e.replace(ea,t))}),k.setAttribute(e,o?o.replace(/"|'/g,""):"")}else k.setAttribute(e,ea)}}},[ea,ec,k,U]),o.useEffect(()=>{let e;if(S&&O.current&&x){let t=x.createElement("style");t.appendChild(x.createTextNode("*{-webkit-transition:none!important;-moz-transition:none!important;-o-transition:none!important;-ms-transition:none!important;transition:none!important}")),x.head.appendChild(t),window.getComputedStyle(x.body),e=setTimeout(()=>{x.head.removeChild(t)},1)}return()=>{clearTimeout(e)}},[ea,S,x]),o.useEffect(()=>(O.current=!0,()=>{O.current=!1}),[]);let ed=o.useMemo(()=>({allColorSchemes:U,colorScheme:ea,darkColorScheme:eo,lightColorScheme:et,mode:es,setColorScheme:el,setMode:Z,systemMode:ee}),[U,ea,eo,et,es,el,Z,ee,ei.colorSchemeSelector]),em=!0;(w||!1===K.cssVariables||N&&B?.cssVarPrefix===q)&&(em=!1);let eu=(0,t.jsxs)(o.Fragment,{children:[(0,t.jsx)(C,{themeId:z?r:void 0,theme:ei,children:d}),em&&(0,t.jsx)($.GlobalStyles,{styles:ei.generateStyleSheets?.()||[]})]});return N?eu:(0,t.jsx)(m.Provider,{value:ed,children:eu})},useColorScheme:()=>o.useContext(m)||d,getInitColorSchemeScript:e=>(function(e){let{defaultMode:o="system",defaultLightColorScheme:r="light",defaultDarkColorScheme:l="dark",modeStorageKey:s=A,colorSchemeStorageKey:a=F,attribute:n="data-color-scheme",colorSchemeNode:i="document.documentElement",nonce:c}=e||{},d="",m=n;if("class"===n&&(m=".%s"),"data"===n&&(m="[data-%s]"),m.startsWith(".")){let e=m.substring(1);d+=`${i}.classList.remove('${e}'.replace('%s', light), '${e}'.replace('%s', dark));
2
- ${i}.classList.add('${e}'.replace('%s', colorScheme));`}let u=m.match(/\[([^[\]]+)\]/);if(u){let[e,t]=u[1].split("=");t||(d+=`${i}.removeAttribute('${e}'.replace('%s', light));
3
- ${i}.removeAttribute('${e}'.replace('%s', dark));`),d+=`
4
- ${i}.setAttribute('${e}'.replace('%s', colorScheme), ${t?`${t}.replace('%s', colorScheme)`:'""'});`}else".%s"!==m&&(d+=`${i}.setAttribute('${m}', colorScheme);`);return(0,t.jsx)("script",{suppressHydrationWarning:!0,nonce:"undefined"==typeof window?c:"",dangerouslySetInnerHTML:{__html:`(function() {
5
- try {
6
- let colorScheme = '';
7
- const mode = localStorage.getItem('${s}') || '${o}';
8
- const dark = localStorage.getItem('${a}-dark') || '${l}';
9
- const light = localStorage.getItem('${a}-light') || '${r}';
10
- if (mode === 'system') {
11
- // handle system mode
12
- const mql = window.matchMedia('(prefers-color-scheme: dark)');
13
- if (mql.matches) {
14
- colorScheme = dark
15
- } else {
16
- colorScheme = light
17
- }
18
- }
19
- if (mode === 'light') {
20
- colorScheme = light;
21
- }
22
- if (mode === 'dark') {
23
- colorScheme = dark;
24
- }
25
- if (colorScheme) {
26
- ${d}
27
- }
28
- } catch(e){}})();`}},"mui-color-scheme-init")})({colorSchemeStorageKey:a,defaultLightColorScheme:g,defaultDarkColorScheme:p,modeStorageKey:s,...e})}}({themeId:j.default,theme:()=>(0,W.default)({cssVariables:!0}),colorSchemeStorageKey:"mui-color-scheme",modeStorageKey:"mui-mode",defaultColorScheme:{light:"light",dark:"dark"},resolveTheme:e=>{let t={...e,typography:(0,O.default)(e.palette,e.typography)};return t.unstable_sx=function(e){return(0,M.default)({sx:e,theme:this})},t}});function R({theme:e,...r}){let l=o.useMemo(()=>{if("function"==typeof e)return e;let t=j.default in e?e[j.default]:e;return"colorSchemes"in t?null:"vars"in t?e:{...e,vars:null}},[e]);return l?(0,t.jsx)(w,{theme:l,...r}):(0,t.jsx)(B,{theme:e,...r})}let z=(0,W.default)({palette:{mode:"dark",primary:{main:"#2563EB",light:"#3B82F6",dark:"#1D4ED8"},secondary:{main:"#8B5CF6",light:"#A78BFA",dark:"#7C3AED"},background:{default:"#000000",paper:"#111111"},text:{primary:"#F9FAFB",secondary:"#D1D5DB"}},typography:{fontFamily:"var(--font-google-sans-flex), sans-serif",h1:{fontFamily:"var(--font-google-sans-flex), sans-serif",fontSize:"3.5rem",fontWeight:700,letterSpacing:"0.2em"},h2:{fontFamily:"var(--font-google-sans-flex), sans-serif",fontSize:"2.5rem",fontWeight:600},h3:{fontFamily:"var(--font-google-sans-flex), sans-serif",fontSize:"2rem",fontWeight:600},body1:{fontFamily:"var(--font-google-sans-flex), sans-serif",fontSize:"1rem",lineHeight:1.5},button:{fontFamily:"var(--font-google-sans-flex), sans-serif",textTransform:"none",fontWeight:500}},components:{MuiCssBaseline:{styleOverrides:{body:{fontFamily:"var(--font-google-sans-flex), sans-serif",backgroundColor:"#000000"}}},MuiButton:{styleOverrides:{root:{borderRadius:8,padding:"8px 24px"}}},MuiCard:{styleOverrides:{root:{borderRadius:12,background:"#111111"}}},MuiPopover:{defaultProps:{disableScrollLock:!0}},MuiMenu:{defaultProps:{disableScrollLock:!0}},MuiModal:{defaultProps:{disableScrollLock:!0}}}});var K=e.i(35642),V=e.i(94425);let H="function"==typeof(0,K.globalCss)({}),q=(e,t=!1)=>{let o={};t&&e.colorSchemes&&"function"==typeof e.getColorSchemeSelector&&Object.entries(e.colorSchemes).forEach(([t,r])=>{let l=e.getColorSchemeSelector(t);l.startsWith("@")?o[l]={":root":{colorScheme:r.palette?.mode}}:o[l.replace(/\s*&/,"")]={colorScheme:r.palette?.mode}});let r={html:{WebkitFontSmoothing:"antialiased",MozOsxFontSmoothing:"grayscale",boxSizing:"border-box",WebkitTextSizeAdjust:"100%",...t&&!e.vars&&{colorScheme:e.palette.mode}},"*, *::before, *::after":{boxSizing:"inherit"},"strong, b":{fontWeight:e.typography.fontWeightBold},body:{margin:0,...{color:(e.vars||e).palette.text.primary,...e.typography.body1,backgroundColor:(e.vars||e).palette.background.default,"@media print":{backgroundColor:(e.vars||e).palette.common.white}},"&::backdrop":{backgroundColor:(e.vars||e).palette.background.default}},...o},l=e.components?.MuiCssBaseline?.styleOverrides;return l&&(r=[r,l]),r},G="mui-ecs",U=(0,K.globalCss)(H?({theme:e,enableColorScheme:t})=>q(e,t):({theme:e})=>{let t,o;return o=Array.isArray(t=q(e,!1))?t[0]:t,!e.vars&&o&&(o.html[`:root:has(${G})`]={colorScheme:e.palette.mode}),e.colorSchemes&&Object.entries(e.colorSchemes).forEach(([t,r])=>{let l=e.getColorSchemeSelector(t);l.startsWith("@")?o[l]={[`:root:not(:has(.${G}))`]:{colorScheme:r.palette?.mode}}:o[l.replace(/\s*&/,"")]={[`&:not(:has(.${G}))`]:{colorScheme:r.palette?.mode}}}),t}),Y=function(e){let{children:r,enableColorScheme:l=!1}=(0,V.useDefaultProps)({props:e,name:"MuiCssBaseline"});return(0,t.jsxs)(o.Fragment,{children:[H&&(0,t.jsx)(U,{enableColorScheme:l}),!H&&!l&&(0,t.jsx)("span",{className:G,style:{display:"none"}}),r]})};var J=e.i(4730);function Q({children:e}){return(0,o.useEffect)(()=>{let e=window.location.port||"3000";console.log(`%c ______ _____ ______ ______
29
- | ____| | _ | | ___ | |_ _|
30
- | |__ | |_| | | |__| | ||
31
- | __| | _ | | ____/ ||
32
- | | | | | | | | ||
33
- |_| |_| |_| |_| |__| `,"color: #3b82f6; font-weight: bold;"),console.log("%cCreate & simulate Fake APIs (FAPIs) within seconds,\nfor rapid & independent frontend development","color: #9ca3af;"),console.log(""),console.log(`%cFAPI Version: %cv${J.default.version}`,"color: #9ca3af;","color: #22c55e; font-weight: bold;"),console.log(`%cFAPI running on PORT: %c${e}`,"color: #9ca3af;","color: #22c55e; font-weight: bold;"),console.log(`%cFAPIs are available at: %chttp://localhost:${e}/api/fapi/%c{your-endpoint}`,"color: #9ca3af;","color: #eab308;","color: #6b7280;")},[]),(0,t.jsx)("html",{lang:"en",className:`${i.variable} ${d.variable}`,children:(0,t.jsx)("body",{children:(0,t.jsx)(a,{children:(0,t.jsxs)(R,{theme:z,children:[(0,t.jsx)(Y,{}),e]})})})})}e.s(["default",()=>Q],76938)},40581,e=>{"use strict";var t=e.i(43476);e.i(82109);var o=e.i(90357),r=e.i(55487);e.s(["default",0,({children:e})=>(0,t.jsx)(r.Provider,{store:o.store,children:e})])}]);