@shepai/cli 1.52.0 → 1.52.2
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.
- package/dist/src/presentation/web/next.config.d.ts.map +1 -1
- package/dist/src/presentation/web/next.config.js +11 -2
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +2 -2
- package/web/.next/BUILD_ID +1 -1
- package/web/.next/build-manifest.json +2 -2
- package/web/.next/cache/.previewinfo +1 -1
- package/web/.next/cache/.rscinfo +1 -1
- package/web/.next/cache/config.json +3 -3
- package/web/.next/fallback-build-manifest.json +2 -2
- package/web/.next/prerender-manifest.json +3 -3
- package/web/.next/required-server-files.js +5 -2
- package/web/.next/required-server-files.json +5 -2
- package/web/.next/server/app/_global-error.html +2 -2
- package/web/.next/server/app/_global-error.rsc +1 -1
- package/web/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
- package/web/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
- package/web/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
- package/web/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
- package/web/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/web/.next/server/app/page/server-reference-manifest.json +14 -14
- package/web/.next/server/app/page_client-reference-manifest.js +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__03a0dba7._.js +2 -2
- package/web/.next/server/chunks/ssr/[root-of-the-server]__03a0dba7._.js.map +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__249c74f6._.js +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__2d1a8e37._.js +2 -2
- package/web/.next/server/pages/500.html +2 -2
- package/web/.next/server/server-reference-manifest.js +1 -1
- package/web/.next/server/server-reference-manifest.json +15 -15
- package/web/.next/standalone/src/presentation/web/.next/BUILD_ID +1 -1
- package/web/.next/standalone/src/presentation/web/.next/build-manifest.json +2 -2
- package/web/.next/standalone/src/presentation/web/.next/prerender-manifest.json +3 -3
- package/web/.next/standalone/src/presentation/web/.next/required-server-files.json +5 -2
- package/web/.next/standalone/src/presentation/web/.next/server/app/_global-error.html +2 -2
- package/web/.next/standalone/src/presentation/web/.next/server/app/_global-error.rsc +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/app/page/server-reference-manifest.json +14 -14
- package/web/.next/standalone/src/presentation/web/.next/server/app/page_client-reference-manifest.js +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/[root-of-the-server]__03a0dba7._.js +2 -2
- package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/[root-of-the-server]__249c74f6._.js +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/[root-of-the-server]__2d1a8e37._.js +2 -2
- package/web/.next/standalone/src/presentation/web/.next/server/pages/500.html +2 -2
- package/web/.next/standalone/src/presentation/web/.next/server/server-reference-manifest.js +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/server-reference-manifest.json +15 -15
- package/web/.next/standalone/src/presentation/web/next.config.ts +11 -2
- package/web/.next/standalone/src/presentation/web/server.js +1 -1
- package/web/.next/static/chunks/{45bb8ee2a6133d9d.js → 23cae32e6f42833d.js} +2 -2
- package/web/.next/trace +1 -1
- package/web/.next/trace-build +1 -1
- package/web/next.config.mjs +1 -1
- /package/web/.next/static/{b2hejP8rfi4yw_GfgY-9J → -c2lwSbfsfZHNnfB5CogT}/_buildManifest.js +0 -0
- /package/web/.next/static/{b2hejP8rfi4yw_GfgY-9J → -c2lwSbfsfZHNnfB5CogT}/_clientMiddlewareManifest.json +0 -0
- /package/web/.next/static/{b2hejP8rfi4yw_GfgY-9J → -c2lwSbfsfZHNnfB5CogT}/_ssgManifest.js +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"node": {
|
|
3
|
-
"
|
|
3
|
+
"602c30c26fda2813109d98b85d667d7d02a2e38d67": {
|
|
4
4
|
"workers": {
|
|
5
5
|
"app/page": {
|
|
6
6
|
"moduleId": 4510,
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"exportedName": "approveFeature",
|
|
16
16
|
"filename": "src/presentation/web/app/actions/approve-feature.ts"
|
|
17
17
|
},
|
|
18
|
-
"
|
|
18
|
+
"60eb85608fb1dbe30013ca72541d3fa8f1446068cc": {
|
|
19
19
|
"workers": {
|
|
20
20
|
"app/page": {
|
|
21
21
|
"moduleId": 4510,
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"exportedName": "rejectFeature",
|
|
31
31
|
"filename": "src/presentation/web/app/actions/reject-feature.ts"
|
|
32
32
|
},
|
|
33
|
-
"
|
|
33
|
+
"4051b2493165aaf1f0767206cb6a76c5c2630f7156": {
|
|
34
34
|
"workers": {
|
|
35
35
|
"app/page": {
|
|
36
36
|
"moduleId": 4510,
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"exportedName": "getFeatureArtifact",
|
|
46
46
|
"filename": "src/presentation/web/app/actions/get-feature-artifact.ts"
|
|
47
47
|
},
|
|
48
|
-
"
|
|
48
|
+
"40c3297cc0b9c6c318f92f13ecc0ed9c274609c1e6": {
|
|
49
49
|
"workers": {
|
|
50
50
|
"app/page": {
|
|
51
51
|
"moduleId": 4510,
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"exportedName": "getResearchArtifact",
|
|
61
61
|
"filename": "src/presentation/web/app/actions/get-research-artifact.ts"
|
|
62
62
|
},
|
|
63
|
-
"
|
|
63
|
+
"00858ce9920668692f9c8fd1bfd1cf34c62de19acc": {
|
|
64
64
|
"workers": {
|
|
65
65
|
"app/page": {
|
|
66
66
|
"moduleId": 4510,
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"exportedName": "getWorkflowDefaults",
|
|
76
76
|
"filename": "src/presentation/web/app/actions/get-workflow-defaults.ts"
|
|
77
77
|
},
|
|
78
|
-
"
|
|
78
|
+
"407003766cefd3113dde125bb40b0ddce8d42d8a1c": {
|
|
79
79
|
"workers": {
|
|
80
80
|
"app/page": {
|
|
81
81
|
"moduleId": 4510,
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
"exportedName": "getMergeReviewData",
|
|
91
91
|
"filename": "src/presentation/web/app/actions/get-merge-review-data.ts"
|
|
92
92
|
},
|
|
93
|
-
"
|
|
93
|
+
"403d784906cb7c6ad99fa4922f407afb8622bb4a3b": {
|
|
94
94
|
"workers": {
|
|
95
95
|
"app/page": {
|
|
96
96
|
"moduleId": 4510,
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
"exportedName": "openIde",
|
|
106
106
|
"filename": "src/presentation/web/app/actions/open-ide.ts"
|
|
107
107
|
},
|
|
108
|
-
"
|
|
108
|
+
"40495eb86f6fdf245526fff9b0e007339f4bfbd382": {
|
|
109
109
|
"workers": {
|
|
110
110
|
"app/page": {
|
|
111
111
|
"moduleId": 4510,
|
|
@@ -120,7 +120,7 @@
|
|
|
120
120
|
"exportedName": "openShell",
|
|
121
121
|
"filename": "src/presentation/web/app/actions/open-shell.ts"
|
|
122
122
|
},
|
|
123
|
-
"
|
|
123
|
+
"40839c4f651b1f59bdb8e044034a683c76d6668a82": {
|
|
124
124
|
"workers": {
|
|
125
125
|
"app/page": {
|
|
126
126
|
"moduleId": 4510,
|
|
@@ -135,7 +135,7 @@
|
|
|
135
135
|
"exportedName": "openFolder",
|
|
136
136
|
"filename": "src/presentation/web/app/actions/open-folder.ts"
|
|
137
137
|
},
|
|
138
|
-
"
|
|
138
|
+
"00f1c4b5d564d692d6ac0854a2bacb7bc9e401e77f": {
|
|
139
139
|
"workers": {
|
|
140
140
|
"app/page": {
|
|
141
141
|
"moduleId": 4510,
|
|
@@ -150,7 +150,7 @@
|
|
|
150
150
|
"exportedName": "pickFolder",
|
|
151
151
|
"filename": "src/presentation/web/app/actions/pick-folder.ts"
|
|
152
152
|
},
|
|
153
|
-
"
|
|
153
|
+
"40663423e9e7f87723d0a5d185dc4c052c1c084203": {
|
|
154
154
|
"workers": {
|
|
155
155
|
"app/page": {
|
|
156
156
|
"moduleId": 4510,
|
|
@@ -165,7 +165,7 @@
|
|
|
165
165
|
"exportedName": "createFeature",
|
|
166
166
|
"filename": "src/presentation/web/app/actions/create-feature.ts"
|
|
167
167
|
},
|
|
168
|
-
"
|
|
168
|
+
"40931b2810c2420d77e20614a6d67787a3434e9362": {
|
|
169
169
|
"workers": {
|
|
170
170
|
"app/page": {
|
|
171
171
|
"moduleId": 4510,
|
|
@@ -180,7 +180,7 @@
|
|
|
180
180
|
"exportedName": "deleteFeature",
|
|
181
181
|
"filename": "src/presentation/web/app/actions/delete-feature.ts"
|
|
182
182
|
},
|
|
183
|
-
"
|
|
183
|
+
"400666cf041ad2f2e0c78cb4e76af0230756ffb741": {
|
|
184
184
|
"workers": {
|
|
185
185
|
"app/page": {
|
|
186
186
|
"moduleId": 4510,
|
|
@@ -195,7 +195,7 @@
|
|
|
195
195
|
"exportedName": "addRepository",
|
|
196
196
|
"filename": "src/presentation/web/app/actions/add-repository.ts"
|
|
197
197
|
},
|
|
198
|
-
"
|
|
198
|
+
"401850db3c63a0d8409443b41bfde270cae581baaf": {
|
|
199
199
|
"workers": {
|
|
200
200
|
"app/page": {
|
|
201
201
|
"moduleId": 4510,
|
package/web/.next/standalone/src/presentation/web/.next/server/app/page_client-reference-manifest.js
CHANGED
|
@@ -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/.pnpm/next@16.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/layout-router.js <module evaluation>":{"id":40799,"name":"*","chunks":["/_next/static/chunks/ab02eec995295bef.js","/_next/static/chunks/fe70e73feb07bcfd.js"],"async":false},"[project]/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/layout-router.js":{"id":40799,"name":"*","chunks":["/_next/static/chunks/ab02eec995295bef.js","/_next/static/chunks/fe70e73feb07bcfd.js"],"async":false},"[project]/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/render-from-template-context.js <module evaluation>":{"id":73006,"name":"*","chunks":["/_next/static/chunks/ab02eec995295bef.js","/_next/static/chunks/fe70e73feb07bcfd.js"],"async":false},"[project]/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":73006,"name":"*","chunks":["/_next/static/chunks/ab02eec995295bef.js","/_next/static/chunks/fe70e73feb07bcfd.js"],"async":false},"[project]/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-page.js <module evaluation>":{"id":67804,"name":"*","chunks":["/_next/static/chunks/ab02eec995295bef.js","/_next/static/chunks/fe70e73feb07bcfd.js"],"async":false},"[project]/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-page.js":{"id":67804,"name":"*","chunks":["/_next/static/chunks/ab02eec995295bef.js","/_next/static/chunks/fe70e73feb07bcfd.js"],"async":false},"[project]/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-segment.js <module evaluation>":{"id":50122,"name":"*","chunks":["/_next/static/chunks/ab02eec995295bef.js","/_next/static/chunks/fe70e73feb07bcfd.js"],"async":false},"[project]/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-segment.js":{"id":50122,"name":"*","chunks":["/_next/static/chunks/ab02eec995295bef.js","/_next/static/chunks/fe70e73feb07bcfd.js"],"async":false},"[project]/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js <module evaluation>":{"id":19292,"name":"*","chunks":["/_next/static/chunks/ab02eec995295bef.js","/_next/static/chunks/fe70e73feb07bcfd.js"],"async":false},"[project]/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":19292,"name":"*","chunks":["/_next/static/chunks/ab02eec995295bef.js","/_next/static/chunks/fe70e73feb07bcfd.js"],"async":false},"[project]/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js <module evaluation>":{"id":30088,"name":"*","chunks":["/_next/static/chunks/ab02eec995295bef.js","/_next/static/chunks/fe70e73feb07bcfd.js"],"async":false},"[project]/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":30088,"name":"*","chunks":["/_next/static/chunks/ab02eec995295bef.js","/_next/static/chunks/fe70e73feb07bcfd.js"],"async":false},"[project]/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/framework/boundary-components.js <module evaluation>":{"id":66658,"name":"*","chunks":["/_next/static/chunks/ab02eec995295bef.js","/_next/static/chunks/fe70e73feb07bcfd.js"],"async":false},"[project]/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":66658,"name":"*","chunks":["/_next/static/chunks/ab02eec995295bef.js","/_next/static/chunks/fe70e73feb07bcfd.js"],"async":false},"[project]/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/builtin/global-error.js <module evaluation>":{"id":42726,"name":"*","chunks":["/_next/static/chunks/ab02eec995295bef.js","/_next/static/chunks/fe70e73feb07bcfd.js"],"async":false},"[project]/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/builtin/global-error.js":{"id":42726,"name":"*","chunks":["/_next/static/chunks/ab02eec995295bef.js","/_next/static/chunks/fe70e73feb07bcfd.js"],"async":false},"[project]/src/presentation/web/components/layouts/app-shell/app-shell.tsx <module evaluation>":{"id":87292,"name":"*","chunks":["/_next/static/chunks/22f30ce91a3c79c1.js","/_next/static/chunks/31e5030eed01a941.js","/_next/static/chunks/00f6ac2dde225eb7.js"],"async":false},"[project]/src/presentation/web/components/layouts/app-shell/app-shell.tsx":{"id":87292,"name":"*","chunks":["/_next/static/chunks/22f30ce91a3c79c1.js","/_next/static/chunks/31e5030eed01a941.js","/_next/static/chunks/00f6ac2dde225eb7.js"],"async":false},"[project]/src/presentation/web/components/ui/sonner.tsx <module evaluation>":{"id":25251,"name":"*","chunks":["/_next/static/chunks/22f30ce91a3c79c1.js","/_next/static/chunks/31e5030eed01a941.js","/_next/static/chunks/00f6ac2dde225eb7.js"],"async":false},"[project]/src/presentation/web/components/ui/sonner.tsx":{"id":25251,"name":"*","chunks":["/_next/static/chunks/22f30ce91a3c79c1.js","/_next/static/chunks/31e5030eed01a941.js","/_next/static/chunks/00f6ac2dde225eb7.js"],"async":false},"[project]/src/presentation/web/components/features/control-center/control-center.tsx <module evaluation>":{"id":48246,"name":"*","chunks":["/_next/static/chunks/22f30ce91a3c79c1.js","/_next/static/chunks/31e5030eed01a941.js","/_next/static/chunks/00f6ac2dde225eb7.js","/_next/static/chunks/e21d644e5a584136.js","/_next/static/chunks/45bb8ee2a6133d9d.js"],"async":false},"[project]/src/presentation/web/components/features/control-center/control-center.tsx":{"id":48246,"name":"*","chunks":["/_next/static/chunks/22f30ce91a3c79c1.js","/_next/static/chunks/31e5030eed01a941.js","/_next/static/chunks/00f6ac2dde225eb7.js","/_next/static/chunks/e21d644e5a584136.js","/_next/static/chunks/45bb8ee2a6133d9d.js"],"async":false},"[project]/src/presentation/web/components/features/control-center/use-control-center-state.ts <module evaluation>":{"id":17840,"name":"*","chunks":["/_next/static/chunks/22f30ce91a3c79c1.js","/_next/static/chunks/31e5030eed01a941.js","/_next/static/chunks/00f6ac2dde225eb7.js","/_next/static/chunks/e21d644e5a584136.js","/_next/static/chunks/45bb8ee2a6133d9d.js"],"async":false},"[project]/src/presentation/web/components/features/control-center/use-control-center-state.ts":{"id":17840,"name":"*","chunks":["/_next/static/chunks/22f30ce91a3c79c1.js","/_next/static/chunks/31e5030eed01a941.js","/_next/static/chunks/00f6ac2dde225eb7.js","/_next/static/chunks/e21d644e5a584136.js","/_next/static/chunks/45bb8ee2a6133d9d.js"],"async":false}},"ssrModuleMapping":{"40799":{"*":{"id":69218,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__32472b89._.js","server/chunks/ssr/403f9_next_dist_esm_ceb2fa1e._.js"],"async":false}},"73006":{"*":{"id":76926,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__32472b89._.js","server/chunks/ssr/403f9_next_dist_esm_ceb2fa1e._.js"],"async":false}},"67804":{"*":{"id":78378,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__32472b89._.js","server/chunks/ssr/403f9_next_dist_esm_ceb2fa1e._.js"],"async":false}},"50122":{"*":{"id":18508,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__32472b89._.js","server/chunks/ssr/403f9_next_dist_esm_ceb2fa1e._.js"],"async":false}},"19292":{"*":{"id":55259,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__32472b89._.js","server/chunks/ssr/403f9_next_dist_esm_ceb2fa1e._.js"],"async":false}},"30088":{"*":{"id":33028,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__32472b89._.js","server/chunks/ssr/403f9_next_dist_esm_ceb2fa1e._.js"],"async":false}},"66658":{"*":{"id":42422,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__32472b89._.js","server/chunks/ssr/403f9_next_dist_esm_ceb2fa1e._.js"],"async":false}},"42726":{"*":{"id":43167,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__32472b89._.js","server/chunks/ssr/403f9_next_dist_esm_ceb2fa1e._.js"],"async":false}},"87292":{"*":{"id":66560,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__d21f0894._.js","server/chunks/ssr/src_presentation_web_components_e599bb8c._.js","server/chunks/ssr/_1fafa9db._.js","server/chunks/ssr/_a35f2870._.js"],"async":false}},"25251":{"*":{"id":73301,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__d21f0894._.js","server/chunks/ssr/src_presentation_web_components_e599bb8c._.js","server/chunks/ssr/_1fafa9db._.js","server/chunks/ssr/_a35f2870._.js"],"async":false}},"48246":{"*":{"id":59949,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__d21f0894._.js","server/chunks/ssr/src_presentation_web_components_e599bb8c._.js","server/chunks/ssr/_1fafa9db._.js","server/chunks/ssr/_a35f2870._.js","server/chunks/ssr/[externals]_node:path_d28a9bfe._.js","server/chunks/ssr/[root-of-the-server]__03a0dba7._.js","server/chunks/ssr/src_presentation_web_components_ui_badge_tsx_964c2a3b._.js"],"async":false}},"17840":{"*":{"id":16533,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__d21f0894._.js","server/chunks/ssr/src_presentation_web_components_e599bb8c._.js","server/chunks/ssr/_1fafa9db._.js","server/chunks/ssr/_a35f2870._.js","server/chunks/ssr/[externals]_node:path_d28a9bfe._.js","server/chunks/ssr/[root-of-the-server]__03a0dba7._.js","server/chunks/ssr/src_presentation_web_components_ui_badge_tsx_964c2a3b._.js"],"async":false}}},"edgeSSRModuleMapping":{},"rscModuleMapping":{"40799":{"*":{"id":48035,"name":"*","chunks":[],"async":false}},"73006":{"*":{"id":22994,"name":"*","chunks":[],"async":false}},"67804":{"*":{"id":21809,"name":"*","chunks":[],"async":false}},"50122":{"*":{"id":70251,"name":"*","chunks":[],"async":false}},"19292":{"*":{"id":39498,"name":"*","chunks":[],"async":false}},"30088":{"*":{"id":2021,"name":"*","chunks":[],"async":false}},"66658":{"*":{"id":47390,"name":"*","chunks":[],"async":false}},"42726":{"*":{"id":43174,"name":"*","chunks":[],"async":false}},"87292":{"*":{"id":34168,"name":"*","chunks":[],"async":false}},"25251":{"*":{"id":11900,"name":"*","chunks":[],"async":false}},"48246":{"*":{"id":87979,"name":"*","chunks":[],"async":false}},"17840":{"*":{"id":81035,"name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{},"entryCSSFiles":{"[project]/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/builtin/global-error":[],"[project]/src/presentation/web/app/layout":[{"path":"static/chunks/59b8bd47023e0249.css","inlined":false}],"[project]/src/presentation/web/app/page":[{"path":"static/chunks/59b8bd47023e0249.css","inlined":false}]},"entryJSFiles":{"[project]/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/builtin/global-error":["static/chunks/ab02eec995295bef.js","static/chunks/fe70e73feb07bcfd.js"],"[project]/src/presentation/web/app/layout":["static/chunks/22f30ce91a3c79c1.js","static/chunks/31e5030eed01a941.js","static/chunks/00f6ac2dde225eb7.js"],"[project]/src/presentation/web/app/page":["static/chunks/22f30ce91a3c79c1.js","static/chunks/31e5030eed01a941.js","static/chunks/00f6ac2dde225eb7.js","static/chunks/e21d644e5a584136.js","static/chunks/45bb8ee2a6133d9d.js"]}}
|
|
2
|
+
globalThis.__RSC_MANIFEST["/page"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{"[project]/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/layout-router.js <module evaluation>":{"id":40799,"name":"*","chunks":["/_next/static/chunks/ab02eec995295bef.js","/_next/static/chunks/fe70e73feb07bcfd.js"],"async":false},"[project]/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/layout-router.js":{"id":40799,"name":"*","chunks":["/_next/static/chunks/ab02eec995295bef.js","/_next/static/chunks/fe70e73feb07bcfd.js"],"async":false},"[project]/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/render-from-template-context.js <module evaluation>":{"id":73006,"name":"*","chunks":["/_next/static/chunks/ab02eec995295bef.js","/_next/static/chunks/fe70e73feb07bcfd.js"],"async":false},"[project]/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":73006,"name":"*","chunks":["/_next/static/chunks/ab02eec995295bef.js","/_next/static/chunks/fe70e73feb07bcfd.js"],"async":false},"[project]/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-page.js <module evaluation>":{"id":67804,"name":"*","chunks":["/_next/static/chunks/ab02eec995295bef.js","/_next/static/chunks/fe70e73feb07bcfd.js"],"async":false},"[project]/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-page.js":{"id":67804,"name":"*","chunks":["/_next/static/chunks/ab02eec995295bef.js","/_next/static/chunks/fe70e73feb07bcfd.js"],"async":false},"[project]/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-segment.js <module evaluation>":{"id":50122,"name":"*","chunks":["/_next/static/chunks/ab02eec995295bef.js","/_next/static/chunks/fe70e73feb07bcfd.js"],"async":false},"[project]/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-segment.js":{"id":50122,"name":"*","chunks":["/_next/static/chunks/ab02eec995295bef.js","/_next/static/chunks/fe70e73feb07bcfd.js"],"async":false},"[project]/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js <module evaluation>":{"id":19292,"name":"*","chunks":["/_next/static/chunks/ab02eec995295bef.js","/_next/static/chunks/fe70e73feb07bcfd.js"],"async":false},"[project]/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":19292,"name":"*","chunks":["/_next/static/chunks/ab02eec995295bef.js","/_next/static/chunks/fe70e73feb07bcfd.js"],"async":false},"[project]/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js <module evaluation>":{"id":30088,"name":"*","chunks":["/_next/static/chunks/ab02eec995295bef.js","/_next/static/chunks/fe70e73feb07bcfd.js"],"async":false},"[project]/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":30088,"name":"*","chunks":["/_next/static/chunks/ab02eec995295bef.js","/_next/static/chunks/fe70e73feb07bcfd.js"],"async":false},"[project]/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/framework/boundary-components.js <module evaluation>":{"id":66658,"name":"*","chunks":["/_next/static/chunks/ab02eec995295bef.js","/_next/static/chunks/fe70e73feb07bcfd.js"],"async":false},"[project]/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":66658,"name":"*","chunks":["/_next/static/chunks/ab02eec995295bef.js","/_next/static/chunks/fe70e73feb07bcfd.js"],"async":false},"[project]/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/builtin/global-error.js <module evaluation>":{"id":42726,"name":"*","chunks":["/_next/static/chunks/ab02eec995295bef.js","/_next/static/chunks/fe70e73feb07bcfd.js"],"async":false},"[project]/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/builtin/global-error.js":{"id":42726,"name":"*","chunks":["/_next/static/chunks/ab02eec995295bef.js","/_next/static/chunks/fe70e73feb07bcfd.js"],"async":false},"[project]/src/presentation/web/components/layouts/app-shell/app-shell.tsx <module evaluation>":{"id":87292,"name":"*","chunks":["/_next/static/chunks/22f30ce91a3c79c1.js","/_next/static/chunks/31e5030eed01a941.js","/_next/static/chunks/00f6ac2dde225eb7.js"],"async":false},"[project]/src/presentation/web/components/layouts/app-shell/app-shell.tsx":{"id":87292,"name":"*","chunks":["/_next/static/chunks/22f30ce91a3c79c1.js","/_next/static/chunks/31e5030eed01a941.js","/_next/static/chunks/00f6ac2dde225eb7.js"],"async":false},"[project]/src/presentation/web/components/ui/sonner.tsx <module evaluation>":{"id":25251,"name":"*","chunks":["/_next/static/chunks/22f30ce91a3c79c1.js","/_next/static/chunks/31e5030eed01a941.js","/_next/static/chunks/00f6ac2dde225eb7.js"],"async":false},"[project]/src/presentation/web/components/ui/sonner.tsx":{"id":25251,"name":"*","chunks":["/_next/static/chunks/22f30ce91a3c79c1.js","/_next/static/chunks/31e5030eed01a941.js","/_next/static/chunks/00f6ac2dde225eb7.js"],"async":false},"[project]/src/presentation/web/components/features/control-center/control-center.tsx <module evaluation>":{"id":48246,"name":"*","chunks":["/_next/static/chunks/22f30ce91a3c79c1.js","/_next/static/chunks/31e5030eed01a941.js","/_next/static/chunks/00f6ac2dde225eb7.js","/_next/static/chunks/e21d644e5a584136.js","/_next/static/chunks/23cae32e6f42833d.js"],"async":false},"[project]/src/presentation/web/components/features/control-center/control-center.tsx":{"id":48246,"name":"*","chunks":["/_next/static/chunks/22f30ce91a3c79c1.js","/_next/static/chunks/31e5030eed01a941.js","/_next/static/chunks/00f6ac2dde225eb7.js","/_next/static/chunks/e21d644e5a584136.js","/_next/static/chunks/23cae32e6f42833d.js"],"async":false},"[project]/src/presentation/web/components/features/control-center/use-control-center-state.ts <module evaluation>":{"id":17840,"name":"*","chunks":["/_next/static/chunks/22f30ce91a3c79c1.js","/_next/static/chunks/31e5030eed01a941.js","/_next/static/chunks/00f6ac2dde225eb7.js","/_next/static/chunks/e21d644e5a584136.js","/_next/static/chunks/23cae32e6f42833d.js"],"async":false},"[project]/src/presentation/web/components/features/control-center/use-control-center-state.ts":{"id":17840,"name":"*","chunks":["/_next/static/chunks/22f30ce91a3c79c1.js","/_next/static/chunks/31e5030eed01a941.js","/_next/static/chunks/00f6ac2dde225eb7.js","/_next/static/chunks/e21d644e5a584136.js","/_next/static/chunks/23cae32e6f42833d.js"],"async":false}},"ssrModuleMapping":{"40799":{"*":{"id":69218,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__32472b89._.js","server/chunks/ssr/403f9_next_dist_esm_ceb2fa1e._.js"],"async":false}},"73006":{"*":{"id":76926,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__32472b89._.js","server/chunks/ssr/403f9_next_dist_esm_ceb2fa1e._.js"],"async":false}},"67804":{"*":{"id":78378,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__32472b89._.js","server/chunks/ssr/403f9_next_dist_esm_ceb2fa1e._.js"],"async":false}},"50122":{"*":{"id":18508,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__32472b89._.js","server/chunks/ssr/403f9_next_dist_esm_ceb2fa1e._.js"],"async":false}},"19292":{"*":{"id":55259,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__32472b89._.js","server/chunks/ssr/403f9_next_dist_esm_ceb2fa1e._.js"],"async":false}},"30088":{"*":{"id":33028,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__32472b89._.js","server/chunks/ssr/403f9_next_dist_esm_ceb2fa1e._.js"],"async":false}},"66658":{"*":{"id":42422,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__32472b89._.js","server/chunks/ssr/403f9_next_dist_esm_ceb2fa1e._.js"],"async":false}},"42726":{"*":{"id":43167,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__32472b89._.js","server/chunks/ssr/403f9_next_dist_esm_ceb2fa1e._.js"],"async":false}},"87292":{"*":{"id":66560,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__d21f0894._.js","server/chunks/ssr/src_presentation_web_components_e599bb8c._.js","server/chunks/ssr/_1fafa9db._.js","server/chunks/ssr/_a35f2870._.js"],"async":false}},"25251":{"*":{"id":73301,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__d21f0894._.js","server/chunks/ssr/src_presentation_web_components_e599bb8c._.js","server/chunks/ssr/_1fafa9db._.js","server/chunks/ssr/_a35f2870._.js"],"async":false}},"48246":{"*":{"id":59949,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__d21f0894._.js","server/chunks/ssr/src_presentation_web_components_e599bb8c._.js","server/chunks/ssr/_1fafa9db._.js","server/chunks/ssr/_a35f2870._.js","server/chunks/ssr/[externals]_node:path_d28a9bfe._.js","server/chunks/ssr/[root-of-the-server]__03a0dba7._.js","server/chunks/ssr/src_presentation_web_components_ui_badge_tsx_964c2a3b._.js"],"async":false}},"17840":{"*":{"id":16533,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__d21f0894._.js","server/chunks/ssr/src_presentation_web_components_e599bb8c._.js","server/chunks/ssr/_1fafa9db._.js","server/chunks/ssr/_a35f2870._.js","server/chunks/ssr/[externals]_node:path_d28a9bfe._.js","server/chunks/ssr/[root-of-the-server]__03a0dba7._.js","server/chunks/ssr/src_presentation_web_components_ui_badge_tsx_964c2a3b._.js"],"async":false}}},"edgeSSRModuleMapping":{},"rscModuleMapping":{"40799":{"*":{"id":48035,"name":"*","chunks":[],"async":false}},"73006":{"*":{"id":22994,"name":"*","chunks":[],"async":false}},"67804":{"*":{"id":21809,"name":"*","chunks":[],"async":false}},"50122":{"*":{"id":70251,"name":"*","chunks":[],"async":false}},"19292":{"*":{"id":39498,"name":"*","chunks":[],"async":false}},"30088":{"*":{"id":2021,"name":"*","chunks":[],"async":false}},"66658":{"*":{"id":47390,"name":"*","chunks":[],"async":false}},"42726":{"*":{"id":43174,"name":"*","chunks":[],"async":false}},"87292":{"*":{"id":34168,"name":"*","chunks":[],"async":false}},"25251":{"*":{"id":11900,"name":"*","chunks":[],"async":false}},"48246":{"*":{"id":87979,"name":"*","chunks":[],"async":false}},"17840":{"*":{"id":81035,"name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{},"entryCSSFiles":{"[project]/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/builtin/global-error":[],"[project]/src/presentation/web/app/layout":[{"path":"static/chunks/59b8bd47023e0249.css","inlined":false}],"[project]/src/presentation/web/app/page":[{"path":"static/chunks/59b8bd47023e0249.css","inlined":false}]},"entryJSFiles":{"[project]/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_@playwright+test@1.58.1_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/builtin/global-error":["static/chunks/ab02eec995295bef.js","static/chunks/fe70e73feb07bcfd.js"],"[project]/src/presentation/web/app/layout":["static/chunks/22f30ce91a3c79c1.js","static/chunks/31e5030eed01a941.js","static/chunks/00f6ac2dde225eb7.js"],"[project]/src/presentation/web/app/page":["static/chunks/22f30ce91a3c79c1.js","static/chunks/31e5030eed01a941.js","static/chunks/00f6ac2dde225eb7.js","static/chunks/e21d644e5a584136.js","static/chunks/23cae32e6f42833d.js"]}}
|