otst commited on
Commit
65869b8
·
1 Parent(s): d1766bc

server-side generation with detach-to-server and SSE reattach, delta event batching, task completion sound, project deletion sync fix, deployment quota fix

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .next/BUILD_ID +1 -1
  2. .next/app-build-manifest.json +377 -319
  3. .next/app-path-routes-manifest.json +53 -45
  4. .next/build-manifest.json +5 -5
  5. .next/prerender-manifest.json +15 -15
  6. .next/react-loadable-manifest.json +21 -5
  7. .next/server/app-paths-manifest.json +53 -45
  8. .next/server/app/_not-found.html +1 -1
  9. .next/server/app/_not-found.rsc +5 -5
  10. .next/server/app/_not-found/page.js +1 -1
  11. .next/server/app/_not-found/page.js.nft.json +1 -1
  12. .next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  13. .next/server/app/admin.html +1 -1
  14. .next/server/app/admin.rsc +5 -5
  15. .next/server/app/admin/login.html +1 -1
  16. .next/server/app/admin/login.rsc +6 -6
  17. .next/server/app/admin/login/page.js +1 -1
  18. .next/server/app/admin/login/page.js.nft.json +1 -1
  19. .next/server/app/admin/login/page_client-reference-manifest.js +1 -1
  20. .next/server/app/admin/page.js +1 -1
  21. .next/server/app/admin/page.js.nft.json +1 -1
  22. .next/server/app/admin/page_client-reference-manifest.js +1 -1
  23. .next/server/app/admin/register.html +1 -1
  24. .next/server/app/admin/register.rsc +5 -5
  25. .next/server/app/admin/register/page.js +1 -1
  26. .next/server/app/admin/register/page.js.nft.json +1 -1
  27. .next/server/app/admin/register/page_client-reference-manifest.js +1 -1
  28. .next/server/app/admin/users.html +1 -1
  29. .next/server/app/admin/users.rsc +6 -6
  30. .next/server/app/admin/users/page.js +2 -2
  31. .next/server/app/admin/users/page.js.nft.json +1 -1
  32. .next/server/app/admin/users/page_client-reference-manifest.js +1 -1
  33. .next/server/app/admin/workspaces.html +1 -1
  34. .next/server/app/admin/workspaces.rsc +6 -6
  35. .next/server/app/admin/workspaces/page.js +2 -2
  36. .next/server/app/admin/workspaces/page.js.nft.json +1 -1
  37. .next/server/app/admin/workspaces/page_client-reference-manifest.js +1 -1
  38. .next/server/app/api/admin/dashboard/route.js +2 -2
  39. .next/server/app/api/admin/dashboard/route.js.nft.json +1 -1
  40. .next/server/app/api/admin/dashboard/route_client-reference-manifest.js +1 -1
  41. .next/server/app/api/admin/sessions/route.js +1 -1
  42. .next/server/app/api/admin/sessions/route.js.nft.json +1 -1
  43. .next/server/app/api/admin/sessions/route_client-reference-manifest.js +1 -1
  44. .next/server/app/api/admin/users/[id]/route.js +1 -1
  45. .next/server/app/api/admin/users/[id]/route.js.nft.json +1 -1
  46. .next/server/app/api/admin/users/[id]/route_client-reference-manifest.js +1 -1
  47. .next/server/app/api/admin/users/route.js +1 -1
  48. .next/server/app/api/admin/users/route.js.nft.json +1 -1
  49. .next/server/app/api/admin/users/route_client-reference-manifest.js +1 -1
  50. .next/server/app/api/admin/workspaces/[id]/access/route.js +1 -1
.next/BUILD_ID CHANGED
@@ -1 +1 @@
1
- b9Cr66_fnQ05YQJS0EJ62
 
1
+ OVeuJe8F-fBvUq5tu9NXl
.next/app-build-manifest.json CHANGED
@@ -1,812 +1,870 @@
1
  {
2
  "pages": {
3
  "/_not-found/page": [
4
- "static/chunks/webpack-877dbed209166e77.js",
5
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
6
  "static/chunks/1255-dfb5f8d642ae4426.js",
7
  "static/chunks/main-app-6796e1116c8e92de.js",
8
  "static/chunks/app/_not-found/page-456a9067b36694a4.js"
9
  ],
10
  "/layout": [
11
- "static/chunks/webpack-877dbed209166e77.js",
12
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
13
  "static/chunks/1255-dfb5f8d642ae4426.js",
14
  "static/chunks/main-app-6796e1116c8e92de.js",
15
  "static/css/82f4473c79d5d55a.css",
16
  "static/css/1138060002beec9e.css",
17
- "static/chunks/8001-ab2328d010d9575c.js",
18
- "static/chunks/4165-2fd065a6c1436849.js",
19
  "static/chunks/7625-3e99f3a22fc35ba0.js",
20
- "static/chunks/app/layout-29b5b9c7b4063442.js"
21
  ],
22
  "/api/admin/sessions/route": [
23
- "static/chunks/webpack-877dbed209166e77.js",
24
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
25
  "static/chunks/1255-dfb5f8d642ae4426.js",
26
  "static/chunks/main-app-6796e1116c8e92de.js",
27
- "static/chunks/app/api/admin/sessions/route-c17a839de63b9c3b.js"
28
  ],
29
- "/api/admin/workspaces/[id]/access/route": [
30
- "static/chunks/webpack-877dbed209166e77.js",
31
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
32
  "static/chunks/1255-dfb5f8d642ae4426.js",
33
  "static/chunks/main-app-6796e1116c8e92de.js",
34
- "static/chunks/app/api/admin/workspaces/[id]/access/route-c17a839de63b9c3b.js"
35
  ],
36
- "/api/admin/users/[id]/route": [
37
- "static/chunks/webpack-877dbed209166e77.js",
38
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
39
  "static/chunks/1255-dfb5f8d642ae4426.js",
40
  "static/chunks/main-app-6796e1116c8e92de.js",
41
- "static/chunks/app/api/admin/users/[id]/route-c17a839de63b9c3b.js"
42
  ],
43
  "/api/admin/workspaces/[id]/repair/route": [
44
- "static/chunks/webpack-877dbed209166e77.js",
45
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
46
  "static/chunks/1255-dfb5f8d642ae4426.js",
47
  "static/chunks/main-app-6796e1116c8e92de.js",
48
- "static/chunks/app/api/admin/workspaces/[id]/repair/route-c17a839de63b9c3b.js"
49
  ],
50
- "/api/admin/workspaces/[id]/route": [
51
- "static/chunks/webpack-877dbed209166e77.js",
52
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
53
  "static/chunks/1255-dfb5f8d642ae4426.js",
54
  "static/chunks/main-app-6796e1116c8e92de.js",
55
- "static/chunks/app/api/admin/workspaces/[id]/route-c17a839de63b9c3b.js"
56
  ],
57
- "/api/admin/users/route": [
58
- "static/chunks/webpack-877dbed209166e77.js",
59
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
60
  "static/chunks/1255-dfb5f8d642ae4426.js",
61
  "static/chunks/main-app-6796e1116c8e92de.js",
62
- "static/chunks/app/api/admin/users/route-c17a839de63b9c3b.js"
63
  ],
64
  "/api/analytics/[deploymentId]/clear/route": [
65
- "static/chunks/webpack-877dbed209166e77.js",
66
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
67
  "static/chunks/1255-dfb5f8d642ae4426.js",
68
  "static/chunks/main-app-6796e1116c8e92de.js",
69
- "static/chunks/app/api/analytics/[deploymentId]/clear/route-c17a839de63b9c3b.js"
70
  ],
71
- "/api/analytics/[deploymentId]/engagement/route": [
72
- "static/chunks/webpack-877dbed209166e77.js",
73
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
74
  "static/chunks/1255-dfb5f8d642ae4426.js",
75
  "static/chunks/main-app-6796e1116c8e92de.js",
76
- "static/chunks/app/api/analytics/[deploymentId]/engagement/route-c17a839de63b9c3b.js"
77
  ],
78
- "/api/analytics/[deploymentId]/export/route": [
79
- "static/chunks/webpack-877dbed209166e77.js",
80
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
81
  "static/chunks/1255-dfb5f8d642ae4426.js",
82
  "static/chunks/main-app-6796e1116c8e92de.js",
83
- "static/chunks/app/api/analytics/[deploymentId]/export/route-c17a839de63b9c3b.js"
84
  ],
85
  "/api/analytics/[deploymentId]/overview/route": [
86
- "static/chunks/webpack-877dbed209166e77.js",
87
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
88
  "static/chunks/1255-dfb5f8d642ae4426.js",
89
  "static/chunks/main-app-6796e1116c8e92de.js",
90
- "static/chunks/app/api/analytics/[deploymentId]/overview/route-c17a839de63b9c3b.js"
91
  ],
92
- "/api/analytics/[deploymentId]/storage/route": [
93
- "static/chunks/webpack-877dbed209166e77.js",
94
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
95
  "static/chunks/1255-dfb5f8d642ae4426.js",
96
  "static/chunks/main-app-6796e1116c8e92de.js",
97
- "static/chunks/app/api/analytics/[deploymentId]/storage/route-c17a839de63b9c3b.js"
98
  ],
99
- "/api/analytics/[deploymentId]/heatmap/route": [
100
- "static/chunks/webpack-877dbed209166e77.js",
101
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
102
  "static/chunks/1255-dfb5f8d642ae4426.js",
103
  "static/chunks/main-app-6796e1116c8e92de.js",
104
- "static/chunks/app/api/analytics/[deploymentId]/heatmap/route-c17a839de63b9c3b.js"
105
  ],
106
- "/api/analytics/[deploymentId]/sessions/route": [
107
- "static/chunks/webpack-877dbed209166e77.js",
108
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
109
  "static/chunks/1255-dfb5f8d642ae4426.js",
110
  "static/chunks/main-app-6796e1116c8e92de.js",
111
- "static/chunks/app/api/analytics/[deploymentId]/sessions/route-c17a839de63b9c3b.js"
112
  ],
113
- "/api/analytics/[deploymentId]/route": [
114
- "static/chunks/webpack-877dbed209166e77.js",
 
 
 
 
 
 
 
115
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
116
  "static/chunks/1255-dfb5f8d642ae4426.js",
117
  "static/chunks/main-app-6796e1116c8e92de.js",
118
- "static/chunks/app/api/analytics/[deploymentId]/route-c17a839de63b9c3b.js"
119
  ],
120
  "/api/analytics/interaction/route": [
121
- "static/chunks/webpack-877dbed209166e77.js",
122
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
123
  "static/chunks/1255-dfb5f8d642ae4426.js",
124
  "static/chunks/main-app-6796e1116c8e92de.js",
125
- "static/chunks/app/api/analytics/interaction/route-c17a839de63b9c3b.js"
126
  ],
127
- "/api/auth/check/route": [
128
- "static/chunks/webpack-877dbed209166e77.js",
129
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
130
  "static/chunks/1255-dfb5f8d642ae4426.js",
131
  "static/chunks/main-app-6796e1116c8e92de.js",
132
- "static/chunks/app/api/auth/check/route-c17a839de63b9c3b.js"
133
  ],
134
  "/api/analytics/track/route": [
135
- "static/chunks/webpack-877dbed209166e77.js",
136
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
137
  "static/chunks/1255-dfb5f8d642ae4426.js",
138
  "static/chunks/main-app-6796e1116c8e92de.js",
139
- "static/chunks/app/api/analytics/track/route-c17a839de63b9c3b.js"
140
  ],
141
  "/api/auth/codex/connect/route": [
142
- "static/chunks/webpack-877dbed209166e77.js",
143
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
144
  "static/chunks/1255-dfb5f8d642ae4426.js",
145
  "static/chunks/main-app-6796e1116c8e92de.js",
146
- "static/chunks/app/api/auth/codex/connect/route-c17a839de63b9c3b.js"
147
  ],
148
- "/api/auth/codex/status/route": [
149
- "static/chunks/webpack-877dbed209166e77.js",
150
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
151
  "static/chunks/1255-dfb5f8d642ae4426.js",
152
  "static/chunks/main-app-6796e1116c8e92de.js",
153
- "static/chunks/app/api/auth/codex/status/route-c17a839de63b9c3b.js"
 
 
 
 
 
 
 
154
  ],
155
  "/api/auth/desktop-init/route": [
156
- "static/chunks/webpack-877dbed209166e77.js",
157
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
158
  "static/chunks/1255-dfb5f8d642ae4426.js",
159
  "static/chunks/main-app-6796e1116c8e92de.js",
160
- "static/chunks/app/api/auth/desktop-init/route-c17a839de63b9c3b.js"
161
  ],
162
- "/api/auth/codex/token/route": [
163
- "static/chunks/webpack-877dbed209166e77.js",
164
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
165
  "static/chunks/1255-dfb5f8d642ae4426.js",
166
  "static/chunks/main-app-6796e1116c8e92de.js",
167
- "static/chunks/app/api/auth/codex/token/route-c17a839de63b9c3b.js"
168
  ],
169
- "/api/auth/codex/disconnect/route": [
170
- "static/chunks/webpack-877dbed209166e77.js",
171
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
172
  "static/chunks/1255-dfb5f8d642ae4426.js",
173
  "static/chunks/main-app-6796e1116c8e92de.js",
174
- "static/chunks/app/api/auth/codex/disconnect/route-c17a839de63b9c3b.js"
175
  ],
176
- "/api/auth/handoff/route": [
177
- "static/chunks/webpack-877dbed209166e77.js",
178
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
179
  "static/chunks/1255-dfb5f8d642ae4426.js",
180
  "static/chunks/main-app-6796e1116c8e92de.js",
181
- "static/chunks/app/api/auth/handoff/route-c17a839de63b9c3b.js"
182
  ],
183
- "/api/auth/hf/capabilities/route": [
184
- "static/chunks/webpack-877dbed209166e77.js",
185
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
186
  "static/chunks/1255-dfb5f8d642ae4426.js",
187
  "static/chunks/main-app-6796e1116c8e92de.js",
188
- "static/chunks/app/api/auth/hf/capabilities/route-c17a839de63b9c3b.js"
189
  ],
190
- "/api/auth/logout/route": [
191
- "static/chunks/webpack-877dbed209166e77.js",
192
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
193
  "static/chunks/1255-dfb5f8d642ae4426.js",
194
  "static/chunks/main-app-6796e1116c8e92de.js",
195
- "static/chunks/app/api/auth/logout/route-c17a839de63b9c3b.js"
196
  ],
197
- "/api/auth/login/route": [
198
- "static/chunks/webpack-877dbed209166e77.js",
199
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
200
  "static/chunks/1255-dfb5f8d642ae4426.js",
201
  "static/chunks/main-app-6796e1116c8e92de.js",
202
- "static/chunks/app/api/auth/login/route-c17a839de63b9c3b.js"
203
  ],
204
- "/api/auth/me/route": [
205
- "static/chunks/webpack-877dbed209166e77.js",
206
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
207
  "static/chunks/1255-dfb5f8d642ae4426.js",
208
  "static/chunks/main-app-6796e1116c8e92de.js",
209
- "static/chunks/app/api/auth/me/route-c17a839de63b9c3b.js"
 
 
 
 
 
 
 
210
  ],
211
  "/api/auth/register/route": [
212
- "static/chunks/webpack-877dbed209166e77.js",
213
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
214
  "static/chunks/1255-dfb5f8d642ae4426.js",
215
  "static/chunks/main-app-6796e1116c8e92de.js",
216
- "static/chunks/app/api/auth/register/route-c17a839de63b9c3b.js"
217
  ],
218
- "/api/auth/setup-status/route": [
219
- "static/chunks/webpack-877dbed209166e77.js",
220
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
221
  "static/chunks/1255-dfb5f8d642ae4426.js",
222
  "static/chunks/main-app-6796e1116c8e92de.js",
223
- "static/chunks/app/api/auth/setup-status/route-c17a839de63b9c3b.js"
224
  ],
225
- "/api/admin/workspaces/route": [
226
- "static/chunks/webpack-877dbed209166e77.js",
227
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
228
  "static/chunks/1255-dfb5f8d642ae4426.js",
229
  "static/chunks/main-app-6796e1116c8e92de.js",
230
- "static/chunks/app/api/admin/workspaces/route-c17a839de63b9c3b.js"
231
  ],
232
- "/api/docs/[...path]/route": [
233
- "static/chunks/webpack-877dbed209166e77.js",
234
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
235
  "static/chunks/1255-dfb5f8d642ae4426.js",
236
  "static/chunks/main-app-6796e1116c8e92de.js",
237
- "static/chunks/app/api/docs/[...path]/route-c17a839de63b9c3b.js"
238
  ],
239
- "/api/models/route": [
240
- "static/chunks/webpack-877dbed209166e77.js",
 
 
 
 
 
 
 
241
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
242
  "static/chunks/1255-dfb5f8d642ae4426.js",
243
  "static/chunks/main-app-6796e1116c8e92de.js",
244
- "static/chunks/app/api/models/route-c17a839de63b9c3b.js"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
245
  ],
246
  "/api/validate-key/route": [
247
- "static/chunks/webpack-877dbed209166e77.js",
248
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
249
  "static/chunks/1255-dfb5f8d642ae4426.js",
250
  "static/chunks/main-app-6796e1116c8e92de.js",
251
- "static/chunks/app/api/validate-key/route-c17a839de63b9c3b.js"
252
  ],
253
- "/api/generate/route": [
254
- "static/chunks/webpack-877dbed209166e77.js",
255
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
256
  "static/chunks/1255-dfb5f8d642ae4426.js",
257
  "static/chunks/main-app-6796e1116c8e92de.js",
258
- "static/chunks/app/api/generate/route-c17a839de63b9c3b.js"
259
  ],
260
- "/api/w/[workspaceId]/admin/deployments/[id]/database/logs/route": [
261
- "static/chunks/webpack-877dbed209166e77.js",
262
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
263
  "static/chunks/1255-dfb5f8d642ae4426.js",
264
  "static/chunks/main-app-6796e1116c8e92de.js",
265
- "static/chunks/app/api/w/[workspaceId]/admin/deployments/[id]/database/logs/route-c17a839de63b9c3b.js"
266
  ],
267
- "/api/w/[workspaceId]/admin/deployments/[id]/functions/[functionId]/logs/route": [
268
- "static/chunks/webpack-877dbed209166e77.js",
269
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
270
  "static/chunks/1255-dfb5f8d642ae4426.js",
271
  "static/chunks/main-app-6796e1116c8e92de.js",
272
- "static/chunks/app/api/w/[workspaceId]/admin/deployments/[id]/functions/[functionId]/logs/route-c17a839de63b9c3b.js"
273
  ],
274
- "/api/w/[workspaceId]/admin/deployments/[id]/database/schema/route": [
275
- "static/chunks/webpack-877dbed209166e77.js",
276
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
277
  "static/chunks/1255-dfb5f8d642ae4426.js",
278
  "static/chunks/main-app-6796e1116c8e92de.js",
279
- "static/chunks/app/api/w/[workspaceId]/admin/deployments/[id]/database/schema/route-c17a839de63b9c3b.js"
280
  ],
281
- "/api/w/[workspaceId]/admin/deployments/[id]/functions/route": [
282
- "static/chunks/webpack-877dbed209166e77.js",
283
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
284
  "static/chunks/1255-dfb5f8d642ae4426.js",
285
  "static/chunks/main-app-6796e1116c8e92de.js",
286
- "static/chunks/app/api/w/[workspaceId]/admin/deployments/[id]/functions/route-c17a839de63b9c3b.js"
287
  ],
288
- "/api/w/[workspaceId]/admin/deployments/[id]/scheduled-functions/route": [
289
- "static/chunks/webpack-877dbed209166e77.js",
290
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
291
  "static/chunks/1255-dfb5f8d642ae4426.js",
292
  "static/chunks/main-app-6796e1116c8e92de.js",
293
- "static/chunks/app/api/w/[workspaceId]/admin/deployments/[id]/scheduled-functions/route-c17a839de63b9c3b.js"
 
294
  ],
295
- "/api/w/[workspaceId]/admin/deployments/[id]/scheduled-functions/[scheduledFunctionId]/route": [
296
- "static/chunks/webpack-877dbed209166e77.js",
297
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
298
  "static/chunks/1255-dfb5f8d642ae4426.js",
299
  "static/chunks/main-app-6796e1116c8e92de.js",
300
- "static/chunks/app/api/w/[workspaceId]/admin/deployments/[id]/scheduled-functions/[scheduledFunctionId]/route-c17a839de63b9c3b.js"
301
  ],
302
  "/api/w/[workspaceId]/admin/deployments/[id]/provision/route": [
303
- "static/chunks/webpack-877dbed209166e77.js",
304
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
305
  "static/chunks/1255-dfb5f8d642ae4426.js",
306
  "static/chunks/main-app-6796e1116c8e92de.js",
307
- "static/chunks/app/api/w/[workspaceId]/admin/deployments/[id]/provision/route-c17a839de63b9c3b.js"
308
  ],
309
- "/api/w/[workspaceId]/admin/deployments/[id]/functions/[functionId]/route": [
310
- "static/chunks/webpack-877dbed209166e77.js",
311
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
312
  "static/chunks/1255-dfb5f8d642ae4426.js",
313
  "static/chunks/main-app-6796e1116c8e92de.js",
314
- "static/chunks/app/api/w/[workspaceId]/admin/deployments/[id]/functions/[functionId]/route-c17a839de63b9c3b.js"
315
  ],
316
- "/api/w/[workspaceId]/admin/deployments/[id]/server-functions/route": [
317
- "static/chunks/webpack-877dbed209166e77.js",
318
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
319
  "static/chunks/1255-dfb5f8d642ae4426.js",
320
  "static/chunks/main-app-6796e1116c8e92de.js",
321
- "static/chunks/app/api/w/[workspaceId]/admin/deployments/[id]/server-functions/route-c17a839de63b9c3b.js"
322
  ],
323
  "/api/w/[workspaceId]/admin/deployments/[id]/secrets/route": [
324
- "static/chunks/webpack-877dbed209166e77.js",
325
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
326
  "static/chunks/1255-dfb5f8d642ae4426.js",
327
  "static/chunks/main-app-6796e1116c8e92de.js",
328
- "static/chunks/app/api/w/[workspaceId]/admin/deployments/[id]/secrets/route-c17a839de63b9c3b.js"
329
  ],
330
- "/api/w/[workspaceId]/admin/deployments/[id]/secrets/[secretId]/route": [
331
- "static/chunks/webpack-877dbed209166e77.js",
332
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
333
  "static/chunks/1255-dfb5f8d642ae4426.js",
334
  "static/chunks/main-app-6796e1116c8e92de.js",
335
- "static/chunks/app/api/w/[workspaceId]/admin/deployments/[id]/secrets/[secretId]/route-c17a839de63b9c3b.js"
336
  ],
337
- "/api/w/[workspaceId]/deployments/[id]/publish/route": [
338
- "static/chunks/webpack-877dbed209166e77.js",
339
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
340
  "static/chunks/1255-dfb5f8d642ae4426.js",
341
  "static/chunks/main-app-6796e1116c8e92de.js",
342
- "static/chunks/app/api/w/[workspaceId]/deployments/[id]/publish/route-c17a839de63b9c3b.js"
343
  ],
344
- "/api/w/[workspaceId]/admin/deployments/[id]/server-functions/[functionId]/route": [
345
- "static/chunks/webpack-877dbed209166e77.js",
346
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
347
  "static/chunks/1255-dfb5f8d642ae4426.js",
348
  "static/chunks/main-app-6796e1116c8e92de.js",
349
- "static/chunks/app/api/w/[workspaceId]/admin/deployments/[id]/server-functions/[functionId]/route-c17a839de63b9c3b.js"
350
  ],
351
  "/api/w/[workspaceId]/admin/run-migrations/route": [
352
- "static/chunks/webpack-877dbed209166e77.js",
353
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
354
  "static/chunks/1255-dfb5f8d642ae4426.js",
355
  "static/chunks/main-app-6796e1116c8e92de.js",
356
- "static/chunks/app/api/w/[workspaceId]/admin/run-migrations/route-c17a839de63b9c3b.js"
357
  ],
358
- "/api/w/[workspaceId]/deployments/[id]/settings/route": [
359
- "static/chunks/webpack-877dbed209166e77.js",
360
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
361
  "static/chunks/1255-dfb5f8d642ae4426.js",
362
  "static/chunks/main-app-6796e1116c8e92de.js",
363
- "static/chunks/app/api/w/[workspaceId]/deployments/[id]/settings/route-c17a839de63b9c3b.js"
364
  ],
365
- "/api/w/[workspaceId]/deployments/[id]/swap-project/route": [
366
- "static/chunks/webpack-877dbed209166e77.js",
367
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
368
  "static/chunks/1255-dfb5f8d642ae4426.js",
369
  "static/chunks/main-app-6796e1116c8e92de.js",
370
- "static/chunks/app/api/w/[workspaceId]/deployments/[id]/swap-project/route-c17a839de63b9c3b.js"
371
  ],
372
- "/api/w/[workspaceId]/deployments/[id]/route": [
373
- "static/chunks/webpack-877dbed209166e77.js",
374
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
375
  "static/chunks/1255-dfb5f8d642ae4426.js",
376
  "static/chunks/main-app-6796e1116c8e92de.js",
377
- "static/chunks/app/api/w/[workspaceId]/deployments/[id]/route-c17a839de63b9c3b.js"
378
  ],
379
- "/api/w/[workspaceId]/projects/[id]/deployments/route": [
380
- "static/chunks/webpack-877dbed209166e77.js",
381
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
382
  "static/chunks/1255-dfb5f8d642ae4426.js",
383
  "static/chunks/main-app-6796e1116c8e92de.js",
384
- "static/chunks/app/api/w/[workspaceId]/projects/[id]/deployments/route-c17a839de63b9c3b.js"
 
 
 
 
 
 
 
385
  ],
386
  "/api/w/[workspaceId]/projects/[id]/database/query/route": [
387
- "static/chunks/webpack-877dbed209166e77.js",
388
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
389
  "static/chunks/1255-dfb5f8d642ae4426.js",
390
  "static/chunks/main-app-6796e1116c8e92de.js",
391
- "static/chunks/app/api/w/[workspaceId]/projects/[id]/database/query/route-c17a839de63b9c3b.js"
392
  ],
393
- "/api/w/[workspaceId]/admin/deployments/[id]/database/query/route": [
394
- "static/chunks/webpack-877dbed209166e77.js",
395
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
396
  "static/chunks/1255-dfb5f8d642ae4426.js",
397
  "static/chunks/main-app-6796e1116c8e92de.js",
398
- "static/chunks/app/api/w/[workspaceId]/admin/deployments/[id]/database/query/route-c17a839de63b9c3b.js"
399
  ],
400
- "/api/w/[workspaceId]/admin/deployments/[id]/server-context/mutate/route": [
401
- "static/chunks/webpack-877dbed209166e77.js",
402
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
403
  "static/chunks/1255-dfb5f8d642ae4426.js",
404
  "static/chunks/main-app-6796e1116c8e92de.js",
405
- "static/chunks/app/api/w/[workspaceId]/admin/deployments/[id]/server-context/mutate/route-c17a839de63b9c3b.js"
406
  ],
407
- "/api/w/[workspaceId]/shell/execute/route": [
408
- "static/chunks/webpack-877dbed209166e77.js",
409
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
410
  "static/chunks/1255-dfb5f8d642ae4426.js",
411
  "static/chunks/main-app-6796e1116c8e92de.js",
412
- "static/chunks/app/api/w/[workspaceId]/shell/execute/route-c17a839de63b9c3b.js"
413
  ],
414
- "/api/w/[workspaceId]/projects/route": [
415
- "static/chunks/webpack-877dbed209166e77.js",
 
 
 
 
 
 
 
416
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
417
  "static/chunks/1255-dfb5f8d642ae4426.js",
418
  "static/chunks/main-app-6796e1116c8e92de.js",
419
- "static/chunks/app/api/w/[workspaceId]/projects/route-c17a839de63b9c3b.js"
420
  ],
421
  "/api/w/[workspaceId]/projects/[id]/database/schema/route": [
422
- "static/chunks/webpack-877dbed209166e77.js",
423
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
424
  "static/chunks/1255-dfb5f8d642ae4426.js",
425
  "static/chunks/main-app-6796e1116c8e92de.js",
426
- "static/chunks/app/api/w/[workspaceId]/projects/[id]/database/schema/route-c17a839de63b9c3b.js"
427
  ],
428
- "/api/w/[workspaceId]/deployments/route": [
429
- "static/chunks/webpack-877dbed209166e77.js",
430
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
431
  "static/chunks/1255-dfb5f8d642ae4426.js",
432
  "static/chunks/main-app-6796e1116c8e92de.js",
433
- "static/chunks/app/api/w/[workspaceId]/deployments/route-c17a839de63b9c3b.js"
434
  ],
435
  "/api/w/[workspaceId]/sync/backend-features/[projectId]/route": [
436
- "static/chunks/webpack-877dbed209166e77.js",
437
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
438
  "static/chunks/1255-dfb5f8d642ae4426.js",
439
  "static/chunks/main-app-6796e1116c8e92de.js",
440
- "static/chunks/app/api/w/[workspaceId]/sync/backend-features/[projectId]/route-c17a839de63b9c3b.js"
441
  ],
442
- "/api/w/[workspaceId]/sync/skills/[id]/route": [
443
- "static/chunks/webpack-877dbed209166e77.js",
444
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
445
  "static/chunks/1255-dfb5f8d642ae4426.js",
446
  "static/chunks/main-app-6796e1116c8e92de.js",
447
- "static/chunks/app/api/w/[workspaceId]/sync/skills/[id]/route-c17a839de63b9c3b.js"
448
  ],
449
- "/api/w/[workspaceId]/sync/files/route": [
450
- "static/chunks/webpack-877dbed209166e77.js",
451
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
452
  "static/chunks/1255-dfb5f8d642ae4426.js",
453
  "static/chunks/main-app-6796e1116c8e92de.js",
454
- "static/chunks/app/api/w/[workspaceId]/sync/files/route-c17a839de63b9c3b.js"
455
  ],
456
- "/api/w/[workspaceId]/sync/projects/[id]/route": [
457
- "static/chunks/webpack-877dbed209166e77.js",
458
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
459
  "static/chunks/1255-dfb5f8d642ae4426.js",
460
  "static/chunks/main-app-6796e1116c8e92de.js",
461
- "static/chunks/app/api/w/[workspaceId]/sync/projects/[id]/route-c17a839de63b9c3b.js"
462
  ],
463
- "/api/workspaces/route": [
464
- "static/chunks/webpack-877dbed209166e77.js",
465
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
466
  "static/chunks/1255-dfb5f8d642ae4426.js",
467
  "static/chunks/main-app-6796e1116c8e92de.js",
468
- "static/chunks/app/api/workspaces/route-c17a839de63b9c3b.js"
469
  ],
470
- "/api/w/[workspaceId]/sync/templates/[id]/route": [
471
- "static/chunks/webpack-877dbed209166e77.js",
472
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
473
  "static/chunks/1255-dfb5f8d642ae4426.js",
474
  "static/chunks/main-app-6796e1116c8e92de.js",
475
- "static/chunks/app/api/w/[workspaceId]/sync/templates/[id]/route-c17a839de63b9c3b.js"
476
  ],
477
- "/api/w/[workspaceId]/sync/status/route": [
478
- "static/chunks/webpack-877dbed209166e77.js",
479
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
480
  "static/chunks/1255-dfb5f8d642ae4426.js",
481
  "static/chunks/main-app-6796e1116c8e92de.js",
482
- "static/chunks/app/api/w/[workspaceId]/sync/status/route-c17a839de63b9c3b.js"
483
  ],
484
- "/api/w/[workspaceId]/sync/skills/route": [
485
- "static/chunks/webpack-877dbed209166e77.js",
486
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
487
  "static/chunks/1255-dfb5f8d642ae4426.js",
488
  "static/chunks/main-app-6796e1116c8e92de.js",
489
- "static/chunks/app/api/w/[workspaceId]/sync/skills/route-c17a839de63b9c3b.js"
490
  ],
491
- "/api/w/[workspaceId]/sync/templates/route": [
492
- "static/chunks/webpack-877dbed209166e77.js",
493
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
494
  "static/chunks/1255-dfb5f8d642ae4426.js",
495
  "static/chunks/main-app-6796e1116c8e92de.js",
496
- "static/chunks/app/api/w/[workspaceId]/sync/templates/route-c17a839de63b9c3b.js"
497
  ],
498
- "/deployments/[id]/route": [
499
- "static/chunks/webpack-877dbed209166e77.js",
500
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
501
  "static/chunks/1255-dfb5f8d642ae4426.js",
502
  "static/chunks/main-app-6796e1116c8e92de.js",
503
- "static/chunks/app/deployments/[id]/route-c17a839de63b9c3b.js"
504
  ],
505
- "/api/w/[workspaceId]/deployments/[id]/thumbnail/route": [
506
- "static/chunks/webpack-877dbed209166e77.js",
507
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
508
  "static/chunks/1255-dfb5f8d642ae4426.js",
509
  "static/chunks/main-app-6796e1116c8e92de.js",
510
- "static/chunks/app/api/w/[workspaceId]/deployments/[id]/thumbnail/route-c17a839de63b9c3b.js"
511
  ],
512
- "/api/w/[workspaceId]/sync/projects/route": [
513
- "static/chunks/webpack-877dbed209166e77.js",
514
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
515
  "static/chunks/1255-dfb5f8d642ae4426.js",
516
  "static/chunks/main-app-6796e1116c8e92de.js",
517
- "static/chunks/app/api/w/[workspaceId]/sync/projects/route-c17a839de63b9c3b.js"
518
  ],
519
- "/deployments/[id]/[...path]/route": [
520
- "static/chunks/webpack-877dbed209166e77.js",
521
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
522
  "static/chunks/1255-dfb5f8d642ae4426.js",
523
  "static/chunks/main-app-6796e1116c8e92de.js",
524
- "static/chunks/app/deployments/[id]/[...path]/route-c17a839de63b9c3b.js"
525
  ],
526
  "/api/admin/dashboard/route": [
527
- "static/chunks/webpack-877dbed209166e77.js",
528
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
529
  "static/chunks/1255-dfb5f8d642ae4426.js",
530
  "static/chunks/main-app-6796e1116c8e92de.js",
531
- "static/chunks/app/api/admin/dashboard/route-c17a839de63b9c3b.js"
532
  ],
533
  "/api/deployments/[id]/functions/[...path]/route": [
534
- "static/chunks/webpack-877dbed209166e77.js",
535
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
536
  "static/chunks/1255-dfb5f8d642ae4426.js",
537
  "static/chunks/main-app-6796e1116c8e92de.js",
538
- "static/chunks/app/api/deployments/[id]/functions/[...path]/route-c17a839de63b9c3b.js"
539
  ],
540
  "/api/w/[workspaceId]/admin/deployments/[id]/server-context/route": [
541
- "static/chunks/webpack-877dbed209166e77.js",
542
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
543
  "static/chunks/1255-dfb5f8d642ae4426.js",
544
  "static/chunks/main-app-6796e1116c8e92de.js",
545
- "static/chunks/app/api/w/[workspaceId]/admin/deployments/[id]/server-context/route-c17a839de63b9c3b.js"
 
 
 
 
 
 
 
546
  ],
547
  "/admin/login/page": [
548
- "static/chunks/webpack-877dbed209166e77.js",
549
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
550
  "static/chunks/1255-dfb5f8d642ae4426.js",
551
  "static/chunks/main-app-6796e1116c8e92de.js",
552
  "static/chunks/176-34e89399a26899a1.js",
553
  "static/chunks/5794-5775a6cba067d4b3.js",
554
- "static/chunks/app/admin/login/page-a7eefbd52df4052b.js"
555
  ],
556
- "/admin/users/page": [
557
- "static/chunks/webpack-877dbed209166e77.js",
 
 
 
 
 
 
 
 
 
558
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
559
  "static/chunks/1255-dfb5f8d642ae4426.js",
560
  "static/chunks/main-app-6796e1116c8e92de.js",
561
  "static/chunks/06bf0ff1-3732841f0f86d47e.js",
562
  "static/chunks/14258b02-ed7689e3556981a7.js",
563
  "static/chunks/ad2866b8-e13a3cf75ccf0eb8.js",
564
- "static/chunks/8001-ab2328d010d9575c.js",
565
  "static/chunks/176-34e89399a26899a1.js",
566
- "static/chunks/1638-9f12a086456f3362.js",
567
  "static/chunks/7389-d064efe9587fa357.js",
568
  "static/chunks/8941-5f6f2bbd260a64ae.js",
569
  "static/chunks/7625-3e99f3a22fc35ba0.js",
570
- "static/chunks/7483-61c49a2b0ab708d3.js",
571
  "static/chunks/4735-317a40903cee3927.js",
572
  "static/chunks/8784-a70de7155a979c5e.js",
573
  "static/chunks/536-59fd9fbb0b0a321e.js",
574
- "static/chunks/7714-9d63785ec81e1efe.js",
575
- "static/chunks/2133-7b64eac0902cb1d5.js",
576
- "static/chunks/app/admin/users/page-92597a9276ef2505.js"
577
- ],
578
- "/admin/page": [
579
- "static/chunks/webpack-877dbed209166e77.js",
580
- "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
581
- "static/chunks/1255-dfb5f8d642ae4426.js",
582
- "static/chunks/main-app-6796e1116c8e92de.js",
583
- "static/chunks/app/admin/page-e3e066aac7f10383.js"
584
- ],
585
- "/admin/register/page": [
586
- "static/chunks/webpack-877dbed209166e77.js",
587
- "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
588
- "static/chunks/1255-dfb5f8d642ae4426.js",
589
- "static/chunks/main-app-6796e1116c8e92de.js",
590
- "static/chunks/176-34e89399a26899a1.js",
591
- "static/chunks/5794-5775a6cba067d4b3.js",
592
- "static/chunks/app/admin/register/page-e82309aa54d1179f.js"
593
  ],
594
- "/admin/workspaces/page": [
595
- "static/chunks/webpack-877dbed209166e77.js",
596
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
597
  "static/chunks/1255-dfb5f8d642ae4426.js",
598
  "static/chunks/main-app-6796e1116c8e92de.js",
599
  "static/chunks/06bf0ff1-3732841f0f86d47e.js",
600
  "static/chunks/14258b02-ed7689e3556981a7.js",
601
  "static/chunks/ad2866b8-e13a3cf75ccf0eb8.js",
602
- "static/chunks/8001-ab2328d010d9575c.js",
603
  "static/chunks/176-34e89399a26899a1.js",
604
- "static/chunks/1638-9f12a086456f3362.js",
605
  "static/chunks/7389-d064efe9587fa357.js",
606
  "static/chunks/8941-5f6f2bbd260a64ae.js",
607
  "static/chunks/7625-3e99f3a22fc35ba0.js",
608
- "static/chunks/7483-61c49a2b0ab708d3.js",
609
  "static/chunks/4735-317a40903cee3927.js",
610
  "static/chunks/8784-a70de7155a979c5e.js",
611
  "static/chunks/536-59fd9fbb0b0a321e.js",
612
- "static/chunks/7714-9d63785ec81e1efe.js",
613
- "static/chunks/2133-7b64eac0902cb1d5.js",
614
- "static/chunks/app/admin/workspaces/page-92597a9276ef2505.js"
615
  ],
616
- "/w/[workspaceId]/deployments/page": [
617
- "static/chunks/webpack-877dbed209166e77.js",
618
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
619
  "static/chunks/1255-dfb5f8d642ae4426.js",
620
  "static/chunks/main-app-6796e1116c8e92de.js",
621
  "static/chunks/06bf0ff1-3732841f0f86d47e.js",
622
  "static/chunks/14258b02-ed7689e3556981a7.js",
623
  "static/chunks/ad2866b8-e13a3cf75ccf0eb8.js",
624
- "static/chunks/8001-ab2328d010d9575c.js",
625
  "static/chunks/176-34e89399a26899a1.js",
626
- "static/chunks/1638-9f12a086456f3362.js",
627
  "static/chunks/7389-d064efe9587fa357.js",
628
  "static/chunks/8941-5f6f2bbd260a64ae.js",
629
  "static/chunks/7625-3e99f3a22fc35ba0.js",
630
- "static/chunks/7483-61c49a2b0ab708d3.js",
631
  "static/chunks/4735-317a40903cee3927.js",
632
  "static/chunks/8784-a70de7155a979c5e.js",
633
  "static/chunks/536-59fd9fbb0b0a321e.js",
634
- "static/chunks/7714-9d63785ec81e1efe.js",
635
- "static/chunks/2133-7b64eac0902cb1d5.js",
636
- "static/chunks/app/w/[workspaceId]/deployments/page-92597a9276ef2505.js"
637
  ],
638
- "/w/[workspaceId]/docs/page": [
639
- "static/chunks/webpack-877dbed209166e77.js",
640
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
641
  "static/chunks/1255-dfb5f8d642ae4426.js",
642
  "static/chunks/main-app-6796e1116c8e92de.js",
643
  "static/chunks/06bf0ff1-3732841f0f86d47e.js",
644
  "static/chunks/14258b02-ed7689e3556981a7.js",
645
  "static/chunks/ad2866b8-e13a3cf75ccf0eb8.js",
646
- "static/chunks/8001-ab2328d010d9575c.js",
647
  "static/chunks/176-34e89399a26899a1.js",
648
- "static/chunks/1638-9f12a086456f3362.js",
649
  "static/chunks/7389-d064efe9587fa357.js",
650
  "static/chunks/8941-5f6f2bbd260a64ae.js",
651
  "static/chunks/7625-3e99f3a22fc35ba0.js",
652
- "static/chunks/7483-61c49a2b0ab708d3.js",
653
  "static/chunks/4735-317a40903cee3927.js",
654
  "static/chunks/8784-a70de7155a979c5e.js",
655
  "static/chunks/536-59fd9fbb0b0a321e.js",
656
- "static/chunks/7714-9d63785ec81e1efe.js",
657
- "static/chunks/2133-7b64eac0902cb1d5.js",
658
- "static/chunks/app/w/[workspaceId]/docs/page-92597a9276ef2505.js"
659
  ],
660
  "/test-generation/page": [
661
- "static/chunks/webpack-877dbed209166e77.js",
662
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
663
  "static/chunks/1255-dfb5f8d642ae4426.js",
664
  "static/chunks/main-app-6796e1116c8e92de.js",
665
  "static/chunks/14258b02-ed7689e3556981a7.js",
666
- "static/chunks/8001-ab2328d010d9575c.js",
667
- "static/chunks/1638-9f12a086456f3362.js",
668
  "static/chunks/7625-3e99f3a22fc35ba0.js",
669
- "static/chunks/7483-61c49a2b0ab708d3.js",
670
- "static/chunks/app/test-generation/page-2150779f77cebe9e.js"
671
  ],
672
- "/w/[workspaceId]/dashboard/page": [
673
- "static/chunks/webpack-877dbed209166e77.js",
674
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
675
  "static/chunks/1255-dfb5f8d642ae4426.js",
676
  "static/chunks/main-app-6796e1116c8e92de.js",
677
  "static/chunks/06bf0ff1-3732841f0f86d47e.js",
678
  "static/chunks/14258b02-ed7689e3556981a7.js",
679
  "static/chunks/ad2866b8-e13a3cf75ccf0eb8.js",
680
- "static/chunks/8001-ab2328d010d9575c.js",
681
  "static/chunks/176-34e89399a26899a1.js",
682
- "static/chunks/1638-9f12a086456f3362.js",
683
  "static/chunks/7389-d064efe9587fa357.js",
684
  "static/chunks/8941-5f6f2bbd260a64ae.js",
685
  "static/chunks/7625-3e99f3a22fc35ba0.js",
686
- "static/chunks/7483-61c49a2b0ab708d3.js",
687
  "static/chunks/4735-317a40903cee3927.js",
688
  "static/chunks/8784-a70de7155a979c5e.js",
689
  "static/chunks/536-59fd9fbb0b0a321e.js",
690
- "static/chunks/7714-9d63785ec81e1efe.js",
691
- "static/chunks/2133-7b64eac0902cb1d5.js",
692
- "static/chunks/app/w/[workspaceId]/dashboard/page-92597a9276ef2505.js"
693
- ],
694
- "/w/[workspaceId]/page": [
695
- "static/chunks/webpack-877dbed209166e77.js",
696
- "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
697
- "static/chunks/1255-dfb5f8d642ae4426.js",
698
- "static/chunks/main-app-6796e1116c8e92de.js",
699
- "static/chunks/app/w/[workspaceId]/page-c17a839de63b9c3b.js"
700
  ],
701
- "/page": [
702
- "static/chunks/webpack-877dbed209166e77.js",
703
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
704
  "static/chunks/1255-dfb5f8d642ae4426.js",
705
  "static/chunks/main-app-6796e1116c8e92de.js",
706
  "static/chunks/06bf0ff1-3732841f0f86d47e.js",
707
  "static/chunks/14258b02-ed7689e3556981a7.js",
708
  "static/chunks/ad2866b8-e13a3cf75ccf0eb8.js",
709
- "static/chunks/8001-ab2328d010d9575c.js",
710
  "static/chunks/176-34e89399a26899a1.js",
711
- "static/chunks/1638-9f12a086456f3362.js",
712
  "static/chunks/7389-d064efe9587fa357.js",
713
  "static/chunks/8941-5f6f2bbd260a64ae.js",
714
  "static/chunks/7625-3e99f3a22fc35ba0.js",
715
- "static/chunks/7483-61c49a2b0ab708d3.js",
716
  "static/chunks/4735-317a40903cee3927.js",
717
  "static/chunks/8784-a70de7155a979c5e.js",
718
  "static/chunks/536-59fd9fbb0b0a321e.js",
719
- "static/chunks/7714-9d63785ec81e1efe.js",
720
- "static/chunks/2133-7b64eac0902cb1d5.js",
721
- "static/chunks/app/page-0354c2adb620070f.js"
722
  ],
723
  "/w/[workspaceId]/skills/page": [
724
- "static/chunks/webpack-877dbed209166e77.js",
725
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
726
  "static/chunks/1255-dfb5f8d642ae4426.js",
727
  "static/chunks/main-app-6796e1116c8e92de.js",
728
  "static/chunks/06bf0ff1-3732841f0f86d47e.js",
729
  "static/chunks/14258b02-ed7689e3556981a7.js",
730
  "static/chunks/ad2866b8-e13a3cf75ccf0eb8.js",
731
- "static/chunks/8001-ab2328d010d9575c.js",
732
  "static/chunks/176-34e89399a26899a1.js",
733
- "static/chunks/1638-9f12a086456f3362.js",
734
  "static/chunks/7389-d064efe9587fa357.js",
735
  "static/chunks/8941-5f6f2bbd260a64ae.js",
736
  "static/chunks/7625-3e99f3a22fc35ba0.js",
737
- "static/chunks/7483-61c49a2b0ab708d3.js",
738
  "static/chunks/4735-317a40903cee3927.js",
739
  "static/chunks/8784-a70de7155a979c5e.js",
740
  "static/chunks/536-59fd9fbb0b0a321e.js",
741
- "static/chunks/7714-9d63785ec81e1efe.js",
742
- "static/chunks/2133-7b64eac0902cb1d5.js",
743
- "static/chunks/app/w/[workspaceId]/skills/page-92597a9276ef2505.js"
744
  ],
745
- "/w/[workspaceId]/settings/page": [
746
- "static/chunks/webpack-877dbed209166e77.js",
 
 
 
 
 
 
 
747
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
748
  "static/chunks/1255-dfb5f8d642ae4426.js",
749
  "static/chunks/main-app-6796e1116c8e92de.js",
750
  "static/chunks/06bf0ff1-3732841f0f86d47e.js",
751
  "static/chunks/14258b02-ed7689e3556981a7.js",
752
  "static/chunks/ad2866b8-e13a3cf75ccf0eb8.js",
753
- "static/chunks/8001-ab2328d010d9575c.js",
754
  "static/chunks/176-34e89399a26899a1.js",
755
- "static/chunks/1638-9f12a086456f3362.js",
756
  "static/chunks/7389-d064efe9587fa357.js",
757
  "static/chunks/8941-5f6f2bbd260a64ae.js",
758
  "static/chunks/7625-3e99f3a22fc35ba0.js",
759
- "static/chunks/7483-61c49a2b0ab708d3.js",
760
  "static/chunks/4735-317a40903cee3927.js",
761
  "static/chunks/8784-a70de7155a979c5e.js",
762
  "static/chunks/536-59fd9fbb0b0a321e.js",
763
- "static/chunks/7714-9d63785ec81e1efe.js",
764
- "static/chunks/2133-7b64eac0902cb1d5.js",
765
- "static/chunks/app/w/[workspaceId]/settings/page-92597a9276ef2505.js"
766
  ],
767
  "/w/[workspaceId]/projects/page": [
768
- "static/chunks/webpack-877dbed209166e77.js",
769
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
770
  "static/chunks/1255-dfb5f8d642ae4426.js",
771
  "static/chunks/main-app-6796e1116c8e92de.js",
772
  "static/chunks/06bf0ff1-3732841f0f86d47e.js",
773
  "static/chunks/14258b02-ed7689e3556981a7.js",
774
  "static/chunks/ad2866b8-e13a3cf75ccf0eb8.js",
775
- "static/chunks/8001-ab2328d010d9575c.js",
776
  "static/chunks/176-34e89399a26899a1.js",
777
- "static/chunks/1638-9f12a086456f3362.js",
778
  "static/chunks/7389-d064efe9587fa357.js",
779
  "static/chunks/8941-5f6f2bbd260a64ae.js",
780
  "static/chunks/7625-3e99f3a22fc35ba0.js",
781
- "static/chunks/7483-61c49a2b0ab708d3.js",
782
  "static/chunks/4735-317a40903cee3927.js",
783
  "static/chunks/8784-a70de7155a979c5e.js",
784
  "static/chunks/536-59fd9fbb0b0a321e.js",
785
- "static/chunks/7714-9d63785ec81e1efe.js",
786
- "static/chunks/2133-7b64eac0902cb1d5.js",
787
- "static/chunks/app/w/[workspaceId]/projects/page-ff4002958d7fe2b3.js"
788
  ],
789
- "/w/[workspaceId]/templates/page": [
790
- "static/chunks/webpack-877dbed209166e77.js",
791
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
792
  "static/chunks/1255-dfb5f8d642ae4426.js",
793
  "static/chunks/main-app-6796e1116c8e92de.js",
794
  "static/chunks/06bf0ff1-3732841f0f86d47e.js",
795
  "static/chunks/14258b02-ed7689e3556981a7.js",
796
  "static/chunks/ad2866b8-e13a3cf75ccf0eb8.js",
797
- "static/chunks/8001-ab2328d010d9575c.js",
798
  "static/chunks/176-34e89399a26899a1.js",
799
- "static/chunks/1638-9f12a086456f3362.js",
800
  "static/chunks/7389-d064efe9587fa357.js",
801
  "static/chunks/8941-5f6f2bbd260a64ae.js",
802
  "static/chunks/7625-3e99f3a22fc35ba0.js",
803
- "static/chunks/7483-61c49a2b0ab708d3.js",
804
  "static/chunks/4735-317a40903cee3927.js",
805
  "static/chunks/8784-a70de7155a979c5e.js",
806
  "static/chunks/536-59fd9fbb0b0a321e.js",
807
- "static/chunks/7714-9d63785ec81e1efe.js",
808
- "static/chunks/2133-7b64eac0902cb1d5.js",
809
- "static/chunks/app/w/[workspaceId]/templates/page-92597a9276ef2505.js"
810
  ]
811
  }
812
  }
 
1
  {
2
  "pages": {
3
  "/_not-found/page": [
4
+ "static/chunks/webpack-809e7d6fd4e0142c.js",
5
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
6
  "static/chunks/1255-dfb5f8d642ae4426.js",
7
  "static/chunks/main-app-6796e1116c8e92de.js",
8
  "static/chunks/app/_not-found/page-456a9067b36694a4.js"
9
  ],
10
  "/layout": [
11
+ "static/chunks/webpack-809e7d6fd4e0142c.js",
12
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
13
  "static/chunks/1255-dfb5f8d642ae4426.js",
14
  "static/chunks/main-app-6796e1116c8e92de.js",
15
  "static/css/82f4473c79d5d55a.css",
16
  "static/css/1138060002beec9e.css",
17
+ "static/chunks/8720-6c3c0c904bca3f2e.js",
18
+ "static/chunks/4156-321b7a8c31fe95b6.js",
19
  "static/chunks/7625-3e99f3a22fc35ba0.js",
20
+ "static/chunks/app/layout-e6b6991471e946a3.js"
21
  ],
22
  "/api/admin/sessions/route": [
23
+ "static/chunks/webpack-809e7d6fd4e0142c.js",
24
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
25
  "static/chunks/1255-dfb5f8d642ae4426.js",
26
  "static/chunks/main-app-6796e1116c8e92de.js",
27
+ "static/chunks/app/api/admin/sessions/route-7b0960c4e726c0b4.js"
28
  ],
29
+ "/api/admin/users/[id]/route": [
30
+ "static/chunks/webpack-809e7d6fd4e0142c.js",
31
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
32
  "static/chunks/1255-dfb5f8d642ae4426.js",
33
  "static/chunks/main-app-6796e1116c8e92de.js",
34
+ "static/chunks/app/api/admin/users/[id]/route-7b0960c4e726c0b4.js"
35
  ],
36
+ "/api/admin/users/route": [
37
+ "static/chunks/webpack-809e7d6fd4e0142c.js",
38
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
39
  "static/chunks/1255-dfb5f8d642ae4426.js",
40
  "static/chunks/main-app-6796e1116c8e92de.js",
41
+ "static/chunks/app/api/admin/users/route-7b0960c4e726c0b4.js"
42
  ],
43
  "/api/admin/workspaces/[id]/repair/route": [
44
+ "static/chunks/webpack-809e7d6fd4e0142c.js",
45
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
46
  "static/chunks/1255-dfb5f8d642ae4426.js",
47
  "static/chunks/main-app-6796e1116c8e92de.js",
48
+ "static/chunks/app/api/admin/workspaces/[id]/repair/route-7b0960c4e726c0b4.js"
49
  ],
50
+ "/api/admin/workspaces/[id]/access/route": [
51
+ "static/chunks/webpack-809e7d6fd4e0142c.js",
52
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
53
  "static/chunks/1255-dfb5f8d642ae4426.js",
54
  "static/chunks/main-app-6796e1116c8e92de.js",
55
+ "static/chunks/app/api/admin/workspaces/[id]/access/route-7b0960c4e726c0b4.js"
56
  ],
57
+ "/api/admin/workspaces/[id]/route": [
58
+ "static/chunks/webpack-809e7d6fd4e0142c.js",
59
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
60
  "static/chunks/1255-dfb5f8d642ae4426.js",
61
  "static/chunks/main-app-6796e1116c8e92de.js",
62
+ "static/chunks/app/api/admin/workspaces/[id]/route-7b0960c4e726c0b4.js"
63
  ],
64
  "/api/analytics/[deploymentId]/clear/route": [
65
+ "static/chunks/webpack-809e7d6fd4e0142c.js",
66
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
67
  "static/chunks/1255-dfb5f8d642ae4426.js",
68
  "static/chunks/main-app-6796e1116c8e92de.js",
69
+ "static/chunks/app/api/analytics/[deploymentId]/clear/route-7b0960c4e726c0b4.js"
70
  ],
71
+ "/api/analytics/[deploymentId]/export/route": [
72
+ "static/chunks/webpack-809e7d6fd4e0142c.js",
73
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
74
  "static/chunks/1255-dfb5f8d642ae4426.js",
75
  "static/chunks/main-app-6796e1116c8e92de.js",
76
+ "static/chunks/app/api/analytics/[deploymentId]/export/route-7b0960c4e726c0b4.js"
77
  ],
78
+ "/api/admin/workspaces/route": [
79
+ "static/chunks/webpack-809e7d6fd4e0142c.js",
80
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
81
  "static/chunks/1255-dfb5f8d642ae4426.js",
82
  "static/chunks/main-app-6796e1116c8e92de.js",
83
+ "static/chunks/app/api/admin/workspaces/route-7b0960c4e726c0b4.js"
84
  ],
85
  "/api/analytics/[deploymentId]/overview/route": [
86
+ "static/chunks/webpack-809e7d6fd4e0142c.js",
87
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
88
  "static/chunks/1255-dfb5f8d642ae4426.js",
89
  "static/chunks/main-app-6796e1116c8e92de.js",
90
+ "static/chunks/app/api/analytics/[deploymentId]/overview/route-7b0960c4e726c0b4.js"
91
  ],
92
+ "/api/analytics/[deploymentId]/engagement/route": [
93
+ "static/chunks/webpack-809e7d6fd4e0142c.js",
94
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
95
  "static/chunks/1255-dfb5f8d642ae4426.js",
96
  "static/chunks/main-app-6796e1116c8e92de.js",
97
+ "static/chunks/app/api/analytics/[deploymentId]/engagement/route-7b0960c4e726c0b4.js"
98
  ],
99
+ "/api/analytics/[deploymentId]/sessions/route": [
100
+ "static/chunks/webpack-809e7d6fd4e0142c.js",
101
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
102
  "static/chunks/1255-dfb5f8d642ae4426.js",
103
  "static/chunks/main-app-6796e1116c8e92de.js",
104
+ "static/chunks/app/api/analytics/[deploymentId]/sessions/route-7b0960c4e726c0b4.js"
105
  ],
106
+ "/api/analytics/[deploymentId]/storage/route": [
107
+ "static/chunks/webpack-809e7d6fd4e0142c.js",
108
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
109
  "static/chunks/1255-dfb5f8d642ae4426.js",
110
  "static/chunks/main-app-6796e1116c8e92de.js",
111
+ "static/chunks/app/api/analytics/[deploymentId]/storage/route-7b0960c4e726c0b4.js"
112
  ],
113
+ "/api/analytics/[deploymentId]/heatmap/route": [
114
+ "static/chunks/webpack-809e7d6fd4e0142c.js",
115
+ "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
116
+ "static/chunks/1255-dfb5f8d642ae4426.js",
117
+ "static/chunks/main-app-6796e1116c8e92de.js",
118
+ "static/chunks/app/api/analytics/[deploymentId]/heatmap/route-7b0960c4e726c0b4.js"
119
+ ],
120
+ "/api/auth/check/route": [
121
+ "static/chunks/webpack-809e7d6fd4e0142c.js",
122
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
123
  "static/chunks/1255-dfb5f8d642ae4426.js",
124
  "static/chunks/main-app-6796e1116c8e92de.js",
125
+ "static/chunks/app/api/auth/check/route-7b0960c4e726c0b4.js"
126
  ],
127
  "/api/analytics/interaction/route": [
128
+ "static/chunks/webpack-809e7d6fd4e0142c.js",
129
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
130
  "static/chunks/1255-dfb5f8d642ae4426.js",
131
  "static/chunks/main-app-6796e1116c8e92de.js",
132
+ "static/chunks/app/api/analytics/interaction/route-7b0960c4e726c0b4.js"
133
  ],
134
+ "/api/auth/codex/disconnect/route": [
135
+ "static/chunks/webpack-809e7d6fd4e0142c.js",
136
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
137
  "static/chunks/1255-dfb5f8d642ae4426.js",
138
  "static/chunks/main-app-6796e1116c8e92de.js",
139
+ "static/chunks/app/api/auth/codex/disconnect/route-7b0960c4e726c0b4.js"
140
  ],
141
  "/api/analytics/track/route": [
142
+ "static/chunks/webpack-809e7d6fd4e0142c.js",
143
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
144
  "static/chunks/1255-dfb5f8d642ae4426.js",
145
  "static/chunks/main-app-6796e1116c8e92de.js",
146
+ "static/chunks/app/api/analytics/track/route-7b0960c4e726c0b4.js"
147
  ],
148
  "/api/auth/codex/connect/route": [
149
+ "static/chunks/webpack-809e7d6fd4e0142c.js",
150
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
151
  "static/chunks/1255-dfb5f8d642ae4426.js",
152
  "static/chunks/main-app-6796e1116c8e92de.js",
153
+ "static/chunks/app/api/auth/codex/connect/route-7b0960c4e726c0b4.js"
154
  ],
155
+ "/api/auth/codex/token/route": [
156
+ "static/chunks/webpack-809e7d6fd4e0142c.js",
157
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
158
  "static/chunks/1255-dfb5f8d642ae4426.js",
159
  "static/chunks/main-app-6796e1116c8e92de.js",
160
+ "static/chunks/app/api/auth/codex/token/route-7b0960c4e726c0b4.js"
161
+ ],
162
+ "/api/auth/hf/capabilities/route": [
163
+ "static/chunks/webpack-809e7d6fd4e0142c.js",
164
+ "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
165
+ "static/chunks/1255-dfb5f8d642ae4426.js",
166
+ "static/chunks/main-app-6796e1116c8e92de.js",
167
+ "static/chunks/app/api/auth/hf/capabilities/route-7b0960c4e726c0b4.js"
168
  ],
169
  "/api/auth/desktop-init/route": [
170
+ "static/chunks/webpack-809e7d6fd4e0142c.js",
171
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
172
  "static/chunks/1255-dfb5f8d642ae4426.js",
173
  "static/chunks/main-app-6796e1116c8e92de.js",
174
+ "static/chunks/app/api/auth/desktop-init/route-7b0960c4e726c0b4.js"
175
  ],
176
+ "/api/auth/handoff/route": [
177
+ "static/chunks/webpack-809e7d6fd4e0142c.js",
178
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
179
  "static/chunks/1255-dfb5f8d642ae4426.js",
180
  "static/chunks/main-app-6796e1116c8e92de.js",
181
+ "static/chunks/app/api/auth/handoff/route-7b0960c4e726c0b4.js"
182
  ],
183
+ "/api/analytics/[deploymentId]/route": [
184
+ "static/chunks/webpack-809e7d6fd4e0142c.js",
185
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
186
  "static/chunks/1255-dfb5f8d642ae4426.js",
187
  "static/chunks/main-app-6796e1116c8e92de.js",
188
+ "static/chunks/app/api/analytics/[deploymentId]/route-7b0960c4e726c0b4.js"
189
  ],
190
+ "/api/auth/codex/status/route": [
191
+ "static/chunks/webpack-809e7d6fd4e0142c.js",
192
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
193
  "static/chunks/1255-dfb5f8d642ae4426.js",
194
  "static/chunks/main-app-6796e1116c8e92de.js",
195
+ "static/chunks/app/api/auth/codex/status/route-7b0960c4e726c0b4.js"
196
  ],
197
+ "/api/auth/login/route": [
198
+ "static/chunks/webpack-809e7d6fd4e0142c.js",
199
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
200
  "static/chunks/1255-dfb5f8d642ae4426.js",
201
  "static/chunks/main-app-6796e1116c8e92de.js",
202
+ "static/chunks/app/api/auth/login/route-7b0960c4e726c0b4.js"
203
  ],
204
+ "/api/auth/me/route": [
205
+ "static/chunks/webpack-809e7d6fd4e0142c.js",
206
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
207
  "static/chunks/1255-dfb5f8d642ae4426.js",
208
  "static/chunks/main-app-6796e1116c8e92de.js",
209
+ "static/chunks/app/api/auth/me/route-7b0960c4e726c0b4.js"
210
  ],
211
+ "/api/auth/setup-status/route": [
212
+ "static/chunks/webpack-809e7d6fd4e0142c.js",
213
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
214
  "static/chunks/1255-dfb5f8d642ae4426.js",
215
  "static/chunks/main-app-6796e1116c8e92de.js",
216
+ "static/chunks/app/api/auth/setup-status/route-7b0960c4e726c0b4.js"
217
  ],
218
+ "/api/auth/logout/route": [
219
+ "static/chunks/webpack-809e7d6fd4e0142c.js",
220
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
221
  "static/chunks/1255-dfb5f8d642ae4426.js",
222
  "static/chunks/main-app-6796e1116c8e92de.js",
223
+ "static/chunks/app/api/auth/logout/route-7b0960c4e726c0b4.js"
224
+ ],
225
+ "/api/docs/[...path]/route": [
226
+ "static/chunks/webpack-809e7d6fd4e0142c.js",
227
+ "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
228
+ "static/chunks/1255-dfb5f8d642ae4426.js",
229
+ "static/chunks/main-app-6796e1116c8e92de.js",
230
+ "static/chunks/app/api/docs/[...path]/route-7b0960c4e726c0b4.js"
231
  ],
232
  "/api/auth/register/route": [
233
+ "static/chunks/webpack-809e7d6fd4e0142c.js",
234
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
235
  "static/chunks/1255-dfb5f8d642ae4426.js",
236
  "static/chunks/main-app-6796e1116c8e92de.js",
237
+ "static/chunks/app/api/auth/register/route-7b0960c4e726c0b4.js"
238
  ],
239
+ "/api/models/route": [
240
+ "static/chunks/webpack-809e7d6fd4e0142c.js",
241
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
242
  "static/chunks/1255-dfb5f8d642ae4426.js",
243
  "static/chunks/main-app-6796e1116c8e92de.js",
244
+ "static/chunks/app/api/models/route-7b0960c4e726c0b4.js"
245
  ],
246
+ "/api/server-generate/cancel/route": [
247
+ "static/chunks/webpack-809e7d6fd4e0142c.js",
248
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
249
  "static/chunks/1255-dfb5f8d642ae4426.js",
250
  "static/chunks/main-app-6796e1116c8e92de.js",
251
+ "static/chunks/app/api/server-generate/cancel/route-7b0960c4e726c0b4.js"
252
  ],
253
+ "/api/generate/route": [
254
+ "static/chunks/webpack-809e7d6fd4e0142c.js",
255
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
256
  "static/chunks/1255-dfb5f8d642ae4426.js",
257
  "static/chunks/main-app-6796e1116c8e92de.js",
258
+ "static/chunks/app/api/generate/route-7b0960c4e726c0b4.js"
259
  ],
260
+ "/api/server-generate/events/route": [
261
+ "static/chunks/webpack-809e7d6fd4e0142c.js",
262
+ "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
263
+ "static/chunks/1255-dfb5f8d642ae4426.js",
264
+ "static/chunks/main-app-6796e1116c8e92de.js",
265
+ "static/chunks/app/api/server-generate/events/route-7b0960c4e726c0b4.js"
266
+ ],
267
+ "/api/server-generate/files/route": [
268
+ "static/chunks/webpack-809e7d6fd4e0142c.js",
269
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
270
  "static/chunks/1255-dfb5f8d642ae4426.js",
271
  "static/chunks/main-app-6796e1116c8e92de.js",
272
+ "static/chunks/8720-6c3c0c904bca3f2e.js",
273
+ "static/chunks/app/api/server-generate/files/route-6037a8428b14447f.js"
274
+ ],
275
+ "/api/server-generate/build-result/route": [
276
+ "static/chunks/webpack-809e7d6fd4e0142c.js",
277
+ "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
278
+ "static/chunks/1255-dfb5f8d642ae4426.js",
279
+ "static/chunks/main-app-6796e1116c8e92de.js",
280
+ "static/chunks/app/api/server-generate/build-result/route-7b0960c4e726c0b4.js"
281
+ ],
282
+ "/api/server-generate/pause/route": [
283
+ "static/chunks/webpack-809e7d6fd4e0142c.js",
284
+ "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
285
+ "static/chunks/1255-dfb5f8d642ae4426.js",
286
+ "static/chunks/main-app-6796e1116c8e92de.js",
287
+ "static/chunks/app/api/server-generate/pause/route-7b0960c4e726c0b4.js"
288
  ],
289
  "/api/validate-key/route": [
290
+ "static/chunks/webpack-809e7d6fd4e0142c.js",
291
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
292
  "static/chunks/1255-dfb5f8d642ae4426.js",
293
  "static/chunks/main-app-6796e1116c8e92de.js",
294
+ "static/chunks/app/api/validate-key/route-7b0960c4e726c0b4.js"
295
  ],
296
+ "/api/server-generate/resume/route": [
297
+ "static/chunks/webpack-809e7d6fd4e0142c.js",
298
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
299
  "static/chunks/1255-dfb5f8d642ae4426.js",
300
  "static/chunks/main-app-6796e1116c8e92de.js",
301
+ "static/chunks/app/api/server-generate/resume/route-7b0960c4e726c0b4.js"
302
  ],
303
+ "/api/server-generate/status/route": [
304
+ "static/chunks/webpack-809e7d6fd4e0142c.js",
305
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
306
  "static/chunks/1255-dfb5f8d642ae4426.js",
307
  "static/chunks/main-app-6796e1116c8e92de.js",
308
+ "static/chunks/app/api/server-generate/status/route-7b0960c4e726c0b4.js"
309
  ],
310
+ "/api/w/[workspaceId]/admin/deployments/[id]/database/logs/route": [
311
+ "static/chunks/webpack-809e7d6fd4e0142c.js",
312
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
313
  "static/chunks/1255-dfb5f8d642ae4426.js",
314
  "static/chunks/main-app-6796e1116c8e92de.js",
315
+ "static/chunks/app/api/w/[workspaceId]/admin/deployments/[id]/database/logs/route-7b0960c4e726c0b4.js"
316
  ],
317
+ "/api/w/[workspaceId]/admin/deployments/[id]/database/query/route": [
318
+ "static/chunks/webpack-809e7d6fd4e0142c.js",
319
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
320
  "static/chunks/1255-dfb5f8d642ae4426.js",
321
  "static/chunks/main-app-6796e1116c8e92de.js",
322
+ "static/chunks/app/api/w/[workspaceId]/admin/deployments/[id]/database/query/route-7b0960c4e726c0b4.js"
323
  ],
324
+ "/api/w/[workspaceId]/admin/deployments/[id]/functions/[functionId]/logs/route": [
325
+ "static/chunks/webpack-809e7d6fd4e0142c.js",
326
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
327
  "static/chunks/1255-dfb5f8d642ae4426.js",
328
  "static/chunks/main-app-6796e1116c8e92de.js",
329
+ "static/chunks/app/api/w/[workspaceId]/admin/deployments/[id]/functions/[functionId]/logs/route-7b0960c4e726c0b4.js"
330
  ],
331
+ "/api/server-generate/route": [
332
+ "static/chunks/webpack-809e7d6fd4e0142c.js",
333
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
334
  "static/chunks/1255-dfb5f8d642ae4426.js",
335
  "static/chunks/main-app-6796e1116c8e92de.js",
336
+ "static/chunks/8720-6c3c0c904bca3f2e.js",
337
+ "static/chunks/app/api/server-generate/route-5c487079bec5494e.js"
338
  ],
339
+ "/api/w/[workspaceId]/admin/deployments/[id]/functions/[functionId]/route": [
340
+ "static/chunks/webpack-809e7d6fd4e0142c.js",
341
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
342
  "static/chunks/1255-dfb5f8d642ae4426.js",
343
  "static/chunks/main-app-6796e1116c8e92de.js",
344
+ "static/chunks/app/api/w/[workspaceId]/admin/deployments/[id]/functions/[functionId]/route-7b0960c4e726c0b4.js"
345
  ],
346
  "/api/w/[workspaceId]/admin/deployments/[id]/provision/route": [
347
+ "static/chunks/webpack-809e7d6fd4e0142c.js",
348
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
349
  "static/chunks/1255-dfb5f8d642ae4426.js",
350
  "static/chunks/main-app-6796e1116c8e92de.js",
351
+ "static/chunks/app/api/w/[workspaceId]/admin/deployments/[id]/provision/route-7b0960c4e726c0b4.js"
352
  ],
353
+ "/api/w/[workspaceId]/admin/deployments/[id]/secrets/[secretId]/route": [
354
+ "static/chunks/webpack-809e7d6fd4e0142c.js",
355
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
356
  "static/chunks/1255-dfb5f8d642ae4426.js",
357
  "static/chunks/main-app-6796e1116c8e92de.js",
358
+ "static/chunks/app/api/w/[workspaceId]/admin/deployments/[id]/secrets/[secretId]/route-7b0960c4e726c0b4.js"
359
  ],
360
+ "/api/w/[workspaceId]/admin/deployments/[id]/scheduled-functions/route": [
361
+ "static/chunks/webpack-809e7d6fd4e0142c.js",
362
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
363
  "static/chunks/1255-dfb5f8d642ae4426.js",
364
  "static/chunks/main-app-6796e1116c8e92de.js",
365
+ "static/chunks/app/api/w/[workspaceId]/admin/deployments/[id]/scheduled-functions/route-7b0960c4e726c0b4.js"
366
  ],
367
  "/api/w/[workspaceId]/admin/deployments/[id]/secrets/route": [
368
+ "static/chunks/webpack-809e7d6fd4e0142c.js",
369
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
370
  "static/chunks/1255-dfb5f8d642ae4426.js",
371
  "static/chunks/main-app-6796e1116c8e92de.js",
372
+ "static/chunks/app/api/w/[workspaceId]/admin/deployments/[id]/secrets/route-7b0960c4e726c0b4.js"
373
  ],
374
+ "/api/w/[workspaceId]/admin/deployments/[id]/scheduled-functions/[scheduledFunctionId]/route": [
375
+ "static/chunks/webpack-809e7d6fd4e0142c.js",
376
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
377
  "static/chunks/1255-dfb5f8d642ae4426.js",
378
  "static/chunks/main-app-6796e1116c8e92de.js",
379
+ "static/chunks/app/api/w/[workspaceId]/admin/deployments/[id]/scheduled-functions/[scheduledFunctionId]/route-7b0960c4e726c0b4.js"
380
  ],
381
+ "/api/w/[workspaceId]/admin/deployments/[id]/server-context/mutate/route": [
382
+ "static/chunks/webpack-809e7d6fd4e0142c.js",
383
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
384
  "static/chunks/1255-dfb5f8d642ae4426.js",
385
  "static/chunks/main-app-6796e1116c8e92de.js",
386
+ "static/chunks/app/api/w/[workspaceId]/admin/deployments/[id]/server-context/mutate/route-7b0960c4e726c0b4.js"
387
  ],
388
+ "/api/w/[workspaceId]/admin/deployments/[id]/database/schema/route": [
389
+ "static/chunks/webpack-809e7d6fd4e0142c.js",
390
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
391
  "static/chunks/1255-dfb5f8d642ae4426.js",
392
  "static/chunks/main-app-6796e1116c8e92de.js",
393
+ "static/chunks/app/api/w/[workspaceId]/admin/deployments/[id]/database/schema/route-7b0960c4e726c0b4.js"
394
  ],
395
  "/api/w/[workspaceId]/admin/run-migrations/route": [
396
+ "static/chunks/webpack-809e7d6fd4e0142c.js",
397
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
398
  "static/chunks/1255-dfb5f8d642ae4426.js",
399
  "static/chunks/main-app-6796e1116c8e92de.js",
400
+ "static/chunks/app/api/w/[workspaceId]/admin/run-migrations/route-7b0960c4e726c0b4.js"
401
  ],
402
+ "/api/w/[workspaceId]/admin/deployments/[id]/functions/route": [
403
+ "static/chunks/webpack-809e7d6fd4e0142c.js",
404
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
405
  "static/chunks/1255-dfb5f8d642ae4426.js",
406
  "static/chunks/main-app-6796e1116c8e92de.js",
407
+ "static/chunks/app/api/w/[workspaceId]/admin/deployments/[id]/functions/route-7b0960c4e726c0b4.js"
408
  ],
409
+ "/api/w/[workspaceId]/admin/deployments/[id]/server-functions/route": [
410
+ "static/chunks/webpack-809e7d6fd4e0142c.js",
411
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
412
  "static/chunks/1255-dfb5f8d642ae4426.js",
413
  "static/chunks/main-app-6796e1116c8e92de.js",
414
+ "static/chunks/app/api/w/[workspaceId]/admin/deployments/[id]/server-functions/route-7b0960c4e726c0b4.js"
415
  ],
416
+ "/api/w/[workspaceId]/deployments/[id]/publish/route": [
417
+ "static/chunks/webpack-809e7d6fd4e0142c.js",
418
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
419
  "static/chunks/1255-dfb5f8d642ae4426.js",
420
  "static/chunks/main-app-6796e1116c8e92de.js",
421
+ "static/chunks/app/api/w/[workspaceId]/deployments/[id]/publish/route-7b0960c4e726c0b4.js"
422
  ],
423
+ "/api/w/[workspaceId]/deployments/[id]/thumbnail/route": [
424
+ "static/chunks/webpack-809e7d6fd4e0142c.js",
425
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
426
  "static/chunks/1255-dfb5f8d642ae4426.js",
427
  "static/chunks/main-app-6796e1116c8e92de.js",
428
+ "static/chunks/app/api/w/[workspaceId]/deployments/[id]/thumbnail/route-7b0960c4e726c0b4.js"
429
+ ],
430
+ "/api/w/[workspaceId]/deployments/[id]/route": [
431
+ "static/chunks/webpack-809e7d6fd4e0142c.js",
432
+ "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
433
+ "static/chunks/1255-dfb5f8d642ae4426.js",
434
+ "static/chunks/main-app-6796e1116c8e92de.js",
435
+ "static/chunks/app/api/w/[workspaceId]/deployments/[id]/route-7b0960c4e726c0b4.js"
436
  ],
437
  "/api/w/[workspaceId]/projects/[id]/database/query/route": [
438
+ "static/chunks/webpack-809e7d6fd4e0142c.js",
439
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
440
  "static/chunks/1255-dfb5f8d642ae4426.js",
441
  "static/chunks/main-app-6796e1116c8e92de.js",
442
+ "static/chunks/app/api/w/[workspaceId]/projects/[id]/database/query/route-7b0960c4e726c0b4.js"
443
  ],
444
+ "/api/w/[workspaceId]/deployments/[id]/swap-project/route": [
445
+ "static/chunks/webpack-809e7d6fd4e0142c.js",
446
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
447
  "static/chunks/1255-dfb5f8d642ae4426.js",
448
  "static/chunks/main-app-6796e1116c8e92de.js",
449
+ "static/chunks/app/api/w/[workspaceId]/deployments/[id]/swap-project/route-7b0960c4e726c0b4.js"
450
  ],
451
+ "/api/w/[workspaceId]/admin/deployments/[id]/server-functions/[functionId]/route": [
452
+ "static/chunks/webpack-809e7d6fd4e0142c.js",
453
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
454
  "static/chunks/1255-dfb5f8d642ae4426.js",
455
  "static/chunks/main-app-6796e1116c8e92de.js",
456
+ "static/chunks/app/api/w/[workspaceId]/admin/deployments/[id]/server-functions/[functionId]/route-7b0960c4e726c0b4.js"
457
  ],
458
+ "/api/w/[workspaceId]/deployments/route": [
459
+ "static/chunks/webpack-809e7d6fd4e0142c.js",
460
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
461
  "static/chunks/1255-dfb5f8d642ae4426.js",
462
  "static/chunks/main-app-6796e1116c8e92de.js",
463
+ "static/chunks/app/api/w/[workspaceId]/deployments/route-7b0960c4e726c0b4.js"
464
  ],
465
+ "/api/w/[workspaceId]/deployments/[id]/settings/route": [
466
+ "static/chunks/webpack-809e7d6fd4e0142c.js",
467
+ "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
468
+ "static/chunks/1255-dfb5f8d642ae4426.js",
469
+ "static/chunks/main-app-6796e1116c8e92de.js",
470
+ "static/chunks/app/api/w/[workspaceId]/deployments/[id]/settings/route-7b0960c4e726c0b4.js"
471
+ ],
472
+ "/api/w/[workspaceId]/projects/[id]/deployments/route": [
473
+ "static/chunks/webpack-809e7d6fd4e0142c.js",
474
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
475
  "static/chunks/1255-dfb5f8d642ae4426.js",
476
  "static/chunks/main-app-6796e1116c8e92de.js",
477
+ "static/chunks/app/api/w/[workspaceId]/projects/[id]/deployments/route-7b0960c4e726c0b4.js"
478
  ],
479
  "/api/w/[workspaceId]/projects/[id]/database/schema/route": [
480
+ "static/chunks/webpack-809e7d6fd4e0142c.js",
481
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
482
  "static/chunks/1255-dfb5f8d642ae4426.js",
483
  "static/chunks/main-app-6796e1116c8e92de.js",
484
+ "static/chunks/app/api/w/[workspaceId]/projects/[id]/database/schema/route-7b0960c4e726c0b4.js"
485
  ],
486
+ "/api/w/[workspaceId]/projects/route": [
487
+ "static/chunks/webpack-809e7d6fd4e0142c.js",
488
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
489
  "static/chunks/1255-dfb5f8d642ae4426.js",
490
  "static/chunks/main-app-6796e1116c8e92de.js",
491
+ "static/chunks/app/api/w/[workspaceId]/projects/route-7b0960c4e726c0b4.js"
492
  ],
493
  "/api/w/[workspaceId]/sync/backend-features/[projectId]/route": [
494
+ "static/chunks/webpack-809e7d6fd4e0142c.js",
495
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
496
  "static/chunks/1255-dfb5f8d642ae4426.js",
497
  "static/chunks/main-app-6796e1116c8e92de.js",
498
+ "static/chunks/app/api/w/[workspaceId]/sync/backend-features/[projectId]/route-7b0960c4e726c0b4.js"
499
  ],
500
+ "/api/w/[workspaceId]/shell/execute/route": [
501
+ "static/chunks/webpack-809e7d6fd4e0142c.js",
502
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
503
  "static/chunks/1255-dfb5f8d642ae4426.js",
504
  "static/chunks/main-app-6796e1116c8e92de.js",
505
+ "static/chunks/app/api/w/[workspaceId]/shell/execute/route-7b0960c4e726c0b4.js"
506
  ],
507
+ "/api/w/[workspaceId]/sync/projects/route": [
508
+ "static/chunks/webpack-809e7d6fd4e0142c.js",
509
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
510
  "static/chunks/1255-dfb5f8d642ae4426.js",
511
  "static/chunks/main-app-6796e1116c8e92de.js",
512
+ "static/chunks/app/api/w/[workspaceId]/sync/projects/route-7b0960c4e726c0b4.js"
513
  ],
514
+ "/api/w/[workspaceId]/sync/files/route": [
515
+ "static/chunks/webpack-809e7d6fd4e0142c.js",
516
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
517
  "static/chunks/1255-dfb5f8d642ae4426.js",
518
  "static/chunks/main-app-6796e1116c8e92de.js",
519
+ "static/chunks/app/api/w/[workspaceId]/sync/files/route-7b0960c4e726c0b4.js"
520
  ],
521
+ "/api/w/[workspaceId]/sync/skills/route": [
522
+ "static/chunks/webpack-809e7d6fd4e0142c.js",
523
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
524
  "static/chunks/1255-dfb5f8d642ae4426.js",
525
  "static/chunks/main-app-6796e1116c8e92de.js",
526
+ "static/chunks/app/api/w/[workspaceId]/sync/skills/route-7b0960c4e726c0b4.js"
527
  ],
528
+ "/api/w/[workspaceId]/sync/templates/route": [
529
+ "static/chunks/webpack-809e7d6fd4e0142c.js",
530
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
531
  "static/chunks/1255-dfb5f8d642ae4426.js",
532
  "static/chunks/main-app-6796e1116c8e92de.js",
533
+ "static/chunks/app/api/w/[workspaceId]/sync/templates/route-7b0960c4e726c0b4.js"
534
  ],
535
+ "/api/w/[workspaceId]/sync/projects/[id]/route": [
536
+ "static/chunks/webpack-809e7d6fd4e0142c.js",
537
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
538
  "static/chunks/1255-dfb5f8d642ae4426.js",
539
  "static/chunks/main-app-6796e1116c8e92de.js",
540
+ "static/chunks/app/api/w/[workspaceId]/sync/projects/[id]/route-7b0960c4e726c0b4.js"
541
  ],
542
+ "/api/w/[workspaceId]/sync/skills/[id]/route": [
543
+ "static/chunks/webpack-809e7d6fd4e0142c.js",
544
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
545
  "static/chunks/1255-dfb5f8d642ae4426.js",
546
  "static/chunks/main-app-6796e1116c8e92de.js",
547
+ "static/chunks/app/api/w/[workspaceId]/sync/skills/[id]/route-7b0960c4e726c0b4.js"
548
  ],
549
+ "/api/w/[workspaceId]/sync/status/route": [
550
+ "static/chunks/webpack-809e7d6fd4e0142c.js",
551
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
552
  "static/chunks/1255-dfb5f8d642ae4426.js",
553
  "static/chunks/main-app-6796e1116c8e92de.js",
554
+ "static/chunks/app/api/w/[workspaceId]/sync/status/route-7b0960c4e726c0b4.js"
555
  ],
556
+ "/api/w/[workspaceId]/sync/templates/[id]/route": [
557
+ "static/chunks/webpack-809e7d6fd4e0142c.js",
558
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
559
  "static/chunks/1255-dfb5f8d642ae4426.js",
560
  "static/chunks/main-app-6796e1116c8e92de.js",
561
+ "static/chunks/app/api/w/[workspaceId]/sync/templates/[id]/route-7b0960c4e726c0b4.js"
562
  ],
563
+ "/deployments/[id]/[...path]/route": [
564
+ "static/chunks/webpack-809e7d6fd4e0142c.js",
565
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
566
  "static/chunks/1255-dfb5f8d642ae4426.js",
567
  "static/chunks/main-app-6796e1116c8e92de.js",
568
+ "static/chunks/app/deployments/[id]/[...path]/route-7b0960c4e726c0b4.js"
569
  ],
570
+ "/deployments/[id]/route": [
571
+ "static/chunks/webpack-809e7d6fd4e0142c.js",
572
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
573
  "static/chunks/1255-dfb5f8d642ae4426.js",
574
  "static/chunks/main-app-6796e1116c8e92de.js",
575
+ "static/chunks/app/deployments/[id]/route-7b0960c4e726c0b4.js"
576
  ],
577
+ "/api/workspaces/route": [
578
+ "static/chunks/webpack-809e7d6fd4e0142c.js",
579
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
580
  "static/chunks/1255-dfb5f8d642ae4426.js",
581
  "static/chunks/main-app-6796e1116c8e92de.js",
582
+ "static/chunks/app/api/workspaces/route-7b0960c4e726c0b4.js"
583
  ],
584
  "/api/admin/dashboard/route": [
585
+ "static/chunks/webpack-809e7d6fd4e0142c.js",
586
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
587
  "static/chunks/1255-dfb5f8d642ae4426.js",
588
  "static/chunks/main-app-6796e1116c8e92de.js",
589
+ "static/chunks/app/api/admin/dashboard/route-7b0960c4e726c0b4.js"
590
  ],
591
  "/api/deployments/[id]/functions/[...path]/route": [
592
+ "static/chunks/webpack-809e7d6fd4e0142c.js",
593
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
594
  "static/chunks/1255-dfb5f8d642ae4426.js",
595
  "static/chunks/main-app-6796e1116c8e92de.js",
596
+ "static/chunks/app/api/deployments/[id]/functions/[...path]/route-7b0960c4e726c0b4.js"
597
  ],
598
  "/api/w/[workspaceId]/admin/deployments/[id]/server-context/route": [
599
+ "static/chunks/webpack-809e7d6fd4e0142c.js",
600
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
601
  "static/chunks/1255-dfb5f8d642ae4426.js",
602
  "static/chunks/main-app-6796e1116c8e92de.js",
603
+ "static/chunks/app/api/w/[workspaceId]/admin/deployments/[id]/server-context/route-7b0960c4e726c0b4.js"
604
+ ],
605
+ "/admin/page": [
606
+ "static/chunks/webpack-809e7d6fd4e0142c.js",
607
+ "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
608
+ "static/chunks/1255-dfb5f8d642ae4426.js",
609
+ "static/chunks/main-app-6796e1116c8e92de.js",
610
+ "static/chunks/app/admin/page-e3e066aac7f10383.js"
611
  ],
612
  "/admin/login/page": [
613
+ "static/chunks/webpack-809e7d6fd4e0142c.js",
614
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
615
  "static/chunks/1255-dfb5f8d642ae4426.js",
616
  "static/chunks/main-app-6796e1116c8e92de.js",
617
  "static/chunks/176-34e89399a26899a1.js",
618
  "static/chunks/5794-5775a6cba067d4b3.js",
619
+ "static/chunks/app/admin/login/page-97a3f8815347798e.js"
620
  ],
621
+ "/admin/register/page": [
622
+ "static/chunks/webpack-809e7d6fd4e0142c.js",
623
+ "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
624
+ "static/chunks/1255-dfb5f8d642ae4426.js",
625
+ "static/chunks/main-app-6796e1116c8e92de.js",
626
+ "static/chunks/176-34e89399a26899a1.js",
627
+ "static/chunks/5794-5775a6cba067d4b3.js",
628
+ "static/chunks/app/admin/register/page-e82309aa54d1179f.js"
629
+ ],
630
+ "/admin/workspaces/page": [
631
+ "static/chunks/webpack-809e7d6fd4e0142c.js",
632
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
633
  "static/chunks/1255-dfb5f8d642ae4426.js",
634
  "static/chunks/main-app-6796e1116c8e92de.js",
635
  "static/chunks/06bf0ff1-3732841f0f86d47e.js",
636
  "static/chunks/14258b02-ed7689e3556981a7.js",
637
  "static/chunks/ad2866b8-e13a3cf75ccf0eb8.js",
638
+ "static/chunks/8720-6c3c0c904bca3f2e.js",
639
  "static/chunks/176-34e89399a26899a1.js",
640
+ "static/chunks/7543-50a94862c006ca07.js",
641
  "static/chunks/7389-d064efe9587fa357.js",
642
  "static/chunks/8941-5f6f2bbd260a64ae.js",
643
  "static/chunks/7625-3e99f3a22fc35ba0.js",
644
+ "static/chunks/7483-f07a06bb00bfffea.js",
645
  "static/chunks/4735-317a40903cee3927.js",
646
  "static/chunks/8784-a70de7155a979c5e.js",
647
  "static/chunks/536-59fd9fbb0b0a321e.js",
648
+ "static/chunks/7714-f0a155d98ed994f5.js",
649
+ "static/chunks/8238-79d46861a211a0d5.js",
650
+ "static/chunks/app/admin/workspaces/page-6c10e25d22dfb92b.js"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
651
  ],
652
+ "/admin/users/page": [
653
+ "static/chunks/webpack-809e7d6fd4e0142c.js",
654
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
655
  "static/chunks/1255-dfb5f8d642ae4426.js",
656
  "static/chunks/main-app-6796e1116c8e92de.js",
657
  "static/chunks/06bf0ff1-3732841f0f86d47e.js",
658
  "static/chunks/14258b02-ed7689e3556981a7.js",
659
  "static/chunks/ad2866b8-e13a3cf75ccf0eb8.js",
660
+ "static/chunks/8720-6c3c0c904bca3f2e.js",
661
  "static/chunks/176-34e89399a26899a1.js",
662
+ "static/chunks/7543-50a94862c006ca07.js",
663
  "static/chunks/7389-d064efe9587fa357.js",
664
  "static/chunks/8941-5f6f2bbd260a64ae.js",
665
  "static/chunks/7625-3e99f3a22fc35ba0.js",
666
+ "static/chunks/7483-f07a06bb00bfffea.js",
667
  "static/chunks/4735-317a40903cee3927.js",
668
  "static/chunks/8784-a70de7155a979c5e.js",
669
  "static/chunks/536-59fd9fbb0b0a321e.js",
670
+ "static/chunks/7714-f0a155d98ed994f5.js",
671
+ "static/chunks/8238-79d46861a211a0d5.js",
672
+ "static/chunks/app/admin/users/page-6c10e25d22dfb92b.js"
673
  ],
674
+ "/w/[workspaceId]/dashboard/page": [
675
+ "static/chunks/webpack-809e7d6fd4e0142c.js",
676
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
677
  "static/chunks/1255-dfb5f8d642ae4426.js",
678
  "static/chunks/main-app-6796e1116c8e92de.js",
679
  "static/chunks/06bf0ff1-3732841f0f86d47e.js",
680
  "static/chunks/14258b02-ed7689e3556981a7.js",
681
  "static/chunks/ad2866b8-e13a3cf75ccf0eb8.js",
682
+ "static/chunks/8720-6c3c0c904bca3f2e.js",
683
  "static/chunks/176-34e89399a26899a1.js",
684
+ "static/chunks/7543-50a94862c006ca07.js",
685
  "static/chunks/7389-d064efe9587fa357.js",
686
  "static/chunks/8941-5f6f2bbd260a64ae.js",
687
  "static/chunks/7625-3e99f3a22fc35ba0.js",
688
+ "static/chunks/7483-f07a06bb00bfffea.js",
689
  "static/chunks/4735-317a40903cee3927.js",
690
  "static/chunks/8784-a70de7155a979c5e.js",
691
  "static/chunks/536-59fd9fbb0b0a321e.js",
692
+ "static/chunks/7714-f0a155d98ed994f5.js",
693
+ "static/chunks/8238-79d46861a211a0d5.js",
694
+ "static/chunks/app/w/[workspaceId]/dashboard/page-6c10e25d22dfb92b.js"
695
  ],
696
+ "/page": [
697
+ "static/chunks/webpack-809e7d6fd4e0142c.js",
698
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
699
  "static/chunks/1255-dfb5f8d642ae4426.js",
700
  "static/chunks/main-app-6796e1116c8e92de.js",
701
  "static/chunks/06bf0ff1-3732841f0f86d47e.js",
702
  "static/chunks/14258b02-ed7689e3556981a7.js",
703
  "static/chunks/ad2866b8-e13a3cf75ccf0eb8.js",
704
+ "static/chunks/8720-6c3c0c904bca3f2e.js",
705
  "static/chunks/176-34e89399a26899a1.js",
706
+ "static/chunks/7543-50a94862c006ca07.js",
707
  "static/chunks/7389-d064efe9587fa357.js",
708
  "static/chunks/8941-5f6f2bbd260a64ae.js",
709
  "static/chunks/7625-3e99f3a22fc35ba0.js",
710
+ "static/chunks/7483-f07a06bb00bfffea.js",
711
  "static/chunks/4735-317a40903cee3927.js",
712
  "static/chunks/8784-a70de7155a979c5e.js",
713
  "static/chunks/536-59fd9fbb0b0a321e.js",
714
+ "static/chunks/7714-f0a155d98ed994f5.js",
715
+ "static/chunks/8238-79d46861a211a0d5.js",
716
+ "static/chunks/app/page-c77a30bec88016f7.js"
717
  ],
718
  "/test-generation/page": [
719
+ "static/chunks/webpack-809e7d6fd4e0142c.js",
720
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
721
  "static/chunks/1255-dfb5f8d642ae4426.js",
722
  "static/chunks/main-app-6796e1116c8e92de.js",
723
  "static/chunks/14258b02-ed7689e3556981a7.js",
724
+ "static/chunks/8720-6c3c0c904bca3f2e.js",
725
+ "static/chunks/7543-50a94862c006ca07.js",
726
  "static/chunks/7625-3e99f3a22fc35ba0.js",
727
+ "static/chunks/7483-f07a06bb00bfffea.js",
728
+ "static/chunks/app/test-generation/page-b391538c06739e1b.js"
729
  ],
730
+ "/w/[workspaceId]/deployments/page": [
731
+ "static/chunks/webpack-809e7d6fd4e0142c.js",
732
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
733
  "static/chunks/1255-dfb5f8d642ae4426.js",
734
  "static/chunks/main-app-6796e1116c8e92de.js",
735
  "static/chunks/06bf0ff1-3732841f0f86d47e.js",
736
  "static/chunks/14258b02-ed7689e3556981a7.js",
737
  "static/chunks/ad2866b8-e13a3cf75ccf0eb8.js",
738
+ "static/chunks/8720-6c3c0c904bca3f2e.js",
739
  "static/chunks/176-34e89399a26899a1.js",
740
+ "static/chunks/7543-50a94862c006ca07.js",
741
  "static/chunks/7389-d064efe9587fa357.js",
742
  "static/chunks/8941-5f6f2bbd260a64ae.js",
743
  "static/chunks/7625-3e99f3a22fc35ba0.js",
744
+ "static/chunks/7483-f07a06bb00bfffea.js",
745
  "static/chunks/4735-317a40903cee3927.js",
746
  "static/chunks/8784-a70de7155a979c5e.js",
747
  "static/chunks/536-59fd9fbb0b0a321e.js",
748
+ "static/chunks/7714-f0a155d98ed994f5.js",
749
+ "static/chunks/8238-79d46861a211a0d5.js",
750
+ "static/chunks/app/w/[workspaceId]/deployments/page-6c10e25d22dfb92b.js"
 
 
 
 
 
 
 
751
  ],
752
+ "/w/[workspaceId]/settings/page": [
753
+ "static/chunks/webpack-809e7d6fd4e0142c.js",
754
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
755
  "static/chunks/1255-dfb5f8d642ae4426.js",
756
  "static/chunks/main-app-6796e1116c8e92de.js",
757
  "static/chunks/06bf0ff1-3732841f0f86d47e.js",
758
  "static/chunks/14258b02-ed7689e3556981a7.js",
759
  "static/chunks/ad2866b8-e13a3cf75ccf0eb8.js",
760
+ "static/chunks/8720-6c3c0c904bca3f2e.js",
761
  "static/chunks/176-34e89399a26899a1.js",
762
+ "static/chunks/7543-50a94862c006ca07.js",
763
  "static/chunks/7389-d064efe9587fa357.js",
764
  "static/chunks/8941-5f6f2bbd260a64ae.js",
765
  "static/chunks/7625-3e99f3a22fc35ba0.js",
766
+ "static/chunks/7483-f07a06bb00bfffea.js",
767
  "static/chunks/4735-317a40903cee3927.js",
768
  "static/chunks/8784-a70de7155a979c5e.js",
769
  "static/chunks/536-59fd9fbb0b0a321e.js",
770
+ "static/chunks/7714-f0a155d98ed994f5.js",
771
+ "static/chunks/8238-79d46861a211a0d5.js",
772
+ "static/chunks/app/w/[workspaceId]/settings/page-6c10e25d22dfb92b.js"
773
  ],
774
  "/w/[workspaceId]/skills/page": [
775
+ "static/chunks/webpack-809e7d6fd4e0142c.js",
776
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
777
  "static/chunks/1255-dfb5f8d642ae4426.js",
778
  "static/chunks/main-app-6796e1116c8e92de.js",
779
  "static/chunks/06bf0ff1-3732841f0f86d47e.js",
780
  "static/chunks/14258b02-ed7689e3556981a7.js",
781
  "static/chunks/ad2866b8-e13a3cf75ccf0eb8.js",
782
+ "static/chunks/8720-6c3c0c904bca3f2e.js",
783
  "static/chunks/176-34e89399a26899a1.js",
784
+ "static/chunks/7543-50a94862c006ca07.js",
785
  "static/chunks/7389-d064efe9587fa357.js",
786
  "static/chunks/8941-5f6f2bbd260a64ae.js",
787
  "static/chunks/7625-3e99f3a22fc35ba0.js",
788
+ "static/chunks/7483-f07a06bb00bfffea.js",
789
  "static/chunks/4735-317a40903cee3927.js",
790
  "static/chunks/8784-a70de7155a979c5e.js",
791
  "static/chunks/536-59fd9fbb0b0a321e.js",
792
+ "static/chunks/7714-f0a155d98ed994f5.js",
793
+ "static/chunks/8238-79d46861a211a0d5.js",
794
+ "static/chunks/app/w/[workspaceId]/skills/page-6c10e25d22dfb92b.js"
795
  ],
796
+ "/w/[workspaceId]/page": [
797
+ "static/chunks/webpack-809e7d6fd4e0142c.js",
798
+ "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
799
+ "static/chunks/1255-dfb5f8d642ae4426.js",
800
+ "static/chunks/main-app-6796e1116c8e92de.js",
801
+ "static/chunks/app/w/[workspaceId]/page-7b0960c4e726c0b4.js"
802
+ ],
803
+ "/w/[workspaceId]/templates/page": [
804
+ "static/chunks/webpack-809e7d6fd4e0142c.js",
805
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
806
  "static/chunks/1255-dfb5f8d642ae4426.js",
807
  "static/chunks/main-app-6796e1116c8e92de.js",
808
  "static/chunks/06bf0ff1-3732841f0f86d47e.js",
809
  "static/chunks/14258b02-ed7689e3556981a7.js",
810
  "static/chunks/ad2866b8-e13a3cf75ccf0eb8.js",
811
+ "static/chunks/8720-6c3c0c904bca3f2e.js",
812
  "static/chunks/176-34e89399a26899a1.js",
813
+ "static/chunks/7543-50a94862c006ca07.js",
814
  "static/chunks/7389-d064efe9587fa357.js",
815
  "static/chunks/8941-5f6f2bbd260a64ae.js",
816
  "static/chunks/7625-3e99f3a22fc35ba0.js",
817
+ "static/chunks/7483-f07a06bb00bfffea.js",
818
  "static/chunks/4735-317a40903cee3927.js",
819
  "static/chunks/8784-a70de7155a979c5e.js",
820
  "static/chunks/536-59fd9fbb0b0a321e.js",
821
+ "static/chunks/7714-f0a155d98ed994f5.js",
822
+ "static/chunks/8238-79d46861a211a0d5.js",
823
+ "static/chunks/app/w/[workspaceId]/templates/page-6c10e25d22dfb92b.js"
824
  ],
825
  "/w/[workspaceId]/projects/page": [
826
+ "static/chunks/webpack-809e7d6fd4e0142c.js",
827
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
828
  "static/chunks/1255-dfb5f8d642ae4426.js",
829
  "static/chunks/main-app-6796e1116c8e92de.js",
830
  "static/chunks/06bf0ff1-3732841f0f86d47e.js",
831
  "static/chunks/14258b02-ed7689e3556981a7.js",
832
  "static/chunks/ad2866b8-e13a3cf75ccf0eb8.js",
833
+ "static/chunks/8720-6c3c0c904bca3f2e.js",
834
  "static/chunks/176-34e89399a26899a1.js",
835
+ "static/chunks/7543-50a94862c006ca07.js",
836
  "static/chunks/7389-d064efe9587fa357.js",
837
  "static/chunks/8941-5f6f2bbd260a64ae.js",
838
  "static/chunks/7625-3e99f3a22fc35ba0.js",
839
+ "static/chunks/7483-f07a06bb00bfffea.js",
840
  "static/chunks/4735-317a40903cee3927.js",
841
  "static/chunks/8784-a70de7155a979c5e.js",
842
  "static/chunks/536-59fd9fbb0b0a321e.js",
843
+ "static/chunks/7714-f0a155d98ed994f5.js",
844
+ "static/chunks/8238-79d46861a211a0d5.js",
845
+ "static/chunks/app/w/[workspaceId]/projects/page-8906497d9a91e524.js"
846
  ],
847
+ "/w/[workspaceId]/docs/page": [
848
+ "static/chunks/webpack-809e7d6fd4e0142c.js",
849
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
850
  "static/chunks/1255-dfb5f8d642ae4426.js",
851
  "static/chunks/main-app-6796e1116c8e92de.js",
852
  "static/chunks/06bf0ff1-3732841f0f86d47e.js",
853
  "static/chunks/14258b02-ed7689e3556981a7.js",
854
  "static/chunks/ad2866b8-e13a3cf75ccf0eb8.js",
855
+ "static/chunks/8720-6c3c0c904bca3f2e.js",
856
  "static/chunks/176-34e89399a26899a1.js",
857
+ "static/chunks/7543-50a94862c006ca07.js",
858
  "static/chunks/7389-d064efe9587fa357.js",
859
  "static/chunks/8941-5f6f2bbd260a64ae.js",
860
  "static/chunks/7625-3e99f3a22fc35ba0.js",
861
+ "static/chunks/7483-f07a06bb00bfffea.js",
862
  "static/chunks/4735-317a40903cee3927.js",
863
  "static/chunks/8784-a70de7155a979c5e.js",
864
  "static/chunks/536-59fd9fbb0b0a321e.js",
865
+ "static/chunks/7714-f0a155d98ed994f5.js",
866
+ "static/chunks/8238-79d46861a211a0d5.js",
867
+ "static/chunks/app/w/[workspaceId]/docs/page-6c10e25d22dfb92b.js"
868
  ]
869
  }
870
  }
.next/app-path-routes-manifest.json CHANGED
@@ -1,93 +1,101 @@
1
  {
2
  "/_not-found/page": "/_not-found",
3
  "/api/admin/sessions/route": "/api/admin/sessions",
4
- "/api/admin/workspaces/[id]/access/route": "/api/admin/workspaces/[id]/access",
5
  "/api/admin/users/[id]/route": "/api/admin/users/[id]",
 
6
  "/api/admin/workspaces/[id]/repair/route": "/api/admin/workspaces/[id]/repair",
 
7
  "/api/admin/workspaces/[id]/route": "/api/admin/workspaces/[id]",
8
- "/api/admin/users/route": "/api/admin/users",
9
  "/api/analytics/[deploymentId]/clear/route": "/api/analytics/[deploymentId]/clear",
10
- "/api/analytics/[deploymentId]/engagement/route": "/api/analytics/[deploymentId]/engagement",
11
  "/api/analytics/[deploymentId]/export/route": "/api/analytics/[deploymentId]/export",
 
12
  "/api/analytics/[deploymentId]/overview/route": "/api/analytics/[deploymentId]/overview",
 
 
13
  "/api/analytics/[deploymentId]/storage/route": "/api/analytics/[deploymentId]/storage",
14
  "/api/analytics/[deploymentId]/heatmap/route": "/api/analytics/[deploymentId]/heatmap",
15
- "/api/analytics/[deploymentId]/sessions/route": "/api/analytics/[deploymentId]/sessions",
16
- "/api/analytics/[deploymentId]/route": "/api/analytics/[deploymentId]",
17
- "/api/analytics/interaction/route": "/api/analytics/interaction",
18
  "/api/auth/check/route": "/api/auth/check",
 
 
19
  "/api/analytics/track/route": "/api/analytics/track",
20
  "/api/auth/codex/connect/route": "/api/auth/codex/connect",
21
- "/api/auth/codex/status/route": "/api/auth/codex/status",
22
- "/api/auth/desktop-init/route": "/api/auth/desktop-init",
23
  "/api/auth/codex/token/route": "/api/auth/codex/token",
24
- "/api/auth/codex/disconnect/route": "/api/auth/codex/disconnect",
25
- "/api/auth/handoff/route": "/api/auth/handoff",
26
  "/api/auth/hf/capabilities/route": "/api/auth/hf/capabilities",
27
- "/api/auth/logout/route": "/api/auth/logout",
 
 
 
28
  "/api/auth/login/route": "/api/auth/login",
29
  "/api/auth/me/route": "/api/auth/me",
30
- "/api/auth/register/route": "/api/auth/register",
31
  "/api/auth/setup-status/route": "/api/auth/setup-status",
32
- "/api/admin/workspaces/route": "/api/admin/workspaces",
33
  "/api/docs/[...path]/route": "/api/docs/[...path]",
 
34
  "/api/models/route": "/api/models",
35
- "/api/validate-key/route": "/api/validate-key",
36
  "/api/generate/route": "/api/generate",
 
 
 
 
 
 
 
37
  "/api/w/[workspaceId]/admin/deployments/[id]/database/logs/route": "/api/w/[workspaceId]/admin/deployments/[id]/database/logs",
 
38
  "/api/w/[workspaceId]/admin/deployments/[id]/functions/[functionId]/logs/route": "/api/w/[workspaceId]/admin/deployments/[id]/functions/[functionId]/logs",
39
- "/api/w/[workspaceId]/admin/deployments/[id]/database/schema/route": "/api/w/[workspaceId]/admin/deployments/[id]/database/schema",
40
- "/api/w/[workspaceId]/admin/deployments/[id]/functions/route": "/api/w/[workspaceId]/admin/deployments/[id]/functions",
 
 
41
  "/api/w/[workspaceId]/admin/deployments/[id]/scheduled-functions/route": "/api/w/[workspaceId]/admin/deployments/[id]/scheduled-functions",
 
42
  "/api/w/[workspaceId]/admin/deployments/[id]/scheduled-functions/[scheduledFunctionId]/route": "/api/w/[workspaceId]/admin/deployments/[id]/scheduled-functions/[scheduledFunctionId]",
43
- "/api/w/[workspaceId]/admin/deployments/[id]/provision/route": "/api/w/[workspaceId]/admin/deployments/[id]/provision",
44
- "/api/w/[workspaceId]/admin/deployments/[id]/functions/[functionId]/route": "/api/w/[workspaceId]/admin/deployments/[id]/functions/[functionId]",
 
 
45
  "/api/w/[workspaceId]/admin/deployments/[id]/server-functions/route": "/api/w/[workspaceId]/admin/deployments/[id]/server-functions",
46
- "/api/w/[workspaceId]/admin/deployments/[id]/secrets/route": "/api/w/[workspaceId]/admin/deployments/[id]/secrets",
47
- "/api/w/[workspaceId]/admin/deployments/[id]/secrets/[secretId]/route": "/api/w/[workspaceId]/admin/deployments/[id]/secrets/[secretId]",
48
  "/api/w/[workspaceId]/deployments/[id]/publish/route": "/api/w/[workspaceId]/deployments/[id]/publish",
 
 
 
 
49
  "/api/w/[workspaceId]/admin/deployments/[id]/server-functions/[functionId]/route": "/api/w/[workspaceId]/admin/deployments/[id]/server-functions/[functionId]",
50
- "/api/w/[workspaceId]/admin/run-migrations/route": "/api/w/[workspaceId]/admin/run-migrations",
51
  "/api/w/[workspaceId]/deployments/[id]/settings/route": "/api/w/[workspaceId]/deployments/[id]/settings",
52
- "/api/w/[workspaceId]/deployments/[id]/swap-project/route": "/api/w/[workspaceId]/deployments/[id]/swap-project",
53
- "/api/w/[workspaceId]/deployments/[id]/route": "/api/w/[workspaceId]/deployments/[id]",
54
  "/api/w/[workspaceId]/projects/[id]/deployments/route": "/api/w/[workspaceId]/projects/[id]/deployments",
55
- "/api/w/[workspaceId]/projects/[id]/database/query/route": "/api/w/[workspaceId]/projects/[id]/database/query",
56
- "/api/w/[workspaceId]/admin/deployments/[id]/database/query/route": "/api/w/[workspaceId]/admin/deployments/[id]/database/query",
57
- "/api/w/[workspaceId]/admin/deployments/[id]/server-context/mutate/route": "/api/w/[workspaceId]/admin/deployments/[id]/server-context/mutate",
58
- "/api/w/[workspaceId]/shell/execute/route": "/api/w/[workspaceId]/shell/execute",
59
- "/api/w/[workspaceId]/projects/route": "/api/w/[workspaceId]/projects",
60
  "/api/w/[workspaceId]/projects/[id]/database/schema/route": "/api/w/[workspaceId]/projects/[id]/database/schema",
61
- "/api/w/[workspaceId]/deployments/route": "/api/w/[workspaceId]/deployments",
62
  "/api/w/[workspaceId]/sync/backend-features/[projectId]/route": "/api/w/[workspaceId]/sync/backend-features/[projectId]",
63
- "/api/w/[workspaceId]/sync/skills/[id]/route": "/api/w/[workspaceId]/sync/skills/[id]",
 
64
  "/api/w/[workspaceId]/sync/files/route": "/api/w/[workspaceId]/sync/files",
65
- "/api/w/[workspaceId]/sync/projects/[id]/route": "/api/w/[workspaceId]/sync/projects/[id]",
66
- "/api/workspaces/route": "/api/workspaces",
67
- "/api/w/[workspaceId]/sync/templates/[id]/route": "/api/w/[workspaceId]/sync/templates/[id]",
68
- "/api/w/[workspaceId]/sync/status/route": "/api/w/[workspaceId]/sync/status",
69
  "/api/w/[workspaceId]/sync/skills/route": "/api/w/[workspaceId]/sync/skills",
70
  "/api/w/[workspaceId]/sync/templates/route": "/api/w/[workspaceId]/sync/templates",
71
- "/deployments/[id]/route": "/deployments/[id]",
72
- "/api/w/[workspaceId]/deployments/[id]/thumbnail/route": "/api/w/[workspaceId]/deployments/[id]/thumbnail",
73
- "/api/w/[workspaceId]/sync/projects/route": "/api/w/[workspaceId]/sync/projects",
 
74
  "/deployments/[id]/[...path]/route": "/deployments/[id]/[...path]",
 
 
75
  "/api/admin/dashboard/route": "/api/admin/dashboard",
76
  "/api/deployments/[id]/functions/[...path]/route": "/api/deployments/[id]/functions/[...path]",
77
  "/api/w/[workspaceId]/admin/deployments/[id]/server-context/route": "/api/w/[workspaceId]/admin/deployments/[id]/server-context",
78
- "/admin/login/page": "/admin/login",
79
- "/admin/users/page": "/admin/users",
80
  "/admin/page": "/admin",
 
81
  "/admin/register/page": "/admin/register",
82
  "/admin/workspaces/page": "/admin/workspaces",
83
- "/w/[workspaceId]/deployments/page": "/w/[workspaceId]/deployments",
84
- "/w/[workspaceId]/docs/page": "/w/[workspaceId]/docs",
85
- "/test-generation/page": "/test-generation",
86
  "/w/[workspaceId]/dashboard/page": "/w/[workspaceId]/dashboard",
87
- "/w/[workspaceId]/page": "/w/[workspaceId]",
88
  "/page": "/",
89
- "/w/[workspaceId]/skills/page": "/w/[workspaceId]/skills",
 
90
  "/w/[workspaceId]/settings/page": "/w/[workspaceId]/settings",
 
 
 
91
  "/w/[workspaceId]/projects/page": "/w/[workspaceId]/projects",
92
- "/w/[workspaceId]/templates/page": "/w/[workspaceId]/templates"
93
  }
 
1
  {
2
  "/_not-found/page": "/_not-found",
3
  "/api/admin/sessions/route": "/api/admin/sessions",
 
4
  "/api/admin/users/[id]/route": "/api/admin/users/[id]",
5
+ "/api/admin/users/route": "/api/admin/users",
6
  "/api/admin/workspaces/[id]/repair/route": "/api/admin/workspaces/[id]/repair",
7
+ "/api/admin/workspaces/[id]/access/route": "/api/admin/workspaces/[id]/access",
8
  "/api/admin/workspaces/[id]/route": "/api/admin/workspaces/[id]",
 
9
  "/api/analytics/[deploymentId]/clear/route": "/api/analytics/[deploymentId]/clear",
 
10
  "/api/analytics/[deploymentId]/export/route": "/api/analytics/[deploymentId]/export",
11
+ "/api/admin/workspaces/route": "/api/admin/workspaces",
12
  "/api/analytics/[deploymentId]/overview/route": "/api/analytics/[deploymentId]/overview",
13
+ "/api/analytics/[deploymentId]/engagement/route": "/api/analytics/[deploymentId]/engagement",
14
+ "/api/analytics/[deploymentId]/sessions/route": "/api/analytics/[deploymentId]/sessions",
15
  "/api/analytics/[deploymentId]/storage/route": "/api/analytics/[deploymentId]/storage",
16
  "/api/analytics/[deploymentId]/heatmap/route": "/api/analytics/[deploymentId]/heatmap",
 
 
 
17
  "/api/auth/check/route": "/api/auth/check",
18
+ "/api/analytics/interaction/route": "/api/analytics/interaction",
19
+ "/api/auth/codex/disconnect/route": "/api/auth/codex/disconnect",
20
  "/api/analytics/track/route": "/api/analytics/track",
21
  "/api/auth/codex/connect/route": "/api/auth/codex/connect",
 
 
22
  "/api/auth/codex/token/route": "/api/auth/codex/token",
 
 
23
  "/api/auth/hf/capabilities/route": "/api/auth/hf/capabilities",
24
+ "/api/auth/desktop-init/route": "/api/auth/desktop-init",
25
+ "/api/auth/handoff/route": "/api/auth/handoff",
26
+ "/api/analytics/[deploymentId]/route": "/api/analytics/[deploymentId]",
27
+ "/api/auth/codex/status/route": "/api/auth/codex/status",
28
  "/api/auth/login/route": "/api/auth/login",
29
  "/api/auth/me/route": "/api/auth/me",
 
30
  "/api/auth/setup-status/route": "/api/auth/setup-status",
31
+ "/api/auth/logout/route": "/api/auth/logout",
32
  "/api/docs/[...path]/route": "/api/docs/[...path]",
33
+ "/api/auth/register/route": "/api/auth/register",
34
  "/api/models/route": "/api/models",
35
+ "/api/server-generate/cancel/route": "/api/server-generate/cancel",
36
  "/api/generate/route": "/api/generate",
37
+ "/api/server-generate/events/route": "/api/server-generate/events",
38
+ "/api/server-generate/files/route": "/api/server-generate/files",
39
+ "/api/server-generate/build-result/route": "/api/server-generate/build-result",
40
+ "/api/server-generate/pause/route": "/api/server-generate/pause",
41
+ "/api/validate-key/route": "/api/validate-key",
42
+ "/api/server-generate/resume/route": "/api/server-generate/resume",
43
+ "/api/server-generate/status/route": "/api/server-generate/status",
44
  "/api/w/[workspaceId]/admin/deployments/[id]/database/logs/route": "/api/w/[workspaceId]/admin/deployments/[id]/database/logs",
45
+ "/api/w/[workspaceId]/admin/deployments/[id]/database/query/route": "/api/w/[workspaceId]/admin/deployments/[id]/database/query",
46
  "/api/w/[workspaceId]/admin/deployments/[id]/functions/[functionId]/logs/route": "/api/w/[workspaceId]/admin/deployments/[id]/functions/[functionId]/logs",
47
+ "/api/server-generate/route": "/api/server-generate",
48
+ "/api/w/[workspaceId]/admin/deployments/[id]/functions/[functionId]/route": "/api/w/[workspaceId]/admin/deployments/[id]/functions/[functionId]",
49
+ "/api/w/[workspaceId]/admin/deployments/[id]/provision/route": "/api/w/[workspaceId]/admin/deployments/[id]/provision",
50
+ "/api/w/[workspaceId]/admin/deployments/[id]/secrets/[secretId]/route": "/api/w/[workspaceId]/admin/deployments/[id]/secrets/[secretId]",
51
  "/api/w/[workspaceId]/admin/deployments/[id]/scheduled-functions/route": "/api/w/[workspaceId]/admin/deployments/[id]/scheduled-functions",
52
+ "/api/w/[workspaceId]/admin/deployments/[id]/secrets/route": "/api/w/[workspaceId]/admin/deployments/[id]/secrets",
53
  "/api/w/[workspaceId]/admin/deployments/[id]/scheduled-functions/[scheduledFunctionId]/route": "/api/w/[workspaceId]/admin/deployments/[id]/scheduled-functions/[scheduledFunctionId]",
54
+ "/api/w/[workspaceId]/admin/deployments/[id]/server-context/mutate/route": "/api/w/[workspaceId]/admin/deployments/[id]/server-context/mutate",
55
+ "/api/w/[workspaceId]/admin/deployments/[id]/database/schema/route": "/api/w/[workspaceId]/admin/deployments/[id]/database/schema",
56
+ "/api/w/[workspaceId]/admin/run-migrations/route": "/api/w/[workspaceId]/admin/run-migrations",
57
+ "/api/w/[workspaceId]/admin/deployments/[id]/functions/route": "/api/w/[workspaceId]/admin/deployments/[id]/functions",
58
  "/api/w/[workspaceId]/admin/deployments/[id]/server-functions/route": "/api/w/[workspaceId]/admin/deployments/[id]/server-functions",
 
 
59
  "/api/w/[workspaceId]/deployments/[id]/publish/route": "/api/w/[workspaceId]/deployments/[id]/publish",
60
+ "/api/w/[workspaceId]/deployments/[id]/thumbnail/route": "/api/w/[workspaceId]/deployments/[id]/thumbnail",
61
+ "/api/w/[workspaceId]/deployments/[id]/route": "/api/w/[workspaceId]/deployments/[id]",
62
+ "/api/w/[workspaceId]/projects/[id]/database/query/route": "/api/w/[workspaceId]/projects/[id]/database/query",
63
+ "/api/w/[workspaceId]/deployments/[id]/swap-project/route": "/api/w/[workspaceId]/deployments/[id]/swap-project",
64
  "/api/w/[workspaceId]/admin/deployments/[id]/server-functions/[functionId]/route": "/api/w/[workspaceId]/admin/deployments/[id]/server-functions/[functionId]",
65
+ "/api/w/[workspaceId]/deployments/route": "/api/w/[workspaceId]/deployments",
66
  "/api/w/[workspaceId]/deployments/[id]/settings/route": "/api/w/[workspaceId]/deployments/[id]/settings",
 
 
67
  "/api/w/[workspaceId]/projects/[id]/deployments/route": "/api/w/[workspaceId]/projects/[id]/deployments",
 
 
 
 
 
68
  "/api/w/[workspaceId]/projects/[id]/database/schema/route": "/api/w/[workspaceId]/projects/[id]/database/schema",
69
+ "/api/w/[workspaceId]/projects/route": "/api/w/[workspaceId]/projects",
70
  "/api/w/[workspaceId]/sync/backend-features/[projectId]/route": "/api/w/[workspaceId]/sync/backend-features/[projectId]",
71
+ "/api/w/[workspaceId]/shell/execute/route": "/api/w/[workspaceId]/shell/execute",
72
+ "/api/w/[workspaceId]/sync/projects/route": "/api/w/[workspaceId]/sync/projects",
73
  "/api/w/[workspaceId]/sync/files/route": "/api/w/[workspaceId]/sync/files",
 
 
 
 
74
  "/api/w/[workspaceId]/sync/skills/route": "/api/w/[workspaceId]/sync/skills",
75
  "/api/w/[workspaceId]/sync/templates/route": "/api/w/[workspaceId]/sync/templates",
76
+ "/api/w/[workspaceId]/sync/projects/[id]/route": "/api/w/[workspaceId]/sync/projects/[id]",
77
+ "/api/w/[workspaceId]/sync/skills/[id]/route": "/api/w/[workspaceId]/sync/skills/[id]",
78
+ "/api/w/[workspaceId]/sync/status/route": "/api/w/[workspaceId]/sync/status",
79
+ "/api/w/[workspaceId]/sync/templates/[id]/route": "/api/w/[workspaceId]/sync/templates/[id]",
80
  "/deployments/[id]/[...path]/route": "/deployments/[id]/[...path]",
81
+ "/deployments/[id]/route": "/deployments/[id]",
82
+ "/api/workspaces/route": "/api/workspaces",
83
  "/api/admin/dashboard/route": "/api/admin/dashboard",
84
  "/api/deployments/[id]/functions/[...path]/route": "/api/deployments/[id]/functions/[...path]",
85
  "/api/w/[workspaceId]/admin/deployments/[id]/server-context/route": "/api/w/[workspaceId]/admin/deployments/[id]/server-context",
 
 
86
  "/admin/page": "/admin",
87
+ "/admin/login/page": "/admin/login",
88
  "/admin/register/page": "/admin/register",
89
  "/admin/workspaces/page": "/admin/workspaces",
90
+ "/admin/users/page": "/admin/users",
 
 
91
  "/w/[workspaceId]/dashboard/page": "/w/[workspaceId]/dashboard",
 
92
  "/page": "/",
93
+ "/test-generation/page": "/test-generation",
94
+ "/w/[workspaceId]/deployments/page": "/w/[workspaceId]/deployments",
95
  "/w/[workspaceId]/settings/page": "/w/[workspaceId]/settings",
96
+ "/w/[workspaceId]/skills/page": "/w/[workspaceId]/skills",
97
+ "/w/[workspaceId]/page": "/w/[workspaceId]",
98
+ "/w/[workspaceId]/templates/page": "/w/[workspaceId]/templates",
99
  "/w/[workspaceId]/projects/page": "/w/[workspaceId]/projects",
100
+ "/w/[workspaceId]/docs/page": "/w/[workspaceId]/docs"
101
  }
.next/build-manifest.json CHANGED
@@ -5,11 +5,11 @@
5
  "devFiles": [],
6
  "ampDevFiles": [],
7
  "lowPriorityFiles": [
8
- "static/b9Cr66_fnQ05YQJS0EJ62/_buildManifest.js",
9
- "static/b9Cr66_fnQ05YQJS0EJ62/_ssgManifest.js"
10
  ],
11
  "rootMainFiles": [
12
- "static/chunks/webpack-877dbed209166e77.js",
13
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
14
  "static/chunks/1255-dfb5f8d642ae4426.js",
15
  "static/chunks/main-app-6796e1116c8e92de.js"
@@ -17,13 +17,13 @@
17
  "rootMainFilesTree": {},
18
  "pages": {
19
  "/_app": [
20
- "static/chunks/webpack-877dbed209166e77.js",
21
  "static/chunks/framework-bd61ec64032c2de7.js",
22
  "static/chunks/main-4fcf6786ff2ad8b8.js",
23
  "static/chunks/pages/_app-4b3fb5e477a0267f.js"
24
  ],
25
  "/_error": [
26
- "static/chunks/webpack-877dbed209166e77.js",
27
  "static/chunks/framework-bd61ec64032c2de7.js",
28
  "static/chunks/main-4fcf6786ff2ad8b8.js",
29
  "static/chunks/pages/_error-c970d8b55ace1b48.js"
 
5
  "devFiles": [],
6
  "ampDevFiles": [],
7
  "lowPriorityFiles": [
8
+ "static/OVeuJe8F-fBvUq5tu9NXl/_buildManifest.js",
9
+ "static/OVeuJe8F-fBvUq5tu9NXl/_ssgManifest.js"
10
  ],
11
  "rootMainFiles": [
12
+ "static/chunks/webpack-809e7d6fd4e0142c.js",
13
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
14
  "static/chunks/1255-dfb5f8d642ae4426.js",
15
  "static/chunks/main-app-6796e1116c8e92de.js"
 
17
  "rootMainFilesTree": {},
18
  "pages": {
19
  "/_app": [
20
+ "static/chunks/webpack-809e7d6fd4e0142c.js",
21
  "static/chunks/framework-bd61ec64032c2de7.js",
22
  "static/chunks/main-4fcf6786ff2ad8b8.js",
23
  "static/chunks/pages/_app-4b3fb5e477a0267f.js"
24
  ],
25
  "/_error": [
26
+ "static/chunks/webpack-809e7d6fd4e0142c.js",
27
  "static/chunks/framework-bd61ec64032c2de7.js",
28
  "static/chunks/main-4fcf6786ff2ad8b8.js",
29
  "static/chunks/pages/_error-c970d8b55ace1b48.js"
.next/prerender-manifest.json CHANGED
@@ -50,7 +50,7 @@
50
  "x-next-revalidate-tag-token"
51
  ]
52
  },
53
- "/admin/login": {
54
  "experimentalBypassFor": [
55
  {
56
  "type": "header",
@@ -63,8 +63,8 @@
63
  }
64
  ],
65
  "initialRevalidateSeconds": false,
66
- "srcRoute": "/admin/login",
67
- "dataRoute": "/admin/login.rsc",
68
  "allowHeader": [
69
  "host",
70
  "x-matched-path",
@@ -74,7 +74,7 @@
74
  "x-next-revalidate-tag-token"
75
  ]
76
  },
77
- "/admin/register": {
78
  "experimentalBypassFor": [
79
  {
80
  "type": "header",
@@ -87,8 +87,8 @@
87
  }
88
  ],
89
  "initialRevalidateSeconds": false,
90
- "srcRoute": "/admin/register",
91
- "dataRoute": "/admin/register.rsc",
92
  "allowHeader": [
93
  "host",
94
  "x-matched-path",
@@ -122,7 +122,7 @@
122
  "x-next-revalidate-tag-token"
123
  ]
124
  },
125
- "/admin/users": {
126
  "experimentalBypassFor": [
127
  {
128
  "type": "header",
@@ -135,8 +135,8 @@
135
  }
136
  ],
137
  "initialRevalidateSeconds": false,
138
- "srcRoute": "/admin/users",
139
- "dataRoute": "/admin/users.rsc",
140
  "allowHeader": [
141
  "host",
142
  "x-matched-path",
@@ -146,7 +146,7 @@
146
  "x-next-revalidate-tag-token"
147
  ]
148
  },
149
- "/test-generation": {
150
  "experimentalBypassFor": [
151
  {
152
  "type": "header",
@@ -159,8 +159,8 @@
159
  }
160
  ],
161
  "initialRevalidateSeconds": false,
162
- "srcRoute": "/test-generation",
163
- "dataRoute": "/test-generation.rsc",
164
  "allowHeader": [
165
  "host",
166
  "x-matched-path",
@@ -170,7 +170,7 @@
170
  "x-next-revalidate-tag-token"
171
  ]
172
  },
173
- "/admin/workspaces": {
174
  "experimentalBypassFor": [
175
  {
176
  "type": "header",
@@ -183,8 +183,8 @@
183
  }
184
  ],
185
  "initialRevalidateSeconds": false,
186
- "srcRoute": "/admin/workspaces",
187
- "dataRoute": "/admin/workspaces.rsc",
188
  "allowHeader": [
189
  "host",
190
  "x-matched-path",
 
50
  "x-next-revalidate-tag-token"
51
  ]
52
  },
53
+ "/admin/register": {
54
  "experimentalBypassFor": [
55
  {
56
  "type": "header",
 
63
  }
64
  ],
65
  "initialRevalidateSeconds": false,
66
+ "srcRoute": "/admin/register",
67
+ "dataRoute": "/admin/register.rsc",
68
  "allowHeader": [
69
  "host",
70
  "x-matched-path",
 
74
  "x-next-revalidate-tag-token"
75
  ]
76
  },
77
+ "/admin/login": {
78
  "experimentalBypassFor": [
79
  {
80
  "type": "header",
 
87
  }
88
  ],
89
  "initialRevalidateSeconds": false,
90
+ "srcRoute": "/admin/login",
91
+ "dataRoute": "/admin/login.rsc",
92
  "allowHeader": [
93
  "host",
94
  "x-matched-path",
 
122
  "x-next-revalidate-tag-token"
123
  ]
124
  },
125
+ "/test-generation": {
126
  "experimentalBypassFor": [
127
  {
128
  "type": "header",
 
135
  }
136
  ],
137
  "initialRevalidateSeconds": false,
138
+ "srcRoute": "/test-generation",
139
+ "dataRoute": "/test-generation.rsc",
140
  "allowHeader": [
141
  "host",
142
  "x-matched-path",
 
146
  "x-next-revalidate-tag-token"
147
  ]
148
  },
149
+ "/admin/workspaces": {
150
  "experimentalBypassFor": [
151
  {
152
  "type": "header",
 
159
  }
160
  ],
161
  "initialRevalidateSeconds": false,
162
+ "srcRoute": "/admin/workspaces",
163
+ "dataRoute": "/admin/workspaces.rsc",
164
  "allowHeader": [
165
  "host",
166
  "x-matched-path",
 
170
  "x-next-revalidate-tag-token"
171
  ]
172
  },
173
+ "/admin/users": {
174
  "experimentalBypassFor": [
175
  {
176
  "type": "header",
 
183
  }
184
  ],
185
  "initialRevalidateSeconds": false,
186
+ "srcRoute": "/admin/users",
187
+ "dataRoute": "/admin/users.rsc",
188
  "allowHeader": [
189
  "host",
190
  "x-matched-path",
.next/react-loadable-manifest.json CHANGED
@@ -53,9 +53,13 @@
53
  "components/project-backend/index.tsx -> @/lib/llm/prompts": {
54
  "id": 29569,
55
  "files": [
56
- "static/chunks/9569.88498984d5af0684.js"
57
  ]
58
  },
 
 
 
 
59
  "components/views/content-area.tsx -> @/lib/vfs": {
60
  "id": 94318,
61
  "files": []
@@ -71,7 +75,7 @@
71
  "components/workspace/index.tsx -> @/lib/llm/prompts": {
72
  "id": 29569,
73
  "files": [
74
- "static/chunks/9569.88498984d5af0684.js"
75
  ]
76
  },
77
  "lib/llm/debug-events-state.ts -> @/lib/vfs": {
@@ -98,6 +102,18 @@
98
  "static/chunks/45.0a46f63ce475dcef.js"
99
  ]
100
  },
 
 
 
 
 
 
 
 
 
 
 
 
101
  "lib/testing/assertion-runner.ts -> @/lib/vfs": {
102
  "id": 94318,
103
  "files": []
@@ -132,7 +148,7 @@
132
  "id": 29569,
133
  "files": [
134
  "static/chunks/8784-a70de7155a979c5e.js",
135
- "static/chunks/1950.88498984d5af0684.js"
136
  ]
137
  },
138
  "lib/vfs/cli-shell.ts -> @/lib/preview/virtual-server": {
@@ -146,7 +162,7 @@
146
  "lib/vfs/index.ts -> ./auto-sync": {
147
  "id": 37714,
148
  "files": [
149
- "static/chunks/7714-9d63785ec81e1efe.js"
150
  ]
151
  },
152
  "lib/vfs/index.ts -> ./server-context": {
@@ -173,7 +189,7 @@
173
  "lib/vfs/skills/service.ts -> ../auto-sync": {
174
  "id": 37714,
175
  "files": [
176
- "static/chunks/7714-9d63785ec81e1efe.js"
177
  ]
178
  },
179
  "lib/vfs/sync-manager.ts -> @/lib/vfs": {
 
53
  "components/project-backend/index.tsx -> @/lib/llm/prompts": {
54
  "id": 29569,
55
  "files": [
56
+ "static/chunks/1950.88498984d5af0684.js"
57
  ]
58
  },
59
+ "components/project-manager/index.tsx -> @/lib/vfs/auto-sync": {
60
+ "id": 37714,
61
+ "files": []
62
+ },
63
  "components/views/content-area.tsx -> @/lib/vfs": {
64
  "id": 94318,
65
  "files": []
 
75
  "components/workspace/index.tsx -> @/lib/llm/prompts": {
76
  "id": 29569,
77
  "files": [
78
+ "static/chunks/1950.88498984d5af0684.js"
79
  ]
80
  },
81
  "lib/llm/debug-events-state.ts -> @/lib/vfs": {
 
102
  "static/chunks/45.0a46f63ce475dcef.js"
103
  ]
104
  },
105
+ "lib/server-generate/build-delegation-handler.ts -> @/lib/preview/compile-errors": {
106
+ "id": 58445,
107
+ "files": []
108
+ },
109
+ "lib/server-generate/build-delegation-handler.ts -> @/lib/preview/virtual-server": {
110
+ "id": 4735,
111
+ "files": []
112
+ },
113
+ "lib/stores/slices/orchestrator.ts -> @/lib/vfs/sync-manager": {
114
+ "id": 10536,
115
+ "files": []
116
+ },
117
  "lib/testing/assertion-runner.ts -> @/lib/vfs": {
118
  "id": 94318,
119
  "files": []
 
148
  "id": 29569,
149
  "files": [
150
  "static/chunks/8784-a70de7155a979c5e.js",
151
+ "static/chunks/9569.88498984d5af0684.js"
152
  ]
153
  },
154
  "lib/vfs/cli-shell.ts -> @/lib/preview/virtual-server": {
 
162
  "lib/vfs/index.ts -> ./auto-sync": {
163
  "id": 37714,
164
  "files": [
165
+ "static/chunks/7714-f0a155d98ed994f5.js"
166
  ]
167
  },
168
  "lib/vfs/index.ts -> ./server-context": {
 
189
  "lib/vfs/skills/service.ts -> ../auto-sync": {
190
  "id": 37714,
191
  "files": [
192
+ "static/chunks/7714-f0a155d98ed994f5.js"
193
  ]
194
  },
195
  "lib/vfs/sync-manager.ts -> @/lib/vfs": {
.next/server/app-paths-manifest.json CHANGED
@@ -1,93 +1,101 @@
1
  {
2
  "/_not-found/page": "app/_not-found/page.js",
3
  "/api/admin/sessions/route": "app/api/admin/sessions/route.js",
4
- "/api/admin/workspaces/[id]/access/route": "app/api/admin/workspaces/[id]/access/route.js",
5
  "/api/admin/users/[id]/route": "app/api/admin/users/[id]/route.js",
 
6
  "/api/admin/workspaces/[id]/repair/route": "app/api/admin/workspaces/[id]/repair/route.js",
 
7
  "/api/admin/workspaces/[id]/route": "app/api/admin/workspaces/[id]/route.js",
8
- "/api/admin/users/route": "app/api/admin/users/route.js",
9
  "/api/analytics/[deploymentId]/clear/route": "app/api/analytics/[deploymentId]/clear/route.js",
10
- "/api/analytics/[deploymentId]/engagement/route": "app/api/analytics/[deploymentId]/engagement/route.js",
11
  "/api/analytics/[deploymentId]/export/route": "app/api/analytics/[deploymentId]/export/route.js",
 
12
  "/api/analytics/[deploymentId]/overview/route": "app/api/analytics/[deploymentId]/overview/route.js",
 
 
13
  "/api/analytics/[deploymentId]/storage/route": "app/api/analytics/[deploymentId]/storage/route.js",
14
  "/api/analytics/[deploymentId]/heatmap/route": "app/api/analytics/[deploymentId]/heatmap/route.js",
15
- "/api/analytics/[deploymentId]/sessions/route": "app/api/analytics/[deploymentId]/sessions/route.js",
16
- "/api/analytics/[deploymentId]/route": "app/api/analytics/[deploymentId]/route.js",
17
- "/api/analytics/interaction/route": "app/api/analytics/interaction/route.js",
18
  "/api/auth/check/route": "app/api/auth/check/route.js",
 
 
19
  "/api/analytics/track/route": "app/api/analytics/track/route.js",
20
  "/api/auth/codex/connect/route": "app/api/auth/codex/connect/route.js",
21
- "/api/auth/codex/status/route": "app/api/auth/codex/status/route.js",
22
- "/api/auth/desktop-init/route": "app/api/auth/desktop-init/route.js",
23
  "/api/auth/codex/token/route": "app/api/auth/codex/token/route.js",
24
- "/api/auth/codex/disconnect/route": "app/api/auth/codex/disconnect/route.js",
25
- "/api/auth/handoff/route": "app/api/auth/handoff/route.js",
26
  "/api/auth/hf/capabilities/route": "app/api/auth/hf/capabilities/route.js",
27
- "/api/auth/logout/route": "app/api/auth/logout/route.js",
 
 
 
28
  "/api/auth/login/route": "app/api/auth/login/route.js",
29
  "/api/auth/me/route": "app/api/auth/me/route.js",
30
- "/api/auth/register/route": "app/api/auth/register/route.js",
31
  "/api/auth/setup-status/route": "app/api/auth/setup-status/route.js",
32
- "/api/admin/workspaces/route": "app/api/admin/workspaces/route.js",
33
  "/api/docs/[...path]/route": "app/api/docs/[...path]/route.js",
 
34
  "/api/models/route": "app/api/models/route.js",
35
- "/api/validate-key/route": "app/api/validate-key/route.js",
36
  "/api/generate/route": "app/api/generate/route.js",
 
 
 
 
 
 
 
37
  "/api/w/[workspaceId]/admin/deployments/[id]/database/logs/route": "app/api/w/[workspaceId]/admin/deployments/[id]/database/logs/route.js",
 
38
  "/api/w/[workspaceId]/admin/deployments/[id]/functions/[functionId]/logs/route": "app/api/w/[workspaceId]/admin/deployments/[id]/functions/[functionId]/logs/route.js",
39
- "/api/w/[workspaceId]/admin/deployments/[id]/database/schema/route": "app/api/w/[workspaceId]/admin/deployments/[id]/database/schema/route.js",
40
- "/api/w/[workspaceId]/admin/deployments/[id]/functions/route": "app/api/w/[workspaceId]/admin/deployments/[id]/functions/route.js",
 
 
41
  "/api/w/[workspaceId]/admin/deployments/[id]/scheduled-functions/route": "app/api/w/[workspaceId]/admin/deployments/[id]/scheduled-functions/route.js",
 
42
  "/api/w/[workspaceId]/admin/deployments/[id]/scheduled-functions/[scheduledFunctionId]/route": "app/api/w/[workspaceId]/admin/deployments/[id]/scheduled-functions/[scheduledFunctionId]/route.js",
43
- "/api/w/[workspaceId]/admin/deployments/[id]/provision/route": "app/api/w/[workspaceId]/admin/deployments/[id]/provision/route.js",
44
- "/api/w/[workspaceId]/admin/deployments/[id]/functions/[functionId]/route": "app/api/w/[workspaceId]/admin/deployments/[id]/functions/[functionId]/route.js",
 
 
45
  "/api/w/[workspaceId]/admin/deployments/[id]/server-functions/route": "app/api/w/[workspaceId]/admin/deployments/[id]/server-functions/route.js",
46
- "/api/w/[workspaceId]/admin/deployments/[id]/secrets/route": "app/api/w/[workspaceId]/admin/deployments/[id]/secrets/route.js",
47
- "/api/w/[workspaceId]/admin/deployments/[id]/secrets/[secretId]/route": "app/api/w/[workspaceId]/admin/deployments/[id]/secrets/[secretId]/route.js",
48
  "/api/w/[workspaceId]/deployments/[id]/publish/route": "app/api/w/[workspaceId]/deployments/[id]/publish/route.js",
 
 
 
 
49
  "/api/w/[workspaceId]/admin/deployments/[id]/server-functions/[functionId]/route": "app/api/w/[workspaceId]/admin/deployments/[id]/server-functions/[functionId]/route.js",
50
- "/api/w/[workspaceId]/admin/run-migrations/route": "app/api/w/[workspaceId]/admin/run-migrations/route.js",
51
  "/api/w/[workspaceId]/deployments/[id]/settings/route": "app/api/w/[workspaceId]/deployments/[id]/settings/route.js",
52
- "/api/w/[workspaceId]/deployments/[id]/swap-project/route": "app/api/w/[workspaceId]/deployments/[id]/swap-project/route.js",
53
- "/api/w/[workspaceId]/deployments/[id]/route": "app/api/w/[workspaceId]/deployments/[id]/route.js",
54
  "/api/w/[workspaceId]/projects/[id]/deployments/route": "app/api/w/[workspaceId]/projects/[id]/deployments/route.js",
55
- "/api/w/[workspaceId]/projects/[id]/database/query/route": "app/api/w/[workspaceId]/projects/[id]/database/query/route.js",
56
- "/api/w/[workspaceId]/admin/deployments/[id]/database/query/route": "app/api/w/[workspaceId]/admin/deployments/[id]/database/query/route.js",
57
- "/api/w/[workspaceId]/admin/deployments/[id]/server-context/mutate/route": "app/api/w/[workspaceId]/admin/deployments/[id]/server-context/mutate/route.js",
58
- "/api/w/[workspaceId]/shell/execute/route": "app/api/w/[workspaceId]/shell/execute/route.js",
59
- "/api/w/[workspaceId]/projects/route": "app/api/w/[workspaceId]/projects/route.js",
60
  "/api/w/[workspaceId]/projects/[id]/database/schema/route": "app/api/w/[workspaceId]/projects/[id]/database/schema/route.js",
61
- "/api/w/[workspaceId]/deployments/route": "app/api/w/[workspaceId]/deployments/route.js",
62
  "/api/w/[workspaceId]/sync/backend-features/[projectId]/route": "app/api/w/[workspaceId]/sync/backend-features/[projectId]/route.js",
63
- "/api/w/[workspaceId]/sync/skills/[id]/route": "app/api/w/[workspaceId]/sync/skills/[id]/route.js",
 
64
  "/api/w/[workspaceId]/sync/files/route": "app/api/w/[workspaceId]/sync/files/route.js",
65
- "/api/w/[workspaceId]/sync/projects/[id]/route": "app/api/w/[workspaceId]/sync/projects/[id]/route.js",
66
- "/api/workspaces/route": "app/api/workspaces/route.js",
67
- "/api/w/[workspaceId]/sync/templates/[id]/route": "app/api/w/[workspaceId]/sync/templates/[id]/route.js",
68
- "/api/w/[workspaceId]/sync/status/route": "app/api/w/[workspaceId]/sync/status/route.js",
69
  "/api/w/[workspaceId]/sync/skills/route": "app/api/w/[workspaceId]/sync/skills/route.js",
70
  "/api/w/[workspaceId]/sync/templates/route": "app/api/w/[workspaceId]/sync/templates/route.js",
71
- "/deployments/[id]/route": "app/deployments/[id]/route.js",
72
- "/api/w/[workspaceId]/deployments/[id]/thumbnail/route": "app/api/w/[workspaceId]/deployments/[id]/thumbnail/route.js",
73
- "/api/w/[workspaceId]/sync/projects/route": "app/api/w/[workspaceId]/sync/projects/route.js",
 
74
  "/deployments/[id]/[...path]/route": "app/deployments/[id]/[...path]/route.js",
 
 
75
  "/api/admin/dashboard/route": "app/api/admin/dashboard/route.js",
76
  "/api/deployments/[id]/functions/[...path]/route": "app/api/deployments/[id]/functions/[...path]/route.js",
77
  "/api/w/[workspaceId]/admin/deployments/[id]/server-context/route": "app/api/w/[workspaceId]/admin/deployments/[id]/server-context/route.js",
78
- "/admin/login/page": "app/admin/login/page.js",
79
- "/admin/users/page": "app/admin/users/page.js",
80
  "/admin/page": "app/admin/page.js",
 
81
  "/admin/register/page": "app/admin/register/page.js",
82
  "/admin/workspaces/page": "app/admin/workspaces/page.js",
83
- "/w/[workspaceId]/deployments/page": "app/w/[workspaceId]/deployments/page.js",
84
- "/w/[workspaceId]/docs/page": "app/w/[workspaceId]/docs/page.js",
85
- "/test-generation/page": "app/test-generation/page.js",
86
  "/w/[workspaceId]/dashboard/page": "app/w/[workspaceId]/dashboard/page.js",
87
- "/w/[workspaceId]/page": "app/w/[workspaceId]/page.js",
88
  "/page": "app/page.js",
89
- "/w/[workspaceId]/skills/page": "app/w/[workspaceId]/skills/page.js",
 
90
  "/w/[workspaceId]/settings/page": "app/w/[workspaceId]/settings/page.js",
 
 
 
91
  "/w/[workspaceId]/projects/page": "app/w/[workspaceId]/projects/page.js",
92
- "/w/[workspaceId]/templates/page": "app/w/[workspaceId]/templates/page.js"
93
  }
 
1
  {
2
  "/_not-found/page": "app/_not-found/page.js",
3
  "/api/admin/sessions/route": "app/api/admin/sessions/route.js",
 
4
  "/api/admin/users/[id]/route": "app/api/admin/users/[id]/route.js",
5
+ "/api/admin/users/route": "app/api/admin/users/route.js",
6
  "/api/admin/workspaces/[id]/repair/route": "app/api/admin/workspaces/[id]/repair/route.js",
7
+ "/api/admin/workspaces/[id]/access/route": "app/api/admin/workspaces/[id]/access/route.js",
8
  "/api/admin/workspaces/[id]/route": "app/api/admin/workspaces/[id]/route.js",
 
9
  "/api/analytics/[deploymentId]/clear/route": "app/api/analytics/[deploymentId]/clear/route.js",
 
10
  "/api/analytics/[deploymentId]/export/route": "app/api/analytics/[deploymentId]/export/route.js",
11
+ "/api/admin/workspaces/route": "app/api/admin/workspaces/route.js",
12
  "/api/analytics/[deploymentId]/overview/route": "app/api/analytics/[deploymentId]/overview/route.js",
13
+ "/api/analytics/[deploymentId]/engagement/route": "app/api/analytics/[deploymentId]/engagement/route.js",
14
+ "/api/analytics/[deploymentId]/sessions/route": "app/api/analytics/[deploymentId]/sessions/route.js",
15
  "/api/analytics/[deploymentId]/storage/route": "app/api/analytics/[deploymentId]/storage/route.js",
16
  "/api/analytics/[deploymentId]/heatmap/route": "app/api/analytics/[deploymentId]/heatmap/route.js",
 
 
 
17
  "/api/auth/check/route": "app/api/auth/check/route.js",
18
+ "/api/analytics/interaction/route": "app/api/analytics/interaction/route.js",
19
+ "/api/auth/codex/disconnect/route": "app/api/auth/codex/disconnect/route.js",
20
  "/api/analytics/track/route": "app/api/analytics/track/route.js",
21
  "/api/auth/codex/connect/route": "app/api/auth/codex/connect/route.js",
 
 
22
  "/api/auth/codex/token/route": "app/api/auth/codex/token/route.js",
 
 
23
  "/api/auth/hf/capabilities/route": "app/api/auth/hf/capabilities/route.js",
24
+ "/api/auth/desktop-init/route": "app/api/auth/desktop-init/route.js",
25
+ "/api/auth/handoff/route": "app/api/auth/handoff/route.js",
26
+ "/api/analytics/[deploymentId]/route": "app/api/analytics/[deploymentId]/route.js",
27
+ "/api/auth/codex/status/route": "app/api/auth/codex/status/route.js",
28
  "/api/auth/login/route": "app/api/auth/login/route.js",
29
  "/api/auth/me/route": "app/api/auth/me/route.js",
 
30
  "/api/auth/setup-status/route": "app/api/auth/setup-status/route.js",
31
+ "/api/auth/logout/route": "app/api/auth/logout/route.js",
32
  "/api/docs/[...path]/route": "app/api/docs/[...path]/route.js",
33
+ "/api/auth/register/route": "app/api/auth/register/route.js",
34
  "/api/models/route": "app/api/models/route.js",
35
+ "/api/server-generate/cancel/route": "app/api/server-generate/cancel/route.js",
36
  "/api/generate/route": "app/api/generate/route.js",
37
+ "/api/server-generate/events/route": "app/api/server-generate/events/route.js",
38
+ "/api/server-generate/files/route": "app/api/server-generate/files/route.js",
39
+ "/api/server-generate/build-result/route": "app/api/server-generate/build-result/route.js",
40
+ "/api/server-generate/pause/route": "app/api/server-generate/pause/route.js",
41
+ "/api/validate-key/route": "app/api/validate-key/route.js",
42
+ "/api/server-generate/resume/route": "app/api/server-generate/resume/route.js",
43
+ "/api/server-generate/status/route": "app/api/server-generate/status/route.js",
44
  "/api/w/[workspaceId]/admin/deployments/[id]/database/logs/route": "app/api/w/[workspaceId]/admin/deployments/[id]/database/logs/route.js",
45
+ "/api/w/[workspaceId]/admin/deployments/[id]/database/query/route": "app/api/w/[workspaceId]/admin/deployments/[id]/database/query/route.js",
46
  "/api/w/[workspaceId]/admin/deployments/[id]/functions/[functionId]/logs/route": "app/api/w/[workspaceId]/admin/deployments/[id]/functions/[functionId]/logs/route.js",
47
+ "/api/server-generate/route": "app/api/server-generate/route.js",
48
+ "/api/w/[workspaceId]/admin/deployments/[id]/functions/[functionId]/route": "app/api/w/[workspaceId]/admin/deployments/[id]/functions/[functionId]/route.js",
49
+ "/api/w/[workspaceId]/admin/deployments/[id]/provision/route": "app/api/w/[workspaceId]/admin/deployments/[id]/provision/route.js",
50
+ "/api/w/[workspaceId]/admin/deployments/[id]/secrets/[secretId]/route": "app/api/w/[workspaceId]/admin/deployments/[id]/secrets/[secretId]/route.js",
51
  "/api/w/[workspaceId]/admin/deployments/[id]/scheduled-functions/route": "app/api/w/[workspaceId]/admin/deployments/[id]/scheduled-functions/route.js",
52
+ "/api/w/[workspaceId]/admin/deployments/[id]/secrets/route": "app/api/w/[workspaceId]/admin/deployments/[id]/secrets/route.js",
53
  "/api/w/[workspaceId]/admin/deployments/[id]/scheduled-functions/[scheduledFunctionId]/route": "app/api/w/[workspaceId]/admin/deployments/[id]/scheduled-functions/[scheduledFunctionId]/route.js",
54
+ "/api/w/[workspaceId]/admin/deployments/[id]/server-context/mutate/route": "app/api/w/[workspaceId]/admin/deployments/[id]/server-context/mutate/route.js",
55
+ "/api/w/[workspaceId]/admin/deployments/[id]/database/schema/route": "app/api/w/[workspaceId]/admin/deployments/[id]/database/schema/route.js",
56
+ "/api/w/[workspaceId]/admin/run-migrations/route": "app/api/w/[workspaceId]/admin/run-migrations/route.js",
57
+ "/api/w/[workspaceId]/admin/deployments/[id]/functions/route": "app/api/w/[workspaceId]/admin/deployments/[id]/functions/route.js",
58
  "/api/w/[workspaceId]/admin/deployments/[id]/server-functions/route": "app/api/w/[workspaceId]/admin/deployments/[id]/server-functions/route.js",
 
 
59
  "/api/w/[workspaceId]/deployments/[id]/publish/route": "app/api/w/[workspaceId]/deployments/[id]/publish/route.js",
60
+ "/api/w/[workspaceId]/deployments/[id]/thumbnail/route": "app/api/w/[workspaceId]/deployments/[id]/thumbnail/route.js",
61
+ "/api/w/[workspaceId]/deployments/[id]/route": "app/api/w/[workspaceId]/deployments/[id]/route.js",
62
+ "/api/w/[workspaceId]/projects/[id]/database/query/route": "app/api/w/[workspaceId]/projects/[id]/database/query/route.js",
63
+ "/api/w/[workspaceId]/deployments/[id]/swap-project/route": "app/api/w/[workspaceId]/deployments/[id]/swap-project/route.js",
64
  "/api/w/[workspaceId]/admin/deployments/[id]/server-functions/[functionId]/route": "app/api/w/[workspaceId]/admin/deployments/[id]/server-functions/[functionId]/route.js",
65
+ "/api/w/[workspaceId]/deployments/route": "app/api/w/[workspaceId]/deployments/route.js",
66
  "/api/w/[workspaceId]/deployments/[id]/settings/route": "app/api/w/[workspaceId]/deployments/[id]/settings/route.js",
 
 
67
  "/api/w/[workspaceId]/projects/[id]/deployments/route": "app/api/w/[workspaceId]/projects/[id]/deployments/route.js",
 
 
 
 
 
68
  "/api/w/[workspaceId]/projects/[id]/database/schema/route": "app/api/w/[workspaceId]/projects/[id]/database/schema/route.js",
69
+ "/api/w/[workspaceId]/projects/route": "app/api/w/[workspaceId]/projects/route.js",
70
  "/api/w/[workspaceId]/sync/backend-features/[projectId]/route": "app/api/w/[workspaceId]/sync/backend-features/[projectId]/route.js",
71
+ "/api/w/[workspaceId]/shell/execute/route": "app/api/w/[workspaceId]/shell/execute/route.js",
72
+ "/api/w/[workspaceId]/sync/projects/route": "app/api/w/[workspaceId]/sync/projects/route.js",
73
  "/api/w/[workspaceId]/sync/files/route": "app/api/w/[workspaceId]/sync/files/route.js",
 
 
 
 
74
  "/api/w/[workspaceId]/sync/skills/route": "app/api/w/[workspaceId]/sync/skills/route.js",
75
  "/api/w/[workspaceId]/sync/templates/route": "app/api/w/[workspaceId]/sync/templates/route.js",
76
+ "/api/w/[workspaceId]/sync/projects/[id]/route": "app/api/w/[workspaceId]/sync/projects/[id]/route.js",
77
+ "/api/w/[workspaceId]/sync/skills/[id]/route": "app/api/w/[workspaceId]/sync/skills/[id]/route.js",
78
+ "/api/w/[workspaceId]/sync/status/route": "app/api/w/[workspaceId]/sync/status/route.js",
79
+ "/api/w/[workspaceId]/sync/templates/[id]/route": "app/api/w/[workspaceId]/sync/templates/[id]/route.js",
80
  "/deployments/[id]/[...path]/route": "app/deployments/[id]/[...path]/route.js",
81
+ "/deployments/[id]/route": "app/deployments/[id]/route.js",
82
+ "/api/workspaces/route": "app/api/workspaces/route.js",
83
  "/api/admin/dashboard/route": "app/api/admin/dashboard/route.js",
84
  "/api/deployments/[id]/functions/[...path]/route": "app/api/deployments/[id]/functions/[...path]/route.js",
85
  "/api/w/[workspaceId]/admin/deployments/[id]/server-context/route": "app/api/w/[workspaceId]/admin/deployments/[id]/server-context/route.js",
 
 
86
  "/admin/page": "app/admin/page.js",
87
+ "/admin/login/page": "app/admin/login/page.js",
88
  "/admin/register/page": "app/admin/register/page.js",
89
  "/admin/workspaces/page": "app/admin/workspaces/page.js",
90
+ "/admin/users/page": "app/admin/users/page.js",
 
 
91
  "/w/[workspaceId]/dashboard/page": "app/w/[workspaceId]/dashboard/page.js",
 
92
  "/page": "app/page.js",
93
+ "/test-generation/page": "app/test-generation/page.js",
94
+ "/w/[workspaceId]/deployments/page": "app/w/[workspaceId]/deployments/page.js",
95
  "/w/[workspaceId]/settings/page": "app/w/[workspaceId]/settings/page.js",
96
+ "/w/[workspaceId]/skills/page": "app/w/[workspaceId]/skills/page.js",
97
+ "/w/[workspaceId]/page": "app/w/[workspaceId]/page.js",
98
+ "/w/[workspaceId]/templates/page": "app/w/[workspaceId]/templates/page.js",
99
  "/w/[workspaceId]/projects/page": "app/w/[workspaceId]/projects/page.js",
100
+ "/w/[workspaceId]/docs/page": "app/w/[workspaceId]/docs/page.js"
101
  }
.next/server/app/_not-found.html CHANGED
@@ -1 +1 @@
1
- <!DOCTYPE html><!--b9Cr66_fnQ05YQJS0EJ62--><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/><link rel="preload" href="/_next/static/media/58f662ed5ba12a72-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" href="/_next/static/media/c3f6eb667c0186c5-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" href="/_next/static/media/e4af272ccee01ff0-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/css/82f4473c79d5d55a.css" data-precedence="next"/><link rel="stylesheet" href="/_next/static/css/1138060002beec9e.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-877dbed209166e77.js"/><script src="/_next/static/chunks/4bd1b696-100b9d70ed4e49c1.js" async=""></script><script src="/_next/static/chunks/1255-dfb5f8d642ae4426.js" async=""></script><script src="/_next/static/chunks/main-app-6796e1116c8e92de.js" async=""></script><script src="/_next/static/chunks/8001-ab2328d010d9575c.js" async=""></script><script src="/_next/static/chunks/4165-2fd065a6c1436849.js" async=""></script><script src="/_next/static/chunks/7625-3e99f3a22fc35ba0.js" async=""></script><script src="/_next/static/chunks/app/layout-29b5b9c7b4063442.js" async=""></script><meta name="robots" content="noindex"/><meta name="next-size-adjust" content=""/><title>404: This page could not be found.</title><meta name="theme-color" content="#000000"/><title>OSW Studio</title><meta name="description" content="Open Source Web Studio is an AI-powered development environment that enables autonomous multi-file development through intelligent tool usage. Build complete applications with natural language."/><meta name="mobile-web-app-capable" content="yes"/><meta name="apple-mobile-web-app-title" content="OSW-Studio"/><meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"/><meta property="og:title" content="Open Source Web Studio | Agentic AI Development"/><meta property="og:description" content="Open Source Web Studio is an AI-powered development environment that enables autonomous multi-file development through intelligent tool usage. Build complete applications with natural language."/><meta property="og:url" content="https://huggingface.co/spaces/otst/osw-studio"/><meta property="og:site_name" content="Open Source Web Studio"/><meta property="og:image" content="https://huggingface.co/spaces/otst/osw-studio/resolve/main/banner.png"/><meta property="og:image:width" content="1200"/><meta property="og:image:height" content="630"/><meta property="og:image:alt" content="Open Source Web Studio - Agentic AI Development"/><meta name="twitter:card" content="summary_large_image"/><meta name="twitter:title" content="OSW Studio | Agentic AI Development"/><meta name="twitter:description" content="OSW-Studio is an AI-powered development environment that enables autonomous multi-file development through intelligent tool usage. Build complete applications with natural language."/><meta name="twitter:image" content="https://huggingface.co/spaces/otst/osw-studio/resolve/main/banner.png"/><link rel="shortcut icon" href="/osw-studio-logo.svg"/><link rel="icon" href="/osw-studio-logo.svg"/><link rel="apple-touch-icon" href="/osw-studio-logo.svg"/><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body class="__variable_f367f3 __variable_438d47 antialiased bg-background h-[100dvh] overflow-hidden"><div hidden=""><!--$--><!--/$--></div><script>((a,b,c,d,e,f,g,h)=>{let i=document.documentElement,j=["light","dark"];function k(b){var c;(Array.isArray(a)?a:[a]).forEach(a=>{let c="class"===a,d=c&&f?e.map(a=>f[a]||a):e;c?(i.classList.remove(...d),i.classList.add(f&&f[b]?f[b]:b)):i.setAttribute(a,b)}),c=b,h&&j.includes(c)&&(i.style.colorScheme=c)}if(d)k(d);else try{let a=localStorage.getItem(b)||c,d=g&&"system"===a?window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light":a;k(d)}catch(a){}})("class","osw-studio-theme","dark",null,["light","dark"],null,true,true)</script><section aria-label="Notifications alt+T" tabindex="-1" aria-live="polite" aria-relevant="additions text" aria-atomic="false"></section><div style="font-family:system-ui,&quot;Segoe UI&quot;,Roboto,Helvetica,Arial,sans-serif,&quot;Apple Color Emoji&quot;,&quot;Segoe UI Emoji&quot;;height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding:0 23px 0 0;font-size:24px;font-weight:500;vertical-align:top;line-height:49px">404</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:49px;margin:0">This page could not be found.</h2></div></div></div><!--$--><!--/$--><script src="/_next/static/chunks/webpack-877dbed209166e77.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[98124,[\"8001\",\"static/chunks/8001-ab2328d010d9575c.js\",\"4165\",\"static/chunks/4165-2fd065a6c1436849.js\",\"7625\",\"static/chunks/7625-3e99f3a22fc35ba0.js\",\"7177\",\"static/chunks/app/layout-29b5b9c7b4063442.js\"],\"ThemeProvider\"]\n3:I[70240,[\"8001\",\"static/chunks/8001-ab2328d010d9575c.js\",\"4165\",\"static/chunks/4165-2fd065a6c1436849.js\",\"7625\",\"static/chunks/7625-3e99f3a22fc35ba0.js\",\"7177\",\"static/chunks/app/layout-29b5b9c7b4063442.js\"],\"Toaster\"]\n4:I[16717,[\"8001\",\"static/chunks/8001-ab2328d010d9575c.js\",\"4165\",\"static/chunks/4165-2fd065a6c1436849.js\",\"7625\",\"static/chunks/7625-3e99f3a22fc35ba0.js\",\"7177\",\"static/chunks/app/layout-29b5b9c7b4063442.js\"],\"BackendStatusBanner\"]\n5:I[46131,[\"8001\",\"static/chunks/8001-ab2328d010d9575c.js\",\"4165\",\"static/chunks/4165-2fd065a6c1436849.js\",\"7625\",\"static/chunks/7625-3e99f3a22fc35ba0.js\",\"7177\",\"static/chunks/app/layout-29b5b9c7b4063442.js\"],\"default\"]\n6:I[9766,[],\"\"]\n7:I[98924,[],\"\"]\n8:I[24431,[],\"OutletBoundary\"]\na:I[15278,[],\"AsyncMetadataOutlet\"]\nc:I[24431,[],\"ViewportBoundary\"]\ne:I[24431,[],\"MetadataBoundary\"]\nf:\"$Sreact.suspense\"\n11:I[57150,[],\"\"]\n:HL[\"/_next/static/media/58f662ed5ba12a72-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/c3f6eb667c0186c5-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/e4af272ccee01ff0-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/css/82f4473c79d5d55a.css\",\"style\"]\n:HL[\"/_next/static/css/1138060002beec9e.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"b9Cr66_fnQ05YQJS0EJ62\",\"p\":\"\",\"c\":[\"\",\"_not-found\"],\"i\":false,\"f\":[[[\"\",{\"children\":[\"/_not-found\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",true],[\"\",[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/82f4473c79d5d55a.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"link\",\"1\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/1138060002beec9e.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"suppressHydrationWarning\":true,\"children\":[\"$\",\"body\",null,{\"className\":\"__variable_f367f3 __variable_438d47 antialiased bg-background h-[100dvh] overflow-hidden\",\"suppressHydrationWarning\":true,\"children\":[\"$\",\"$L2\",null,{\"children\":[[\"$\",\"$L3\",null,{\"richColors\":true,\"position\":\"bottom-center\"}],[\"$\",\"$L4\",null,{}],[\"$\",\"$L5\",null,{\"children\":[\"$\",\"$L6\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L7\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]]}]}]}]]}],{\"children\":[\"/_not-found\",[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L6\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L7\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[\"__PAGE__\",[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],null,[\"$\",\"$L8\",null,{\"children\":[\"$L9\",[\"$\",\"$La\",null,{\"promise\":\"$@b\"}]]}]]}],{},null,false]},null,false]},null,false],[\"$\",\"$1\",\"h\",{\"children\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],[[\"$\",\"$Lc\",null,{\"children\":\"$Ld\"}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]],[\"$\",\"$Le\",null,{\"children\":[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$f\",null,{\"fallback\":null,\"children\":\"$L10\"}]}]}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$11\",[]],\"s\":false,\"S\":true}\n"])</script><script>self.__next_f.push([1,"d:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1, maximum-scale=1\"}],[\"$\",\"meta\",\"2\",{\"name\":\"theme-color\",\"content\":\"#000000\"}]]\n9:null\n"])</script><script>self.__next_f.push([1,"12:I[80622,[],\"IconMark\"]\n"])</script><script>self.__next_f.push([1,"b:{\"metadata\":[[\"$\",\"title\",\"0\",{\"children\":\"OSW Studio\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Open Source Web Studio is an AI-powered development environment that enables autonomous multi-file development through intelligent tool usage. Build complete applications with natural language.\"}],[\"$\",\"meta\",\"2\",{\"name\":\"mobile-web-app-capable\",\"content\":\"yes\"}],[\"$\",\"meta\",\"3\",{\"name\":\"apple-mobile-web-app-title\",\"content\":\"OSW-Studio\"}],[\"$\",\"meta\",\"4\",{\"name\":\"apple-mobile-web-app-status-bar-style\",\"content\":\"black-translucent\"}],[\"$\",\"meta\",\"5\",{\"property\":\"og:title\",\"content\":\"Open Source Web Studio | Agentic AI Development\"}],[\"$\",\"meta\",\"6\",{\"property\":\"og:description\",\"content\":\"Open Source Web Studio is an AI-powered development environment that enables autonomous multi-file development through intelligent tool usage. Build complete applications with natural language.\"}],[\"$\",\"meta\",\"7\",{\"property\":\"og:url\",\"content\":\"https://huggingface.co/spaces/otst/osw-studio\"}],[\"$\",\"meta\",\"8\",{\"property\":\"og:site_name\",\"content\":\"Open Source Web Studio\"}],[\"$\",\"meta\",\"9\",{\"property\":\"og:image\",\"content\":\"https://huggingface.co/spaces/otst/osw-studio/resolve/main/banner.png\"}],[\"$\",\"meta\",\"10\",{\"property\":\"og:image:width\",\"content\":\"1200\"}],[\"$\",\"meta\",\"11\",{\"property\":\"og:image:height\",\"content\":\"630\"}],[\"$\",\"meta\",\"12\",{\"property\":\"og:image:alt\",\"content\":\"Open Source Web Studio - Agentic AI Development\"}],[\"$\",\"meta\",\"13\",{\"name\":\"twitter:card\",\"content\":\"summary_large_image\"}],[\"$\",\"meta\",\"14\",{\"name\":\"twitter:title\",\"content\":\"OSW Studio | Agentic AI Development\"}],[\"$\",\"meta\",\"15\",{\"name\":\"twitter:description\",\"content\":\"OSW-Studio is an AI-powered development environment that enables autonomous multi-file development through intelligent tool usage. Build complete applications with natural language.\"}],[\"$\",\"meta\",\"16\",{\"name\":\"twitter:image\",\"content\":\"https://huggingface.co/spaces/otst/osw-studio/resolve/main/banner.png\"}],[\"$\",\"link\",\"17\",{\"rel\":\"shortcut icon\",\"href\":\"/osw-studio-logo.svg\"}],[\"$\",\"link\",\"18\",{\"rel\":\"icon\",\"href\":\"/osw-studio-logo.svg\"}],[\"$\",\"link\",\"19\",{\"rel\":\"apple-touch-icon\",\"href\":\"/osw-studio-logo.svg\"}],[\"$\",\"$L12\",\"20\",{}]],\"error\":null,\"digest\":\"$undefined\"}\n"])</script><script>self.__next_f.push([1,"10:\"$b:metadata\"\n"])</script></body></html>
 
1
+ <!DOCTYPE html><!--OVeuJe8F_fBvUq5tu9NXl--><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/><link rel="preload" href="/_next/static/media/58f662ed5ba12a72-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" href="/_next/static/media/c3f6eb667c0186c5-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" href="/_next/static/media/e4af272ccee01ff0-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/css/82f4473c79d5d55a.css" data-precedence="next"/><link rel="stylesheet" href="/_next/static/css/1138060002beec9e.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-809e7d6fd4e0142c.js"/><script src="/_next/static/chunks/4bd1b696-100b9d70ed4e49c1.js" async=""></script><script src="/_next/static/chunks/1255-dfb5f8d642ae4426.js" async=""></script><script src="/_next/static/chunks/main-app-6796e1116c8e92de.js" async=""></script><script src="/_next/static/chunks/8720-6c3c0c904bca3f2e.js" async=""></script><script src="/_next/static/chunks/4156-321b7a8c31fe95b6.js" async=""></script><script src="/_next/static/chunks/7625-3e99f3a22fc35ba0.js" async=""></script><script src="/_next/static/chunks/app/layout-e6b6991471e946a3.js" async=""></script><meta name="robots" content="noindex"/><meta name="next-size-adjust" content=""/><title>404: This page could not be found.</title><meta name="theme-color" content="#000000"/><title>OSW Studio</title><meta name="description" content="Open Source Web Studio is an AI-powered development environment that enables autonomous multi-file development through intelligent tool usage. Build complete applications with natural language."/><meta name="mobile-web-app-capable" content="yes"/><meta name="apple-mobile-web-app-title" content="OSW-Studio"/><meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"/><meta property="og:title" content="Open Source Web Studio | Agentic AI Development"/><meta property="og:description" content="Open Source Web Studio is an AI-powered development environment that enables autonomous multi-file development through intelligent tool usage. Build complete applications with natural language."/><meta property="og:url" content="https://huggingface.co/spaces/otst/osw-studio"/><meta property="og:site_name" content="Open Source Web Studio"/><meta property="og:image" content="https://huggingface.co/spaces/otst/osw-studio/resolve/main/banner.png"/><meta property="og:image:width" content="1200"/><meta property="og:image:height" content="630"/><meta property="og:image:alt" content="Open Source Web Studio - Agentic AI Development"/><meta name="twitter:card" content="summary_large_image"/><meta name="twitter:title" content="OSW Studio | Agentic AI Development"/><meta name="twitter:description" content="OSW-Studio is an AI-powered development environment that enables autonomous multi-file development through intelligent tool usage. Build complete applications with natural language."/><meta name="twitter:image" content="https://huggingface.co/spaces/otst/osw-studio/resolve/main/banner.png"/><link rel="shortcut icon" href="/osw-studio-logo.svg"/><link rel="icon" href="/osw-studio-logo.svg"/><link rel="apple-touch-icon" href="/osw-studio-logo.svg"/><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body class="__variable_f367f3 __variable_438d47 antialiased bg-background h-[100dvh] overflow-hidden"><div hidden=""><!--$--><!--/$--></div><script>((a,b,c,d,e,f,g,h)=>{let i=document.documentElement,j=["light","dark"];function k(b){var c;(Array.isArray(a)?a:[a]).forEach(a=>{let c="class"===a,d=c&&f?e.map(a=>f[a]||a):e;c?(i.classList.remove(...d),i.classList.add(f&&f[b]?f[b]:b)):i.setAttribute(a,b)}),c=b,h&&j.includes(c)&&(i.style.colorScheme=c)}if(d)k(d);else try{let a=localStorage.getItem(b)||c,d=g&&"system"===a?window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light":a;k(d)}catch(a){}})("class","osw-studio-theme","dark",null,["light","dark"],null,true,true)</script><section aria-label="Notifications alt+T" tabindex="-1" aria-live="polite" aria-relevant="additions text" aria-atomic="false"></section><div style="font-family:system-ui,&quot;Segoe UI&quot;,Roboto,Helvetica,Arial,sans-serif,&quot;Apple Color Emoji&quot;,&quot;Segoe UI Emoji&quot;;height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding:0 23px 0 0;font-size:24px;font-weight:500;vertical-align:top;line-height:49px">404</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:49px;margin:0">This page could not be found.</h2></div></div></div><!--$--><!--/$--><script src="/_next/static/chunks/webpack-809e7d6fd4e0142c.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[98124,[\"8720\",\"static/chunks/8720-6c3c0c904bca3f2e.js\",\"4156\",\"static/chunks/4156-321b7a8c31fe95b6.js\",\"7625\",\"static/chunks/7625-3e99f3a22fc35ba0.js\",\"7177\",\"static/chunks/app/layout-e6b6991471e946a3.js\"],\"ThemeProvider\"]\n3:I[70240,[\"8720\",\"static/chunks/8720-6c3c0c904bca3f2e.js\",\"4156\",\"static/chunks/4156-321b7a8c31fe95b6.js\",\"7625\",\"static/chunks/7625-3e99f3a22fc35ba0.js\",\"7177\",\"static/chunks/app/layout-e6b6991471e946a3.js\"],\"Toaster\"]\n4:I[16717,[\"8720\",\"static/chunks/8720-6c3c0c904bca3f2e.js\",\"4156\",\"static/chunks/4156-321b7a8c31fe95b6.js\",\"7625\",\"static/chunks/7625-3e99f3a22fc35ba0.js\",\"7177\",\"static/chunks/app/layout-e6b6991471e946a3.js\"],\"BackendStatusBanner\"]\n5:I[46131,[\"8720\",\"static/chunks/8720-6c3c0c904bca3f2e.js\",\"4156\",\"static/chunks/4156-321b7a8c31fe95b6.js\",\"7625\",\"static/chunks/7625-3e99f3a22fc35ba0.js\",\"7177\",\"static/chunks/app/layout-e6b6991471e946a3.js\"],\"default\"]\n6:I[9766,[],\"\"]\n7:I[98924,[],\"\"]\n8:I[24431,[],\"OutletBoundary\"]\na:I[15278,[],\"AsyncMetadataOutlet\"]\nc:I[24431,[],\"ViewportBoundary\"]\ne:I[24431,[],\"MetadataBoundary\"]\nf:\"$Sreact.suspense\"\n11:I[57150,[],\"\"]\n:HL[\"/_next/static/media/58f662ed5ba12a72-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/c3f6eb667c0186c5-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/e4af272ccee01ff0-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/css/82f4473c79d5d55a.css\",\"style\"]\n:HL[\"/_next/static/css/1138060002beec9e.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"OVeuJe8F-fBvUq5tu9NXl\",\"p\":\"\",\"c\":[\"\",\"_not-found\"],\"i\":false,\"f\":[[[\"\",{\"children\":[\"/_not-found\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",true],[\"\",[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/82f4473c79d5d55a.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"link\",\"1\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/1138060002beec9e.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"suppressHydrationWarning\":true,\"children\":[\"$\",\"body\",null,{\"className\":\"__variable_f367f3 __variable_438d47 antialiased bg-background h-[100dvh] overflow-hidden\",\"suppressHydrationWarning\":true,\"children\":[\"$\",\"$L2\",null,{\"children\":[[\"$\",\"$L3\",null,{\"richColors\":true,\"position\":\"bottom-center\"}],[\"$\",\"$L4\",null,{}],[\"$\",\"$L5\",null,{\"children\":[\"$\",\"$L6\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L7\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]]}]}]}]]}],{\"children\":[\"/_not-found\",[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L6\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L7\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[\"__PAGE__\",[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],null,[\"$\",\"$L8\",null,{\"children\":[\"$L9\",[\"$\",\"$La\",null,{\"promise\":\"$@b\"}]]}]]}],{},null,false]},null,false]},null,false],[\"$\",\"$1\",\"h\",{\"children\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],[[\"$\",\"$Lc\",null,{\"children\":\"$Ld\"}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]],[\"$\",\"$Le\",null,{\"children\":[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$f\",null,{\"fallback\":null,\"children\":\"$L10\"}]}]}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$11\",[]],\"s\":false,\"S\":true}\n"])</script><script>self.__next_f.push([1,"d:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1, maximum-scale=1\"}],[\"$\",\"meta\",\"2\",{\"name\":\"theme-color\",\"content\":\"#000000\"}]]\n9:null\n"])</script><script>self.__next_f.push([1,"12:I[80622,[],\"IconMark\"]\n"])</script><script>self.__next_f.push([1,"b:{\"metadata\":[[\"$\",\"title\",\"0\",{\"children\":\"OSW Studio\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Open Source Web Studio is an AI-powered development environment that enables autonomous multi-file development through intelligent tool usage. Build complete applications with natural language.\"}],[\"$\",\"meta\",\"2\",{\"name\":\"mobile-web-app-capable\",\"content\":\"yes\"}],[\"$\",\"meta\",\"3\",{\"name\":\"apple-mobile-web-app-title\",\"content\":\"OSW-Studio\"}],[\"$\",\"meta\",\"4\",{\"name\":\"apple-mobile-web-app-status-bar-style\",\"content\":\"black-translucent\"}],[\"$\",\"meta\",\"5\",{\"property\":\"og:title\",\"content\":\"Open Source Web Studio | Agentic AI Development\"}],[\"$\",\"meta\",\"6\",{\"property\":\"og:description\",\"content\":\"Open Source Web Studio is an AI-powered development environment that enables autonomous multi-file development through intelligent tool usage. Build complete applications with natural language.\"}],[\"$\",\"meta\",\"7\",{\"property\":\"og:url\",\"content\":\"https://huggingface.co/spaces/otst/osw-studio\"}],[\"$\",\"meta\",\"8\",{\"property\":\"og:site_name\",\"content\":\"Open Source Web Studio\"}],[\"$\",\"meta\",\"9\",{\"property\":\"og:image\",\"content\":\"https://huggingface.co/spaces/otst/osw-studio/resolve/main/banner.png\"}],[\"$\",\"meta\",\"10\",{\"property\":\"og:image:width\",\"content\":\"1200\"}],[\"$\",\"meta\",\"11\",{\"property\":\"og:image:height\",\"content\":\"630\"}],[\"$\",\"meta\",\"12\",{\"property\":\"og:image:alt\",\"content\":\"Open Source Web Studio - Agentic AI Development\"}],[\"$\",\"meta\",\"13\",{\"name\":\"twitter:card\",\"content\":\"summary_large_image\"}],[\"$\",\"meta\",\"14\",{\"name\":\"twitter:title\",\"content\":\"OSW Studio | Agentic AI Development\"}],[\"$\",\"meta\",\"15\",{\"name\":\"twitter:description\",\"content\":\"OSW-Studio is an AI-powered development environment that enables autonomous multi-file development through intelligent tool usage. Build complete applications with natural language.\"}],[\"$\",\"meta\",\"16\",{\"name\":\"twitter:image\",\"content\":\"https://huggingface.co/spaces/otst/osw-studio/resolve/main/banner.png\"}],[\"$\",\"link\",\"17\",{\"rel\":\"shortcut icon\",\"href\":\"/osw-studio-logo.svg\"}],[\"$\",\"link\",\"18\",{\"rel\":\"icon\",\"href\":\"/osw-studio-logo.svg\"}],[\"$\",\"link\",\"19\",{\"rel\":\"apple-touch-icon\",\"href\":\"/osw-studio-logo.svg\"}],[\"$\",\"$L12\",\"20\",{}]],\"error\":null,\"digest\":\"$undefined\"}\n"])</script><script>self.__next_f.push([1,"10:\"$b:metadata\"\n"])</script></body></html>
.next/server/app/_not-found.rsc CHANGED
@@ -1,8 +1,8 @@
1
  1:"$Sreact.fragment"
2
- 2:I[98124,["8001","static/chunks/8001-ab2328d010d9575c.js","4165","static/chunks/4165-2fd065a6c1436849.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-29b5b9c7b4063442.js"],"ThemeProvider"]
3
- 3:I[70240,["8001","static/chunks/8001-ab2328d010d9575c.js","4165","static/chunks/4165-2fd065a6c1436849.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-29b5b9c7b4063442.js"],"Toaster"]
4
- 4:I[16717,["8001","static/chunks/8001-ab2328d010d9575c.js","4165","static/chunks/4165-2fd065a6c1436849.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-29b5b9c7b4063442.js"],"BackendStatusBanner"]
5
- 5:I[46131,["8001","static/chunks/8001-ab2328d010d9575c.js","4165","static/chunks/4165-2fd065a6c1436849.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-29b5b9c7b4063442.js"],"default"]
6
  6:I[9766,[],""]
7
  7:I[98924,[],""]
8
  8:I[24431,[],"OutletBoundary"]
@@ -16,7 +16,7 @@ f:"$Sreact.suspense"
16
  :HL["/_next/static/media/e4af272ccee01ff0-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
17
  :HL["/_next/static/css/82f4473c79d5d55a.css","style"]
18
  :HL["/_next/static/css/1138060002beec9e.css","style"]
19
- 0:{"P":null,"b":"b9Cr66_fnQ05YQJS0EJ62","p":"","c":["","_not-found"],"i":false,"f":[[["",{"children":["/_not-found",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],["",["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/82f4473c79d5d55a.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/css/1138060002beec9e.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"__variable_f367f3 __variable_438d47 antialiased bg-background h-[100dvh] overflow-hidden","suppressHydrationWarning":true,"children":["$","$L2",null,{"children":[["$","$L3",null,{"richColors":true,"position":"bottom-center"}],["$","$L4",null,{}],["$","$L5",null,{"children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]}]]}]}]}]]}],{"children":["/_not-found",["$","$1","c",{"children":[null,["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":["__PAGE__",["$","$1","c",{"children":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],null,["$","$L8",null,{"children":["$L9",["$","$La",null,{"promise":"$@b"}]]}]]}],{},null,false]},null,false]},null,false],["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],[["$","$Lc",null,{"children":"$Ld"}],["$","meta",null,{"name":"next-size-adjust","content":""}]],["$","$Le",null,{"children":["$","div",null,{"hidden":true,"children":["$","$f",null,{"fallback":null,"children":"$L10"}]}]}]]}],false]],"m":"$undefined","G":["$11",[]],"s":false,"S":true}
20
  d:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1, maximum-scale=1"}],["$","meta","2",{"name":"theme-color","content":"#000000"}]]
21
  9:null
22
  12:I[80622,[],"IconMark"]
 
1
  1:"$Sreact.fragment"
2
+ 2:I[98124,["8720","static/chunks/8720-6c3c0c904bca3f2e.js","4156","static/chunks/4156-321b7a8c31fe95b6.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-e6b6991471e946a3.js"],"ThemeProvider"]
3
+ 3:I[70240,["8720","static/chunks/8720-6c3c0c904bca3f2e.js","4156","static/chunks/4156-321b7a8c31fe95b6.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-e6b6991471e946a3.js"],"Toaster"]
4
+ 4:I[16717,["8720","static/chunks/8720-6c3c0c904bca3f2e.js","4156","static/chunks/4156-321b7a8c31fe95b6.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-e6b6991471e946a3.js"],"BackendStatusBanner"]
5
+ 5:I[46131,["8720","static/chunks/8720-6c3c0c904bca3f2e.js","4156","static/chunks/4156-321b7a8c31fe95b6.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-e6b6991471e946a3.js"],"default"]
6
  6:I[9766,[],""]
7
  7:I[98924,[],""]
8
  8:I[24431,[],"OutletBoundary"]
 
16
  :HL["/_next/static/media/e4af272ccee01ff0-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
17
  :HL["/_next/static/css/82f4473c79d5d55a.css","style"]
18
  :HL["/_next/static/css/1138060002beec9e.css","style"]
19
+ 0:{"P":null,"b":"OVeuJe8F-fBvUq5tu9NXl","p":"","c":["","_not-found"],"i":false,"f":[[["",{"children":["/_not-found",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],["",["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/82f4473c79d5d55a.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/css/1138060002beec9e.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"__variable_f367f3 __variable_438d47 antialiased bg-background h-[100dvh] overflow-hidden","suppressHydrationWarning":true,"children":["$","$L2",null,{"children":[["$","$L3",null,{"richColors":true,"position":"bottom-center"}],["$","$L4",null,{}],["$","$L5",null,{"children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]}]]}]}]}]]}],{"children":["/_not-found",["$","$1","c",{"children":[null,["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":["__PAGE__",["$","$1","c",{"children":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],null,["$","$L8",null,{"children":["$L9",["$","$La",null,{"promise":"$@b"}]]}]]}],{},null,false]},null,false]},null,false],["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],[["$","$Lc",null,{"children":"$Ld"}],["$","meta",null,{"name":"next-size-adjust","content":""}]],["$","$Le",null,{"children":["$","div",null,{"hidden":true,"children":["$","$f",null,{"fallback":null,"children":"$L10"}]}]}]]}],false]],"m":"$undefined","G":["$11",[]],"s":false,"S":true}
20
  d:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1, maximum-scale=1"}],["$","meta","2",{"name":"theme-color","content":"#000000"}]]
21
  9:null
22
  12:I[80622,[],"IconMark"]
.next/server/app/_not-found/page.js CHANGED
@@ -1,2 +1,2 @@
1
  "use strict";(()=>{var a={};a.id=9492,a.ids=[9492],a.modules={261:a=>{a.exports=require("next/dist/shared/lib/router/utils/app-paths")},3295:a=>{a.exports=require("next/dist/server/app-render/after-task-async-storage.external.js")},10846:a=>{a.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},19121:a=>{a.exports=require("next/dist/server/app-render/action-async-storage.external.js")},26713:a=>{a.exports=require("next/dist/shared/lib/router/utils/is-bot")},28354:a=>{a.exports=require("util")},29294:a=>{a.exports=require("next/dist/server/app-render/work-async-storage.external.js")},33873:a=>{a.exports=require("path")},41025:a=>{a.exports=require("next/dist/server/app-render/dynamic-access-async-storage.external.js")},63033:a=>{a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},82079:(a,b,c)=>{c.r(b),c.d(b,{GlobalError:()=>D.a,__next_app__:()=>J,handler:()=>L,pages:()=>I,routeModule:()=>K,tree:()=>H});var d=c(49754),e=c(9117),f=c(46595),g=c(32324),h=c(39326),i=c(38928),j=c(20175),k=c(12),l=c(54290),m=c(12696),n=c(82802),o=c(77533),p=c(45229),q=c(32822),r=c(261),s=c(26453),t=c(52474),u=c(26713),v=c(51356),w=c(62685),x=c(36225),y=c(63446),z=c(2762),A=c(45742),B=c(86439),C=c(81170),D=c.n(C),E=c(62506),F=c(91203),G={};for(let a in E)0>["default","tree","pages","GlobalError","__next_app__","routeModule","handler"].indexOf(a)&&(G[a]=()=>E[a]);c.d(b,G);let H={children:["",{children:["/_not-found",{children:["__PAGE__",{},{page:[()=>Promise.resolve().then(c.t.bind(c,87028,23)),"next/dist/client/components/builtin/not-found.js"]}]},{}]},{layout:[()=>Promise.resolve().then(c.bind(c,16953)),"/Users/otto/Desktop/deepstudio/osw-studio-git/app/layout.tsx"],"global-error":[()=>Promise.resolve().then(c.t.bind(c,81170,23)),"next/dist/client/components/builtin/global-error.js"],forbidden:[()=>Promise.resolve().then(c.t.bind(c,90461,23)),"next/dist/client/components/builtin/forbidden.js"],unauthorized:[()=>Promise.resolve().then(c.t.bind(c,32768,23)),"next/dist/client/components/builtin/unauthorized.js"]}]}.children,I=[],J={require:c,loadChunk:()=>Promise.resolve()},K=new d.AppPageRouteModule({definition:{kind:e.RouteKind.APP_PAGE,page:"/_not-found/page",pathname:"/_not-found",bundlePath:"",filename:"",appPaths:[]},userland:{loaderTree:H},distDir:".next",relativeProjectDir:""});async function L(a,b,d){var C;let G="/_not-found/page";"/index"===G&&(G="/");let M=(0,h.getRequestMeta)(a,"postponed"),N=(0,h.getRequestMeta)(a,"minimalMode"),O=await K.prepare(a,b,{srcPage:G,multiZoneDraftMode:!1});if(!O)return b.statusCode=400,b.end("Bad Request"),null==d.waitUntil||d.waitUntil.call(d,Promise.resolve()),null;let{buildId:P,query:Q,params:R,parsedUrl:S,pageIsDynamic:T,buildManifest:U,nextFontManifest:V,reactLoadableManifest:W,serverActionsManifest:X,clientReferenceManifest:Y,subresourceIntegrityManifest:Z,prerenderManifest:$,isDraftMode:_,resolvedPathname:aa,revalidateOnlyGenerated:ab,routerServerContext:ac,nextConfig:ad,interceptionRoutePatterns:ae}=O,af=S.pathname||"/",ag=(0,r.normalizeAppPath)(G),{isOnDemandRevalidate:ah}=O,ai=K.match(af,$),aj=!!$.routes[aa],ak=!!(ai||aj||$.routes[ag]),al=a.headers["user-agent"]||"",am=(0,u.getBotType)(al),an=(0,p.isHtmlBotRequest)(a),ao=(0,h.getRequestMeta)(a,"isPrefetchRSCRequest")??"1"===a.headers[t.NEXT_ROUTER_PREFETCH_HEADER],ap=(0,h.getRequestMeta)(a,"isRSCRequest")??!!a.headers[t.RSC_HEADER],aq=(0,s.getIsPossibleServerAction)(a),ar=(0,m.checkIsAppPPREnabled)(ad.experimental.ppr)&&(null==(C=$.routes[ag]??$.dynamicRoutes[ag])?void 0:C.renderingMode)==="PARTIALLY_STATIC",as=!1,at=!1,au=ar?M:void 0,av=ar&&ap&&!ao,aw=(0,h.getRequestMeta)(a,"segmentPrefetchRSCRequest"),ax=!al||(0,p.shouldServeStreamingMetadata)(al,ad.htmlLimitedBots);an&&ar&&(ak=!1,ax=!1);let ay=!0===K.isDev||!ak||"string"==typeof M||av,az=an&&ar,aA=null;_||!ak||ay||aq||au||av||(aA=aa);let aB=aA;!aB&&K.isDev&&(aB=aa),K.isDev||_||!ak||!ap||av||(0,k.d)(a.headers);let aC={...E,tree:H,pages:I,GlobalError:D(),handler:L,routeModule:K,__next_app__:J};X&&Y&&(0,o.setReferenceManifestsSingleton)({page:G,clientReferenceManifest:Y,serverActionsManifest:X,serverModuleMap:(0,q.createServerModuleMap)({serverActionsManifest:X})});let aD=a.method||"GET",aE=(0,g.getTracer)(),aF=aE.getActiveScopeSpan();try{let f=K.getVaryHeader(aa,ae);b.setHeader("Vary",f);let k=async(c,d)=>{let e=new l.NodeNextRequest(a),f=new l.NodeNextResponse(b);return K.render(e,f,d).finally(()=>{if(!c)return;c.setAttributes({"http.status_code":b.statusCode,"next.rsc":!1});let d=aE.getRootSpanAttributes();if(!d)return;if(d.get("next.span_type")!==i.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${d.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let e=d.get("next.route");if(e){let a=`${aD} ${e}`;c.setAttributes({"next.route":e,"http.route":e,"next.span_name":a}),c.updateName(a)}else c.updateName(`${aD} ${a.url}`)})},m=async({span:e,postponed:f,fallbackRouteParams:g})=>{let i={query:Q,params:R,page:ag,sharedContext:{buildId:P},serverComponentsHmrCache:(0,h.getRequestMeta)(a,"serverComponentsHmrCache"),fallbackRouteParams:g,renderOpts:{App:()=>null,Document:()=>null,pageConfig:{},ComponentMod:aC,Component:(0,j.T)(aC),params:R,routeModule:K,page:G,postponed:f,shouldWaitOnAllReady:az,serveStreamingMetadata:ax,supportsDynamicResponse:"string"==typeof f||ay,buildManifest:U,nextFontManifest:V,reactLoadableManifest:W,subresourceIntegrityManifest:Z,serverActionsManifest:X,clientReferenceManifest:Y,setIsrStatus:null==ac?void 0:ac.setIsrStatus,dir:c(33873).join(process.cwd(),K.relativeProjectDir),isDraftMode:_,isRevalidate:ak&&!f&&!av,botType:am,isOnDemandRevalidate:ah,isPossibleServerAction:aq,assetPrefix:ad.assetPrefix,nextConfigOutput:ad.output,crossOrigin:ad.crossOrigin,trailingSlash:ad.trailingSlash,previewProps:$.preview,deploymentId:ad.deploymentId,enableTainting:ad.experimental.taint,htmlLimitedBots:ad.htmlLimitedBots,devtoolSegmentExplorer:ad.experimental.devtoolSegmentExplorer,reactMaxHeadersLength:ad.reactMaxHeadersLength,multiZoneDraftMode:!1,incrementalCache:(0,h.getRequestMeta)(a,"incrementalCache"),cacheLifeProfiles:ad.experimental.cacheLife,basePath:ad.basePath,serverActions:ad.experimental.serverActions,...as?{nextExport:!0,supportsDynamicResponse:!1,isStaticGeneration:!0,isRevalidate:!0,isDebugDynamicAccesses:as}:{},experimental:{isRoutePPREnabled:ar,expireTime:ad.expireTime,staleTimes:ad.experimental.staleTimes,cacheComponents:!!ad.experimental.cacheComponents,clientSegmentCache:!!ad.experimental.clientSegmentCache,clientParamParsing:!!ad.experimental.clientParamParsing,dynamicOnHover:!!ad.experimental.dynamicOnHover,inlineCss:!!ad.experimental.inlineCss,authInterrupts:!!ad.experimental.authInterrupts,clientTraceMetadata:ad.experimental.clientTraceMetadata||[]},waitUntil:d.waitUntil,onClose:a=>{b.on("close",a)},onAfterTaskError:()=>{},onInstrumentationRequestError:(b,c,d)=>K.onRequestError(a,b,d,ac),err:(0,h.getRequestMeta)(a,"invokeError"),dev:K.isDev}},l=await k(e,i),{metadata:m}=l,{cacheControl:n,headers:o={},fetchTags:p}=m;if(p&&(o[y.NEXT_CACHE_TAGS_HEADER]=p),a.fetchMetrics=m.fetchMetrics,ak&&(null==n?void 0:n.revalidate)===0&&!K.isDev&&!ar){let a=m.staticBailoutInfo,b=Object.defineProperty(Error(`Page changed from static to dynamic at runtime ${aa}${(null==a?void 0:a.description)?`, reason: ${a.description}`:""}
2
- see more here https://nextjs.org/docs/messages/app-static-to-dynamic-error`),"__NEXT_ERROR_CODE",{value:"E132",enumerable:!1,configurable:!0});if(null==a?void 0:a.stack){let c=a.stack;b.stack=b.message+c.substring(c.indexOf("\n"))}throw b}return{value:{kind:v.CachedRouteKind.APP_PAGE,html:l,headers:o,rscData:m.flightData,postponed:m.postponed,status:m.statusCode,segmentData:m.segmentData},cacheControl:n}},o=async({hasResolved:c,previousCacheEntry:f,isRevalidating:g,span:i})=>{let j,k=!1===K.isDev,l=c||b.writableEnded;if(ah&&ab&&!f&&!N)return(null==ac?void 0:ac.render404)?await ac.render404(a,b):(b.statusCode=404,b.end("This page could not be found")),null;if(ai&&(j=(0,w.parseFallbackField)(ai.fallback)),j===w.FallbackMode.PRERENDER&&(0,u.isBot)(al)&&(!ar||an)&&(j=w.FallbackMode.BLOCKING_STATIC_RENDER),(null==f?void 0:f.isStale)===-1&&(ah=!0),ah&&(j!==w.FallbackMode.NOT_FOUND||f)&&(j=w.FallbackMode.BLOCKING_STATIC_RENDER),!N&&j!==w.FallbackMode.BLOCKING_STATIC_RENDER&&aB&&!l&&!_&&T&&(k||!aj)){let b;if((k||ai)&&j===w.FallbackMode.NOT_FOUND)throw new B.NoFallbackError;if(ar&&!ap){let c="string"==typeof(null==ai?void 0:ai.fallback)?ai.fallback:k?ag:null;if(b=await K.handleResponse({cacheKey:c,req:a,nextConfig:ad,routeKind:e.RouteKind.APP_PAGE,isFallback:!0,prerenderManifest:$,isRoutePPREnabled:ar,responseGenerator:async()=>m({span:i,postponed:void 0,fallbackRouteParams:k||at?(0,n.u)(ag):null}),waitUntil:d.waitUntil}),null===b)return null;if(b)return delete b.cacheControl,b}}let o=ah||g||!au?void 0:au;if(as&&void 0!==o)return{cacheControl:{revalidate:1,expire:void 0},value:{kind:v.CachedRouteKind.PAGES,html:x.default.EMPTY,pageData:{},headers:void 0,status:void 0}};let p=T&&ar&&((0,h.getRequestMeta)(a,"renderFallbackShell")||at)?(0,n.u)(af):null;return m({span:i,postponed:o,fallbackRouteParams:p})},p=async c=>{var f,g,i,j,k;let l,n=await K.handleResponse({cacheKey:aA,responseGenerator:a=>o({span:c,...a}),routeKind:e.RouteKind.APP_PAGE,isOnDemandRevalidate:ah,isRoutePPREnabled:ar,req:a,nextConfig:ad,prerenderManifest:$,waitUntil:d.waitUntil});if(_&&b.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate"),K.isDev&&b.setHeader("Cache-Control","no-store, must-revalidate"),!n){if(aA)throw Object.defineProperty(Error("invariant: cache entry required but not generated"),"__NEXT_ERROR_CODE",{value:"E62",enumerable:!1,configurable:!0});return null}if((null==(f=n.value)?void 0:f.kind)!==v.CachedRouteKind.APP_PAGE)throw Object.defineProperty(Error(`Invariant app-page handler received invalid cache entry ${null==(i=n.value)?void 0:i.kind}`),"__NEXT_ERROR_CODE",{value:"E707",enumerable:!1,configurable:!0});let p="string"==typeof n.value.postponed;ak&&!av&&(!p||ao)&&(N||b.setHeader("x-nextjs-cache",ah?"REVALIDATED":n.isMiss?"MISS":n.isStale?"STALE":"HIT"),b.setHeader(t.NEXT_IS_PRERENDER_HEADER,"1"));let{value:q}=n;if(au)l={revalidate:0,expire:void 0};else if(N&&ap&&!ao&&ar)l={revalidate:0,expire:void 0};else if(!K.isDev)if(_)l={revalidate:0,expire:void 0};else if(ak){if(n.cacheControl)if("number"==typeof n.cacheControl.revalidate){if(n.cacheControl.revalidate<1)throw Object.defineProperty(Error(`Invalid revalidate configuration provided: ${n.cacheControl.revalidate} < 1`),"__NEXT_ERROR_CODE",{value:"E22",enumerable:!1,configurable:!0});l={revalidate:n.cacheControl.revalidate,expire:(null==(j=n.cacheControl)?void 0:j.expire)??ad.expireTime}}else l={revalidate:y.CACHE_ONE_YEAR,expire:void 0}}else b.getHeader("Cache-Control")||(l={revalidate:0,expire:void 0});if(n.cacheControl=l,"string"==typeof aw&&(null==q?void 0:q.kind)===v.CachedRouteKind.APP_PAGE&&q.segmentData){b.setHeader(t.NEXT_DID_POSTPONE_HEADER,"2");let c=null==(k=q.headers)?void 0:k[y.NEXT_CACHE_TAGS_HEADER];N&&ak&&c&&"string"==typeof c&&b.setHeader(y.NEXT_CACHE_TAGS_HEADER,c);let d=q.segmentData.get(aw);return void 0!==d?(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:x.default.fromStatic(d,t.RSC_CONTENT_TYPE_HEADER),cacheControl:n.cacheControl}):(b.statusCode=204,(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:x.default.EMPTY,cacheControl:n.cacheControl}))}let r=(0,h.getRequestMeta)(a,"onCacheEntry");if(r&&await r({...n,value:{...n.value,kind:"PAGE"}},{url:(0,h.getRequestMeta)(a,"initURL")}))return null;if(p&&au)throw Object.defineProperty(Error("Invariant: postponed state should not be present on a resume request"),"__NEXT_ERROR_CODE",{value:"E396",enumerable:!1,configurable:!0});if(q.headers){let a={...q.headers};for(let[c,d]of(N&&ak||delete a[y.NEXT_CACHE_TAGS_HEADER],Object.entries(a)))if(void 0!==d)if(Array.isArray(d))for(let a of d)b.appendHeader(c,a);else"number"==typeof d&&(d=d.toString()),b.appendHeader(c,d)}let s=null==(g=q.headers)?void 0:g[y.NEXT_CACHE_TAGS_HEADER];if(N&&ak&&s&&"string"==typeof s&&b.setHeader(y.NEXT_CACHE_TAGS_HEADER,s),!q.status||ap&&ar||(b.statusCode=q.status),!N&&q.status&&F.RedirectStatusCode[q.status]&&ap&&(b.statusCode=200),p&&b.setHeader(t.NEXT_DID_POSTPONE_HEADER,"1"),ap&&!_){if(void 0===q.rscData){if(q.postponed)throw Object.defineProperty(Error("Invariant: Expected postponed to be undefined"),"__NEXT_ERROR_CODE",{value:"E372",enumerable:!1,configurable:!0});return(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:q.html,cacheControl:av?{revalidate:0,expire:void 0}:n.cacheControl})}return(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:x.default.fromStatic(q.rscData,t.RSC_CONTENT_TYPE_HEADER),cacheControl:n.cacheControl})}let u=q.html;if(!p||N||ap)return(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:u,cacheControl:n.cacheControl});if(as)return u.push(new ReadableStream({start(a){a.enqueue(z.ENCODED_TAGS.CLOSED.BODY_AND_HTML),a.close()}})),(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:u,cacheControl:{revalidate:0,expire:void 0}});let w=new TransformStream;return u.push(w.readable),m({span:c,postponed:q.postponed,fallbackRouteParams:null}).then(async a=>{var b,c;if(!a)throw Object.defineProperty(Error("Invariant: expected a result to be returned"),"__NEXT_ERROR_CODE",{value:"E463",enumerable:!1,configurable:!0});if((null==(b=a.value)?void 0:b.kind)!==v.CachedRouteKind.APP_PAGE)throw Object.defineProperty(Error(`Invariant: expected a page response, got ${null==(c=a.value)?void 0:c.kind}`),"__NEXT_ERROR_CODE",{value:"E305",enumerable:!1,configurable:!0});await a.value.html.pipeTo(w.writable)}).catch(a=>{w.writable.abort(a).catch(a=>{console.error("couldn't abort transformer",a)})}),(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:u,cacheControl:{revalidate:0,expire:void 0}})};if(!aF)return await aE.withPropagatedContext(a.headers,()=>aE.trace(i.BaseServerSpan.handleRequest,{spanName:`${aD} ${a.url}`,kind:g.SpanKind.SERVER,attributes:{"http.method":aD,"http.target":a.url}},p));await p(aF)}catch(b){throw b instanceof B.NoFallbackError||await K.onRequestError(a,b,{routerKind:"App Router",routePath:G,routeType:"render",revalidateReason:(0,f.c)({isRevalidate:ak,isOnDemandRevalidate:ah})},ac),b}}},86439:a=>{a.exports=require("next/dist/shared/lib/no-fallback-error.external")}};var b=require("../../webpack-runtime.js");b.C(a);var c=b.X(0,[1331,9038,3327],()=>b(b.s=82079));module.exports=c})();
 
1
  "use strict";(()=>{var a={};a.id=9492,a.ids=[9492],a.modules={261:a=>{a.exports=require("next/dist/shared/lib/router/utils/app-paths")},3295:a=>{a.exports=require("next/dist/server/app-render/after-task-async-storage.external.js")},10846:a=>{a.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},19121:a=>{a.exports=require("next/dist/server/app-render/action-async-storage.external.js")},26713:a=>{a.exports=require("next/dist/shared/lib/router/utils/is-bot")},28354:a=>{a.exports=require("util")},29294:a=>{a.exports=require("next/dist/server/app-render/work-async-storage.external.js")},33873:a=>{a.exports=require("path")},41025:a=>{a.exports=require("next/dist/server/app-render/dynamic-access-async-storage.external.js")},63033:a=>{a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},82079:(a,b,c)=>{c.r(b),c.d(b,{GlobalError:()=>D.a,__next_app__:()=>J,handler:()=>L,pages:()=>I,routeModule:()=>K,tree:()=>H});var d=c(49754),e=c(9117),f=c(46595),g=c(32324),h=c(39326),i=c(38928),j=c(20175),k=c(12),l=c(54290),m=c(12696),n=c(82802),o=c(77533),p=c(45229),q=c(32822),r=c(261),s=c(26453),t=c(52474),u=c(26713),v=c(51356),w=c(62685),x=c(36225),y=c(63446),z=c(2762),A=c(45742),B=c(86439),C=c(81170),D=c.n(C),E=c(62506),F=c(91203),G={};for(let a in E)0>["default","tree","pages","GlobalError","__next_app__","routeModule","handler"].indexOf(a)&&(G[a]=()=>E[a]);c.d(b,G);let H={children:["",{children:["/_not-found",{children:["__PAGE__",{},{page:[()=>Promise.resolve().then(c.t.bind(c,87028,23)),"next/dist/client/components/builtin/not-found.js"]}]},{}]},{layout:[()=>Promise.resolve().then(c.bind(c,16953)),"/Users/otto/Desktop/deepstudio/osw-studio-git/app/layout.tsx"],"global-error":[()=>Promise.resolve().then(c.t.bind(c,81170,23)),"next/dist/client/components/builtin/global-error.js"],forbidden:[()=>Promise.resolve().then(c.t.bind(c,90461,23)),"next/dist/client/components/builtin/forbidden.js"],unauthorized:[()=>Promise.resolve().then(c.t.bind(c,32768,23)),"next/dist/client/components/builtin/unauthorized.js"]}]}.children,I=[],J={require:c,loadChunk:()=>Promise.resolve()},K=new d.AppPageRouteModule({definition:{kind:e.RouteKind.APP_PAGE,page:"/_not-found/page",pathname:"/_not-found",bundlePath:"",filename:"",appPaths:[]},userland:{loaderTree:H},distDir:".next",relativeProjectDir:""});async function L(a,b,d){var C;let G="/_not-found/page";"/index"===G&&(G="/");let M=(0,h.getRequestMeta)(a,"postponed"),N=(0,h.getRequestMeta)(a,"minimalMode"),O=await K.prepare(a,b,{srcPage:G,multiZoneDraftMode:!1});if(!O)return b.statusCode=400,b.end("Bad Request"),null==d.waitUntil||d.waitUntil.call(d,Promise.resolve()),null;let{buildId:P,query:Q,params:R,parsedUrl:S,pageIsDynamic:T,buildManifest:U,nextFontManifest:V,reactLoadableManifest:W,serverActionsManifest:X,clientReferenceManifest:Y,subresourceIntegrityManifest:Z,prerenderManifest:$,isDraftMode:_,resolvedPathname:aa,revalidateOnlyGenerated:ab,routerServerContext:ac,nextConfig:ad,interceptionRoutePatterns:ae}=O,af=S.pathname||"/",ag=(0,r.normalizeAppPath)(G),{isOnDemandRevalidate:ah}=O,ai=K.match(af,$),aj=!!$.routes[aa],ak=!!(ai||aj||$.routes[ag]),al=a.headers["user-agent"]||"",am=(0,u.getBotType)(al),an=(0,p.isHtmlBotRequest)(a),ao=(0,h.getRequestMeta)(a,"isPrefetchRSCRequest")??"1"===a.headers[t.NEXT_ROUTER_PREFETCH_HEADER],ap=(0,h.getRequestMeta)(a,"isRSCRequest")??!!a.headers[t.RSC_HEADER],aq=(0,s.getIsPossibleServerAction)(a),ar=(0,m.checkIsAppPPREnabled)(ad.experimental.ppr)&&(null==(C=$.routes[ag]??$.dynamicRoutes[ag])?void 0:C.renderingMode)==="PARTIALLY_STATIC",as=!1,at=!1,au=ar?M:void 0,av=ar&&ap&&!ao,aw=(0,h.getRequestMeta)(a,"segmentPrefetchRSCRequest"),ax=!al||(0,p.shouldServeStreamingMetadata)(al,ad.htmlLimitedBots);an&&ar&&(ak=!1,ax=!1);let ay=!0===K.isDev||!ak||"string"==typeof M||av,az=an&&ar,aA=null;_||!ak||ay||aq||au||av||(aA=aa);let aB=aA;!aB&&K.isDev&&(aB=aa),K.isDev||_||!ak||!ap||av||(0,k.d)(a.headers);let aC={...E,tree:H,pages:I,GlobalError:D(),handler:L,routeModule:K,__next_app__:J};X&&Y&&(0,o.setReferenceManifestsSingleton)({page:G,clientReferenceManifest:Y,serverActionsManifest:X,serverModuleMap:(0,q.createServerModuleMap)({serverActionsManifest:X})});let aD=a.method||"GET",aE=(0,g.getTracer)(),aF=aE.getActiveScopeSpan();try{let f=K.getVaryHeader(aa,ae);b.setHeader("Vary",f);let k=async(c,d)=>{let e=new l.NodeNextRequest(a),f=new l.NodeNextResponse(b);return K.render(e,f,d).finally(()=>{if(!c)return;c.setAttributes({"http.status_code":b.statusCode,"next.rsc":!1});let d=aE.getRootSpanAttributes();if(!d)return;if(d.get("next.span_type")!==i.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${d.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let e=d.get("next.route");if(e){let a=`${aD} ${e}`;c.setAttributes({"next.route":e,"http.route":e,"next.span_name":a}),c.updateName(a)}else c.updateName(`${aD} ${a.url}`)})},m=async({span:e,postponed:f,fallbackRouteParams:g})=>{let i={query:Q,params:R,page:ag,sharedContext:{buildId:P},serverComponentsHmrCache:(0,h.getRequestMeta)(a,"serverComponentsHmrCache"),fallbackRouteParams:g,renderOpts:{App:()=>null,Document:()=>null,pageConfig:{},ComponentMod:aC,Component:(0,j.T)(aC),params:R,routeModule:K,page:G,postponed:f,shouldWaitOnAllReady:az,serveStreamingMetadata:ax,supportsDynamicResponse:"string"==typeof f||ay,buildManifest:U,nextFontManifest:V,reactLoadableManifest:W,subresourceIntegrityManifest:Z,serverActionsManifest:X,clientReferenceManifest:Y,setIsrStatus:null==ac?void 0:ac.setIsrStatus,dir:c(33873).join(process.cwd(),K.relativeProjectDir),isDraftMode:_,isRevalidate:ak&&!f&&!av,botType:am,isOnDemandRevalidate:ah,isPossibleServerAction:aq,assetPrefix:ad.assetPrefix,nextConfigOutput:ad.output,crossOrigin:ad.crossOrigin,trailingSlash:ad.trailingSlash,previewProps:$.preview,deploymentId:ad.deploymentId,enableTainting:ad.experimental.taint,htmlLimitedBots:ad.htmlLimitedBots,devtoolSegmentExplorer:ad.experimental.devtoolSegmentExplorer,reactMaxHeadersLength:ad.reactMaxHeadersLength,multiZoneDraftMode:!1,incrementalCache:(0,h.getRequestMeta)(a,"incrementalCache"),cacheLifeProfiles:ad.experimental.cacheLife,basePath:ad.basePath,serverActions:ad.experimental.serverActions,...as?{nextExport:!0,supportsDynamicResponse:!1,isStaticGeneration:!0,isRevalidate:!0,isDebugDynamicAccesses:as}:{},experimental:{isRoutePPREnabled:ar,expireTime:ad.expireTime,staleTimes:ad.experimental.staleTimes,cacheComponents:!!ad.experimental.cacheComponents,clientSegmentCache:!!ad.experimental.clientSegmentCache,clientParamParsing:!!ad.experimental.clientParamParsing,dynamicOnHover:!!ad.experimental.dynamicOnHover,inlineCss:!!ad.experimental.inlineCss,authInterrupts:!!ad.experimental.authInterrupts,clientTraceMetadata:ad.experimental.clientTraceMetadata||[]},waitUntil:d.waitUntil,onClose:a=>{b.on("close",a)},onAfterTaskError:()=>{},onInstrumentationRequestError:(b,c,d)=>K.onRequestError(a,b,d,ac),err:(0,h.getRequestMeta)(a,"invokeError"),dev:K.isDev}},l=await k(e,i),{metadata:m}=l,{cacheControl:n,headers:o={},fetchTags:p}=m;if(p&&(o[y.NEXT_CACHE_TAGS_HEADER]=p),a.fetchMetrics=m.fetchMetrics,ak&&(null==n?void 0:n.revalidate)===0&&!K.isDev&&!ar){let a=m.staticBailoutInfo,b=Object.defineProperty(Error(`Page changed from static to dynamic at runtime ${aa}${(null==a?void 0:a.description)?`, reason: ${a.description}`:""}
2
+ see more here https://nextjs.org/docs/messages/app-static-to-dynamic-error`),"__NEXT_ERROR_CODE",{value:"E132",enumerable:!1,configurable:!0});if(null==a?void 0:a.stack){let c=a.stack;b.stack=b.message+c.substring(c.indexOf("\n"))}throw b}return{value:{kind:v.CachedRouteKind.APP_PAGE,html:l,headers:o,rscData:m.flightData,postponed:m.postponed,status:m.statusCode,segmentData:m.segmentData},cacheControl:n}},o=async({hasResolved:c,previousCacheEntry:f,isRevalidating:g,span:i})=>{let j,k=!1===K.isDev,l=c||b.writableEnded;if(ah&&ab&&!f&&!N)return(null==ac?void 0:ac.render404)?await ac.render404(a,b):(b.statusCode=404,b.end("This page could not be found")),null;if(ai&&(j=(0,w.parseFallbackField)(ai.fallback)),j===w.FallbackMode.PRERENDER&&(0,u.isBot)(al)&&(!ar||an)&&(j=w.FallbackMode.BLOCKING_STATIC_RENDER),(null==f?void 0:f.isStale)===-1&&(ah=!0),ah&&(j!==w.FallbackMode.NOT_FOUND||f)&&(j=w.FallbackMode.BLOCKING_STATIC_RENDER),!N&&j!==w.FallbackMode.BLOCKING_STATIC_RENDER&&aB&&!l&&!_&&T&&(k||!aj)){let b;if((k||ai)&&j===w.FallbackMode.NOT_FOUND)throw new B.NoFallbackError;if(ar&&!ap){let c="string"==typeof(null==ai?void 0:ai.fallback)?ai.fallback:k?ag:null;if(b=await K.handleResponse({cacheKey:c,req:a,nextConfig:ad,routeKind:e.RouteKind.APP_PAGE,isFallback:!0,prerenderManifest:$,isRoutePPREnabled:ar,responseGenerator:async()=>m({span:i,postponed:void 0,fallbackRouteParams:k||at?(0,n.u)(ag):null}),waitUntil:d.waitUntil}),null===b)return null;if(b)return delete b.cacheControl,b}}let o=ah||g||!au?void 0:au;if(as&&void 0!==o)return{cacheControl:{revalidate:1,expire:void 0},value:{kind:v.CachedRouteKind.PAGES,html:x.default.EMPTY,pageData:{},headers:void 0,status:void 0}};let p=T&&ar&&((0,h.getRequestMeta)(a,"renderFallbackShell")||at)?(0,n.u)(af):null;return m({span:i,postponed:o,fallbackRouteParams:p})},p=async c=>{var f,g,i,j,k;let l,n=await K.handleResponse({cacheKey:aA,responseGenerator:a=>o({span:c,...a}),routeKind:e.RouteKind.APP_PAGE,isOnDemandRevalidate:ah,isRoutePPREnabled:ar,req:a,nextConfig:ad,prerenderManifest:$,waitUntil:d.waitUntil});if(_&&b.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate"),K.isDev&&b.setHeader("Cache-Control","no-store, must-revalidate"),!n){if(aA)throw Object.defineProperty(Error("invariant: cache entry required but not generated"),"__NEXT_ERROR_CODE",{value:"E62",enumerable:!1,configurable:!0});return null}if((null==(f=n.value)?void 0:f.kind)!==v.CachedRouteKind.APP_PAGE)throw Object.defineProperty(Error(`Invariant app-page handler received invalid cache entry ${null==(i=n.value)?void 0:i.kind}`),"__NEXT_ERROR_CODE",{value:"E707",enumerable:!1,configurable:!0});let p="string"==typeof n.value.postponed;ak&&!av&&(!p||ao)&&(N||b.setHeader("x-nextjs-cache",ah?"REVALIDATED":n.isMiss?"MISS":n.isStale?"STALE":"HIT"),b.setHeader(t.NEXT_IS_PRERENDER_HEADER,"1"));let{value:q}=n;if(au)l={revalidate:0,expire:void 0};else if(N&&ap&&!ao&&ar)l={revalidate:0,expire:void 0};else if(!K.isDev)if(_)l={revalidate:0,expire:void 0};else if(ak){if(n.cacheControl)if("number"==typeof n.cacheControl.revalidate){if(n.cacheControl.revalidate<1)throw Object.defineProperty(Error(`Invalid revalidate configuration provided: ${n.cacheControl.revalidate} < 1`),"__NEXT_ERROR_CODE",{value:"E22",enumerable:!1,configurable:!0});l={revalidate:n.cacheControl.revalidate,expire:(null==(j=n.cacheControl)?void 0:j.expire)??ad.expireTime}}else l={revalidate:y.CACHE_ONE_YEAR,expire:void 0}}else b.getHeader("Cache-Control")||(l={revalidate:0,expire:void 0});if(n.cacheControl=l,"string"==typeof aw&&(null==q?void 0:q.kind)===v.CachedRouteKind.APP_PAGE&&q.segmentData){b.setHeader(t.NEXT_DID_POSTPONE_HEADER,"2");let c=null==(k=q.headers)?void 0:k[y.NEXT_CACHE_TAGS_HEADER];N&&ak&&c&&"string"==typeof c&&b.setHeader(y.NEXT_CACHE_TAGS_HEADER,c);let d=q.segmentData.get(aw);return void 0!==d?(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:x.default.fromStatic(d,t.RSC_CONTENT_TYPE_HEADER),cacheControl:n.cacheControl}):(b.statusCode=204,(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:x.default.EMPTY,cacheControl:n.cacheControl}))}let r=(0,h.getRequestMeta)(a,"onCacheEntry");if(r&&await r({...n,value:{...n.value,kind:"PAGE"}},{url:(0,h.getRequestMeta)(a,"initURL")}))return null;if(p&&au)throw Object.defineProperty(Error("Invariant: postponed state should not be present on a resume request"),"__NEXT_ERROR_CODE",{value:"E396",enumerable:!1,configurable:!0});if(q.headers){let a={...q.headers};for(let[c,d]of(N&&ak||delete a[y.NEXT_CACHE_TAGS_HEADER],Object.entries(a)))if(void 0!==d)if(Array.isArray(d))for(let a of d)b.appendHeader(c,a);else"number"==typeof d&&(d=d.toString()),b.appendHeader(c,d)}let s=null==(g=q.headers)?void 0:g[y.NEXT_CACHE_TAGS_HEADER];if(N&&ak&&s&&"string"==typeof s&&b.setHeader(y.NEXT_CACHE_TAGS_HEADER,s),!q.status||ap&&ar||(b.statusCode=q.status),!N&&q.status&&F.RedirectStatusCode[q.status]&&ap&&(b.statusCode=200),p&&b.setHeader(t.NEXT_DID_POSTPONE_HEADER,"1"),ap&&!_){if(void 0===q.rscData){if(q.postponed)throw Object.defineProperty(Error("Invariant: Expected postponed to be undefined"),"__NEXT_ERROR_CODE",{value:"E372",enumerable:!1,configurable:!0});return(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:q.html,cacheControl:av?{revalidate:0,expire:void 0}:n.cacheControl})}return(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:x.default.fromStatic(q.rscData,t.RSC_CONTENT_TYPE_HEADER),cacheControl:n.cacheControl})}let u=q.html;if(!p||N||ap)return(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:u,cacheControl:n.cacheControl});if(as)return u.push(new ReadableStream({start(a){a.enqueue(z.ENCODED_TAGS.CLOSED.BODY_AND_HTML),a.close()}})),(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:u,cacheControl:{revalidate:0,expire:void 0}});let w=new TransformStream;return u.push(w.readable),m({span:c,postponed:q.postponed,fallbackRouteParams:null}).then(async a=>{var b,c;if(!a)throw Object.defineProperty(Error("Invariant: expected a result to be returned"),"__NEXT_ERROR_CODE",{value:"E463",enumerable:!1,configurable:!0});if((null==(b=a.value)?void 0:b.kind)!==v.CachedRouteKind.APP_PAGE)throw Object.defineProperty(Error(`Invariant: expected a page response, got ${null==(c=a.value)?void 0:c.kind}`),"__NEXT_ERROR_CODE",{value:"E305",enumerable:!1,configurable:!0});await a.value.html.pipeTo(w.writable)}).catch(a=>{w.writable.abort(a).catch(a=>{console.error("couldn't abort transformer",a)})}),(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:u,cacheControl:{revalidate:0,expire:void 0}})};if(!aF)return await aE.withPropagatedContext(a.headers,()=>aE.trace(i.BaseServerSpan.handleRequest,{spanName:`${aD} ${a.url}`,kind:g.SpanKind.SERVER,attributes:{"http.method":aD,"http.target":a.url}},p));await p(aF)}catch(b){throw b instanceof B.NoFallbackError||await K.onRequestError(a,b,{routerKind:"App Router",routePath:G,routeType:"render",revalidateReason:(0,f.c)({isRevalidate:ak,isOnDemandRevalidate:ah})},ac),b}}},86439:a=>{a.exports=require("next/dist/shared/lib/no-fallback-error.external")}};var b=require("../../webpack-runtime.js");b.C(a);var c=b.X(0,[4996,3363,2033,3327],()=>b(b.s=82079));module.exports=c})();
.next/server/app/_not-found/page.js.nft.json CHANGED
@@ -1 +1 @@
1
- {"version":1,"files":["../../../../node_modules/next/dist/client/components/app-router-headers.js","../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js","../../../../node_modules/next/dist/lib/client-and-server-references.js","../../../../node_modules/next/dist/lib/constants.js","../../../../node_modules/next/dist/lib/interop-default.js","../../../../node_modules/next/dist/lib/is-error.js","../../../../node_modules/next/dist/lib/semver-noop.js","../../../../node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/async-local-storage.js","../../../../node_modules/next/dist/server/app-render/cache-signal.js","../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../node_modules/next/dist/server/lib/cache-handlers/default.external.js","../../../../node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../node_modules/next/dist/server/lib/lru-cache.js","../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../node_modules/next/dist/server/load-manifest.external.js","../../../../node_modules/next/dist/server/response-cache/types.js","../../../../node_modules/next/dist/shared/lib/deep-freeze.js","../../../../node_modules/next/dist/shared/lib/invariant-error.js","../../../../node_modules/next/dist/shared/lib/is-plain-object.js","../../../../node_modules/next/dist/shared/lib/is-thenable.js","../../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","../../../../node_modules/next/dist/shared/lib/router/utils/app-paths.js","../../../../node_modules/next/dist/shared/lib/router/utils/html-bots.js","../../../../node_modules/next/dist/shared/lib/router/utils/is-bot.js","../../../../node_modules/next/dist/shared/lib/segment.js","../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../node_modules/next/package.json","../../../package.json","../../chunks/1331.js","../../chunks/3327.js","../../chunks/9038.js","../../webpack-runtime.js","page_client-reference-manifest.js"]}
 
1
+ {"version":1,"files":["../../../../node_modules/next/dist/client/components/app-router-headers.js","../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js","../../../../node_modules/next/dist/lib/client-and-server-references.js","../../../../node_modules/next/dist/lib/constants.js","../../../../node_modules/next/dist/lib/interop-default.js","../../../../node_modules/next/dist/lib/is-error.js","../../../../node_modules/next/dist/lib/semver-noop.js","../../../../node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/async-local-storage.js","../../../../node_modules/next/dist/server/app-render/cache-signal.js","../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../node_modules/next/dist/server/lib/cache-handlers/default.external.js","../../../../node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../node_modules/next/dist/server/lib/lru-cache.js","../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../node_modules/next/dist/server/load-manifest.external.js","../../../../node_modules/next/dist/server/response-cache/types.js","../../../../node_modules/next/dist/shared/lib/deep-freeze.js","../../../../node_modules/next/dist/shared/lib/invariant-error.js","../../../../node_modules/next/dist/shared/lib/is-plain-object.js","../../../../node_modules/next/dist/shared/lib/is-thenable.js","../../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","../../../../node_modules/next/dist/shared/lib/router/utils/app-paths.js","../../../../node_modules/next/dist/shared/lib/router/utils/html-bots.js","../../../../node_modules/next/dist/shared/lib/router/utils/is-bot.js","../../../../node_modules/next/dist/shared/lib/segment.js","../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../node_modules/next/package.json","../../../package.json","../../chunks/2033.js","../../chunks/3327.js","../../chunks/3363.js","../../chunks/4996.js","../../webpack-runtime.js","page_client-reference-manifest.js"]}
.next/server/app/_not-found/page_client-reference-manifest.js CHANGED
@@ -1 +1 @@
1
- globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/_not-found/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"8103":{"*":{"id":"32583","name":"*","chunks":[],"async":false}},"9766":{"*":{"id":"77526","name":"*","chunks":[],"async":false}},"15278":{"*":{"id":"78922","name":"*","chunks":[],"async":false}},"16717":{"*":{"id":"8647","name":"*","chunks":[],"async":false}},"17989":{"*":{"id":"68495","name":"*","chunks":[],"async":false}},"24431":{"*":{"id":"12263","name":"*","chunks":[],"async":false}},"25782":{"*":{"id":"82016","name":"*","chunks":[],"async":false}},"33496":{"*":{"id":"65408","name":"*","chunks":[],"async":false}},"33540":{"*":{"id":"66137","name":"*","chunks":[],"async":false}},"43688":{"*":{"id":"31152","name":"*","chunks":[],"async":false}},"46131":{"*":{"id":"83133","name":"*","chunks":[],"async":false}},"57150":{"*":{"id":"54160","name":"*","chunks":[],"async":false}},"62112":{"*":{"id":"92130","name":"*","chunks":[],"async":false}},"63886":{"*":{"id":"75170","name":"*","chunks":[],"async":false}},"70240":{"*":{"id":"38502","name":"*","chunks":[],"async":false}},"75102":{"*":{"id":"17622","name":"*","chunks":[],"async":false}},"80622":{"*":{"id":"82146","name":"*","chunks":[],"async":false}},"81959":{"*":{"id":"31603","name":"*","chunks":[],"async":false}},"98124":{"*":{"id":"67600","name":"*","chunks":[],"async":false}},"98924":{"*":{"id":"29234","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/builtin/global-error.js":{"id":57150,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":57150,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/client-page.js":{"id":81959,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/client-page.js":{"id":81959,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/client-segment.js":{"id":17989,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/client-segment.js":{"id":17989,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":63886,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":63886,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/layout-router.js":{"id":9766,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/layout-router.js":{"id":9766,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/metadata/async-metadata.js":{"id":15278,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/metadata/async-metadata.js":{"id":15278,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/render-from-template-context.js":{"id":98924,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":98924,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/lib/framework/boundary-components.js":{"id":24431,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":24431,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":80622,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":80622,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/assets/globals.css":{"id":27408,"name":"*","chunks":["8001","static/chunks/8001-ab2328d010d9575c.js","4165","static/chunks/4165-2fd065a6c1436849.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-29b5b9c7b4063442.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/backend-status-banner/index.tsx":{"id":16717,"name":"*","chunks":["8001","static/chunks/8001-ab2328d010d9575c.js","4165","static/chunks/4165-2fd065a6c1436849.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-29b5b9c7b4063442.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/providers/tanstack-query-provider.tsx":{"id":46131,"name":"*","chunks":["8001","static/chunks/8001-ab2328d010d9575c.js","4165","static/chunks/4165-2fd065a6c1436849.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-29b5b9c7b4063442.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/providers/theme-provider.tsx":{"id":98124,"name":"*","chunks":["8001","static/chunks/8001-ab2328d010d9575c.js","4165","static/chunks/4165-2fd065a6c1436849.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-29b5b9c7b4063442.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/ui/sonner.tsx":{"id":70240,"name":"*","chunks":["8001","static/chunks/8001-ab2328d010d9575c.js","4165","static/chunks/4165-2fd065a6c1436849.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-29b5b9c7b4063442.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/font/google/target.css?{\"path\":\"app/layout.tsx\",\"import\":\"Inter\",\"arguments\":[{\"variable\":\"--font-inter-sans\",\"subsets\":[\"latin\"]}],\"variableName\":\"inter\"}":{"id":85568,"name":"*","chunks":["8001","static/chunks/8001-ab2328d010d9575c.js","4165","static/chunks/4165-2fd065a6c1436849.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-29b5b9c7b4063442.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/font/google/target.css?{\"path\":\"app/layout.tsx\",\"import\":\"PT_Sans\",\"arguments\":[{\"variable\":\"--font-ptSans-mono\",\"subsets\":[\"latin\"],\"weight\":[\"400\",\"700\"]}],\"variableName\":\"ptSans\"}":{"id":80231,"name":"*","chunks":["8001","static/chunks/8001-ab2328d010d9575c.js","4165","static/chunks/4165-2fd065a6c1436849.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-29b5b9c7b4063442.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/login/page.tsx":{"id":62112,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/page-wrapper/index.tsx":{"id":43688,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/page.tsx":{"id":25782,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/register/page.tsx":{"id":75102,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/test-generation/page.tsx":{"id":8103,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/page.tsx":{"id":33540,"name":"*","chunks":["5948","static/chunks/06bf0ff1-3732841f0f86d47e.js","7003","static/chunks/14258b02-ed7689e3556981a7.js","4316","static/chunks/ad2866b8-e13a3cf75ccf0eb8.js","8001","static/chunks/8001-ab2328d010d9575c.js","176","static/chunks/176-34e89399a26899a1.js","1638","static/chunks/1638-9f12a086456f3362.js","7389","static/chunks/7389-d064efe9587fa357.js","8941","static/chunks/8941-5f6f2bbd260a64ae.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7483","static/chunks/7483-61c49a2b0ab708d3.js","4735","static/chunks/4735-317a40903cee3927.js","8784","static/chunks/8784-a70de7155a979c5e.js","536","static/chunks/536-59fd9fbb0b0a321e.js","7714","static/chunks/7714-9d63785ec81e1efe.js","2133","static/chunks/2133-7b64eac0902cb1d5.js","8974","static/chunks/app/page-0354c2adb620070f.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/w/[workspaceId]/projects/page.tsx":{"id":33496,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/Users/otto/Desktop/deepstudio/osw-studio-git/":[],"/Users/otto/Desktop/deepstudio/osw-studio-git/app/layout":[{"inlined":false,"path":"static/css/82f4473c79d5d55a.css"},{"inlined":false,"path":"static/css/1138060002beec9e.css"}],"/Users/otto/Desktop/deepstudio/osw-studio-git/app/page":[],"/Users/otto/Desktop/deepstudio/osw-studio-git/app/_not-found/page":[]},"rscModuleMapping":{"8103":{"*":{"id":"60940","name":"*","chunks":[],"async":false}},"9766":{"*":{"id":"6060","name":"*","chunks":[],"async":false}},"15278":{"*":{"id":"7184","name":"*","chunks":[],"async":false}},"16717":{"*":{"id":"69369","name":"*","chunks":[],"async":false}},"17989":{"*":{"id":"36893","name":"*","chunks":[],"async":false}},"24431":{"*":{"id":"73041","name":"*","chunks":[],"async":false}},"25782":{"*":{"id":"37734","name":"*","chunks":[],"async":false}},"27408":{"*":{"id":"94348","name":"*","chunks":[],"async":false}},"33496":{"*":{"id":"17498","name":"*","chunks":[],"async":false}},"33540":{"*":{"id":"17742","name":"*","chunks":[],"async":false}},"43688":{"*":{"id":"2054","name":"*","chunks":[],"async":false}},"46131":{"*":{"id":"69507","name":"*","chunks":[],"async":false}},"57150":{"*":{"id":"81170","name":"*","chunks":[],"async":false}},"62112":{"*":{"id":"7760","name":"*","chunks":[],"async":false}},"63886":{"*":{"id":"89748","name":"*","chunks":[],"async":false}},"70240":{"*":{"id":"20656","name":"*","chunks":[],"async":false}},"75102":{"*":{"id":"3716","name":"*","chunks":[],"async":false}},"80622":{"*":{"id":"51384","name":"*","chunks":[],"async":false}},"81959":{"*":{"id":"23597","name":"*","chunks":[],"async":false}},"98124":{"*":{"id":"26262","name":"*","chunks":[],"async":false}},"98924":{"*":{"id":"69576","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}}
 
1
+ globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/_not-found/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"8103":{"*":{"id":"32583","name":"*","chunks":[],"async":false}},"9766":{"*":{"id":"77526","name":"*","chunks":[],"async":false}},"15278":{"*":{"id":"78922","name":"*","chunks":[],"async":false}},"16717":{"*":{"id":"8647","name":"*","chunks":[],"async":false}},"17989":{"*":{"id":"68495","name":"*","chunks":[],"async":false}},"18720":{"*":{"id":"42830","name":"*","chunks":[],"async":false}},"24431":{"*":{"id":"12263","name":"*","chunks":[],"async":false}},"25782":{"*":{"id":"82016","name":"*","chunks":[],"async":false}},"33496":{"*":{"id":"65408","name":"*","chunks":[],"async":false}},"43688":{"*":{"id":"31152","name":"*","chunks":[],"async":false}},"46131":{"*":{"id":"83133","name":"*","chunks":[],"async":false}},"57150":{"*":{"id":"54160","name":"*","chunks":[],"async":false}},"62112":{"*":{"id":"92130","name":"*","chunks":[],"async":false}},"63886":{"*":{"id":"75170","name":"*","chunks":[],"async":false}},"70240":{"*":{"id":"38502","name":"*","chunks":[],"async":false}},"75102":{"*":{"id":"17622","name":"*","chunks":[],"async":false}},"80622":{"*":{"id":"82146","name":"*","chunks":[],"async":false}},"81959":{"*":{"id":"31603","name":"*","chunks":[],"async":false}},"86807":{"*":{"id":"74034","name":"*","chunks":[],"async":false}},"98124":{"*":{"id":"67600","name":"*","chunks":[],"async":false}},"98924":{"*":{"id":"29234","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/builtin/global-error.js":{"id":57150,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":57150,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/client-page.js":{"id":81959,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/client-page.js":{"id":81959,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/client-segment.js":{"id":17989,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/client-segment.js":{"id":17989,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":63886,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":63886,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/layout-router.js":{"id":9766,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/layout-router.js":{"id":9766,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/metadata/async-metadata.js":{"id":15278,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/metadata/async-metadata.js":{"id":15278,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/render-from-template-context.js":{"id":98924,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":98924,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/lib/framework/boundary-components.js":{"id":24431,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":24431,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":80622,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":80622,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/assets/globals.css":{"id":27408,"name":"*","chunks":["8720","static/chunks/8720-6c3c0c904bca3f2e.js","4156","static/chunks/4156-321b7a8c31fe95b6.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-e6b6991471e946a3.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/backend-status-banner/index.tsx":{"id":16717,"name":"*","chunks":["8720","static/chunks/8720-6c3c0c904bca3f2e.js","4156","static/chunks/4156-321b7a8c31fe95b6.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-e6b6991471e946a3.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/providers/tanstack-query-provider.tsx":{"id":46131,"name":"*","chunks":["8720","static/chunks/8720-6c3c0c904bca3f2e.js","4156","static/chunks/4156-321b7a8c31fe95b6.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-e6b6991471e946a3.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/providers/theme-provider.tsx":{"id":98124,"name":"*","chunks":["8720","static/chunks/8720-6c3c0c904bca3f2e.js","4156","static/chunks/4156-321b7a8c31fe95b6.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-e6b6991471e946a3.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/ui/sonner.tsx":{"id":70240,"name":"*","chunks":["8720","static/chunks/8720-6c3c0c904bca3f2e.js","4156","static/chunks/4156-321b7a8c31fe95b6.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-e6b6991471e946a3.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/font/google/target.css?{\"path\":\"app/layout.tsx\",\"import\":\"Inter\",\"arguments\":[{\"variable\":\"--font-inter-sans\",\"subsets\":[\"latin\"]}],\"variableName\":\"inter\"}":{"id":85568,"name":"*","chunks":["8720","static/chunks/8720-6c3c0c904bca3f2e.js","4156","static/chunks/4156-321b7a8c31fe95b6.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-e6b6991471e946a3.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/font/google/target.css?{\"path\":\"app/layout.tsx\",\"import\":\"PT_Sans\",\"arguments\":[{\"variable\":\"--font-ptSans-mono\",\"subsets\":[\"latin\"],\"weight\":[\"400\",\"700\"]}],\"variableName\":\"ptSans\"}":{"id":80231,"name":"*","chunks":["8720","static/chunks/8720-6c3c0c904bca3f2e.js","4156","static/chunks/4156-321b7a8c31fe95b6.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-e6b6991471e946a3.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/sonner/dist/index.mjs":{"id":18720,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/page.tsx":{"id":25782,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/login/page.tsx":{"id":62112,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/register/page.tsx":{"id":75102,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/page-wrapper/index.tsx":{"id":43688,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/page.tsx":{"id":86807,"name":"*","chunks":["5948","static/chunks/06bf0ff1-3732841f0f86d47e.js","7003","static/chunks/14258b02-ed7689e3556981a7.js","4316","static/chunks/ad2866b8-e13a3cf75ccf0eb8.js","8720","static/chunks/8720-6c3c0c904bca3f2e.js","176","static/chunks/176-34e89399a26899a1.js","7543","static/chunks/7543-50a94862c006ca07.js","7389","static/chunks/7389-d064efe9587fa357.js","8941","static/chunks/8941-5f6f2bbd260a64ae.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7483","static/chunks/7483-f07a06bb00bfffea.js","4735","static/chunks/4735-317a40903cee3927.js","8784","static/chunks/8784-a70de7155a979c5e.js","536","static/chunks/536-59fd9fbb0b0a321e.js","7714","static/chunks/7714-f0a155d98ed994f5.js","8238","static/chunks/8238-79d46861a211a0d5.js","8974","static/chunks/app/page-c77a30bec88016f7.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/test-generation/page.tsx":{"id":8103,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/w/[workspaceId]/projects/page.tsx":{"id":33496,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/Users/otto/Desktop/deepstudio/osw-studio-git/":[],"/Users/otto/Desktop/deepstudio/osw-studio-git/app/layout":[{"inlined":false,"path":"static/css/82f4473c79d5d55a.css"},{"inlined":false,"path":"static/css/1138060002beec9e.css"}],"/Users/otto/Desktop/deepstudio/osw-studio-git/app/page":[],"/Users/otto/Desktop/deepstudio/osw-studio-git/app/_not-found/page":[]},"rscModuleMapping":{"8103":{"*":{"id":"60940","name":"*","chunks":[],"async":false}},"9766":{"*":{"id":"6060","name":"*","chunks":[],"async":false}},"15278":{"*":{"id":"7184","name":"*","chunks":[],"async":false}},"16717":{"*":{"id":"69369","name":"*","chunks":[],"async":false}},"17989":{"*":{"id":"36893","name":"*","chunks":[],"async":false}},"18720":{"*":{"id":"16076","name":"*","chunks":[],"async":false}},"24431":{"*":{"id":"73041","name":"*","chunks":[],"async":false}},"25782":{"*":{"id":"37734","name":"*","chunks":[],"async":false}},"27408":{"*":{"id":"94348","name":"*","chunks":[],"async":false}},"33496":{"*":{"id":"17498","name":"*","chunks":[],"async":false}},"43688":{"*":{"id":"2054","name":"*","chunks":[],"async":false}},"46131":{"*":{"id":"69507","name":"*","chunks":[],"async":false}},"57150":{"*":{"id":"81170","name":"*","chunks":[],"async":false}},"62112":{"*":{"id":"7760","name":"*","chunks":[],"async":false}},"63886":{"*":{"id":"89748","name":"*","chunks":[],"async":false}},"70240":{"*":{"id":"20656","name":"*","chunks":[],"async":false}},"75102":{"*":{"id":"3716","name":"*","chunks":[],"async":false}},"80622":{"*":{"id":"51384","name":"*","chunks":[],"async":false}},"81959":{"*":{"id":"23597","name":"*","chunks":[],"async":false}},"86807":{"*":{"id":"17742","name":"*","chunks":[],"async":false}},"98124":{"*":{"id":"26262","name":"*","chunks":[],"async":false}},"98924":{"*":{"id":"69576","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}}
.next/server/app/admin.html CHANGED
@@ -1 +1 @@
1
- <!DOCTYPE html><!--b9Cr66_fnQ05YQJS0EJ62--><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/><link rel="preload" href="/_next/static/media/58f662ed5ba12a72-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" href="/_next/static/media/c3f6eb667c0186c5-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" href="/_next/static/media/e4af272ccee01ff0-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/css/82f4473c79d5d55a.css" data-precedence="next"/><link rel="stylesheet" href="/_next/static/css/1138060002beec9e.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-877dbed209166e77.js"/><script src="/_next/static/chunks/4bd1b696-100b9d70ed4e49c1.js" async=""></script><script src="/_next/static/chunks/1255-dfb5f8d642ae4426.js" async=""></script><script src="/_next/static/chunks/main-app-6796e1116c8e92de.js" async=""></script><script src="/_next/static/chunks/8001-ab2328d010d9575c.js" async=""></script><script src="/_next/static/chunks/4165-2fd065a6c1436849.js" async=""></script><script src="/_next/static/chunks/7625-3e99f3a22fc35ba0.js" async=""></script><script src="/_next/static/chunks/app/layout-29b5b9c7b4063442.js" async=""></script><script src="/_next/static/chunks/app/admin/page-e3e066aac7f10383.js" async=""></script><meta name="next-size-adjust" content=""/><meta name="theme-color" content="#000000"/><title>OSW Studio</title><meta name="description" content="Open Source Web Studio is an AI-powered development environment that enables autonomous multi-file development through intelligent tool usage. Build complete applications with natural language."/><meta name="mobile-web-app-capable" content="yes"/><meta name="apple-mobile-web-app-title" content="OSW-Studio"/><meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"/><meta property="og:title" content="Open Source Web Studio | Agentic AI Development"/><meta property="og:description" content="Open Source Web Studio is an AI-powered development environment that enables autonomous multi-file development through intelligent tool usage. Build complete applications with natural language."/><meta property="og:url" content="https://huggingface.co/spaces/otst/osw-studio"/><meta property="og:site_name" content="Open Source Web Studio"/><meta property="og:image" content="https://huggingface.co/spaces/otst/osw-studio/resolve/main/banner.png"/><meta property="og:image:width" content="1200"/><meta property="og:image:height" content="630"/><meta property="og:image:alt" content="Open Source Web Studio - Agentic AI Development"/><meta name="twitter:card" content="summary_large_image"/><meta name="twitter:title" content="OSW Studio | Agentic AI Development"/><meta name="twitter:description" content="OSW-Studio is an AI-powered development environment that enables autonomous multi-file development through intelligent tool usage. Build complete applications with natural language."/><meta name="twitter:image" content="https://huggingface.co/spaces/otst/osw-studio/resolve/main/banner.png"/><link rel="shortcut icon" href="/osw-studio-logo.svg"/><link rel="icon" href="/osw-studio-logo.svg"/><link rel="apple-touch-icon" href="/osw-studio-logo.svg"/><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body class="__variable_f367f3 __variable_438d47 antialiased bg-background h-[100dvh] overflow-hidden"><div hidden=""><!--$--><!--/$--></div><script>((a,b,c,d,e,f,g,h)=>{let i=document.documentElement,j=["light","dark"];function k(b){var c;(Array.isArray(a)?a:[a]).forEach(a=>{let c="class"===a,d=c&&f?e.map(a=>f[a]||a):e;c?(i.classList.remove(...d),i.classList.add(f&&f[b]?f[b]:b)):i.setAttribute(a,b)}),c=b,h&&j.includes(c)&&(i.style.colorScheme=c)}if(d)k(d);else try{let a=localStorage.getItem(b)||c,d=g&&"system"===a?window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light":a;k(d)}catch(a){}})("class","osw-studio-theme","dark",null,["light","dark"],null,true,true)</script><section aria-label="Notifications alt+T" tabindex="-1" aria-live="polite" aria-relevant="additions text" aria-atomic="false"></section><div class="min-h-screen flex items-center justify-center bg-[#0a0a0a]"><p class="text-zinc-400">Redirecting...</p></div><!--$--><!--/$--><script src="/_next/static/chunks/webpack-877dbed209166e77.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[98124,[\"8001\",\"static/chunks/8001-ab2328d010d9575c.js\",\"4165\",\"static/chunks/4165-2fd065a6c1436849.js\",\"7625\",\"static/chunks/7625-3e99f3a22fc35ba0.js\",\"7177\",\"static/chunks/app/layout-29b5b9c7b4063442.js\"],\"ThemeProvider\"]\n3:I[70240,[\"8001\",\"static/chunks/8001-ab2328d010d9575c.js\",\"4165\",\"static/chunks/4165-2fd065a6c1436849.js\",\"7625\",\"static/chunks/7625-3e99f3a22fc35ba0.js\",\"7177\",\"static/chunks/app/layout-29b5b9c7b4063442.js\"],\"Toaster\"]\n4:I[16717,[\"8001\",\"static/chunks/8001-ab2328d010d9575c.js\",\"4165\",\"static/chunks/4165-2fd065a6c1436849.js\",\"7625\",\"static/chunks/7625-3e99f3a22fc35ba0.js\",\"7177\",\"static/chunks/app/layout-29b5b9c7b4063442.js\"],\"BackendStatusBanner\"]\n5:I[46131,[\"8001\",\"static/chunks/8001-ab2328d010d9575c.js\",\"4165\",\"static/chunks/4165-2fd065a6c1436849.js\",\"7625\",\"static/chunks/7625-3e99f3a22fc35ba0.js\",\"7177\",\"static/chunks/app/layout-29b5b9c7b4063442.js\"],\"default\"]\n6:I[9766,[],\"\"]\n7:I[98924,[],\"\"]\n8:I[81959,[],\"ClientPageRoot\"]\n9:I[25782,[\"3698\",\"static/chunks/app/admin/page-e3e066aac7f10383.js\"],\"default\"]\nc:I[24431,[],\"OutletBoundary\"]\ne:I[15278,[],\"AsyncMetadataOutlet\"]\n10:I[24431,[],\"ViewportBoundary\"]\n12:I[24431,[],\"MetadataBoundary\"]\n13:\"$Sreact.suspense\"\n15:I[57150,[],\"\"]\n:HL[\"/_next/static/media/58f662ed5ba12a72-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/c3f6eb667c0186c5-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/e4af272ccee01ff0-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/css/82f4473c79d5d55a.css\",\"style\"]\n:HL[\"/_next/static/css/1138060002beec9e.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"b9Cr66_fnQ05YQJS0EJ62\",\"p\":\"\",\"c\":[\"\",\"admin\"],\"i\":false,\"f\":[[[\"\",{\"children\":[\"admin\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",true],[\"\",[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/82f4473c79d5d55a.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"link\",\"1\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/1138060002beec9e.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"suppressHydrationWarning\":true,\"children\":[\"$\",\"body\",null,{\"className\":\"__variable_f367f3 __variable_438d47 antialiased bg-background h-[100dvh] overflow-hidden\",\"suppressHydrationWarning\":true,\"children\":[\"$\",\"$L2\",null,{\"children\":[[\"$\",\"$L3\",null,{\"richColors\":true,\"position\":\"bottom-center\"}],[\"$\",\"$L4\",null,{}],[\"$\",\"$L5\",null,{\"children\":[\"$\",\"$L6\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L7\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]]}]}]}]]}],{\"children\":[\"admin\",[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L6\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L7\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[\"__PAGE__\",[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"$L8\",null,{\"Component\":\"$9\",\"searchParams\":{},\"params\":{},\"promises\":[\"$@a\",\"$@b\"]}],null,[\"$\",\"$Lc\",null,{\"children\":[\"$Ld\",[\"$\",\"$Le\",null,{\"promise\":\"$@f\"}]]}]]}],{},null,false]},null,false]},null,false],[\"$\",\"$1\",\"h\",{\"children\":[null,[[\"$\",\"$L10\",null,{\"children\":\"$L11\"}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]],[\"$\",\"$L12\",null,{\"children\":[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$13\",null,{\"fallback\":null,\"children\":\"$L14\"}]}]}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$15\",[]],\"s\":false,\"S\":true}\n"])</script><script>self.__next_f.push([1,"a:{}\nb:\"$0:f:0:1:2:children:2:children:1:props:children:0:props:params\"\n"])</script><script>self.__next_f.push([1,"11:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1, maximum-scale=1\"}],[\"$\",\"meta\",\"2\",{\"name\":\"theme-color\",\"content\":\"#000000\"}]]\nd:null\n"])</script><script>self.__next_f.push([1,"16:I[80622,[],\"IconMark\"]\n"])</script><script>self.__next_f.push([1,"f:{\"metadata\":[[\"$\",\"title\",\"0\",{\"children\":\"OSW Studio\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Open Source Web Studio is an AI-powered development environment that enables autonomous multi-file development through intelligent tool usage. Build complete applications with natural language.\"}],[\"$\",\"meta\",\"2\",{\"name\":\"mobile-web-app-capable\",\"content\":\"yes\"}],[\"$\",\"meta\",\"3\",{\"name\":\"apple-mobile-web-app-title\",\"content\":\"OSW-Studio\"}],[\"$\",\"meta\",\"4\",{\"name\":\"apple-mobile-web-app-status-bar-style\",\"content\":\"black-translucent\"}],[\"$\",\"meta\",\"5\",{\"property\":\"og:title\",\"content\":\"Open Source Web Studio | Agentic AI Development\"}],[\"$\",\"meta\",\"6\",{\"property\":\"og:description\",\"content\":\"Open Source Web Studio is an AI-powered development environment that enables autonomous multi-file development through intelligent tool usage. Build complete applications with natural language.\"}],[\"$\",\"meta\",\"7\",{\"property\":\"og:url\",\"content\":\"https://huggingface.co/spaces/otst/osw-studio\"}],[\"$\",\"meta\",\"8\",{\"property\":\"og:site_name\",\"content\":\"Open Source Web Studio\"}],[\"$\",\"meta\",\"9\",{\"property\":\"og:image\",\"content\":\"https://huggingface.co/spaces/otst/osw-studio/resolve/main/banner.png\"}],[\"$\",\"meta\",\"10\",{\"property\":\"og:image:width\",\"content\":\"1200\"}],[\"$\",\"meta\",\"11\",{\"property\":\"og:image:height\",\"content\":\"630\"}],[\"$\",\"meta\",\"12\",{\"property\":\"og:image:alt\",\"content\":\"Open Source Web Studio - Agentic AI Development\"}],[\"$\",\"meta\",\"13\",{\"name\":\"twitter:card\",\"content\":\"summary_large_image\"}],[\"$\",\"meta\",\"14\",{\"name\":\"twitter:title\",\"content\":\"OSW Studio | Agentic AI Development\"}],[\"$\",\"meta\",\"15\",{\"name\":\"twitter:description\",\"content\":\"OSW-Studio is an AI-powered development environment that enables autonomous multi-file development through intelligent tool usage. Build complete applications with natural language.\"}],[\"$\",\"meta\",\"16\",{\"name\":\"twitter:image\",\"content\":\"https://huggingface.co/spaces/otst/osw-studio/resolve/main/banner.png\"}],[\"$\",\"link\",\"17\",{\"rel\":\"shortcut icon\",\"href\":\"/osw-studio-logo.svg\"}],[\"$\",\"link\",\"18\",{\"rel\":\"icon\",\"href\":\"/osw-studio-logo.svg\"}],[\"$\",\"link\",\"19\",{\"rel\":\"apple-touch-icon\",\"href\":\"/osw-studio-logo.svg\"}],[\"$\",\"$L16\",\"20\",{}]],\"error\":null,\"digest\":\"$undefined\"}\n"])</script><script>self.__next_f.push([1,"14:\"$f:metadata\"\n"])</script></body></html>
 
1
+ <!DOCTYPE html><!--OVeuJe8F_fBvUq5tu9NXl--><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/><link rel="preload" href="/_next/static/media/58f662ed5ba12a72-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" href="/_next/static/media/c3f6eb667c0186c5-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" href="/_next/static/media/e4af272ccee01ff0-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/css/82f4473c79d5d55a.css" data-precedence="next"/><link rel="stylesheet" href="/_next/static/css/1138060002beec9e.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-809e7d6fd4e0142c.js"/><script src="/_next/static/chunks/4bd1b696-100b9d70ed4e49c1.js" async=""></script><script src="/_next/static/chunks/1255-dfb5f8d642ae4426.js" async=""></script><script src="/_next/static/chunks/main-app-6796e1116c8e92de.js" async=""></script><script src="/_next/static/chunks/8720-6c3c0c904bca3f2e.js" async=""></script><script src="/_next/static/chunks/4156-321b7a8c31fe95b6.js" async=""></script><script src="/_next/static/chunks/7625-3e99f3a22fc35ba0.js" async=""></script><script src="/_next/static/chunks/app/layout-e6b6991471e946a3.js" async=""></script><script src="/_next/static/chunks/app/admin/page-e3e066aac7f10383.js" async=""></script><meta name="next-size-adjust" content=""/><meta name="theme-color" content="#000000"/><title>OSW Studio</title><meta name="description" content="Open Source Web Studio is an AI-powered development environment that enables autonomous multi-file development through intelligent tool usage. Build complete applications with natural language."/><meta name="mobile-web-app-capable" content="yes"/><meta name="apple-mobile-web-app-title" content="OSW-Studio"/><meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"/><meta property="og:title" content="Open Source Web Studio | Agentic AI Development"/><meta property="og:description" content="Open Source Web Studio is an AI-powered development environment that enables autonomous multi-file development through intelligent tool usage. Build complete applications with natural language."/><meta property="og:url" content="https://huggingface.co/spaces/otst/osw-studio"/><meta property="og:site_name" content="Open Source Web Studio"/><meta property="og:image" content="https://huggingface.co/spaces/otst/osw-studio/resolve/main/banner.png"/><meta property="og:image:width" content="1200"/><meta property="og:image:height" content="630"/><meta property="og:image:alt" content="Open Source Web Studio - Agentic AI Development"/><meta name="twitter:card" content="summary_large_image"/><meta name="twitter:title" content="OSW Studio | Agentic AI Development"/><meta name="twitter:description" content="OSW-Studio is an AI-powered development environment that enables autonomous multi-file development through intelligent tool usage. Build complete applications with natural language."/><meta name="twitter:image" content="https://huggingface.co/spaces/otst/osw-studio/resolve/main/banner.png"/><link rel="shortcut icon" href="/osw-studio-logo.svg"/><link rel="icon" href="/osw-studio-logo.svg"/><link rel="apple-touch-icon" href="/osw-studio-logo.svg"/><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body class="__variable_f367f3 __variable_438d47 antialiased bg-background h-[100dvh] overflow-hidden"><div hidden=""><!--$--><!--/$--></div><script>((a,b,c,d,e,f,g,h)=>{let i=document.documentElement,j=["light","dark"];function k(b){var c;(Array.isArray(a)?a:[a]).forEach(a=>{let c="class"===a,d=c&&f?e.map(a=>f[a]||a):e;c?(i.classList.remove(...d),i.classList.add(f&&f[b]?f[b]:b)):i.setAttribute(a,b)}),c=b,h&&j.includes(c)&&(i.style.colorScheme=c)}if(d)k(d);else try{let a=localStorage.getItem(b)||c,d=g&&"system"===a?window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light":a;k(d)}catch(a){}})("class","osw-studio-theme","dark",null,["light","dark"],null,true,true)</script><section aria-label="Notifications alt+T" tabindex="-1" aria-live="polite" aria-relevant="additions text" aria-atomic="false"></section><div class="min-h-screen flex items-center justify-center bg-[#0a0a0a]"><p class="text-zinc-400">Redirecting...</p></div><!--$--><!--/$--><script src="/_next/static/chunks/webpack-809e7d6fd4e0142c.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[98124,[\"8720\",\"static/chunks/8720-6c3c0c904bca3f2e.js\",\"4156\",\"static/chunks/4156-321b7a8c31fe95b6.js\",\"7625\",\"static/chunks/7625-3e99f3a22fc35ba0.js\",\"7177\",\"static/chunks/app/layout-e6b6991471e946a3.js\"],\"ThemeProvider\"]\n3:I[70240,[\"8720\",\"static/chunks/8720-6c3c0c904bca3f2e.js\",\"4156\",\"static/chunks/4156-321b7a8c31fe95b6.js\",\"7625\",\"static/chunks/7625-3e99f3a22fc35ba0.js\",\"7177\",\"static/chunks/app/layout-e6b6991471e946a3.js\"],\"Toaster\"]\n4:I[16717,[\"8720\",\"static/chunks/8720-6c3c0c904bca3f2e.js\",\"4156\",\"static/chunks/4156-321b7a8c31fe95b6.js\",\"7625\",\"static/chunks/7625-3e99f3a22fc35ba0.js\",\"7177\",\"static/chunks/app/layout-e6b6991471e946a3.js\"],\"BackendStatusBanner\"]\n5:I[46131,[\"8720\",\"static/chunks/8720-6c3c0c904bca3f2e.js\",\"4156\",\"static/chunks/4156-321b7a8c31fe95b6.js\",\"7625\",\"static/chunks/7625-3e99f3a22fc35ba0.js\",\"7177\",\"static/chunks/app/layout-e6b6991471e946a3.js\"],\"default\"]\n6:I[9766,[],\"\"]\n7:I[98924,[],\"\"]\n8:I[81959,[],\"ClientPageRoot\"]\n9:I[25782,[\"3698\",\"static/chunks/app/admin/page-e3e066aac7f10383.js\"],\"default\"]\nc:I[24431,[],\"OutletBoundary\"]\ne:I[15278,[],\"AsyncMetadataOutlet\"]\n10:I[24431,[],\"ViewportBoundary\"]\n12:I[24431,[],\"MetadataBoundary\"]\n13:\"$Sreact.suspense\"\n15:I[57150,[],\"\"]\n:HL[\"/_next/static/media/58f662ed5ba12a72-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/c3f6eb667c0186c5-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/e4af272ccee01ff0-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/css/82f4473c79d5d55a.css\",\"style\"]\n:HL[\"/_next/static/css/1138060002beec9e.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"OVeuJe8F-fBvUq5tu9NXl\",\"p\":\"\",\"c\":[\"\",\"admin\"],\"i\":false,\"f\":[[[\"\",{\"children\":[\"admin\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",true],[\"\",[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/82f4473c79d5d55a.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"link\",\"1\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/1138060002beec9e.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"suppressHydrationWarning\":true,\"children\":[\"$\",\"body\",null,{\"className\":\"__variable_f367f3 __variable_438d47 antialiased bg-background h-[100dvh] overflow-hidden\",\"suppressHydrationWarning\":true,\"children\":[\"$\",\"$L2\",null,{\"children\":[[\"$\",\"$L3\",null,{\"richColors\":true,\"position\":\"bottom-center\"}],[\"$\",\"$L4\",null,{}],[\"$\",\"$L5\",null,{\"children\":[\"$\",\"$L6\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L7\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]]}]}]}]]}],{\"children\":[\"admin\",[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L6\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L7\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[\"__PAGE__\",[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"$L8\",null,{\"Component\":\"$9\",\"searchParams\":{},\"params\":{},\"promises\":[\"$@a\",\"$@b\"]}],null,[\"$\",\"$Lc\",null,{\"children\":[\"$Ld\",[\"$\",\"$Le\",null,{\"promise\":\"$@f\"}]]}]]}],{},null,false]},null,false]},null,false],[\"$\",\"$1\",\"h\",{\"children\":[null,[[\"$\",\"$L10\",null,{\"children\":\"$L11\"}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]],[\"$\",\"$L12\",null,{\"children\":[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$13\",null,{\"fallback\":null,\"children\":\"$L14\"}]}]}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$15\",[]],\"s\":false,\"S\":true}\n"])</script><script>self.__next_f.push([1,"a:{}\nb:\"$0:f:0:1:2:children:2:children:1:props:children:0:props:params\"\n"])</script><script>self.__next_f.push([1,"11:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1, maximum-scale=1\"}],[\"$\",\"meta\",\"2\",{\"name\":\"theme-color\",\"content\":\"#000000\"}]]\nd:null\n"])</script><script>self.__next_f.push([1,"16:I[80622,[],\"IconMark\"]\n"])</script><script>self.__next_f.push([1,"f:{\"metadata\":[[\"$\",\"title\",\"0\",{\"children\":\"OSW Studio\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Open Source Web Studio is an AI-powered development environment that enables autonomous multi-file development through intelligent tool usage. Build complete applications with natural language.\"}],[\"$\",\"meta\",\"2\",{\"name\":\"mobile-web-app-capable\",\"content\":\"yes\"}],[\"$\",\"meta\",\"3\",{\"name\":\"apple-mobile-web-app-title\",\"content\":\"OSW-Studio\"}],[\"$\",\"meta\",\"4\",{\"name\":\"apple-mobile-web-app-status-bar-style\",\"content\":\"black-translucent\"}],[\"$\",\"meta\",\"5\",{\"property\":\"og:title\",\"content\":\"Open Source Web Studio | Agentic AI Development\"}],[\"$\",\"meta\",\"6\",{\"property\":\"og:description\",\"content\":\"Open Source Web Studio is an AI-powered development environment that enables autonomous multi-file development through intelligent tool usage. Build complete applications with natural language.\"}],[\"$\",\"meta\",\"7\",{\"property\":\"og:url\",\"content\":\"https://huggingface.co/spaces/otst/osw-studio\"}],[\"$\",\"meta\",\"8\",{\"property\":\"og:site_name\",\"content\":\"Open Source Web Studio\"}],[\"$\",\"meta\",\"9\",{\"property\":\"og:image\",\"content\":\"https://huggingface.co/spaces/otst/osw-studio/resolve/main/banner.png\"}],[\"$\",\"meta\",\"10\",{\"property\":\"og:image:width\",\"content\":\"1200\"}],[\"$\",\"meta\",\"11\",{\"property\":\"og:image:height\",\"content\":\"630\"}],[\"$\",\"meta\",\"12\",{\"property\":\"og:image:alt\",\"content\":\"Open Source Web Studio - Agentic AI Development\"}],[\"$\",\"meta\",\"13\",{\"name\":\"twitter:card\",\"content\":\"summary_large_image\"}],[\"$\",\"meta\",\"14\",{\"name\":\"twitter:title\",\"content\":\"OSW Studio | Agentic AI Development\"}],[\"$\",\"meta\",\"15\",{\"name\":\"twitter:description\",\"content\":\"OSW-Studio is an AI-powered development environment that enables autonomous multi-file development through intelligent tool usage. Build complete applications with natural language.\"}],[\"$\",\"meta\",\"16\",{\"name\":\"twitter:image\",\"content\":\"https://huggingface.co/spaces/otst/osw-studio/resolve/main/banner.png\"}],[\"$\",\"link\",\"17\",{\"rel\":\"shortcut icon\",\"href\":\"/osw-studio-logo.svg\"}],[\"$\",\"link\",\"18\",{\"rel\":\"icon\",\"href\":\"/osw-studio-logo.svg\"}],[\"$\",\"link\",\"19\",{\"rel\":\"apple-touch-icon\",\"href\":\"/osw-studio-logo.svg\"}],[\"$\",\"$L16\",\"20\",{}]],\"error\":null,\"digest\":\"$undefined\"}\n"])</script><script>self.__next_f.push([1,"14:\"$f:metadata\"\n"])</script></body></html>
.next/server/app/admin.rsc CHANGED
@@ -1,8 +1,8 @@
1
  1:"$Sreact.fragment"
2
- 2:I[98124,["8001","static/chunks/8001-ab2328d010d9575c.js","4165","static/chunks/4165-2fd065a6c1436849.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-29b5b9c7b4063442.js"],"ThemeProvider"]
3
- 3:I[70240,["8001","static/chunks/8001-ab2328d010d9575c.js","4165","static/chunks/4165-2fd065a6c1436849.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-29b5b9c7b4063442.js"],"Toaster"]
4
- 4:I[16717,["8001","static/chunks/8001-ab2328d010d9575c.js","4165","static/chunks/4165-2fd065a6c1436849.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-29b5b9c7b4063442.js"],"BackendStatusBanner"]
5
- 5:I[46131,["8001","static/chunks/8001-ab2328d010d9575c.js","4165","static/chunks/4165-2fd065a6c1436849.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-29b5b9c7b4063442.js"],"default"]
6
  6:I[9766,[],""]
7
  7:I[98924,[],""]
8
  8:I[81959,[],"ClientPageRoot"]
@@ -18,7 +18,7 @@ e:I[15278,[],"AsyncMetadataOutlet"]
18
  :HL["/_next/static/media/e4af272ccee01ff0-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
19
  :HL["/_next/static/css/82f4473c79d5d55a.css","style"]
20
  :HL["/_next/static/css/1138060002beec9e.css","style"]
21
- 0:{"P":null,"b":"b9Cr66_fnQ05YQJS0EJ62","p":"","c":["","admin"],"i":false,"f":[[["",{"children":["admin",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],["",["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/82f4473c79d5d55a.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/css/1138060002beec9e.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"__variable_f367f3 __variable_438d47 antialiased bg-background h-[100dvh] overflow-hidden","suppressHydrationWarning":true,"children":["$","$L2",null,{"children":[["$","$L3",null,{"richColors":true,"position":"bottom-center"}],["$","$L4",null,{}],["$","$L5",null,{"children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]]}]}]}]]}],{"children":["admin",["$","$1","c",{"children":[null,["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":["__PAGE__",["$","$1","c",{"children":[["$","$L8",null,{"Component":"$9","searchParams":{},"params":{},"promises":["$@a","$@b"]}],null,["$","$Lc",null,{"children":["$Ld",["$","$Le",null,{"promise":"$@f"}]]}]]}],{},null,false]},null,false]},null,false],["$","$1","h",{"children":[null,[["$","$L10",null,{"children":"$L11"}],["$","meta",null,{"name":"next-size-adjust","content":""}]],["$","$L12",null,{"children":["$","div",null,{"hidden":true,"children":["$","$13",null,{"fallback":null,"children":"$L14"}]}]}]]}],false]],"m":"$undefined","G":["$15",[]],"s":false,"S":true}
22
  a:{}
23
  b:"$0:f:0:1:2:children:2:children:1:props:children:0:props:params"
24
  11:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1, maximum-scale=1"}],["$","meta","2",{"name":"theme-color","content":"#000000"}]]
 
1
  1:"$Sreact.fragment"
2
+ 2:I[98124,["8720","static/chunks/8720-6c3c0c904bca3f2e.js","4156","static/chunks/4156-321b7a8c31fe95b6.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-e6b6991471e946a3.js"],"ThemeProvider"]
3
+ 3:I[70240,["8720","static/chunks/8720-6c3c0c904bca3f2e.js","4156","static/chunks/4156-321b7a8c31fe95b6.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-e6b6991471e946a3.js"],"Toaster"]
4
+ 4:I[16717,["8720","static/chunks/8720-6c3c0c904bca3f2e.js","4156","static/chunks/4156-321b7a8c31fe95b6.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-e6b6991471e946a3.js"],"BackendStatusBanner"]
5
+ 5:I[46131,["8720","static/chunks/8720-6c3c0c904bca3f2e.js","4156","static/chunks/4156-321b7a8c31fe95b6.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-e6b6991471e946a3.js"],"default"]
6
  6:I[9766,[],""]
7
  7:I[98924,[],""]
8
  8:I[81959,[],"ClientPageRoot"]
 
18
  :HL["/_next/static/media/e4af272ccee01ff0-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
19
  :HL["/_next/static/css/82f4473c79d5d55a.css","style"]
20
  :HL["/_next/static/css/1138060002beec9e.css","style"]
21
+ 0:{"P":null,"b":"OVeuJe8F-fBvUq5tu9NXl","p":"","c":["","admin"],"i":false,"f":[[["",{"children":["admin",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],["",["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/82f4473c79d5d55a.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/css/1138060002beec9e.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"__variable_f367f3 __variable_438d47 antialiased bg-background h-[100dvh] overflow-hidden","suppressHydrationWarning":true,"children":["$","$L2",null,{"children":[["$","$L3",null,{"richColors":true,"position":"bottom-center"}],["$","$L4",null,{}],["$","$L5",null,{"children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]]}]}]}]]}],{"children":["admin",["$","$1","c",{"children":[null,["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":["__PAGE__",["$","$1","c",{"children":[["$","$L8",null,{"Component":"$9","searchParams":{},"params":{},"promises":["$@a","$@b"]}],null,["$","$Lc",null,{"children":["$Ld",["$","$Le",null,{"promise":"$@f"}]]}]]}],{},null,false]},null,false]},null,false],["$","$1","h",{"children":[null,[["$","$L10",null,{"children":"$L11"}],["$","meta",null,{"name":"next-size-adjust","content":""}]],["$","$L12",null,{"children":["$","div",null,{"hidden":true,"children":["$","$13",null,{"fallback":null,"children":"$L14"}]}]}]]}],false]],"m":"$undefined","G":["$15",[]],"s":false,"S":true}
22
  a:{}
23
  b:"$0:f:0:1:2:children:2:children:1:props:children:0:props:params"
24
  11:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1, maximum-scale=1"}],["$","meta","2",{"name":"theme-color","content":"#000000"}]]
.next/server/app/admin/login.html CHANGED
@@ -1 +1 @@
1
- <!DOCTYPE html><!--b9Cr66_fnQ05YQJS0EJ62--><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/><link rel="preload" href="/_next/static/media/58f662ed5ba12a72-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" href="/_next/static/media/c3f6eb667c0186c5-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" href="/_next/static/media/e4af272ccee01ff0-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/css/82f4473c79d5d55a.css" data-precedence="next"/><link rel="stylesheet" href="/_next/static/css/1138060002beec9e.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-877dbed209166e77.js"/><script src="/_next/static/chunks/4bd1b696-100b9d70ed4e49c1.js" async=""></script><script src="/_next/static/chunks/1255-dfb5f8d642ae4426.js" async=""></script><script src="/_next/static/chunks/main-app-6796e1116c8e92de.js" async=""></script><script src="/_next/static/chunks/8001-ab2328d010d9575c.js" async=""></script><script src="/_next/static/chunks/4165-2fd065a6c1436849.js" async=""></script><script src="/_next/static/chunks/7625-3e99f3a22fc35ba0.js" async=""></script><script src="/_next/static/chunks/app/layout-29b5b9c7b4063442.js" async=""></script><script src="/_next/static/chunks/176-34e89399a26899a1.js" async=""></script><script src="/_next/static/chunks/5794-5775a6cba067d4b3.js" async=""></script><script src="/_next/static/chunks/app/admin/login/page-a7eefbd52df4052b.js" async=""></script><meta name="next-size-adjust" content=""/><meta name="theme-color" content="#000000"/><title>OSW Studio</title><meta name="description" content="Open Source Web Studio is an AI-powered development environment that enables autonomous multi-file development through intelligent tool usage. Build complete applications with natural language."/><meta name="mobile-web-app-capable" content="yes"/><meta name="apple-mobile-web-app-title" content="OSW-Studio"/><meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"/><meta property="og:title" content="Open Source Web Studio | Agentic AI Development"/><meta property="og:description" content="Open Source Web Studio is an AI-powered development environment that enables autonomous multi-file development through intelligent tool usage. Build complete applications with natural language."/><meta property="og:url" content="https://huggingface.co/spaces/otst/osw-studio"/><meta property="og:site_name" content="Open Source Web Studio"/><meta property="og:image" content="https://huggingface.co/spaces/otst/osw-studio/resolve/main/banner.png"/><meta property="og:image:width" content="1200"/><meta property="og:image:height" content="630"/><meta property="og:image:alt" content="Open Source Web Studio - Agentic AI Development"/><meta name="twitter:card" content="summary_large_image"/><meta name="twitter:title" content="OSW Studio | Agentic AI Development"/><meta name="twitter:description" content="OSW-Studio is an AI-powered development environment that enables autonomous multi-file development through intelligent tool usage. Build complete applications with natural language."/><meta name="twitter:image" content="https://huggingface.co/spaces/otst/osw-studio/resolve/main/banner.png"/><link rel="shortcut icon" href="/osw-studio-logo.svg"/><link rel="icon" href="/osw-studio-logo.svg"/><link rel="apple-touch-icon" href="/osw-studio-logo.svg"/><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body class="__variable_f367f3 __variable_438d47 antialiased bg-background h-[100dvh] overflow-hidden"><div hidden=""><!--$--><!--/$--></div><script>((a,b,c,d,e,f,g,h)=>{let i=document.documentElement,j=["light","dark"];function k(b){var c;(Array.isArray(a)?a:[a]).forEach(a=>{let c="class"===a,d=c&&f?e.map(a=>f[a]||a):e;c?(i.classList.remove(...d),i.classList.add(f&&f[b]?f[b]:b)):i.setAttribute(a,b)}),c=b,h&&j.includes(c)&&(i.style.colorScheme=c)}if(d)k(d);else try{let a=localStorage.getItem(b)||c,d=g&&"system"===a?window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light":a;k(d)}catch(a){}})("class","osw-studio-theme","dark",null,["light","dark"],null,true,true)</script><section aria-label="Notifications alt+T" tabindex="-1" aria-live="polite" aria-relevant="additions text" aria-atomic="false"></section><div class="jsx-301ec7a03a062a2c min-h-screen bg-background text-foreground flex items-center justify-center p-4 animate-fadeIn"><div class="jsx-301ec7a03a062a2c max-w-md w-full text-center"><div class="jsx-301ec7a03a062a2c mb-8 animate-float flex justify-center"><svg width="96" height="96" viewBox="0 0 256 256" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" class="text-white dark:text-black [--logo-bg:#000000] dark:[--logo-bg:#ffffff] "><rect x="0" y="0" width="256" height="256" rx="20" ry="20" fill="var(--logo-bg)"></rect><g transform="translate(0,256) scale(0.0476,-0.0476)" fill="currentColor" stroke="none"><path d="M725 4825 c-50 -18 -100 -71 -114 -122 -15 -54 -15 -1573 0 -1628 16 -55 44 -92 89 -115 38 -19 62 -20 855 -20 781 0 817 1 853 19 46 23 67 46 87 94 13 32 15 138 15 830 0 566 -3 804 -11 828 -16 45 -55 87 -104 110 -38 18 -82 19 -835 18 -659 0 -802 -2 -835 -14z m1351 -371 c15 -11 37 -33 48 -48 21 -27 21 -38 21 -520 0 -547 3 -523 -68 -566 -31 -19 -54 -20 -521 -20 -483 0 -489 0 -524 22 -20 12 -42 38 -53 62 -17 38 -19 74 -19 504 0 496 1 503 51 548 46 41 66 43 561 41 464 -2 477 -3 504 -23z"></path><path d="M3058 4830 c-44 -13 -87 -49 -108 -90 -19 -37 -20 -61 -20 -471 0 -428 0 -432 22 -471 13 -22 41 -51 64 -64 41 -24 41 -24 685 -24 645 0 645 0 689 -22 63 -33 80 -71 80 -183 0 -101 -15 -144 -63 -179 -28 -21 -41 -21 -695 -26 -666 -5 -667 -5 -702 -27 -109 -68 -106 -247 5 -310 40 -23 40 -23 858 -23 664 0 824 3 850 14 43 17 95 78 102 118 3 18 5 225 3 459 -3 426 -3 426 -31 462 -58 76 -15 71 -757 77 -620 5 -667 6 -692 23 -44 30 -58 74 -58 179 0 116 16 153 80 186 44 22 44 22 693 22 710 0 678 -3 731 60 80 96 41 240 -79 287 -35 14 -1612 17 -1657 3z"></path><path d="M702 2509 c-48 -24 -75 -57 -91 -114 -9 -29 -11 -253 -9 -840 3 -779 4 -801 23 -834 11 -19 37 -48 58 -65 39 -31 39 -31 380 -31 342 0 342 0 399 28 31 15 63 39 73 53 16 25 16 25 62 -16 77 -67 104 -71 470 -68 320 3 320 3 360 30 24 16 49 44 62 70 21 44 21 49 21 854 0 773 -1 811 -19 851 -35 76 -135 120 -215 93 -41 -13 -90 -51 -109 -84 -9 -16 -13 -187 -17 -688 -5 -654 -5 -667 -26 -694 -43 -58 -68 -69 -169 -72 -82 -3 -99 -1 -133 18 -22 12 -49 39 -61 60 -21 37 -21 45 -21 664 0 439 -3 641 -11 673 -32 123 -190 174 -285 91 -73 -64 -69 -20 -70 -743 0 -721 3 -687 -66 -737 -28 -20 -47 -23 -133 -26 -91 -3 -103 -2 -134 20 -19 13 -44 36 -55 51 -21 28 -21 38 -26 695 -4 481 -8 673 -17 687 -50 87 -152 118 -241 74z"></path><path d="M3047 2515 c-47 -16 -81 -46 -101 -90 -14 -28 -16 -95 -16 -463 0 -281 4 -440 11 -459 15 -40 48 -73 94 -94 38 -17 79 -19 685 -19 626 0 646 -1 678 -20 58 -35 72 -72 72 -185 0 -110 -14 -147 -67 -182 -25 -17 -73 -18 -698 -23 -672 -5 -672 -5 -708 -33 -20 -15 -44 -42 -53 -60 -21 -39 -21 -125 -1 -163 20 -38 65 -80 100 -93 19 -8 289 -11 833 -11 701 0 809 2 841 15 48 20 71 41 94 88 19 35 19 60 17 480 -3 444 -3 444 -30 479 -54 71 -23 68 -740 68 -612 0 -645 1 -685 20 -67 30 -83 66 -83 183 0 116 14 156 68 189 35 21 35 21 691 22 606 1 658 2 688 19 137 74 130 264 -12 328 -38 18 -85 19 -840 18 -652 0 -807 -2 -838 -14z"></path></g></svg></div><h1 class="jsx-301ec7a03a062a2c text-3xl font-semibold mb-2 tracking-tight">OSW Studio</h1><p class="jsx-301ec7a03a062a2c text-muted-foreground mb-8">Sign in to your account</p><div class="jsx-301ec7a03a062a2c py-8 text-muted-foreground text-sm">Checking setup...</div><form style="display:none" class="jsx-301ec7a03a062a2c space-y-4"><div class="jsx-301ec7a03a062a2c text-left"><label for="email" class="jsx-301ec7a03a062a2c block text-sm font-medium text-muted-foreground mb-2">Email</label><input id="email" type="email" placeholder="you@example.com" autofocus="" class="jsx-301ec7a03a062a2c w-full px-4 py-3 bg-muted border border-border rounded-lg text-foreground placeholder:text-muted-foreground focus:outline-none focus:ring-2 focus:ring-orange-500 focus:border-transparent transition-all" value=""/></div><div class="jsx-301ec7a03a062a2c text-left"><label for="password" class="jsx-301ec7a03a062a2c block text-sm font-medium text-muted-foreground mb-2">Password</label><input id="password" type="password" placeholder="Enter your password" required="" class="jsx-301ec7a03a062a2c w-full px-4 py-3 bg-muted border border-border rounded-lg text-foreground placeholder:text-muted-foreground focus:outline-none focus:ring-2 focus:ring-orange-500 focus:border-transparent transition-all" value=""/></div><button type="submit" class="jsx-301ec7a03a062a2c w-full bg-orange-600 hover:bg-orange-700 text-white font-medium py-3 px-4 rounded-lg transition-colors disabled:bg-muted disabled:text-muted-foreground disabled:cursor-not-allowed">Login</button></form><div class="jsx-301ec7a03a062a2c mt-12 pt-6 border-t border-border flex items-center justify-center gap-2 text-sm text-muted-foreground"><span class="jsx-301ec7a03a062a2c">Powered by</span><svg width="20" height="20" viewBox="0 0 256 256" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" class="text-white dark:text-black [--logo-bg:#000000] dark:[--logo-bg:#ffffff] opacity-80"><rect x="0" y="0" width="256" height="256" rx="20" ry="20" fill="var(--logo-bg)"></rect><g transform="translate(0,256) scale(0.0476,-0.0476)" fill="currentColor" stroke="none"><path d="M725 4825 c-50 -18 -100 -71 -114 -122 -15 -54 -15 -1573 0 -1628 16 -55 44 -92 89 -115 38 -19 62 -20 855 -20 781 0 817 1 853 19 46 23 67 46 87 94 13 32 15 138 15 830 0 566 -3 804 -11 828 -16 45 -55 87 -104 110 -38 18 -82 19 -835 18 -659 0 -802 -2 -835 -14z m1351 -371 c15 -11 37 -33 48 -48 21 -27 21 -38 21 -520 0 -547 3 -523 -68 -566 -31 -19 -54 -20 -521 -20 -483 0 -489 0 -524 22 -20 12 -42 38 -53 62 -17 38 -19 74 -19 504 0 496 1 503 51 548 46 41 66 43 561 41 464 -2 477 -3 504 -23z"></path><path d="M3058 4830 c-44 -13 -87 -49 -108 -90 -19 -37 -20 -61 -20 -471 0 -428 0 -432 22 -471 13 -22 41 -51 64 -64 41 -24 41 -24 685 -24 645 0 645 0 689 -22 63 -33 80 -71 80 -183 0 -101 -15 -144 -63 -179 -28 -21 -41 -21 -695 -26 -666 -5 -667 -5 -702 -27 -109 -68 -106 -247 5 -310 40 -23 40 -23 858 -23 664 0 824 3 850 14 43 17 95 78 102 118 3 18 5 225 3 459 -3 426 -3 426 -31 462 -58 76 -15 71 -757 77 -620 5 -667 6 -692 23 -44 30 -58 74 -58 179 0 116 16 153 80 186 44 22 44 22 693 22 710 0 678 -3 731 60 80 96 41 240 -79 287 -35 14 -1612 17 -1657 3z"></path><path d="M702 2509 c-48 -24 -75 -57 -91 -114 -9 -29 -11 -253 -9 -840 3 -779 4 -801 23 -834 11 -19 37 -48 58 -65 39 -31 39 -31 380 -31 342 0 342 0 399 28 31 15 63 39 73 53 16 25 16 25 62 -16 77 -67 104 -71 470 -68 320 3 320 3 360 30 24 16 49 44 62 70 21 44 21 49 21 854 0 773 -1 811 -19 851 -35 76 -135 120 -215 93 -41 -13 -90 -51 -109 -84 -9 -16 -13 -187 -17 -688 -5 -654 -5 -667 -26 -694 -43 -58 -68 -69 -169 -72 -82 -3 -99 -1 -133 18 -22 12 -49 39 -61 60 -21 37 -21 45 -21 664 0 439 -3 641 -11 673 -32 123 -190 174 -285 91 -73 -64 -69 -20 -70 -743 0 -721 3 -687 -66 -737 -28 -20 -47 -23 -133 -26 -91 -3 -103 -2 -134 20 -19 13 -44 36 -55 51 -21 28 -21 38 -26 695 -4 481 -8 673 -17 687 -50 87 -152 118 -241 74z"></path><path d="M3047 2515 c-47 -16 -81 -46 -101 -90 -14 -28 -16 -95 -16 -463 0 -281 4 -440 11 -459 15 -40 48 -73 94 -94 38 -17 79 -19 685 -19 626 0 646 -1 678 -20 58 -35 72 -72 72 -185 0 -110 -14 -147 -67 -182 -25 -17 -73 -18 -698 -23 -672 -5 -672 -5 -708 -33 -20 -15 -44 -42 -53 -60 -21 -39 -21 -125 -1 -163 20 -38 65 -80 100 -93 19 -8 289 -11 833 -11 701 0 809 2 841 15 48 20 71 41 94 88 19 35 19 60 17 480 -3 444 -3 444 -30 479 -54 71 -23 68 -740 68 -612 0 -645 1 -685 20 -67 30 -83 66 -83 183 0 116 14 156 68 189 35 21 35 21 691 22 606 1 658 2 688 19 137 74 130 264 -12 328 -38 18 -85 19 -840 18 -652 0 -807 -2 -838 -14z"></path></g></svg><span class="jsx-301ec7a03a062a2c">OSW Studio</span></div></div></div><!--$--><!--/$--><script src="/_next/static/chunks/webpack-877dbed209166e77.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[98124,[\"8001\",\"static/chunks/8001-ab2328d010d9575c.js\",\"4165\",\"static/chunks/4165-2fd065a6c1436849.js\",\"7625\",\"static/chunks/7625-3e99f3a22fc35ba0.js\",\"7177\",\"static/chunks/app/layout-29b5b9c7b4063442.js\"],\"ThemeProvider\"]\n3:I[70240,[\"8001\",\"static/chunks/8001-ab2328d010d9575c.js\",\"4165\",\"static/chunks/4165-2fd065a6c1436849.js\",\"7625\",\"static/chunks/7625-3e99f3a22fc35ba0.js\",\"7177\",\"static/chunks/app/layout-29b5b9c7b4063442.js\"],\"Toaster\"]\n4:I[16717,[\"8001\",\"static/chunks/8001-ab2328d010d9575c.js\",\"4165\",\"static/chunks/4165-2fd065a6c1436849.js\",\"7625\",\"static/chunks/7625-3e99f3a22fc35ba0.js\",\"7177\",\"static/chunks/app/layout-29b5b9c7b4063442.js\"],\"BackendStatusBanner\"]\n5:I[46131,[\"8001\",\"static/chunks/8001-ab2328d010d9575c.js\",\"4165\",\"static/chunks/4165-2fd065a6c1436849.js\",\"7625\",\"static/chunks/7625-3e99f3a22fc35ba0.js\",\"7177\",\"static/chunks/app/layout-29b5b9c7b4063442.js\"],\"default\"]\n6:I[9766,[],\"\"]\n7:I[98924,[],\"\"]\n8:I[81959,[],\"ClientPageRoot\"]\n9:I[62112,[\"176\",\"static/chunks/176-34e89399a26899a1.js\",\"5794\",\"static/chunks/5794-5775a6cba067d4b3.js\",\"2116\",\"static/chunks/app/admin/login/page-a7eefbd52df4052b.js\"],\"default\"]\nc:I[24431,[],\"OutletBoundary\"]\ne:I[15278,[],\"AsyncMetadataOutlet\"]\n10:I[24431,[],\"ViewportBoundary\"]\n12:I[24431,[],\"MetadataBoundary\"]\n13:\"$Sreact.suspense\"\n15:I[57150,[],\"\"]\n:HL[\"/_next/static/media/58f662ed5ba12a72-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/c3f6eb667c0186c5-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/e4af272ccee01ff0-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/css/82f4473c79d5d55a.css\",\"style\"]\n:HL[\"/_next/static/css/1138060002beec9e.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"b9Cr66_fnQ05YQJS0EJ62\",\"p\":\"\",\"c\":[\"\",\"admin\",\"login\"],\"i\":false,\"f\":[[[\"\",{\"children\":[\"admin\",{\"children\":[\"login\",{\"children\":[\"__PAGE__\",{}]}]}]},\"$undefined\",\"$undefined\",true],[\"\",[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/82f4473c79d5d55a.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"link\",\"1\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/1138060002beec9e.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"suppressHydrationWarning\":true,\"children\":[\"$\",\"body\",null,{\"className\":\"__variable_f367f3 __variable_438d47 antialiased bg-background h-[100dvh] overflow-hidden\",\"suppressHydrationWarning\":true,\"children\":[\"$\",\"$L2\",null,{\"children\":[[\"$\",\"$L3\",null,{\"richColors\":true,\"position\":\"bottom-center\"}],[\"$\",\"$L4\",null,{}],[\"$\",\"$L5\",null,{\"children\":[\"$\",\"$L6\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L7\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]]}]}]}]]}],{\"children\":[\"admin\",[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L6\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L7\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[\"login\",[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L6\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L7\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[\"__PAGE__\",[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"$L8\",null,{\"Component\":\"$9\",\"searchParams\":{},\"params\":{},\"promises\":[\"$@a\",\"$@b\"]}],null,[\"$\",\"$Lc\",null,{\"children\":[\"$Ld\",[\"$\",\"$Le\",null,{\"promise\":\"$@f\"}]]}]]}],{},null,false]},null,false]},null,false]},null,false],[\"$\",\"$1\",\"h\",{\"children\":[null,[[\"$\",\"$L10\",null,{\"children\":\"$L11\"}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]],[\"$\",\"$L12\",null,{\"children\":[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$13\",null,{\"fallback\":null,\"children\":\"$L14\"}]}]}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$15\",[]],\"s\":false,\"S\":true}\n"])</script><script>self.__next_f.push([1,"a:{}\nb:\"$0:f:0:1:2:children:2:children:2:children:1:props:children:0:props:params\"\n"])</script><script>self.__next_f.push([1,"11:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1, maximum-scale=1\"}],[\"$\",\"meta\",\"2\",{\"name\":\"theme-color\",\"content\":\"#000000\"}]]\nd:null\n"])</script><script>self.__next_f.push([1,"16:I[80622,[],\"IconMark\"]\n"])</script><script>self.__next_f.push([1,"f:{\"metadata\":[[\"$\",\"title\",\"0\",{\"children\":\"OSW Studio\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Open Source Web Studio is an AI-powered development environment that enables autonomous multi-file development through intelligent tool usage. Build complete applications with natural language.\"}],[\"$\",\"meta\",\"2\",{\"name\":\"mobile-web-app-capable\",\"content\":\"yes\"}],[\"$\",\"meta\",\"3\",{\"name\":\"apple-mobile-web-app-title\",\"content\":\"OSW-Studio\"}],[\"$\",\"meta\",\"4\",{\"name\":\"apple-mobile-web-app-status-bar-style\",\"content\":\"black-translucent\"}],[\"$\",\"meta\",\"5\",{\"property\":\"og:title\",\"content\":\"Open Source Web Studio | Agentic AI Development\"}],[\"$\",\"meta\",\"6\",{\"property\":\"og:description\",\"content\":\"Open Source Web Studio is an AI-powered development environment that enables autonomous multi-file development through intelligent tool usage. Build complete applications with natural language.\"}],[\"$\",\"meta\",\"7\",{\"property\":\"og:url\",\"content\":\"https://huggingface.co/spaces/otst/osw-studio\"}],[\"$\",\"meta\",\"8\",{\"property\":\"og:site_name\",\"content\":\"Open Source Web Studio\"}],[\"$\",\"meta\",\"9\",{\"property\":\"og:image\",\"content\":\"https://huggingface.co/spaces/otst/osw-studio/resolve/main/banner.png\"}],[\"$\",\"meta\",\"10\",{\"property\":\"og:image:width\",\"content\":\"1200\"}],[\"$\",\"meta\",\"11\",{\"property\":\"og:image:height\",\"content\":\"630\"}],[\"$\",\"meta\",\"12\",{\"property\":\"og:image:alt\",\"content\":\"Open Source Web Studio - Agentic AI Development\"}],[\"$\",\"meta\",\"13\",{\"name\":\"twitter:card\",\"content\":\"summary_large_image\"}],[\"$\",\"meta\",\"14\",{\"name\":\"twitter:title\",\"content\":\"OSW Studio | Agentic AI Development\"}],[\"$\",\"meta\",\"15\",{\"name\":\"twitter:description\",\"content\":\"OSW-Studio is an AI-powered development environment that enables autonomous multi-file development through intelligent tool usage. Build complete applications with natural language.\"}],[\"$\",\"meta\",\"16\",{\"name\":\"twitter:image\",\"content\":\"https://huggingface.co/spaces/otst/osw-studio/resolve/main/banner.png\"}],[\"$\",\"link\",\"17\",{\"rel\":\"shortcut icon\",\"href\":\"/osw-studio-logo.svg\"}],[\"$\",\"link\",\"18\",{\"rel\":\"icon\",\"href\":\"/osw-studio-logo.svg\"}],[\"$\",\"link\",\"19\",{\"rel\":\"apple-touch-icon\",\"href\":\"/osw-studio-logo.svg\"}],[\"$\",\"$L16\",\"20\",{}]],\"error\":null,\"digest\":\"$undefined\"}\n"])</script><script>self.__next_f.push([1,"14:\"$f:metadata\"\n"])</script></body></html>
 
1
+ <!DOCTYPE html><!--OVeuJe8F_fBvUq5tu9NXl--><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/><link rel="preload" href="/_next/static/media/58f662ed5ba12a72-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" href="/_next/static/media/c3f6eb667c0186c5-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" href="/_next/static/media/e4af272ccee01ff0-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/css/82f4473c79d5d55a.css" data-precedence="next"/><link rel="stylesheet" href="/_next/static/css/1138060002beec9e.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-809e7d6fd4e0142c.js"/><script src="/_next/static/chunks/4bd1b696-100b9d70ed4e49c1.js" async=""></script><script src="/_next/static/chunks/1255-dfb5f8d642ae4426.js" async=""></script><script src="/_next/static/chunks/main-app-6796e1116c8e92de.js" async=""></script><script src="/_next/static/chunks/8720-6c3c0c904bca3f2e.js" async=""></script><script src="/_next/static/chunks/4156-321b7a8c31fe95b6.js" async=""></script><script src="/_next/static/chunks/7625-3e99f3a22fc35ba0.js" async=""></script><script src="/_next/static/chunks/app/layout-e6b6991471e946a3.js" async=""></script><script src="/_next/static/chunks/176-34e89399a26899a1.js" async=""></script><script src="/_next/static/chunks/5794-5775a6cba067d4b3.js" async=""></script><script src="/_next/static/chunks/app/admin/login/page-97a3f8815347798e.js" async=""></script><meta name="next-size-adjust" content=""/><meta name="theme-color" content="#000000"/><title>OSW Studio</title><meta name="description" content="Open Source Web Studio is an AI-powered development environment that enables autonomous multi-file development through intelligent tool usage. Build complete applications with natural language."/><meta name="mobile-web-app-capable" content="yes"/><meta name="apple-mobile-web-app-title" content="OSW-Studio"/><meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"/><meta property="og:title" content="Open Source Web Studio | Agentic AI Development"/><meta property="og:description" content="Open Source Web Studio is an AI-powered development environment that enables autonomous multi-file development through intelligent tool usage. Build complete applications with natural language."/><meta property="og:url" content="https://huggingface.co/spaces/otst/osw-studio"/><meta property="og:site_name" content="Open Source Web Studio"/><meta property="og:image" content="https://huggingface.co/spaces/otst/osw-studio/resolve/main/banner.png"/><meta property="og:image:width" content="1200"/><meta property="og:image:height" content="630"/><meta property="og:image:alt" content="Open Source Web Studio - Agentic AI Development"/><meta name="twitter:card" content="summary_large_image"/><meta name="twitter:title" content="OSW Studio | Agentic AI Development"/><meta name="twitter:description" content="OSW-Studio is an AI-powered development environment that enables autonomous multi-file development through intelligent tool usage. Build complete applications with natural language."/><meta name="twitter:image" content="https://huggingface.co/spaces/otst/osw-studio/resolve/main/banner.png"/><link rel="shortcut icon" href="/osw-studio-logo.svg"/><link rel="icon" href="/osw-studio-logo.svg"/><link rel="apple-touch-icon" href="/osw-studio-logo.svg"/><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body class="__variable_f367f3 __variable_438d47 antialiased bg-background h-[100dvh] overflow-hidden"><div hidden=""><!--$--><!--/$--></div><script>((a,b,c,d,e,f,g,h)=>{let i=document.documentElement,j=["light","dark"];function k(b){var c;(Array.isArray(a)?a:[a]).forEach(a=>{let c="class"===a,d=c&&f?e.map(a=>f[a]||a):e;c?(i.classList.remove(...d),i.classList.add(f&&f[b]?f[b]:b)):i.setAttribute(a,b)}),c=b,h&&j.includes(c)&&(i.style.colorScheme=c)}if(d)k(d);else try{let a=localStorage.getItem(b)||c,d=g&&"system"===a?window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light":a;k(d)}catch(a){}})("class","osw-studio-theme","dark",null,["light","dark"],null,true,true)</script><section aria-label="Notifications alt+T" tabindex="-1" aria-live="polite" aria-relevant="additions text" aria-atomic="false"></section><div class="jsx-301ec7a03a062a2c min-h-screen bg-background text-foreground flex items-center justify-center p-4 animate-fadeIn"><div class="jsx-301ec7a03a062a2c max-w-md w-full text-center"><div class="jsx-301ec7a03a062a2c mb-8 animate-float flex justify-center"><svg width="96" height="96" viewBox="0 0 256 256" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" class="text-white dark:text-black [--logo-bg:#000000] dark:[--logo-bg:#ffffff] "><rect x="0" y="0" width="256" height="256" rx="20" ry="20" fill="var(--logo-bg)"></rect><g transform="translate(0,256) scale(0.0476,-0.0476)" fill="currentColor" stroke="none"><path d="M725 4825 c-50 -18 -100 -71 -114 -122 -15 -54 -15 -1573 0 -1628 16 -55 44 -92 89 -115 38 -19 62 -20 855 -20 781 0 817 1 853 19 46 23 67 46 87 94 13 32 15 138 15 830 0 566 -3 804 -11 828 -16 45 -55 87 -104 110 -38 18 -82 19 -835 18 -659 0 -802 -2 -835 -14z m1351 -371 c15 -11 37 -33 48 -48 21 -27 21 -38 21 -520 0 -547 3 -523 -68 -566 -31 -19 -54 -20 -521 -20 -483 0 -489 0 -524 22 -20 12 -42 38 -53 62 -17 38 -19 74 -19 504 0 496 1 503 51 548 46 41 66 43 561 41 464 -2 477 -3 504 -23z"></path><path d="M3058 4830 c-44 -13 -87 -49 -108 -90 -19 -37 -20 -61 -20 -471 0 -428 0 -432 22 -471 13 -22 41 -51 64 -64 41 -24 41 -24 685 -24 645 0 645 0 689 -22 63 -33 80 -71 80 -183 0 -101 -15 -144 -63 -179 -28 -21 -41 -21 -695 -26 -666 -5 -667 -5 -702 -27 -109 -68 -106 -247 5 -310 40 -23 40 -23 858 -23 664 0 824 3 850 14 43 17 95 78 102 118 3 18 5 225 3 459 -3 426 -3 426 -31 462 -58 76 -15 71 -757 77 -620 5 -667 6 -692 23 -44 30 -58 74 -58 179 0 116 16 153 80 186 44 22 44 22 693 22 710 0 678 -3 731 60 80 96 41 240 -79 287 -35 14 -1612 17 -1657 3z"></path><path d="M702 2509 c-48 -24 -75 -57 -91 -114 -9 -29 -11 -253 -9 -840 3 -779 4 -801 23 -834 11 -19 37 -48 58 -65 39 -31 39 -31 380 -31 342 0 342 0 399 28 31 15 63 39 73 53 16 25 16 25 62 -16 77 -67 104 -71 470 -68 320 3 320 3 360 30 24 16 49 44 62 70 21 44 21 49 21 854 0 773 -1 811 -19 851 -35 76 -135 120 -215 93 -41 -13 -90 -51 -109 -84 -9 -16 -13 -187 -17 -688 -5 -654 -5 -667 -26 -694 -43 -58 -68 -69 -169 -72 -82 -3 -99 -1 -133 18 -22 12 -49 39 -61 60 -21 37 -21 45 -21 664 0 439 -3 641 -11 673 -32 123 -190 174 -285 91 -73 -64 -69 -20 -70 -743 0 -721 3 -687 -66 -737 -28 -20 -47 -23 -133 -26 -91 -3 -103 -2 -134 20 -19 13 -44 36 -55 51 -21 28 -21 38 -26 695 -4 481 -8 673 -17 687 -50 87 -152 118 -241 74z"></path><path d="M3047 2515 c-47 -16 -81 -46 -101 -90 -14 -28 -16 -95 -16 -463 0 -281 4 -440 11 -459 15 -40 48 -73 94 -94 38 -17 79 -19 685 -19 626 0 646 -1 678 -20 58 -35 72 -72 72 -185 0 -110 -14 -147 -67 -182 -25 -17 -73 -18 -698 -23 -672 -5 -672 -5 -708 -33 -20 -15 -44 -42 -53 -60 -21 -39 -21 -125 -1 -163 20 -38 65 -80 100 -93 19 -8 289 -11 833 -11 701 0 809 2 841 15 48 20 71 41 94 88 19 35 19 60 17 480 -3 444 -3 444 -30 479 -54 71 -23 68 -740 68 -612 0 -645 1 -685 20 -67 30 -83 66 -83 183 0 116 14 156 68 189 35 21 35 21 691 22 606 1 658 2 688 19 137 74 130 264 -12 328 -38 18 -85 19 -840 18 -652 0 -807 -2 -838 -14z"></path></g></svg></div><h1 class="jsx-301ec7a03a062a2c text-3xl font-semibold mb-2 tracking-tight">OSW Studio</h1><p class="jsx-301ec7a03a062a2c text-muted-foreground mb-8">Sign in to your account</p><div class="jsx-301ec7a03a062a2c py-8 text-muted-foreground text-sm">Checking setup...</div><form style="display:none" class="jsx-301ec7a03a062a2c space-y-4"><div class="jsx-301ec7a03a062a2c text-left"><label for="email" class="jsx-301ec7a03a062a2c block text-sm font-medium text-muted-foreground mb-2">Email</label><input id="email" type="email" placeholder="you@example.com" autofocus="" class="jsx-301ec7a03a062a2c w-full px-4 py-3 bg-muted border border-border rounded-lg text-foreground placeholder:text-muted-foreground focus:outline-none focus:ring-2 focus:ring-orange-500 focus:border-transparent transition-all" value=""/></div><div class="jsx-301ec7a03a062a2c text-left"><label for="password" class="jsx-301ec7a03a062a2c block text-sm font-medium text-muted-foreground mb-2">Password</label><input id="password" type="password" placeholder="Enter your password" required="" class="jsx-301ec7a03a062a2c w-full px-4 py-3 bg-muted border border-border rounded-lg text-foreground placeholder:text-muted-foreground focus:outline-none focus:ring-2 focus:ring-orange-500 focus:border-transparent transition-all" value=""/></div><button type="submit" class="jsx-301ec7a03a062a2c w-full bg-orange-600 hover:bg-orange-700 text-white font-medium py-3 px-4 rounded-lg transition-colors disabled:bg-muted disabled:text-muted-foreground disabled:cursor-not-allowed">Login</button></form><div class="jsx-301ec7a03a062a2c mt-12 pt-6 border-t border-border flex items-center justify-center gap-2 text-sm text-muted-foreground"><span class="jsx-301ec7a03a062a2c">Powered by</span><svg width="20" height="20" viewBox="0 0 256 256" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" class="text-white dark:text-black [--logo-bg:#000000] dark:[--logo-bg:#ffffff] opacity-80"><rect x="0" y="0" width="256" height="256" rx="20" ry="20" fill="var(--logo-bg)"></rect><g transform="translate(0,256) scale(0.0476,-0.0476)" fill="currentColor" stroke="none"><path d="M725 4825 c-50 -18 -100 -71 -114 -122 -15 -54 -15 -1573 0 -1628 16 -55 44 -92 89 -115 38 -19 62 -20 855 -20 781 0 817 1 853 19 46 23 67 46 87 94 13 32 15 138 15 830 0 566 -3 804 -11 828 -16 45 -55 87 -104 110 -38 18 -82 19 -835 18 -659 0 -802 -2 -835 -14z m1351 -371 c15 -11 37 -33 48 -48 21 -27 21 -38 21 -520 0 -547 3 -523 -68 -566 -31 -19 -54 -20 -521 -20 -483 0 -489 0 -524 22 -20 12 -42 38 -53 62 -17 38 -19 74 -19 504 0 496 1 503 51 548 46 41 66 43 561 41 464 -2 477 -3 504 -23z"></path><path d="M3058 4830 c-44 -13 -87 -49 -108 -90 -19 -37 -20 -61 -20 -471 0 -428 0 -432 22 -471 13 -22 41 -51 64 -64 41 -24 41 -24 685 -24 645 0 645 0 689 -22 63 -33 80 -71 80 -183 0 -101 -15 -144 -63 -179 -28 -21 -41 -21 -695 -26 -666 -5 -667 -5 -702 -27 -109 -68 -106 -247 5 -310 40 -23 40 -23 858 -23 664 0 824 3 850 14 43 17 95 78 102 118 3 18 5 225 3 459 -3 426 -3 426 -31 462 -58 76 -15 71 -757 77 -620 5 -667 6 -692 23 -44 30 -58 74 -58 179 0 116 16 153 80 186 44 22 44 22 693 22 710 0 678 -3 731 60 80 96 41 240 -79 287 -35 14 -1612 17 -1657 3z"></path><path d="M702 2509 c-48 -24 -75 -57 -91 -114 -9 -29 -11 -253 -9 -840 3 -779 4 -801 23 -834 11 -19 37 -48 58 -65 39 -31 39 -31 380 -31 342 0 342 0 399 28 31 15 63 39 73 53 16 25 16 25 62 -16 77 -67 104 -71 470 -68 320 3 320 3 360 30 24 16 49 44 62 70 21 44 21 49 21 854 0 773 -1 811 -19 851 -35 76 -135 120 -215 93 -41 -13 -90 -51 -109 -84 -9 -16 -13 -187 -17 -688 -5 -654 -5 -667 -26 -694 -43 -58 -68 -69 -169 -72 -82 -3 -99 -1 -133 18 -22 12 -49 39 -61 60 -21 37 -21 45 -21 664 0 439 -3 641 -11 673 -32 123 -190 174 -285 91 -73 -64 -69 -20 -70 -743 0 -721 3 -687 -66 -737 -28 -20 -47 -23 -133 -26 -91 -3 -103 -2 -134 20 -19 13 -44 36 -55 51 -21 28 -21 38 -26 695 -4 481 -8 673 -17 687 -50 87 -152 118 -241 74z"></path><path d="M3047 2515 c-47 -16 -81 -46 -101 -90 -14 -28 -16 -95 -16 -463 0 -281 4 -440 11 -459 15 -40 48 -73 94 -94 38 -17 79 -19 685 -19 626 0 646 -1 678 -20 58 -35 72 -72 72 -185 0 -110 -14 -147 -67 -182 -25 -17 -73 -18 -698 -23 -672 -5 -672 -5 -708 -33 -20 -15 -44 -42 -53 -60 -21 -39 -21 -125 -1 -163 20 -38 65 -80 100 -93 19 -8 289 -11 833 -11 701 0 809 2 841 15 48 20 71 41 94 88 19 35 19 60 17 480 -3 444 -3 444 -30 479 -54 71 -23 68 -740 68 -612 0 -645 1 -685 20 -67 30 -83 66 -83 183 0 116 14 156 68 189 35 21 35 21 691 22 606 1 658 2 688 19 137 74 130 264 -12 328 -38 18 -85 19 -840 18 -652 0 -807 -2 -838 -14z"></path></g></svg><span class="jsx-301ec7a03a062a2c">OSW Studio</span></div></div></div><!--$--><!--/$--><script src="/_next/static/chunks/webpack-809e7d6fd4e0142c.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[98124,[\"8720\",\"static/chunks/8720-6c3c0c904bca3f2e.js\",\"4156\",\"static/chunks/4156-321b7a8c31fe95b6.js\",\"7625\",\"static/chunks/7625-3e99f3a22fc35ba0.js\",\"7177\",\"static/chunks/app/layout-e6b6991471e946a3.js\"],\"ThemeProvider\"]\n3:I[70240,[\"8720\",\"static/chunks/8720-6c3c0c904bca3f2e.js\",\"4156\",\"static/chunks/4156-321b7a8c31fe95b6.js\",\"7625\",\"static/chunks/7625-3e99f3a22fc35ba0.js\",\"7177\",\"static/chunks/app/layout-e6b6991471e946a3.js\"],\"Toaster\"]\n4:I[16717,[\"8720\",\"static/chunks/8720-6c3c0c904bca3f2e.js\",\"4156\",\"static/chunks/4156-321b7a8c31fe95b6.js\",\"7625\",\"static/chunks/7625-3e99f3a22fc35ba0.js\",\"7177\",\"static/chunks/app/layout-e6b6991471e946a3.js\"],\"BackendStatusBanner\"]\n5:I[46131,[\"8720\",\"static/chunks/8720-6c3c0c904bca3f2e.js\",\"4156\",\"static/chunks/4156-321b7a8c31fe95b6.js\",\"7625\",\"static/chunks/7625-3e99f3a22fc35ba0.js\",\"7177\",\"static/chunks/app/layout-e6b6991471e946a3.js\"],\"default\"]\n6:I[9766,[],\"\"]\n7:I[98924,[],\"\"]\n8:I[81959,[],\"ClientPageRoot\"]\n9:I[62112,[\"176\",\"static/chunks/176-34e89399a26899a1.js\",\"5794\",\"static/chunks/5794-5775a6cba067d4b3.js\",\"2116\",\"static/chunks/app/admin/login/page-97a3f8815347798e.js\"],\"default\"]\nc:I[24431,[],\"OutletBoundary\"]\ne:I[15278,[],\"AsyncMetadataOutlet\"]\n10:I[24431,[],\"ViewportBoundary\"]\n12:I[24431,[],\"MetadataBoundary\"]\n13:\"$Sreact.suspense\"\n15:I[57150,[],\"\"]\n:HL[\"/_next/static/media/58f662ed5ba12a72-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/c3f6eb667c0186c5-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/e4af272ccee01ff0-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/css/82f4473c79d5d55a.css\",\"style\"]\n:HL[\"/_next/static/css/1138060002beec9e.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"OVeuJe8F-fBvUq5tu9NXl\",\"p\":\"\",\"c\":[\"\",\"admin\",\"login\"],\"i\":false,\"f\":[[[\"\",{\"children\":[\"admin\",{\"children\":[\"login\",{\"children\":[\"__PAGE__\",{}]}]}]},\"$undefined\",\"$undefined\",true],[\"\",[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/82f4473c79d5d55a.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"link\",\"1\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/1138060002beec9e.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"suppressHydrationWarning\":true,\"children\":[\"$\",\"body\",null,{\"className\":\"__variable_f367f3 __variable_438d47 antialiased bg-background h-[100dvh] overflow-hidden\",\"suppressHydrationWarning\":true,\"children\":[\"$\",\"$L2\",null,{\"children\":[[\"$\",\"$L3\",null,{\"richColors\":true,\"position\":\"bottom-center\"}],[\"$\",\"$L4\",null,{}],[\"$\",\"$L5\",null,{\"children\":[\"$\",\"$L6\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L7\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]]}]}]}]]}],{\"children\":[\"admin\",[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L6\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L7\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[\"login\",[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L6\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L7\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[\"__PAGE__\",[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"$L8\",null,{\"Component\":\"$9\",\"searchParams\":{},\"params\":{},\"promises\":[\"$@a\",\"$@b\"]}],null,[\"$\",\"$Lc\",null,{\"children\":[\"$Ld\",[\"$\",\"$Le\",null,{\"promise\":\"$@f\"}]]}]]}],{},null,false]},null,false]},null,false]},null,false],[\"$\",\"$1\",\"h\",{\"children\":[null,[[\"$\",\"$L10\",null,{\"children\":\"$L11\"}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]],[\"$\",\"$L12\",null,{\"children\":[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$13\",null,{\"fallback\":null,\"children\":\"$L14\"}]}]}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$15\",[]],\"s\":false,\"S\":true}\n"])</script><script>self.__next_f.push([1,"a:{}\nb:\"$0:f:0:1:2:children:2:children:2:children:1:props:children:0:props:params\"\n"])</script><script>self.__next_f.push([1,"11:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1, maximum-scale=1\"}],[\"$\",\"meta\",\"2\",{\"name\":\"theme-color\",\"content\":\"#000000\"}]]\nd:null\n"])</script><script>self.__next_f.push([1,"16:I[80622,[],\"IconMark\"]\n"])</script><script>self.__next_f.push([1,"f:{\"metadata\":[[\"$\",\"title\",\"0\",{\"children\":\"OSW Studio\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Open Source Web Studio is an AI-powered development environment that enables autonomous multi-file development through intelligent tool usage. Build complete applications with natural language.\"}],[\"$\",\"meta\",\"2\",{\"name\":\"mobile-web-app-capable\",\"content\":\"yes\"}],[\"$\",\"meta\",\"3\",{\"name\":\"apple-mobile-web-app-title\",\"content\":\"OSW-Studio\"}],[\"$\",\"meta\",\"4\",{\"name\":\"apple-mobile-web-app-status-bar-style\",\"content\":\"black-translucent\"}],[\"$\",\"meta\",\"5\",{\"property\":\"og:title\",\"content\":\"Open Source Web Studio | Agentic AI Development\"}],[\"$\",\"meta\",\"6\",{\"property\":\"og:description\",\"content\":\"Open Source Web Studio is an AI-powered development environment that enables autonomous multi-file development through intelligent tool usage. Build complete applications with natural language.\"}],[\"$\",\"meta\",\"7\",{\"property\":\"og:url\",\"content\":\"https://huggingface.co/spaces/otst/osw-studio\"}],[\"$\",\"meta\",\"8\",{\"property\":\"og:site_name\",\"content\":\"Open Source Web Studio\"}],[\"$\",\"meta\",\"9\",{\"property\":\"og:image\",\"content\":\"https://huggingface.co/spaces/otst/osw-studio/resolve/main/banner.png\"}],[\"$\",\"meta\",\"10\",{\"property\":\"og:image:width\",\"content\":\"1200\"}],[\"$\",\"meta\",\"11\",{\"property\":\"og:image:height\",\"content\":\"630\"}],[\"$\",\"meta\",\"12\",{\"property\":\"og:image:alt\",\"content\":\"Open Source Web Studio - Agentic AI Development\"}],[\"$\",\"meta\",\"13\",{\"name\":\"twitter:card\",\"content\":\"summary_large_image\"}],[\"$\",\"meta\",\"14\",{\"name\":\"twitter:title\",\"content\":\"OSW Studio | Agentic AI Development\"}],[\"$\",\"meta\",\"15\",{\"name\":\"twitter:description\",\"content\":\"OSW-Studio is an AI-powered development environment that enables autonomous multi-file development through intelligent tool usage. Build complete applications with natural language.\"}],[\"$\",\"meta\",\"16\",{\"name\":\"twitter:image\",\"content\":\"https://huggingface.co/spaces/otst/osw-studio/resolve/main/banner.png\"}],[\"$\",\"link\",\"17\",{\"rel\":\"shortcut icon\",\"href\":\"/osw-studio-logo.svg\"}],[\"$\",\"link\",\"18\",{\"rel\":\"icon\",\"href\":\"/osw-studio-logo.svg\"}],[\"$\",\"link\",\"19\",{\"rel\":\"apple-touch-icon\",\"href\":\"/osw-studio-logo.svg\"}],[\"$\",\"$L16\",\"20\",{}]],\"error\":null,\"digest\":\"$undefined\"}\n"])</script><script>self.__next_f.push([1,"14:\"$f:metadata\"\n"])</script></body></html>
.next/server/app/admin/login.rsc CHANGED
@@ -1,12 +1,12 @@
1
  1:"$Sreact.fragment"
2
- 2:I[98124,["8001","static/chunks/8001-ab2328d010d9575c.js","4165","static/chunks/4165-2fd065a6c1436849.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-29b5b9c7b4063442.js"],"ThemeProvider"]
3
- 3:I[70240,["8001","static/chunks/8001-ab2328d010d9575c.js","4165","static/chunks/4165-2fd065a6c1436849.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-29b5b9c7b4063442.js"],"Toaster"]
4
- 4:I[16717,["8001","static/chunks/8001-ab2328d010d9575c.js","4165","static/chunks/4165-2fd065a6c1436849.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-29b5b9c7b4063442.js"],"BackendStatusBanner"]
5
- 5:I[46131,["8001","static/chunks/8001-ab2328d010d9575c.js","4165","static/chunks/4165-2fd065a6c1436849.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-29b5b9c7b4063442.js"],"default"]
6
  6:I[9766,[],""]
7
  7:I[98924,[],""]
8
  8:I[81959,[],"ClientPageRoot"]
9
- 9:I[62112,["176","static/chunks/176-34e89399a26899a1.js","5794","static/chunks/5794-5775a6cba067d4b3.js","2116","static/chunks/app/admin/login/page-a7eefbd52df4052b.js"],"default"]
10
  c:I[24431,[],"OutletBoundary"]
11
  e:I[15278,[],"AsyncMetadataOutlet"]
12
  10:I[24431,[],"ViewportBoundary"]
@@ -18,7 +18,7 @@ e:I[15278,[],"AsyncMetadataOutlet"]
18
  :HL["/_next/static/media/e4af272ccee01ff0-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
19
  :HL["/_next/static/css/82f4473c79d5d55a.css","style"]
20
  :HL["/_next/static/css/1138060002beec9e.css","style"]
21
- 0:{"P":null,"b":"b9Cr66_fnQ05YQJS0EJ62","p":"","c":["","admin","login"],"i":false,"f":[[["",{"children":["admin",{"children":["login",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",true],["",["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/82f4473c79d5d55a.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/css/1138060002beec9e.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"__variable_f367f3 __variable_438d47 antialiased bg-background h-[100dvh] overflow-hidden","suppressHydrationWarning":true,"children":["$","$L2",null,{"children":[["$","$L3",null,{"richColors":true,"position":"bottom-center"}],["$","$L4",null,{}],["$","$L5",null,{"children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]]}]}]}]]}],{"children":["admin",["$","$1","c",{"children":[null,["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":["login",["$","$1","c",{"children":[null,["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":["__PAGE__",["$","$1","c",{"children":[["$","$L8",null,{"Component":"$9","searchParams":{},"params":{},"promises":["$@a","$@b"]}],null,["$","$Lc",null,{"children":["$Ld",["$","$Le",null,{"promise":"$@f"}]]}]]}],{},null,false]},null,false]},null,false]},null,false],["$","$1","h",{"children":[null,[["$","$L10",null,{"children":"$L11"}],["$","meta",null,{"name":"next-size-adjust","content":""}]],["$","$L12",null,{"children":["$","div",null,{"hidden":true,"children":["$","$13",null,{"fallback":null,"children":"$L14"}]}]}]]}],false]],"m":"$undefined","G":["$15",[]],"s":false,"S":true}
22
  a:{}
23
  b:"$0:f:0:1:2:children:2:children:2:children:1:props:children:0:props:params"
24
  11:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1, maximum-scale=1"}],["$","meta","2",{"name":"theme-color","content":"#000000"}]]
 
1
  1:"$Sreact.fragment"
2
+ 2:I[98124,["8720","static/chunks/8720-6c3c0c904bca3f2e.js","4156","static/chunks/4156-321b7a8c31fe95b6.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-e6b6991471e946a3.js"],"ThemeProvider"]
3
+ 3:I[70240,["8720","static/chunks/8720-6c3c0c904bca3f2e.js","4156","static/chunks/4156-321b7a8c31fe95b6.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-e6b6991471e946a3.js"],"Toaster"]
4
+ 4:I[16717,["8720","static/chunks/8720-6c3c0c904bca3f2e.js","4156","static/chunks/4156-321b7a8c31fe95b6.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-e6b6991471e946a3.js"],"BackendStatusBanner"]
5
+ 5:I[46131,["8720","static/chunks/8720-6c3c0c904bca3f2e.js","4156","static/chunks/4156-321b7a8c31fe95b6.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-e6b6991471e946a3.js"],"default"]
6
  6:I[9766,[],""]
7
  7:I[98924,[],""]
8
  8:I[81959,[],"ClientPageRoot"]
9
+ 9:I[62112,["176","static/chunks/176-34e89399a26899a1.js","5794","static/chunks/5794-5775a6cba067d4b3.js","2116","static/chunks/app/admin/login/page-97a3f8815347798e.js"],"default"]
10
  c:I[24431,[],"OutletBoundary"]
11
  e:I[15278,[],"AsyncMetadataOutlet"]
12
  10:I[24431,[],"ViewportBoundary"]
 
18
  :HL["/_next/static/media/e4af272ccee01ff0-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
19
  :HL["/_next/static/css/82f4473c79d5d55a.css","style"]
20
  :HL["/_next/static/css/1138060002beec9e.css","style"]
21
+ 0:{"P":null,"b":"OVeuJe8F-fBvUq5tu9NXl","p":"","c":["","admin","login"],"i":false,"f":[[["",{"children":["admin",{"children":["login",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",true],["",["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/82f4473c79d5d55a.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/css/1138060002beec9e.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"__variable_f367f3 __variable_438d47 antialiased bg-background h-[100dvh] overflow-hidden","suppressHydrationWarning":true,"children":["$","$L2",null,{"children":[["$","$L3",null,{"richColors":true,"position":"bottom-center"}],["$","$L4",null,{}],["$","$L5",null,{"children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]]}]}]}]]}],{"children":["admin",["$","$1","c",{"children":[null,["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":["login",["$","$1","c",{"children":[null,["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":["__PAGE__",["$","$1","c",{"children":[["$","$L8",null,{"Component":"$9","searchParams":{},"params":{},"promises":["$@a","$@b"]}],null,["$","$Lc",null,{"children":["$Ld",["$","$Le",null,{"promise":"$@f"}]]}]]}],{},null,false]},null,false]},null,false]},null,false],["$","$1","h",{"children":[null,[["$","$L10",null,{"children":"$L11"}],["$","meta",null,{"name":"next-size-adjust","content":""}]],["$","$L12",null,{"children":["$","div",null,{"hidden":true,"children":["$","$13",null,{"fallback":null,"children":"$L14"}]}]}]]}],false]],"m":"$undefined","G":["$15",[]],"s":false,"S":true}
22
  a:{}
23
  b:"$0:f:0:1:2:children:2:children:2:children:1:props:children:0:props:params"
24
  11:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1, maximum-scale=1"}],["$","meta","2",{"name":"theme-color","content":"#000000"}]]
.next/server/app/admin/login/page.js CHANGED
@@ -1,2 +1,2 @@
1
  (()=>{var a={};a.id=2116,a.ids=[2116],a.modules={261:a=>{"use strict";a.exports=require("next/dist/shared/lib/router/utils/app-paths")},3295:a=>{"use strict";a.exports=require("next/dist/server/app-render/after-task-async-storage.external.js")},7760:(a,b,c)=>{"use strict";c.r(b),c.d(b,{default:()=>d});let d=(0,c(97954).registerClientReference)(function(){throw Error("Attempted to call the default export of \"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/login/page.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.")},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/login/page.tsx","default")},10846:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},17841:(a,b,c)=>{Promise.resolve().then(c.bind(c,92130))},19121:a=>{"use strict";a.exports=require("next/dist/server/app-render/action-async-storage.external.js")},26713:a=>{"use strict";a.exports=require("next/dist/shared/lib/router/utils/is-bot")},28354:a=>{"use strict";a.exports=require("util")},29294:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-async-storage.external.js")},33873:a=>{"use strict";a.exports=require("path")},41025:a=>{"use strict";a.exports=require("next/dist/server/app-render/dynamic-access-async-storage.external.js")},46544:(a,b,c)=>{"use strict";c.r(b),c.d(b,{GlobalError:()=>D.a,__next_app__:()=>J,handler:()=>L,pages:()=>I,routeModule:()=>K,tree:()=>H});var d=c(49754),e=c(9117),f=c(46595),g=c(32324),h=c(39326),i=c(38928),j=c(20175),k=c(12),l=c(54290),m=c(12696),n=c(82802),o=c(77533),p=c(45229),q=c(32822),r=c(261),s=c(26453),t=c(52474),u=c(26713),v=c(51356),w=c(62685),x=c(36225),y=c(63446),z=c(2762),A=c(45742),B=c(86439),C=c(81170),D=c.n(C),E=c(62506),F=c(91203),G={};for(let a in E)0>["default","tree","pages","GlobalError","__next_app__","routeModule","handler"].indexOf(a)&&(G[a]=()=>E[a]);c.d(b,G);let H={children:["",{children:["admin",{children:["login",{children:["__PAGE__",{},{page:[()=>Promise.resolve().then(c.bind(c,7760)),"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/login/page.tsx"]}]},{}]},{}]},{layout:[()=>Promise.resolve().then(c.bind(c,16953)),"/Users/otto/Desktop/deepstudio/osw-studio-git/app/layout.tsx"],"global-error":[()=>Promise.resolve().then(c.t.bind(c,81170,23)),"next/dist/client/components/builtin/global-error.js"],"not-found":[()=>Promise.resolve().then(c.t.bind(c,87028,23)),"next/dist/client/components/builtin/not-found.js"],forbidden:[()=>Promise.resolve().then(c.t.bind(c,90461,23)),"next/dist/client/components/builtin/forbidden.js"],unauthorized:[()=>Promise.resolve().then(c.t.bind(c,32768,23)),"next/dist/client/components/builtin/unauthorized.js"]}]}.children,I=["/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/login/page.tsx"],J={require:c,loadChunk:()=>Promise.resolve()},K=new d.AppPageRouteModule({definition:{kind:e.RouteKind.APP_PAGE,page:"/admin/login/page",pathname:"/admin/login",bundlePath:"",filename:"",appPaths:[]},userland:{loaderTree:H},distDir:".next",relativeProjectDir:""});async function L(a,b,d){var C;let G="/admin/login/page";"/index"===G&&(G="/");let M=(0,h.getRequestMeta)(a,"postponed"),N=(0,h.getRequestMeta)(a,"minimalMode"),O=await K.prepare(a,b,{srcPage:G,multiZoneDraftMode:!1});if(!O)return b.statusCode=400,b.end("Bad Request"),null==d.waitUntil||d.waitUntil.call(d,Promise.resolve()),null;let{buildId:P,query:Q,params:R,parsedUrl:S,pageIsDynamic:T,buildManifest:U,nextFontManifest:V,reactLoadableManifest:W,serverActionsManifest:X,clientReferenceManifest:Y,subresourceIntegrityManifest:Z,prerenderManifest:$,isDraftMode:_,resolvedPathname:aa,revalidateOnlyGenerated:ab,routerServerContext:ac,nextConfig:ad,interceptionRoutePatterns:ae}=O,af=S.pathname||"/",ag=(0,r.normalizeAppPath)(G),{isOnDemandRevalidate:ah}=O,ai=K.match(af,$),aj=!!$.routes[aa],ak=!!(ai||aj||$.routes[ag]),al=a.headers["user-agent"]||"",am=(0,u.getBotType)(al),an=(0,p.isHtmlBotRequest)(a),ao=(0,h.getRequestMeta)(a,"isPrefetchRSCRequest")??"1"===a.headers[t.NEXT_ROUTER_PREFETCH_HEADER],ap=(0,h.getRequestMeta)(a,"isRSCRequest")??!!a.headers[t.RSC_HEADER],aq=(0,s.getIsPossibleServerAction)(a),ar=(0,m.checkIsAppPPREnabled)(ad.experimental.ppr)&&(null==(C=$.routes[ag]??$.dynamicRoutes[ag])?void 0:C.renderingMode)==="PARTIALLY_STATIC",as=!1,at=!1,au=ar?M:void 0,av=ar&&ap&&!ao,aw=(0,h.getRequestMeta)(a,"segmentPrefetchRSCRequest"),ax=!al||(0,p.shouldServeStreamingMetadata)(al,ad.htmlLimitedBots);an&&ar&&(ak=!1,ax=!1);let ay=!0===K.isDev||!ak||"string"==typeof M||av,az=an&&ar,aA=null;_||!ak||ay||aq||au||av||(aA=aa);let aB=aA;!aB&&K.isDev&&(aB=aa),K.isDev||_||!ak||!ap||av||(0,k.d)(a.headers);let aC={...E,tree:H,pages:I,GlobalError:D(),handler:L,routeModule:K,__next_app__:J};X&&Y&&(0,o.setReferenceManifestsSingleton)({page:G,clientReferenceManifest:Y,serverActionsManifest:X,serverModuleMap:(0,q.createServerModuleMap)({serverActionsManifest:X})});let aD=a.method||"GET",aE=(0,g.getTracer)(),aF=aE.getActiveScopeSpan();try{let f=K.getVaryHeader(aa,ae);b.setHeader("Vary",f);let k=async(c,d)=>{let e=new l.NodeNextRequest(a),f=new l.NodeNextResponse(b);return K.render(e,f,d).finally(()=>{if(!c)return;c.setAttributes({"http.status_code":b.statusCode,"next.rsc":!1});let d=aE.getRootSpanAttributes();if(!d)return;if(d.get("next.span_type")!==i.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${d.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let e=d.get("next.route");if(e){let a=`${aD} ${e}`;c.setAttributes({"next.route":e,"http.route":e,"next.span_name":a}),c.updateName(a)}else c.updateName(`${aD} ${a.url}`)})},m=async({span:e,postponed:f,fallbackRouteParams:g})=>{let i={query:Q,params:R,page:ag,sharedContext:{buildId:P},serverComponentsHmrCache:(0,h.getRequestMeta)(a,"serverComponentsHmrCache"),fallbackRouteParams:g,renderOpts:{App:()=>null,Document:()=>null,pageConfig:{},ComponentMod:aC,Component:(0,j.T)(aC),params:R,routeModule:K,page:G,postponed:f,shouldWaitOnAllReady:az,serveStreamingMetadata:ax,supportsDynamicResponse:"string"==typeof f||ay,buildManifest:U,nextFontManifest:V,reactLoadableManifest:W,subresourceIntegrityManifest:Z,serverActionsManifest:X,clientReferenceManifest:Y,setIsrStatus:null==ac?void 0:ac.setIsrStatus,dir:c(33873).join(process.cwd(),K.relativeProjectDir),isDraftMode:_,isRevalidate:ak&&!f&&!av,botType:am,isOnDemandRevalidate:ah,isPossibleServerAction:aq,assetPrefix:ad.assetPrefix,nextConfigOutput:ad.output,crossOrigin:ad.crossOrigin,trailingSlash:ad.trailingSlash,previewProps:$.preview,deploymentId:ad.deploymentId,enableTainting:ad.experimental.taint,htmlLimitedBots:ad.htmlLimitedBots,devtoolSegmentExplorer:ad.experimental.devtoolSegmentExplorer,reactMaxHeadersLength:ad.reactMaxHeadersLength,multiZoneDraftMode:!1,incrementalCache:(0,h.getRequestMeta)(a,"incrementalCache"),cacheLifeProfiles:ad.experimental.cacheLife,basePath:ad.basePath,serverActions:ad.experimental.serverActions,...as?{nextExport:!0,supportsDynamicResponse:!1,isStaticGeneration:!0,isRevalidate:!0,isDebugDynamicAccesses:as}:{},experimental:{isRoutePPREnabled:ar,expireTime:ad.expireTime,staleTimes:ad.experimental.staleTimes,cacheComponents:!!ad.experimental.cacheComponents,clientSegmentCache:!!ad.experimental.clientSegmentCache,clientParamParsing:!!ad.experimental.clientParamParsing,dynamicOnHover:!!ad.experimental.dynamicOnHover,inlineCss:!!ad.experimental.inlineCss,authInterrupts:!!ad.experimental.authInterrupts,clientTraceMetadata:ad.experimental.clientTraceMetadata||[]},waitUntil:d.waitUntil,onClose:a=>{b.on("close",a)},onAfterTaskError:()=>{},onInstrumentationRequestError:(b,c,d)=>K.onRequestError(a,b,d,ac),err:(0,h.getRequestMeta)(a,"invokeError"),dev:K.isDev}},l=await k(e,i),{metadata:m}=l,{cacheControl:n,headers:o={},fetchTags:p}=m;if(p&&(o[y.NEXT_CACHE_TAGS_HEADER]=p),a.fetchMetrics=m.fetchMetrics,ak&&(null==n?void 0:n.revalidate)===0&&!K.isDev&&!ar){let a=m.staticBailoutInfo,b=Object.defineProperty(Error(`Page changed from static to dynamic at runtime ${aa}${(null==a?void 0:a.description)?`, reason: ${a.description}`:""}
2
- see more here https://nextjs.org/docs/messages/app-static-to-dynamic-error`),"__NEXT_ERROR_CODE",{value:"E132",enumerable:!1,configurable:!0});if(null==a?void 0:a.stack){let c=a.stack;b.stack=b.message+c.substring(c.indexOf("\n"))}throw b}return{value:{kind:v.CachedRouteKind.APP_PAGE,html:l,headers:o,rscData:m.flightData,postponed:m.postponed,status:m.statusCode,segmentData:m.segmentData},cacheControl:n}},o=async({hasResolved:c,previousCacheEntry:f,isRevalidating:g,span:i})=>{let j,k=!1===K.isDev,l=c||b.writableEnded;if(ah&&ab&&!f&&!N)return(null==ac?void 0:ac.render404)?await ac.render404(a,b):(b.statusCode=404,b.end("This page could not be found")),null;if(ai&&(j=(0,w.parseFallbackField)(ai.fallback)),j===w.FallbackMode.PRERENDER&&(0,u.isBot)(al)&&(!ar||an)&&(j=w.FallbackMode.BLOCKING_STATIC_RENDER),(null==f?void 0:f.isStale)===-1&&(ah=!0),ah&&(j!==w.FallbackMode.NOT_FOUND||f)&&(j=w.FallbackMode.BLOCKING_STATIC_RENDER),!N&&j!==w.FallbackMode.BLOCKING_STATIC_RENDER&&aB&&!l&&!_&&T&&(k||!aj)){let b;if((k||ai)&&j===w.FallbackMode.NOT_FOUND)throw new B.NoFallbackError;if(ar&&!ap){let c="string"==typeof(null==ai?void 0:ai.fallback)?ai.fallback:k?ag:null;if(b=await K.handleResponse({cacheKey:c,req:a,nextConfig:ad,routeKind:e.RouteKind.APP_PAGE,isFallback:!0,prerenderManifest:$,isRoutePPREnabled:ar,responseGenerator:async()=>m({span:i,postponed:void 0,fallbackRouteParams:k||at?(0,n.u)(ag):null}),waitUntil:d.waitUntil}),null===b)return null;if(b)return delete b.cacheControl,b}}let o=ah||g||!au?void 0:au;if(as&&void 0!==o)return{cacheControl:{revalidate:1,expire:void 0},value:{kind:v.CachedRouteKind.PAGES,html:x.default.EMPTY,pageData:{},headers:void 0,status:void 0}};let p=T&&ar&&((0,h.getRequestMeta)(a,"renderFallbackShell")||at)?(0,n.u)(af):null;return m({span:i,postponed:o,fallbackRouteParams:p})},p=async c=>{var f,g,i,j,k;let l,n=await K.handleResponse({cacheKey:aA,responseGenerator:a=>o({span:c,...a}),routeKind:e.RouteKind.APP_PAGE,isOnDemandRevalidate:ah,isRoutePPREnabled:ar,req:a,nextConfig:ad,prerenderManifest:$,waitUntil:d.waitUntil});if(_&&b.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate"),K.isDev&&b.setHeader("Cache-Control","no-store, must-revalidate"),!n){if(aA)throw Object.defineProperty(Error("invariant: cache entry required but not generated"),"__NEXT_ERROR_CODE",{value:"E62",enumerable:!1,configurable:!0});return null}if((null==(f=n.value)?void 0:f.kind)!==v.CachedRouteKind.APP_PAGE)throw Object.defineProperty(Error(`Invariant app-page handler received invalid cache entry ${null==(i=n.value)?void 0:i.kind}`),"__NEXT_ERROR_CODE",{value:"E707",enumerable:!1,configurable:!0});let p="string"==typeof n.value.postponed;ak&&!av&&(!p||ao)&&(N||b.setHeader("x-nextjs-cache",ah?"REVALIDATED":n.isMiss?"MISS":n.isStale?"STALE":"HIT"),b.setHeader(t.NEXT_IS_PRERENDER_HEADER,"1"));let{value:q}=n;if(au)l={revalidate:0,expire:void 0};else if(N&&ap&&!ao&&ar)l={revalidate:0,expire:void 0};else if(!K.isDev)if(_)l={revalidate:0,expire:void 0};else if(ak){if(n.cacheControl)if("number"==typeof n.cacheControl.revalidate){if(n.cacheControl.revalidate<1)throw Object.defineProperty(Error(`Invalid revalidate configuration provided: ${n.cacheControl.revalidate} < 1`),"__NEXT_ERROR_CODE",{value:"E22",enumerable:!1,configurable:!0});l={revalidate:n.cacheControl.revalidate,expire:(null==(j=n.cacheControl)?void 0:j.expire)??ad.expireTime}}else l={revalidate:y.CACHE_ONE_YEAR,expire:void 0}}else b.getHeader("Cache-Control")||(l={revalidate:0,expire:void 0});if(n.cacheControl=l,"string"==typeof aw&&(null==q?void 0:q.kind)===v.CachedRouteKind.APP_PAGE&&q.segmentData){b.setHeader(t.NEXT_DID_POSTPONE_HEADER,"2");let c=null==(k=q.headers)?void 0:k[y.NEXT_CACHE_TAGS_HEADER];N&&ak&&c&&"string"==typeof c&&b.setHeader(y.NEXT_CACHE_TAGS_HEADER,c);let d=q.segmentData.get(aw);return void 0!==d?(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:x.default.fromStatic(d,t.RSC_CONTENT_TYPE_HEADER),cacheControl:n.cacheControl}):(b.statusCode=204,(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:x.default.EMPTY,cacheControl:n.cacheControl}))}let r=(0,h.getRequestMeta)(a,"onCacheEntry");if(r&&await r({...n,value:{...n.value,kind:"PAGE"}},{url:(0,h.getRequestMeta)(a,"initURL")}))return null;if(p&&au)throw Object.defineProperty(Error("Invariant: postponed state should not be present on a resume request"),"__NEXT_ERROR_CODE",{value:"E396",enumerable:!1,configurable:!0});if(q.headers){let a={...q.headers};for(let[c,d]of(N&&ak||delete a[y.NEXT_CACHE_TAGS_HEADER],Object.entries(a)))if(void 0!==d)if(Array.isArray(d))for(let a of d)b.appendHeader(c,a);else"number"==typeof d&&(d=d.toString()),b.appendHeader(c,d)}let s=null==(g=q.headers)?void 0:g[y.NEXT_CACHE_TAGS_HEADER];if(N&&ak&&s&&"string"==typeof s&&b.setHeader(y.NEXT_CACHE_TAGS_HEADER,s),!q.status||ap&&ar||(b.statusCode=q.status),!N&&q.status&&F.RedirectStatusCode[q.status]&&ap&&(b.statusCode=200),p&&b.setHeader(t.NEXT_DID_POSTPONE_HEADER,"1"),ap&&!_){if(void 0===q.rscData){if(q.postponed)throw Object.defineProperty(Error("Invariant: Expected postponed to be undefined"),"__NEXT_ERROR_CODE",{value:"E372",enumerable:!1,configurable:!0});return(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:q.html,cacheControl:av?{revalidate:0,expire:void 0}:n.cacheControl})}return(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:x.default.fromStatic(q.rscData,t.RSC_CONTENT_TYPE_HEADER),cacheControl:n.cacheControl})}let u=q.html;if(!p||N||ap)return(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:u,cacheControl:n.cacheControl});if(as)return u.push(new ReadableStream({start(a){a.enqueue(z.ENCODED_TAGS.CLOSED.BODY_AND_HTML),a.close()}})),(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:u,cacheControl:{revalidate:0,expire:void 0}});let w=new TransformStream;return u.push(w.readable),m({span:c,postponed:q.postponed,fallbackRouteParams:null}).then(async a=>{var b,c;if(!a)throw Object.defineProperty(Error("Invariant: expected a result to be returned"),"__NEXT_ERROR_CODE",{value:"E463",enumerable:!1,configurable:!0});if((null==(b=a.value)?void 0:b.kind)!==v.CachedRouteKind.APP_PAGE)throw Object.defineProperty(Error(`Invariant: expected a page response, got ${null==(c=a.value)?void 0:c.kind}`),"__NEXT_ERROR_CODE",{value:"E305",enumerable:!1,configurable:!0});await a.value.html.pipeTo(w.writable)}).catch(a=>{w.writable.abort(a).catch(a=>{console.error("couldn't abort transformer",a)})}),(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:u,cacheControl:{revalidate:0,expire:void 0}})};if(!aF)return await aE.withPropagatedContext(a.headers,()=>aE.trace(i.BaseServerSpan.handleRequest,{spanName:`${aD} ${a.url}`,kind:g.SpanKind.SERVER,attributes:{"http.method":aD,"http.target":a.url}},p));await p(aF)}catch(b){throw b instanceof B.NoFallbackError||await K.onRequestError(a,b,{routerKind:"App Router",routePath:G,routeType:"render",revalidateReason:(0,f.c)({isRevalidate:ak,isOnDemandRevalidate:ah})},ac),b}}},52689:(a,b,c)=>{Promise.resolve().then(c.bind(c,7760))},63033:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},86439:a=>{"use strict";a.exports=require("next/dist/shared/lib/no-fallback-error.external")},92130:(a,b,c)=>{"use strict";c.r(b),c.d(b,{default:()=>l});var d=c(21124),e=c(95627),f=c.n(e),g=c(38301),h=c(42378),i=c(3991),j=c.n(i),k=c(49308);function l(){let a=(0,h.useRouter)(),[b,c]=(0,g.useState)(""),[e,i]=(0,g.useState)(""),[l,m]=(0,g.useState)(!1),[n,o]=(0,g.useState)(""),[p,q]=(0,g.useState)(!1),[r,s]=(0,g.useState)(!0),t=async c=>{c.preventDefault(),o(""),m(!0);try{let c=b?{email:b,password:e}:{password:e},d=await fetch("/api/auth/login",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(c)}),f=await d.json();if(!d.ok)return void o(f.error||"Login failed");f.defaultWorkspaceId?(document.cookie=`osw_workspace=${f.defaultWorkspaceId};path=/;max-age=31536000`,f.defaultWorkspaceName&&localStorage.setItem("osw-workspace-name",f.defaultWorkspaceName),a.push(`/w/${f.defaultWorkspaceId}/projects`)):a.push("/admin")}catch{o("An error occurred. Please try again."),m(!1)}};return(0,d.jsxs)("div",{className:"jsx-301ec7a03a062a2c min-h-screen bg-background text-foreground flex items-center justify-center p-4 animate-fadeIn",children:[(0,d.jsx)(f(),{id:"301ec7a03a062a2c",children:"@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes float{0%,100%{transform:translatey(0px)}50%{transform:translatey(-10px)}}.animate-fadeIn.jsx-301ec7a03a062a2c{animation:fadeIn.6s ease-in}.animate-float.jsx-301ec7a03a062a2c{animation:float 3s ease-in-out infinite}"}),(0,d.jsxs)("div",{className:"jsx-301ec7a03a062a2c max-w-md w-full text-center",children:[(0,d.jsx)("div",{className:"jsx-301ec7a03a062a2c mb-8 animate-float flex justify-center",children:(0,d.jsx)(k.g,{width:96,height:96})}),(0,d.jsx)("h1",{className:"jsx-301ec7a03a062a2c text-3xl font-semibold mb-2 tracking-tight",children:"OSW Studio"}),(0,d.jsx)("p",{className:"jsx-301ec7a03a062a2c text-muted-foreground mb-8",children:"Sign in to your account"}),r&&(0,d.jsx)("div",{className:"jsx-301ec7a03a062a2c py-8 text-muted-foreground text-sm",children:"Checking setup..."}),(0,d.jsxs)("form",{onSubmit:t,style:r?{display:"none"}:void 0,className:"jsx-301ec7a03a062a2c space-y-4",children:[(0,d.jsxs)("div",{className:"jsx-301ec7a03a062a2c text-left",children:[(0,d.jsx)("label",{htmlFor:"email",className:"jsx-301ec7a03a062a2c block text-sm font-medium text-muted-foreground mb-2",children:"Email"}),(0,d.jsx)("input",{id:"email",type:"email",value:b,onChange:a=>c(a.target.value),placeholder:"you@example.com",autoFocus:!0,className:"jsx-301ec7a03a062a2c w-full px-4 py-3 bg-muted border border-border rounded-lg text-foreground placeholder:text-muted-foreground focus:outline-none focus:ring-2 focus:ring-orange-500 focus:border-transparent transition-all"})]}),(0,d.jsxs)("div",{className:"jsx-301ec7a03a062a2c text-left",children:[(0,d.jsx)("label",{htmlFor:"password",className:"jsx-301ec7a03a062a2c block text-sm font-medium text-muted-foreground mb-2",children:"Password"}),(0,d.jsx)("input",{id:"password",type:"password",value:e,onChange:a=>i(a.target.value),placeholder:"Enter your password",required:!0,className:"jsx-301ec7a03a062a2c w-full px-4 py-3 bg-muted border border-border rounded-lg text-foreground placeholder:text-muted-foreground focus:outline-none focus:ring-2 focus:ring-orange-500 focus:border-transparent transition-all"})]}),n&&(0,d.jsx)("div",{className:"jsx-301ec7a03a062a2c p-3 bg-destructive/10 border border-destructive/30 text-destructive rounded-lg text-sm",children:n}),(0,d.jsx)("button",{type:"submit",disabled:l,className:"jsx-301ec7a03a062a2c w-full bg-orange-600 hover:bg-orange-700 text-white font-medium py-3 px-4 rounded-lg transition-colors disabled:bg-muted disabled:text-muted-foreground disabled:cursor-not-allowed",children:l?"Logging in...":"Login"})]}),p&&(0,d.jsxs)("p",{className:"jsx-301ec7a03a062a2c mt-6 text-sm text-muted-foreground",children:["Don't have an account?"," ",(0,d.jsx)(j(),{href:"/admin/register",className:"text-orange-500 hover:text-orange-400 transition-colors",children:"Create one"})]}),(0,d.jsxs)("div",{className:"jsx-301ec7a03a062a2c mt-12 pt-6 border-t border-border flex items-center justify-center gap-2 text-sm text-muted-foreground",children:[(0,d.jsx)("span",{className:"jsx-301ec7a03a062a2c",children:"Powered by"}),(0,d.jsx)(k.g,{width:20,height:20,className:"opacity-80"}),(0,d.jsx)("span",{className:"jsx-301ec7a03a062a2c",children:"OSW Studio"})]})]})]})}}};var b=require("../../../webpack-runtime.js");b.C(a);var c=b.X(0,[1331,9038,7506,3327,7074],()=>b(b.s=46544));module.exports=c})();
 
1
  (()=>{var a={};a.id=2116,a.ids=[2116],a.modules={261:a=>{"use strict";a.exports=require("next/dist/shared/lib/router/utils/app-paths")},3295:a=>{"use strict";a.exports=require("next/dist/server/app-render/after-task-async-storage.external.js")},7760:(a,b,c)=>{"use strict";c.r(b),c.d(b,{default:()=>d});let d=(0,c(97954).registerClientReference)(function(){throw Error("Attempted to call the default export of \"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/login/page.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.")},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/login/page.tsx","default")},10846:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},17841:(a,b,c)=>{Promise.resolve().then(c.bind(c,92130))},19121:a=>{"use strict";a.exports=require("next/dist/server/app-render/action-async-storage.external.js")},26713:a=>{"use strict";a.exports=require("next/dist/shared/lib/router/utils/is-bot")},28354:a=>{"use strict";a.exports=require("util")},29294:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-async-storage.external.js")},33873:a=>{"use strict";a.exports=require("path")},41025:a=>{"use strict";a.exports=require("next/dist/server/app-render/dynamic-access-async-storage.external.js")},46544:(a,b,c)=>{"use strict";c.r(b),c.d(b,{GlobalError:()=>D.a,__next_app__:()=>J,handler:()=>L,pages:()=>I,routeModule:()=>K,tree:()=>H});var d=c(49754),e=c(9117),f=c(46595),g=c(32324),h=c(39326),i=c(38928),j=c(20175),k=c(12),l=c(54290),m=c(12696),n=c(82802),o=c(77533),p=c(45229),q=c(32822),r=c(261),s=c(26453),t=c(52474),u=c(26713),v=c(51356),w=c(62685),x=c(36225),y=c(63446),z=c(2762),A=c(45742),B=c(86439),C=c(81170),D=c.n(C),E=c(62506),F=c(91203),G={};for(let a in E)0>["default","tree","pages","GlobalError","__next_app__","routeModule","handler"].indexOf(a)&&(G[a]=()=>E[a]);c.d(b,G);let H={children:["",{children:["admin",{children:["login",{children:["__PAGE__",{},{page:[()=>Promise.resolve().then(c.bind(c,7760)),"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/login/page.tsx"]}]},{}]},{}]},{layout:[()=>Promise.resolve().then(c.bind(c,16953)),"/Users/otto/Desktop/deepstudio/osw-studio-git/app/layout.tsx"],"global-error":[()=>Promise.resolve().then(c.t.bind(c,81170,23)),"next/dist/client/components/builtin/global-error.js"],"not-found":[()=>Promise.resolve().then(c.t.bind(c,87028,23)),"next/dist/client/components/builtin/not-found.js"],forbidden:[()=>Promise.resolve().then(c.t.bind(c,90461,23)),"next/dist/client/components/builtin/forbidden.js"],unauthorized:[()=>Promise.resolve().then(c.t.bind(c,32768,23)),"next/dist/client/components/builtin/unauthorized.js"]}]}.children,I=["/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/login/page.tsx"],J={require:c,loadChunk:()=>Promise.resolve()},K=new d.AppPageRouteModule({definition:{kind:e.RouteKind.APP_PAGE,page:"/admin/login/page",pathname:"/admin/login",bundlePath:"",filename:"",appPaths:[]},userland:{loaderTree:H},distDir:".next",relativeProjectDir:""});async function L(a,b,d){var C;let G="/admin/login/page";"/index"===G&&(G="/");let M=(0,h.getRequestMeta)(a,"postponed"),N=(0,h.getRequestMeta)(a,"minimalMode"),O=await K.prepare(a,b,{srcPage:G,multiZoneDraftMode:!1});if(!O)return b.statusCode=400,b.end("Bad Request"),null==d.waitUntil||d.waitUntil.call(d,Promise.resolve()),null;let{buildId:P,query:Q,params:R,parsedUrl:S,pageIsDynamic:T,buildManifest:U,nextFontManifest:V,reactLoadableManifest:W,serverActionsManifest:X,clientReferenceManifest:Y,subresourceIntegrityManifest:Z,prerenderManifest:$,isDraftMode:_,resolvedPathname:aa,revalidateOnlyGenerated:ab,routerServerContext:ac,nextConfig:ad,interceptionRoutePatterns:ae}=O,af=S.pathname||"/",ag=(0,r.normalizeAppPath)(G),{isOnDemandRevalidate:ah}=O,ai=K.match(af,$),aj=!!$.routes[aa],ak=!!(ai||aj||$.routes[ag]),al=a.headers["user-agent"]||"",am=(0,u.getBotType)(al),an=(0,p.isHtmlBotRequest)(a),ao=(0,h.getRequestMeta)(a,"isPrefetchRSCRequest")??"1"===a.headers[t.NEXT_ROUTER_PREFETCH_HEADER],ap=(0,h.getRequestMeta)(a,"isRSCRequest")??!!a.headers[t.RSC_HEADER],aq=(0,s.getIsPossibleServerAction)(a),ar=(0,m.checkIsAppPPREnabled)(ad.experimental.ppr)&&(null==(C=$.routes[ag]??$.dynamicRoutes[ag])?void 0:C.renderingMode)==="PARTIALLY_STATIC",as=!1,at=!1,au=ar?M:void 0,av=ar&&ap&&!ao,aw=(0,h.getRequestMeta)(a,"segmentPrefetchRSCRequest"),ax=!al||(0,p.shouldServeStreamingMetadata)(al,ad.htmlLimitedBots);an&&ar&&(ak=!1,ax=!1);let ay=!0===K.isDev||!ak||"string"==typeof M||av,az=an&&ar,aA=null;_||!ak||ay||aq||au||av||(aA=aa);let aB=aA;!aB&&K.isDev&&(aB=aa),K.isDev||_||!ak||!ap||av||(0,k.d)(a.headers);let aC={...E,tree:H,pages:I,GlobalError:D(),handler:L,routeModule:K,__next_app__:J};X&&Y&&(0,o.setReferenceManifestsSingleton)({page:G,clientReferenceManifest:Y,serverActionsManifest:X,serverModuleMap:(0,q.createServerModuleMap)({serverActionsManifest:X})});let aD=a.method||"GET",aE=(0,g.getTracer)(),aF=aE.getActiveScopeSpan();try{let f=K.getVaryHeader(aa,ae);b.setHeader("Vary",f);let k=async(c,d)=>{let e=new l.NodeNextRequest(a),f=new l.NodeNextResponse(b);return K.render(e,f,d).finally(()=>{if(!c)return;c.setAttributes({"http.status_code":b.statusCode,"next.rsc":!1});let d=aE.getRootSpanAttributes();if(!d)return;if(d.get("next.span_type")!==i.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${d.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let e=d.get("next.route");if(e){let a=`${aD} ${e}`;c.setAttributes({"next.route":e,"http.route":e,"next.span_name":a}),c.updateName(a)}else c.updateName(`${aD} ${a.url}`)})},m=async({span:e,postponed:f,fallbackRouteParams:g})=>{let i={query:Q,params:R,page:ag,sharedContext:{buildId:P},serverComponentsHmrCache:(0,h.getRequestMeta)(a,"serverComponentsHmrCache"),fallbackRouteParams:g,renderOpts:{App:()=>null,Document:()=>null,pageConfig:{},ComponentMod:aC,Component:(0,j.T)(aC),params:R,routeModule:K,page:G,postponed:f,shouldWaitOnAllReady:az,serveStreamingMetadata:ax,supportsDynamicResponse:"string"==typeof f||ay,buildManifest:U,nextFontManifest:V,reactLoadableManifest:W,subresourceIntegrityManifest:Z,serverActionsManifest:X,clientReferenceManifest:Y,setIsrStatus:null==ac?void 0:ac.setIsrStatus,dir:c(33873).join(process.cwd(),K.relativeProjectDir),isDraftMode:_,isRevalidate:ak&&!f&&!av,botType:am,isOnDemandRevalidate:ah,isPossibleServerAction:aq,assetPrefix:ad.assetPrefix,nextConfigOutput:ad.output,crossOrigin:ad.crossOrigin,trailingSlash:ad.trailingSlash,previewProps:$.preview,deploymentId:ad.deploymentId,enableTainting:ad.experimental.taint,htmlLimitedBots:ad.htmlLimitedBots,devtoolSegmentExplorer:ad.experimental.devtoolSegmentExplorer,reactMaxHeadersLength:ad.reactMaxHeadersLength,multiZoneDraftMode:!1,incrementalCache:(0,h.getRequestMeta)(a,"incrementalCache"),cacheLifeProfiles:ad.experimental.cacheLife,basePath:ad.basePath,serverActions:ad.experimental.serverActions,...as?{nextExport:!0,supportsDynamicResponse:!1,isStaticGeneration:!0,isRevalidate:!0,isDebugDynamicAccesses:as}:{},experimental:{isRoutePPREnabled:ar,expireTime:ad.expireTime,staleTimes:ad.experimental.staleTimes,cacheComponents:!!ad.experimental.cacheComponents,clientSegmentCache:!!ad.experimental.clientSegmentCache,clientParamParsing:!!ad.experimental.clientParamParsing,dynamicOnHover:!!ad.experimental.dynamicOnHover,inlineCss:!!ad.experimental.inlineCss,authInterrupts:!!ad.experimental.authInterrupts,clientTraceMetadata:ad.experimental.clientTraceMetadata||[]},waitUntil:d.waitUntil,onClose:a=>{b.on("close",a)},onAfterTaskError:()=>{},onInstrumentationRequestError:(b,c,d)=>K.onRequestError(a,b,d,ac),err:(0,h.getRequestMeta)(a,"invokeError"),dev:K.isDev}},l=await k(e,i),{metadata:m}=l,{cacheControl:n,headers:o={},fetchTags:p}=m;if(p&&(o[y.NEXT_CACHE_TAGS_HEADER]=p),a.fetchMetrics=m.fetchMetrics,ak&&(null==n?void 0:n.revalidate)===0&&!K.isDev&&!ar){let a=m.staticBailoutInfo,b=Object.defineProperty(Error(`Page changed from static to dynamic at runtime ${aa}${(null==a?void 0:a.description)?`, reason: ${a.description}`:""}
2
+ see more here https://nextjs.org/docs/messages/app-static-to-dynamic-error`),"__NEXT_ERROR_CODE",{value:"E132",enumerable:!1,configurable:!0});if(null==a?void 0:a.stack){let c=a.stack;b.stack=b.message+c.substring(c.indexOf("\n"))}throw b}return{value:{kind:v.CachedRouteKind.APP_PAGE,html:l,headers:o,rscData:m.flightData,postponed:m.postponed,status:m.statusCode,segmentData:m.segmentData},cacheControl:n}},o=async({hasResolved:c,previousCacheEntry:f,isRevalidating:g,span:i})=>{let j,k=!1===K.isDev,l=c||b.writableEnded;if(ah&&ab&&!f&&!N)return(null==ac?void 0:ac.render404)?await ac.render404(a,b):(b.statusCode=404,b.end("This page could not be found")),null;if(ai&&(j=(0,w.parseFallbackField)(ai.fallback)),j===w.FallbackMode.PRERENDER&&(0,u.isBot)(al)&&(!ar||an)&&(j=w.FallbackMode.BLOCKING_STATIC_RENDER),(null==f?void 0:f.isStale)===-1&&(ah=!0),ah&&(j!==w.FallbackMode.NOT_FOUND||f)&&(j=w.FallbackMode.BLOCKING_STATIC_RENDER),!N&&j!==w.FallbackMode.BLOCKING_STATIC_RENDER&&aB&&!l&&!_&&T&&(k||!aj)){let b;if((k||ai)&&j===w.FallbackMode.NOT_FOUND)throw new B.NoFallbackError;if(ar&&!ap){let c="string"==typeof(null==ai?void 0:ai.fallback)?ai.fallback:k?ag:null;if(b=await K.handleResponse({cacheKey:c,req:a,nextConfig:ad,routeKind:e.RouteKind.APP_PAGE,isFallback:!0,prerenderManifest:$,isRoutePPREnabled:ar,responseGenerator:async()=>m({span:i,postponed:void 0,fallbackRouteParams:k||at?(0,n.u)(ag):null}),waitUntil:d.waitUntil}),null===b)return null;if(b)return delete b.cacheControl,b}}let o=ah||g||!au?void 0:au;if(as&&void 0!==o)return{cacheControl:{revalidate:1,expire:void 0},value:{kind:v.CachedRouteKind.PAGES,html:x.default.EMPTY,pageData:{},headers:void 0,status:void 0}};let p=T&&ar&&((0,h.getRequestMeta)(a,"renderFallbackShell")||at)?(0,n.u)(af):null;return m({span:i,postponed:o,fallbackRouteParams:p})},p=async c=>{var f,g,i,j,k;let l,n=await K.handleResponse({cacheKey:aA,responseGenerator:a=>o({span:c,...a}),routeKind:e.RouteKind.APP_PAGE,isOnDemandRevalidate:ah,isRoutePPREnabled:ar,req:a,nextConfig:ad,prerenderManifest:$,waitUntil:d.waitUntil});if(_&&b.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate"),K.isDev&&b.setHeader("Cache-Control","no-store, must-revalidate"),!n){if(aA)throw Object.defineProperty(Error("invariant: cache entry required but not generated"),"__NEXT_ERROR_CODE",{value:"E62",enumerable:!1,configurable:!0});return null}if((null==(f=n.value)?void 0:f.kind)!==v.CachedRouteKind.APP_PAGE)throw Object.defineProperty(Error(`Invariant app-page handler received invalid cache entry ${null==(i=n.value)?void 0:i.kind}`),"__NEXT_ERROR_CODE",{value:"E707",enumerable:!1,configurable:!0});let p="string"==typeof n.value.postponed;ak&&!av&&(!p||ao)&&(N||b.setHeader("x-nextjs-cache",ah?"REVALIDATED":n.isMiss?"MISS":n.isStale?"STALE":"HIT"),b.setHeader(t.NEXT_IS_PRERENDER_HEADER,"1"));let{value:q}=n;if(au)l={revalidate:0,expire:void 0};else if(N&&ap&&!ao&&ar)l={revalidate:0,expire:void 0};else if(!K.isDev)if(_)l={revalidate:0,expire:void 0};else if(ak){if(n.cacheControl)if("number"==typeof n.cacheControl.revalidate){if(n.cacheControl.revalidate<1)throw Object.defineProperty(Error(`Invalid revalidate configuration provided: ${n.cacheControl.revalidate} < 1`),"__NEXT_ERROR_CODE",{value:"E22",enumerable:!1,configurable:!0});l={revalidate:n.cacheControl.revalidate,expire:(null==(j=n.cacheControl)?void 0:j.expire)??ad.expireTime}}else l={revalidate:y.CACHE_ONE_YEAR,expire:void 0}}else b.getHeader("Cache-Control")||(l={revalidate:0,expire:void 0});if(n.cacheControl=l,"string"==typeof aw&&(null==q?void 0:q.kind)===v.CachedRouteKind.APP_PAGE&&q.segmentData){b.setHeader(t.NEXT_DID_POSTPONE_HEADER,"2");let c=null==(k=q.headers)?void 0:k[y.NEXT_CACHE_TAGS_HEADER];N&&ak&&c&&"string"==typeof c&&b.setHeader(y.NEXT_CACHE_TAGS_HEADER,c);let d=q.segmentData.get(aw);return void 0!==d?(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:x.default.fromStatic(d,t.RSC_CONTENT_TYPE_HEADER),cacheControl:n.cacheControl}):(b.statusCode=204,(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:x.default.EMPTY,cacheControl:n.cacheControl}))}let r=(0,h.getRequestMeta)(a,"onCacheEntry");if(r&&await r({...n,value:{...n.value,kind:"PAGE"}},{url:(0,h.getRequestMeta)(a,"initURL")}))return null;if(p&&au)throw Object.defineProperty(Error("Invariant: postponed state should not be present on a resume request"),"__NEXT_ERROR_CODE",{value:"E396",enumerable:!1,configurable:!0});if(q.headers){let a={...q.headers};for(let[c,d]of(N&&ak||delete a[y.NEXT_CACHE_TAGS_HEADER],Object.entries(a)))if(void 0!==d)if(Array.isArray(d))for(let a of d)b.appendHeader(c,a);else"number"==typeof d&&(d=d.toString()),b.appendHeader(c,d)}let s=null==(g=q.headers)?void 0:g[y.NEXT_CACHE_TAGS_HEADER];if(N&&ak&&s&&"string"==typeof s&&b.setHeader(y.NEXT_CACHE_TAGS_HEADER,s),!q.status||ap&&ar||(b.statusCode=q.status),!N&&q.status&&F.RedirectStatusCode[q.status]&&ap&&(b.statusCode=200),p&&b.setHeader(t.NEXT_DID_POSTPONE_HEADER,"1"),ap&&!_){if(void 0===q.rscData){if(q.postponed)throw Object.defineProperty(Error("Invariant: Expected postponed to be undefined"),"__NEXT_ERROR_CODE",{value:"E372",enumerable:!1,configurable:!0});return(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:q.html,cacheControl:av?{revalidate:0,expire:void 0}:n.cacheControl})}return(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:x.default.fromStatic(q.rscData,t.RSC_CONTENT_TYPE_HEADER),cacheControl:n.cacheControl})}let u=q.html;if(!p||N||ap)return(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:u,cacheControl:n.cacheControl});if(as)return u.push(new ReadableStream({start(a){a.enqueue(z.ENCODED_TAGS.CLOSED.BODY_AND_HTML),a.close()}})),(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:u,cacheControl:{revalidate:0,expire:void 0}});let w=new TransformStream;return u.push(w.readable),m({span:c,postponed:q.postponed,fallbackRouteParams:null}).then(async a=>{var b,c;if(!a)throw Object.defineProperty(Error("Invariant: expected a result to be returned"),"__NEXT_ERROR_CODE",{value:"E463",enumerable:!1,configurable:!0});if((null==(b=a.value)?void 0:b.kind)!==v.CachedRouteKind.APP_PAGE)throw Object.defineProperty(Error(`Invariant: expected a page response, got ${null==(c=a.value)?void 0:c.kind}`),"__NEXT_ERROR_CODE",{value:"E305",enumerable:!1,configurable:!0});await a.value.html.pipeTo(w.writable)}).catch(a=>{w.writable.abort(a).catch(a=>{console.error("couldn't abort transformer",a)})}),(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:u,cacheControl:{revalidate:0,expire:void 0}})};if(!aF)return await aE.withPropagatedContext(a.headers,()=>aE.trace(i.BaseServerSpan.handleRequest,{spanName:`${aD} ${a.url}`,kind:g.SpanKind.SERVER,attributes:{"http.method":aD,"http.target":a.url}},p));await p(aF)}catch(b){throw b instanceof B.NoFallbackError||await K.onRequestError(a,b,{routerKind:"App Router",routePath:G,routeType:"render",revalidateReason:(0,f.c)({isRevalidate:ak,isOnDemandRevalidate:ah})},ac),b}}},52689:(a,b,c)=>{Promise.resolve().then(c.bind(c,7760))},63033:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},86439:a=>{"use strict";a.exports=require("next/dist/shared/lib/no-fallback-error.external")},92130:(a,b,c)=>{"use strict";c.r(b),c.d(b,{default:()=>l});var d=c(21124),e=c(95627),f=c.n(e),g=c(38301),h=c(42378),i=c(3991),j=c.n(i),k=c(49308);function l(){let a=(0,h.useRouter)(),[b,c]=(0,g.useState)(""),[e,i]=(0,g.useState)(""),[l,m]=(0,g.useState)(!1),[n,o]=(0,g.useState)(""),[p,q]=(0,g.useState)(!1),[r,s]=(0,g.useState)(!0),t=async c=>{c.preventDefault(),o(""),m(!0);try{let c=b?{email:b,password:e}:{password:e},d=await fetch("/api/auth/login",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(c)}),f=await d.json();if(!d.ok){o(f.error||"Login failed"),m(!1);return}f.defaultWorkspaceId?(document.cookie=`osw_workspace=${f.defaultWorkspaceId};path=/;max-age=31536000`,f.defaultWorkspaceName&&localStorage.setItem("osw-workspace-name",f.defaultWorkspaceName),a.push(`/w/${f.defaultWorkspaceId}/projects`)):a.push("/admin")}catch{o("An error occurred. Please try again."),m(!1)}};return(0,d.jsxs)("div",{className:"jsx-301ec7a03a062a2c min-h-screen bg-background text-foreground flex items-center justify-center p-4 animate-fadeIn",children:[(0,d.jsx)(f(),{id:"301ec7a03a062a2c",children:"@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes float{0%,100%{transform:translatey(0px)}50%{transform:translatey(-10px)}}.animate-fadeIn.jsx-301ec7a03a062a2c{animation:fadeIn.6s ease-in}.animate-float.jsx-301ec7a03a062a2c{animation:float 3s ease-in-out infinite}"}),(0,d.jsxs)("div",{className:"jsx-301ec7a03a062a2c max-w-md w-full text-center",children:[(0,d.jsx)("div",{className:"jsx-301ec7a03a062a2c mb-8 animate-float flex justify-center",children:(0,d.jsx)(k.g,{width:96,height:96})}),(0,d.jsx)("h1",{className:"jsx-301ec7a03a062a2c text-3xl font-semibold mb-2 tracking-tight",children:"OSW Studio"}),(0,d.jsx)("p",{className:"jsx-301ec7a03a062a2c text-muted-foreground mb-8",children:"Sign in to your account"}),r&&(0,d.jsx)("div",{className:"jsx-301ec7a03a062a2c py-8 text-muted-foreground text-sm",children:"Checking setup..."}),(0,d.jsxs)("form",{onSubmit:t,style:r?{display:"none"}:void 0,className:"jsx-301ec7a03a062a2c space-y-4",children:[(0,d.jsxs)("div",{className:"jsx-301ec7a03a062a2c text-left",children:[(0,d.jsx)("label",{htmlFor:"email",className:"jsx-301ec7a03a062a2c block text-sm font-medium text-muted-foreground mb-2",children:"Email"}),(0,d.jsx)("input",{id:"email",type:"email",value:b,onChange:a=>c(a.target.value),placeholder:"you@example.com",autoFocus:!0,className:"jsx-301ec7a03a062a2c w-full px-4 py-3 bg-muted border border-border rounded-lg text-foreground placeholder:text-muted-foreground focus:outline-none focus:ring-2 focus:ring-orange-500 focus:border-transparent transition-all"})]}),(0,d.jsxs)("div",{className:"jsx-301ec7a03a062a2c text-left",children:[(0,d.jsx)("label",{htmlFor:"password",className:"jsx-301ec7a03a062a2c block text-sm font-medium text-muted-foreground mb-2",children:"Password"}),(0,d.jsx)("input",{id:"password",type:"password",value:e,onChange:a=>i(a.target.value),placeholder:"Enter your password",required:!0,className:"jsx-301ec7a03a062a2c w-full px-4 py-3 bg-muted border border-border rounded-lg text-foreground placeholder:text-muted-foreground focus:outline-none focus:ring-2 focus:ring-orange-500 focus:border-transparent transition-all"})]}),n&&(0,d.jsx)("div",{className:"jsx-301ec7a03a062a2c p-3 bg-destructive/10 border border-destructive/30 text-destructive rounded-lg text-sm",children:n}),(0,d.jsx)("button",{type:"submit",disabled:l,className:"jsx-301ec7a03a062a2c w-full bg-orange-600 hover:bg-orange-700 text-white font-medium py-3 px-4 rounded-lg transition-colors disabled:bg-muted disabled:text-muted-foreground disabled:cursor-not-allowed",children:l?"Logging in...":"Login"})]}),p&&(0,d.jsxs)("p",{className:"jsx-301ec7a03a062a2c mt-6 text-sm text-muted-foreground",children:["Don't have an account?"," ",(0,d.jsx)(j(),{href:"/admin/register",className:"text-orange-500 hover:text-orange-400 transition-colors",children:"Create one"})]}),(0,d.jsxs)("div",{className:"jsx-301ec7a03a062a2c mt-12 pt-6 border-t border-border flex items-center justify-center gap-2 text-sm text-muted-foreground",children:[(0,d.jsx)("span",{className:"jsx-301ec7a03a062a2c",children:"Powered by"}),(0,d.jsx)(k.g,{width:20,height:20,className:"opacity-80"}),(0,d.jsx)("span",{className:"jsx-301ec7a03a062a2c",children:"OSW Studio"})]})]})]})}}};var b=require("../../../webpack-runtime.js");b.C(a);var c=b.X(0,[4996,3363,2033,7506,3327,7074],()=>b(b.s=46544));module.exports=c})();
.next/server/app/admin/login/page.js.nft.json CHANGED
@@ -1 +1 @@
1
- {"version":1,"files":["../../../../../node_modules/next/dist/client/components/app-router-headers.js","../../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../../node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../../node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../../node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js","../../../../../node_modules/next/dist/lib/client-and-server-references.js","../../../../../node_modules/next/dist/lib/constants.js","../../../../../node_modules/next/dist/lib/interop-default.js","../../../../../node_modules/next/dist/lib/is-error.js","../../../../../node_modules/next/dist/lib/semver-noop.js","../../../../../node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/async-local-storage.js","../../../../../node_modules/next/dist/server/app-render/cache-signal.js","../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../../node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../../node_modules/next/dist/server/lib/cache-handlers/default.external.js","../../../../../node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../../node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../../node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../../node_modules/next/dist/server/lib/lru-cache.js","../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../../node_modules/next/dist/server/load-manifest.external.js","../../../../../node_modules/next/dist/server/response-cache/types.js","../../../../../node_modules/next/dist/shared/lib/deep-freeze.js","../../../../../node_modules/next/dist/shared/lib/invariant-error.js","../../../../../node_modules/next/dist/shared/lib/is-plain-object.js","../../../../../node_modules/next/dist/shared/lib/is-thenable.js","../../../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../../node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","../../../../../node_modules/next/dist/shared/lib/router/utils/app-paths.js","../../../../../node_modules/next/dist/shared/lib/router/utils/html-bots.js","../../../../../node_modules/next/dist/shared/lib/router/utils/is-bot.js","../../../../../node_modules/next/dist/shared/lib/segment.js","../../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../../node_modules/next/package.json","../../../../package.json","../../../chunks/1331.js","../../../chunks/3327.js","../../../chunks/7074.js","../../../chunks/7506.js","../../../chunks/9038.js","../../../webpack-runtime.js","page_client-reference-manifest.js"]}
 
1
+ {"version":1,"files":["../../../../../node_modules/next/dist/client/components/app-router-headers.js","../../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../../node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../../node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../../node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js","../../../../../node_modules/next/dist/lib/client-and-server-references.js","../../../../../node_modules/next/dist/lib/constants.js","../../../../../node_modules/next/dist/lib/interop-default.js","../../../../../node_modules/next/dist/lib/is-error.js","../../../../../node_modules/next/dist/lib/semver-noop.js","../../../../../node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/async-local-storage.js","../../../../../node_modules/next/dist/server/app-render/cache-signal.js","../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../../node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../../node_modules/next/dist/server/lib/cache-handlers/default.external.js","../../../../../node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../../node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../../node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../../node_modules/next/dist/server/lib/lru-cache.js","../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../../node_modules/next/dist/server/load-manifest.external.js","../../../../../node_modules/next/dist/server/response-cache/types.js","../../../../../node_modules/next/dist/shared/lib/deep-freeze.js","../../../../../node_modules/next/dist/shared/lib/invariant-error.js","../../../../../node_modules/next/dist/shared/lib/is-plain-object.js","../../../../../node_modules/next/dist/shared/lib/is-thenable.js","../../../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../../node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","../../../../../node_modules/next/dist/shared/lib/router/utils/app-paths.js","../../../../../node_modules/next/dist/shared/lib/router/utils/html-bots.js","../../../../../node_modules/next/dist/shared/lib/router/utils/is-bot.js","../../../../../node_modules/next/dist/shared/lib/segment.js","../../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../../node_modules/next/package.json","../../../../package.json","../../../chunks/2033.js","../../../chunks/3327.js","../../../chunks/3363.js","../../../chunks/4996.js","../../../chunks/7074.js","../../../chunks/7506.js","../../../webpack-runtime.js","page_client-reference-manifest.js"]}
.next/server/app/admin/login/page_client-reference-manifest.js CHANGED
@@ -1 +1 @@
1
- globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/admin/login/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"8103":{"*":{"id":"32583","name":"*","chunks":[],"async":false}},"9766":{"*":{"id":"77526","name":"*","chunks":[],"async":false}},"15278":{"*":{"id":"78922","name":"*","chunks":[],"async":false}},"16717":{"*":{"id":"8647","name":"*","chunks":[],"async":false}},"17989":{"*":{"id":"68495","name":"*","chunks":[],"async":false}},"24431":{"*":{"id":"12263","name":"*","chunks":[],"async":false}},"25782":{"*":{"id":"82016","name":"*","chunks":[],"async":false}},"33496":{"*":{"id":"65408","name":"*","chunks":[],"async":false}},"33540":{"*":{"id":"66137","name":"*","chunks":[],"async":false}},"43688":{"*":{"id":"31152","name":"*","chunks":[],"async":false}},"46131":{"*":{"id":"83133","name":"*","chunks":[],"async":false}},"57150":{"*":{"id":"54160","name":"*","chunks":[],"async":false}},"62112":{"*":{"id":"92130","name":"*","chunks":[],"async":false}},"63886":{"*":{"id":"75170","name":"*","chunks":[],"async":false}},"70240":{"*":{"id":"38502","name":"*","chunks":[],"async":false}},"75102":{"*":{"id":"17622","name":"*","chunks":[],"async":false}},"80622":{"*":{"id":"82146","name":"*","chunks":[],"async":false}},"81959":{"*":{"id":"31603","name":"*","chunks":[],"async":false}},"98124":{"*":{"id":"67600","name":"*","chunks":[],"async":false}},"98924":{"*":{"id":"29234","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/builtin/global-error.js":{"id":57150,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":57150,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/client-page.js":{"id":81959,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/client-page.js":{"id":81959,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/client-segment.js":{"id":17989,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/client-segment.js":{"id":17989,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":63886,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":63886,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/layout-router.js":{"id":9766,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/layout-router.js":{"id":9766,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/metadata/async-metadata.js":{"id":15278,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/metadata/async-metadata.js":{"id":15278,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/render-from-template-context.js":{"id":98924,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":98924,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/lib/framework/boundary-components.js":{"id":24431,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":24431,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":80622,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":80622,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/assets/globals.css":{"id":27408,"name":"*","chunks":["8001","static/chunks/8001-ab2328d010d9575c.js","4165","static/chunks/4165-2fd065a6c1436849.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-29b5b9c7b4063442.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/backend-status-banner/index.tsx":{"id":16717,"name":"*","chunks":["8001","static/chunks/8001-ab2328d010d9575c.js","4165","static/chunks/4165-2fd065a6c1436849.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-29b5b9c7b4063442.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/providers/tanstack-query-provider.tsx":{"id":46131,"name":"*","chunks":["8001","static/chunks/8001-ab2328d010d9575c.js","4165","static/chunks/4165-2fd065a6c1436849.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-29b5b9c7b4063442.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/providers/theme-provider.tsx":{"id":98124,"name":"*","chunks":["8001","static/chunks/8001-ab2328d010d9575c.js","4165","static/chunks/4165-2fd065a6c1436849.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-29b5b9c7b4063442.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/ui/sonner.tsx":{"id":70240,"name":"*","chunks":["8001","static/chunks/8001-ab2328d010d9575c.js","4165","static/chunks/4165-2fd065a6c1436849.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-29b5b9c7b4063442.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/font/google/target.css?{\"path\":\"app/layout.tsx\",\"import\":\"Inter\",\"arguments\":[{\"variable\":\"--font-inter-sans\",\"subsets\":[\"latin\"]}],\"variableName\":\"inter\"}":{"id":85568,"name":"*","chunks":["8001","static/chunks/8001-ab2328d010d9575c.js","4165","static/chunks/4165-2fd065a6c1436849.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-29b5b9c7b4063442.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/font/google/target.css?{\"path\":\"app/layout.tsx\",\"import\":\"PT_Sans\",\"arguments\":[{\"variable\":\"--font-ptSans-mono\",\"subsets\":[\"latin\"],\"weight\":[\"400\",\"700\"]}],\"variableName\":\"ptSans\"}":{"id":80231,"name":"*","chunks":["8001","static/chunks/8001-ab2328d010d9575c.js","4165","static/chunks/4165-2fd065a6c1436849.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-29b5b9c7b4063442.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/login/page.tsx":{"id":62112,"name":"*","chunks":["176","static/chunks/176-34e89399a26899a1.js","5794","static/chunks/5794-5775a6cba067d4b3.js","2116","static/chunks/app/admin/login/page-a7eefbd52df4052b.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/page-wrapper/index.tsx":{"id":43688,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/page.tsx":{"id":25782,"name":"*","chunks":["3698","static/chunks/app/admin/page-e3e066aac7f10383.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/register/page.tsx":{"id":75102,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/test-generation/page.tsx":{"id":8103,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/page.tsx":{"id":33540,"name":"*","chunks":["5948","static/chunks/06bf0ff1-3732841f0f86d47e.js","7003","static/chunks/14258b02-ed7689e3556981a7.js","4316","static/chunks/ad2866b8-e13a3cf75ccf0eb8.js","8001","static/chunks/8001-ab2328d010d9575c.js","176","static/chunks/176-34e89399a26899a1.js","1638","static/chunks/1638-9f12a086456f3362.js","7389","static/chunks/7389-d064efe9587fa357.js","8941","static/chunks/8941-5f6f2bbd260a64ae.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7483","static/chunks/7483-61c49a2b0ab708d3.js","4735","static/chunks/4735-317a40903cee3927.js","8784","static/chunks/8784-a70de7155a979c5e.js","536","static/chunks/536-59fd9fbb0b0a321e.js","7714","static/chunks/7714-9d63785ec81e1efe.js","2133","static/chunks/2133-7b64eac0902cb1d5.js","8974","static/chunks/app/page-0354c2adb620070f.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/w/[workspaceId]/projects/page.tsx":{"id":33496,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/Users/otto/Desktop/deepstudio/osw-studio-git/":[],"/Users/otto/Desktop/deepstudio/osw-studio-git/app/layout":[{"inlined":false,"path":"static/css/82f4473c79d5d55a.css"},{"inlined":false,"path":"static/css/1138060002beec9e.css"}],"/Users/otto/Desktop/deepstudio/osw-studio-git/app/page":[],"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/page":[],"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/login/page":[]},"rscModuleMapping":{"8103":{"*":{"id":"60940","name":"*","chunks":[],"async":false}},"9766":{"*":{"id":"6060","name":"*","chunks":[],"async":false}},"15278":{"*":{"id":"7184","name":"*","chunks":[],"async":false}},"16717":{"*":{"id":"69369","name":"*","chunks":[],"async":false}},"17989":{"*":{"id":"36893","name":"*","chunks":[],"async":false}},"24431":{"*":{"id":"73041","name":"*","chunks":[],"async":false}},"25782":{"*":{"id":"37734","name":"*","chunks":[],"async":false}},"27408":{"*":{"id":"94348","name":"*","chunks":[],"async":false}},"33496":{"*":{"id":"17498","name":"*","chunks":[],"async":false}},"33540":{"*":{"id":"17742","name":"*","chunks":[],"async":false}},"43688":{"*":{"id":"2054","name":"*","chunks":[],"async":false}},"46131":{"*":{"id":"69507","name":"*","chunks":[],"async":false}},"57150":{"*":{"id":"81170","name":"*","chunks":[],"async":false}},"62112":{"*":{"id":"7760","name":"*","chunks":[],"async":false}},"63886":{"*":{"id":"89748","name":"*","chunks":[],"async":false}},"70240":{"*":{"id":"20656","name":"*","chunks":[],"async":false}},"75102":{"*":{"id":"3716","name":"*","chunks":[],"async":false}},"80622":{"*":{"id":"51384","name":"*","chunks":[],"async":false}},"81959":{"*":{"id":"23597","name":"*","chunks":[],"async":false}},"98124":{"*":{"id":"26262","name":"*","chunks":[],"async":false}},"98924":{"*":{"id":"69576","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}}
 
1
+ globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/admin/login/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"8103":{"*":{"id":"32583","name":"*","chunks":[],"async":false}},"9766":{"*":{"id":"77526","name":"*","chunks":[],"async":false}},"15278":{"*":{"id":"78922","name":"*","chunks":[],"async":false}},"16717":{"*":{"id":"8647","name":"*","chunks":[],"async":false}},"17989":{"*":{"id":"68495","name":"*","chunks":[],"async":false}},"18720":{"*":{"id":"42830","name":"*","chunks":[],"async":false}},"24431":{"*":{"id":"12263","name":"*","chunks":[],"async":false}},"25782":{"*":{"id":"82016","name":"*","chunks":[],"async":false}},"33496":{"*":{"id":"65408","name":"*","chunks":[],"async":false}},"43688":{"*":{"id":"31152","name":"*","chunks":[],"async":false}},"46131":{"*":{"id":"83133","name":"*","chunks":[],"async":false}},"57150":{"*":{"id":"54160","name":"*","chunks":[],"async":false}},"62112":{"*":{"id":"92130","name":"*","chunks":[],"async":false}},"63886":{"*":{"id":"75170","name":"*","chunks":[],"async":false}},"70240":{"*":{"id":"38502","name":"*","chunks":[],"async":false}},"75102":{"*":{"id":"17622","name":"*","chunks":[],"async":false}},"80622":{"*":{"id":"82146","name":"*","chunks":[],"async":false}},"81959":{"*":{"id":"31603","name":"*","chunks":[],"async":false}},"86807":{"*":{"id":"74034","name":"*","chunks":[],"async":false}},"98124":{"*":{"id":"67600","name":"*","chunks":[],"async":false}},"98924":{"*":{"id":"29234","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/builtin/global-error.js":{"id":57150,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":57150,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/client-page.js":{"id":81959,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/client-page.js":{"id":81959,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/client-segment.js":{"id":17989,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/client-segment.js":{"id":17989,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":63886,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":63886,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/layout-router.js":{"id":9766,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/layout-router.js":{"id":9766,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/metadata/async-metadata.js":{"id":15278,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/metadata/async-metadata.js":{"id":15278,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/render-from-template-context.js":{"id":98924,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":98924,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/lib/framework/boundary-components.js":{"id":24431,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":24431,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":80622,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":80622,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/assets/globals.css":{"id":27408,"name":"*","chunks":["8720","static/chunks/8720-6c3c0c904bca3f2e.js","4156","static/chunks/4156-321b7a8c31fe95b6.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-e6b6991471e946a3.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/backend-status-banner/index.tsx":{"id":16717,"name":"*","chunks":["8720","static/chunks/8720-6c3c0c904bca3f2e.js","4156","static/chunks/4156-321b7a8c31fe95b6.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-e6b6991471e946a3.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/providers/tanstack-query-provider.tsx":{"id":46131,"name":"*","chunks":["8720","static/chunks/8720-6c3c0c904bca3f2e.js","4156","static/chunks/4156-321b7a8c31fe95b6.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-e6b6991471e946a3.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/providers/theme-provider.tsx":{"id":98124,"name":"*","chunks":["8720","static/chunks/8720-6c3c0c904bca3f2e.js","4156","static/chunks/4156-321b7a8c31fe95b6.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-e6b6991471e946a3.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/ui/sonner.tsx":{"id":70240,"name":"*","chunks":["8720","static/chunks/8720-6c3c0c904bca3f2e.js","4156","static/chunks/4156-321b7a8c31fe95b6.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-e6b6991471e946a3.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/font/google/target.css?{\"path\":\"app/layout.tsx\",\"import\":\"Inter\",\"arguments\":[{\"variable\":\"--font-inter-sans\",\"subsets\":[\"latin\"]}],\"variableName\":\"inter\"}":{"id":85568,"name":"*","chunks":["8720","static/chunks/8720-6c3c0c904bca3f2e.js","4156","static/chunks/4156-321b7a8c31fe95b6.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-e6b6991471e946a3.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/font/google/target.css?{\"path\":\"app/layout.tsx\",\"import\":\"PT_Sans\",\"arguments\":[{\"variable\":\"--font-ptSans-mono\",\"subsets\":[\"latin\"],\"weight\":[\"400\",\"700\"]}],\"variableName\":\"ptSans\"}":{"id":80231,"name":"*","chunks":["8720","static/chunks/8720-6c3c0c904bca3f2e.js","4156","static/chunks/4156-321b7a8c31fe95b6.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-e6b6991471e946a3.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/sonner/dist/index.mjs":{"id":18720,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/page.tsx":{"id":25782,"name":"*","chunks":["3698","static/chunks/app/admin/page-e3e066aac7f10383.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/login/page.tsx":{"id":62112,"name":"*","chunks":["176","static/chunks/176-34e89399a26899a1.js","5794","static/chunks/5794-5775a6cba067d4b3.js","2116","static/chunks/app/admin/login/page-97a3f8815347798e.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/register/page.tsx":{"id":75102,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/page-wrapper/index.tsx":{"id":43688,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/page.tsx":{"id":86807,"name":"*","chunks":["5948","static/chunks/06bf0ff1-3732841f0f86d47e.js","7003","static/chunks/14258b02-ed7689e3556981a7.js","4316","static/chunks/ad2866b8-e13a3cf75ccf0eb8.js","8720","static/chunks/8720-6c3c0c904bca3f2e.js","176","static/chunks/176-34e89399a26899a1.js","7543","static/chunks/7543-50a94862c006ca07.js","7389","static/chunks/7389-d064efe9587fa357.js","8941","static/chunks/8941-5f6f2bbd260a64ae.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7483","static/chunks/7483-f07a06bb00bfffea.js","4735","static/chunks/4735-317a40903cee3927.js","8784","static/chunks/8784-a70de7155a979c5e.js","536","static/chunks/536-59fd9fbb0b0a321e.js","7714","static/chunks/7714-f0a155d98ed994f5.js","8238","static/chunks/8238-79d46861a211a0d5.js","8974","static/chunks/app/page-c77a30bec88016f7.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/test-generation/page.tsx":{"id":8103,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/w/[workspaceId]/projects/page.tsx":{"id":33496,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/Users/otto/Desktop/deepstudio/osw-studio-git/":[],"/Users/otto/Desktop/deepstudio/osw-studio-git/app/layout":[{"inlined":false,"path":"static/css/82f4473c79d5d55a.css"},{"inlined":false,"path":"static/css/1138060002beec9e.css"}],"/Users/otto/Desktop/deepstudio/osw-studio-git/app/page":[],"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/page":[],"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/login/page":[]},"rscModuleMapping":{"8103":{"*":{"id":"60940","name":"*","chunks":[],"async":false}},"9766":{"*":{"id":"6060","name":"*","chunks":[],"async":false}},"15278":{"*":{"id":"7184","name":"*","chunks":[],"async":false}},"16717":{"*":{"id":"69369","name":"*","chunks":[],"async":false}},"17989":{"*":{"id":"36893","name":"*","chunks":[],"async":false}},"18720":{"*":{"id":"16076","name":"*","chunks":[],"async":false}},"24431":{"*":{"id":"73041","name":"*","chunks":[],"async":false}},"25782":{"*":{"id":"37734","name":"*","chunks":[],"async":false}},"27408":{"*":{"id":"94348","name":"*","chunks":[],"async":false}},"33496":{"*":{"id":"17498","name":"*","chunks":[],"async":false}},"43688":{"*":{"id":"2054","name":"*","chunks":[],"async":false}},"46131":{"*":{"id":"69507","name":"*","chunks":[],"async":false}},"57150":{"*":{"id":"81170","name":"*","chunks":[],"async":false}},"62112":{"*":{"id":"7760","name":"*","chunks":[],"async":false}},"63886":{"*":{"id":"89748","name":"*","chunks":[],"async":false}},"70240":{"*":{"id":"20656","name":"*","chunks":[],"async":false}},"75102":{"*":{"id":"3716","name":"*","chunks":[],"async":false}},"80622":{"*":{"id":"51384","name":"*","chunks":[],"async":false}},"81959":{"*":{"id":"23597","name":"*","chunks":[],"async":false}},"86807":{"*":{"id":"17742","name":"*","chunks":[],"async":false}},"98124":{"*":{"id":"26262","name":"*","chunks":[],"async":false}},"98924":{"*":{"id":"69576","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}}
.next/server/app/admin/page.js CHANGED
@@ -1,2 +1,2 @@
1
  (()=>{var a={};a.id=3698,a.ids=[3698],a.modules={261:a=>{"use strict";a.exports=require("next/dist/shared/lib/router/utils/app-paths")},3295:a=>{"use strict";a.exports=require("next/dist/server/app-render/after-task-async-storage.external.js")},8521:(a,b,c)=>{Promise.resolve().then(c.bind(c,82016))},10024:(a,b,c)=>{"use strict";c.r(b),c.d(b,{GlobalError:()=>D.a,__next_app__:()=>J,handler:()=>L,pages:()=>I,routeModule:()=>K,tree:()=>H});var d=c(49754),e=c(9117),f=c(46595),g=c(32324),h=c(39326),i=c(38928),j=c(20175),k=c(12),l=c(54290),m=c(12696),n=c(82802),o=c(77533),p=c(45229),q=c(32822),r=c(261),s=c(26453),t=c(52474),u=c(26713),v=c(51356),w=c(62685),x=c(36225),y=c(63446),z=c(2762),A=c(45742),B=c(86439),C=c(81170),D=c.n(C),E=c(62506),F=c(91203),G={};for(let a in E)0>["default","tree","pages","GlobalError","__next_app__","routeModule","handler"].indexOf(a)&&(G[a]=()=>E[a]);c.d(b,G);let H={children:["",{children:["admin",{children:["__PAGE__",{},{page:[()=>Promise.resolve().then(c.bind(c,37734)),"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/page.tsx"]}]},{}]},{layout:[()=>Promise.resolve().then(c.bind(c,16953)),"/Users/otto/Desktop/deepstudio/osw-studio-git/app/layout.tsx"],"global-error":[()=>Promise.resolve().then(c.t.bind(c,81170,23)),"next/dist/client/components/builtin/global-error.js"],"not-found":[()=>Promise.resolve().then(c.t.bind(c,87028,23)),"next/dist/client/components/builtin/not-found.js"],forbidden:[()=>Promise.resolve().then(c.t.bind(c,90461,23)),"next/dist/client/components/builtin/forbidden.js"],unauthorized:[()=>Promise.resolve().then(c.t.bind(c,32768,23)),"next/dist/client/components/builtin/unauthorized.js"]}]}.children,I=["/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/page.tsx"],J={require:c,loadChunk:()=>Promise.resolve()},K=new d.AppPageRouteModule({definition:{kind:e.RouteKind.APP_PAGE,page:"/admin/page",pathname:"/admin",bundlePath:"",filename:"",appPaths:[]},userland:{loaderTree:H},distDir:".next",relativeProjectDir:""});async function L(a,b,d){var C;let G="/admin/page";"/index"===G&&(G="/");let M=(0,h.getRequestMeta)(a,"postponed"),N=(0,h.getRequestMeta)(a,"minimalMode"),O=await K.prepare(a,b,{srcPage:G,multiZoneDraftMode:!1});if(!O)return b.statusCode=400,b.end("Bad Request"),null==d.waitUntil||d.waitUntil.call(d,Promise.resolve()),null;let{buildId:P,query:Q,params:R,parsedUrl:S,pageIsDynamic:T,buildManifest:U,nextFontManifest:V,reactLoadableManifest:W,serverActionsManifest:X,clientReferenceManifest:Y,subresourceIntegrityManifest:Z,prerenderManifest:$,isDraftMode:_,resolvedPathname:aa,revalidateOnlyGenerated:ab,routerServerContext:ac,nextConfig:ad,interceptionRoutePatterns:ae}=O,af=S.pathname||"/",ag=(0,r.normalizeAppPath)(G),{isOnDemandRevalidate:ah}=O,ai=K.match(af,$),aj=!!$.routes[aa],ak=!!(ai||aj||$.routes[ag]),al=a.headers["user-agent"]||"",am=(0,u.getBotType)(al),an=(0,p.isHtmlBotRequest)(a),ao=(0,h.getRequestMeta)(a,"isPrefetchRSCRequest")??"1"===a.headers[t.NEXT_ROUTER_PREFETCH_HEADER],ap=(0,h.getRequestMeta)(a,"isRSCRequest")??!!a.headers[t.RSC_HEADER],aq=(0,s.getIsPossibleServerAction)(a),ar=(0,m.checkIsAppPPREnabled)(ad.experimental.ppr)&&(null==(C=$.routes[ag]??$.dynamicRoutes[ag])?void 0:C.renderingMode)==="PARTIALLY_STATIC",as=!1,at=!1,au=ar?M:void 0,av=ar&&ap&&!ao,aw=(0,h.getRequestMeta)(a,"segmentPrefetchRSCRequest"),ax=!al||(0,p.shouldServeStreamingMetadata)(al,ad.htmlLimitedBots);an&&ar&&(ak=!1,ax=!1);let ay=!0===K.isDev||!ak||"string"==typeof M||av,az=an&&ar,aA=null;_||!ak||ay||aq||au||av||(aA=aa);let aB=aA;!aB&&K.isDev&&(aB=aa),K.isDev||_||!ak||!ap||av||(0,k.d)(a.headers);let aC={...E,tree:H,pages:I,GlobalError:D(),handler:L,routeModule:K,__next_app__:J};X&&Y&&(0,o.setReferenceManifestsSingleton)({page:G,clientReferenceManifest:Y,serverActionsManifest:X,serverModuleMap:(0,q.createServerModuleMap)({serverActionsManifest:X})});let aD=a.method||"GET",aE=(0,g.getTracer)(),aF=aE.getActiveScopeSpan();try{let f=K.getVaryHeader(aa,ae);b.setHeader("Vary",f);let k=async(c,d)=>{let e=new l.NodeNextRequest(a),f=new l.NodeNextResponse(b);return K.render(e,f,d).finally(()=>{if(!c)return;c.setAttributes({"http.status_code":b.statusCode,"next.rsc":!1});let d=aE.getRootSpanAttributes();if(!d)return;if(d.get("next.span_type")!==i.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${d.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let e=d.get("next.route");if(e){let a=`${aD} ${e}`;c.setAttributes({"next.route":e,"http.route":e,"next.span_name":a}),c.updateName(a)}else c.updateName(`${aD} ${a.url}`)})},m=async({span:e,postponed:f,fallbackRouteParams:g})=>{let i={query:Q,params:R,page:ag,sharedContext:{buildId:P},serverComponentsHmrCache:(0,h.getRequestMeta)(a,"serverComponentsHmrCache"),fallbackRouteParams:g,renderOpts:{App:()=>null,Document:()=>null,pageConfig:{},ComponentMod:aC,Component:(0,j.T)(aC),params:R,routeModule:K,page:G,postponed:f,shouldWaitOnAllReady:az,serveStreamingMetadata:ax,supportsDynamicResponse:"string"==typeof f||ay,buildManifest:U,nextFontManifest:V,reactLoadableManifest:W,subresourceIntegrityManifest:Z,serverActionsManifest:X,clientReferenceManifest:Y,setIsrStatus:null==ac?void 0:ac.setIsrStatus,dir:c(33873).join(process.cwd(),K.relativeProjectDir),isDraftMode:_,isRevalidate:ak&&!f&&!av,botType:am,isOnDemandRevalidate:ah,isPossibleServerAction:aq,assetPrefix:ad.assetPrefix,nextConfigOutput:ad.output,crossOrigin:ad.crossOrigin,trailingSlash:ad.trailingSlash,previewProps:$.preview,deploymentId:ad.deploymentId,enableTainting:ad.experimental.taint,htmlLimitedBots:ad.htmlLimitedBots,devtoolSegmentExplorer:ad.experimental.devtoolSegmentExplorer,reactMaxHeadersLength:ad.reactMaxHeadersLength,multiZoneDraftMode:!1,incrementalCache:(0,h.getRequestMeta)(a,"incrementalCache"),cacheLifeProfiles:ad.experimental.cacheLife,basePath:ad.basePath,serverActions:ad.experimental.serverActions,...as?{nextExport:!0,supportsDynamicResponse:!1,isStaticGeneration:!0,isRevalidate:!0,isDebugDynamicAccesses:as}:{},experimental:{isRoutePPREnabled:ar,expireTime:ad.expireTime,staleTimes:ad.experimental.staleTimes,cacheComponents:!!ad.experimental.cacheComponents,clientSegmentCache:!!ad.experimental.clientSegmentCache,clientParamParsing:!!ad.experimental.clientParamParsing,dynamicOnHover:!!ad.experimental.dynamicOnHover,inlineCss:!!ad.experimental.inlineCss,authInterrupts:!!ad.experimental.authInterrupts,clientTraceMetadata:ad.experimental.clientTraceMetadata||[]},waitUntil:d.waitUntil,onClose:a=>{b.on("close",a)},onAfterTaskError:()=>{},onInstrumentationRequestError:(b,c,d)=>K.onRequestError(a,b,d,ac),err:(0,h.getRequestMeta)(a,"invokeError"),dev:K.isDev}},l=await k(e,i),{metadata:m}=l,{cacheControl:n,headers:o={},fetchTags:p}=m;if(p&&(o[y.NEXT_CACHE_TAGS_HEADER]=p),a.fetchMetrics=m.fetchMetrics,ak&&(null==n?void 0:n.revalidate)===0&&!K.isDev&&!ar){let a=m.staticBailoutInfo,b=Object.defineProperty(Error(`Page changed from static to dynamic at runtime ${aa}${(null==a?void 0:a.description)?`, reason: ${a.description}`:""}
2
- see more here https://nextjs.org/docs/messages/app-static-to-dynamic-error`),"__NEXT_ERROR_CODE",{value:"E132",enumerable:!1,configurable:!0});if(null==a?void 0:a.stack){let c=a.stack;b.stack=b.message+c.substring(c.indexOf("\n"))}throw b}return{value:{kind:v.CachedRouteKind.APP_PAGE,html:l,headers:o,rscData:m.flightData,postponed:m.postponed,status:m.statusCode,segmentData:m.segmentData},cacheControl:n}},o=async({hasResolved:c,previousCacheEntry:f,isRevalidating:g,span:i})=>{let j,k=!1===K.isDev,l=c||b.writableEnded;if(ah&&ab&&!f&&!N)return(null==ac?void 0:ac.render404)?await ac.render404(a,b):(b.statusCode=404,b.end("This page could not be found")),null;if(ai&&(j=(0,w.parseFallbackField)(ai.fallback)),j===w.FallbackMode.PRERENDER&&(0,u.isBot)(al)&&(!ar||an)&&(j=w.FallbackMode.BLOCKING_STATIC_RENDER),(null==f?void 0:f.isStale)===-1&&(ah=!0),ah&&(j!==w.FallbackMode.NOT_FOUND||f)&&(j=w.FallbackMode.BLOCKING_STATIC_RENDER),!N&&j!==w.FallbackMode.BLOCKING_STATIC_RENDER&&aB&&!l&&!_&&T&&(k||!aj)){let b;if((k||ai)&&j===w.FallbackMode.NOT_FOUND)throw new B.NoFallbackError;if(ar&&!ap){let c="string"==typeof(null==ai?void 0:ai.fallback)?ai.fallback:k?ag:null;if(b=await K.handleResponse({cacheKey:c,req:a,nextConfig:ad,routeKind:e.RouteKind.APP_PAGE,isFallback:!0,prerenderManifest:$,isRoutePPREnabled:ar,responseGenerator:async()=>m({span:i,postponed:void 0,fallbackRouteParams:k||at?(0,n.u)(ag):null}),waitUntil:d.waitUntil}),null===b)return null;if(b)return delete b.cacheControl,b}}let o=ah||g||!au?void 0:au;if(as&&void 0!==o)return{cacheControl:{revalidate:1,expire:void 0},value:{kind:v.CachedRouteKind.PAGES,html:x.default.EMPTY,pageData:{},headers:void 0,status:void 0}};let p=T&&ar&&((0,h.getRequestMeta)(a,"renderFallbackShell")||at)?(0,n.u)(af):null;return m({span:i,postponed:o,fallbackRouteParams:p})},p=async c=>{var f,g,i,j,k;let l,n=await K.handleResponse({cacheKey:aA,responseGenerator:a=>o({span:c,...a}),routeKind:e.RouteKind.APP_PAGE,isOnDemandRevalidate:ah,isRoutePPREnabled:ar,req:a,nextConfig:ad,prerenderManifest:$,waitUntil:d.waitUntil});if(_&&b.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate"),K.isDev&&b.setHeader("Cache-Control","no-store, must-revalidate"),!n){if(aA)throw Object.defineProperty(Error("invariant: cache entry required but not generated"),"__NEXT_ERROR_CODE",{value:"E62",enumerable:!1,configurable:!0});return null}if((null==(f=n.value)?void 0:f.kind)!==v.CachedRouteKind.APP_PAGE)throw Object.defineProperty(Error(`Invariant app-page handler received invalid cache entry ${null==(i=n.value)?void 0:i.kind}`),"__NEXT_ERROR_CODE",{value:"E707",enumerable:!1,configurable:!0});let p="string"==typeof n.value.postponed;ak&&!av&&(!p||ao)&&(N||b.setHeader("x-nextjs-cache",ah?"REVALIDATED":n.isMiss?"MISS":n.isStale?"STALE":"HIT"),b.setHeader(t.NEXT_IS_PRERENDER_HEADER,"1"));let{value:q}=n;if(au)l={revalidate:0,expire:void 0};else if(N&&ap&&!ao&&ar)l={revalidate:0,expire:void 0};else if(!K.isDev)if(_)l={revalidate:0,expire:void 0};else if(ak){if(n.cacheControl)if("number"==typeof n.cacheControl.revalidate){if(n.cacheControl.revalidate<1)throw Object.defineProperty(Error(`Invalid revalidate configuration provided: ${n.cacheControl.revalidate} < 1`),"__NEXT_ERROR_CODE",{value:"E22",enumerable:!1,configurable:!0});l={revalidate:n.cacheControl.revalidate,expire:(null==(j=n.cacheControl)?void 0:j.expire)??ad.expireTime}}else l={revalidate:y.CACHE_ONE_YEAR,expire:void 0}}else b.getHeader("Cache-Control")||(l={revalidate:0,expire:void 0});if(n.cacheControl=l,"string"==typeof aw&&(null==q?void 0:q.kind)===v.CachedRouteKind.APP_PAGE&&q.segmentData){b.setHeader(t.NEXT_DID_POSTPONE_HEADER,"2");let c=null==(k=q.headers)?void 0:k[y.NEXT_CACHE_TAGS_HEADER];N&&ak&&c&&"string"==typeof c&&b.setHeader(y.NEXT_CACHE_TAGS_HEADER,c);let d=q.segmentData.get(aw);return void 0!==d?(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:x.default.fromStatic(d,t.RSC_CONTENT_TYPE_HEADER),cacheControl:n.cacheControl}):(b.statusCode=204,(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:x.default.EMPTY,cacheControl:n.cacheControl}))}let r=(0,h.getRequestMeta)(a,"onCacheEntry");if(r&&await r({...n,value:{...n.value,kind:"PAGE"}},{url:(0,h.getRequestMeta)(a,"initURL")}))return null;if(p&&au)throw Object.defineProperty(Error("Invariant: postponed state should not be present on a resume request"),"__NEXT_ERROR_CODE",{value:"E396",enumerable:!1,configurable:!0});if(q.headers){let a={...q.headers};for(let[c,d]of(N&&ak||delete a[y.NEXT_CACHE_TAGS_HEADER],Object.entries(a)))if(void 0!==d)if(Array.isArray(d))for(let a of d)b.appendHeader(c,a);else"number"==typeof d&&(d=d.toString()),b.appendHeader(c,d)}let s=null==(g=q.headers)?void 0:g[y.NEXT_CACHE_TAGS_HEADER];if(N&&ak&&s&&"string"==typeof s&&b.setHeader(y.NEXT_CACHE_TAGS_HEADER,s),!q.status||ap&&ar||(b.statusCode=q.status),!N&&q.status&&F.RedirectStatusCode[q.status]&&ap&&(b.statusCode=200),p&&b.setHeader(t.NEXT_DID_POSTPONE_HEADER,"1"),ap&&!_){if(void 0===q.rscData){if(q.postponed)throw Object.defineProperty(Error("Invariant: Expected postponed to be undefined"),"__NEXT_ERROR_CODE",{value:"E372",enumerable:!1,configurable:!0});return(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:q.html,cacheControl:av?{revalidate:0,expire:void 0}:n.cacheControl})}return(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:x.default.fromStatic(q.rscData,t.RSC_CONTENT_TYPE_HEADER),cacheControl:n.cacheControl})}let u=q.html;if(!p||N||ap)return(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:u,cacheControl:n.cacheControl});if(as)return u.push(new ReadableStream({start(a){a.enqueue(z.ENCODED_TAGS.CLOSED.BODY_AND_HTML),a.close()}})),(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:u,cacheControl:{revalidate:0,expire:void 0}});let w=new TransformStream;return u.push(w.readable),m({span:c,postponed:q.postponed,fallbackRouteParams:null}).then(async a=>{var b,c;if(!a)throw Object.defineProperty(Error("Invariant: expected a result to be returned"),"__NEXT_ERROR_CODE",{value:"E463",enumerable:!1,configurable:!0});if((null==(b=a.value)?void 0:b.kind)!==v.CachedRouteKind.APP_PAGE)throw Object.defineProperty(Error(`Invariant: expected a page response, got ${null==(c=a.value)?void 0:c.kind}`),"__NEXT_ERROR_CODE",{value:"E305",enumerable:!1,configurable:!0});await a.value.html.pipeTo(w.writable)}).catch(a=>{w.writable.abort(a).catch(a=>{console.error("couldn't abort transformer",a)})}),(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:u,cacheControl:{revalidate:0,expire:void 0}})};if(!aF)return await aE.withPropagatedContext(a.headers,()=>aE.trace(i.BaseServerSpan.handleRequest,{spanName:`${aD} ${a.url}`,kind:g.SpanKind.SERVER,attributes:{"http.method":aD,"http.target":a.url}},p));await p(aF)}catch(b){throw b instanceof B.NoFallbackError||await K.onRequestError(a,b,{routerKind:"App Router",routePath:G,routeType:"render",revalidateReason:(0,f.c)({isRevalidate:ak,isOnDemandRevalidate:ah})},ac),b}}},10846:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},18249:(a,b,c)=>{Promise.resolve().then(c.bind(c,37734))},19121:a=>{"use strict";a.exports=require("next/dist/server/app-render/action-async-storage.external.js")},26713:a=>{"use strict";a.exports=require("next/dist/shared/lib/router/utils/is-bot")},28354:a=>{"use strict";a.exports=require("util")},29294:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-async-storage.external.js")},33873:a=>{"use strict";a.exports=require("path")},37734:(a,b,c)=>{"use strict";c.r(b),c.d(b,{default:()=>d});let d=(0,c(97954).registerClientReference)(function(){throw Error("Attempted to call the default export of \"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/page.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.")},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/page.tsx","default")},41025:a=>{"use strict";a.exports=require("next/dist/server/app-render/dynamic-access-async-storage.external.js")},42378:(a,b,c)=>{"use strict";var d=c(91330);c.o(d,"useParams")&&c.d(b,{useParams:function(){return d.useParams}}),c.o(d,"usePathname")&&c.d(b,{usePathname:function(){return d.usePathname}}),c.o(d,"useRouter")&&c.d(b,{useRouter:function(){return d.useRouter}}),c.o(d,"useSearchParams")&&c.d(b,{useSearchParams:function(){return d.useSearchParams}})},63033:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},82016:(a,b,c)=>{"use strict";c.r(b),c.d(b,{default:()=>f});var d=c(21124);c(38301);var e=c(42378);function f(){return(0,e.useRouter)(),(0,d.jsx)("div",{className:"min-h-screen flex items-center justify-center bg-[#0a0a0a]",children:(0,d.jsx)("p",{className:"text-zinc-400",children:"Redirecting..."})})}},86439:a=>{"use strict";a.exports=require("next/dist/shared/lib/no-fallback-error.external")}};var b=require("../../webpack-runtime.js");b.C(a);var c=b.X(0,[1331,9038,3327],()=>b(b.s=10024));module.exports=c})();
 
1
  (()=>{var a={};a.id=3698,a.ids=[3698],a.modules={261:a=>{"use strict";a.exports=require("next/dist/shared/lib/router/utils/app-paths")},3295:a=>{"use strict";a.exports=require("next/dist/server/app-render/after-task-async-storage.external.js")},8521:(a,b,c)=>{Promise.resolve().then(c.bind(c,82016))},10024:(a,b,c)=>{"use strict";c.r(b),c.d(b,{GlobalError:()=>D.a,__next_app__:()=>J,handler:()=>L,pages:()=>I,routeModule:()=>K,tree:()=>H});var d=c(49754),e=c(9117),f=c(46595),g=c(32324),h=c(39326),i=c(38928),j=c(20175),k=c(12),l=c(54290),m=c(12696),n=c(82802),o=c(77533),p=c(45229),q=c(32822),r=c(261),s=c(26453),t=c(52474),u=c(26713),v=c(51356),w=c(62685),x=c(36225),y=c(63446),z=c(2762),A=c(45742),B=c(86439),C=c(81170),D=c.n(C),E=c(62506),F=c(91203),G={};for(let a in E)0>["default","tree","pages","GlobalError","__next_app__","routeModule","handler"].indexOf(a)&&(G[a]=()=>E[a]);c.d(b,G);let H={children:["",{children:["admin",{children:["__PAGE__",{},{page:[()=>Promise.resolve().then(c.bind(c,37734)),"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/page.tsx"]}]},{}]},{layout:[()=>Promise.resolve().then(c.bind(c,16953)),"/Users/otto/Desktop/deepstudio/osw-studio-git/app/layout.tsx"],"global-error":[()=>Promise.resolve().then(c.t.bind(c,81170,23)),"next/dist/client/components/builtin/global-error.js"],"not-found":[()=>Promise.resolve().then(c.t.bind(c,87028,23)),"next/dist/client/components/builtin/not-found.js"],forbidden:[()=>Promise.resolve().then(c.t.bind(c,90461,23)),"next/dist/client/components/builtin/forbidden.js"],unauthorized:[()=>Promise.resolve().then(c.t.bind(c,32768,23)),"next/dist/client/components/builtin/unauthorized.js"]}]}.children,I=["/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/page.tsx"],J={require:c,loadChunk:()=>Promise.resolve()},K=new d.AppPageRouteModule({definition:{kind:e.RouteKind.APP_PAGE,page:"/admin/page",pathname:"/admin",bundlePath:"",filename:"",appPaths:[]},userland:{loaderTree:H},distDir:".next",relativeProjectDir:""});async function L(a,b,d){var C;let G="/admin/page";"/index"===G&&(G="/");let M=(0,h.getRequestMeta)(a,"postponed"),N=(0,h.getRequestMeta)(a,"minimalMode"),O=await K.prepare(a,b,{srcPage:G,multiZoneDraftMode:!1});if(!O)return b.statusCode=400,b.end("Bad Request"),null==d.waitUntil||d.waitUntil.call(d,Promise.resolve()),null;let{buildId:P,query:Q,params:R,parsedUrl:S,pageIsDynamic:T,buildManifest:U,nextFontManifest:V,reactLoadableManifest:W,serverActionsManifest:X,clientReferenceManifest:Y,subresourceIntegrityManifest:Z,prerenderManifest:$,isDraftMode:_,resolvedPathname:aa,revalidateOnlyGenerated:ab,routerServerContext:ac,nextConfig:ad,interceptionRoutePatterns:ae}=O,af=S.pathname||"/",ag=(0,r.normalizeAppPath)(G),{isOnDemandRevalidate:ah}=O,ai=K.match(af,$),aj=!!$.routes[aa],ak=!!(ai||aj||$.routes[ag]),al=a.headers["user-agent"]||"",am=(0,u.getBotType)(al),an=(0,p.isHtmlBotRequest)(a),ao=(0,h.getRequestMeta)(a,"isPrefetchRSCRequest")??"1"===a.headers[t.NEXT_ROUTER_PREFETCH_HEADER],ap=(0,h.getRequestMeta)(a,"isRSCRequest")??!!a.headers[t.RSC_HEADER],aq=(0,s.getIsPossibleServerAction)(a),ar=(0,m.checkIsAppPPREnabled)(ad.experimental.ppr)&&(null==(C=$.routes[ag]??$.dynamicRoutes[ag])?void 0:C.renderingMode)==="PARTIALLY_STATIC",as=!1,at=!1,au=ar?M:void 0,av=ar&&ap&&!ao,aw=(0,h.getRequestMeta)(a,"segmentPrefetchRSCRequest"),ax=!al||(0,p.shouldServeStreamingMetadata)(al,ad.htmlLimitedBots);an&&ar&&(ak=!1,ax=!1);let ay=!0===K.isDev||!ak||"string"==typeof M||av,az=an&&ar,aA=null;_||!ak||ay||aq||au||av||(aA=aa);let aB=aA;!aB&&K.isDev&&(aB=aa),K.isDev||_||!ak||!ap||av||(0,k.d)(a.headers);let aC={...E,tree:H,pages:I,GlobalError:D(),handler:L,routeModule:K,__next_app__:J};X&&Y&&(0,o.setReferenceManifestsSingleton)({page:G,clientReferenceManifest:Y,serverActionsManifest:X,serverModuleMap:(0,q.createServerModuleMap)({serverActionsManifest:X})});let aD=a.method||"GET",aE=(0,g.getTracer)(),aF=aE.getActiveScopeSpan();try{let f=K.getVaryHeader(aa,ae);b.setHeader("Vary",f);let k=async(c,d)=>{let e=new l.NodeNextRequest(a),f=new l.NodeNextResponse(b);return K.render(e,f,d).finally(()=>{if(!c)return;c.setAttributes({"http.status_code":b.statusCode,"next.rsc":!1});let d=aE.getRootSpanAttributes();if(!d)return;if(d.get("next.span_type")!==i.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${d.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let e=d.get("next.route");if(e){let a=`${aD} ${e}`;c.setAttributes({"next.route":e,"http.route":e,"next.span_name":a}),c.updateName(a)}else c.updateName(`${aD} ${a.url}`)})},m=async({span:e,postponed:f,fallbackRouteParams:g})=>{let i={query:Q,params:R,page:ag,sharedContext:{buildId:P},serverComponentsHmrCache:(0,h.getRequestMeta)(a,"serverComponentsHmrCache"),fallbackRouteParams:g,renderOpts:{App:()=>null,Document:()=>null,pageConfig:{},ComponentMod:aC,Component:(0,j.T)(aC),params:R,routeModule:K,page:G,postponed:f,shouldWaitOnAllReady:az,serveStreamingMetadata:ax,supportsDynamicResponse:"string"==typeof f||ay,buildManifest:U,nextFontManifest:V,reactLoadableManifest:W,subresourceIntegrityManifest:Z,serverActionsManifest:X,clientReferenceManifest:Y,setIsrStatus:null==ac?void 0:ac.setIsrStatus,dir:c(33873).join(process.cwd(),K.relativeProjectDir),isDraftMode:_,isRevalidate:ak&&!f&&!av,botType:am,isOnDemandRevalidate:ah,isPossibleServerAction:aq,assetPrefix:ad.assetPrefix,nextConfigOutput:ad.output,crossOrigin:ad.crossOrigin,trailingSlash:ad.trailingSlash,previewProps:$.preview,deploymentId:ad.deploymentId,enableTainting:ad.experimental.taint,htmlLimitedBots:ad.htmlLimitedBots,devtoolSegmentExplorer:ad.experimental.devtoolSegmentExplorer,reactMaxHeadersLength:ad.reactMaxHeadersLength,multiZoneDraftMode:!1,incrementalCache:(0,h.getRequestMeta)(a,"incrementalCache"),cacheLifeProfiles:ad.experimental.cacheLife,basePath:ad.basePath,serverActions:ad.experimental.serverActions,...as?{nextExport:!0,supportsDynamicResponse:!1,isStaticGeneration:!0,isRevalidate:!0,isDebugDynamicAccesses:as}:{},experimental:{isRoutePPREnabled:ar,expireTime:ad.expireTime,staleTimes:ad.experimental.staleTimes,cacheComponents:!!ad.experimental.cacheComponents,clientSegmentCache:!!ad.experimental.clientSegmentCache,clientParamParsing:!!ad.experimental.clientParamParsing,dynamicOnHover:!!ad.experimental.dynamicOnHover,inlineCss:!!ad.experimental.inlineCss,authInterrupts:!!ad.experimental.authInterrupts,clientTraceMetadata:ad.experimental.clientTraceMetadata||[]},waitUntil:d.waitUntil,onClose:a=>{b.on("close",a)},onAfterTaskError:()=>{},onInstrumentationRequestError:(b,c,d)=>K.onRequestError(a,b,d,ac),err:(0,h.getRequestMeta)(a,"invokeError"),dev:K.isDev}},l=await k(e,i),{metadata:m}=l,{cacheControl:n,headers:o={},fetchTags:p}=m;if(p&&(o[y.NEXT_CACHE_TAGS_HEADER]=p),a.fetchMetrics=m.fetchMetrics,ak&&(null==n?void 0:n.revalidate)===0&&!K.isDev&&!ar){let a=m.staticBailoutInfo,b=Object.defineProperty(Error(`Page changed from static to dynamic at runtime ${aa}${(null==a?void 0:a.description)?`, reason: ${a.description}`:""}
2
+ see more here https://nextjs.org/docs/messages/app-static-to-dynamic-error`),"__NEXT_ERROR_CODE",{value:"E132",enumerable:!1,configurable:!0});if(null==a?void 0:a.stack){let c=a.stack;b.stack=b.message+c.substring(c.indexOf("\n"))}throw b}return{value:{kind:v.CachedRouteKind.APP_PAGE,html:l,headers:o,rscData:m.flightData,postponed:m.postponed,status:m.statusCode,segmentData:m.segmentData},cacheControl:n}},o=async({hasResolved:c,previousCacheEntry:f,isRevalidating:g,span:i})=>{let j,k=!1===K.isDev,l=c||b.writableEnded;if(ah&&ab&&!f&&!N)return(null==ac?void 0:ac.render404)?await ac.render404(a,b):(b.statusCode=404,b.end("This page could not be found")),null;if(ai&&(j=(0,w.parseFallbackField)(ai.fallback)),j===w.FallbackMode.PRERENDER&&(0,u.isBot)(al)&&(!ar||an)&&(j=w.FallbackMode.BLOCKING_STATIC_RENDER),(null==f?void 0:f.isStale)===-1&&(ah=!0),ah&&(j!==w.FallbackMode.NOT_FOUND||f)&&(j=w.FallbackMode.BLOCKING_STATIC_RENDER),!N&&j!==w.FallbackMode.BLOCKING_STATIC_RENDER&&aB&&!l&&!_&&T&&(k||!aj)){let b;if((k||ai)&&j===w.FallbackMode.NOT_FOUND)throw new B.NoFallbackError;if(ar&&!ap){let c="string"==typeof(null==ai?void 0:ai.fallback)?ai.fallback:k?ag:null;if(b=await K.handleResponse({cacheKey:c,req:a,nextConfig:ad,routeKind:e.RouteKind.APP_PAGE,isFallback:!0,prerenderManifest:$,isRoutePPREnabled:ar,responseGenerator:async()=>m({span:i,postponed:void 0,fallbackRouteParams:k||at?(0,n.u)(ag):null}),waitUntil:d.waitUntil}),null===b)return null;if(b)return delete b.cacheControl,b}}let o=ah||g||!au?void 0:au;if(as&&void 0!==o)return{cacheControl:{revalidate:1,expire:void 0},value:{kind:v.CachedRouteKind.PAGES,html:x.default.EMPTY,pageData:{},headers:void 0,status:void 0}};let p=T&&ar&&((0,h.getRequestMeta)(a,"renderFallbackShell")||at)?(0,n.u)(af):null;return m({span:i,postponed:o,fallbackRouteParams:p})},p=async c=>{var f,g,i,j,k;let l,n=await K.handleResponse({cacheKey:aA,responseGenerator:a=>o({span:c,...a}),routeKind:e.RouteKind.APP_PAGE,isOnDemandRevalidate:ah,isRoutePPREnabled:ar,req:a,nextConfig:ad,prerenderManifest:$,waitUntil:d.waitUntil});if(_&&b.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate"),K.isDev&&b.setHeader("Cache-Control","no-store, must-revalidate"),!n){if(aA)throw Object.defineProperty(Error("invariant: cache entry required but not generated"),"__NEXT_ERROR_CODE",{value:"E62",enumerable:!1,configurable:!0});return null}if((null==(f=n.value)?void 0:f.kind)!==v.CachedRouteKind.APP_PAGE)throw Object.defineProperty(Error(`Invariant app-page handler received invalid cache entry ${null==(i=n.value)?void 0:i.kind}`),"__NEXT_ERROR_CODE",{value:"E707",enumerable:!1,configurable:!0});let p="string"==typeof n.value.postponed;ak&&!av&&(!p||ao)&&(N||b.setHeader("x-nextjs-cache",ah?"REVALIDATED":n.isMiss?"MISS":n.isStale?"STALE":"HIT"),b.setHeader(t.NEXT_IS_PRERENDER_HEADER,"1"));let{value:q}=n;if(au)l={revalidate:0,expire:void 0};else if(N&&ap&&!ao&&ar)l={revalidate:0,expire:void 0};else if(!K.isDev)if(_)l={revalidate:0,expire:void 0};else if(ak){if(n.cacheControl)if("number"==typeof n.cacheControl.revalidate){if(n.cacheControl.revalidate<1)throw Object.defineProperty(Error(`Invalid revalidate configuration provided: ${n.cacheControl.revalidate} < 1`),"__NEXT_ERROR_CODE",{value:"E22",enumerable:!1,configurable:!0});l={revalidate:n.cacheControl.revalidate,expire:(null==(j=n.cacheControl)?void 0:j.expire)??ad.expireTime}}else l={revalidate:y.CACHE_ONE_YEAR,expire:void 0}}else b.getHeader("Cache-Control")||(l={revalidate:0,expire:void 0});if(n.cacheControl=l,"string"==typeof aw&&(null==q?void 0:q.kind)===v.CachedRouteKind.APP_PAGE&&q.segmentData){b.setHeader(t.NEXT_DID_POSTPONE_HEADER,"2");let c=null==(k=q.headers)?void 0:k[y.NEXT_CACHE_TAGS_HEADER];N&&ak&&c&&"string"==typeof c&&b.setHeader(y.NEXT_CACHE_TAGS_HEADER,c);let d=q.segmentData.get(aw);return void 0!==d?(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:x.default.fromStatic(d,t.RSC_CONTENT_TYPE_HEADER),cacheControl:n.cacheControl}):(b.statusCode=204,(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:x.default.EMPTY,cacheControl:n.cacheControl}))}let r=(0,h.getRequestMeta)(a,"onCacheEntry");if(r&&await r({...n,value:{...n.value,kind:"PAGE"}},{url:(0,h.getRequestMeta)(a,"initURL")}))return null;if(p&&au)throw Object.defineProperty(Error("Invariant: postponed state should not be present on a resume request"),"__NEXT_ERROR_CODE",{value:"E396",enumerable:!1,configurable:!0});if(q.headers){let a={...q.headers};for(let[c,d]of(N&&ak||delete a[y.NEXT_CACHE_TAGS_HEADER],Object.entries(a)))if(void 0!==d)if(Array.isArray(d))for(let a of d)b.appendHeader(c,a);else"number"==typeof d&&(d=d.toString()),b.appendHeader(c,d)}let s=null==(g=q.headers)?void 0:g[y.NEXT_CACHE_TAGS_HEADER];if(N&&ak&&s&&"string"==typeof s&&b.setHeader(y.NEXT_CACHE_TAGS_HEADER,s),!q.status||ap&&ar||(b.statusCode=q.status),!N&&q.status&&F.RedirectStatusCode[q.status]&&ap&&(b.statusCode=200),p&&b.setHeader(t.NEXT_DID_POSTPONE_HEADER,"1"),ap&&!_){if(void 0===q.rscData){if(q.postponed)throw Object.defineProperty(Error("Invariant: Expected postponed to be undefined"),"__NEXT_ERROR_CODE",{value:"E372",enumerable:!1,configurable:!0});return(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:q.html,cacheControl:av?{revalidate:0,expire:void 0}:n.cacheControl})}return(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:x.default.fromStatic(q.rscData,t.RSC_CONTENT_TYPE_HEADER),cacheControl:n.cacheControl})}let u=q.html;if(!p||N||ap)return(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:u,cacheControl:n.cacheControl});if(as)return u.push(new ReadableStream({start(a){a.enqueue(z.ENCODED_TAGS.CLOSED.BODY_AND_HTML),a.close()}})),(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:u,cacheControl:{revalidate:0,expire:void 0}});let w=new TransformStream;return u.push(w.readable),m({span:c,postponed:q.postponed,fallbackRouteParams:null}).then(async a=>{var b,c;if(!a)throw Object.defineProperty(Error("Invariant: expected a result to be returned"),"__NEXT_ERROR_CODE",{value:"E463",enumerable:!1,configurable:!0});if((null==(b=a.value)?void 0:b.kind)!==v.CachedRouteKind.APP_PAGE)throw Object.defineProperty(Error(`Invariant: expected a page response, got ${null==(c=a.value)?void 0:c.kind}`),"__NEXT_ERROR_CODE",{value:"E305",enumerable:!1,configurable:!0});await a.value.html.pipeTo(w.writable)}).catch(a=>{w.writable.abort(a).catch(a=>{console.error("couldn't abort transformer",a)})}),(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:u,cacheControl:{revalidate:0,expire:void 0}})};if(!aF)return await aE.withPropagatedContext(a.headers,()=>aE.trace(i.BaseServerSpan.handleRequest,{spanName:`${aD} ${a.url}`,kind:g.SpanKind.SERVER,attributes:{"http.method":aD,"http.target":a.url}},p));await p(aF)}catch(b){throw b instanceof B.NoFallbackError||await K.onRequestError(a,b,{routerKind:"App Router",routePath:G,routeType:"render",revalidateReason:(0,f.c)({isRevalidate:ak,isOnDemandRevalidate:ah})},ac),b}}},10846:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},18249:(a,b,c)=>{Promise.resolve().then(c.bind(c,37734))},19121:a=>{"use strict";a.exports=require("next/dist/server/app-render/action-async-storage.external.js")},26713:a=>{"use strict";a.exports=require("next/dist/shared/lib/router/utils/is-bot")},28354:a=>{"use strict";a.exports=require("util")},29294:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-async-storage.external.js")},33873:a=>{"use strict";a.exports=require("path")},37734:(a,b,c)=>{"use strict";c.r(b),c.d(b,{default:()=>d});let d=(0,c(97954).registerClientReference)(function(){throw Error("Attempted to call the default export of \"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/page.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.")},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/page.tsx","default")},41025:a=>{"use strict";a.exports=require("next/dist/server/app-render/dynamic-access-async-storage.external.js")},42378:(a,b,c)=>{"use strict";var d=c(91330);c.o(d,"useParams")&&c.d(b,{useParams:function(){return d.useParams}}),c.o(d,"usePathname")&&c.d(b,{usePathname:function(){return d.usePathname}}),c.o(d,"useRouter")&&c.d(b,{useRouter:function(){return d.useRouter}}),c.o(d,"useSearchParams")&&c.d(b,{useSearchParams:function(){return d.useSearchParams}})},63033:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},82016:(a,b,c)=>{"use strict";c.r(b),c.d(b,{default:()=>f});var d=c(21124);c(38301);var e=c(42378);function f(){return(0,e.useRouter)(),(0,d.jsx)("div",{className:"min-h-screen flex items-center justify-center bg-[#0a0a0a]",children:(0,d.jsx)("p",{className:"text-zinc-400",children:"Redirecting..."})})}},86439:a=>{"use strict";a.exports=require("next/dist/shared/lib/no-fallback-error.external")}};var b=require("../../webpack-runtime.js");b.C(a);var c=b.X(0,[4996,3363,2033,3327],()=>b(b.s=10024));module.exports=c})();
.next/server/app/admin/page.js.nft.json CHANGED
@@ -1 +1 @@
1
- {"version":1,"files":["../../../../node_modules/next/dist/client/components/app-router-headers.js","../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js","../../../../node_modules/next/dist/lib/client-and-server-references.js","../../../../node_modules/next/dist/lib/constants.js","../../../../node_modules/next/dist/lib/interop-default.js","../../../../node_modules/next/dist/lib/is-error.js","../../../../node_modules/next/dist/lib/semver-noop.js","../../../../node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/async-local-storage.js","../../../../node_modules/next/dist/server/app-render/cache-signal.js","../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../node_modules/next/dist/server/lib/cache-handlers/default.external.js","../../../../node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../node_modules/next/dist/server/lib/lru-cache.js","../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../node_modules/next/dist/server/load-manifest.external.js","../../../../node_modules/next/dist/server/response-cache/types.js","../../../../node_modules/next/dist/shared/lib/deep-freeze.js","../../../../node_modules/next/dist/shared/lib/invariant-error.js","../../../../node_modules/next/dist/shared/lib/is-plain-object.js","../../../../node_modules/next/dist/shared/lib/is-thenable.js","../../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","../../../../node_modules/next/dist/shared/lib/router/utils/app-paths.js","../../../../node_modules/next/dist/shared/lib/router/utils/html-bots.js","../../../../node_modules/next/dist/shared/lib/router/utils/is-bot.js","../../../../node_modules/next/dist/shared/lib/segment.js","../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../node_modules/next/package.json","../../../package.json","../../chunks/1331.js","../../chunks/3327.js","../../chunks/9038.js","../../webpack-runtime.js","page_client-reference-manifest.js"]}
 
1
+ {"version":1,"files":["../../../../node_modules/next/dist/client/components/app-router-headers.js","../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js","../../../../node_modules/next/dist/lib/client-and-server-references.js","../../../../node_modules/next/dist/lib/constants.js","../../../../node_modules/next/dist/lib/interop-default.js","../../../../node_modules/next/dist/lib/is-error.js","../../../../node_modules/next/dist/lib/semver-noop.js","../../../../node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/async-local-storage.js","../../../../node_modules/next/dist/server/app-render/cache-signal.js","../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../node_modules/next/dist/server/lib/cache-handlers/default.external.js","../../../../node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../node_modules/next/dist/server/lib/lru-cache.js","../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../node_modules/next/dist/server/load-manifest.external.js","../../../../node_modules/next/dist/server/response-cache/types.js","../../../../node_modules/next/dist/shared/lib/deep-freeze.js","../../../../node_modules/next/dist/shared/lib/invariant-error.js","../../../../node_modules/next/dist/shared/lib/is-plain-object.js","../../../../node_modules/next/dist/shared/lib/is-thenable.js","../../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","../../../../node_modules/next/dist/shared/lib/router/utils/app-paths.js","../../../../node_modules/next/dist/shared/lib/router/utils/html-bots.js","../../../../node_modules/next/dist/shared/lib/router/utils/is-bot.js","../../../../node_modules/next/dist/shared/lib/segment.js","../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../node_modules/next/package.json","../../../package.json","../../chunks/2033.js","../../chunks/3327.js","../../chunks/3363.js","../../chunks/4996.js","../../webpack-runtime.js","page_client-reference-manifest.js"]}
.next/server/app/admin/page_client-reference-manifest.js CHANGED
@@ -1 +1 @@
1
- globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/admin/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"8103":{"*":{"id":"32583","name":"*","chunks":[],"async":false}},"9766":{"*":{"id":"77526","name":"*","chunks":[],"async":false}},"15278":{"*":{"id":"78922","name":"*","chunks":[],"async":false}},"16717":{"*":{"id":"8647","name":"*","chunks":[],"async":false}},"17989":{"*":{"id":"68495","name":"*","chunks":[],"async":false}},"24431":{"*":{"id":"12263","name":"*","chunks":[],"async":false}},"25782":{"*":{"id":"82016","name":"*","chunks":[],"async":false}},"33496":{"*":{"id":"65408","name":"*","chunks":[],"async":false}},"33540":{"*":{"id":"66137","name":"*","chunks":[],"async":false}},"43688":{"*":{"id":"31152","name":"*","chunks":[],"async":false}},"46131":{"*":{"id":"83133","name":"*","chunks":[],"async":false}},"57150":{"*":{"id":"54160","name":"*","chunks":[],"async":false}},"62112":{"*":{"id":"92130","name":"*","chunks":[],"async":false}},"63886":{"*":{"id":"75170","name":"*","chunks":[],"async":false}},"70240":{"*":{"id":"38502","name":"*","chunks":[],"async":false}},"75102":{"*":{"id":"17622","name":"*","chunks":[],"async":false}},"80622":{"*":{"id":"82146","name":"*","chunks":[],"async":false}},"81959":{"*":{"id":"31603","name":"*","chunks":[],"async":false}},"98124":{"*":{"id":"67600","name":"*","chunks":[],"async":false}},"98924":{"*":{"id":"29234","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/builtin/global-error.js":{"id":57150,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":57150,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/client-page.js":{"id":81959,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/client-page.js":{"id":81959,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/client-segment.js":{"id":17989,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/client-segment.js":{"id":17989,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":63886,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":63886,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/layout-router.js":{"id":9766,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/layout-router.js":{"id":9766,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/metadata/async-metadata.js":{"id":15278,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/metadata/async-metadata.js":{"id":15278,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/render-from-template-context.js":{"id":98924,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":98924,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/lib/framework/boundary-components.js":{"id":24431,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":24431,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":80622,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":80622,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/assets/globals.css":{"id":27408,"name":"*","chunks":["8001","static/chunks/8001-ab2328d010d9575c.js","4165","static/chunks/4165-2fd065a6c1436849.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-29b5b9c7b4063442.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/backend-status-banner/index.tsx":{"id":16717,"name":"*","chunks":["8001","static/chunks/8001-ab2328d010d9575c.js","4165","static/chunks/4165-2fd065a6c1436849.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-29b5b9c7b4063442.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/providers/tanstack-query-provider.tsx":{"id":46131,"name":"*","chunks":["8001","static/chunks/8001-ab2328d010d9575c.js","4165","static/chunks/4165-2fd065a6c1436849.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-29b5b9c7b4063442.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/providers/theme-provider.tsx":{"id":98124,"name":"*","chunks":["8001","static/chunks/8001-ab2328d010d9575c.js","4165","static/chunks/4165-2fd065a6c1436849.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-29b5b9c7b4063442.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/ui/sonner.tsx":{"id":70240,"name":"*","chunks":["8001","static/chunks/8001-ab2328d010d9575c.js","4165","static/chunks/4165-2fd065a6c1436849.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-29b5b9c7b4063442.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/font/google/target.css?{\"path\":\"app/layout.tsx\",\"import\":\"Inter\",\"arguments\":[{\"variable\":\"--font-inter-sans\",\"subsets\":[\"latin\"]}],\"variableName\":\"inter\"}":{"id":85568,"name":"*","chunks":["8001","static/chunks/8001-ab2328d010d9575c.js","4165","static/chunks/4165-2fd065a6c1436849.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-29b5b9c7b4063442.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/font/google/target.css?{\"path\":\"app/layout.tsx\",\"import\":\"PT_Sans\",\"arguments\":[{\"variable\":\"--font-ptSans-mono\",\"subsets\":[\"latin\"],\"weight\":[\"400\",\"700\"]}],\"variableName\":\"ptSans\"}":{"id":80231,"name":"*","chunks":["8001","static/chunks/8001-ab2328d010d9575c.js","4165","static/chunks/4165-2fd065a6c1436849.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-29b5b9c7b4063442.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/login/page.tsx":{"id":62112,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/page-wrapper/index.tsx":{"id":43688,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/page.tsx":{"id":25782,"name":"*","chunks":["3698","static/chunks/app/admin/page-e3e066aac7f10383.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/register/page.tsx":{"id":75102,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/test-generation/page.tsx":{"id":8103,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/page.tsx":{"id":33540,"name":"*","chunks":["5948","static/chunks/06bf0ff1-3732841f0f86d47e.js","7003","static/chunks/14258b02-ed7689e3556981a7.js","4316","static/chunks/ad2866b8-e13a3cf75ccf0eb8.js","8001","static/chunks/8001-ab2328d010d9575c.js","176","static/chunks/176-34e89399a26899a1.js","1638","static/chunks/1638-9f12a086456f3362.js","7389","static/chunks/7389-d064efe9587fa357.js","8941","static/chunks/8941-5f6f2bbd260a64ae.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7483","static/chunks/7483-61c49a2b0ab708d3.js","4735","static/chunks/4735-317a40903cee3927.js","8784","static/chunks/8784-a70de7155a979c5e.js","536","static/chunks/536-59fd9fbb0b0a321e.js","7714","static/chunks/7714-9d63785ec81e1efe.js","2133","static/chunks/2133-7b64eac0902cb1d5.js","8974","static/chunks/app/page-0354c2adb620070f.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/w/[workspaceId]/projects/page.tsx":{"id":33496,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/Users/otto/Desktop/deepstudio/osw-studio-git/":[],"/Users/otto/Desktop/deepstudio/osw-studio-git/app/layout":[{"inlined":false,"path":"static/css/82f4473c79d5d55a.css"},{"inlined":false,"path":"static/css/1138060002beec9e.css"}],"/Users/otto/Desktop/deepstudio/osw-studio-git/app/page":[],"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/page":[]},"rscModuleMapping":{"8103":{"*":{"id":"60940","name":"*","chunks":[],"async":false}},"9766":{"*":{"id":"6060","name":"*","chunks":[],"async":false}},"15278":{"*":{"id":"7184","name":"*","chunks":[],"async":false}},"16717":{"*":{"id":"69369","name":"*","chunks":[],"async":false}},"17989":{"*":{"id":"36893","name":"*","chunks":[],"async":false}},"24431":{"*":{"id":"73041","name":"*","chunks":[],"async":false}},"25782":{"*":{"id":"37734","name":"*","chunks":[],"async":false}},"27408":{"*":{"id":"94348","name":"*","chunks":[],"async":false}},"33496":{"*":{"id":"17498","name":"*","chunks":[],"async":false}},"33540":{"*":{"id":"17742","name":"*","chunks":[],"async":false}},"43688":{"*":{"id":"2054","name":"*","chunks":[],"async":false}},"46131":{"*":{"id":"69507","name":"*","chunks":[],"async":false}},"57150":{"*":{"id":"81170","name":"*","chunks":[],"async":false}},"62112":{"*":{"id":"7760","name":"*","chunks":[],"async":false}},"63886":{"*":{"id":"89748","name":"*","chunks":[],"async":false}},"70240":{"*":{"id":"20656","name":"*","chunks":[],"async":false}},"75102":{"*":{"id":"3716","name":"*","chunks":[],"async":false}},"80622":{"*":{"id":"51384","name":"*","chunks":[],"async":false}},"81959":{"*":{"id":"23597","name":"*","chunks":[],"async":false}},"98124":{"*":{"id":"26262","name":"*","chunks":[],"async":false}},"98924":{"*":{"id":"69576","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}}
 
1
+ globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/admin/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"8103":{"*":{"id":"32583","name":"*","chunks":[],"async":false}},"9766":{"*":{"id":"77526","name":"*","chunks":[],"async":false}},"15278":{"*":{"id":"78922","name":"*","chunks":[],"async":false}},"16717":{"*":{"id":"8647","name":"*","chunks":[],"async":false}},"17989":{"*":{"id":"68495","name":"*","chunks":[],"async":false}},"18720":{"*":{"id":"42830","name":"*","chunks":[],"async":false}},"24431":{"*":{"id":"12263","name":"*","chunks":[],"async":false}},"25782":{"*":{"id":"82016","name":"*","chunks":[],"async":false}},"33496":{"*":{"id":"65408","name":"*","chunks":[],"async":false}},"43688":{"*":{"id":"31152","name":"*","chunks":[],"async":false}},"46131":{"*":{"id":"83133","name":"*","chunks":[],"async":false}},"57150":{"*":{"id":"54160","name":"*","chunks":[],"async":false}},"62112":{"*":{"id":"92130","name":"*","chunks":[],"async":false}},"63886":{"*":{"id":"75170","name":"*","chunks":[],"async":false}},"70240":{"*":{"id":"38502","name":"*","chunks":[],"async":false}},"75102":{"*":{"id":"17622","name":"*","chunks":[],"async":false}},"80622":{"*":{"id":"82146","name":"*","chunks":[],"async":false}},"81959":{"*":{"id":"31603","name":"*","chunks":[],"async":false}},"86807":{"*":{"id":"74034","name":"*","chunks":[],"async":false}},"98124":{"*":{"id":"67600","name":"*","chunks":[],"async":false}},"98924":{"*":{"id":"29234","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/builtin/global-error.js":{"id":57150,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":57150,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/client-page.js":{"id":81959,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/client-page.js":{"id":81959,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/client-segment.js":{"id":17989,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/client-segment.js":{"id":17989,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":63886,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":63886,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/layout-router.js":{"id":9766,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/layout-router.js":{"id":9766,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/metadata/async-metadata.js":{"id":15278,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/metadata/async-metadata.js":{"id":15278,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/render-from-template-context.js":{"id":98924,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":98924,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/lib/framework/boundary-components.js":{"id":24431,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":24431,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":80622,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":80622,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/assets/globals.css":{"id":27408,"name":"*","chunks":["8720","static/chunks/8720-6c3c0c904bca3f2e.js","4156","static/chunks/4156-321b7a8c31fe95b6.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-e6b6991471e946a3.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/backend-status-banner/index.tsx":{"id":16717,"name":"*","chunks":["8720","static/chunks/8720-6c3c0c904bca3f2e.js","4156","static/chunks/4156-321b7a8c31fe95b6.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-e6b6991471e946a3.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/providers/tanstack-query-provider.tsx":{"id":46131,"name":"*","chunks":["8720","static/chunks/8720-6c3c0c904bca3f2e.js","4156","static/chunks/4156-321b7a8c31fe95b6.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-e6b6991471e946a3.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/providers/theme-provider.tsx":{"id":98124,"name":"*","chunks":["8720","static/chunks/8720-6c3c0c904bca3f2e.js","4156","static/chunks/4156-321b7a8c31fe95b6.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-e6b6991471e946a3.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/ui/sonner.tsx":{"id":70240,"name":"*","chunks":["8720","static/chunks/8720-6c3c0c904bca3f2e.js","4156","static/chunks/4156-321b7a8c31fe95b6.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-e6b6991471e946a3.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/font/google/target.css?{\"path\":\"app/layout.tsx\",\"import\":\"Inter\",\"arguments\":[{\"variable\":\"--font-inter-sans\",\"subsets\":[\"latin\"]}],\"variableName\":\"inter\"}":{"id":85568,"name":"*","chunks":["8720","static/chunks/8720-6c3c0c904bca3f2e.js","4156","static/chunks/4156-321b7a8c31fe95b6.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-e6b6991471e946a3.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/font/google/target.css?{\"path\":\"app/layout.tsx\",\"import\":\"PT_Sans\",\"arguments\":[{\"variable\":\"--font-ptSans-mono\",\"subsets\":[\"latin\"],\"weight\":[\"400\",\"700\"]}],\"variableName\":\"ptSans\"}":{"id":80231,"name":"*","chunks":["8720","static/chunks/8720-6c3c0c904bca3f2e.js","4156","static/chunks/4156-321b7a8c31fe95b6.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-e6b6991471e946a3.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/sonner/dist/index.mjs":{"id":18720,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/page.tsx":{"id":25782,"name":"*","chunks":["3698","static/chunks/app/admin/page-e3e066aac7f10383.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/login/page.tsx":{"id":62112,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/register/page.tsx":{"id":75102,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/page-wrapper/index.tsx":{"id":43688,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/page.tsx":{"id":86807,"name":"*","chunks":["5948","static/chunks/06bf0ff1-3732841f0f86d47e.js","7003","static/chunks/14258b02-ed7689e3556981a7.js","4316","static/chunks/ad2866b8-e13a3cf75ccf0eb8.js","8720","static/chunks/8720-6c3c0c904bca3f2e.js","176","static/chunks/176-34e89399a26899a1.js","7543","static/chunks/7543-50a94862c006ca07.js","7389","static/chunks/7389-d064efe9587fa357.js","8941","static/chunks/8941-5f6f2bbd260a64ae.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7483","static/chunks/7483-f07a06bb00bfffea.js","4735","static/chunks/4735-317a40903cee3927.js","8784","static/chunks/8784-a70de7155a979c5e.js","536","static/chunks/536-59fd9fbb0b0a321e.js","7714","static/chunks/7714-f0a155d98ed994f5.js","8238","static/chunks/8238-79d46861a211a0d5.js","8974","static/chunks/app/page-c77a30bec88016f7.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/test-generation/page.tsx":{"id":8103,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/w/[workspaceId]/projects/page.tsx":{"id":33496,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/Users/otto/Desktop/deepstudio/osw-studio-git/":[],"/Users/otto/Desktop/deepstudio/osw-studio-git/app/layout":[{"inlined":false,"path":"static/css/82f4473c79d5d55a.css"},{"inlined":false,"path":"static/css/1138060002beec9e.css"}],"/Users/otto/Desktop/deepstudio/osw-studio-git/app/page":[],"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/page":[]},"rscModuleMapping":{"8103":{"*":{"id":"60940","name":"*","chunks":[],"async":false}},"9766":{"*":{"id":"6060","name":"*","chunks":[],"async":false}},"15278":{"*":{"id":"7184","name":"*","chunks":[],"async":false}},"16717":{"*":{"id":"69369","name":"*","chunks":[],"async":false}},"17989":{"*":{"id":"36893","name":"*","chunks":[],"async":false}},"18720":{"*":{"id":"16076","name":"*","chunks":[],"async":false}},"24431":{"*":{"id":"73041","name":"*","chunks":[],"async":false}},"25782":{"*":{"id":"37734","name":"*","chunks":[],"async":false}},"27408":{"*":{"id":"94348","name":"*","chunks":[],"async":false}},"33496":{"*":{"id":"17498","name":"*","chunks":[],"async":false}},"43688":{"*":{"id":"2054","name":"*","chunks":[],"async":false}},"46131":{"*":{"id":"69507","name":"*","chunks":[],"async":false}},"57150":{"*":{"id":"81170","name":"*","chunks":[],"async":false}},"62112":{"*":{"id":"7760","name":"*","chunks":[],"async":false}},"63886":{"*":{"id":"89748","name":"*","chunks":[],"async":false}},"70240":{"*":{"id":"20656","name":"*","chunks":[],"async":false}},"75102":{"*":{"id":"3716","name":"*","chunks":[],"async":false}},"80622":{"*":{"id":"51384","name":"*","chunks":[],"async":false}},"81959":{"*":{"id":"23597","name":"*","chunks":[],"async":false}},"86807":{"*":{"id":"17742","name":"*","chunks":[],"async":false}},"98124":{"*":{"id":"26262","name":"*","chunks":[],"async":false}},"98924":{"*":{"id":"69576","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}}
.next/server/app/admin/register.html CHANGED
@@ -1 +1 @@
1
- <!DOCTYPE html><!--b9Cr66_fnQ05YQJS0EJ62--><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/><link rel="preload" href="/_next/static/media/58f662ed5ba12a72-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" href="/_next/static/media/c3f6eb667c0186c5-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" href="/_next/static/media/e4af272ccee01ff0-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/css/82f4473c79d5d55a.css" data-precedence="next"/><link rel="stylesheet" href="/_next/static/css/1138060002beec9e.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-877dbed209166e77.js"/><script src="/_next/static/chunks/4bd1b696-100b9d70ed4e49c1.js" async=""></script><script src="/_next/static/chunks/1255-dfb5f8d642ae4426.js" async=""></script><script src="/_next/static/chunks/main-app-6796e1116c8e92de.js" async=""></script><script src="/_next/static/chunks/8001-ab2328d010d9575c.js" async=""></script><script src="/_next/static/chunks/4165-2fd065a6c1436849.js" async=""></script><script src="/_next/static/chunks/7625-3e99f3a22fc35ba0.js" async=""></script><script src="/_next/static/chunks/app/layout-29b5b9c7b4063442.js" async=""></script><script src="/_next/static/chunks/176-34e89399a26899a1.js" async=""></script><script src="/_next/static/chunks/5794-5775a6cba067d4b3.js" async=""></script><script src="/_next/static/chunks/app/admin/register/page-e82309aa54d1179f.js" async=""></script><meta name="next-size-adjust" content=""/><meta name="theme-color" content="#000000"/><title>OSW Studio</title><meta name="description" content="Open Source Web Studio is an AI-powered development environment that enables autonomous multi-file development through intelligent tool usage. Build complete applications with natural language."/><meta name="mobile-web-app-capable" content="yes"/><meta name="apple-mobile-web-app-title" content="OSW-Studio"/><meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"/><meta property="og:title" content="Open Source Web Studio | Agentic AI Development"/><meta property="og:description" content="Open Source Web Studio is an AI-powered development environment that enables autonomous multi-file development through intelligent tool usage. Build complete applications with natural language."/><meta property="og:url" content="https://huggingface.co/spaces/otst/osw-studio"/><meta property="og:site_name" content="Open Source Web Studio"/><meta property="og:image" content="https://huggingface.co/spaces/otst/osw-studio/resolve/main/banner.png"/><meta property="og:image:width" content="1200"/><meta property="og:image:height" content="630"/><meta property="og:image:alt" content="Open Source Web Studio - Agentic AI Development"/><meta name="twitter:card" content="summary_large_image"/><meta name="twitter:title" content="OSW Studio | Agentic AI Development"/><meta name="twitter:description" content="OSW-Studio is an AI-powered development environment that enables autonomous multi-file development through intelligent tool usage. Build complete applications with natural language."/><meta name="twitter:image" content="https://huggingface.co/spaces/otst/osw-studio/resolve/main/banner.png"/><link rel="shortcut icon" href="/osw-studio-logo.svg"/><link rel="icon" href="/osw-studio-logo.svg"/><link rel="apple-touch-icon" href="/osw-studio-logo.svg"/><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body class="__variable_f367f3 __variable_438d47 antialiased bg-background h-[100dvh] overflow-hidden"><div hidden=""><!--$--><!--/$--></div><script>((a,b,c,d,e,f,g,h)=>{let i=document.documentElement,j=["light","dark"];function k(b){var c;(Array.isArray(a)?a:[a]).forEach(a=>{let c="class"===a,d=c&&f?e.map(a=>f[a]||a):e;c?(i.classList.remove(...d),i.classList.add(f&&f[b]?f[b]:b)):i.setAttribute(a,b)}),c=b,h&&j.includes(c)&&(i.style.colorScheme=c)}if(d)k(d);else try{let a=localStorage.getItem(b)||c,d=g&&"system"===a?window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light":a;k(d)}catch(a){}})("class","osw-studio-theme","dark",null,["light","dark"],null,true,true)</script><section aria-label="Notifications alt+T" tabindex="-1" aria-live="polite" aria-relevant="additions text" aria-atomic="false"></section><div class="jsx-301ec7a03a062a2c min-h-screen bg-background text-foreground flex items-center justify-center p-4 animate-fadeIn"><div class="jsx-301ec7a03a062a2c max-w-md w-full text-center"><div class="jsx-301ec7a03a062a2c mb-8 animate-float flex justify-center"><svg width="96" height="96" viewBox="0 0 256 256" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" class="text-white dark:text-black [--logo-bg:#000000] dark:[--logo-bg:#ffffff] "><rect x="0" y="0" width="256" height="256" rx="20" ry="20" fill="var(--logo-bg)"></rect><g transform="translate(0,256) scale(0.0476,-0.0476)" fill="currentColor" stroke="none"><path d="M725 4825 c-50 -18 -100 -71 -114 -122 -15 -54 -15 -1573 0 -1628 16 -55 44 -92 89 -115 38 -19 62 -20 855 -20 781 0 817 1 853 19 46 23 67 46 87 94 13 32 15 138 15 830 0 566 -3 804 -11 828 -16 45 -55 87 -104 110 -38 18 -82 19 -835 18 -659 0 -802 -2 -835 -14z m1351 -371 c15 -11 37 -33 48 -48 21 -27 21 -38 21 -520 0 -547 3 -523 -68 -566 -31 -19 -54 -20 -521 -20 -483 0 -489 0 -524 22 -20 12 -42 38 -53 62 -17 38 -19 74 -19 504 0 496 1 503 51 548 46 41 66 43 561 41 464 -2 477 -3 504 -23z"></path><path d="M3058 4830 c-44 -13 -87 -49 -108 -90 -19 -37 -20 -61 -20 -471 0 -428 0 -432 22 -471 13 -22 41 -51 64 -64 41 -24 41 -24 685 -24 645 0 645 0 689 -22 63 -33 80 -71 80 -183 0 -101 -15 -144 -63 -179 -28 -21 -41 -21 -695 -26 -666 -5 -667 -5 -702 -27 -109 -68 -106 -247 5 -310 40 -23 40 -23 858 -23 664 0 824 3 850 14 43 17 95 78 102 118 3 18 5 225 3 459 -3 426 -3 426 -31 462 -58 76 -15 71 -757 77 -620 5 -667 6 -692 23 -44 30 -58 74 -58 179 0 116 16 153 80 186 44 22 44 22 693 22 710 0 678 -3 731 60 80 96 41 240 -79 287 -35 14 -1612 17 -1657 3z"></path><path d="M702 2509 c-48 -24 -75 -57 -91 -114 -9 -29 -11 -253 -9 -840 3 -779 4 -801 23 -834 11 -19 37 -48 58 -65 39 -31 39 -31 380 -31 342 0 342 0 399 28 31 15 63 39 73 53 16 25 16 25 62 -16 77 -67 104 -71 470 -68 320 3 320 3 360 30 24 16 49 44 62 70 21 44 21 49 21 854 0 773 -1 811 -19 851 -35 76 -135 120 -215 93 -41 -13 -90 -51 -109 -84 -9 -16 -13 -187 -17 -688 -5 -654 -5 -667 -26 -694 -43 -58 -68 -69 -169 -72 -82 -3 -99 -1 -133 18 -22 12 -49 39 -61 60 -21 37 -21 45 -21 664 0 439 -3 641 -11 673 -32 123 -190 174 -285 91 -73 -64 -69 -20 -70 -743 0 -721 3 -687 -66 -737 -28 -20 -47 -23 -133 -26 -91 -3 -103 -2 -134 20 -19 13 -44 36 -55 51 -21 28 -21 38 -26 695 -4 481 -8 673 -17 687 -50 87 -152 118 -241 74z"></path><path d="M3047 2515 c-47 -16 -81 -46 -101 -90 -14 -28 -16 -95 -16 -463 0 -281 4 -440 11 -459 15 -40 48 -73 94 -94 38 -17 79 -19 685 -19 626 0 646 -1 678 -20 58 -35 72 -72 72 -185 0 -110 -14 -147 -67 -182 -25 -17 -73 -18 -698 -23 -672 -5 -672 -5 -708 -33 -20 -15 -44 -42 -53 -60 -21 -39 -21 -125 -1 -163 20 -38 65 -80 100 -93 19 -8 289 -11 833 -11 701 0 809 2 841 15 48 20 71 41 94 88 19 35 19 60 17 480 -3 444 -3 444 -30 479 -54 71 -23 68 -740 68 -612 0 -645 1 -685 20 -67 30 -83 66 -83 183 0 116 14 156 68 189 35 21 35 21 691 22 606 1 658 2 688 19 137 74 130 264 -12 328 -38 18 -85 19 -840 18 -652 0 -807 -2 -838 -14z"></path></g></svg></div><h1 class="jsx-301ec7a03a062a2c text-3xl font-semibold mb-2 tracking-tight">Create an account</h1><p class="jsx-301ec7a03a062a2c text-muted-foreground mb-8">Join OSW Studio</p><form class="jsx-301ec7a03a062a2c space-y-4"><div class="jsx-301ec7a03a062a2c text-left"><label for="email" class="jsx-301ec7a03a062a2c block text-sm font-medium text-muted-foreground mb-2">Email</label><input id="email" type="email" placeholder="you@example.com" required="" autofocus="" class="jsx-301ec7a03a062a2c w-full px-4 py-3 bg-muted border border-border rounded-lg text-foreground placeholder:text-muted-foreground focus:outline-none focus:ring-2 focus:ring-orange-500 focus:border-transparent transition-all" value=""/></div><div class="jsx-301ec7a03a062a2c text-left"><label for="displayName" class="jsx-301ec7a03a062a2c block text-sm font-medium text-muted-foreground mb-2">Display name <span class="jsx-301ec7a03a062a2c text-muted-foreground/70">(optional)</span></label><input id="displayName" type="text" placeholder="Your name" class="jsx-301ec7a03a062a2c w-full px-4 py-3 bg-muted border border-border rounded-lg text-foreground placeholder:text-muted-foreground focus:outline-none focus:ring-2 focus:ring-orange-500 focus:border-transparent transition-all" value=""/></div><div class="jsx-301ec7a03a062a2c text-left"><div class="jsx-301ec7a03a062a2c flex items-center justify-between mb-2"><label for="password" class="jsx-301ec7a03a062a2c text-sm font-medium text-muted-foreground">Password</label><button type="button" class="jsx-301ec7a03a062a2c text-xs text-orange-500 hover:text-orange-400 transition-colors">Generate</button></div><div class="jsx-301ec7a03a062a2c relative"><input id="password" type="password" placeholder="At least 8 characters" required="" minLength="8" class="jsx-301ec7a03a062a2c w-full px-4 py-3 pr-11 bg-muted border border-border rounded-lg text-foreground placeholder:text-muted-foreground focus:outline-none focus:ring-2 focus:ring-orange-500 focus:border-transparent transition-all" value=""/><button type="button" class="jsx-301ec7a03a062a2c absolute right-3 top-1/2 -translate-y-1/2 text-muted-foreground hover:text-foreground transition-colors"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="jsx-301ec7a03a062a2c"><path d="M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z" class="jsx-301ec7a03a062a2c"></path><circle cx="12" cy="12" r="3" class="jsx-301ec7a03a062a2c"></circle></svg></button></div></div><button type="submit" class="jsx-301ec7a03a062a2c w-full bg-orange-600 hover:bg-orange-700 text-white font-medium py-3 px-4 rounded-lg transition-colors disabled:bg-muted disabled:text-muted-foreground disabled:cursor-not-allowed">Create account</button></form><p class="jsx-301ec7a03a062a2c mt-6 text-sm text-muted-foreground">Already have an account?<!-- --> <a class="text-orange-500 hover:text-orange-400 transition-colors" href="/admin/login">Sign in</a></p><div class="jsx-301ec7a03a062a2c mt-12 pt-6 border-t border-border flex items-center justify-center gap-2 text-sm text-muted-foreground"><span class="jsx-301ec7a03a062a2c">Powered by</span><svg width="20" height="20" viewBox="0 0 256 256" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" class="text-white dark:text-black [--logo-bg:#000000] dark:[--logo-bg:#ffffff] opacity-80"><rect x="0" y="0" width="256" height="256" rx="20" ry="20" fill="var(--logo-bg)"></rect><g transform="translate(0,256) scale(0.0476,-0.0476)" fill="currentColor" stroke="none"><path d="M725 4825 c-50 -18 -100 -71 -114 -122 -15 -54 -15 -1573 0 -1628 16 -55 44 -92 89 -115 38 -19 62 -20 855 -20 781 0 817 1 853 19 46 23 67 46 87 94 13 32 15 138 15 830 0 566 -3 804 -11 828 -16 45 -55 87 -104 110 -38 18 -82 19 -835 18 -659 0 -802 -2 -835 -14z m1351 -371 c15 -11 37 -33 48 -48 21 -27 21 -38 21 -520 0 -547 3 -523 -68 -566 -31 -19 -54 -20 -521 -20 -483 0 -489 0 -524 22 -20 12 -42 38 -53 62 -17 38 -19 74 -19 504 0 496 1 503 51 548 46 41 66 43 561 41 464 -2 477 -3 504 -23z"></path><path d="M3058 4830 c-44 -13 -87 -49 -108 -90 -19 -37 -20 -61 -20 -471 0 -428 0 -432 22 -471 13 -22 41 -51 64 -64 41 -24 41 -24 685 -24 645 0 645 0 689 -22 63 -33 80 -71 80 -183 0 -101 -15 -144 -63 -179 -28 -21 -41 -21 -695 -26 -666 -5 -667 -5 -702 -27 -109 -68 -106 -247 5 -310 40 -23 40 -23 858 -23 664 0 824 3 850 14 43 17 95 78 102 118 3 18 5 225 3 459 -3 426 -3 426 -31 462 -58 76 -15 71 -757 77 -620 5 -667 6 -692 23 -44 30 -58 74 -58 179 0 116 16 153 80 186 44 22 44 22 693 22 710 0 678 -3 731 60 80 96 41 240 -79 287 -35 14 -1612 17 -1657 3z"></path><path d="M702 2509 c-48 -24 -75 -57 -91 -114 -9 -29 -11 -253 -9 -840 3 -779 4 -801 23 -834 11 -19 37 -48 58 -65 39 -31 39 -31 380 -31 342 0 342 0 399 28 31 15 63 39 73 53 16 25 16 25 62 -16 77 -67 104 -71 470 -68 320 3 320 3 360 30 24 16 49 44 62 70 21 44 21 49 21 854 0 773 -1 811 -19 851 -35 76 -135 120 -215 93 -41 -13 -90 -51 -109 -84 -9 -16 -13 -187 -17 -688 -5 -654 -5 -667 -26 -694 -43 -58 -68 -69 -169 -72 -82 -3 -99 -1 -133 18 -22 12 -49 39 -61 60 -21 37 -21 45 -21 664 0 439 -3 641 -11 673 -32 123 -190 174 -285 91 -73 -64 -69 -20 -70 -743 0 -721 3 -687 -66 -737 -28 -20 -47 -23 -133 -26 -91 -3 -103 -2 -134 20 -19 13 -44 36 -55 51 -21 28 -21 38 -26 695 -4 481 -8 673 -17 687 -50 87 -152 118 -241 74z"></path><path d="M3047 2515 c-47 -16 -81 -46 -101 -90 -14 -28 -16 -95 -16 -463 0 -281 4 -440 11 -459 15 -40 48 -73 94 -94 38 -17 79 -19 685 -19 626 0 646 -1 678 -20 58 -35 72 -72 72 -185 0 -110 -14 -147 -67 -182 -25 -17 -73 -18 -698 -23 -672 -5 -672 -5 -708 -33 -20 -15 -44 -42 -53 -60 -21 -39 -21 -125 -1 -163 20 -38 65 -80 100 -93 19 -8 289 -11 833 -11 701 0 809 2 841 15 48 20 71 41 94 88 19 35 19 60 17 480 -3 444 -3 444 -30 479 -54 71 -23 68 -740 68 -612 0 -645 1 -685 20 -67 30 -83 66 -83 183 0 116 14 156 68 189 35 21 35 21 691 22 606 1 658 2 688 19 137 74 130 264 -12 328 -38 18 -85 19 -840 18 -652 0 -807 -2 -838 -14z"></path></g></svg><span class="jsx-301ec7a03a062a2c">OSW Studio</span></div></div></div><!--$--><!--/$--><script src="/_next/static/chunks/webpack-877dbed209166e77.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[98124,[\"8001\",\"static/chunks/8001-ab2328d010d9575c.js\",\"4165\",\"static/chunks/4165-2fd065a6c1436849.js\",\"7625\",\"static/chunks/7625-3e99f3a22fc35ba0.js\",\"7177\",\"static/chunks/app/layout-29b5b9c7b4063442.js\"],\"ThemeProvider\"]\n3:I[70240,[\"8001\",\"static/chunks/8001-ab2328d010d9575c.js\",\"4165\",\"static/chunks/4165-2fd065a6c1436849.js\",\"7625\",\"static/chunks/7625-3e99f3a22fc35ba0.js\",\"7177\",\"static/chunks/app/layout-29b5b9c7b4063442.js\"],\"Toaster\"]\n4:I[16717,[\"8001\",\"static/chunks/8001-ab2328d010d9575c.js\",\"4165\",\"static/chunks/4165-2fd065a6c1436849.js\",\"7625\",\"static/chunks/7625-3e99f3a22fc35ba0.js\",\"7177\",\"static/chunks/app/layout-29b5b9c7b4063442.js\"],\"BackendStatusBanner\"]\n5:I[46131,[\"8001\",\"static/chunks/8001-ab2328d010d9575c.js\",\"4165\",\"static/chunks/4165-2fd065a6c1436849.js\",\"7625\",\"static/chunks/7625-3e99f3a22fc35ba0.js\",\"7177\",\"static/chunks/app/layout-29b5b9c7b4063442.js\"],\"default\"]\n6:I[9766,[],\"\"]\n7:I[98924,[],\"\"]\n8:I[81959,[],\"ClientPageRoot\"]\n9:I[75102,[\"176\",\"static/chunks/176-34e89399a26899a1.js\",\"5794\",\"static/chunks/5794-5775a6cba067d4b3.js\",\"8266\",\"static/chunks/app/admin/register/page-e82309aa54d1179f.js\"],\"default\"]\nc:I[24431,[],\"OutletBoundary\"]\ne:I[15278,[],\"AsyncMetadataOutlet\"]\n10:I[24431,[],\"ViewportBoundary\"]\n12:I[24431,[],\"MetadataBoundary\"]\n13:\"$Sreact.suspense\"\n15:I[57150,[],\"\"]\n:HL[\"/_next/static/media/58f662ed5ba12a72-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/c3f6eb667c0186c5-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/e4af272ccee01ff0-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/css/82f4473c79d5d55a.css\",\"style\"]\n:HL[\"/_next/static/css/1138060002beec9e.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"b9Cr66_fnQ05YQJS0EJ62\",\"p\":\"\",\"c\":[\"\",\"admin\",\"register\"],\"i\":false,\"f\":[[[\"\",{\"children\":[\"admin\",{\"children\":[\"register\",{\"children\":[\"__PAGE__\",{}]}]}]},\"$undefined\",\"$undefined\",true],[\"\",[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/82f4473c79d5d55a.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"link\",\"1\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/1138060002beec9e.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"suppressHydrationWarning\":true,\"children\":[\"$\",\"body\",null,{\"className\":\"__variable_f367f3 __variable_438d47 antialiased bg-background h-[100dvh] overflow-hidden\",\"suppressHydrationWarning\":true,\"children\":[\"$\",\"$L2\",null,{\"children\":[[\"$\",\"$L3\",null,{\"richColors\":true,\"position\":\"bottom-center\"}],[\"$\",\"$L4\",null,{}],[\"$\",\"$L5\",null,{\"children\":[\"$\",\"$L6\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L7\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]]}]}]}]]}],{\"children\":[\"admin\",[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L6\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L7\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[\"register\",[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L6\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L7\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[\"__PAGE__\",[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"$L8\",null,{\"Component\":\"$9\",\"searchParams\":{},\"params\":{},\"promises\":[\"$@a\",\"$@b\"]}],null,[\"$\",\"$Lc\",null,{\"children\":[\"$Ld\",[\"$\",\"$Le\",null,{\"promise\":\"$@f\"}]]}]]}],{},null,false]},null,false]},null,false]},null,false],[\"$\",\"$1\",\"h\",{\"children\":[null,[[\"$\",\"$L10\",null,{\"children\":\"$L11\"}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]],[\"$\",\"$L12\",null,{\"children\":[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$13\",null,{\"fallback\":null,\"children\":\"$L14\"}]}]}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$15\",[]],\"s\":false,\"S\":true}\n"])</script><script>self.__next_f.push([1,"a:{}\nb:\"$0:f:0:1:2:children:2:children:2:children:1:props:children:0:props:params\"\n"])</script><script>self.__next_f.push([1,"11:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1, maximum-scale=1\"}],[\"$\",\"meta\",\"2\",{\"name\":\"theme-color\",\"content\":\"#000000\"}]]\nd:null\n"])</script><script>self.__next_f.push([1,"16:I[80622,[],\"IconMark\"]\n"])</script><script>self.__next_f.push([1,"f:{\"metadata\":[[\"$\",\"title\",\"0\",{\"children\":\"OSW Studio\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Open Source Web Studio is an AI-powered development environment that enables autonomous multi-file development through intelligent tool usage. Build complete applications with natural language.\"}],[\"$\",\"meta\",\"2\",{\"name\":\"mobile-web-app-capable\",\"content\":\"yes\"}],[\"$\",\"meta\",\"3\",{\"name\":\"apple-mobile-web-app-title\",\"content\":\"OSW-Studio\"}],[\"$\",\"meta\",\"4\",{\"name\":\"apple-mobile-web-app-status-bar-style\",\"content\":\"black-translucent\"}],[\"$\",\"meta\",\"5\",{\"property\":\"og:title\",\"content\":\"Open Source Web Studio | Agentic AI Development\"}],[\"$\",\"meta\",\"6\",{\"property\":\"og:description\",\"content\":\"Open Source Web Studio is an AI-powered development environment that enables autonomous multi-file development through intelligent tool usage. Build complete applications with natural language.\"}],[\"$\",\"meta\",\"7\",{\"property\":\"og:url\",\"content\":\"https://huggingface.co/spaces/otst/osw-studio\"}],[\"$\",\"meta\",\"8\",{\"property\":\"og:site_name\",\"content\":\"Open Source Web Studio\"}],[\"$\",\"meta\",\"9\",{\"property\":\"og:image\",\"content\":\"https://huggingface.co/spaces/otst/osw-studio/resolve/main/banner.png\"}],[\"$\",\"meta\",\"10\",{\"property\":\"og:image:width\",\"content\":\"1200\"}],[\"$\",\"meta\",\"11\",{\"property\":\"og:image:height\",\"content\":\"630\"}],[\"$\",\"meta\",\"12\",{\"property\":\"og:image:alt\",\"content\":\"Open Source Web Studio - Agentic AI Development\"}],[\"$\",\"meta\",\"13\",{\"name\":\"twitter:card\",\"content\":\"summary_large_image\"}],[\"$\",\"meta\",\"14\",{\"name\":\"twitter:title\",\"content\":\"OSW Studio | Agentic AI Development\"}],[\"$\",\"meta\",\"15\",{\"name\":\"twitter:description\",\"content\":\"OSW-Studio is an AI-powered development environment that enables autonomous multi-file development through intelligent tool usage. Build complete applications with natural language.\"}],[\"$\",\"meta\",\"16\",{\"name\":\"twitter:image\",\"content\":\"https://huggingface.co/spaces/otst/osw-studio/resolve/main/banner.png\"}],[\"$\",\"link\",\"17\",{\"rel\":\"shortcut icon\",\"href\":\"/osw-studio-logo.svg\"}],[\"$\",\"link\",\"18\",{\"rel\":\"icon\",\"href\":\"/osw-studio-logo.svg\"}],[\"$\",\"link\",\"19\",{\"rel\":\"apple-touch-icon\",\"href\":\"/osw-studio-logo.svg\"}],[\"$\",\"$L16\",\"20\",{}]],\"error\":null,\"digest\":\"$undefined\"}\n"])</script><script>self.__next_f.push([1,"14:\"$f:metadata\"\n"])</script></body></html>
 
1
+ <!DOCTYPE html><!--OVeuJe8F_fBvUq5tu9NXl--><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/><link rel="preload" href="/_next/static/media/58f662ed5ba12a72-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" href="/_next/static/media/c3f6eb667c0186c5-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" href="/_next/static/media/e4af272ccee01ff0-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/css/82f4473c79d5d55a.css" data-precedence="next"/><link rel="stylesheet" href="/_next/static/css/1138060002beec9e.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-809e7d6fd4e0142c.js"/><script src="/_next/static/chunks/4bd1b696-100b9d70ed4e49c1.js" async=""></script><script src="/_next/static/chunks/1255-dfb5f8d642ae4426.js" async=""></script><script src="/_next/static/chunks/main-app-6796e1116c8e92de.js" async=""></script><script src="/_next/static/chunks/8720-6c3c0c904bca3f2e.js" async=""></script><script src="/_next/static/chunks/4156-321b7a8c31fe95b6.js" async=""></script><script src="/_next/static/chunks/7625-3e99f3a22fc35ba0.js" async=""></script><script src="/_next/static/chunks/app/layout-e6b6991471e946a3.js" async=""></script><script src="/_next/static/chunks/176-34e89399a26899a1.js" async=""></script><script src="/_next/static/chunks/5794-5775a6cba067d4b3.js" async=""></script><script src="/_next/static/chunks/app/admin/register/page-e82309aa54d1179f.js" async=""></script><meta name="next-size-adjust" content=""/><meta name="theme-color" content="#000000"/><title>OSW Studio</title><meta name="description" content="Open Source Web Studio is an AI-powered development environment that enables autonomous multi-file development through intelligent tool usage. Build complete applications with natural language."/><meta name="mobile-web-app-capable" content="yes"/><meta name="apple-mobile-web-app-title" content="OSW-Studio"/><meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"/><meta property="og:title" content="Open Source Web Studio | Agentic AI Development"/><meta property="og:description" content="Open Source Web Studio is an AI-powered development environment that enables autonomous multi-file development through intelligent tool usage. Build complete applications with natural language."/><meta property="og:url" content="https://huggingface.co/spaces/otst/osw-studio"/><meta property="og:site_name" content="Open Source Web Studio"/><meta property="og:image" content="https://huggingface.co/spaces/otst/osw-studio/resolve/main/banner.png"/><meta property="og:image:width" content="1200"/><meta property="og:image:height" content="630"/><meta property="og:image:alt" content="Open Source Web Studio - Agentic AI Development"/><meta name="twitter:card" content="summary_large_image"/><meta name="twitter:title" content="OSW Studio | Agentic AI Development"/><meta name="twitter:description" content="OSW-Studio is an AI-powered development environment that enables autonomous multi-file development through intelligent tool usage. Build complete applications with natural language."/><meta name="twitter:image" content="https://huggingface.co/spaces/otst/osw-studio/resolve/main/banner.png"/><link rel="shortcut icon" href="/osw-studio-logo.svg"/><link rel="icon" href="/osw-studio-logo.svg"/><link rel="apple-touch-icon" href="/osw-studio-logo.svg"/><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body class="__variable_f367f3 __variable_438d47 antialiased bg-background h-[100dvh] overflow-hidden"><div hidden=""><!--$--><!--/$--></div><script>((a,b,c,d,e,f,g,h)=>{let i=document.documentElement,j=["light","dark"];function k(b){var c;(Array.isArray(a)?a:[a]).forEach(a=>{let c="class"===a,d=c&&f?e.map(a=>f[a]||a):e;c?(i.classList.remove(...d),i.classList.add(f&&f[b]?f[b]:b)):i.setAttribute(a,b)}),c=b,h&&j.includes(c)&&(i.style.colorScheme=c)}if(d)k(d);else try{let a=localStorage.getItem(b)||c,d=g&&"system"===a?window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light":a;k(d)}catch(a){}})("class","osw-studio-theme","dark",null,["light","dark"],null,true,true)</script><section aria-label="Notifications alt+T" tabindex="-1" aria-live="polite" aria-relevant="additions text" aria-atomic="false"></section><div class="jsx-301ec7a03a062a2c min-h-screen bg-background text-foreground flex items-center justify-center p-4 animate-fadeIn"><div class="jsx-301ec7a03a062a2c max-w-md w-full text-center"><div class="jsx-301ec7a03a062a2c mb-8 animate-float flex justify-center"><svg width="96" height="96" viewBox="0 0 256 256" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" class="text-white dark:text-black [--logo-bg:#000000] dark:[--logo-bg:#ffffff] "><rect x="0" y="0" width="256" height="256" rx="20" ry="20" fill="var(--logo-bg)"></rect><g transform="translate(0,256) scale(0.0476,-0.0476)" fill="currentColor" stroke="none"><path d="M725 4825 c-50 -18 -100 -71 -114 -122 -15 -54 -15 -1573 0 -1628 16 -55 44 -92 89 -115 38 -19 62 -20 855 -20 781 0 817 1 853 19 46 23 67 46 87 94 13 32 15 138 15 830 0 566 -3 804 -11 828 -16 45 -55 87 -104 110 -38 18 -82 19 -835 18 -659 0 -802 -2 -835 -14z m1351 -371 c15 -11 37 -33 48 -48 21 -27 21 -38 21 -520 0 -547 3 -523 -68 -566 -31 -19 -54 -20 -521 -20 -483 0 -489 0 -524 22 -20 12 -42 38 -53 62 -17 38 -19 74 -19 504 0 496 1 503 51 548 46 41 66 43 561 41 464 -2 477 -3 504 -23z"></path><path d="M3058 4830 c-44 -13 -87 -49 -108 -90 -19 -37 -20 -61 -20 -471 0 -428 0 -432 22 -471 13 -22 41 -51 64 -64 41 -24 41 -24 685 -24 645 0 645 0 689 -22 63 -33 80 -71 80 -183 0 -101 -15 -144 -63 -179 -28 -21 -41 -21 -695 -26 -666 -5 -667 -5 -702 -27 -109 -68 -106 -247 5 -310 40 -23 40 -23 858 -23 664 0 824 3 850 14 43 17 95 78 102 118 3 18 5 225 3 459 -3 426 -3 426 -31 462 -58 76 -15 71 -757 77 -620 5 -667 6 -692 23 -44 30 -58 74 -58 179 0 116 16 153 80 186 44 22 44 22 693 22 710 0 678 -3 731 60 80 96 41 240 -79 287 -35 14 -1612 17 -1657 3z"></path><path d="M702 2509 c-48 -24 -75 -57 -91 -114 -9 -29 -11 -253 -9 -840 3 -779 4 -801 23 -834 11 -19 37 -48 58 -65 39 -31 39 -31 380 -31 342 0 342 0 399 28 31 15 63 39 73 53 16 25 16 25 62 -16 77 -67 104 -71 470 -68 320 3 320 3 360 30 24 16 49 44 62 70 21 44 21 49 21 854 0 773 -1 811 -19 851 -35 76 -135 120 -215 93 -41 -13 -90 -51 -109 -84 -9 -16 -13 -187 -17 -688 -5 -654 -5 -667 -26 -694 -43 -58 -68 -69 -169 -72 -82 -3 -99 -1 -133 18 -22 12 -49 39 -61 60 -21 37 -21 45 -21 664 0 439 -3 641 -11 673 -32 123 -190 174 -285 91 -73 -64 -69 -20 -70 -743 0 -721 3 -687 -66 -737 -28 -20 -47 -23 -133 -26 -91 -3 -103 -2 -134 20 -19 13 -44 36 -55 51 -21 28 -21 38 -26 695 -4 481 -8 673 -17 687 -50 87 -152 118 -241 74z"></path><path d="M3047 2515 c-47 -16 -81 -46 -101 -90 -14 -28 -16 -95 -16 -463 0 -281 4 -440 11 -459 15 -40 48 -73 94 -94 38 -17 79 -19 685 -19 626 0 646 -1 678 -20 58 -35 72 -72 72 -185 0 -110 -14 -147 -67 -182 -25 -17 -73 -18 -698 -23 -672 -5 -672 -5 -708 -33 -20 -15 -44 -42 -53 -60 -21 -39 -21 -125 -1 -163 20 -38 65 -80 100 -93 19 -8 289 -11 833 -11 701 0 809 2 841 15 48 20 71 41 94 88 19 35 19 60 17 480 -3 444 -3 444 -30 479 -54 71 -23 68 -740 68 -612 0 -645 1 -685 20 -67 30 -83 66 -83 183 0 116 14 156 68 189 35 21 35 21 691 22 606 1 658 2 688 19 137 74 130 264 -12 328 -38 18 -85 19 -840 18 -652 0 -807 -2 -838 -14z"></path></g></svg></div><h1 class="jsx-301ec7a03a062a2c text-3xl font-semibold mb-2 tracking-tight">Create an account</h1><p class="jsx-301ec7a03a062a2c text-muted-foreground mb-8">Join OSW Studio</p><form class="jsx-301ec7a03a062a2c space-y-4"><div class="jsx-301ec7a03a062a2c text-left"><label for="email" class="jsx-301ec7a03a062a2c block text-sm font-medium text-muted-foreground mb-2">Email</label><input id="email" type="email" placeholder="you@example.com" required="" autofocus="" class="jsx-301ec7a03a062a2c w-full px-4 py-3 bg-muted border border-border rounded-lg text-foreground placeholder:text-muted-foreground focus:outline-none focus:ring-2 focus:ring-orange-500 focus:border-transparent transition-all" value=""/></div><div class="jsx-301ec7a03a062a2c text-left"><label for="displayName" class="jsx-301ec7a03a062a2c block text-sm font-medium text-muted-foreground mb-2">Display name <span class="jsx-301ec7a03a062a2c text-muted-foreground/70">(optional)</span></label><input id="displayName" type="text" placeholder="Your name" class="jsx-301ec7a03a062a2c w-full px-4 py-3 bg-muted border border-border rounded-lg text-foreground placeholder:text-muted-foreground focus:outline-none focus:ring-2 focus:ring-orange-500 focus:border-transparent transition-all" value=""/></div><div class="jsx-301ec7a03a062a2c text-left"><div class="jsx-301ec7a03a062a2c flex items-center justify-between mb-2"><label for="password" class="jsx-301ec7a03a062a2c text-sm font-medium text-muted-foreground">Password</label><button type="button" class="jsx-301ec7a03a062a2c text-xs text-orange-500 hover:text-orange-400 transition-colors">Generate</button></div><div class="jsx-301ec7a03a062a2c relative"><input id="password" type="password" placeholder="At least 8 characters" required="" minLength="8" class="jsx-301ec7a03a062a2c w-full px-4 py-3 pr-11 bg-muted border border-border rounded-lg text-foreground placeholder:text-muted-foreground focus:outline-none focus:ring-2 focus:ring-orange-500 focus:border-transparent transition-all" value=""/><button type="button" class="jsx-301ec7a03a062a2c absolute right-3 top-1/2 -translate-y-1/2 text-muted-foreground hover:text-foreground transition-colors"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="jsx-301ec7a03a062a2c"><path d="M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z" class="jsx-301ec7a03a062a2c"></path><circle cx="12" cy="12" r="3" class="jsx-301ec7a03a062a2c"></circle></svg></button></div></div><button type="submit" class="jsx-301ec7a03a062a2c w-full bg-orange-600 hover:bg-orange-700 text-white font-medium py-3 px-4 rounded-lg transition-colors disabled:bg-muted disabled:text-muted-foreground disabled:cursor-not-allowed">Create account</button></form><p class="jsx-301ec7a03a062a2c mt-6 text-sm text-muted-foreground">Already have an account?<!-- --> <a class="text-orange-500 hover:text-orange-400 transition-colors" href="/admin/login">Sign in</a></p><div class="jsx-301ec7a03a062a2c mt-12 pt-6 border-t border-border flex items-center justify-center gap-2 text-sm text-muted-foreground"><span class="jsx-301ec7a03a062a2c">Powered by</span><svg width="20" height="20" viewBox="0 0 256 256" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" class="text-white dark:text-black [--logo-bg:#000000] dark:[--logo-bg:#ffffff] opacity-80"><rect x="0" y="0" width="256" height="256" rx="20" ry="20" fill="var(--logo-bg)"></rect><g transform="translate(0,256) scale(0.0476,-0.0476)" fill="currentColor" stroke="none"><path d="M725 4825 c-50 -18 -100 -71 -114 -122 -15 -54 -15 -1573 0 -1628 16 -55 44 -92 89 -115 38 -19 62 -20 855 -20 781 0 817 1 853 19 46 23 67 46 87 94 13 32 15 138 15 830 0 566 -3 804 -11 828 -16 45 -55 87 -104 110 -38 18 -82 19 -835 18 -659 0 -802 -2 -835 -14z m1351 -371 c15 -11 37 -33 48 -48 21 -27 21 -38 21 -520 0 -547 3 -523 -68 -566 -31 -19 -54 -20 -521 -20 -483 0 -489 0 -524 22 -20 12 -42 38 -53 62 -17 38 -19 74 -19 504 0 496 1 503 51 548 46 41 66 43 561 41 464 -2 477 -3 504 -23z"></path><path d="M3058 4830 c-44 -13 -87 -49 -108 -90 -19 -37 -20 -61 -20 -471 0 -428 0 -432 22 -471 13 -22 41 -51 64 -64 41 -24 41 -24 685 -24 645 0 645 0 689 -22 63 -33 80 -71 80 -183 0 -101 -15 -144 -63 -179 -28 -21 -41 -21 -695 -26 -666 -5 -667 -5 -702 -27 -109 -68 -106 -247 5 -310 40 -23 40 -23 858 -23 664 0 824 3 850 14 43 17 95 78 102 118 3 18 5 225 3 459 -3 426 -3 426 -31 462 -58 76 -15 71 -757 77 -620 5 -667 6 -692 23 -44 30 -58 74 -58 179 0 116 16 153 80 186 44 22 44 22 693 22 710 0 678 -3 731 60 80 96 41 240 -79 287 -35 14 -1612 17 -1657 3z"></path><path d="M702 2509 c-48 -24 -75 -57 -91 -114 -9 -29 -11 -253 -9 -840 3 -779 4 -801 23 -834 11 -19 37 -48 58 -65 39 -31 39 -31 380 -31 342 0 342 0 399 28 31 15 63 39 73 53 16 25 16 25 62 -16 77 -67 104 -71 470 -68 320 3 320 3 360 30 24 16 49 44 62 70 21 44 21 49 21 854 0 773 -1 811 -19 851 -35 76 -135 120 -215 93 -41 -13 -90 -51 -109 -84 -9 -16 -13 -187 -17 -688 -5 -654 -5 -667 -26 -694 -43 -58 -68 -69 -169 -72 -82 -3 -99 -1 -133 18 -22 12 -49 39 -61 60 -21 37 -21 45 -21 664 0 439 -3 641 -11 673 -32 123 -190 174 -285 91 -73 -64 -69 -20 -70 -743 0 -721 3 -687 -66 -737 -28 -20 -47 -23 -133 -26 -91 -3 -103 -2 -134 20 -19 13 -44 36 -55 51 -21 28 -21 38 -26 695 -4 481 -8 673 -17 687 -50 87 -152 118 -241 74z"></path><path d="M3047 2515 c-47 -16 -81 -46 -101 -90 -14 -28 -16 -95 -16 -463 0 -281 4 -440 11 -459 15 -40 48 -73 94 -94 38 -17 79 -19 685 -19 626 0 646 -1 678 -20 58 -35 72 -72 72 -185 0 -110 -14 -147 -67 -182 -25 -17 -73 -18 -698 -23 -672 -5 -672 -5 -708 -33 -20 -15 -44 -42 -53 -60 -21 -39 -21 -125 -1 -163 20 -38 65 -80 100 -93 19 -8 289 -11 833 -11 701 0 809 2 841 15 48 20 71 41 94 88 19 35 19 60 17 480 -3 444 -3 444 -30 479 -54 71 -23 68 -740 68 -612 0 -645 1 -685 20 -67 30 -83 66 -83 183 0 116 14 156 68 189 35 21 35 21 691 22 606 1 658 2 688 19 137 74 130 264 -12 328 -38 18 -85 19 -840 18 -652 0 -807 -2 -838 -14z"></path></g></svg><span class="jsx-301ec7a03a062a2c">OSW Studio</span></div></div></div><!--$--><!--/$--><script src="/_next/static/chunks/webpack-809e7d6fd4e0142c.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[98124,[\"8720\",\"static/chunks/8720-6c3c0c904bca3f2e.js\",\"4156\",\"static/chunks/4156-321b7a8c31fe95b6.js\",\"7625\",\"static/chunks/7625-3e99f3a22fc35ba0.js\",\"7177\",\"static/chunks/app/layout-e6b6991471e946a3.js\"],\"ThemeProvider\"]\n3:I[70240,[\"8720\",\"static/chunks/8720-6c3c0c904bca3f2e.js\",\"4156\",\"static/chunks/4156-321b7a8c31fe95b6.js\",\"7625\",\"static/chunks/7625-3e99f3a22fc35ba0.js\",\"7177\",\"static/chunks/app/layout-e6b6991471e946a3.js\"],\"Toaster\"]\n4:I[16717,[\"8720\",\"static/chunks/8720-6c3c0c904bca3f2e.js\",\"4156\",\"static/chunks/4156-321b7a8c31fe95b6.js\",\"7625\",\"static/chunks/7625-3e99f3a22fc35ba0.js\",\"7177\",\"static/chunks/app/layout-e6b6991471e946a3.js\"],\"BackendStatusBanner\"]\n5:I[46131,[\"8720\",\"static/chunks/8720-6c3c0c904bca3f2e.js\",\"4156\",\"static/chunks/4156-321b7a8c31fe95b6.js\",\"7625\",\"static/chunks/7625-3e99f3a22fc35ba0.js\",\"7177\",\"static/chunks/app/layout-e6b6991471e946a3.js\"],\"default\"]\n6:I[9766,[],\"\"]\n7:I[98924,[],\"\"]\n8:I[81959,[],\"ClientPageRoot\"]\n9:I[75102,[\"176\",\"static/chunks/176-34e89399a26899a1.js\",\"5794\",\"static/chunks/5794-5775a6cba067d4b3.js\",\"8266\",\"static/chunks/app/admin/register/page-e82309aa54d1179f.js\"],\"default\"]\nc:I[24431,[],\"OutletBoundary\"]\ne:I[15278,[],\"AsyncMetadataOutlet\"]\n10:I[24431,[],\"ViewportBoundary\"]\n12:I[24431,[],\"MetadataBoundary\"]\n13:\"$Sreact.suspense\"\n15:I[57150,[],\"\"]\n:HL[\"/_next/static/media/58f662ed5ba12a72-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/c3f6eb667c0186c5-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/e4af272ccee01ff0-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/css/82f4473c79d5d55a.css\",\"style\"]\n:HL[\"/_next/static/css/1138060002beec9e.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"OVeuJe8F-fBvUq5tu9NXl\",\"p\":\"\",\"c\":[\"\",\"admin\",\"register\"],\"i\":false,\"f\":[[[\"\",{\"children\":[\"admin\",{\"children\":[\"register\",{\"children\":[\"__PAGE__\",{}]}]}]},\"$undefined\",\"$undefined\",true],[\"\",[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/82f4473c79d5d55a.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"link\",\"1\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/1138060002beec9e.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"suppressHydrationWarning\":true,\"children\":[\"$\",\"body\",null,{\"className\":\"__variable_f367f3 __variable_438d47 antialiased bg-background h-[100dvh] overflow-hidden\",\"suppressHydrationWarning\":true,\"children\":[\"$\",\"$L2\",null,{\"children\":[[\"$\",\"$L3\",null,{\"richColors\":true,\"position\":\"bottom-center\"}],[\"$\",\"$L4\",null,{}],[\"$\",\"$L5\",null,{\"children\":[\"$\",\"$L6\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L7\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]]}]}]}]]}],{\"children\":[\"admin\",[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L6\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L7\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[\"register\",[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L6\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L7\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[\"__PAGE__\",[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"$L8\",null,{\"Component\":\"$9\",\"searchParams\":{},\"params\":{},\"promises\":[\"$@a\",\"$@b\"]}],null,[\"$\",\"$Lc\",null,{\"children\":[\"$Ld\",[\"$\",\"$Le\",null,{\"promise\":\"$@f\"}]]}]]}],{},null,false]},null,false]},null,false]},null,false],[\"$\",\"$1\",\"h\",{\"children\":[null,[[\"$\",\"$L10\",null,{\"children\":\"$L11\"}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]],[\"$\",\"$L12\",null,{\"children\":[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$13\",null,{\"fallback\":null,\"children\":\"$L14\"}]}]}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$15\",[]],\"s\":false,\"S\":true}\n"])</script><script>self.__next_f.push([1,"a:{}\nb:\"$0:f:0:1:2:children:2:children:2:children:1:props:children:0:props:params\"\n"])</script><script>self.__next_f.push([1,"11:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1, maximum-scale=1\"}],[\"$\",\"meta\",\"2\",{\"name\":\"theme-color\",\"content\":\"#000000\"}]]\nd:null\n"])</script><script>self.__next_f.push([1,"16:I[80622,[],\"IconMark\"]\n"])</script><script>self.__next_f.push([1,"f:{\"metadata\":[[\"$\",\"title\",\"0\",{\"children\":\"OSW Studio\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Open Source Web Studio is an AI-powered development environment that enables autonomous multi-file development through intelligent tool usage. Build complete applications with natural language.\"}],[\"$\",\"meta\",\"2\",{\"name\":\"mobile-web-app-capable\",\"content\":\"yes\"}],[\"$\",\"meta\",\"3\",{\"name\":\"apple-mobile-web-app-title\",\"content\":\"OSW-Studio\"}],[\"$\",\"meta\",\"4\",{\"name\":\"apple-mobile-web-app-status-bar-style\",\"content\":\"black-translucent\"}],[\"$\",\"meta\",\"5\",{\"property\":\"og:title\",\"content\":\"Open Source Web Studio | Agentic AI Development\"}],[\"$\",\"meta\",\"6\",{\"property\":\"og:description\",\"content\":\"Open Source Web Studio is an AI-powered development environment that enables autonomous multi-file development through intelligent tool usage. Build complete applications with natural language.\"}],[\"$\",\"meta\",\"7\",{\"property\":\"og:url\",\"content\":\"https://huggingface.co/spaces/otst/osw-studio\"}],[\"$\",\"meta\",\"8\",{\"property\":\"og:site_name\",\"content\":\"Open Source Web Studio\"}],[\"$\",\"meta\",\"9\",{\"property\":\"og:image\",\"content\":\"https://huggingface.co/spaces/otst/osw-studio/resolve/main/banner.png\"}],[\"$\",\"meta\",\"10\",{\"property\":\"og:image:width\",\"content\":\"1200\"}],[\"$\",\"meta\",\"11\",{\"property\":\"og:image:height\",\"content\":\"630\"}],[\"$\",\"meta\",\"12\",{\"property\":\"og:image:alt\",\"content\":\"Open Source Web Studio - Agentic AI Development\"}],[\"$\",\"meta\",\"13\",{\"name\":\"twitter:card\",\"content\":\"summary_large_image\"}],[\"$\",\"meta\",\"14\",{\"name\":\"twitter:title\",\"content\":\"OSW Studio | Agentic AI Development\"}],[\"$\",\"meta\",\"15\",{\"name\":\"twitter:description\",\"content\":\"OSW-Studio is an AI-powered development environment that enables autonomous multi-file development through intelligent tool usage. Build complete applications with natural language.\"}],[\"$\",\"meta\",\"16\",{\"name\":\"twitter:image\",\"content\":\"https://huggingface.co/spaces/otst/osw-studio/resolve/main/banner.png\"}],[\"$\",\"link\",\"17\",{\"rel\":\"shortcut icon\",\"href\":\"/osw-studio-logo.svg\"}],[\"$\",\"link\",\"18\",{\"rel\":\"icon\",\"href\":\"/osw-studio-logo.svg\"}],[\"$\",\"link\",\"19\",{\"rel\":\"apple-touch-icon\",\"href\":\"/osw-studio-logo.svg\"}],[\"$\",\"$L16\",\"20\",{}]],\"error\":null,\"digest\":\"$undefined\"}\n"])</script><script>self.__next_f.push([1,"14:\"$f:metadata\"\n"])</script></body></html>
.next/server/app/admin/register.rsc CHANGED
@@ -1,8 +1,8 @@
1
  1:"$Sreact.fragment"
2
- 2:I[98124,["8001","static/chunks/8001-ab2328d010d9575c.js","4165","static/chunks/4165-2fd065a6c1436849.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-29b5b9c7b4063442.js"],"ThemeProvider"]
3
- 3:I[70240,["8001","static/chunks/8001-ab2328d010d9575c.js","4165","static/chunks/4165-2fd065a6c1436849.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-29b5b9c7b4063442.js"],"Toaster"]
4
- 4:I[16717,["8001","static/chunks/8001-ab2328d010d9575c.js","4165","static/chunks/4165-2fd065a6c1436849.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-29b5b9c7b4063442.js"],"BackendStatusBanner"]
5
- 5:I[46131,["8001","static/chunks/8001-ab2328d010d9575c.js","4165","static/chunks/4165-2fd065a6c1436849.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-29b5b9c7b4063442.js"],"default"]
6
  6:I[9766,[],""]
7
  7:I[98924,[],""]
8
  8:I[81959,[],"ClientPageRoot"]
@@ -18,7 +18,7 @@ e:I[15278,[],"AsyncMetadataOutlet"]
18
  :HL["/_next/static/media/e4af272ccee01ff0-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
19
  :HL["/_next/static/css/82f4473c79d5d55a.css","style"]
20
  :HL["/_next/static/css/1138060002beec9e.css","style"]
21
- 0:{"P":null,"b":"b9Cr66_fnQ05YQJS0EJ62","p":"","c":["","admin","register"],"i":false,"f":[[["",{"children":["admin",{"children":["register",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",true],["",["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/82f4473c79d5d55a.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/css/1138060002beec9e.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"__variable_f367f3 __variable_438d47 antialiased bg-background h-[100dvh] overflow-hidden","suppressHydrationWarning":true,"children":["$","$L2",null,{"children":[["$","$L3",null,{"richColors":true,"position":"bottom-center"}],["$","$L4",null,{}],["$","$L5",null,{"children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]]}]}]}]]}],{"children":["admin",["$","$1","c",{"children":[null,["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":["register",["$","$1","c",{"children":[null,["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":["__PAGE__",["$","$1","c",{"children":[["$","$L8",null,{"Component":"$9","searchParams":{},"params":{},"promises":["$@a","$@b"]}],null,["$","$Lc",null,{"children":["$Ld",["$","$Le",null,{"promise":"$@f"}]]}]]}],{},null,false]},null,false]},null,false]},null,false],["$","$1","h",{"children":[null,[["$","$L10",null,{"children":"$L11"}],["$","meta",null,{"name":"next-size-adjust","content":""}]],["$","$L12",null,{"children":["$","div",null,{"hidden":true,"children":["$","$13",null,{"fallback":null,"children":"$L14"}]}]}]]}],false]],"m":"$undefined","G":["$15",[]],"s":false,"S":true}
22
  a:{}
23
  b:"$0:f:0:1:2:children:2:children:2:children:1:props:children:0:props:params"
24
  11:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1, maximum-scale=1"}],["$","meta","2",{"name":"theme-color","content":"#000000"}]]
 
1
  1:"$Sreact.fragment"
2
+ 2:I[98124,["8720","static/chunks/8720-6c3c0c904bca3f2e.js","4156","static/chunks/4156-321b7a8c31fe95b6.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-e6b6991471e946a3.js"],"ThemeProvider"]
3
+ 3:I[70240,["8720","static/chunks/8720-6c3c0c904bca3f2e.js","4156","static/chunks/4156-321b7a8c31fe95b6.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-e6b6991471e946a3.js"],"Toaster"]
4
+ 4:I[16717,["8720","static/chunks/8720-6c3c0c904bca3f2e.js","4156","static/chunks/4156-321b7a8c31fe95b6.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-e6b6991471e946a3.js"],"BackendStatusBanner"]
5
+ 5:I[46131,["8720","static/chunks/8720-6c3c0c904bca3f2e.js","4156","static/chunks/4156-321b7a8c31fe95b6.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-e6b6991471e946a3.js"],"default"]
6
  6:I[9766,[],""]
7
  7:I[98924,[],""]
8
  8:I[81959,[],"ClientPageRoot"]
 
18
  :HL["/_next/static/media/e4af272ccee01ff0-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
19
  :HL["/_next/static/css/82f4473c79d5d55a.css","style"]
20
  :HL["/_next/static/css/1138060002beec9e.css","style"]
21
+ 0:{"P":null,"b":"OVeuJe8F-fBvUq5tu9NXl","p":"","c":["","admin","register"],"i":false,"f":[[["",{"children":["admin",{"children":["register",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",true],["",["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/82f4473c79d5d55a.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/css/1138060002beec9e.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"__variable_f367f3 __variable_438d47 antialiased bg-background h-[100dvh] overflow-hidden","suppressHydrationWarning":true,"children":["$","$L2",null,{"children":[["$","$L3",null,{"richColors":true,"position":"bottom-center"}],["$","$L4",null,{}],["$","$L5",null,{"children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]]}]}]}]]}],{"children":["admin",["$","$1","c",{"children":[null,["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":["register",["$","$1","c",{"children":[null,["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":["__PAGE__",["$","$1","c",{"children":[["$","$L8",null,{"Component":"$9","searchParams":{},"params":{},"promises":["$@a","$@b"]}],null,["$","$Lc",null,{"children":["$Ld",["$","$Le",null,{"promise":"$@f"}]]}]]}],{},null,false]},null,false]},null,false]},null,false],["$","$1","h",{"children":[null,[["$","$L10",null,{"children":"$L11"}],["$","meta",null,{"name":"next-size-adjust","content":""}]],["$","$L12",null,{"children":["$","div",null,{"hidden":true,"children":["$","$13",null,{"fallback":null,"children":"$L14"}]}]}]]}],false]],"m":"$undefined","G":["$15",[]],"s":false,"S":true}
22
  a:{}
23
  b:"$0:f:0:1:2:children:2:children:2:children:1:props:children:0:props:params"
24
  11:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1, maximum-scale=1"}],["$","meta","2",{"name":"theme-color","content":"#000000"}]]
.next/server/app/admin/register/page.js CHANGED
@@ -1,2 +1,2 @@
1
  (()=>{var a={};a.id=8266,a.ids=[8266],a.modules={261:a=>{"use strict";a.exports=require("next/dist/shared/lib/router/utils/app-paths")},3295:a=>{"use strict";a.exports=require("next/dist/server/app-render/after-task-async-storage.external.js")},3716:(a,b,c)=>{"use strict";c.r(b),c.d(b,{default:()=>d});let d=(0,c(97954).registerClientReference)(function(){throw Error("Attempted to call the default export of \"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/register/page.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.")},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/register/page.tsx","default")},10846:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},17622:(a,b,c)=>{"use strict";c.r(b),c.d(b,{default:()=>l});var d=c(21124),e=c(95627),f=c.n(e),g=c(38301),h=c(42378),i=c(3991),j=c.n(i),k=c(49308);function l(){let a=(0,h.useRouter)(),[b,c]=(0,g.useState)(""),[e,i]=(0,g.useState)(""),[l,m]=(0,g.useState)(""),[n,o]=(0,g.useState)(!1),[p,q]=(0,g.useState)(""),[r,s]=(0,g.useState)(!1),[t,u]=(0,g.useState)(!1),v=async c=>{c.preventDefault(),q(""),o(!0);try{let c=await fetch("/api/auth/register",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({email:b,password:l,displayName:e||void 0})}),d=await c.json();if(!c.ok)return void q(d.error||"Registration failed");d.defaultWorkspaceId?(document.cookie=`osw_workspace=${d.defaultWorkspaceId};path=/;max-age=31536000`,d.defaultWorkspaceName&&localStorage.setItem("osw-workspace-name",d.defaultWorkspaceName),a.push(`/w/${d.defaultWorkspaceId}/projects`)):a.push("/admin")}catch(a){q("An error occurred. Please try again."),o(!1)}};return(0,d.jsxs)("div",{className:"jsx-301ec7a03a062a2c min-h-screen bg-background text-foreground flex items-center justify-center p-4 animate-fadeIn",children:[(0,d.jsx)(f(),{id:"301ec7a03a062a2c",children:"@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes float{0%,100%{transform:translatey(0px)}50%{transform:translatey(-10px)}}.animate-fadeIn.jsx-301ec7a03a062a2c{animation:fadeIn.6s ease-in}.animate-float.jsx-301ec7a03a062a2c{animation:float 3s ease-in-out infinite}"}),(0,d.jsxs)("div",{className:"jsx-301ec7a03a062a2c max-w-md w-full text-center",children:[(0,d.jsx)("div",{className:"jsx-301ec7a03a062a2c mb-8 animate-float flex justify-center",children:(0,d.jsx)(k.g,{width:96,height:96})}),(0,d.jsx)("h1",{className:"jsx-301ec7a03a062a2c text-3xl font-semibold mb-2 tracking-tight",children:r?"Set Up OSW Studio":"Create an account"}),(0,d.jsx)("p",{className:"jsx-301ec7a03a062a2c text-muted-foreground mb-8",children:r?"Create the admin account to get started":"Join OSW Studio"}),(0,d.jsxs)("form",{onSubmit:v,className:"jsx-301ec7a03a062a2c space-y-4",children:[(0,d.jsxs)("div",{className:"jsx-301ec7a03a062a2c text-left",children:[(0,d.jsx)("label",{htmlFor:"email",className:"jsx-301ec7a03a062a2c block text-sm font-medium text-muted-foreground mb-2",children:"Email"}),(0,d.jsx)("input",{id:"email",type:"email",value:b,onChange:a=>c(a.target.value),placeholder:"you@example.com",required:!0,autoFocus:!0,className:"jsx-301ec7a03a062a2c w-full px-4 py-3 bg-muted border border-border rounded-lg text-foreground placeholder:text-muted-foreground focus:outline-none focus:ring-2 focus:ring-orange-500 focus:border-transparent transition-all"})]}),(0,d.jsxs)("div",{className:"jsx-301ec7a03a062a2c text-left",children:[(0,d.jsxs)("label",{htmlFor:"displayName",className:"jsx-301ec7a03a062a2c block text-sm font-medium text-muted-foreground mb-2",children:["Display name ",(0,d.jsx)("span",{className:"jsx-301ec7a03a062a2c text-muted-foreground/70",children:"(optional)"})]}),(0,d.jsx)("input",{id:"displayName",type:"text",value:e,onChange:a=>i(a.target.value),placeholder:"Your name",className:"jsx-301ec7a03a062a2c w-full px-4 py-3 bg-muted border border-border rounded-lg text-foreground placeholder:text-muted-foreground focus:outline-none focus:ring-2 focus:ring-orange-500 focus:border-transparent transition-all"})]}),(0,d.jsxs)("div",{className:"jsx-301ec7a03a062a2c text-left",children:[(0,d.jsxs)("div",{className:"jsx-301ec7a03a062a2c flex items-center justify-between mb-2",children:[(0,d.jsx)("label",{htmlFor:"password",className:"jsx-301ec7a03a062a2c text-sm font-medium text-muted-foreground",children:"Password"}),(0,d.jsx)("button",{type:"button",onClick:()=>{let a="abcdefghijkmnpqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ23456789!@#$%&*",b="",c=new Uint32Array(16);crypto.getRandomValues(c);for(let d=0;d<16;d++)b+=a[c[d]%a.length];m(b),u(!0)},className:"jsx-301ec7a03a062a2c text-xs text-orange-500 hover:text-orange-400 transition-colors",children:"Generate"})]}),(0,d.jsxs)("div",{className:"jsx-301ec7a03a062a2c relative",children:[(0,d.jsx)("input",{id:"password",type:t?"text":"password",value:l,onChange:a=>m(a.target.value),placeholder:"At least 8 characters",required:!0,minLength:8,className:"jsx-301ec7a03a062a2c w-full px-4 py-3 pr-11 bg-muted border border-border rounded-lg text-foreground placeholder:text-muted-foreground focus:outline-none focus:ring-2 focus:ring-orange-500 focus:border-transparent transition-all"}),(0,d.jsx)("button",{type:"button",onClick:()=>u(!t),className:"jsx-301ec7a03a062a2c absolute right-3 top-1/2 -translate-y-1/2 text-muted-foreground hover:text-foreground transition-colors",children:t?(0,d.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"18",height:"18",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",className:"jsx-301ec7a03a062a2c",children:[(0,d.jsx)("path",{d:"M17.94 17.94A10.07 10.07 0 0 1 12 20c-7 0-11-8-11-8a18.45 18.45 0 0 1 5.06-5.94M9.9 4.24A9.12 9.12 0 0 1 12 4c7 0 11 8 11 8a18.5 18.5 0 0 1-2.16 3.19m-6.72-1.07a3 3 0 1 1-4.24-4.24",className:"jsx-301ec7a03a062a2c"}),(0,d.jsx)("line",{x1:"1",y1:"1",x2:"23",y2:"23",className:"jsx-301ec7a03a062a2c"})]}):(0,d.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"18",height:"18",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",className:"jsx-301ec7a03a062a2c",children:[(0,d.jsx)("path",{d:"M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z",className:"jsx-301ec7a03a062a2c"}),(0,d.jsx)("circle",{cx:"12",cy:"12",r:"3",className:"jsx-301ec7a03a062a2c"})]})})]})]}),p&&(0,d.jsx)("div",{className:"jsx-301ec7a03a062a2c p-3 bg-destructive/10 border border-destructive/30 text-destructive rounded-lg text-sm",children:p}),(0,d.jsx)("button",{type:"submit",disabled:n,className:"jsx-301ec7a03a062a2c w-full bg-orange-600 hover:bg-orange-700 text-white font-medium py-3 px-4 rounded-lg transition-colors disabled:bg-muted disabled:text-muted-foreground disabled:cursor-not-allowed",children:n?"Creating account...":"Create account"})]}),!r&&(0,d.jsxs)("p",{className:"jsx-301ec7a03a062a2c mt-6 text-sm text-muted-foreground",children:["Already have an account?"," ",(0,d.jsx)(j(),{href:"/admin/login",className:"text-orange-500 hover:text-orange-400 transition-colors",children:"Sign in"})]}),(0,d.jsxs)("div",{className:"jsx-301ec7a03a062a2c mt-12 pt-6 border-t border-border flex items-center justify-center gap-2 text-sm text-muted-foreground",children:[(0,d.jsx)("span",{className:"jsx-301ec7a03a062a2c",children:"Powered by"}),(0,d.jsx)(k.g,{width:20,height:20,className:"opacity-80"}),(0,d.jsx)("span",{className:"jsx-301ec7a03a062a2c",children:"OSW Studio"})]})]})]})}},19121:a=>{"use strict";a.exports=require("next/dist/server/app-render/action-async-storage.external.js")},26713:a=>{"use strict";a.exports=require("next/dist/shared/lib/router/utils/is-bot")},28354:a=>{"use strict";a.exports=require("util")},29294:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-async-storage.external.js")},33873:a=>{"use strict";a.exports=require("path")},35461:(a,b,c)=>{Promise.resolve().then(c.bind(c,3716))},36586:(a,b,c)=>{"use strict";c.r(b),c.d(b,{GlobalError:()=>D.a,__next_app__:()=>J,handler:()=>L,pages:()=>I,routeModule:()=>K,tree:()=>H});var d=c(49754),e=c(9117),f=c(46595),g=c(32324),h=c(39326),i=c(38928),j=c(20175),k=c(12),l=c(54290),m=c(12696),n=c(82802),o=c(77533),p=c(45229),q=c(32822),r=c(261),s=c(26453),t=c(52474),u=c(26713),v=c(51356),w=c(62685),x=c(36225),y=c(63446),z=c(2762),A=c(45742),B=c(86439),C=c(81170),D=c.n(C),E=c(62506),F=c(91203),G={};for(let a in E)0>["default","tree","pages","GlobalError","__next_app__","routeModule","handler"].indexOf(a)&&(G[a]=()=>E[a]);c.d(b,G);let H={children:["",{children:["admin",{children:["register",{children:["__PAGE__",{},{page:[()=>Promise.resolve().then(c.bind(c,3716)),"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/register/page.tsx"]}]},{}]},{}]},{layout:[()=>Promise.resolve().then(c.bind(c,16953)),"/Users/otto/Desktop/deepstudio/osw-studio-git/app/layout.tsx"],"global-error":[()=>Promise.resolve().then(c.t.bind(c,81170,23)),"next/dist/client/components/builtin/global-error.js"],"not-found":[()=>Promise.resolve().then(c.t.bind(c,87028,23)),"next/dist/client/components/builtin/not-found.js"],forbidden:[()=>Promise.resolve().then(c.t.bind(c,90461,23)),"next/dist/client/components/builtin/forbidden.js"],unauthorized:[()=>Promise.resolve().then(c.t.bind(c,32768,23)),"next/dist/client/components/builtin/unauthorized.js"]}]}.children,I=["/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/register/page.tsx"],J={require:c,loadChunk:()=>Promise.resolve()},K=new d.AppPageRouteModule({definition:{kind:e.RouteKind.APP_PAGE,page:"/admin/register/page",pathname:"/admin/register",bundlePath:"",filename:"",appPaths:[]},userland:{loaderTree:H},distDir:".next",relativeProjectDir:""});async function L(a,b,d){var C;let G="/admin/register/page";"/index"===G&&(G="/");let M=(0,h.getRequestMeta)(a,"postponed"),N=(0,h.getRequestMeta)(a,"minimalMode"),O=await K.prepare(a,b,{srcPage:G,multiZoneDraftMode:!1});if(!O)return b.statusCode=400,b.end("Bad Request"),null==d.waitUntil||d.waitUntil.call(d,Promise.resolve()),null;let{buildId:P,query:Q,params:R,parsedUrl:S,pageIsDynamic:T,buildManifest:U,nextFontManifest:V,reactLoadableManifest:W,serverActionsManifest:X,clientReferenceManifest:Y,subresourceIntegrityManifest:Z,prerenderManifest:$,isDraftMode:_,resolvedPathname:aa,revalidateOnlyGenerated:ab,routerServerContext:ac,nextConfig:ad,interceptionRoutePatterns:ae}=O,af=S.pathname||"/",ag=(0,r.normalizeAppPath)(G),{isOnDemandRevalidate:ah}=O,ai=K.match(af,$),aj=!!$.routes[aa],ak=!!(ai||aj||$.routes[ag]),al=a.headers["user-agent"]||"",am=(0,u.getBotType)(al),an=(0,p.isHtmlBotRequest)(a),ao=(0,h.getRequestMeta)(a,"isPrefetchRSCRequest")??"1"===a.headers[t.NEXT_ROUTER_PREFETCH_HEADER],ap=(0,h.getRequestMeta)(a,"isRSCRequest")??!!a.headers[t.RSC_HEADER],aq=(0,s.getIsPossibleServerAction)(a),ar=(0,m.checkIsAppPPREnabled)(ad.experimental.ppr)&&(null==(C=$.routes[ag]??$.dynamicRoutes[ag])?void 0:C.renderingMode)==="PARTIALLY_STATIC",as=!1,at=!1,au=ar?M:void 0,av=ar&&ap&&!ao,aw=(0,h.getRequestMeta)(a,"segmentPrefetchRSCRequest"),ax=!al||(0,p.shouldServeStreamingMetadata)(al,ad.htmlLimitedBots);an&&ar&&(ak=!1,ax=!1);let ay=!0===K.isDev||!ak||"string"==typeof M||av,az=an&&ar,aA=null;_||!ak||ay||aq||au||av||(aA=aa);let aB=aA;!aB&&K.isDev&&(aB=aa),K.isDev||_||!ak||!ap||av||(0,k.d)(a.headers);let aC={...E,tree:H,pages:I,GlobalError:D(),handler:L,routeModule:K,__next_app__:J};X&&Y&&(0,o.setReferenceManifestsSingleton)({page:G,clientReferenceManifest:Y,serverActionsManifest:X,serverModuleMap:(0,q.createServerModuleMap)({serverActionsManifest:X})});let aD=a.method||"GET",aE=(0,g.getTracer)(),aF=aE.getActiveScopeSpan();try{let f=K.getVaryHeader(aa,ae);b.setHeader("Vary",f);let k=async(c,d)=>{let e=new l.NodeNextRequest(a),f=new l.NodeNextResponse(b);return K.render(e,f,d).finally(()=>{if(!c)return;c.setAttributes({"http.status_code":b.statusCode,"next.rsc":!1});let d=aE.getRootSpanAttributes();if(!d)return;if(d.get("next.span_type")!==i.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${d.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let e=d.get("next.route");if(e){let a=`${aD} ${e}`;c.setAttributes({"next.route":e,"http.route":e,"next.span_name":a}),c.updateName(a)}else c.updateName(`${aD} ${a.url}`)})},m=async({span:e,postponed:f,fallbackRouteParams:g})=>{let i={query:Q,params:R,page:ag,sharedContext:{buildId:P},serverComponentsHmrCache:(0,h.getRequestMeta)(a,"serverComponentsHmrCache"),fallbackRouteParams:g,renderOpts:{App:()=>null,Document:()=>null,pageConfig:{},ComponentMod:aC,Component:(0,j.T)(aC),params:R,routeModule:K,page:G,postponed:f,shouldWaitOnAllReady:az,serveStreamingMetadata:ax,supportsDynamicResponse:"string"==typeof f||ay,buildManifest:U,nextFontManifest:V,reactLoadableManifest:W,subresourceIntegrityManifest:Z,serverActionsManifest:X,clientReferenceManifest:Y,setIsrStatus:null==ac?void 0:ac.setIsrStatus,dir:c(33873).join(process.cwd(),K.relativeProjectDir),isDraftMode:_,isRevalidate:ak&&!f&&!av,botType:am,isOnDemandRevalidate:ah,isPossibleServerAction:aq,assetPrefix:ad.assetPrefix,nextConfigOutput:ad.output,crossOrigin:ad.crossOrigin,trailingSlash:ad.trailingSlash,previewProps:$.preview,deploymentId:ad.deploymentId,enableTainting:ad.experimental.taint,htmlLimitedBots:ad.htmlLimitedBots,devtoolSegmentExplorer:ad.experimental.devtoolSegmentExplorer,reactMaxHeadersLength:ad.reactMaxHeadersLength,multiZoneDraftMode:!1,incrementalCache:(0,h.getRequestMeta)(a,"incrementalCache"),cacheLifeProfiles:ad.experimental.cacheLife,basePath:ad.basePath,serverActions:ad.experimental.serverActions,...as?{nextExport:!0,supportsDynamicResponse:!1,isStaticGeneration:!0,isRevalidate:!0,isDebugDynamicAccesses:as}:{},experimental:{isRoutePPREnabled:ar,expireTime:ad.expireTime,staleTimes:ad.experimental.staleTimes,cacheComponents:!!ad.experimental.cacheComponents,clientSegmentCache:!!ad.experimental.clientSegmentCache,clientParamParsing:!!ad.experimental.clientParamParsing,dynamicOnHover:!!ad.experimental.dynamicOnHover,inlineCss:!!ad.experimental.inlineCss,authInterrupts:!!ad.experimental.authInterrupts,clientTraceMetadata:ad.experimental.clientTraceMetadata||[]},waitUntil:d.waitUntil,onClose:a=>{b.on("close",a)},onAfterTaskError:()=>{},onInstrumentationRequestError:(b,c,d)=>K.onRequestError(a,b,d,ac),err:(0,h.getRequestMeta)(a,"invokeError"),dev:K.isDev}},l=await k(e,i),{metadata:m}=l,{cacheControl:n,headers:o={},fetchTags:p}=m;if(p&&(o[y.NEXT_CACHE_TAGS_HEADER]=p),a.fetchMetrics=m.fetchMetrics,ak&&(null==n?void 0:n.revalidate)===0&&!K.isDev&&!ar){let a=m.staticBailoutInfo,b=Object.defineProperty(Error(`Page changed from static to dynamic at runtime ${aa}${(null==a?void 0:a.description)?`, reason: ${a.description}`:""}
2
- see more here https://nextjs.org/docs/messages/app-static-to-dynamic-error`),"__NEXT_ERROR_CODE",{value:"E132",enumerable:!1,configurable:!0});if(null==a?void 0:a.stack){let c=a.stack;b.stack=b.message+c.substring(c.indexOf("\n"))}throw b}return{value:{kind:v.CachedRouteKind.APP_PAGE,html:l,headers:o,rscData:m.flightData,postponed:m.postponed,status:m.statusCode,segmentData:m.segmentData},cacheControl:n}},o=async({hasResolved:c,previousCacheEntry:f,isRevalidating:g,span:i})=>{let j,k=!1===K.isDev,l=c||b.writableEnded;if(ah&&ab&&!f&&!N)return(null==ac?void 0:ac.render404)?await ac.render404(a,b):(b.statusCode=404,b.end("This page could not be found")),null;if(ai&&(j=(0,w.parseFallbackField)(ai.fallback)),j===w.FallbackMode.PRERENDER&&(0,u.isBot)(al)&&(!ar||an)&&(j=w.FallbackMode.BLOCKING_STATIC_RENDER),(null==f?void 0:f.isStale)===-1&&(ah=!0),ah&&(j!==w.FallbackMode.NOT_FOUND||f)&&(j=w.FallbackMode.BLOCKING_STATIC_RENDER),!N&&j!==w.FallbackMode.BLOCKING_STATIC_RENDER&&aB&&!l&&!_&&T&&(k||!aj)){let b;if((k||ai)&&j===w.FallbackMode.NOT_FOUND)throw new B.NoFallbackError;if(ar&&!ap){let c="string"==typeof(null==ai?void 0:ai.fallback)?ai.fallback:k?ag:null;if(b=await K.handleResponse({cacheKey:c,req:a,nextConfig:ad,routeKind:e.RouteKind.APP_PAGE,isFallback:!0,prerenderManifest:$,isRoutePPREnabled:ar,responseGenerator:async()=>m({span:i,postponed:void 0,fallbackRouteParams:k||at?(0,n.u)(ag):null}),waitUntil:d.waitUntil}),null===b)return null;if(b)return delete b.cacheControl,b}}let o=ah||g||!au?void 0:au;if(as&&void 0!==o)return{cacheControl:{revalidate:1,expire:void 0},value:{kind:v.CachedRouteKind.PAGES,html:x.default.EMPTY,pageData:{},headers:void 0,status:void 0}};let p=T&&ar&&((0,h.getRequestMeta)(a,"renderFallbackShell")||at)?(0,n.u)(af):null;return m({span:i,postponed:o,fallbackRouteParams:p})},p=async c=>{var f,g,i,j,k;let l,n=await K.handleResponse({cacheKey:aA,responseGenerator:a=>o({span:c,...a}),routeKind:e.RouteKind.APP_PAGE,isOnDemandRevalidate:ah,isRoutePPREnabled:ar,req:a,nextConfig:ad,prerenderManifest:$,waitUntil:d.waitUntil});if(_&&b.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate"),K.isDev&&b.setHeader("Cache-Control","no-store, must-revalidate"),!n){if(aA)throw Object.defineProperty(Error("invariant: cache entry required but not generated"),"__NEXT_ERROR_CODE",{value:"E62",enumerable:!1,configurable:!0});return null}if((null==(f=n.value)?void 0:f.kind)!==v.CachedRouteKind.APP_PAGE)throw Object.defineProperty(Error(`Invariant app-page handler received invalid cache entry ${null==(i=n.value)?void 0:i.kind}`),"__NEXT_ERROR_CODE",{value:"E707",enumerable:!1,configurable:!0});let p="string"==typeof n.value.postponed;ak&&!av&&(!p||ao)&&(N||b.setHeader("x-nextjs-cache",ah?"REVALIDATED":n.isMiss?"MISS":n.isStale?"STALE":"HIT"),b.setHeader(t.NEXT_IS_PRERENDER_HEADER,"1"));let{value:q}=n;if(au)l={revalidate:0,expire:void 0};else if(N&&ap&&!ao&&ar)l={revalidate:0,expire:void 0};else if(!K.isDev)if(_)l={revalidate:0,expire:void 0};else if(ak){if(n.cacheControl)if("number"==typeof n.cacheControl.revalidate){if(n.cacheControl.revalidate<1)throw Object.defineProperty(Error(`Invalid revalidate configuration provided: ${n.cacheControl.revalidate} < 1`),"__NEXT_ERROR_CODE",{value:"E22",enumerable:!1,configurable:!0});l={revalidate:n.cacheControl.revalidate,expire:(null==(j=n.cacheControl)?void 0:j.expire)??ad.expireTime}}else l={revalidate:y.CACHE_ONE_YEAR,expire:void 0}}else b.getHeader("Cache-Control")||(l={revalidate:0,expire:void 0});if(n.cacheControl=l,"string"==typeof aw&&(null==q?void 0:q.kind)===v.CachedRouteKind.APP_PAGE&&q.segmentData){b.setHeader(t.NEXT_DID_POSTPONE_HEADER,"2");let c=null==(k=q.headers)?void 0:k[y.NEXT_CACHE_TAGS_HEADER];N&&ak&&c&&"string"==typeof c&&b.setHeader(y.NEXT_CACHE_TAGS_HEADER,c);let d=q.segmentData.get(aw);return void 0!==d?(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:x.default.fromStatic(d,t.RSC_CONTENT_TYPE_HEADER),cacheControl:n.cacheControl}):(b.statusCode=204,(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:x.default.EMPTY,cacheControl:n.cacheControl}))}let r=(0,h.getRequestMeta)(a,"onCacheEntry");if(r&&await r({...n,value:{...n.value,kind:"PAGE"}},{url:(0,h.getRequestMeta)(a,"initURL")}))return null;if(p&&au)throw Object.defineProperty(Error("Invariant: postponed state should not be present on a resume request"),"__NEXT_ERROR_CODE",{value:"E396",enumerable:!1,configurable:!0});if(q.headers){let a={...q.headers};for(let[c,d]of(N&&ak||delete a[y.NEXT_CACHE_TAGS_HEADER],Object.entries(a)))if(void 0!==d)if(Array.isArray(d))for(let a of d)b.appendHeader(c,a);else"number"==typeof d&&(d=d.toString()),b.appendHeader(c,d)}let s=null==(g=q.headers)?void 0:g[y.NEXT_CACHE_TAGS_HEADER];if(N&&ak&&s&&"string"==typeof s&&b.setHeader(y.NEXT_CACHE_TAGS_HEADER,s),!q.status||ap&&ar||(b.statusCode=q.status),!N&&q.status&&F.RedirectStatusCode[q.status]&&ap&&(b.statusCode=200),p&&b.setHeader(t.NEXT_DID_POSTPONE_HEADER,"1"),ap&&!_){if(void 0===q.rscData){if(q.postponed)throw Object.defineProperty(Error("Invariant: Expected postponed to be undefined"),"__NEXT_ERROR_CODE",{value:"E372",enumerable:!1,configurable:!0});return(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:q.html,cacheControl:av?{revalidate:0,expire:void 0}:n.cacheControl})}return(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:x.default.fromStatic(q.rscData,t.RSC_CONTENT_TYPE_HEADER),cacheControl:n.cacheControl})}let u=q.html;if(!p||N||ap)return(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:u,cacheControl:n.cacheControl});if(as)return u.push(new ReadableStream({start(a){a.enqueue(z.ENCODED_TAGS.CLOSED.BODY_AND_HTML),a.close()}})),(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:u,cacheControl:{revalidate:0,expire:void 0}});let w=new TransformStream;return u.push(w.readable),m({span:c,postponed:q.postponed,fallbackRouteParams:null}).then(async a=>{var b,c;if(!a)throw Object.defineProperty(Error("Invariant: expected a result to be returned"),"__NEXT_ERROR_CODE",{value:"E463",enumerable:!1,configurable:!0});if((null==(b=a.value)?void 0:b.kind)!==v.CachedRouteKind.APP_PAGE)throw Object.defineProperty(Error(`Invariant: expected a page response, got ${null==(c=a.value)?void 0:c.kind}`),"__NEXT_ERROR_CODE",{value:"E305",enumerable:!1,configurable:!0});await a.value.html.pipeTo(w.writable)}).catch(a=>{w.writable.abort(a).catch(a=>{console.error("couldn't abort transformer",a)})}),(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:u,cacheControl:{revalidate:0,expire:void 0}})};if(!aF)return await aE.withPropagatedContext(a.headers,()=>aE.trace(i.BaseServerSpan.handleRequest,{spanName:`${aD} ${a.url}`,kind:g.SpanKind.SERVER,attributes:{"http.method":aD,"http.target":a.url}},p));await p(aF)}catch(b){throw b instanceof B.NoFallbackError||await K.onRequestError(a,b,{routerKind:"App Router",routePath:G,routeType:"render",revalidateReason:(0,f.c)({isRevalidate:ak,isOnDemandRevalidate:ah})},ac),b}}},41025:a=>{"use strict";a.exports=require("next/dist/server/app-render/dynamic-access-async-storage.external.js")},45733:(a,b,c)=>{Promise.resolve().then(c.bind(c,17622))},63033:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},86439:a=>{"use strict";a.exports=require("next/dist/shared/lib/no-fallback-error.external")}};var b=require("../../../webpack-runtime.js");b.C(a);var c=b.X(0,[1331,9038,7506,3327,7074],()=>b(b.s=36586));module.exports=c})();
 
1
  (()=>{var a={};a.id=8266,a.ids=[8266],a.modules={261:a=>{"use strict";a.exports=require("next/dist/shared/lib/router/utils/app-paths")},3295:a=>{"use strict";a.exports=require("next/dist/server/app-render/after-task-async-storage.external.js")},3716:(a,b,c)=>{"use strict";c.r(b),c.d(b,{default:()=>d});let d=(0,c(97954).registerClientReference)(function(){throw Error("Attempted to call the default export of \"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/register/page.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.")},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/register/page.tsx","default")},10846:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},17622:(a,b,c)=>{"use strict";c.r(b),c.d(b,{default:()=>l});var d=c(21124),e=c(95627),f=c.n(e),g=c(38301),h=c(42378),i=c(3991),j=c.n(i),k=c(49308);function l(){let a=(0,h.useRouter)(),[b,c]=(0,g.useState)(""),[e,i]=(0,g.useState)(""),[l,m]=(0,g.useState)(""),[n,o]=(0,g.useState)(!1),[p,q]=(0,g.useState)(""),[r,s]=(0,g.useState)(!1),[t,u]=(0,g.useState)(!1),v=async c=>{c.preventDefault(),q(""),o(!0);try{let c=await fetch("/api/auth/register",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({email:b,password:l,displayName:e||void 0})}),d=await c.json();if(!c.ok)return void q(d.error||"Registration failed");d.defaultWorkspaceId?(document.cookie=`osw_workspace=${d.defaultWorkspaceId};path=/;max-age=31536000`,d.defaultWorkspaceName&&localStorage.setItem("osw-workspace-name",d.defaultWorkspaceName),a.push(`/w/${d.defaultWorkspaceId}/projects`)):a.push("/admin")}catch(a){q("An error occurred. Please try again."),o(!1)}};return(0,d.jsxs)("div",{className:"jsx-301ec7a03a062a2c min-h-screen bg-background text-foreground flex items-center justify-center p-4 animate-fadeIn",children:[(0,d.jsx)(f(),{id:"301ec7a03a062a2c",children:"@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes float{0%,100%{transform:translatey(0px)}50%{transform:translatey(-10px)}}.animate-fadeIn.jsx-301ec7a03a062a2c{animation:fadeIn.6s ease-in}.animate-float.jsx-301ec7a03a062a2c{animation:float 3s ease-in-out infinite}"}),(0,d.jsxs)("div",{className:"jsx-301ec7a03a062a2c max-w-md w-full text-center",children:[(0,d.jsx)("div",{className:"jsx-301ec7a03a062a2c mb-8 animate-float flex justify-center",children:(0,d.jsx)(k.g,{width:96,height:96})}),(0,d.jsx)("h1",{className:"jsx-301ec7a03a062a2c text-3xl font-semibold mb-2 tracking-tight",children:r?"Set Up OSW Studio":"Create an account"}),(0,d.jsx)("p",{className:"jsx-301ec7a03a062a2c text-muted-foreground mb-8",children:r?"Create the admin account to get started":"Join OSW Studio"}),(0,d.jsxs)("form",{onSubmit:v,className:"jsx-301ec7a03a062a2c space-y-4",children:[(0,d.jsxs)("div",{className:"jsx-301ec7a03a062a2c text-left",children:[(0,d.jsx)("label",{htmlFor:"email",className:"jsx-301ec7a03a062a2c block text-sm font-medium text-muted-foreground mb-2",children:"Email"}),(0,d.jsx)("input",{id:"email",type:"email",value:b,onChange:a=>c(a.target.value),placeholder:"you@example.com",required:!0,autoFocus:!0,className:"jsx-301ec7a03a062a2c w-full px-4 py-3 bg-muted border border-border rounded-lg text-foreground placeholder:text-muted-foreground focus:outline-none focus:ring-2 focus:ring-orange-500 focus:border-transparent transition-all"})]}),(0,d.jsxs)("div",{className:"jsx-301ec7a03a062a2c text-left",children:[(0,d.jsxs)("label",{htmlFor:"displayName",className:"jsx-301ec7a03a062a2c block text-sm font-medium text-muted-foreground mb-2",children:["Display name ",(0,d.jsx)("span",{className:"jsx-301ec7a03a062a2c text-muted-foreground/70",children:"(optional)"})]}),(0,d.jsx)("input",{id:"displayName",type:"text",value:e,onChange:a=>i(a.target.value),placeholder:"Your name",className:"jsx-301ec7a03a062a2c w-full px-4 py-3 bg-muted border border-border rounded-lg text-foreground placeholder:text-muted-foreground focus:outline-none focus:ring-2 focus:ring-orange-500 focus:border-transparent transition-all"})]}),(0,d.jsxs)("div",{className:"jsx-301ec7a03a062a2c text-left",children:[(0,d.jsxs)("div",{className:"jsx-301ec7a03a062a2c flex items-center justify-between mb-2",children:[(0,d.jsx)("label",{htmlFor:"password",className:"jsx-301ec7a03a062a2c text-sm font-medium text-muted-foreground",children:"Password"}),(0,d.jsx)("button",{type:"button",onClick:()=>{let a="abcdefghijkmnpqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ23456789!@#$%&*",b="",c=new Uint32Array(16);crypto.getRandomValues(c);for(let d=0;d<16;d++)b+=a[c[d]%a.length];m(b),u(!0)},className:"jsx-301ec7a03a062a2c text-xs text-orange-500 hover:text-orange-400 transition-colors",children:"Generate"})]}),(0,d.jsxs)("div",{className:"jsx-301ec7a03a062a2c relative",children:[(0,d.jsx)("input",{id:"password",type:t?"text":"password",value:l,onChange:a=>m(a.target.value),placeholder:"At least 8 characters",required:!0,minLength:8,className:"jsx-301ec7a03a062a2c w-full px-4 py-3 pr-11 bg-muted border border-border rounded-lg text-foreground placeholder:text-muted-foreground focus:outline-none focus:ring-2 focus:ring-orange-500 focus:border-transparent transition-all"}),(0,d.jsx)("button",{type:"button",onClick:()=>u(!t),className:"jsx-301ec7a03a062a2c absolute right-3 top-1/2 -translate-y-1/2 text-muted-foreground hover:text-foreground transition-colors",children:t?(0,d.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"18",height:"18",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",className:"jsx-301ec7a03a062a2c",children:[(0,d.jsx)("path",{d:"M17.94 17.94A10.07 10.07 0 0 1 12 20c-7 0-11-8-11-8a18.45 18.45 0 0 1 5.06-5.94M9.9 4.24A9.12 9.12 0 0 1 12 4c7 0 11 8 11 8a18.5 18.5 0 0 1-2.16 3.19m-6.72-1.07a3 3 0 1 1-4.24-4.24",className:"jsx-301ec7a03a062a2c"}),(0,d.jsx)("line",{x1:"1",y1:"1",x2:"23",y2:"23",className:"jsx-301ec7a03a062a2c"})]}):(0,d.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"18",height:"18",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",className:"jsx-301ec7a03a062a2c",children:[(0,d.jsx)("path",{d:"M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z",className:"jsx-301ec7a03a062a2c"}),(0,d.jsx)("circle",{cx:"12",cy:"12",r:"3",className:"jsx-301ec7a03a062a2c"})]})})]})]}),p&&(0,d.jsx)("div",{className:"jsx-301ec7a03a062a2c p-3 bg-destructive/10 border border-destructive/30 text-destructive rounded-lg text-sm",children:p}),(0,d.jsx)("button",{type:"submit",disabled:n,className:"jsx-301ec7a03a062a2c w-full bg-orange-600 hover:bg-orange-700 text-white font-medium py-3 px-4 rounded-lg transition-colors disabled:bg-muted disabled:text-muted-foreground disabled:cursor-not-allowed",children:n?"Creating account...":"Create account"})]}),!r&&(0,d.jsxs)("p",{className:"jsx-301ec7a03a062a2c mt-6 text-sm text-muted-foreground",children:["Already have an account?"," ",(0,d.jsx)(j(),{href:"/admin/login",className:"text-orange-500 hover:text-orange-400 transition-colors",children:"Sign in"})]}),(0,d.jsxs)("div",{className:"jsx-301ec7a03a062a2c mt-12 pt-6 border-t border-border flex items-center justify-center gap-2 text-sm text-muted-foreground",children:[(0,d.jsx)("span",{className:"jsx-301ec7a03a062a2c",children:"Powered by"}),(0,d.jsx)(k.g,{width:20,height:20,className:"opacity-80"}),(0,d.jsx)("span",{className:"jsx-301ec7a03a062a2c",children:"OSW Studio"})]})]})]})}},19121:a=>{"use strict";a.exports=require("next/dist/server/app-render/action-async-storage.external.js")},26713:a=>{"use strict";a.exports=require("next/dist/shared/lib/router/utils/is-bot")},28354:a=>{"use strict";a.exports=require("util")},29294:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-async-storage.external.js")},33873:a=>{"use strict";a.exports=require("path")},35461:(a,b,c)=>{Promise.resolve().then(c.bind(c,3716))},36586:(a,b,c)=>{"use strict";c.r(b),c.d(b,{GlobalError:()=>D.a,__next_app__:()=>J,handler:()=>L,pages:()=>I,routeModule:()=>K,tree:()=>H});var d=c(49754),e=c(9117),f=c(46595),g=c(32324),h=c(39326),i=c(38928),j=c(20175),k=c(12),l=c(54290),m=c(12696),n=c(82802),o=c(77533),p=c(45229),q=c(32822),r=c(261),s=c(26453),t=c(52474),u=c(26713),v=c(51356),w=c(62685),x=c(36225),y=c(63446),z=c(2762),A=c(45742),B=c(86439),C=c(81170),D=c.n(C),E=c(62506),F=c(91203),G={};for(let a in E)0>["default","tree","pages","GlobalError","__next_app__","routeModule","handler"].indexOf(a)&&(G[a]=()=>E[a]);c.d(b,G);let H={children:["",{children:["admin",{children:["register",{children:["__PAGE__",{},{page:[()=>Promise.resolve().then(c.bind(c,3716)),"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/register/page.tsx"]}]},{}]},{}]},{layout:[()=>Promise.resolve().then(c.bind(c,16953)),"/Users/otto/Desktop/deepstudio/osw-studio-git/app/layout.tsx"],"global-error":[()=>Promise.resolve().then(c.t.bind(c,81170,23)),"next/dist/client/components/builtin/global-error.js"],"not-found":[()=>Promise.resolve().then(c.t.bind(c,87028,23)),"next/dist/client/components/builtin/not-found.js"],forbidden:[()=>Promise.resolve().then(c.t.bind(c,90461,23)),"next/dist/client/components/builtin/forbidden.js"],unauthorized:[()=>Promise.resolve().then(c.t.bind(c,32768,23)),"next/dist/client/components/builtin/unauthorized.js"]}]}.children,I=["/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/register/page.tsx"],J={require:c,loadChunk:()=>Promise.resolve()},K=new d.AppPageRouteModule({definition:{kind:e.RouteKind.APP_PAGE,page:"/admin/register/page",pathname:"/admin/register",bundlePath:"",filename:"",appPaths:[]},userland:{loaderTree:H},distDir:".next",relativeProjectDir:""});async function L(a,b,d){var C;let G="/admin/register/page";"/index"===G&&(G="/");let M=(0,h.getRequestMeta)(a,"postponed"),N=(0,h.getRequestMeta)(a,"minimalMode"),O=await K.prepare(a,b,{srcPage:G,multiZoneDraftMode:!1});if(!O)return b.statusCode=400,b.end("Bad Request"),null==d.waitUntil||d.waitUntil.call(d,Promise.resolve()),null;let{buildId:P,query:Q,params:R,parsedUrl:S,pageIsDynamic:T,buildManifest:U,nextFontManifest:V,reactLoadableManifest:W,serverActionsManifest:X,clientReferenceManifest:Y,subresourceIntegrityManifest:Z,prerenderManifest:$,isDraftMode:_,resolvedPathname:aa,revalidateOnlyGenerated:ab,routerServerContext:ac,nextConfig:ad,interceptionRoutePatterns:ae}=O,af=S.pathname||"/",ag=(0,r.normalizeAppPath)(G),{isOnDemandRevalidate:ah}=O,ai=K.match(af,$),aj=!!$.routes[aa],ak=!!(ai||aj||$.routes[ag]),al=a.headers["user-agent"]||"",am=(0,u.getBotType)(al),an=(0,p.isHtmlBotRequest)(a),ao=(0,h.getRequestMeta)(a,"isPrefetchRSCRequest")??"1"===a.headers[t.NEXT_ROUTER_PREFETCH_HEADER],ap=(0,h.getRequestMeta)(a,"isRSCRequest")??!!a.headers[t.RSC_HEADER],aq=(0,s.getIsPossibleServerAction)(a),ar=(0,m.checkIsAppPPREnabled)(ad.experimental.ppr)&&(null==(C=$.routes[ag]??$.dynamicRoutes[ag])?void 0:C.renderingMode)==="PARTIALLY_STATIC",as=!1,at=!1,au=ar?M:void 0,av=ar&&ap&&!ao,aw=(0,h.getRequestMeta)(a,"segmentPrefetchRSCRequest"),ax=!al||(0,p.shouldServeStreamingMetadata)(al,ad.htmlLimitedBots);an&&ar&&(ak=!1,ax=!1);let ay=!0===K.isDev||!ak||"string"==typeof M||av,az=an&&ar,aA=null;_||!ak||ay||aq||au||av||(aA=aa);let aB=aA;!aB&&K.isDev&&(aB=aa),K.isDev||_||!ak||!ap||av||(0,k.d)(a.headers);let aC={...E,tree:H,pages:I,GlobalError:D(),handler:L,routeModule:K,__next_app__:J};X&&Y&&(0,o.setReferenceManifestsSingleton)({page:G,clientReferenceManifest:Y,serverActionsManifest:X,serverModuleMap:(0,q.createServerModuleMap)({serverActionsManifest:X})});let aD=a.method||"GET",aE=(0,g.getTracer)(),aF=aE.getActiveScopeSpan();try{let f=K.getVaryHeader(aa,ae);b.setHeader("Vary",f);let k=async(c,d)=>{let e=new l.NodeNextRequest(a),f=new l.NodeNextResponse(b);return K.render(e,f,d).finally(()=>{if(!c)return;c.setAttributes({"http.status_code":b.statusCode,"next.rsc":!1});let d=aE.getRootSpanAttributes();if(!d)return;if(d.get("next.span_type")!==i.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${d.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let e=d.get("next.route");if(e){let a=`${aD} ${e}`;c.setAttributes({"next.route":e,"http.route":e,"next.span_name":a}),c.updateName(a)}else c.updateName(`${aD} ${a.url}`)})},m=async({span:e,postponed:f,fallbackRouteParams:g})=>{let i={query:Q,params:R,page:ag,sharedContext:{buildId:P},serverComponentsHmrCache:(0,h.getRequestMeta)(a,"serverComponentsHmrCache"),fallbackRouteParams:g,renderOpts:{App:()=>null,Document:()=>null,pageConfig:{},ComponentMod:aC,Component:(0,j.T)(aC),params:R,routeModule:K,page:G,postponed:f,shouldWaitOnAllReady:az,serveStreamingMetadata:ax,supportsDynamicResponse:"string"==typeof f||ay,buildManifest:U,nextFontManifest:V,reactLoadableManifest:W,subresourceIntegrityManifest:Z,serverActionsManifest:X,clientReferenceManifest:Y,setIsrStatus:null==ac?void 0:ac.setIsrStatus,dir:c(33873).join(process.cwd(),K.relativeProjectDir),isDraftMode:_,isRevalidate:ak&&!f&&!av,botType:am,isOnDemandRevalidate:ah,isPossibleServerAction:aq,assetPrefix:ad.assetPrefix,nextConfigOutput:ad.output,crossOrigin:ad.crossOrigin,trailingSlash:ad.trailingSlash,previewProps:$.preview,deploymentId:ad.deploymentId,enableTainting:ad.experimental.taint,htmlLimitedBots:ad.htmlLimitedBots,devtoolSegmentExplorer:ad.experimental.devtoolSegmentExplorer,reactMaxHeadersLength:ad.reactMaxHeadersLength,multiZoneDraftMode:!1,incrementalCache:(0,h.getRequestMeta)(a,"incrementalCache"),cacheLifeProfiles:ad.experimental.cacheLife,basePath:ad.basePath,serverActions:ad.experimental.serverActions,...as?{nextExport:!0,supportsDynamicResponse:!1,isStaticGeneration:!0,isRevalidate:!0,isDebugDynamicAccesses:as}:{},experimental:{isRoutePPREnabled:ar,expireTime:ad.expireTime,staleTimes:ad.experimental.staleTimes,cacheComponents:!!ad.experimental.cacheComponents,clientSegmentCache:!!ad.experimental.clientSegmentCache,clientParamParsing:!!ad.experimental.clientParamParsing,dynamicOnHover:!!ad.experimental.dynamicOnHover,inlineCss:!!ad.experimental.inlineCss,authInterrupts:!!ad.experimental.authInterrupts,clientTraceMetadata:ad.experimental.clientTraceMetadata||[]},waitUntil:d.waitUntil,onClose:a=>{b.on("close",a)},onAfterTaskError:()=>{},onInstrumentationRequestError:(b,c,d)=>K.onRequestError(a,b,d,ac),err:(0,h.getRequestMeta)(a,"invokeError"),dev:K.isDev}},l=await k(e,i),{metadata:m}=l,{cacheControl:n,headers:o={},fetchTags:p}=m;if(p&&(o[y.NEXT_CACHE_TAGS_HEADER]=p),a.fetchMetrics=m.fetchMetrics,ak&&(null==n?void 0:n.revalidate)===0&&!K.isDev&&!ar){let a=m.staticBailoutInfo,b=Object.defineProperty(Error(`Page changed from static to dynamic at runtime ${aa}${(null==a?void 0:a.description)?`, reason: ${a.description}`:""}
2
+ see more here https://nextjs.org/docs/messages/app-static-to-dynamic-error`),"__NEXT_ERROR_CODE",{value:"E132",enumerable:!1,configurable:!0});if(null==a?void 0:a.stack){let c=a.stack;b.stack=b.message+c.substring(c.indexOf("\n"))}throw b}return{value:{kind:v.CachedRouteKind.APP_PAGE,html:l,headers:o,rscData:m.flightData,postponed:m.postponed,status:m.statusCode,segmentData:m.segmentData},cacheControl:n}},o=async({hasResolved:c,previousCacheEntry:f,isRevalidating:g,span:i})=>{let j,k=!1===K.isDev,l=c||b.writableEnded;if(ah&&ab&&!f&&!N)return(null==ac?void 0:ac.render404)?await ac.render404(a,b):(b.statusCode=404,b.end("This page could not be found")),null;if(ai&&(j=(0,w.parseFallbackField)(ai.fallback)),j===w.FallbackMode.PRERENDER&&(0,u.isBot)(al)&&(!ar||an)&&(j=w.FallbackMode.BLOCKING_STATIC_RENDER),(null==f?void 0:f.isStale)===-1&&(ah=!0),ah&&(j!==w.FallbackMode.NOT_FOUND||f)&&(j=w.FallbackMode.BLOCKING_STATIC_RENDER),!N&&j!==w.FallbackMode.BLOCKING_STATIC_RENDER&&aB&&!l&&!_&&T&&(k||!aj)){let b;if((k||ai)&&j===w.FallbackMode.NOT_FOUND)throw new B.NoFallbackError;if(ar&&!ap){let c="string"==typeof(null==ai?void 0:ai.fallback)?ai.fallback:k?ag:null;if(b=await K.handleResponse({cacheKey:c,req:a,nextConfig:ad,routeKind:e.RouteKind.APP_PAGE,isFallback:!0,prerenderManifest:$,isRoutePPREnabled:ar,responseGenerator:async()=>m({span:i,postponed:void 0,fallbackRouteParams:k||at?(0,n.u)(ag):null}),waitUntil:d.waitUntil}),null===b)return null;if(b)return delete b.cacheControl,b}}let o=ah||g||!au?void 0:au;if(as&&void 0!==o)return{cacheControl:{revalidate:1,expire:void 0},value:{kind:v.CachedRouteKind.PAGES,html:x.default.EMPTY,pageData:{},headers:void 0,status:void 0}};let p=T&&ar&&((0,h.getRequestMeta)(a,"renderFallbackShell")||at)?(0,n.u)(af):null;return m({span:i,postponed:o,fallbackRouteParams:p})},p=async c=>{var f,g,i,j,k;let l,n=await K.handleResponse({cacheKey:aA,responseGenerator:a=>o({span:c,...a}),routeKind:e.RouteKind.APP_PAGE,isOnDemandRevalidate:ah,isRoutePPREnabled:ar,req:a,nextConfig:ad,prerenderManifest:$,waitUntil:d.waitUntil});if(_&&b.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate"),K.isDev&&b.setHeader("Cache-Control","no-store, must-revalidate"),!n){if(aA)throw Object.defineProperty(Error("invariant: cache entry required but not generated"),"__NEXT_ERROR_CODE",{value:"E62",enumerable:!1,configurable:!0});return null}if((null==(f=n.value)?void 0:f.kind)!==v.CachedRouteKind.APP_PAGE)throw Object.defineProperty(Error(`Invariant app-page handler received invalid cache entry ${null==(i=n.value)?void 0:i.kind}`),"__NEXT_ERROR_CODE",{value:"E707",enumerable:!1,configurable:!0});let p="string"==typeof n.value.postponed;ak&&!av&&(!p||ao)&&(N||b.setHeader("x-nextjs-cache",ah?"REVALIDATED":n.isMiss?"MISS":n.isStale?"STALE":"HIT"),b.setHeader(t.NEXT_IS_PRERENDER_HEADER,"1"));let{value:q}=n;if(au)l={revalidate:0,expire:void 0};else if(N&&ap&&!ao&&ar)l={revalidate:0,expire:void 0};else if(!K.isDev)if(_)l={revalidate:0,expire:void 0};else if(ak){if(n.cacheControl)if("number"==typeof n.cacheControl.revalidate){if(n.cacheControl.revalidate<1)throw Object.defineProperty(Error(`Invalid revalidate configuration provided: ${n.cacheControl.revalidate} < 1`),"__NEXT_ERROR_CODE",{value:"E22",enumerable:!1,configurable:!0});l={revalidate:n.cacheControl.revalidate,expire:(null==(j=n.cacheControl)?void 0:j.expire)??ad.expireTime}}else l={revalidate:y.CACHE_ONE_YEAR,expire:void 0}}else b.getHeader("Cache-Control")||(l={revalidate:0,expire:void 0});if(n.cacheControl=l,"string"==typeof aw&&(null==q?void 0:q.kind)===v.CachedRouteKind.APP_PAGE&&q.segmentData){b.setHeader(t.NEXT_DID_POSTPONE_HEADER,"2");let c=null==(k=q.headers)?void 0:k[y.NEXT_CACHE_TAGS_HEADER];N&&ak&&c&&"string"==typeof c&&b.setHeader(y.NEXT_CACHE_TAGS_HEADER,c);let d=q.segmentData.get(aw);return void 0!==d?(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:x.default.fromStatic(d,t.RSC_CONTENT_TYPE_HEADER),cacheControl:n.cacheControl}):(b.statusCode=204,(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:x.default.EMPTY,cacheControl:n.cacheControl}))}let r=(0,h.getRequestMeta)(a,"onCacheEntry");if(r&&await r({...n,value:{...n.value,kind:"PAGE"}},{url:(0,h.getRequestMeta)(a,"initURL")}))return null;if(p&&au)throw Object.defineProperty(Error("Invariant: postponed state should not be present on a resume request"),"__NEXT_ERROR_CODE",{value:"E396",enumerable:!1,configurable:!0});if(q.headers){let a={...q.headers};for(let[c,d]of(N&&ak||delete a[y.NEXT_CACHE_TAGS_HEADER],Object.entries(a)))if(void 0!==d)if(Array.isArray(d))for(let a of d)b.appendHeader(c,a);else"number"==typeof d&&(d=d.toString()),b.appendHeader(c,d)}let s=null==(g=q.headers)?void 0:g[y.NEXT_CACHE_TAGS_HEADER];if(N&&ak&&s&&"string"==typeof s&&b.setHeader(y.NEXT_CACHE_TAGS_HEADER,s),!q.status||ap&&ar||(b.statusCode=q.status),!N&&q.status&&F.RedirectStatusCode[q.status]&&ap&&(b.statusCode=200),p&&b.setHeader(t.NEXT_DID_POSTPONE_HEADER,"1"),ap&&!_){if(void 0===q.rscData){if(q.postponed)throw Object.defineProperty(Error("Invariant: Expected postponed to be undefined"),"__NEXT_ERROR_CODE",{value:"E372",enumerable:!1,configurable:!0});return(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:q.html,cacheControl:av?{revalidate:0,expire:void 0}:n.cacheControl})}return(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:x.default.fromStatic(q.rscData,t.RSC_CONTENT_TYPE_HEADER),cacheControl:n.cacheControl})}let u=q.html;if(!p||N||ap)return(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:u,cacheControl:n.cacheControl});if(as)return u.push(new ReadableStream({start(a){a.enqueue(z.ENCODED_TAGS.CLOSED.BODY_AND_HTML),a.close()}})),(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:u,cacheControl:{revalidate:0,expire:void 0}});let w=new TransformStream;return u.push(w.readable),m({span:c,postponed:q.postponed,fallbackRouteParams:null}).then(async a=>{var b,c;if(!a)throw Object.defineProperty(Error("Invariant: expected a result to be returned"),"__NEXT_ERROR_CODE",{value:"E463",enumerable:!1,configurable:!0});if((null==(b=a.value)?void 0:b.kind)!==v.CachedRouteKind.APP_PAGE)throw Object.defineProperty(Error(`Invariant: expected a page response, got ${null==(c=a.value)?void 0:c.kind}`),"__NEXT_ERROR_CODE",{value:"E305",enumerable:!1,configurable:!0});await a.value.html.pipeTo(w.writable)}).catch(a=>{w.writable.abort(a).catch(a=>{console.error("couldn't abort transformer",a)})}),(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:u,cacheControl:{revalidate:0,expire:void 0}})};if(!aF)return await aE.withPropagatedContext(a.headers,()=>aE.trace(i.BaseServerSpan.handleRequest,{spanName:`${aD} ${a.url}`,kind:g.SpanKind.SERVER,attributes:{"http.method":aD,"http.target":a.url}},p));await p(aF)}catch(b){throw b instanceof B.NoFallbackError||await K.onRequestError(a,b,{routerKind:"App Router",routePath:G,routeType:"render",revalidateReason:(0,f.c)({isRevalidate:ak,isOnDemandRevalidate:ah})},ac),b}}},41025:a=>{"use strict";a.exports=require("next/dist/server/app-render/dynamic-access-async-storage.external.js")},45733:(a,b,c)=>{Promise.resolve().then(c.bind(c,17622))},63033:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},86439:a=>{"use strict";a.exports=require("next/dist/shared/lib/no-fallback-error.external")}};var b=require("../../../webpack-runtime.js");b.C(a);var c=b.X(0,[4996,3363,2033,7506,3327,7074],()=>b(b.s=36586));module.exports=c})();
.next/server/app/admin/register/page.js.nft.json CHANGED
@@ -1 +1 @@
1
- {"version":1,"files":["../../../../../node_modules/next/dist/client/components/app-router-headers.js","../../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../../node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../../node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../../node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js","../../../../../node_modules/next/dist/lib/client-and-server-references.js","../../../../../node_modules/next/dist/lib/constants.js","../../../../../node_modules/next/dist/lib/interop-default.js","../../../../../node_modules/next/dist/lib/is-error.js","../../../../../node_modules/next/dist/lib/semver-noop.js","../../../../../node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/async-local-storage.js","../../../../../node_modules/next/dist/server/app-render/cache-signal.js","../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../../node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../../node_modules/next/dist/server/lib/cache-handlers/default.external.js","../../../../../node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../../node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../../node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../../node_modules/next/dist/server/lib/lru-cache.js","../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../../node_modules/next/dist/server/load-manifest.external.js","../../../../../node_modules/next/dist/server/response-cache/types.js","../../../../../node_modules/next/dist/shared/lib/deep-freeze.js","../../../../../node_modules/next/dist/shared/lib/invariant-error.js","../../../../../node_modules/next/dist/shared/lib/is-plain-object.js","../../../../../node_modules/next/dist/shared/lib/is-thenable.js","../../../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../../node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","../../../../../node_modules/next/dist/shared/lib/router/utils/app-paths.js","../../../../../node_modules/next/dist/shared/lib/router/utils/html-bots.js","../../../../../node_modules/next/dist/shared/lib/router/utils/is-bot.js","../../../../../node_modules/next/dist/shared/lib/segment.js","../../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../../node_modules/next/package.json","../../../../package.json","../../../chunks/1331.js","../../../chunks/3327.js","../../../chunks/7074.js","../../../chunks/7506.js","../../../chunks/9038.js","../../../webpack-runtime.js","page_client-reference-manifest.js"]}
 
1
+ {"version":1,"files":["../../../../../node_modules/next/dist/client/components/app-router-headers.js","../../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../../node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../../node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../../node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js","../../../../../node_modules/next/dist/lib/client-and-server-references.js","../../../../../node_modules/next/dist/lib/constants.js","../../../../../node_modules/next/dist/lib/interop-default.js","../../../../../node_modules/next/dist/lib/is-error.js","../../../../../node_modules/next/dist/lib/semver-noop.js","../../../../../node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/async-local-storage.js","../../../../../node_modules/next/dist/server/app-render/cache-signal.js","../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../../node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../../node_modules/next/dist/server/lib/cache-handlers/default.external.js","../../../../../node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../../node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../../node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../../node_modules/next/dist/server/lib/lru-cache.js","../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../../node_modules/next/dist/server/load-manifest.external.js","../../../../../node_modules/next/dist/server/response-cache/types.js","../../../../../node_modules/next/dist/shared/lib/deep-freeze.js","../../../../../node_modules/next/dist/shared/lib/invariant-error.js","../../../../../node_modules/next/dist/shared/lib/is-plain-object.js","../../../../../node_modules/next/dist/shared/lib/is-thenable.js","../../../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../../node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","../../../../../node_modules/next/dist/shared/lib/router/utils/app-paths.js","../../../../../node_modules/next/dist/shared/lib/router/utils/html-bots.js","../../../../../node_modules/next/dist/shared/lib/router/utils/is-bot.js","../../../../../node_modules/next/dist/shared/lib/segment.js","../../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../../node_modules/next/package.json","../../../../package.json","../../../chunks/2033.js","../../../chunks/3327.js","../../../chunks/3363.js","../../../chunks/4996.js","../../../chunks/7074.js","../../../chunks/7506.js","../../../webpack-runtime.js","page_client-reference-manifest.js"]}
.next/server/app/admin/register/page_client-reference-manifest.js CHANGED
@@ -1 +1 @@
1
- globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/admin/register/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"8103":{"*":{"id":"32583","name":"*","chunks":[],"async":false}},"9766":{"*":{"id":"77526","name":"*","chunks":[],"async":false}},"15278":{"*":{"id":"78922","name":"*","chunks":[],"async":false}},"16717":{"*":{"id":"8647","name":"*","chunks":[],"async":false}},"17989":{"*":{"id":"68495","name":"*","chunks":[],"async":false}},"24431":{"*":{"id":"12263","name":"*","chunks":[],"async":false}},"25782":{"*":{"id":"82016","name":"*","chunks":[],"async":false}},"33496":{"*":{"id":"65408","name":"*","chunks":[],"async":false}},"33540":{"*":{"id":"66137","name":"*","chunks":[],"async":false}},"43688":{"*":{"id":"31152","name":"*","chunks":[],"async":false}},"46131":{"*":{"id":"83133","name":"*","chunks":[],"async":false}},"57150":{"*":{"id":"54160","name":"*","chunks":[],"async":false}},"62112":{"*":{"id":"92130","name":"*","chunks":[],"async":false}},"63886":{"*":{"id":"75170","name":"*","chunks":[],"async":false}},"70240":{"*":{"id":"38502","name":"*","chunks":[],"async":false}},"75102":{"*":{"id":"17622","name":"*","chunks":[],"async":false}},"80622":{"*":{"id":"82146","name":"*","chunks":[],"async":false}},"81959":{"*":{"id":"31603","name":"*","chunks":[],"async":false}},"98124":{"*":{"id":"67600","name":"*","chunks":[],"async":false}},"98924":{"*":{"id":"29234","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/builtin/global-error.js":{"id":57150,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":57150,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/client-page.js":{"id":81959,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/client-page.js":{"id":81959,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/client-segment.js":{"id":17989,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/client-segment.js":{"id":17989,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":63886,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":63886,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/layout-router.js":{"id":9766,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/layout-router.js":{"id":9766,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/metadata/async-metadata.js":{"id":15278,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/metadata/async-metadata.js":{"id":15278,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/render-from-template-context.js":{"id":98924,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":98924,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/lib/framework/boundary-components.js":{"id":24431,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":24431,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":80622,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":80622,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/assets/globals.css":{"id":27408,"name":"*","chunks":["8001","static/chunks/8001-ab2328d010d9575c.js","4165","static/chunks/4165-2fd065a6c1436849.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-29b5b9c7b4063442.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/backend-status-banner/index.tsx":{"id":16717,"name":"*","chunks":["8001","static/chunks/8001-ab2328d010d9575c.js","4165","static/chunks/4165-2fd065a6c1436849.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-29b5b9c7b4063442.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/providers/tanstack-query-provider.tsx":{"id":46131,"name":"*","chunks":["8001","static/chunks/8001-ab2328d010d9575c.js","4165","static/chunks/4165-2fd065a6c1436849.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-29b5b9c7b4063442.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/providers/theme-provider.tsx":{"id":98124,"name":"*","chunks":["8001","static/chunks/8001-ab2328d010d9575c.js","4165","static/chunks/4165-2fd065a6c1436849.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-29b5b9c7b4063442.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/ui/sonner.tsx":{"id":70240,"name":"*","chunks":["8001","static/chunks/8001-ab2328d010d9575c.js","4165","static/chunks/4165-2fd065a6c1436849.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-29b5b9c7b4063442.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/font/google/target.css?{\"path\":\"app/layout.tsx\",\"import\":\"Inter\",\"arguments\":[{\"variable\":\"--font-inter-sans\",\"subsets\":[\"latin\"]}],\"variableName\":\"inter\"}":{"id":85568,"name":"*","chunks":["8001","static/chunks/8001-ab2328d010d9575c.js","4165","static/chunks/4165-2fd065a6c1436849.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-29b5b9c7b4063442.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/font/google/target.css?{\"path\":\"app/layout.tsx\",\"import\":\"PT_Sans\",\"arguments\":[{\"variable\":\"--font-ptSans-mono\",\"subsets\":[\"latin\"],\"weight\":[\"400\",\"700\"]}],\"variableName\":\"ptSans\"}":{"id":80231,"name":"*","chunks":["8001","static/chunks/8001-ab2328d010d9575c.js","4165","static/chunks/4165-2fd065a6c1436849.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-29b5b9c7b4063442.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/login/page.tsx":{"id":62112,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/page-wrapper/index.tsx":{"id":43688,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/page.tsx":{"id":25782,"name":"*","chunks":["3698","static/chunks/app/admin/page-e3e066aac7f10383.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/register/page.tsx":{"id":75102,"name":"*","chunks":["176","static/chunks/176-34e89399a26899a1.js","5794","static/chunks/5794-5775a6cba067d4b3.js","8266","static/chunks/app/admin/register/page-e82309aa54d1179f.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/test-generation/page.tsx":{"id":8103,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/page.tsx":{"id":33540,"name":"*","chunks":["5948","static/chunks/06bf0ff1-3732841f0f86d47e.js","7003","static/chunks/14258b02-ed7689e3556981a7.js","4316","static/chunks/ad2866b8-e13a3cf75ccf0eb8.js","8001","static/chunks/8001-ab2328d010d9575c.js","176","static/chunks/176-34e89399a26899a1.js","1638","static/chunks/1638-9f12a086456f3362.js","7389","static/chunks/7389-d064efe9587fa357.js","8941","static/chunks/8941-5f6f2bbd260a64ae.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7483","static/chunks/7483-61c49a2b0ab708d3.js","4735","static/chunks/4735-317a40903cee3927.js","8784","static/chunks/8784-a70de7155a979c5e.js","536","static/chunks/536-59fd9fbb0b0a321e.js","7714","static/chunks/7714-9d63785ec81e1efe.js","2133","static/chunks/2133-7b64eac0902cb1d5.js","8974","static/chunks/app/page-0354c2adb620070f.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/w/[workspaceId]/projects/page.tsx":{"id":33496,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/Users/otto/Desktop/deepstudio/osw-studio-git/":[],"/Users/otto/Desktop/deepstudio/osw-studio-git/app/layout":[{"inlined":false,"path":"static/css/82f4473c79d5d55a.css"},{"inlined":false,"path":"static/css/1138060002beec9e.css"}],"/Users/otto/Desktop/deepstudio/osw-studio-git/app/page":[],"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/page":[],"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/register/page":[]},"rscModuleMapping":{"8103":{"*":{"id":"60940","name":"*","chunks":[],"async":false}},"9766":{"*":{"id":"6060","name":"*","chunks":[],"async":false}},"15278":{"*":{"id":"7184","name":"*","chunks":[],"async":false}},"16717":{"*":{"id":"69369","name":"*","chunks":[],"async":false}},"17989":{"*":{"id":"36893","name":"*","chunks":[],"async":false}},"24431":{"*":{"id":"73041","name":"*","chunks":[],"async":false}},"25782":{"*":{"id":"37734","name":"*","chunks":[],"async":false}},"27408":{"*":{"id":"94348","name":"*","chunks":[],"async":false}},"33496":{"*":{"id":"17498","name":"*","chunks":[],"async":false}},"33540":{"*":{"id":"17742","name":"*","chunks":[],"async":false}},"43688":{"*":{"id":"2054","name":"*","chunks":[],"async":false}},"46131":{"*":{"id":"69507","name":"*","chunks":[],"async":false}},"57150":{"*":{"id":"81170","name":"*","chunks":[],"async":false}},"62112":{"*":{"id":"7760","name":"*","chunks":[],"async":false}},"63886":{"*":{"id":"89748","name":"*","chunks":[],"async":false}},"70240":{"*":{"id":"20656","name":"*","chunks":[],"async":false}},"75102":{"*":{"id":"3716","name":"*","chunks":[],"async":false}},"80622":{"*":{"id":"51384","name":"*","chunks":[],"async":false}},"81959":{"*":{"id":"23597","name":"*","chunks":[],"async":false}},"98124":{"*":{"id":"26262","name":"*","chunks":[],"async":false}},"98924":{"*":{"id":"69576","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}}
 
1
+ globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/admin/register/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"8103":{"*":{"id":"32583","name":"*","chunks":[],"async":false}},"9766":{"*":{"id":"77526","name":"*","chunks":[],"async":false}},"15278":{"*":{"id":"78922","name":"*","chunks":[],"async":false}},"16717":{"*":{"id":"8647","name":"*","chunks":[],"async":false}},"17989":{"*":{"id":"68495","name":"*","chunks":[],"async":false}},"18720":{"*":{"id":"42830","name":"*","chunks":[],"async":false}},"24431":{"*":{"id":"12263","name":"*","chunks":[],"async":false}},"25782":{"*":{"id":"82016","name":"*","chunks":[],"async":false}},"33496":{"*":{"id":"65408","name":"*","chunks":[],"async":false}},"43688":{"*":{"id":"31152","name":"*","chunks":[],"async":false}},"46131":{"*":{"id":"83133","name":"*","chunks":[],"async":false}},"57150":{"*":{"id":"54160","name":"*","chunks":[],"async":false}},"62112":{"*":{"id":"92130","name":"*","chunks":[],"async":false}},"63886":{"*":{"id":"75170","name":"*","chunks":[],"async":false}},"70240":{"*":{"id":"38502","name":"*","chunks":[],"async":false}},"75102":{"*":{"id":"17622","name":"*","chunks":[],"async":false}},"80622":{"*":{"id":"82146","name":"*","chunks":[],"async":false}},"81959":{"*":{"id":"31603","name":"*","chunks":[],"async":false}},"86807":{"*":{"id":"74034","name":"*","chunks":[],"async":false}},"98124":{"*":{"id":"67600","name":"*","chunks":[],"async":false}},"98924":{"*":{"id":"29234","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/builtin/global-error.js":{"id":57150,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":57150,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/client-page.js":{"id":81959,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/client-page.js":{"id":81959,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/client-segment.js":{"id":17989,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/client-segment.js":{"id":17989,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":63886,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":63886,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/layout-router.js":{"id":9766,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/layout-router.js":{"id":9766,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/metadata/async-metadata.js":{"id":15278,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/metadata/async-metadata.js":{"id":15278,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/render-from-template-context.js":{"id":98924,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":98924,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/lib/framework/boundary-components.js":{"id":24431,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":24431,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":80622,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":80622,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/assets/globals.css":{"id":27408,"name":"*","chunks":["8720","static/chunks/8720-6c3c0c904bca3f2e.js","4156","static/chunks/4156-321b7a8c31fe95b6.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-e6b6991471e946a3.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/backend-status-banner/index.tsx":{"id":16717,"name":"*","chunks":["8720","static/chunks/8720-6c3c0c904bca3f2e.js","4156","static/chunks/4156-321b7a8c31fe95b6.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-e6b6991471e946a3.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/providers/tanstack-query-provider.tsx":{"id":46131,"name":"*","chunks":["8720","static/chunks/8720-6c3c0c904bca3f2e.js","4156","static/chunks/4156-321b7a8c31fe95b6.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-e6b6991471e946a3.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/providers/theme-provider.tsx":{"id":98124,"name":"*","chunks":["8720","static/chunks/8720-6c3c0c904bca3f2e.js","4156","static/chunks/4156-321b7a8c31fe95b6.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-e6b6991471e946a3.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/ui/sonner.tsx":{"id":70240,"name":"*","chunks":["8720","static/chunks/8720-6c3c0c904bca3f2e.js","4156","static/chunks/4156-321b7a8c31fe95b6.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-e6b6991471e946a3.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/font/google/target.css?{\"path\":\"app/layout.tsx\",\"import\":\"Inter\",\"arguments\":[{\"variable\":\"--font-inter-sans\",\"subsets\":[\"latin\"]}],\"variableName\":\"inter\"}":{"id":85568,"name":"*","chunks":["8720","static/chunks/8720-6c3c0c904bca3f2e.js","4156","static/chunks/4156-321b7a8c31fe95b6.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-e6b6991471e946a3.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/font/google/target.css?{\"path\":\"app/layout.tsx\",\"import\":\"PT_Sans\",\"arguments\":[{\"variable\":\"--font-ptSans-mono\",\"subsets\":[\"latin\"],\"weight\":[\"400\",\"700\"]}],\"variableName\":\"ptSans\"}":{"id":80231,"name":"*","chunks":["8720","static/chunks/8720-6c3c0c904bca3f2e.js","4156","static/chunks/4156-321b7a8c31fe95b6.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-e6b6991471e946a3.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/sonner/dist/index.mjs":{"id":18720,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/page.tsx":{"id":25782,"name":"*","chunks":["3698","static/chunks/app/admin/page-e3e066aac7f10383.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/login/page.tsx":{"id":62112,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/register/page.tsx":{"id":75102,"name":"*","chunks":["176","static/chunks/176-34e89399a26899a1.js","5794","static/chunks/5794-5775a6cba067d4b3.js","8266","static/chunks/app/admin/register/page-e82309aa54d1179f.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/page-wrapper/index.tsx":{"id":43688,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/page.tsx":{"id":86807,"name":"*","chunks":["5948","static/chunks/06bf0ff1-3732841f0f86d47e.js","7003","static/chunks/14258b02-ed7689e3556981a7.js","4316","static/chunks/ad2866b8-e13a3cf75ccf0eb8.js","8720","static/chunks/8720-6c3c0c904bca3f2e.js","176","static/chunks/176-34e89399a26899a1.js","7543","static/chunks/7543-50a94862c006ca07.js","7389","static/chunks/7389-d064efe9587fa357.js","8941","static/chunks/8941-5f6f2bbd260a64ae.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7483","static/chunks/7483-f07a06bb00bfffea.js","4735","static/chunks/4735-317a40903cee3927.js","8784","static/chunks/8784-a70de7155a979c5e.js","536","static/chunks/536-59fd9fbb0b0a321e.js","7714","static/chunks/7714-f0a155d98ed994f5.js","8238","static/chunks/8238-79d46861a211a0d5.js","8974","static/chunks/app/page-c77a30bec88016f7.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/test-generation/page.tsx":{"id":8103,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/w/[workspaceId]/projects/page.tsx":{"id":33496,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/Users/otto/Desktop/deepstudio/osw-studio-git/":[],"/Users/otto/Desktop/deepstudio/osw-studio-git/app/layout":[{"inlined":false,"path":"static/css/82f4473c79d5d55a.css"},{"inlined":false,"path":"static/css/1138060002beec9e.css"}],"/Users/otto/Desktop/deepstudio/osw-studio-git/app/page":[],"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/page":[],"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/register/page":[]},"rscModuleMapping":{"8103":{"*":{"id":"60940","name":"*","chunks":[],"async":false}},"9766":{"*":{"id":"6060","name":"*","chunks":[],"async":false}},"15278":{"*":{"id":"7184","name":"*","chunks":[],"async":false}},"16717":{"*":{"id":"69369","name":"*","chunks":[],"async":false}},"17989":{"*":{"id":"36893","name":"*","chunks":[],"async":false}},"18720":{"*":{"id":"16076","name":"*","chunks":[],"async":false}},"24431":{"*":{"id":"73041","name":"*","chunks":[],"async":false}},"25782":{"*":{"id":"37734","name":"*","chunks":[],"async":false}},"27408":{"*":{"id":"94348","name":"*","chunks":[],"async":false}},"33496":{"*":{"id":"17498","name":"*","chunks":[],"async":false}},"43688":{"*":{"id":"2054","name":"*","chunks":[],"async":false}},"46131":{"*":{"id":"69507","name":"*","chunks":[],"async":false}},"57150":{"*":{"id":"81170","name":"*","chunks":[],"async":false}},"62112":{"*":{"id":"7760","name":"*","chunks":[],"async":false}},"63886":{"*":{"id":"89748","name":"*","chunks":[],"async":false}},"70240":{"*":{"id":"20656","name":"*","chunks":[],"async":false}},"75102":{"*":{"id":"3716","name":"*","chunks":[],"async":false}},"80622":{"*":{"id":"51384","name":"*","chunks":[],"async":false}},"81959":{"*":{"id":"23597","name":"*","chunks":[],"async":false}},"86807":{"*":{"id":"17742","name":"*","chunks":[],"async":false}},"98124":{"*":{"id":"26262","name":"*","chunks":[],"async":false}},"98924":{"*":{"id":"69576","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}}
.next/server/app/admin/users.html CHANGED
@@ -1 +1 @@
1
- <!DOCTYPE html><!--b9Cr66_fnQ05YQJS0EJ62--><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/><link rel="preload" href="/_next/static/media/58f662ed5ba12a72-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" href="/_next/static/media/c3f6eb667c0186c5-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" href="/_next/static/media/e4af272ccee01ff0-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/css/82f4473c79d5d55a.css" data-precedence="next"/><link rel="stylesheet" href="/_next/static/css/1138060002beec9e.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-877dbed209166e77.js"/><script src="/_next/static/chunks/4bd1b696-100b9d70ed4e49c1.js" async=""></script><script src="/_next/static/chunks/1255-dfb5f8d642ae4426.js" async=""></script><script src="/_next/static/chunks/main-app-6796e1116c8e92de.js" async=""></script><script src="/_next/static/chunks/8001-ab2328d010d9575c.js" async=""></script><script src="/_next/static/chunks/4165-2fd065a6c1436849.js" async=""></script><script src="/_next/static/chunks/7625-3e99f3a22fc35ba0.js" async=""></script><script src="/_next/static/chunks/app/layout-29b5b9c7b4063442.js" async=""></script><script src="/_next/static/chunks/06bf0ff1-3732841f0f86d47e.js" async=""></script><script src="/_next/static/chunks/14258b02-ed7689e3556981a7.js" async=""></script><script src="/_next/static/chunks/ad2866b8-e13a3cf75ccf0eb8.js" async=""></script><script src="/_next/static/chunks/176-34e89399a26899a1.js" async=""></script><script src="/_next/static/chunks/1638-9f12a086456f3362.js" async=""></script><script src="/_next/static/chunks/7389-d064efe9587fa357.js" async=""></script><script src="/_next/static/chunks/8941-5f6f2bbd260a64ae.js" async=""></script><script src="/_next/static/chunks/7483-61c49a2b0ab708d3.js" async=""></script><script src="/_next/static/chunks/4735-317a40903cee3927.js" async=""></script><script src="/_next/static/chunks/8784-a70de7155a979c5e.js" async=""></script><script src="/_next/static/chunks/536-59fd9fbb0b0a321e.js" async=""></script><script src="/_next/static/chunks/7714-9d63785ec81e1efe.js" async=""></script><script src="/_next/static/chunks/2133-7b64eac0902cb1d5.js" async=""></script><script src="/_next/static/chunks/app/admin/users/page-92597a9276ef2505.js" async=""></script><meta name="next-size-adjust" content=""/><meta name="theme-color" content="#000000"/><title>OSW Studio</title><meta name="description" content="Open Source Web Studio is an AI-powered development environment that enables autonomous multi-file development through intelligent tool usage. Build complete applications with natural language."/><meta name="mobile-web-app-capable" content="yes"/><meta name="apple-mobile-web-app-title" content="OSW-Studio"/><meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"/><meta property="og:title" content="Open Source Web Studio | Agentic AI Development"/><meta property="og:description" content="Open Source Web Studio is an AI-powered development environment that enables autonomous multi-file development through intelligent tool usage. Build complete applications with natural language."/><meta property="og:url" content="https://huggingface.co/spaces/otst/osw-studio"/><meta property="og:site_name" content="Open Source Web Studio"/><meta property="og:image" content="https://huggingface.co/spaces/otst/osw-studio/resolve/main/banner.png"/><meta property="og:image:width" content="1200"/><meta property="og:image:height" content="630"/><meta property="og:image:alt" content="Open Source Web Studio - Agentic AI Development"/><meta name="twitter:card" content="summary_large_image"/><meta name="twitter:title" content="OSW Studio | Agentic AI Development"/><meta name="twitter:description" content="OSW-Studio is an AI-powered development environment that enables autonomous multi-file development through intelligent tool usage. Build complete applications with natural language."/><meta name="twitter:image" content="https://huggingface.co/spaces/otst/osw-studio/resolve/main/banner.png"/><link rel="shortcut icon" href="/osw-studio-logo.svg"/><link rel="icon" href="/osw-studio-logo.svg"/><link rel="apple-touch-icon" href="/osw-studio-logo.svg"/><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body class="__variable_f367f3 __variable_438d47 antialiased bg-background h-[100dvh] overflow-hidden"><div hidden=""><!--$--><!--/$--></div><script>((a,b,c,d,e,f,g,h)=>{let i=document.documentElement,j=["light","dark"];function k(b){var c;(Array.isArray(a)?a:[a]).forEach(a=>{let c="class"===a,d=c&&f?e.map(a=>f[a]||a):e;c?(i.classList.remove(...d),i.classList.add(f&&f[b]?f[b]:b)):i.setAttribute(a,b)}),c=b,h&&j.includes(c)&&(i.style.colorScheme=c)}if(d)k(d);else try{let a=localStorage.getItem(b)||c,d=g&&"system"===a?window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light":a;k(d)}catch(a){}})("class","osw-studio-theme","dark",null,["light","dark"],null,true,true)</script><section aria-label="Notifications alt+T" tabindex="-1" aria-live="polite" aria-relevant="additions text" aria-atomic="false"></section><div class="relative flex h-full overflow-hidden"><!--$!--><template data-dgst="BAILOUT_TO_CLIENT_SIDE_RENDERING"></template><div class="w-full h-full bg-card"></div><!--/$--><div class="flex-1 flex flex-col overflow-hidden transition-all duration-300"><div class="border-b bg-card shadow-sm relative z-20 md:hidden"><div class="px-3 py-2 flex items-center justify-between"><div class="md:hidden flex items-center gap-3"><svg width="24" height="24" viewBox="0 0 256 256" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" class="text-white dark:text-black [--logo-bg:#000000] dark:[--logo-bg:#ffffff] "><rect x="0" y="0" width="256" height="256" rx="20" ry="20" fill="var(--logo-bg)"></rect><g transform="translate(0,256) scale(0.0476,-0.0476)" fill="currentColor" stroke="none"><path d="M725 4825 c-50 -18 -100 -71 -114 -122 -15 -54 -15 -1573 0 -1628 16 -55 44 -92 89 -115 38 -19 62 -20 855 -20 781 0 817 1 853 19 46 23 67 46 87 94 13 32 15 138 15 830 0 566 -3 804 -11 828 -16 45 -55 87 -104 110 -38 18 -82 19 -835 18 -659 0 -802 -2 -835 -14z m1351 -371 c15 -11 37 -33 48 -48 21 -27 21 -38 21 -520 0 -547 3 -523 -68 -566 -31 -19 -54 -20 -521 -20 -483 0 -489 0 -524 22 -20 12 -42 38 -53 62 -17 38 -19 74 -19 504 0 496 1 503 51 548 46 41 66 43 561 41 464 -2 477 -3 504 -23z"></path><path d="M3058 4830 c-44 -13 -87 -49 -108 -90 -19 -37 -20 -61 -20 -471 0 -428 0 -432 22 -471 13 -22 41 -51 64 -64 41 -24 41 -24 685 -24 645 0 645 0 689 -22 63 -33 80 -71 80 -183 0 -101 -15 -144 -63 -179 -28 -21 -41 -21 -695 -26 -666 -5 -667 -5 -702 -27 -109 -68 -106 -247 5 -310 40 -23 40 -23 858 -23 664 0 824 3 850 14 43 17 95 78 102 118 3 18 5 225 3 459 -3 426 -3 426 -31 462 -58 76 -15 71 -757 77 -620 5 -667 6 -692 23 -44 30 -58 74 -58 179 0 116 16 153 80 186 44 22 44 22 693 22 710 0 678 -3 731 60 80 96 41 240 -79 287 -35 14 -1612 17 -1657 3z"></path><path d="M702 2509 c-48 -24 -75 -57 -91 -114 -9 -29 -11 -253 -9 -840 3 -779 4 -801 23 -834 11 -19 37 -48 58 -65 39 -31 39 -31 380 -31 342 0 342 0 399 28 31 15 63 39 73 53 16 25 16 25 62 -16 77 -67 104 -71 470 -68 320 3 320 3 360 30 24 16 49 44 62 70 21 44 21 49 21 854 0 773 -1 811 -19 851 -35 76 -135 120 -215 93 -41 -13 -90 -51 -109 -84 -9 -16 -13 -187 -17 -688 -5 -654 -5 -667 -26 -694 -43 -58 -68 -69 -169 -72 -82 -3 -99 -1 -133 18 -22 12 -49 39 -61 60 -21 37 -21 45 -21 664 0 439 -3 641 -11 673 -32 123 -190 174 -285 91 -73 -64 -69 -20 -70 -743 0 -721 3 -687 -66 -737 -28 -20 -47 -23 -133 -26 -91 -3 -103 -2 -134 20 -19 13 -44 36 -55 51 -21 28 -21 38 -26 695 -4 481 -8 673 -17 687 -50 87 -152 118 -241 74z"></path><path d="M3047 2515 c-47 -16 -81 -46 -101 -90 -14 -28 -16 -95 -16 -463 0 -281 4 -440 11 -459 15 -40 48 -73 94 -94 38 -17 79 -19 685 -19 626 0 646 -1 678 -20 58 -35 72 -72 72 -185 0 -110 -14 -147 -67 -182 -25 -17 -73 -18 -698 -23 -672 -5 -672 -5 -708 -33 -20 -15 -44 -42 -53 -60 -21 -39 -21 -125 -1 -163 20 -38 65 -80 100 -93 19 -8 289 -11 833 -11 701 0 809 2 841 15 48 20 71 41 94 88 19 35 19 60 17 480 -3 444 -3 444 -30 479 -54 71 -23 68 -740 68 -612 0 -645 1 -685 20 -67 30 -83 66 -83 183 0 116 14 156 68 189 35 21 35 21 691 22 606 1 658 2 688 19 137 74 130 264 -12 328 -38 18 -85 19 -840 18 -652 0 -807 -2 -838 -14z"></path></g></svg><span class="text-sm font-semibold">Users</span></div><div class="flex items-center gap-2 flex-1 justify-center md:justify-start md:ml-6"></div><div class="flex items-center gap-2"><div class="hidden md:flex items-center gap-2"></div><div class="md:hidden flex items-center gap-2"></div><button data-slot="button" class="inline-flex items-center cursor-pointer justify-center gap-2 whitespace-nowrap rounded-full text-sm font-sans font-medium transition-all disabled:pointer-events-none disabled:opacity-50 [&amp;_svg]:pointer-events-none [&amp;_svg:not([class*=&#x27;size-&#x27;])]:size-4 shrink-0 [&amp;_svg]:shrink-0 outline-none focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px] aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive hover:bg-accent hover:text-accent-foreground dark:hover:bg-accent/50 size-9 md:hidden h-8 w-8"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-menu h-5 w-5" aria-hidden="true"><path d="M4 12h16"></path><path d="M4 18h16"></path><path d="M4 6h16"></path></svg></button></div></div></div><div class="flex-1 overflow-hidden"><div class="h-full flex items-center justify-center"><div class="text-center text-muted-foreground"><p>User management is only available in Server Mode</p></div></div></div></div></div><!--$--><!--/$--><script src="/_next/static/chunks/webpack-877dbed209166e77.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[98124,[\"8001\",\"static/chunks/8001-ab2328d010d9575c.js\",\"4165\",\"static/chunks/4165-2fd065a6c1436849.js\",\"7625\",\"static/chunks/7625-3e99f3a22fc35ba0.js\",\"7177\",\"static/chunks/app/layout-29b5b9c7b4063442.js\"],\"ThemeProvider\"]\n3:I[70240,[\"8001\",\"static/chunks/8001-ab2328d010d9575c.js\",\"4165\",\"static/chunks/4165-2fd065a6c1436849.js\",\"7625\",\"static/chunks/7625-3e99f3a22fc35ba0.js\",\"7177\",\"static/chunks/app/layout-29b5b9c7b4063442.js\"],\"Toaster\"]\n4:I[16717,[\"8001\",\"static/chunks/8001-ab2328d010d9575c.js\",\"4165\",\"static/chunks/4165-2fd065a6c1436849.js\",\"7625\",\"static/chunks/7625-3e99f3a22fc35ba0.js\",\"7177\",\"static/chunks/app/layout-29b5b9c7b4063442.js\"],\"BackendStatusBanner\"]\n5:I[46131,[\"8001\",\"static/chunks/8001-ab2328d010d9575c.js\",\"4165\",\"static/chunks/4165-2fd065a6c1436849.js\",\"7625\",\"static/chunks/7625-3e99f3a22fc35ba0.js\",\"7177\",\"static/chunks/app/layout-29b5b9c7b4063442.js\"],\"default\"]\n6:I[9766,[],\"\"]\n7:I[98924,[],\"\"]\n"])</script><script>self.__next_f.push([1,"8:I[43688,[\"5948\",\"static/chunks/06bf0ff1-3732841f0f86d47e.js\",\"7003\",\"static/chunks/14258b02-ed7689e3556981a7.js\",\"4316\",\"static/chunks/ad2866b8-e13a3cf75ccf0eb8.js\",\"8001\",\"static/chunks/8001-ab2328d010d9575c.js\",\"176\",\"static/chunks/176-34e89399a26899a1.js\",\"1638\",\"static/chunks/1638-9f12a086456f3362.js\",\"7389\",\"static/chunks/7389-d064efe9587fa357.js\",\"8941\",\"static/chunks/8941-5f6f2bbd260a64ae.js\",\"7625\",\"static/chunks/7625-3e99f3a22fc35ba0.js\",\"7483\",\"static/chunks/7483-61c49a2b0ab708d3.js\",\"4735\",\"static/chunks/4735-317a40903cee3927.js\",\"8784\",\"static/chunks/8784-a70de7155a979c5e.js\",\"536\",\"static/chunks/536-59fd9fbb0b0a321e.js\",\"7714\",\"static/chunks/7714-9d63785ec81e1efe.js\",\"2133\",\"static/chunks/2133-7b64eac0902cb1d5.js\",\"8733\",\"static/chunks/app/admin/users/page-92597a9276ef2505.js\"],\"PageWrapper\"]\n"])</script><script>self.__next_f.push([1,"9:I[24431,[],\"OutletBoundary\"]\nb:I[15278,[],\"AsyncMetadataOutlet\"]\nd:I[24431,[],\"ViewportBoundary\"]\nf:I[24431,[],\"MetadataBoundary\"]\n10:\"$Sreact.suspense\"\n12:I[57150,[],\"\"]\n:HL[\"/_next/static/media/58f662ed5ba12a72-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/c3f6eb667c0186c5-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/e4af272ccee01ff0-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/css/82f4473c79d5d55a.css\",\"style\"]\n:HL[\"/_next/static/css/1138060002beec9e.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"b9Cr66_fnQ05YQJS0EJ62\",\"p\":\"\",\"c\":[\"\",\"admin\",\"users\"],\"i\":false,\"f\":[[[\"\",{\"children\":[\"admin\",{\"children\":[\"users\",{\"children\":[\"__PAGE__\",{}]}]}]},\"$undefined\",\"$undefined\",true],[\"\",[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/82f4473c79d5d55a.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"link\",\"1\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/1138060002beec9e.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"suppressHydrationWarning\":true,\"children\":[\"$\",\"body\",null,{\"className\":\"__variable_f367f3 __variable_438d47 antialiased bg-background h-[100dvh] overflow-hidden\",\"suppressHydrationWarning\":true,\"children\":[\"$\",\"$L2\",null,{\"children\":[[\"$\",\"$L3\",null,{\"richColors\":true,\"position\":\"bottom-center\"}],[\"$\",\"$L4\",null,{}],[\"$\",\"$L5\",null,{\"children\":[\"$\",\"$L6\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L7\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]]}]}]}]]}],{\"children\":[\"admin\",[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L6\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L7\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[\"users\",[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L6\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L7\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[\"__PAGE__\",[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"$L8\",null,{\"view\":\"users\"}],null,[\"$\",\"$L9\",null,{\"children\":[\"$La\",[\"$\",\"$Lb\",null,{\"promise\":\"$@c\"}]]}]]}],{},null,false]},null,false]},null,false]},null,false],[\"$\",\"$1\",\"h\",{\"children\":[null,[[\"$\",\"$Ld\",null,{\"children\":\"$Le\"}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]],[\"$\",\"$Lf\",null,{\"children\":[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$10\",null,{\"fallback\":null,\"children\":\"$L11\"}]}]}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$12\",[]],\"s\":false,\"S\":true}\n"])</script><script>self.__next_f.push([1,"e:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1, maximum-scale=1\"}],[\"$\",\"meta\",\"2\",{\"name\":\"theme-color\",\"content\":\"#000000\"}]]\na:null\n"])</script><script>self.__next_f.push([1,"13:I[80622,[],\"IconMark\"]\n"])</script><script>self.__next_f.push([1,"c:{\"metadata\":[[\"$\",\"title\",\"0\",{\"children\":\"OSW Studio\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Open Source Web Studio is an AI-powered development environment that enables autonomous multi-file development through intelligent tool usage. Build complete applications with natural language.\"}],[\"$\",\"meta\",\"2\",{\"name\":\"mobile-web-app-capable\",\"content\":\"yes\"}],[\"$\",\"meta\",\"3\",{\"name\":\"apple-mobile-web-app-title\",\"content\":\"OSW-Studio\"}],[\"$\",\"meta\",\"4\",{\"name\":\"apple-mobile-web-app-status-bar-style\",\"content\":\"black-translucent\"}],[\"$\",\"meta\",\"5\",{\"property\":\"og:title\",\"content\":\"Open Source Web Studio | Agentic AI Development\"}],[\"$\",\"meta\",\"6\",{\"property\":\"og:description\",\"content\":\"Open Source Web Studio is an AI-powered development environment that enables autonomous multi-file development through intelligent tool usage. Build complete applications with natural language.\"}],[\"$\",\"meta\",\"7\",{\"property\":\"og:url\",\"content\":\"https://huggingface.co/spaces/otst/osw-studio\"}],[\"$\",\"meta\",\"8\",{\"property\":\"og:site_name\",\"content\":\"Open Source Web Studio\"}],[\"$\",\"meta\",\"9\",{\"property\":\"og:image\",\"content\":\"https://huggingface.co/spaces/otst/osw-studio/resolve/main/banner.png\"}],[\"$\",\"meta\",\"10\",{\"property\":\"og:image:width\",\"content\":\"1200\"}],[\"$\",\"meta\",\"11\",{\"property\":\"og:image:height\",\"content\":\"630\"}],[\"$\",\"meta\",\"12\",{\"property\":\"og:image:alt\",\"content\":\"Open Source Web Studio - Agentic AI Development\"}],[\"$\",\"meta\",\"13\",{\"name\":\"twitter:card\",\"content\":\"summary_large_image\"}],[\"$\",\"meta\",\"14\",{\"name\":\"twitter:title\",\"content\":\"OSW Studio | Agentic AI Development\"}],[\"$\",\"meta\",\"15\",{\"name\":\"twitter:description\",\"content\":\"OSW-Studio is an AI-powered development environment that enables autonomous multi-file development through intelligent tool usage. Build complete applications with natural language.\"}],[\"$\",\"meta\",\"16\",{\"name\":\"twitter:image\",\"content\":\"https://huggingface.co/spaces/otst/osw-studio/resolve/main/banner.png\"}],[\"$\",\"link\",\"17\",{\"rel\":\"shortcut icon\",\"href\":\"/osw-studio-logo.svg\"}],[\"$\",\"link\",\"18\",{\"rel\":\"icon\",\"href\":\"/osw-studio-logo.svg\"}],[\"$\",\"link\",\"19\",{\"rel\":\"apple-touch-icon\",\"href\":\"/osw-studio-logo.svg\"}],[\"$\",\"$L13\",\"20\",{}]],\"error\":null,\"digest\":\"$undefined\"}\n"])</script><script>self.__next_f.push([1,"11:\"$c:metadata\"\n"])</script></body></html>
 
1
+ <!DOCTYPE html><!--OVeuJe8F_fBvUq5tu9NXl--><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/><link rel="preload" href="/_next/static/media/58f662ed5ba12a72-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" href="/_next/static/media/c3f6eb667c0186c5-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" href="/_next/static/media/e4af272ccee01ff0-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/css/82f4473c79d5d55a.css" data-precedence="next"/><link rel="stylesheet" href="/_next/static/css/1138060002beec9e.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-809e7d6fd4e0142c.js"/><script src="/_next/static/chunks/4bd1b696-100b9d70ed4e49c1.js" async=""></script><script src="/_next/static/chunks/1255-dfb5f8d642ae4426.js" async=""></script><script src="/_next/static/chunks/main-app-6796e1116c8e92de.js" async=""></script><script src="/_next/static/chunks/8720-6c3c0c904bca3f2e.js" async=""></script><script src="/_next/static/chunks/4156-321b7a8c31fe95b6.js" async=""></script><script src="/_next/static/chunks/7625-3e99f3a22fc35ba0.js" async=""></script><script src="/_next/static/chunks/app/layout-e6b6991471e946a3.js" async=""></script><script src="/_next/static/chunks/06bf0ff1-3732841f0f86d47e.js" async=""></script><script src="/_next/static/chunks/14258b02-ed7689e3556981a7.js" async=""></script><script src="/_next/static/chunks/ad2866b8-e13a3cf75ccf0eb8.js" async=""></script><script src="/_next/static/chunks/176-34e89399a26899a1.js" async=""></script><script src="/_next/static/chunks/7543-50a94862c006ca07.js" async=""></script><script src="/_next/static/chunks/7389-d064efe9587fa357.js" async=""></script><script src="/_next/static/chunks/8941-5f6f2bbd260a64ae.js" async=""></script><script src="/_next/static/chunks/7483-f07a06bb00bfffea.js" async=""></script><script src="/_next/static/chunks/4735-317a40903cee3927.js" async=""></script><script src="/_next/static/chunks/8784-a70de7155a979c5e.js" async=""></script><script src="/_next/static/chunks/536-59fd9fbb0b0a321e.js" async=""></script><script src="/_next/static/chunks/7714-f0a155d98ed994f5.js" async=""></script><script src="/_next/static/chunks/8238-79d46861a211a0d5.js" async=""></script><script src="/_next/static/chunks/app/admin/users/page-6c10e25d22dfb92b.js" async=""></script><meta name="next-size-adjust" content=""/><meta name="theme-color" content="#000000"/><title>OSW Studio</title><meta name="description" content="Open Source Web Studio is an AI-powered development environment that enables autonomous multi-file development through intelligent tool usage. Build complete applications with natural language."/><meta name="mobile-web-app-capable" content="yes"/><meta name="apple-mobile-web-app-title" content="OSW-Studio"/><meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"/><meta property="og:title" content="Open Source Web Studio | Agentic AI Development"/><meta property="og:description" content="Open Source Web Studio is an AI-powered development environment that enables autonomous multi-file development through intelligent tool usage. Build complete applications with natural language."/><meta property="og:url" content="https://huggingface.co/spaces/otst/osw-studio"/><meta property="og:site_name" content="Open Source Web Studio"/><meta property="og:image" content="https://huggingface.co/spaces/otst/osw-studio/resolve/main/banner.png"/><meta property="og:image:width" content="1200"/><meta property="og:image:height" content="630"/><meta property="og:image:alt" content="Open Source Web Studio - Agentic AI Development"/><meta name="twitter:card" content="summary_large_image"/><meta name="twitter:title" content="OSW Studio | Agentic AI Development"/><meta name="twitter:description" content="OSW-Studio is an AI-powered development environment that enables autonomous multi-file development through intelligent tool usage. Build complete applications with natural language."/><meta name="twitter:image" content="https://huggingface.co/spaces/otst/osw-studio/resolve/main/banner.png"/><link rel="shortcut icon" href="/osw-studio-logo.svg"/><link rel="icon" href="/osw-studio-logo.svg"/><link rel="apple-touch-icon" href="/osw-studio-logo.svg"/><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body class="__variable_f367f3 __variable_438d47 antialiased bg-background h-[100dvh] overflow-hidden"><div hidden=""><!--$--><!--/$--></div><script>((a,b,c,d,e,f,g,h)=>{let i=document.documentElement,j=["light","dark"];function k(b){var c;(Array.isArray(a)?a:[a]).forEach(a=>{let c="class"===a,d=c&&f?e.map(a=>f[a]||a):e;c?(i.classList.remove(...d),i.classList.add(f&&f[b]?f[b]:b)):i.setAttribute(a,b)}),c=b,h&&j.includes(c)&&(i.style.colorScheme=c)}if(d)k(d);else try{let a=localStorage.getItem(b)||c,d=g&&"system"===a?window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light":a;k(d)}catch(a){}})("class","osw-studio-theme","dark",null,["light","dark"],null,true,true)</script><section aria-label="Notifications alt+T" tabindex="-1" aria-live="polite" aria-relevant="additions text" aria-atomic="false"></section><div class="relative flex h-full overflow-hidden"><!--$!--><template data-dgst="BAILOUT_TO_CLIENT_SIDE_RENDERING"></template><div class="w-full h-full bg-card"></div><!--/$--><div class="flex-1 flex flex-col overflow-hidden transition-all duration-300"><div class="border-b bg-card shadow-sm relative z-20 md:hidden"><div class="px-3 py-2 flex items-center justify-between"><div class="md:hidden flex items-center gap-3"><svg width="24" height="24" viewBox="0 0 256 256" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" class="text-white dark:text-black [--logo-bg:#000000] dark:[--logo-bg:#ffffff] "><rect x="0" y="0" width="256" height="256" rx="20" ry="20" fill="var(--logo-bg)"></rect><g transform="translate(0,256) scale(0.0476,-0.0476)" fill="currentColor" stroke="none"><path d="M725 4825 c-50 -18 -100 -71 -114 -122 -15 -54 -15 -1573 0 -1628 16 -55 44 -92 89 -115 38 -19 62 -20 855 -20 781 0 817 1 853 19 46 23 67 46 87 94 13 32 15 138 15 830 0 566 -3 804 -11 828 -16 45 -55 87 -104 110 -38 18 -82 19 -835 18 -659 0 -802 -2 -835 -14z m1351 -371 c15 -11 37 -33 48 -48 21 -27 21 -38 21 -520 0 -547 3 -523 -68 -566 -31 -19 -54 -20 -521 -20 -483 0 -489 0 -524 22 -20 12 -42 38 -53 62 -17 38 -19 74 -19 504 0 496 1 503 51 548 46 41 66 43 561 41 464 -2 477 -3 504 -23z"></path><path d="M3058 4830 c-44 -13 -87 -49 -108 -90 -19 -37 -20 -61 -20 -471 0 -428 0 -432 22 -471 13 -22 41 -51 64 -64 41 -24 41 -24 685 -24 645 0 645 0 689 -22 63 -33 80 -71 80 -183 0 -101 -15 -144 -63 -179 -28 -21 -41 -21 -695 -26 -666 -5 -667 -5 -702 -27 -109 -68 -106 -247 5 -310 40 -23 40 -23 858 -23 664 0 824 3 850 14 43 17 95 78 102 118 3 18 5 225 3 459 -3 426 -3 426 -31 462 -58 76 -15 71 -757 77 -620 5 -667 6 -692 23 -44 30 -58 74 -58 179 0 116 16 153 80 186 44 22 44 22 693 22 710 0 678 -3 731 60 80 96 41 240 -79 287 -35 14 -1612 17 -1657 3z"></path><path d="M702 2509 c-48 -24 -75 -57 -91 -114 -9 -29 -11 -253 -9 -840 3 -779 4 -801 23 -834 11 -19 37 -48 58 -65 39 -31 39 -31 380 -31 342 0 342 0 399 28 31 15 63 39 73 53 16 25 16 25 62 -16 77 -67 104 -71 470 -68 320 3 320 3 360 30 24 16 49 44 62 70 21 44 21 49 21 854 0 773 -1 811 -19 851 -35 76 -135 120 -215 93 -41 -13 -90 -51 -109 -84 -9 -16 -13 -187 -17 -688 -5 -654 -5 -667 -26 -694 -43 -58 -68 -69 -169 -72 -82 -3 -99 -1 -133 18 -22 12 -49 39 -61 60 -21 37 -21 45 -21 664 0 439 -3 641 -11 673 -32 123 -190 174 -285 91 -73 -64 -69 -20 -70 -743 0 -721 3 -687 -66 -737 -28 -20 -47 -23 -133 -26 -91 -3 -103 -2 -134 20 -19 13 -44 36 -55 51 -21 28 -21 38 -26 695 -4 481 -8 673 -17 687 -50 87 -152 118 -241 74z"></path><path d="M3047 2515 c-47 -16 -81 -46 -101 -90 -14 -28 -16 -95 -16 -463 0 -281 4 -440 11 -459 15 -40 48 -73 94 -94 38 -17 79 -19 685 -19 626 0 646 -1 678 -20 58 -35 72 -72 72 -185 0 -110 -14 -147 -67 -182 -25 -17 -73 -18 -698 -23 -672 -5 -672 -5 -708 -33 -20 -15 -44 -42 -53 -60 -21 -39 -21 -125 -1 -163 20 -38 65 -80 100 -93 19 -8 289 -11 833 -11 701 0 809 2 841 15 48 20 71 41 94 88 19 35 19 60 17 480 -3 444 -3 444 -30 479 -54 71 -23 68 -740 68 -612 0 -645 1 -685 20 -67 30 -83 66 -83 183 0 116 14 156 68 189 35 21 35 21 691 22 606 1 658 2 688 19 137 74 130 264 -12 328 -38 18 -85 19 -840 18 -652 0 -807 -2 -838 -14z"></path></g></svg><span class="text-sm font-semibold">Users</span></div><div class="flex items-center gap-2 flex-1 justify-center md:justify-start md:ml-6"></div><div class="flex items-center gap-2"><div class="hidden md:flex items-center gap-2"></div><div class="md:hidden flex items-center gap-2"></div><button data-slot="button" class="inline-flex items-center cursor-pointer justify-center gap-2 whitespace-nowrap rounded-full text-sm font-sans font-medium transition-all disabled:pointer-events-none disabled:opacity-50 [&amp;_svg]:pointer-events-none [&amp;_svg:not([class*=&#x27;size-&#x27;])]:size-4 shrink-0 [&amp;_svg]:shrink-0 outline-none focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px] aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive hover:bg-accent hover:text-accent-foreground dark:hover:bg-accent/50 size-9 md:hidden h-8 w-8"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-menu h-5 w-5" aria-hidden="true"><path d="M4 12h16"></path><path d="M4 18h16"></path><path d="M4 6h16"></path></svg></button></div></div></div><div class="flex-1 overflow-hidden"><div class="h-full flex items-center justify-center"><div class="text-center text-muted-foreground"><p>User management is only available in Server Mode</p></div></div></div></div></div><!--$--><!--/$--><script src="/_next/static/chunks/webpack-809e7d6fd4e0142c.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[98124,[\"8720\",\"static/chunks/8720-6c3c0c904bca3f2e.js\",\"4156\",\"static/chunks/4156-321b7a8c31fe95b6.js\",\"7625\",\"static/chunks/7625-3e99f3a22fc35ba0.js\",\"7177\",\"static/chunks/app/layout-e6b6991471e946a3.js\"],\"ThemeProvider\"]\n3:I[70240,[\"8720\",\"static/chunks/8720-6c3c0c904bca3f2e.js\",\"4156\",\"static/chunks/4156-321b7a8c31fe95b6.js\",\"7625\",\"static/chunks/7625-3e99f3a22fc35ba0.js\",\"7177\",\"static/chunks/app/layout-e6b6991471e946a3.js\"],\"Toaster\"]\n4:I[16717,[\"8720\",\"static/chunks/8720-6c3c0c904bca3f2e.js\",\"4156\",\"static/chunks/4156-321b7a8c31fe95b6.js\",\"7625\",\"static/chunks/7625-3e99f3a22fc35ba0.js\",\"7177\",\"static/chunks/app/layout-e6b6991471e946a3.js\"],\"BackendStatusBanner\"]\n5:I[46131,[\"8720\",\"static/chunks/8720-6c3c0c904bca3f2e.js\",\"4156\",\"static/chunks/4156-321b7a8c31fe95b6.js\",\"7625\",\"static/chunks/7625-3e99f3a22fc35ba0.js\",\"7177\",\"static/chunks/app/layout-e6b6991471e946a3.js\"],\"default\"]\n6:I[9766,[],\"\"]\n7:I[98924,[],\"\"]\n"])</script><script>self.__next_f.push([1,"8:I[43688,[\"5948\",\"static/chunks/06bf0ff1-3732841f0f86d47e.js\",\"7003\",\"static/chunks/14258b02-ed7689e3556981a7.js\",\"4316\",\"static/chunks/ad2866b8-e13a3cf75ccf0eb8.js\",\"8720\",\"static/chunks/8720-6c3c0c904bca3f2e.js\",\"176\",\"static/chunks/176-34e89399a26899a1.js\",\"7543\",\"static/chunks/7543-50a94862c006ca07.js\",\"7389\",\"static/chunks/7389-d064efe9587fa357.js\",\"8941\",\"static/chunks/8941-5f6f2bbd260a64ae.js\",\"7625\",\"static/chunks/7625-3e99f3a22fc35ba0.js\",\"7483\",\"static/chunks/7483-f07a06bb00bfffea.js\",\"4735\",\"static/chunks/4735-317a40903cee3927.js\",\"8784\",\"static/chunks/8784-a70de7155a979c5e.js\",\"536\",\"static/chunks/536-59fd9fbb0b0a321e.js\",\"7714\",\"static/chunks/7714-f0a155d98ed994f5.js\",\"8238\",\"static/chunks/8238-79d46861a211a0d5.js\",\"8733\",\"static/chunks/app/admin/users/page-6c10e25d22dfb92b.js\"],\"PageWrapper\"]\n"])</script><script>self.__next_f.push([1,"9:I[24431,[],\"OutletBoundary\"]\nb:I[15278,[],\"AsyncMetadataOutlet\"]\nd:I[24431,[],\"ViewportBoundary\"]\nf:I[24431,[],\"MetadataBoundary\"]\n10:\"$Sreact.suspense\"\n12:I[57150,[],\"\"]\n:HL[\"/_next/static/media/58f662ed5ba12a72-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/c3f6eb667c0186c5-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/e4af272ccee01ff0-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/css/82f4473c79d5d55a.css\",\"style\"]\n:HL[\"/_next/static/css/1138060002beec9e.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"OVeuJe8F-fBvUq5tu9NXl\",\"p\":\"\",\"c\":[\"\",\"admin\",\"users\"],\"i\":false,\"f\":[[[\"\",{\"children\":[\"admin\",{\"children\":[\"users\",{\"children\":[\"__PAGE__\",{}]}]}]},\"$undefined\",\"$undefined\",true],[\"\",[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/82f4473c79d5d55a.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"link\",\"1\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/1138060002beec9e.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"suppressHydrationWarning\":true,\"children\":[\"$\",\"body\",null,{\"className\":\"__variable_f367f3 __variable_438d47 antialiased bg-background h-[100dvh] overflow-hidden\",\"suppressHydrationWarning\":true,\"children\":[\"$\",\"$L2\",null,{\"children\":[[\"$\",\"$L3\",null,{\"richColors\":true,\"position\":\"bottom-center\"}],[\"$\",\"$L4\",null,{}],[\"$\",\"$L5\",null,{\"children\":[\"$\",\"$L6\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L7\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]]}]}]}]]}],{\"children\":[\"admin\",[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L6\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L7\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[\"users\",[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L6\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L7\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[\"__PAGE__\",[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"$L8\",null,{\"view\":\"users\"}],null,[\"$\",\"$L9\",null,{\"children\":[\"$La\",[\"$\",\"$Lb\",null,{\"promise\":\"$@c\"}]]}]]}],{},null,false]},null,false]},null,false]},null,false],[\"$\",\"$1\",\"h\",{\"children\":[null,[[\"$\",\"$Ld\",null,{\"children\":\"$Le\"}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]],[\"$\",\"$Lf\",null,{\"children\":[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$10\",null,{\"fallback\":null,\"children\":\"$L11\"}]}]}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$12\",[]],\"s\":false,\"S\":true}\n"])</script><script>self.__next_f.push([1,"e:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1, maximum-scale=1\"}],[\"$\",\"meta\",\"2\",{\"name\":\"theme-color\",\"content\":\"#000000\"}]]\na:null\n"])</script><script>self.__next_f.push([1,"13:I[80622,[],\"IconMark\"]\n"])</script><script>self.__next_f.push([1,"c:{\"metadata\":[[\"$\",\"title\",\"0\",{\"children\":\"OSW Studio\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Open Source Web Studio is an AI-powered development environment that enables autonomous multi-file development through intelligent tool usage. Build complete applications with natural language.\"}],[\"$\",\"meta\",\"2\",{\"name\":\"mobile-web-app-capable\",\"content\":\"yes\"}],[\"$\",\"meta\",\"3\",{\"name\":\"apple-mobile-web-app-title\",\"content\":\"OSW-Studio\"}],[\"$\",\"meta\",\"4\",{\"name\":\"apple-mobile-web-app-status-bar-style\",\"content\":\"black-translucent\"}],[\"$\",\"meta\",\"5\",{\"property\":\"og:title\",\"content\":\"Open Source Web Studio | Agentic AI Development\"}],[\"$\",\"meta\",\"6\",{\"property\":\"og:description\",\"content\":\"Open Source Web Studio is an AI-powered development environment that enables autonomous multi-file development through intelligent tool usage. Build complete applications with natural language.\"}],[\"$\",\"meta\",\"7\",{\"property\":\"og:url\",\"content\":\"https://huggingface.co/spaces/otst/osw-studio\"}],[\"$\",\"meta\",\"8\",{\"property\":\"og:site_name\",\"content\":\"Open Source Web Studio\"}],[\"$\",\"meta\",\"9\",{\"property\":\"og:image\",\"content\":\"https://huggingface.co/spaces/otst/osw-studio/resolve/main/banner.png\"}],[\"$\",\"meta\",\"10\",{\"property\":\"og:image:width\",\"content\":\"1200\"}],[\"$\",\"meta\",\"11\",{\"property\":\"og:image:height\",\"content\":\"630\"}],[\"$\",\"meta\",\"12\",{\"property\":\"og:image:alt\",\"content\":\"Open Source Web Studio - Agentic AI Development\"}],[\"$\",\"meta\",\"13\",{\"name\":\"twitter:card\",\"content\":\"summary_large_image\"}],[\"$\",\"meta\",\"14\",{\"name\":\"twitter:title\",\"content\":\"OSW Studio | Agentic AI Development\"}],[\"$\",\"meta\",\"15\",{\"name\":\"twitter:description\",\"content\":\"OSW-Studio is an AI-powered development environment that enables autonomous multi-file development through intelligent tool usage. Build complete applications with natural language.\"}],[\"$\",\"meta\",\"16\",{\"name\":\"twitter:image\",\"content\":\"https://huggingface.co/spaces/otst/osw-studio/resolve/main/banner.png\"}],[\"$\",\"link\",\"17\",{\"rel\":\"shortcut icon\",\"href\":\"/osw-studio-logo.svg\"}],[\"$\",\"link\",\"18\",{\"rel\":\"icon\",\"href\":\"/osw-studio-logo.svg\"}],[\"$\",\"link\",\"19\",{\"rel\":\"apple-touch-icon\",\"href\":\"/osw-studio-logo.svg\"}],[\"$\",\"$L13\",\"20\",{}]],\"error\":null,\"digest\":\"$undefined\"}\n"])</script><script>self.__next_f.push([1,"11:\"$c:metadata\"\n"])</script></body></html>
.next/server/app/admin/users.rsc CHANGED
@@ -1,11 +1,11 @@
1
  1:"$Sreact.fragment"
2
- 2:I[98124,["8001","static/chunks/8001-ab2328d010d9575c.js","4165","static/chunks/4165-2fd065a6c1436849.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-29b5b9c7b4063442.js"],"ThemeProvider"]
3
- 3:I[70240,["8001","static/chunks/8001-ab2328d010d9575c.js","4165","static/chunks/4165-2fd065a6c1436849.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-29b5b9c7b4063442.js"],"Toaster"]
4
- 4:I[16717,["8001","static/chunks/8001-ab2328d010d9575c.js","4165","static/chunks/4165-2fd065a6c1436849.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-29b5b9c7b4063442.js"],"BackendStatusBanner"]
5
- 5:I[46131,["8001","static/chunks/8001-ab2328d010d9575c.js","4165","static/chunks/4165-2fd065a6c1436849.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-29b5b9c7b4063442.js"],"default"]
6
  6:I[9766,[],""]
7
  7:I[98924,[],""]
8
- 8:I[43688,["5948","static/chunks/06bf0ff1-3732841f0f86d47e.js","7003","static/chunks/14258b02-ed7689e3556981a7.js","4316","static/chunks/ad2866b8-e13a3cf75ccf0eb8.js","8001","static/chunks/8001-ab2328d010d9575c.js","176","static/chunks/176-34e89399a26899a1.js","1638","static/chunks/1638-9f12a086456f3362.js","7389","static/chunks/7389-d064efe9587fa357.js","8941","static/chunks/8941-5f6f2bbd260a64ae.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7483","static/chunks/7483-61c49a2b0ab708d3.js","4735","static/chunks/4735-317a40903cee3927.js","8784","static/chunks/8784-a70de7155a979c5e.js","536","static/chunks/536-59fd9fbb0b0a321e.js","7714","static/chunks/7714-9d63785ec81e1efe.js","2133","static/chunks/2133-7b64eac0902cb1d5.js","8733","static/chunks/app/admin/users/page-92597a9276ef2505.js"],"PageWrapper"]
9
  9:I[24431,[],"OutletBoundary"]
10
  b:I[15278,[],"AsyncMetadataOutlet"]
11
  d:I[24431,[],"ViewportBoundary"]
@@ -17,7 +17,7 @@ f:I[24431,[],"MetadataBoundary"]
17
  :HL["/_next/static/media/e4af272ccee01ff0-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
18
  :HL["/_next/static/css/82f4473c79d5d55a.css","style"]
19
  :HL["/_next/static/css/1138060002beec9e.css","style"]
20
- 0:{"P":null,"b":"b9Cr66_fnQ05YQJS0EJ62","p":"","c":["","admin","users"],"i":false,"f":[[["",{"children":["admin",{"children":["users",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",true],["",["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/82f4473c79d5d55a.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/css/1138060002beec9e.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"__variable_f367f3 __variable_438d47 antialiased bg-background h-[100dvh] overflow-hidden","suppressHydrationWarning":true,"children":["$","$L2",null,{"children":[["$","$L3",null,{"richColors":true,"position":"bottom-center"}],["$","$L4",null,{}],["$","$L5",null,{"children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]]}]}]}]]}],{"children":["admin",["$","$1","c",{"children":[null,["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":["users",["$","$1","c",{"children":[null,["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":["__PAGE__",["$","$1","c",{"children":[["$","$L8",null,{"view":"users"}],null,["$","$L9",null,{"children":["$La",["$","$Lb",null,{"promise":"$@c"}]]}]]}],{},null,false]},null,false]},null,false]},null,false],["$","$1","h",{"children":[null,[["$","$Ld",null,{"children":"$Le"}],["$","meta",null,{"name":"next-size-adjust","content":""}]],["$","$Lf",null,{"children":["$","div",null,{"hidden":true,"children":["$","$10",null,{"fallback":null,"children":"$L11"}]}]}]]}],false]],"m":"$undefined","G":["$12",[]],"s":false,"S":true}
21
  e:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1, maximum-scale=1"}],["$","meta","2",{"name":"theme-color","content":"#000000"}]]
22
  a:null
23
  13:I[80622,[],"IconMark"]
 
1
  1:"$Sreact.fragment"
2
+ 2:I[98124,["8720","static/chunks/8720-6c3c0c904bca3f2e.js","4156","static/chunks/4156-321b7a8c31fe95b6.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-e6b6991471e946a3.js"],"ThemeProvider"]
3
+ 3:I[70240,["8720","static/chunks/8720-6c3c0c904bca3f2e.js","4156","static/chunks/4156-321b7a8c31fe95b6.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-e6b6991471e946a3.js"],"Toaster"]
4
+ 4:I[16717,["8720","static/chunks/8720-6c3c0c904bca3f2e.js","4156","static/chunks/4156-321b7a8c31fe95b6.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-e6b6991471e946a3.js"],"BackendStatusBanner"]
5
+ 5:I[46131,["8720","static/chunks/8720-6c3c0c904bca3f2e.js","4156","static/chunks/4156-321b7a8c31fe95b6.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-e6b6991471e946a3.js"],"default"]
6
  6:I[9766,[],""]
7
  7:I[98924,[],""]
8
+ 8:I[43688,["5948","static/chunks/06bf0ff1-3732841f0f86d47e.js","7003","static/chunks/14258b02-ed7689e3556981a7.js","4316","static/chunks/ad2866b8-e13a3cf75ccf0eb8.js","8720","static/chunks/8720-6c3c0c904bca3f2e.js","176","static/chunks/176-34e89399a26899a1.js","7543","static/chunks/7543-50a94862c006ca07.js","7389","static/chunks/7389-d064efe9587fa357.js","8941","static/chunks/8941-5f6f2bbd260a64ae.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7483","static/chunks/7483-f07a06bb00bfffea.js","4735","static/chunks/4735-317a40903cee3927.js","8784","static/chunks/8784-a70de7155a979c5e.js","536","static/chunks/536-59fd9fbb0b0a321e.js","7714","static/chunks/7714-f0a155d98ed994f5.js","8238","static/chunks/8238-79d46861a211a0d5.js","8733","static/chunks/app/admin/users/page-6c10e25d22dfb92b.js"],"PageWrapper"]
9
  9:I[24431,[],"OutletBoundary"]
10
  b:I[15278,[],"AsyncMetadataOutlet"]
11
  d:I[24431,[],"ViewportBoundary"]
 
17
  :HL["/_next/static/media/e4af272ccee01ff0-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
18
  :HL["/_next/static/css/82f4473c79d5d55a.css","style"]
19
  :HL["/_next/static/css/1138060002beec9e.css","style"]
20
+ 0:{"P":null,"b":"OVeuJe8F-fBvUq5tu9NXl","p":"","c":["","admin","users"],"i":false,"f":[[["",{"children":["admin",{"children":["users",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",true],["",["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/82f4473c79d5d55a.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/css/1138060002beec9e.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"__variable_f367f3 __variable_438d47 antialiased bg-background h-[100dvh] overflow-hidden","suppressHydrationWarning":true,"children":["$","$L2",null,{"children":[["$","$L3",null,{"richColors":true,"position":"bottom-center"}],["$","$L4",null,{}],["$","$L5",null,{"children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]]}]}]}]]}],{"children":["admin",["$","$1","c",{"children":[null,["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":["users",["$","$1","c",{"children":[null,["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":["__PAGE__",["$","$1","c",{"children":[["$","$L8",null,{"view":"users"}],null,["$","$L9",null,{"children":["$La",["$","$Lb",null,{"promise":"$@c"}]]}]]}],{},null,false]},null,false]},null,false]},null,false],["$","$1","h",{"children":[null,[["$","$Ld",null,{"children":"$Le"}],["$","meta",null,{"name":"next-size-adjust","content":""}]],["$","$Lf",null,{"children":["$","div",null,{"hidden":true,"children":["$","$10",null,{"fallback":null,"children":"$L11"}]}]}]]}],false]],"m":"$undefined","G":["$12",[]],"s":false,"S":true}
21
  e:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1, maximum-scale=1"}],["$","meta","2",{"name":"theme-color","content":"#000000"}]]
22
  a:null
23
  13:I[80622,[],"IconMark"]
.next/server/app/admin/users/page.js CHANGED
@@ -1,2 +1,2 @@
1
- (()=>{var a={};a.id=8733,a.ids=[8733],a.modules={261:a=>{"use strict";a.exports=require("next/dist/shared/lib/router/utils/app-paths")},1708:a=>{"use strict";a.exports=require("node:process")},2054:(a,b,c)=>{"use strict";c.d(b,{PageWrapper:()=>d});let d=(0,c(97954).registerClientReference)(function(){throw Error("Attempted to call PageWrapper() from the server but PageWrapper is 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.")},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/page-wrapper/index.tsx","PageWrapper")},3295:a=>{"use strict";a.exports=require("next/dist/server/app-render/after-task-async-storage.external.js")},10846:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},19121:a=>{"use strict";a.exports=require("next/dist/server/app-render/action-async-storage.external.js")},21820:a=>{"use strict";a.exports=require("os")},26713:a=>{"use strict";a.exports=require("next/dist/shared/lib/router/utils/is-bot")},27910:a=>{"use strict";a.exports=require("stream")},28354:a=>{"use strict";a.exports=require("util")},29021:a=>{"use strict";a.exports=require("fs")},29294:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-async-storage.external.js")},31152:(a,b,c)=>{"use strict";c.d(b,{PageWrapper:()=>n});var d=c(21124),e=c(38301),f=c(42378),g=c(69587),h=c(51190),i=c(89070),j=c(95919),k=c(14258),l=c(45914);function m({view:a,workspaceId:b,settingsTab:c,autoCreateProject:j}){let m=(0,f.useRouter)(),[n,o]=(0,e.useState)(null),[p,q]=(0,e.useState)(!1),r=(0,e.useCallback)(a=>{let c=function(a,b){let c=b?`/w/${b}`:"/admin";return({dashboard:`${c}/dashboard`,projects:`${c}/projects`,deployments:`${c}/deployments`,settings:`${c}/settings`,skills:`${c}/skills`,templates:`${c}/templates`,docs:`${c}/docs`,users:"/admin/users",workspaces:"/admin/workspaces"})[a]||`${c}/projects`}(a,b);m.push(c)},[m,b]),s=n?(0,d.jsx)(i.a,{project:n,onBack:()=>o(null),workspaceId:b}):(0,d.jsx)(h.f,{view:a,workspaceId:b,onProjectSelect:o,settingsTab:c,onNavigate:r,autoCreateProject:j});return(0,d.jsxs)(d.Fragment,{children:[(0,d.jsx)(g.M,{currentView:a,workspaceId:b,onNavigate:r,onProjectSelect:o,onOpenAbout:()=>q(!0),showSidebar:!n,children:s}),(0,d.jsx)(k.V,{location:"global"}),(0,d.jsx)(l.V,{open:p,onOpenChange:q})]})}function n({view:a,workspaceId:b,settingsTab:c,autoCreateProject:e}){return(0,d.jsx)(j.g,{children:(0,d.jsx)(m,{view:a,workspaceId:b,settingsTab:c,autoCreateProject:e})})}},33873:a=>{"use strict";a.exports=require("path")},36167:(a,b,c)=>{Promise.resolve().then(c.bind(c,2054))},37825:(a,b,c)=>{"use strict";c.r(b),c.d(b,{default:()=>f});var d=c(75338),e=c(2054);function f(){return(0,d.jsx)(e.PageWrapper,{view:"users"})}},41025:a=>{"use strict";a.exports=require("next/dist/server/app-render/dynamic-access-async-storage.external.js")},41503:a=>{"use strict";a.exports=require("esbuild-wasm")},55511:a=>{"use strict";a.exports=require("crypto")},63033:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},66431:(a,b,c)=>{Promise.resolve().then(c.bind(c,31152))},73136:a=>{"use strict";a.exports=require("node:url")},74608:(a,b,c)=>{"use strict";c.r(b),c.d(b,{GlobalError:()=>D.a,__next_app__:()=>J,handler:()=>L,pages:()=>I,routeModule:()=>K,tree:()=>H});var d=c(49754),e=c(9117),f=c(46595),g=c(32324),h=c(39326),i=c(38928),j=c(20175),k=c(12),l=c(54290),m=c(12696),n=c(82802),o=c(77533),p=c(45229),q=c(32822),r=c(261),s=c(26453),t=c(52474),u=c(26713),v=c(51356),w=c(62685),x=c(36225),y=c(63446),z=c(2762),A=c(45742),B=c(86439),C=c(81170),D=c.n(C),E=c(62506),F=c(91203),G={};for(let a in E)0>["default","tree","pages","GlobalError","__next_app__","routeModule","handler"].indexOf(a)&&(G[a]=()=>E[a]);c.d(b,G);let H={children:["",{children:["admin",{children:["users",{children:["__PAGE__",{},{page:[()=>Promise.resolve().then(c.bind(c,37825)),"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/users/page.tsx"]}]},{}]},{}]},{layout:[()=>Promise.resolve().then(c.bind(c,16953)),"/Users/otto/Desktop/deepstudio/osw-studio-git/app/layout.tsx"],"global-error":[()=>Promise.resolve().then(c.t.bind(c,81170,23)),"next/dist/client/components/builtin/global-error.js"],"not-found":[()=>Promise.resolve().then(c.t.bind(c,87028,23)),"next/dist/client/components/builtin/not-found.js"],forbidden:[()=>Promise.resolve().then(c.t.bind(c,90461,23)),"next/dist/client/components/builtin/forbidden.js"],unauthorized:[()=>Promise.resolve().then(c.t.bind(c,32768,23)),"next/dist/client/components/builtin/unauthorized.js"]}]}.children,I=["/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/users/page.tsx"],J={require:c,loadChunk:()=>Promise.resolve()},K=new d.AppPageRouteModule({definition:{kind:e.RouteKind.APP_PAGE,page:"/admin/users/page",pathname:"/admin/users",bundlePath:"",filename:"",appPaths:[]},userland:{loaderTree:H},distDir:".next",relativeProjectDir:""});async function L(a,b,d){var C;let G="/admin/users/page";"/index"===G&&(G="/");let M=(0,h.getRequestMeta)(a,"postponed"),N=(0,h.getRequestMeta)(a,"minimalMode"),O=await K.prepare(a,b,{srcPage:G,multiZoneDraftMode:!1});if(!O)return b.statusCode=400,b.end("Bad Request"),null==d.waitUntil||d.waitUntil.call(d,Promise.resolve()),null;let{buildId:P,query:Q,params:R,parsedUrl:S,pageIsDynamic:T,buildManifest:U,nextFontManifest:V,reactLoadableManifest:W,serverActionsManifest:X,clientReferenceManifest:Y,subresourceIntegrityManifest:Z,prerenderManifest:$,isDraftMode:_,resolvedPathname:aa,revalidateOnlyGenerated:ab,routerServerContext:ac,nextConfig:ad,interceptionRoutePatterns:ae}=O,af=S.pathname||"/",ag=(0,r.normalizeAppPath)(G),{isOnDemandRevalidate:ah}=O,ai=K.match(af,$),aj=!!$.routes[aa],ak=!!(ai||aj||$.routes[ag]),al=a.headers["user-agent"]||"",am=(0,u.getBotType)(al),an=(0,p.isHtmlBotRequest)(a),ao=(0,h.getRequestMeta)(a,"isPrefetchRSCRequest")??"1"===a.headers[t.NEXT_ROUTER_PREFETCH_HEADER],ap=(0,h.getRequestMeta)(a,"isRSCRequest")??!!a.headers[t.RSC_HEADER],aq=(0,s.getIsPossibleServerAction)(a),ar=(0,m.checkIsAppPPREnabled)(ad.experimental.ppr)&&(null==(C=$.routes[ag]??$.dynamicRoutes[ag])?void 0:C.renderingMode)==="PARTIALLY_STATIC",as=!1,at=!1,au=ar?M:void 0,av=ar&&ap&&!ao,aw=(0,h.getRequestMeta)(a,"segmentPrefetchRSCRequest"),ax=!al||(0,p.shouldServeStreamingMetadata)(al,ad.htmlLimitedBots);an&&ar&&(ak=!1,ax=!1);let ay=!0===K.isDev||!ak||"string"==typeof M||av,az=an&&ar,aA=null;_||!ak||ay||aq||au||av||(aA=aa);let aB=aA;!aB&&K.isDev&&(aB=aa),K.isDev||_||!ak||!ap||av||(0,k.d)(a.headers);let aC={...E,tree:H,pages:I,GlobalError:D(),handler:L,routeModule:K,__next_app__:J};X&&Y&&(0,o.setReferenceManifestsSingleton)({page:G,clientReferenceManifest:Y,serverActionsManifest:X,serverModuleMap:(0,q.createServerModuleMap)({serverActionsManifest:X})});let aD=a.method||"GET",aE=(0,g.getTracer)(),aF=aE.getActiveScopeSpan();try{let f=K.getVaryHeader(aa,ae);b.setHeader("Vary",f);let k=async(c,d)=>{let e=new l.NodeNextRequest(a),f=new l.NodeNextResponse(b);return K.render(e,f,d).finally(()=>{if(!c)return;c.setAttributes({"http.status_code":b.statusCode,"next.rsc":!1});let d=aE.getRootSpanAttributes();if(!d)return;if(d.get("next.span_type")!==i.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${d.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let e=d.get("next.route");if(e){let a=`${aD} ${e}`;c.setAttributes({"next.route":e,"http.route":e,"next.span_name":a}),c.updateName(a)}else c.updateName(`${aD} ${a.url}`)})},m=async({span:e,postponed:f,fallbackRouteParams:g})=>{let i={query:Q,params:R,page:ag,sharedContext:{buildId:P},serverComponentsHmrCache:(0,h.getRequestMeta)(a,"serverComponentsHmrCache"),fallbackRouteParams:g,renderOpts:{App:()=>null,Document:()=>null,pageConfig:{},ComponentMod:aC,Component:(0,j.T)(aC),params:R,routeModule:K,page:G,postponed:f,shouldWaitOnAllReady:az,serveStreamingMetadata:ax,supportsDynamicResponse:"string"==typeof f||ay,buildManifest:U,nextFontManifest:V,reactLoadableManifest:W,subresourceIntegrityManifest:Z,serverActionsManifest:X,clientReferenceManifest:Y,setIsrStatus:null==ac?void 0:ac.setIsrStatus,dir:c(33873).join(process.cwd(),K.relativeProjectDir),isDraftMode:_,isRevalidate:ak&&!f&&!av,botType:am,isOnDemandRevalidate:ah,isPossibleServerAction:aq,assetPrefix:ad.assetPrefix,nextConfigOutput:ad.output,crossOrigin:ad.crossOrigin,trailingSlash:ad.trailingSlash,previewProps:$.preview,deploymentId:ad.deploymentId,enableTainting:ad.experimental.taint,htmlLimitedBots:ad.htmlLimitedBots,devtoolSegmentExplorer:ad.experimental.devtoolSegmentExplorer,reactMaxHeadersLength:ad.reactMaxHeadersLength,multiZoneDraftMode:!1,incrementalCache:(0,h.getRequestMeta)(a,"incrementalCache"),cacheLifeProfiles:ad.experimental.cacheLife,basePath:ad.basePath,serverActions:ad.experimental.serverActions,...as?{nextExport:!0,supportsDynamicResponse:!1,isStaticGeneration:!0,isRevalidate:!0,isDebugDynamicAccesses:as}:{},experimental:{isRoutePPREnabled:ar,expireTime:ad.expireTime,staleTimes:ad.experimental.staleTimes,cacheComponents:!!ad.experimental.cacheComponents,clientSegmentCache:!!ad.experimental.clientSegmentCache,clientParamParsing:!!ad.experimental.clientParamParsing,dynamicOnHover:!!ad.experimental.dynamicOnHover,inlineCss:!!ad.experimental.inlineCss,authInterrupts:!!ad.experimental.authInterrupts,clientTraceMetadata:ad.experimental.clientTraceMetadata||[]},waitUntil:d.waitUntil,onClose:a=>{b.on("close",a)},onAfterTaskError:()=>{},onInstrumentationRequestError:(b,c,d)=>K.onRequestError(a,b,d,ac),err:(0,h.getRequestMeta)(a,"invokeError"),dev:K.isDev}},l=await k(e,i),{metadata:m}=l,{cacheControl:n,headers:o={},fetchTags:p}=m;if(p&&(o[y.NEXT_CACHE_TAGS_HEADER]=p),a.fetchMetrics=m.fetchMetrics,ak&&(null==n?void 0:n.revalidate)===0&&!K.isDev&&!ar){let a=m.staticBailoutInfo,b=Object.defineProperty(Error(`Page changed from static to dynamic at runtime ${aa}${(null==a?void 0:a.description)?`, reason: ${a.description}`:""}
2
- see more here https://nextjs.org/docs/messages/app-static-to-dynamic-error`),"__NEXT_ERROR_CODE",{value:"E132",enumerable:!1,configurable:!0});if(null==a?void 0:a.stack){let c=a.stack;b.stack=b.message+c.substring(c.indexOf("\n"))}throw b}return{value:{kind:v.CachedRouteKind.APP_PAGE,html:l,headers:o,rscData:m.flightData,postponed:m.postponed,status:m.statusCode,segmentData:m.segmentData},cacheControl:n}},o=async({hasResolved:c,previousCacheEntry:f,isRevalidating:g,span:i})=>{let j,k=!1===K.isDev,l=c||b.writableEnded;if(ah&&ab&&!f&&!N)return(null==ac?void 0:ac.render404)?await ac.render404(a,b):(b.statusCode=404,b.end("This page could not be found")),null;if(ai&&(j=(0,w.parseFallbackField)(ai.fallback)),j===w.FallbackMode.PRERENDER&&(0,u.isBot)(al)&&(!ar||an)&&(j=w.FallbackMode.BLOCKING_STATIC_RENDER),(null==f?void 0:f.isStale)===-1&&(ah=!0),ah&&(j!==w.FallbackMode.NOT_FOUND||f)&&(j=w.FallbackMode.BLOCKING_STATIC_RENDER),!N&&j!==w.FallbackMode.BLOCKING_STATIC_RENDER&&aB&&!l&&!_&&T&&(k||!aj)){let b;if((k||ai)&&j===w.FallbackMode.NOT_FOUND)throw new B.NoFallbackError;if(ar&&!ap){let c="string"==typeof(null==ai?void 0:ai.fallback)?ai.fallback:k?ag:null;if(b=await K.handleResponse({cacheKey:c,req:a,nextConfig:ad,routeKind:e.RouteKind.APP_PAGE,isFallback:!0,prerenderManifest:$,isRoutePPREnabled:ar,responseGenerator:async()=>m({span:i,postponed:void 0,fallbackRouteParams:k||at?(0,n.u)(ag):null}),waitUntil:d.waitUntil}),null===b)return null;if(b)return delete b.cacheControl,b}}let o=ah||g||!au?void 0:au;if(as&&void 0!==o)return{cacheControl:{revalidate:1,expire:void 0},value:{kind:v.CachedRouteKind.PAGES,html:x.default.EMPTY,pageData:{},headers:void 0,status:void 0}};let p=T&&ar&&((0,h.getRequestMeta)(a,"renderFallbackShell")||at)?(0,n.u)(af):null;return m({span:i,postponed:o,fallbackRouteParams:p})},p=async c=>{var f,g,i,j,k;let l,n=await K.handleResponse({cacheKey:aA,responseGenerator:a=>o({span:c,...a}),routeKind:e.RouteKind.APP_PAGE,isOnDemandRevalidate:ah,isRoutePPREnabled:ar,req:a,nextConfig:ad,prerenderManifest:$,waitUntil:d.waitUntil});if(_&&b.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate"),K.isDev&&b.setHeader("Cache-Control","no-store, must-revalidate"),!n){if(aA)throw Object.defineProperty(Error("invariant: cache entry required but not generated"),"__NEXT_ERROR_CODE",{value:"E62",enumerable:!1,configurable:!0});return null}if((null==(f=n.value)?void 0:f.kind)!==v.CachedRouteKind.APP_PAGE)throw Object.defineProperty(Error(`Invariant app-page handler received invalid cache entry ${null==(i=n.value)?void 0:i.kind}`),"__NEXT_ERROR_CODE",{value:"E707",enumerable:!1,configurable:!0});let p="string"==typeof n.value.postponed;ak&&!av&&(!p||ao)&&(N||b.setHeader("x-nextjs-cache",ah?"REVALIDATED":n.isMiss?"MISS":n.isStale?"STALE":"HIT"),b.setHeader(t.NEXT_IS_PRERENDER_HEADER,"1"));let{value:q}=n;if(au)l={revalidate:0,expire:void 0};else if(N&&ap&&!ao&&ar)l={revalidate:0,expire:void 0};else if(!K.isDev)if(_)l={revalidate:0,expire:void 0};else if(ak){if(n.cacheControl)if("number"==typeof n.cacheControl.revalidate){if(n.cacheControl.revalidate<1)throw Object.defineProperty(Error(`Invalid revalidate configuration provided: ${n.cacheControl.revalidate} < 1`),"__NEXT_ERROR_CODE",{value:"E22",enumerable:!1,configurable:!0});l={revalidate:n.cacheControl.revalidate,expire:(null==(j=n.cacheControl)?void 0:j.expire)??ad.expireTime}}else l={revalidate:y.CACHE_ONE_YEAR,expire:void 0}}else b.getHeader("Cache-Control")||(l={revalidate:0,expire:void 0});if(n.cacheControl=l,"string"==typeof aw&&(null==q?void 0:q.kind)===v.CachedRouteKind.APP_PAGE&&q.segmentData){b.setHeader(t.NEXT_DID_POSTPONE_HEADER,"2");let c=null==(k=q.headers)?void 0:k[y.NEXT_CACHE_TAGS_HEADER];N&&ak&&c&&"string"==typeof c&&b.setHeader(y.NEXT_CACHE_TAGS_HEADER,c);let d=q.segmentData.get(aw);return void 0!==d?(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:x.default.fromStatic(d,t.RSC_CONTENT_TYPE_HEADER),cacheControl:n.cacheControl}):(b.statusCode=204,(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:x.default.EMPTY,cacheControl:n.cacheControl}))}let r=(0,h.getRequestMeta)(a,"onCacheEntry");if(r&&await r({...n,value:{...n.value,kind:"PAGE"}},{url:(0,h.getRequestMeta)(a,"initURL")}))return null;if(p&&au)throw Object.defineProperty(Error("Invariant: postponed state should not be present on a resume request"),"__NEXT_ERROR_CODE",{value:"E396",enumerable:!1,configurable:!0});if(q.headers){let a={...q.headers};for(let[c,d]of(N&&ak||delete a[y.NEXT_CACHE_TAGS_HEADER],Object.entries(a)))if(void 0!==d)if(Array.isArray(d))for(let a of d)b.appendHeader(c,a);else"number"==typeof d&&(d=d.toString()),b.appendHeader(c,d)}let s=null==(g=q.headers)?void 0:g[y.NEXT_CACHE_TAGS_HEADER];if(N&&ak&&s&&"string"==typeof s&&b.setHeader(y.NEXT_CACHE_TAGS_HEADER,s),!q.status||ap&&ar||(b.statusCode=q.status),!N&&q.status&&F.RedirectStatusCode[q.status]&&ap&&(b.statusCode=200),p&&b.setHeader(t.NEXT_DID_POSTPONE_HEADER,"1"),ap&&!_){if(void 0===q.rscData){if(q.postponed)throw Object.defineProperty(Error("Invariant: Expected postponed to be undefined"),"__NEXT_ERROR_CODE",{value:"E372",enumerable:!1,configurable:!0});return(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:q.html,cacheControl:av?{revalidate:0,expire:void 0}:n.cacheControl})}return(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:x.default.fromStatic(q.rscData,t.RSC_CONTENT_TYPE_HEADER),cacheControl:n.cacheControl})}let u=q.html;if(!p||N||ap)return(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:u,cacheControl:n.cacheControl});if(as)return u.push(new ReadableStream({start(a){a.enqueue(z.ENCODED_TAGS.CLOSED.BODY_AND_HTML),a.close()}})),(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:u,cacheControl:{revalidate:0,expire:void 0}});let w=new TransformStream;return u.push(w.readable),m({span:c,postponed:q.postponed,fallbackRouteParams:null}).then(async a=>{var b,c;if(!a)throw Object.defineProperty(Error("Invariant: expected a result to be returned"),"__NEXT_ERROR_CODE",{value:"E463",enumerable:!1,configurable:!0});if((null==(b=a.value)?void 0:b.kind)!==v.CachedRouteKind.APP_PAGE)throw Object.defineProperty(Error(`Invariant: expected a page response, got ${null==(c=a.value)?void 0:c.kind}`),"__NEXT_ERROR_CODE",{value:"E305",enumerable:!1,configurable:!0});await a.value.html.pipeTo(w.writable)}).catch(a=>{w.writable.abort(a).catch(a=>{console.error("couldn't abort transformer",a)})}),(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:u,cacheControl:{revalidate:0,expire:void 0}})};if(!aF)return await aE.withPropagatedContext(a.headers,()=>aE.trace(i.BaseServerSpan.handleRequest,{spanName:`${aD} ${a.url}`,kind:g.SpanKind.SERVER,attributes:{"http.method":aD,"http.target":a.url}},p));await p(aF)}catch(b){throw b instanceof B.NoFallbackError||await K.onRequestError(a,b,{routerKind:"App Router",routePath:G,routeType:"render",revalidateReason:(0,f.c)({isRevalidate:ak,isOnDemandRevalidate:ah})},ac),b}}},76760:a=>{"use strict";a.exports=require("node:path")},77725:a=>{"use strict";a.exports=require("stream/promises")},79428:a=>{"use strict";a.exports=require("buffer")},79551:a=>{"use strict";a.exports=require("url")},79748:a=>{"use strict";a.exports=require("fs/promises")},86439:a=>{"use strict";a.exports=require("next/dist/shared/lib/no-fallback-error.external")},87550:a=>{"use strict";a.exports=require("better-sqlite3")},94735:a=>{"use strict";a.exports=require("events")}};var b=require("../../../webpack-runtime.js");b.C(a);var c=b.X(0,[1331,9038,7506,6627,2733,3359,3327,2153,3531,8390,824,3045],()=>b(b.s=74608));module.exports=c})();
 
1
+ (()=>{var a={};a.id=8733,a.ids=[8733],a.modules={261:a=>{"use strict";a.exports=require("next/dist/shared/lib/router/utils/app-paths")},1708:a=>{"use strict";a.exports=require("node:process")},2054:(a,b,c)=>{"use strict";c.d(b,{PageWrapper:()=>d});let d=(0,c(97954).registerClientReference)(function(){throw Error("Attempted to call PageWrapper() from the server but PageWrapper is 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.")},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/page-wrapper/index.tsx","PageWrapper")},3295:a=>{"use strict";a.exports=require("next/dist/server/app-render/after-task-async-storage.external.js")},10846:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},19121:a=>{"use strict";a.exports=require("next/dist/server/app-render/action-async-storage.external.js")},21820:a=>{"use strict";a.exports=require("os")},26713:a=>{"use strict";a.exports=require("next/dist/shared/lib/router/utils/is-bot")},27910:a=>{"use strict";a.exports=require("stream")},28354:a=>{"use strict";a.exports=require("util")},29021:a=>{"use strict";a.exports=require("fs")},29294:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-async-storage.external.js")},31152:(a,b,c)=>{"use strict";c.d(b,{PageWrapper:()=>q});var d=c(21124),e=c(38301),f=c(42378);c(3837);var g=c(69587),h=c(51190),i=c(89070),j=c(95919),k=c(14258),l=c(45914),m=c(44322),n=c(11482),o=c(42830);function p({view:a,workspaceId:b,settingsTab:c,autoCreateProject:j}){let p=(0,f.useRouter)(),[q,r]=(0,e.useState)(null),[s,t]=(0,e.useState)(!1),u=(0,e.useCallback)(a=>{let c=function(a,b){let c=b?`/w/${b}`:"/admin";return({dashboard:`${c}/dashboard`,projects:`${c}/projects`,deployments:`${c}/deployments`,settings:`${c}/settings`,skills:`${c}/skills`,templates:`${c}/templates`,docs:`${c}/docs`,users:"/admin/users",workspaces:"/admin/workspaces"})[a]||`${c}/projects`}(a,b);p.push(c)},[p,b]),v=(0,e.useCallback)(async a=>{try{let b=await n.vfs.getProject(a.id);b&&r(b)}catch{o.toast.error("Could not open project")}},[]),w=q?(0,d.jsx)(i.a,{project:q,onBack:()=>r(null),workspaceId:b}):(0,d.jsx)(h.f,{view:a,workspaceId:b,onProjectSelect:r,settingsTab:c,onNavigate:u,autoCreateProject:j});return(0,d.jsxs)(d.Fragment,{children:[(0,d.jsx)(g.M,{currentView:a,workspaceId:b,onNavigate:u,onProjectSelect:r,onOpenAbout:()=>t(!0),showSidebar:!q,children:w}),(0,d.jsx)(k.V,{location:"global"}),(0,d.jsx)(l.V,{open:s,onOpenChange:t}),(0,d.jsx)(m.R,{selectedProject:q,onNavigateToProject:v})]})}function q({view:a,workspaceId:b,settingsTab:c,autoCreateProject:e}){return(0,d.jsx)(j.g,{children:(0,d.jsx)(p,{view:a,workspaceId:b,settingsTab:c,autoCreateProject:e})})}},33873:a=>{"use strict";a.exports=require("path")},36167:(a,b,c)=>{Promise.resolve().then(c.bind(c,2054))},37825:(a,b,c)=>{"use strict";c.r(b),c.d(b,{default:()=>f});var d=c(75338),e=c(2054);function f(){return(0,d.jsx)(e.PageWrapper,{view:"users"})}},41025:a=>{"use strict";a.exports=require("next/dist/server/app-render/dynamic-access-async-storage.external.js")},41503:a=>{"use strict";a.exports=require("esbuild-wasm")},55511:a=>{"use strict";a.exports=require("crypto")},63033:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},66431:(a,b,c)=>{Promise.resolve().then(c.bind(c,31152))},73136:a=>{"use strict";a.exports=require("node:url")},74608:(a,b,c)=>{"use strict";c.r(b),c.d(b,{GlobalError:()=>D.a,__next_app__:()=>J,handler:()=>L,pages:()=>I,routeModule:()=>K,tree:()=>H});var d=c(49754),e=c(9117),f=c(46595),g=c(32324),h=c(39326),i=c(38928),j=c(20175),k=c(12),l=c(54290),m=c(12696),n=c(82802),o=c(77533),p=c(45229),q=c(32822),r=c(261),s=c(26453),t=c(52474),u=c(26713),v=c(51356),w=c(62685),x=c(36225),y=c(63446),z=c(2762),A=c(45742),B=c(86439),C=c(81170),D=c.n(C),E=c(62506),F=c(91203),G={};for(let a in E)0>["default","tree","pages","GlobalError","__next_app__","routeModule","handler"].indexOf(a)&&(G[a]=()=>E[a]);c.d(b,G);let H={children:["",{children:["admin",{children:["users",{children:["__PAGE__",{},{page:[()=>Promise.resolve().then(c.bind(c,37825)),"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/users/page.tsx"]}]},{}]},{}]},{layout:[()=>Promise.resolve().then(c.bind(c,16953)),"/Users/otto/Desktop/deepstudio/osw-studio-git/app/layout.tsx"],"global-error":[()=>Promise.resolve().then(c.t.bind(c,81170,23)),"next/dist/client/components/builtin/global-error.js"],"not-found":[()=>Promise.resolve().then(c.t.bind(c,87028,23)),"next/dist/client/components/builtin/not-found.js"],forbidden:[()=>Promise.resolve().then(c.t.bind(c,90461,23)),"next/dist/client/components/builtin/forbidden.js"],unauthorized:[()=>Promise.resolve().then(c.t.bind(c,32768,23)),"next/dist/client/components/builtin/unauthorized.js"]}]}.children,I=["/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/users/page.tsx"],J={require:c,loadChunk:()=>Promise.resolve()},K=new d.AppPageRouteModule({definition:{kind:e.RouteKind.APP_PAGE,page:"/admin/users/page",pathname:"/admin/users",bundlePath:"",filename:"",appPaths:[]},userland:{loaderTree:H},distDir:".next",relativeProjectDir:""});async function L(a,b,d){var C;let G="/admin/users/page";"/index"===G&&(G="/");let M=(0,h.getRequestMeta)(a,"postponed"),N=(0,h.getRequestMeta)(a,"minimalMode"),O=await K.prepare(a,b,{srcPage:G,multiZoneDraftMode:!1});if(!O)return b.statusCode=400,b.end("Bad Request"),null==d.waitUntil||d.waitUntil.call(d,Promise.resolve()),null;let{buildId:P,query:Q,params:R,parsedUrl:S,pageIsDynamic:T,buildManifest:U,nextFontManifest:V,reactLoadableManifest:W,serverActionsManifest:X,clientReferenceManifest:Y,subresourceIntegrityManifest:Z,prerenderManifest:$,isDraftMode:_,resolvedPathname:aa,revalidateOnlyGenerated:ab,routerServerContext:ac,nextConfig:ad,interceptionRoutePatterns:ae}=O,af=S.pathname||"/",ag=(0,r.normalizeAppPath)(G),{isOnDemandRevalidate:ah}=O,ai=K.match(af,$),aj=!!$.routes[aa],ak=!!(ai||aj||$.routes[ag]),al=a.headers["user-agent"]||"",am=(0,u.getBotType)(al),an=(0,p.isHtmlBotRequest)(a),ao=(0,h.getRequestMeta)(a,"isPrefetchRSCRequest")??"1"===a.headers[t.NEXT_ROUTER_PREFETCH_HEADER],ap=(0,h.getRequestMeta)(a,"isRSCRequest")??!!a.headers[t.RSC_HEADER],aq=(0,s.getIsPossibleServerAction)(a),ar=(0,m.checkIsAppPPREnabled)(ad.experimental.ppr)&&(null==(C=$.routes[ag]??$.dynamicRoutes[ag])?void 0:C.renderingMode)==="PARTIALLY_STATIC",as=!1,at=!1,au=ar?M:void 0,av=ar&&ap&&!ao,aw=(0,h.getRequestMeta)(a,"segmentPrefetchRSCRequest"),ax=!al||(0,p.shouldServeStreamingMetadata)(al,ad.htmlLimitedBots);an&&ar&&(ak=!1,ax=!1);let ay=!0===K.isDev||!ak||"string"==typeof M||av,az=an&&ar,aA=null;_||!ak||ay||aq||au||av||(aA=aa);let aB=aA;!aB&&K.isDev&&(aB=aa),K.isDev||_||!ak||!ap||av||(0,k.d)(a.headers);let aC={...E,tree:H,pages:I,GlobalError:D(),handler:L,routeModule:K,__next_app__:J};X&&Y&&(0,o.setReferenceManifestsSingleton)({page:G,clientReferenceManifest:Y,serverActionsManifest:X,serverModuleMap:(0,q.createServerModuleMap)({serverActionsManifest:X})});let aD=a.method||"GET",aE=(0,g.getTracer)(),aF=aE.getActiveScopeSpan();try{let f=K.getVaryHeader(aa,ae);b.setHeader("Vary",f);let k=async(c,d)=>{let e=new l.NodeNextRequest(a),f=new l.NodeNextResponse(b);return K.render(e,f,d).finally(()=>{if(!c)return;c.setAttributes({"http.status_code":b.statusCode,"next.rsc":!1});let d=aE.getRootSpanAttributes();if(!d)return;if(d.get("next.span_type")!==i.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${d.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let e=d.get("next.route");if(e){let a=`${aD} ${e}`;c.setAttributes({"next.route":e,"http.route":e,"next.span_name":a}),c.updateName(a)}else c.updateName(`${aD} ${a.url}`)})},m=async({span:e,postponed:f,fallbackRouteParams:g})=>{let i={query:Q,params:R,page:ag,sharedContext:{buildId:P},serverComponentsHmrCache:(0,h.getRequestMeta)(a,"serverComponentsHmrCache"),fallbackRouteParams:g,renderOpts:{App:()=>null,Document:()=>null,pageConfig:{},ComponentMod:aC,Component:(0,j.T)(aC),params:R,routeModule:K,page:G,postponed:f,shouldWaitOnAllReady:az,serveStreamingMetadata:ax,supportsDynamicResponse:"string"==typeof f||ay,buildManifest:U,nextFontManifest:V,reactLoadableManifest:W,subresourceIntegrityManifest:Z,serverActionsManifest:X,clientReferenceManifest:Y,setIsrStatus:null==ac?void 0:ac.setIsrStatus,dir:c(33873).join(process.cwd(),K.relativeProjectDir),isDraftMode:_,isRevalidate:ak&&!f&&!av,botType:am,isOnDemandRevalidate:ah,isPossibleServerAction:aq,assetPrefix:ad.assetPrefix,nextConfigOutput:ad.output,crossOrigin:ad.crossOrigin,trailingSlash:ad.trailingSlash,previewProps:$.preview,deploymentId:ad.deploymentId,enableTainting:ad.experimental.taint,htmlLimitedBots:ad.htmlLimitedBots,devtoolSegmentExplorer:ad.experimental.devtoolSegmentExplorer,reactMaxHeadersLength:ad.reactMaxHeadersLength,multiZoneDraftMode:!1,incrementalCache:(0,h.getRequestMeta)(a,"incrementalCache"),cacheLifeProfiles:ad.experimental.cacheLife,basePath:ad.basePath,serverActions:ad.experimental.serverActions,...as?{nextExport:!0,supportsDynamicResponse:!1,isStaticGeneration:!0,isRevalidate:!0,isDebugDynamicAccesses:as}:{},experimental:{isRoutePPREnabled:ar,expireTime:ad.expireTime,staleTimes:ad.experimental.staleTimes,cacheComponents:!!ad.experimental.cacheComponents,clientSegmentCache:!!ad.experimental.clientSegmentCache,clientParamParsing:!!ad.experimental.clientParamParsing,dynamicOnHover:!!ad.experimental.dynamicOnHover,inlineCss:!!ad.experimental.inlineCss,authInterrupts:!!ad.experimental.authInterrupts,clientTraceMetadata:ad.experimental.clientTraceMetadata||[]},waitUntil:d.waitUntil,onClose:a=>{b.on("close",a)},onAfterTaskError:()=>{},onInstrumentationRequestError:(b,c,d)=>K.onRequestError(a,b,d,ac),err:(0,h.getRequestMeta)(a,"invokeError"),dev:K.isDev}},l=await k(e,i),{metadata:m}=l,{cacheControl:n,headers:o={},fetchTags:p}=m;if(p&&(o[y.NEXT_CACHE_TAGS_HEADER]=p),a.fetchMetrics=m.fetchMetrics,ak&&(null==n?void 0:n.revalidate)===0&&!K.isDev&&!ar){let a=m.staticBailoutInfo,b=Object.defineProperty(Error(`Page changed from static to dynamic at runtime ${aa}${(null==a?void 0:a.description)?`, reason: ${a.description}`:""}
2
+ see more here https://nextjs.org/docs/messages/app-static-to-dynamic-error`),"__NEXT_ERROR_CODE",{value:"E132",enumerable:!1,configurable:!0});if(null==a?void 0:a.stack){let c=a.stack;b.stack=b.message+c.substring(c.indexOf("\n"))}throw b}return{value:{kind:v.CachedRouteKind.APP_PAGE,html:l,headers:o,rscData:m.flightData,postponed:m.postponed,status:m.statusCode,segmentData:m.segmentData},cacheControl:n}},o=async({hasResolved:c,previousCacheEntry:f,isRevalidating:g,span:i})=>{let j,k=!1===K.isDev,l=c||b.writableEnded;if(ah&&ab&&!f&&!N)return(null==ac?void 0:ac.render404)?await ac.render404(a,b):(b.statusCode=404,b.end("This page could not be found")),null;if(ai&&(j=(0,w.parseFallbackField)(ai.fallback)),j===w.FallbackMode.PRERENDER&&(0,u.isBot)(al)&&(!ar||an)&&(j=w.FallbackMode.BLOCKING_STATIC_RENDER),(null==f?void 0:f.isStale)===-1&&(ah=!0),ah&&(j!==w.FallbackMode.NOT_FOUND||f)&&(j=w.FallbackMode.BLOCKING_STATIC_RENDER),!N&&j!==w.FallbackMode.BLOCKING_STATIC_RENDER&&aB&&!l&&!_&&T&&(k||!aj)){let b;if((k||ai)&&j===w.FallbackMode.NOT_FOUND)throw new B.NoFallbackError;if(ar&&!ap){let c="string"==typeof(null==ai?void 0:ai.fallback)?ai.fallback:k?ag:null;if(b=await K.handleResponse({cacheKey:c,req:a,nextConfig:ad,routeKind:e.RouteKind.APP_PAGE,isFallback:!0,prerenderManifest:$,isRoutePPREnabled:ar,responseGenerator:async()=>m({span:i,postponed:void 0,fallbackRouteParams:k||at?(0,n.u)(ag):null}),waitUntil:d.waitUntil}),null===b)return null;if(b)return delete b.cacheControl,b}}let o=ah||g||!au?void 0:au;if(as&&void 0!==o)return{cacheControl:{revalidate:1,expire:void 0},value:{kind:v.CachedRouteKind.PAGES,html:x.default.EMPTY,pageData:{},headers:void 0,status:void 0}};let p=T&&ar&&((0,h.getRequestMeta)(a,"renderFallbackShell")||at)?(0,n.u)(af):null;return m({span:i,postponed:o,fallbackRouteParams:p})},p=async c=>{var f,g,i,j,k;let l,n=await K.handleResponse({cacheKey:aA,responseGenerator:a=>o({span:c,...a}),routeKind:e.RouteKind.APP_PAGE,isOnDemandRevalidate:ah,isRoutePPREnabled:ar,req:a,nextConfig:ad,prerenderManifest:$,waitUntil:d.waitUntil});if(_&&b.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate"),K.isDev&&b.setHeader("Cache-Control","no-store, must-revalidate"),!n){if(aA)throw Object.defineProperty(Error("invariant: cache entry required but not generated"),"__NEXT_ERROR_CODE",{value:"E62",enumerable:!1,configurable:!0});return null}if((null==(f=n.value)?void 0:f.kind)!==v.CachedRouteKind.APP_PAGE)throw Object.defineProperty(Error(`Invariant app-page handler received invalid cache entry ${null==(i=n.value)?void 0:i.kind}`),"__NEXT_ERROR_CODE",{value:"E707",enumerable:!1,configurable:!0});let p="string"==typeof n.value.postponed;ak&&!av&&(!p||ao)&&(N||b.setHeader("x-nextjs-cache",ah?"REVALIDATED":n.isMiss?"MISS":n.isStale?"STALE":"HIT"),b.setHeader(t.NEXT_IS_PRERENDER_HEADER,"1"));let{value:q}=n;if(au)l={revalidate:0,expire:void 0};else if(N&&ap&&!ao&&ar)l={revalidate:0,expire:void 0};else if(!K.isDev)if(_)l={revalidate:0,expire:void 0};else if(ak){if(n.cacheControl)if("number"==typeof n.cacheControl.revalidate){if(n.cacheControl.revalidate<1)throw Object.defineProperty(Error(`Invalid revalidate configuration provided: ${n.cacheControl.revalidate} < 1`),"__NEXT_ERROR_CODE",{value:"E22",enumerable:!1,configurable:!0});l={revalidate:n.cacheControl.revalidate,expire:(null==(j=n.cacheControl)?void 0:j.expire)??ad.expireTime}}else l={revalidate:y.CACHE_ONE_YEAR,expire:void 0}}else b.getHeader("Cache-Control")||(l={revalidate:0,expire:void 0});if(n.cacheControl=l,"string"==typeof aw&&(null==q?void 0:q.kind)===v.CachedRouteKind.APP_PAGE&&q.segmentData){b.setHeader(t.NEXT_DID_POSTPONE_HEADER,"2");let c=null==(k=q.headers)?void 0:k[y.NEXT_CACHE_TAGS_HEADER];N&&ak&&c&&"string"==typeof c&&b.setHeader(y.NEXT_CACHE_TAGS_HEADER,c);let d=q.segmentData.get(aw);return void 0!==d?(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:x.default.fromStatic(d,t.RSC_CONTENT_TYPE_HEADER),cacheControl:n.cacheControl}):(b.statusCode=204,(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:x.default.EMPTY,cacheControl:n.cacheControl}))}let r=(0,h.getRequestMeta)(a,"onCacheEntry");if(r&&await r({...n,value:{...n.value,kind:"PAGE"}},{url:(0,h.getRequestMeta)(a,"initURL")}))return null;if(p&&au)throw Object.defineProperty(Error("Invariant: postponed state should not be present on a resume request"),"__NEXT_ERROR_CODE",{value:"E396",enumerable:!1,configurable:!0});if(q.headers){let a={...q.headers};for(let[c,d]of(N&&ak||delete a[y.NEXT_CACHE_TAGS_HEADER],Object.entries(a)))if(void 0!==d)if(Array.isArray(d))for(let a of d)b.appendHeader(c,a);else"number"==typeof d&&(d=d.toString()),b.appendHeader(c,d)}let s=null==(g=q.headers)?void 0:g[y.NEXT_CACHE_TAGS_HEADER];if(N&&ak&&s&&"string"==typeof s&&b.setHeader(y.NEXT_CACHE_TAGS_HEADER,s),!q.status||ap&&ar||(b.statusCode=q.status),!N&&q.status&&F.RedirectStatusCode[q.status]&&ap&&(b.statusCode=200),p&&b.setHeader(t.NEXT_DID_POSTPONE_HEADER,"1"),ap&&!_){if(void 0===q.rscData){if(q.postponed)throw Object.defineProperty(Error("Invariant: Expected postponed to be undefined"),"__NEXT_ERROR_CODE",{value:"E372",enumerable:!1,configurable:!0});return(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:q.html,cacheControl:av?{revalidate:0,expire:void 0}:n.cacheControl})}return(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:x.default.fromStatic(q.rscData,t.RSC_CONTENT_TYPE_HEADER),cacheControl:n.cacheControl})}let u=q.html;if(!p||N||ap)return(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:u,cacheControl:n.cacheControl});if(as)return u.push(new ReadableStream({start(a){a.enqueue(z.ENCODED_TAGS.CLOSED.BODY_AND_HTML),a.close()}})),(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:u,cacheControl:{revalidate:0,expire:void 0}});let w=new TransformStream;return u.push(w.readable),m({span:c,postponed:q.postponed,fallbackRouteParams:null}).then(async a=>{var b,c;if(!a)throw Object.defineProperty(Error("Invariant: expected a result to be returned"),"__NEXT_ERROR_CODE",{value:"E463",enumerable:!1,configurable:!0});if((null==(b=a.value)?void 0:b.kind)!==v.CachedRouteKind.APP_PAGE)throw Object.defineProperty(Error(`Invariant: expected a page response, got ${null==(c=a.value)?void 0:c.kind}`),"__NEXT_ERROR_CODE",{value:"E305",enumerable:!1,configurable:!0});await a.value.html.pipeTo(w.writable)}).catch(a=>{w.writable.abort(a).catch(a=>{console.error("couldn't abort transformer",a)})}),(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:u,cacheControl:{revalidate:0,expire:void 0}})};if(!aF)return await aE.withPropagatedContext(a.headers,()=>aE.trace(i.BaseServerSpan.handleRequest,{spanName:`${aD} ${a.url}`,kind:g.SpanKind.SERVER,attributes:{"http.method":aD,"http.target":a.url}},p));await p(aF)}catch(b){throw b instanceof B.NoFallbackError||await K.onRequestError(a,b,{routerKind:"App Router",routePath:G,routeType:"render",revalidateReason:(0,f.c)({isRevalidate:ak,isOnDemandRevalidate:ah})},ac),b}}},76760:a=>{"use strict";a.exports=require("node:path")},77725:a=>{"use strict";a.exports=require("stream/promises")},79428:a=>{"use strict";a.exports=require("buffer")},79551:a=>{"use strict";a.exports=require("url")},79748:a=>{"use strict";a.exports=require("fs/promises")},86439:a=>{"use strict";a.exports=require("next/dist/shared/lib/no-fallback-error.external")},87550:a=>{"use strict";a.exports=require("better-sqlite3")},94735:a=>{"use strict";a.exports=require("events")}};var b=require("../../../webpack-runtime.js");b.C(a);var c=b.X(0,[4996,3363,2033,7506,6627,2733,3359,3327,2153,3531,8390,824,740,5294],()=>b(b.s=74608));module.exports=c})();
.next/server/app/admin/users/page.js.nft.json CHANGED
@@ -1 +1 @@
1
- {"version":1,"files":["../../../../../node_modules/better-sqlite3/build/Release/better_sqlite3.node","../../../../../node_modules/better-sqlite3/lib/database.js","../../../../../node_modules/better-sqlite3/lib/index.js","../../../../../node_modules/better-sqlite3/lib/methods/aggregate.js","../../../../../node_modules/better-sqlite3/lib/methods/backup.js","../../../../../node_modules/better-sqlite3/lib/methods/function.js","../../../../../node_modules/better-sqlite3/lib/methods/inspect.js","../../../../../node_modules/better-sqlite3/lib/methods/pragma.js","../../../../../node_modules/better-sqlite3/lib/methods/serialize.js","../../../../../node_modules/better-sqlite3/lib/methods/table.js","../../../../../node_modules/better-sqlite3/lib/methods/transaction.js","../../../../../node_modules/better-sqlite3/lib/methods/wrappers.js","../../../../../node_modules/better-sqlite3/lib/sqlite-error.js","../../../../../node_modules/better-sqlite3/lib/util.js","../../../../../node_modules/better-sqlite3/package.json","../../../../../node_modules/bindings/bindings.js","../../../../../node_modules/bindings/package.json","../../../../../node_modules/esbuild-wasm/lib/main.js","../../../../../node_modules/esbuild-wasm/package.json","../../../../../node_modules/file-uri-to-path/index.js","../../../../../node_modules/file-uri-to-path/package.json","../../../../../node_modules/next/dist/client/components/app-router-headers.js","../../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../../node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../../node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../../node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js","../../../../../node_modules/next/dist/lib/client-and-server-references.js","../../../../../node_modules/next/dist/lib/constants.js","../../../../../node_modules/next/dist/lib/interop-default.js","../../../../../node_modules/next/dist/lib/is-error.js","../../../../../node_modules/next/dist/lib/semver-noop.js","../../../../../node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/async-local-storage.js","../../../../../node_modules/next/dist/server/app-render/cache-signal.js","../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../../node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../../node_modules/next/dist/server/lib/cache-handlers/default.external.js","../../../../../node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../../node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../../node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../../node_modules/next/dist/server/lib/lru-cache.js","../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../../node_modules/next/dist/server/load-manifest.external.js","../../../../../node_modules/next/dist/server/response-cache/types.js","../../../../../node_modules/next/dist/shared/lib/deep-freeze.js","../../../../../node_modules/next/dist/shared/lib/invariant-error.js","../../../../../node_modules/next/dist/shared/lib/is-plain-object.js","../../../../../node_modules/next/dist/shared/lib/is-thenable.js","../../../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../../node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","../../../../../node_modules/next/dist/shared/lib/router/utils/app-paths.js","../../../../../node_modules/next/dist/shared/lib/router/utils/html-bots.js","../../../../../node_modules/next/dist/shared/lib/router/utils/is-bot.js","../../../../../node_modules/next/dist/shared/lib/segment.js","../../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../../node_modules/next/package.json","../../../../../package.json","../../../../package.json","../../../chunks/1331.js","../../../chunks/2153.js","../../../chunks/2671.js","../../../chunks/2733.js","../../../chunks/2836.js","../../../chunks/3045.js","../../../chunks/3327.js","../../../chunks/3359.js","../../../chunks/3531.js","../../../chunks/3975.js","../../../chunks/4078.js","../../../chunks/4141.js","../../../chunks/4277.js","../../../chunks/455.js","../../../chunks/6085.js","../../../chunks/61.js","../../../chunks/6627.js","../../../chunks/6957.js","../../../chunks/740.js","../../../chunks/7506.js","../../../chunks/7779.js","../../../chunks/824.js","../../../chunks/8390.js","../../../chunks/9038.js","../../../chunks/9050.js","../../../chunks/9206.js","../../../chunks/9975.js","../../../webpack-runtime.js","page_client-reference-manifest.js"]}
 
1
+ {"version":1,"files":["../../../../../node_modules/better-sqlite3/build/Release/better_sqlite3.node","../../../../../node_modules/better-sqlite3/lib/database.js","../../../../../node_modules/better-sqlite3/lib/index.js","../../../../../node_modules/better-sqlite3/lib/methods/aggregate.js","../../../../../node_modules/better-sqlite3/lib/methods/backup.js","../../../../../node_modules/better-sqlite3/lib/methods/function.js","../../../../../node_modules/better-sqlite3/lib/methods/inspect.js","../../../../../node_modules/better-sqlite3/lib/methods/pragma.js","../../../../../node_modules/better-sqlite3/lib/methods/serialize.js","../../../../../node_modules/better-sqlite3/lib/methods/table.js","../../../../../node_modules/better-sqlite3/lib/methods/transaction.js","../../../../../node_modules/better-sqlite3/lib/methods/wrappers.js","../../../../../node_modules/better-sqlite3/lib/sqlite-error.js","../../../../../node_modules/better-sqlite3/lib/util.js","../../../../../node_modules/better-sqlite3/package.json","../../../../../node_modules/bindings/bindings.js","../../../../../node_modules/bindings/package.json","../../../../../node_modules/esbuild-wasm/lib/main.js","../../../../../node_modules/esbuild-wasm/package.json","../../../../../node_modules/file-uri-to-path/index.js","../../../../../node_modules/file-uri-to-path/package.json","../../../../../node_modules/next/dist/client/components/app-router-headers.js","../../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../../node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../../node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../../node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js","../../../../../node_modules/next/dist/lib/client-and-server-references.js","../../../../../node_modules/next/dist/lib/constants.js","../../../../../node_modules/next/dist/lib/interop-default.js","../../../../../node_modules/next/dist/lib/is-error.js","../../../../../node_modules/next/dist/lib/semver-noop.js","../../../../../node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/async-local-storage.js","../../../../../node_modules/next/dist/server/app-render/cache-signal.js","../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../../node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../../node_modules/next/dist/server/lib/cache-handlers/default.external.js","../../../../../node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../../node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../../node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../../node_modules/next/dist/server/lib/lru-cache.js","../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../../node_modules/next/dist/server/load-manifest.external.js","../../../../../node_modules/next/dist/server/response-cache/types.js","../../../../../node_modules/next/dist/shared/lib/deep-freeze.js","../../../../../node_modules/next/dist/shared/lib/invariant-error.js","../../../../../node_modules/next/dist/shared/lib/is-plain-object.js","../../../../../node_modules/next/dist/shared/lib/is-thenable.js","../../../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../../node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","../../../../../node_modules/next/dist/shared/lib/router/utils/app-paths.js","../../../../../node_modules/next/dist/shared/lib/router/utils/html-bots.js","../../../../../node_modules/next/dist/shared/lib/router/utils/is-bot.js","../../../../../node_modules/next/dist/shared/lib/segment.js","../../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../../node_modules/next/package.json","../../../../../package.json","../../../../package.json","../../../chunks/2033.js","../../../chunks/2153.js","../../../chunks/2671.js","../../../chunks/2733.js","../../../chunks/2836.js","../../../chunks/3327.js","../../../chunks/3359.js","../../../chunks/3363.js","../../../chunks/3531.js","../../../chunks/3975.js","../../../chunks/4078.js","../../../chunks/4141.js","../../../chunks/4277.js","../../../chunks/455.js","../../../chunks/4996.js","../../../chunks/5294.js","../../../chunks/6085.js","../../../chunks/61.js","../../../chunks/6627.js","../../../chunks/6957.js","../../../chunks/740.js","../../../chunks/7506.js","../../../chunks/7779.js","../../../chunks/824.js","../../../chunks/8390.js","../../../chunks/9050.js","../../../chunks/9206.js","../../../chunks/9975.js","../../../webpack-runtime.js","page_client-reference-manifest.js"]}
.next/server/app/admin/users/page_client-reference-manifest.js CHANGED
@@ -1 +1 @@
1
- globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/admin/users/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"8103":{"*":{"id":"32583","name":"*","chunks":[],"async":false}},"9766":{"*":{"id":"77526","name":"*","chunks":[],"async":false}},"15278":{"*":{"id":"78922","name":"*","chunks":[],"async":false}},"16717":{"*":{"id":"8647","name":"*","chunks":[],"async":false}},"17989":{"*":{"id":"68495","name":"*","chunks":[],"async":false}},"24431":{"*":{"id":"12263","name":"*","chunks":[],"async":false}},"25782":{"*":{"id":"82016","name":"*","chunks":[],"async":false}},"33496":{"*":{"id":"65408","name":"*","chunks":[],"async":false}},"33540":{"*":{"id":"66137","name":"*","chunks":[],"async":false}},"43688":{"*":{"id":"31152","name":"*","chunks":[],"async":false}},"46131":{"*":{"id":"83133","name":"*","chunks":[],"async":false}},"57150":{"*":{"id":"54160","name":"*","chunks":[],"async":false}},"62112":{"*":{"id":"92130","name":"*","chunks":[],"async":false}},"63886":{"*":{"id":"75170","name":"*","chunks":[],"async":false}},"70240":{"*":{"id":"38502","name":"*","chunks":[],"async":false}},"75102":{"*":{"id":"17622","name":"*","chunks":[],"async":false}},"80622":{"*":{"id":"82146","name":"*","chunks":[],"async":false}},"81959":{"*":{"id":"31603","name":"*","chunks":[],"async":false}},"98124":{"*":{"id":"67600","name":"*","chunks":[],"async":false}},"98924":{"*":{"id":"29234","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/builtin/global-error.js":{"id":57150,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":57150,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/client-page.js":{"id":81959,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/client-page.js":{"id":81959,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/client-segment.js":{"id":17989,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/client-segment.js":{"id":17989,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":63886,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":63886,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/layout-router.js":{"id":9766,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/layout-router.js":{"id":9766,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/metadata/async-metadata.js":{"id":15278,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/metadata/async-metadata.js":{"id":15278,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/render-from-template-context.js":{"id":98924,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":98924,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/lib/framework/boundary-components.js":{"id":24431,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":24431,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":80622,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":80622,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/assets/globals.css":{"id":27408,"name":"*","chunks":["8001","static/chunks/8001-ab2328d010d9575c.js","4165","static/chunks/4165-2fd065a6c1436849.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-29b5b9c7b4063442.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/backend-status-banner/index.tsx":{"id":16717,"name":"*","chunks":["8001","static/chunks/8001-ab2328d010d9575c.js","4165","static/chunks/4165-2fd065a6c1436849.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-29b5b9c7b4063442.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/providers/tanstack-query-provider.tsx":{"id":46131,"name":"*","chunks":["8001","static/chunks/8001-ab2328d010d9575c.js","4165","static/chunks/4165-2fd065a6c1436849.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-29b5b9c7b4063442.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/providers/theme-provider.tsx":{"id":98124,"name":"*","chunks":["8001","static/chunks/8001-ab2328d010d9575c.js","4165","static/chunks/4165-2fd065a6c1436849.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-29b5b9c7b4063442.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/ui/sonner.tsx":{"id":70240,"name":"*","chunks":["8001","static/chunks/8001-ab2328d010d9575c.js","4165","static/chunks/4165-2fd065a6c1436849.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-29b5b9c7b4063442.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/font/google/target.css?{\"path\":\"app/layout.tsx\",\"import\":\"Inter\",\"arguments\":[{\"variable\":\"--font-inter-sans\",\"subsets\":[\"latin\"]}],\"variableName\":\"inter\"}":{"id":85568,"name":"*","chunks":["8001","static/chunks/8001-ab2328d010d9575c.js","4165","static/chunks/4165-2fd065a6c1436849.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-29b5b9c7b4063442.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/font/google/target.css?{\"path\":\"app/layout.tsx\",\"import\":\"PT_Sans\",\"arguments\":[{\"variable\":\"--font-ptSans-mono\",\"subsets\":[\"latin\"],\"weight\":[\"400\",\"700\"]}],\"variableName\":\"ptSans\"}":{"id":80231,"name":"*","chunks":["8001","static/chunks/8001-ab2328d010d9575c.js","4165","static/chunks/4165-2fd065a6c1436849.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-29b5b9c7b4063442.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/login/page.tsx":{"id":62112,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/page-wrapper/index.tsx":{"id":43688,"name":"*","chunks":["5948","static/chunks/06bf0ff1-3732841f0f86d47e.js","7003","static/chunks/14258b02-ed7689e3556981a7.js","4316","static/chunks/ad2866b8-e13a3cf75ccf0eb8.js","8001","static/chunks/8001-ab2328d010d9575c.js","176","static/chunks/176-34e89399a26899a1.js","1638","static/chunks/1638-9f12a086456f3362.js","7389","static/chunks/7389-d064efe9587fa357.js","8941","static/chunks/8941-5f6f2bbd260a64ae.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7483","static/chunks/7483-61c49a2b0ab708d3.js","4735","static/chunks/4735-317a40903cee3927.js","8784","static/chunks/8784-a70de7155a979c5e.js","536","static/chunks/536-59fd9fbb0b0a321e.js","7714","static/chunks/7714-9d63785ec81e1efe.js","2133","static/chunks/2133-7b64eac0902cb1d5.js","8733","static/chunks/app/admin/users/page-92597a9276ef2505.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/page.tsx":{"id":25782,"name":"*","chunks":["3698","static/chunks/app/admin/page-e3e066aac7f10383.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/register/page.tsx":{"id":75102,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/test-generation/page.tsx":{"id":8103,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/page.tsx":{"id":33540,"name":"*","chunks":["5948","static/chunks/06bf0ff1-3732841f0f86d47e.js","7003","static/chunks/14258b02-ed7689e3556981a7.js","4316","static/chunks/ad2866b8-e13a3cf75ccf0eb8.js","8001","static/chunks/8001-ab2328d010d9575c.js","176","static/chunks/176-34e89399a26899a1.js","1638","static/chunks/1638-9f12a086456f3362.js","7389","static/chunks/7389-d064efe9587fa357.js","8941","static/chunks/8941-5f6f2bbd260a64ae.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7483","static/chunks/7483-61c49a2b0ab708d3.js","4735","static/chunks/4735-317a40903cee3927.js","8784","static/chunks/8784-a70de7155a979c5e.js","536","static/chunks/536-59fd9fbb0b0a321e.js","7714","static/chunks/7714-9d63785ec81e1efe.js","2133","static/chunks/2133-7b64eac0902cb1d5.js","8974","static/chunks/app/page-0354c2adb620070f.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/w/[workspaceId]/projects/page.tsx":{"id":33496,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/Users/otto/Desktop/deepstudio/osw-studio-git/":[],"/Users/otto/Desktop/deepstudio/osw-studio-git/app/layout":[{"inlined":false,"path":"static/css/82f4473c79d5d55a.css"},{"inlined":false,"path":"static/css/1138060002beec9e.css"}],"/Users/otto/Desktop/deepstudio/osw-studio-git/app/page":[],"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/page":[],"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/users/page":[]},"rscModuleMapping":{"8103":{"*":{"id":"60940","name":"*","chunks":[],"async":false}},"9766":{"*":{"id":"6060","name":"*","chunks":[],"async":false}},"15278":{"*":{"id":"7184","name":"*","chunks":[],"async":false}},"16717":{"*":{"id":"69369","name":"*","chunks":[],"async":false}},"17989":{"*":{"id":"36893","name":"*","chunks":[],"async":false}},"24431":{"*":{"id":"73041","name":"*","chunks":[],"async":false}},"25782":{"*":{"id":"37734","name":"*","chunks":[],"async":false}},"27408":{"*":{"id":"94348","name":"*","chunks":[],"async":false}},"33496":{"*":{"id":"17498","name":"*","chunks":[],"async":false}},"33540":{"*":{"id":"17742","name":"*","chunks":[],"async":false}},"43688":{"*":{"id":"2054","name":"*","chunks":[],"async":false}},"46131":{"*":{"id":"69507","name":"*","chunks":[],"async":false}},"57150":{"*":{"id":"81170","name":"*","chunks":[],"async":false}},"62112":{"*":{"id":"7760","name":"*","chunks":[],"async":false}},"63886":{"*":{"id":"89748","name":"*","chunks":[],"async":false}},"70240":{"*":{"id":"20656","name":"*","chunks":[],"async":false}},"75102":{"*":{"id":"3716","name":"*","chunks":[],"async":false}},"80622":{"*":{"id":"51384","name":"*","chunks":[],"async":false}},"81959":{"*":{"id":"23597","name":"*","chunks":[],"async":false}},"98124":{"*":{"id":"26262","name":"*","chunks":[],"async":false}},"98924":{"*":{"id":"69576","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}}
 
1
+ globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/admin/users/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"8103":{"*":{"id":"32583","name":"*","chunks":[],"async":false}},"9766":{"*":{"id":"77526","name":"*","chunks":[],"async":false}},"15278":{"*":{"id":"78922","name":"*","chunks":[],"async":false}},"16717":{"*":{"id":"8647","name":"*","chunks":[],"async":false}},"17989":{"*":{"id":"68495","name":"*","chunks":[],"async":false}},"18720":{"*":{"id":"42830","name":"*","chunks":[],"async":false}},"24431":{"*":{"id":"12263","name":"*","chunks":[],"async":false}},"25782":{"*":{"id":"82016","name":"*","chunks":[],"async":false}},"33496":{"*":{"id":"65408","name":"*","chunks":[],"async":false}},"43688":{"*":{"id":"31152","name":"*","chunks":[],"async":false}},"46131":{"*":{"id":"83133","name":"*","chunks":[],"async":false}},"57150":{"*":{"id":"54160","name":"*","chunks":[],"async":false}},"62112":{"*":{"id":"92130","name":"*","chunks":[],"async":false}},"63886":{"*":{"id":"75170","name":"*","chunks":[],"async":false}},"70240":{"*":{"id":"38502","name":"*","chunks":[],"async":false}},"75102":{"*":{"id":"17622","name":"*","chunks":[],"async":false}},"80622":{"*":{"id":"82146","name":"*","chunks":[],"async":false}},"81959":{"*":{"id":"31603","name":"*","chunks":[],"async":false}},"86807":{"*":{"id":"74034","name":"*","chunks":[],"async":false}},"98124":{"*":{"id":"67600","name":"*","chunks":[],"async":false}},"98924":{"*":{"id":"29234","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/builtin/global-error.js":{"id":57150,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":57150,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/client-page.js":{"id":81959,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/client-page.js":{"id":81959,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/client-segment.js":{"id":17989,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/client-segment.js":{"id":17989,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":63886,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":63886,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/layout-router.js":{"id":9766,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/layout-router.js":{"id":9766,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/metadata/async-metadata.js":{"id":15278,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/metadata/async-metadata.js":{"id":15278,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/render-from-template-context.js":{"id":98924,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":98924,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/lib/framework/boundary-components.js":{"id":24431,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":24431,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":80622,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":80622,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/assets/globals.css":{"id":27408,"name":"*","chunks":["8720","static/chunks/8720-6c3c0c904bca3f2e.js","4156","static/chunks/4156-321b7a8c31fe95b6.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-e6b6991471e946a3.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/backend-status-banner/index.tsx":{"id":16717,"name":"*","chunks":["8720","static/chunks/8720-6c3c0c904bca3f2e.js","4156","static/chunks/4156-321b7a8c31fe95b6.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-e6b6991471e946a3.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/providers/tanstack-query-provider.tsx":{"id":46131,"name":"*","chunks":["8720","static/chunks/8720-6c3c0c904bca3f2e.js","4156","static/chunks/4156-321b7a8c31fe95b6.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-e6b6991471e946a3.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/providers/theme-provider.tsx":{"id":98124,"name":"*","chunks":["8720","static/chunks/8720-6c3c0c904bca3f2e.js","4156","static/chunks/4156-321b7a8c31fe95b6.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-e6b6991471e946a3.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/ui/sonner.tsx":{"id":70240,"name":"*","chunks":["8720","static/chunks/8720-6c3c0c904bca3f2e.js","4156","static/chunks/4156-321b7a8c31fe95b6.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-e6b6991471e946a3.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/font/google/target.css?{\"path\":\"app/layout.tsx\",\"import\":\"Inter\",\"arguments\":[{\"variable\":\"--font-inter-sans\",\"subsets\":[\"latin\"]}],\"variableName\":\"inter\"}":{"id":85568,"name":"*","chunks":["8720","static/chunks/8720-6c3c0c904bca3f2e.js","4156","static/chunks/4156-321b7a8c31fe95b6.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-e6b6991471e946a3.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/font/google/target.css?{\"path\":\"app/layout.tsx\",\"import\":\"PT_Sans\",\"arguments\":[{\"variable\":\"--font-ptSans-mono\",\"subsets\":[\"latin\"],\"weight\":[\"400\",\"700\"]}],\"variableName\":\"ptSans\"}":{"id":80231,"name":"*","chunks":["8720","static/chunks/8720-6c3c0c904bca3f2e.js","4156","static/chunks/4156-321b7a8c31fe95b6.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-e6b6991471e946a3.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/sonner/dist/index.mjs":{"id":18720,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/page.tsx":{"id":25782,"name":"*","chunks":["3698","static/chunks/app/admin/page-e3e066aac7f10383.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/login/page.tsx":{"id":62112,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/register/page.tsx":{"id":75102,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/page-wrapper/index.tsx":{"id":43688,"name":"*","chunks":["5948","static/chunks/06bf0ff1-3732841f0f86d47e.js","7003","static/chunks/14258b02-ed7689e3556981a7.js","4316","static/chunks/ad2866b8-e13a3cf75ccf0eb8.js","8720","static/chunks/8720-6c3c0c904bca3f2e.js","176","static/chunks/176-34e89399a26899a1.js","7543","static/chunks/7543-50a94862c006ca07.js","7389","static/chunks/7389-d064efe9587fa357.js","8941","static/chunks/8941-5f6f2bbd260a64ae.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7483","static/chunks/7483-f07a06bb00bfffea.js","4735","static/chunks/4735-317a40903cee3927.js","8784","static/chunks/8784-a70de7155a979c5e.js","536","static/chunks/536-59fd9fbb0b0a321e.js","7714","static/chunks/7714-f0a155d98ed994f5.js","8238","static/chunks/8238-79d46861a211a0d5.js","8733","static/chunks/app/admin/users/page-6c10e25d22dfb92b.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/page.tsx":{"id":86807,"name":"*","chunks":["5948","static/chunks/06bf0ff1-3732841f0f86d47e.js","7003","static/chunks/14258b02-ed7689e3556981a7.js","4316","static/chunks/ad2866b8-e13a3cf75ccf0eb8.js","8720","static/chunks/8720-6c3c0c904bca3f2e.js","176","static/chunks/176-34e89399a26899a1.js","7543","static/chunks/7543-50a94862c006ca07.js","7389","static/chunks/7389-d064efe9587fa357.js","8941","static/chunks/8941-5f6f2bbd260a64ae.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7483","static/chunks/7483-f07a06bb00bfffea.js","4735","static/chunks/4735-317a40903cee3927.js","8784","static/chunks/8784-a70de7155a979c5e.js","536","static/chunks/536-59fd9fbb0b0a321e.js","7714","static/chunks/7714-f0a155d98ed994f5.js","8238","static/chunks/8238-79d46861a211a0d5.js","8974","static/chunks/app/page-c77a30bec88016f7.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/test-generation/page.tsx":{"id":8103,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/w/[workspaceId]/projects/page.tsx":{"id":33496,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/Users/otto/Desktop/deepstudio/osw-studio-git/":[],"/Users/otto/Desktop/deepstudio/osw-studio-git/app/layout":[{"inlined":false,"path":"static/css/82f4473c79d5d55a.css"},{"inlined":false,"path":"static/css/1138060002beec9e.css"}],"/Users/otto/Desktop/deepstudio/osw-studio-git/app/page":[],"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/page":[],"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/users/page":[]},"rscModuleMapping":{"8103":{"*":{"id":"60940","name":"*","chunks":[],"async":false}},"9766":{"*":{"id":"6060","name":"*","chunks":[],"async":false}},"15278":{"*":{"id":"7184","name":"*","chunks":[],"async":false}},"16717":{"*":{"id":"69369","name":"*","chunks":[],"async":false}},"17989":{"*":{"id":"36893","name":"*","chunks":[],"async":false}},"18720":{"*":{"id":"16076","name":"*","chunks":[],"async":false}},"24431":{"*":{"id":"73041","name":"*","chunks":[],"async":false}},"25782":{"*":{"id":"37734","name":"*","chunks":[],"async":false}},"27408":{"*":{"id":"94348","name":"*","chunks":[],"async":false}},"33496":{"*":{"id":"17498","name":"*","chunks":[],"async":false}},"43688":{"*":{"id":"2054","name":"*","chunks":[],"async":false}},"46131":{"*":{"id":"69507","name":"*","chunks":[],"async":false}},"57150":{"*":{"id":"81170","name":"*","chunks":[],"async":false}},"62112":{"*":{"id":"7760","name":"*","chunks":[],"async":false}},"63886":{"*":{"id":"89748","name":"*","chunks":[],"async":false}},"70240":{"*":{"id":"20656","name":"*","chunks":[],"async":false}},"75102":{"*":{"id":"3716","name":"*","chunks":[],"async":false}},"80622":{"*":{"id":"51384","name":"*","chunks":[],"async":false}},"81959":{"*":{"id":"23597","name":"*","chunks":[],"async":false}},"86807":{"*":{"id":"17742","name":"*","chunks":[],"async":false}},"98124":{"*":{"id":"26262","name":"*","chunks":[],"async":false}},"98924":{"*":{"id":"69576","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}}
.next/server/app/admin/workspaces.html CHANGED
@@ -1 +1 @@
1
- <!DOCTYPE html><!--b9Cr66_fnQ05YQJS0EJ62--><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/><link rel="preload" href="/_next/static/media/58f662ed5ba12a72-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" href="/_next/static/media/c3f6eb667c0186c5-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" href="/_next/static/media/e4af272ccee01ff0-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/css/82f4473c79d5d55a.css" data-precedence="next"/><link rel="stylesheet" href="/_next/static/css/1138060002beec9e.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-877dbed209166e77.js"/><script src="/_next/static/chunks/4bd1b696-100b9d70ed4e49c1.js" async=""></script><script src="/_next/static/chunks/1255-dfb5f8d642ae4426.js" async=""></script><script src="/_next/static/chunks/main-app-6796e1116c8e92de.js" async=""></script><script src="/_next/static/chunks/8001-ab2328d010d9575c.js" async=""></script><script src="/_next/static/chunks/4165-2fd065a6c1436849.js" async=""></script><script src="/_next/static/chunks/7625-3e99f3a22fc35ba0.js" async=""></script><script src="/_next/static/chunks/app/layout-29b5b9c7b4063442.js" async=""></script><script src="/_next/static/chunks/06bf0ff1-3732841f0f86d47e.js" async=""></script><script src="/_next/static/chunks/14258b02-ed7689e3556981a7.js" async=""></script><script src="/_next/static/chunks/ad2866b8-e13a3cf75ccf0eb8.js" async=""></script><script src="/_next/static/chunks/176-34e89399a26899a1.js" async=""></script><script src="/_next/static/chunks/1638-9f12a086456f3362.js" async=""></script><script src="/_next/static/chunks/7389-d064efe9587fa357.js" async=""></script><script src="/_next/static/chunks/8941-5f6f2bbd260a64ae.js" async=""></script><script src="/_next/static/chunks/7483-61c49a2b0ab708d3.js" async=""></script><script src="/_next/static/chunks/4735-317a40903cee3927.js" async=""></script><script src="/_next/static/chunks/8784-a70de7155a979c5e.js" async=""></script><script src="/_next/static/chunks/536-59fd9fbb0b0a321e.js" async=""></script><script src="/_next/static/chunks/7714-9d63785ec81e1efe.js" async=""></script><script src="/_next/static/chunks/2133-7b64eac0902cb1d5.js" async=""></script><script src="/_next/static/chunks/app/admin/workspaces/page-92597a9276ef2505.js" async=""></script><meta name="next-size-adjust" content=""/><meta name="theme-color" content="#000000"/><title>OSW Studio</title><meta name="description" content="Open Source Web Studio is an AI-powered development environment that enables autonomous multi-file development through intelligent tool usage. Build complete applications with natural language."/><meta name="mobile-web-app-capable" content="yes"/><meta name="apple-mobile-web-app-title" content="OSW-Studio"/><meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"/><meta property="og:title" content="Open Source Web Studio | Agentic AI Development"/><meta property="og:description" content="Open Source Web Studio is an AI-powered development environment that enables autonomous multi-file development through intelligent tool usage. Build complete applications with natural language."/><meta property="og:url" content="https://huggingface.co/spaces/otst/osw-studio"/><meta property="og:site_name" content="Open Source Web Studio"/><meta property="og:image" content="https://huggingface.co/spaces/otst/osw-studio/resolve/main/banner.png"/><meta property="og:image:width" content="1200"/><meta property="og:image:height" content="630"/><meta property="og:image:alt" content="Open Source Web Studio - Agentic AI Development"/><meta name="twitter:card" content="summary_large_image"/><meta name="twitter:title" content="OSW Studio | Agentic AI Development"/><meta name="twitter:description" content="OSW-Studio is an AI-powered development environment that enables autonomous multi-file development through intelligent tool usage. Build complete applications with natural language."/><meta name="twitter:image" content="https://huggingface.co/spaces/otst/osw-studio/resolve/main/banner.png"/><link rel="shortcut icon" href="/osw-studio-logo.svg"/><link rel="icon" href="/osw-studio-logo.svg"/><link rel="apple-touch-icon" href="/osw-studio-logo.svg"/><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body class="__variable_f367f3 __variable_438d47 antialiased bg-background h-[100dvh] overflow-hidden"><div hidden=""><!--$--><!--/$--></div><script>((a,b,c,d,e,f,g,h)=>{let i=document.documentElement,j=["light","dark"];function k(b){var c;(Array.isArray(a)?a:[a]).forEach(a=>{let c="class"===a,d=c&&f?e.map(a=>f[a]||a):e;c?(i.classList.remove(...d),i.classList.add(f&&f[b]?f[b]:b)):i.setAttribute(a,b)}),c=b,h&&j.includes(c)&&(i.style.colorScheme=c)}if(d)k(d);else try{let a=localStorage.getItem(b)||c,d=g&&"system"===a?window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light":a;k(d)}catch(a){}})("class","osw-studio-theme","dark",null,["light","dark"],null,true,true)</script><section aria-label="Notifications alt+T" tabindex="-1" aria-live="polite" aria-relevant="additions text" aria-atomic="false"></section><div class="relative flex h-full overflow-hidden"><!--$!--><template data-dgst="BAILOUT_TO_CLIENT_SIDE_RENDERING"></template><div class="w-full h-full bg-card"></div><!--/$--><div class="flex-1 flex flex-col overflow-hidden transition-all duration-300"><div class="border-b bg-card shadow-sm relative z-20 md:hidden"><div class="px-3 py-2 flex items-center justify-between"><div class="md:hidden flex items-center gap-3"><svg width="24" height="24" viewBox="0 0 256 256" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" class="text-white dark:text-black [--logo-bg:#000000] dark:[--logo-bg:#ffffff] "><rect x="0" y="0" width="256" height="256" rx="20" ry="20" fill="var(--logo-bg)"></rect><g transform="translate(0,256) scale(0.0476,-0.0476)" fill="currentColor" stroke="none"><path d="M725 4825 c-50 -18 -100 -71 -114 -122 -15 -54 -15 -1573 0 -1628 16 -55 44 -92 89 -115 38 -19 62 -20 855 -20 781 0 817 1 853 19 46 23 67 46 87 94 13 32 15 138 15 830 0 566 -3 804 -11 828 -16 45 -55 87 -104 110 -38 18 -82 19 -835 18 -659 0 -802 -2 -835 -14z m1351 -371 c15 -11 37 -33 48 -48 21 -27 21 -38 21 -520 0 -547 3 -523 -68 -566 -31 -19 -54 -20 -521 -20 -483 0 -489 0 -524 22 -20 12 -42 38 -53 62 -17 38 -19 74 -19 504 0 496 1 503 51 548 46 41 66 43 561 41 464 -2 477 -3 504 -23z"></path><path d="M3058 4830 c-44 -13 -87 -49 -108 -90 -19 -37 -20 -61 -20 -471 0 -428 0 -432 22 -471 13 -22 41 -51 64 -64 41 -24 41 -24 685 -24 645 0 645 0 689 -22 63 -33 80 -71 80 -183 0 -101 -15 -144 -63 -179 -28 -21 -41 -21 -695 -26 -666 -5 -667 -5 -702 -27 -109 -68 -106 -247 5 -310 40 -23 40 -23 858 -23 664 0 824 3 850 14 43 17 95 78 102 118 3 18 5 225 3 459 -3 426 -3 426 -31 462 -58 76 -15 71 -757 77 -620 5 -667 6 -692 23 -44 30 -58 74 -58 179 0 116 16 153 80 186 44 22 44 22 693 22 710 0 678 -3 731 60 80 96 41 240 -79 287 -35 14 -1612 17 -1657 3z"></path><path d="M702 2509 c-48 -24 -75 -57 -91 -114 -9 -29 -11 -253 -9 -840 3 -779 4 -801 23 -834 11 -19 37 -48 58 -65 39 -31 39 -31 380 -31 342 0 342 0 399 28 31 15 63 39 73 53 16 25 16 25 62 -16 77 -67 104 -71 470 -68 320 3 320 3 360 30 24 16 49 44 62 70 21 44 21 49 21 854 0 773 -1 811 -19 851 -35 76 -135 120 -215 93 -41 -13 -90 -51 -109 -84 -9 -16 -13 -187 -17 -688 -5 -654 -5 -667 -26 -694 -43 -58 -68 -69 -169 -72 -82 -3 -99 -1 -133 18 -22 12 -49 39 -61 60 -21 37 -21 45 -21 664 0 439 -3 641 -11 673 -32 123 -190 174 -285 91 -73 -64 -69 -20 -70 -743 0 -721 3 -687 -66 -737 -28 -20 -47 -23 -133 -26 -91 -3 -103 -2 -134 20 -19 13 -44 36 -55 51 -21 28 -21 38 -26 695 -4 481 -8 673 -17 687 -50 87 -152 118 -241 74z"></path><path d="M3047 2515 c-47 -16 -81 -46 -101 -90 -14 -28 -16 -95 -16 -463 0 -281 4 -440 11 -459 15 -40 48 -73 94 -94 38 -17 79 -19 685 -19 626 0 646 -1 678 -20 58 -35 72 -72 72 -185 0 -110 -14 -147 -67 -182 -25 -17 -73 -18 -698 -23 -672 -5 -672 -5 -708 -33 -20 -15 -44 -42 -53 -60 -21 -39 -21 -125 -1 -163 20 -38 65 -80 100 -93 19 -8 289 -11 833 -11 701 0 809 2 841 15 48 20 71 41 94 88 19 35 19 60 17 480 -3 444 -3 444 -30 479 -54 71 -23 68 -740 68 -612 0 -645 1 -685 20 -67 30 -83 66 -83 183 0 116 14 156 68 189 35 21 35 21 691 22 606 1 658 2 688 19 137 74 130 264 -12 328 -38 18 -85 19 -840 18 -652 0 -807 -2 -838 -14z"></path></g></svg><span class="text-sm font-semibold">Workspaces</span></div><div class="flex items-center gap-2 flex-1 justify-center md:justify-start md:ml-6"></div><div class="flex items-center gap-2"><div class="hidden md:flex items-center gap-2"></div><div class="md:hidden flex items-center gap-2"></div><button data-slot="button" class="inline-flex items-center cursor-pointer justify-center gap-2 whitespace-nowrap rounded-full text-sm font-sans font-medium transition-all disabled:pointer-events-none disabled:opacity-50 [&amp;_svg]:pointer-events-none [&amp;_svg:not([class*=&#x27;size-&#x27;])]:size-4 shrink-0 [&amp;_svg]:shrink-0 outline-none focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px] aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive hover:bg-accent hover:text-accent-foreground dark:hover:bg-accent/50 size-9 md:hidden h-8 w-8"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-menu h-5 w-5" aria-hidden="true"><path d="M4 12h16"></path><path d="M4 18h16"></path><path d="M4 6h16"></path></svg></button></div></div></div><div class="flex-1 overflow-hidden"><div class="h-full flex items-center justify-center"><div class="text-center text-muted-foreground"><p>Workspace management is only available in Server Mode</p></div></div></div></div></div><!--$--><!--/$--><script src="/_next/static/chunks/webpack-877dbed209166e77.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[98124,[\"8001\",\"static/chunks/8001-ab2328d010d9575c.js\",\"4165\",\"static/chunks/4165-2fd065a6c1436849.js\",\"7625\",\"static/chunks/7625-3e99f3a22fc35ba0.js\",\"7177\",\"static/chunks/app/layout-29b5b9c7b4063442.js\"],\"ThemeProvider\"]\n3:I[70240,[\"8001\",\"static/chunks/8001-ab2328d010d9575c.js\",\"4165\",\"static/chunks/4165-2fd065a6c1436849.js\",\"7625\",\"static/chunks/7625-3e99f3a22fc35ba0.js\",\"7177\",\"static/chunks/app/layout-29b5b9c7b4063442.js\"],\"Toaster\"]\n4:I[16717,[\"8001\",\"static/chunks/8001-ab2328d010d9575c.js\",\"4165\",\"static/chunks/4165-2fd065a6c1436849.js\",\"7625\",\"static/chunks/7625-3e99f3a22fc35ba0.js\",\"7177\",\"static/chunks/app/layout-29b5b9c7b4063442.js\"],\"BackendStatusBanner\"]\n5:I[46131,[\"8001\",\"static/chunks/8001-ab2328d010d9575c.js\",\"4165\",\"static/chunks/4165-2fd065a6c1436849.js\",\"7625\",\"static/chunks/7625-3e99f3a22fc35ba0.js\",\"7177\",\"static/chunks/app/layout-29b5b9c7b4063442.js\"],\"default\"]\n6:I[9766,[],\"\"]\n7:I[98924,[],\"\"]\n"])</script><script>self.__next_f.push([1,"8:I[43688,[\"5948\",\"static/chunks/06bf0ff1-3732841f0f86d47e.js\",\"7003\",\"static/chunks/14258b02-ed7689e3556981a7.js\",\"4316\",\"static/chunks/ad2866b8-e13a3cf75ccf0eb8.js\",\"8001\",\"static/chunks/8001-ab2328d010d9575c.js\",\"176\",\"static/chunks/176-34e89399a26899a1.js\",\"1638\",\"static/chunks/1638-9f12a086456f3362.js\",\"7389\",\"static/chunks/7389-d064efe9587fa357.js\",\"8941\",\"static/chunks/8941-5f6f2bbd260a64ae.js\",\"7625\",\"static/chunks/7625-3e99f3a22fc35ba0.js\",\"7483\",\"static/chunks/7483-61c49a2b0ab708d3.js\",\"4735\",\"static/chunks/4735-317a40903cee3927.js\",\"8784\",\"static/chunks/8784-a70de7155a979c5e.js\",\"536\",\"static/chunks/536-59fd9fbb0b0a321e.js\",\"7714\",\"static/chunks/7714-9d63785ec81e1efe.js\",\"2133\",\"static/chunks/2133-7b64eac0902cb1d5.js\",\"8273\",\"static/chunks/app/admin/workspaces/page-92597a9276ef2505.js\"],\"PageWrapper\"]\n"])</script><script>self.__next_f.push([1,"9:I[24431,[],\"OutletBoundary\"]\nb:I[15278,[],\"AsyncMetadataOutlet\"]\nd:I[24431,[],\"ViewportBoundary\"]\nf:I[24431,[],\"MetadataBoundary\"]\n10:\"$Sreact.suspense\"\n12:I[57150,[],\"\"]\n:HL[\"/_next/static/media/58f662ed5ba12a72-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/c3f6eb667c0186c5-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/e4af272ccee01ff0-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/css/82f4473c79d5d55a.css\",\"style\"]\n:HL[\"/_next/static/css/1138060002beec9e.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"b9Cr66_fnQ05YQJS0EJ62\",\"p\":\"\",\"c\":[\"\",\"admin\",\"workspaces\"],\"i\":false,\"f\":[[[\"\",{\"children\":[\"admin\",{\"children\":[\"workspaces\",{\"children\":[\"__PAGE__\",{}]}]}]},\"$undefined\",\"$undefined\",true],[\"\",[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/82f4473c79d5d55a.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"link\",\"1\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/1138060002beec9e.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"suppressHydrationWarning\":true,\"children\":[\"$\",\"body\",null,{\"className\":\"__variable_f367f3 __variable_438d47 antialiased bg-background h-[100dvh] overflow-hidden\",\"suppressHydrationWarning\":true,\"children\":[\"$\",\"$L2\",null,{\"children\":[[\"$\",\"$L3\",null,{\"richColors\":true,\"position\":\"bottom-center\"}],[\"$\",\"$L4\",null,{}],[\"$\",\"$L5\",null,{\"children\":[\"$\",\"$L6\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L7\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]]}]}]}]]}],{\"children\":[\"admin\",[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L6\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L7\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[\"workspaces\",[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L6\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L7\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[\"__PAGE__\",[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"$L8\",null,{\"view\":\"workspaces\"}],null,[\"$\",\"$L9\",null,{\"children\":[\"$La\",[\"$\",\"$Lb\",null,{\"promise\":\"$@c\"}]]}]]}],{},null,false]},null,false]},null,false]},null,false],[\"$\",\"$1\",\"h\",{\"children\":[null,[[\"$\",\"$Ld\",null,{\"children\":\"$Le\"}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]],[\"$\",\"$Lf\",null,{\"children\":[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$10\",null,{\"fallback\":null,\"children\":\"$L11\"}]}]}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$12\",[]],\"s\":false,\"S\":true}\n"])</script><script>self.__next_f.push([1,"e:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1, maximum-scale=1\"}],[\"$\",\"meta\",\"2\",{\"name\":\"theme-color\",\"content\":\"#000000\"}]]\na:null\n"])</script><script>self.__next_f.push([1,"13:I[80622,[],\"IconMark\"]\n"])</script><script>self.__next_f.push([1,"c:{\"metadata\":[[\"$\",\"title\",\"0\",{\"children\":\"OSW Studio\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Open Source Web Studio is an AI-powered development environment that enables autonomous multi-file development through intelligent tool usage. Build complete applications with natural language.\"}],[\"$\",\"meta\",\"2\",{\"name\":\"mobile-web-app-capable\",\"content\":\"yes\"}],[\"$\",\"meta\",\"3\",{\"name\":\"apple-mobile-web-app-title\",\"content\":\"OSW-Studio\"}],[\"$\",\"meta\",\"4\",{\"name\":\"apple-mobile-web-app-status-bar-style\",\"content\":\"black-translucent\"}],[\"$\",\"meta\",\"5\",{\"property\":\"og:title\",\"content\":\"Open Source Web Studio | Agentic AI Development\"}],[\"$\",\"meta\",\"6\",{\"property\":\"og:description\",\"content\":\"Open Source Web Studio is an AI-powered development environment that enables autonomous multi-file development through intelligent tool usage. Build complete applications with natural language.\"}],[\"$\",\"meta\",\"7\",{\"property\":\"og:url\",\"content\":\"https://huggingface.co/spaces/otst/osw-studio\"}],[\"$\",\"meta\",\"8\",{\"property\":\"og:site_name\",\"content\":\"Open Source Web Studio\"}],[\"$\",\"meta\",\"9\",{\"property\":\"og:image\",\"content\":\"https://huggingface.co/spaces/otst/osw-studio/resolve/main/banner.png\"}],[\"$\",\"meta\",\"10\",{\"property\":\"og:image:width\",\"content\":\"1200\"}],[\"$\",\"meta\",\"11\",{\"property\":\"og:image:height\",\"content\":\"630\"}],[\"$\",\"meta\",\"12\",{\"property\":\"og:image:alt\",\"content\":\"Open Source Web Studio - Agentic AI Development\"}],[\"$\",\"meta\",\"13\",{\"name\":\"twitter:card\",\"content\":\"summary_large_image\"}],[\"$\",\"meta\",\"14\",{\"name\":\"twitter:title\",\"content\":\"OSW Studio | Agentic AI Development\"}],[\"$\",\"meta\",\"15\",{\"name\":\"twitter:description\",\"content\":\"OSW-Studio is an AI-powered development environment that enables autonomous multi-file development through intelligent tool usage. Build complete applications with natural language.\"}],[\"$\",\"meta\",\"16\",{\"name\":\"twitter:image\",\"content\":\"https://huggingface.co/spaces/otst/osw-studio/resolve/main/banner.png\"}],[\"$\",\"link\",\"17\",{\"rel\":\"shortcut icon\",\"href\":\"/osw-studio-logo.svg\"}],[\"$\",\"link\",\"18\",{\"rel\":\"icon\",\"href\":\"/osw-studio-logo.svg\"}],[\"$\",\"link\",\"19\",{\"rel\":\"apple-touch-icon\",\"href\":\"/osw-studio-logo.svg\"}],[\"$\",\"$L13\",\"20\",{}]],\"error\":null,\"digest\":\"$undefined\"}\n"])</script><script>self.__next_f.push([1,"11:\"$c:metadata\"\n"])</script></body></html>
 
1
+ <!DOCTYPE html><!--OVeuJe8F_fBvUq5tu9NXl--><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/><link rel="preload" href="/_next/static/media/58f662ed5ba12a72-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" href="/_next/static/media/c3f6eb667c0186c5-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" href="/_next/static/media/e4af272ccee01ff0-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/css/82f4473c79d5d55a.css" data-precedence="next"/><link rel="stylesheet" href="/_next/static/css/1138060002beec9e.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-809e7d6fd4e0142c.js"/><script src="/_next/static/chunks/4bd1b696-100b9d70ed4e49c1.js" async=""></script><script src="/_next/static/chunks/1255-dfb5f8d642ae4426.js" async=""></script><script src="/_next/static/chunks/main-app-6796e1116c8e92de.js" async=""></script><script src="/_next/static/chunks/8720-6c3c0c904bca3f2e.js" async=""></script><script src="/_next/static/chunks/4156-321b7a8c31fe95b6.js" async=""></script><script src="/_next/static/chunks/7625-3e99f3a22fc35ba0.js" async=""></script><script src="/_next/static/chunks/app/layout-e6b6991471e946a3.js" async=""></script><script src="/_next/static/chunks/06bf0ff1-3732841f0f86d47e.js" async=""></script><script src="/_next/static/chunks/14258b02-ed7689e3556981a7.js" async=""></script><script src="/_next/static/chunks/ad2866b8-e13a3cf75ccf0eb8.js" async=""></script><script src="/_next/static/chunks/176-34e89399a26899a1.js" async=""></script><script src="/_next/static/chunks/7543-50a94862c006ca07.js" async=""></script><script src="/_next/static/chunks/7389-d064efe9587fa357.js" async=""></script><script src="/_next/static/chunks/8941-5f6f2bbd260a64ae.js" async=""></script><script src="/_next/static/chunks/7483-f07a06bb00bfffea.js" async=""></script><script src="/_next/static/chunks/4735-317a40903cee3927.js" async=""></script><script src="/_next/static/chunks/8784-a70de7155a979c5e.js" async=""></script><script src="/_next/static/chunks/536-59fd9fbb0b0a321e.js" async=""></script><script src="/_next/static/chunks/7714-f0a155d98ed994f5.js" async=""></script><script src="/_next/static/chunks/8238-79d46861a211a0d5.js" async=""></script><script src="/_next/static/chunks/app/admin/workspaces/page-6c10e25d22dfb92b.js" async=""></script><meta name="next-size-adjust" content=""/><meta name="theme-color" content="#000000"/><title>OSW Studio</title><meta name="description" content="Open Source Web Studio is an AI-powered development environment that enables autonomous multi-file development through intelligent tool usage. Build complete applications with natural language."/><meta name="mobile-web-app-capable" content="yes"/><meta name="apple-mobile-web-app-title" content="OSW-Studio"/><meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"/><meta property="og:title" content="Open Source Web Studio | Agentic AI Development"/><meta property="og:description" content="Open Source Web Studio is an AI-powered development environment that enables autonomous multi-file development through intelligent tool usage. Build complete applications with natural language."/><meta property="og:url" content="https://huggingface.co/spaces/otst/osw-studio"/><meta property="og:site_name" content="Open Source Web Studio"/><meta property="og:image" content="https://huggingface.co/spaces/otst/osw-studio/resolve/main/banner.png"/><meta property="og:image:width" content="1200"/><meta property="og:image:height" content="630"/><meta property="og:image:alt" content="Open Source Web Studio - Agentic AI Development"/><meta name="twitter:card" content="summary_large_image"/><meta name="twitter:title" content="OSW Studio | Agentic AI Development"/><meta name="twitter:description" content="OSW-Studio is an AI-powered development environment that enables autonomous multi-file development through intelligent tool usage. Build complete applications with natural language."/><meta name="twitter:image" content="https://huggingface.co/spaces/otst/osw-studio/resolve/main/banner.png"/><link rel="shortcut icon" href="/osw-studio-logo.svg"/><link rel="icon" href="/osw-studio-logo.svg"/><link rel="apple-touch-icon" href="/osw-studio-logo.svg"/><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body class="__variable_f367f3 __variable_438d47 antialiased bg-background h-[100dvh] overflow-hidden"><div hidden=""><!--$--><!--/$--></div><script>((a,b,c,d,e,f,g,h)=>{let i=document.documentElement,j=["light","dark"];function k(b){var c;(Array.isArray(a)?a:[a]).forEach(a=>{let c="class"===a,d=c&&f?e.map(a=>f[a]||a):e;c?(i.classList.remove(...d),i.classList.add(f&&f[b]?f[b]:b)):i.setAttribute(a,b)}),c=b,h&&j.includes(c)&&(i.style.colorScheme=c)}if(d)k(d);else try{let a=localStorage.getItem(b)||c,d=g&&"system"===a?window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light":a;k(d)}catch(a){}})("class","osw-studio-theme","dark",null,["light","dark"],null,true,true)</script><section aria-label="Notifications alt+T" tabindex="-1" aria-live="polite" aria-relevant="additions text" aria-atomic="false"></section><div class="relative flex h-full overflow-hidden"><!--$!--><template data-dgst="BAILOUT_TO_CLIENT_SIDE_RENDERING"></template><div class="w-full h-full bg-card"></div><!--/$--><div class="flex-1 flex flex-col overflow-hidden transition-all duration-300"><div class="border-b bg-card shadow-sm relative z-20 md:hidden"><div class="px-3 py-2 flex items-center justify-between"><div class="md:hidden flex items-center gap-3"><svg width="24" height="24" viewBox="0 0 256 256" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" class="text-white dark:text-black [--logo-bg:#000000] dark:[--logo-bg:#ffffff] "><rect x="0" y="0" width="256" height="256" rx="20" ry="20" fill="var(--logo-bg)"></rect><g transform="translate(0,256) scale(0.0476,-0.0476)" fill="currentColor" stroke="none"><path d="M725 4825 c-50 -18 -100 -71 -114 -122 -15 -54 -15 -1573 0 -1628 16 -55 44 -92 89 -115 38 -19 62 -20 855 -20 781 0 817 1 853 19 46 23 67 46 87 94 13 32 15 138 15 830 0 566 -3 804 -11 828 -16 45 -55 87 -104 110 -38 18 -82 19 -835 18 -659 0 -802 -2 -835 -14z m1351 -371 c15 -11 37 -33 48 -48 21 -27 21 -38 21 -520 0 -547 3 -523 -68 -566 -31 -19 -54 -20 -521 -20 -483 0 -489 0 -524 22 -20 12 -42 38 -53 62 -17 38 -19 74 -19 504 0 496 1 503 51 548 46 41 66 43 561 41 464 -2 477 -3 504 -23z"></path><path d="M3058 4830 c-44 -13 -87 -49 -108 -90 -19 -37 -20 -61 -20 -471 0 -428 0 -432 22 -471 13 -22 41 -51 64 -64 41 -24 41 -24 685 -24 645 0 645 0 689 -22 63 -33 80 -71 80 -183 0 -101 -15 -144 -63 -179 -28 -21 -41 -21 -695 -26 -666 -5 -667 -5 -702 -27 -109 -68 -106 -247 5 -310 40 -23 40 -23 858 -23 664 0 824 3 850 14 43 17 95 78 102 118 3 18 5 225 3 459 -3 426 -3 426 -31 462 -58 76 -15 71 -757 77 -620 5 -667 6 -692 23 -44 30 -58 74 -58 179 0 116 16 153 80 186 44 22 44 22 693 22 710 0 678 -3 731 60 80 96 41 240 -79 287 -35 14 -1612 17 -1657 3z"></path><path d="M702 2509 c-48 -24 -75 -57 -91 -114 -9 -29 -11 -253 -9 -840 3 -779 4 -801 23 -834 11 -19 37 -48 58 -65 39 -31 39 -31 380 -31 342 0 342 0 399 28 31 15 63 39 73 53 16 25 16 25 62 -16 77 -67 104 -71 470 -68 320 3 320 3 360 30 24 16 49 44 62 70 21 44 21 49 21 854 0 773 -1 811 -19 851 -35 76 -135 120 -215 93 -41 -13 -90 -51 -109 -84 -9 -16 -13 -187 -17 -688 -5 -654 -5 -667 -26 -694 -43 -58 -68 -69 -169 -72 -82 -3 -99 -1 -133 18 -22 12 -49 39 -61 60 -21 37 -21 45 -21 664 0 439 -3 641 -11 673 -32 123 -190 174 -285 91 -73 -64 -69 -20 -70 -743 0 -721 3 -687 -66 -737 -28 -20 -47 -23 -133 -26 -91 -3 -103 -2 -134 20 -19 13 -44 36 -55 51 -21 28 -21 38 -26 695 -4 481 -8 673 -17 687 -50 87 -152 118 -241 74z"></path><path d="M3047 2515 c-47 -16 -81 -46 -101 -90 -14 -28 -16 -95 -16 -463 0 -281 4 -440 11 -459 15 -40 48 -73 94 -94 38 -17 79 -19 685 -19 626 0 646 -1 678 -20 58 -35 72 -72 72 -185 0 -110 -14 -147 -67 -182 -25 -17 -73 -18 -698 -23 -672 -5 -672 -5 -708 -33 -20 -15 -44 -42 -53 -60 -21 -39 -21 -125 -1 -163 20 -38 65 -80 100 -93 19 -8 289 -11 833 -11 701 0 809 2 841 15 48 20 71 41 94 88 19 35 19 60 17 480 -3 444 -3 444 -30 479 -54 71 -23 68 -740 68 -612 0 -645 1 -685 20 -67 30 -83 66 -83 183 0 116 14 156 68 189 35 21 35 21 691 22 606 1 658 2 688 19 137 74 130 264 -12 328 -38 18 -85 19 -840 18 -652 0 -807 -2 -838 -14z"></path></g></svg><span class="text-sm font-semibold">Workspaces</span></div><div class="flex items-center gap-2 flex-1 justify-center md:justify-start md:ml-6"></div><div class="flex items-center gap-2"><div class="hidden md:flex items-center gap-2"></div><div class="md:hidden flex items-center gap-2"></div><button data-slot="button" class="inline-flex items-center cursor-pointer justify-center gap-2 whitespace-nowrap rounded-full text-sm font-sans font-medium transition-all disabled:pointer-events-none disabled:opacity-50 [&amp;_svg]:pointer-events-none [&amp;_svg:not([class*=&#x27;size-&#x27;])]:size-4 shrink-0 [&amp;_svg]:shrink-0 outline-none focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px] aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive hover:bg-accent hover:text-accent-foreground dark:hover:bg-accent/50 size-9 md:hidden h-8 w-8"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-menu h-5 w-5" aria-hidden="true"><path d="M4 12h16"></path><path d="M4 18h16"></path><path d="M4 6h16"></path></svg></button></div></div></div><div class="flex-1 overflow-hidden"><div class="h-full flex items-center justify-center"><div class="text-center text-muted-foreground"><p>Workspace management is only available in Server Mode</p></div></div></div></div></div><!--$--><!--/$--><script src="/_next/static/chunks/webpack-809e7d6fd4e0142c.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[98124,[\"8720\",\"static/chunks/8720-6c3c0c904bca3f2e.js\",\"4156\",\"static/chunks/4156-321b7a8c31fe95b6.js\",\"7625\",\"static/chunks/7625-3e99f3a22fc35ba0.js\",\"7177\",\"static/chunks/app/layout-e6b6991471e946a3.js\"],\"ThemeProvider\"]\n3:I[70240,[\"8720\",\"static/chunks/8720-6c3c0c904bca3f2e.js\",\"4156\",\"static/chunks/4156-321b7a8c31fe95b6.js\",\"7625\",\"static/chunks/7625-3e99f3a22fc35ba0.js\",\"7177\",\"static/chunks/app/layout-e6b6991471e946a3.js\"],\"Toaster\"]\n4:I[16717,[\"8720\",\"static/chunks/8720-6c3c0c904bca3f2e.js\",\"4156\",\"static/chunks/4156-321b7a8c31fe95b6.js\",\"7625\",\"static/chunks/7625-3e99f3a22fc35ba0.js\",\"7177\",\"static/chunks/app/layout-e6b6991471e946a3.js\"],\"BackendStatusBanner\"]\n5:I[46131,[\"8720\",\"static/chunks/8720-6c3c0c904bca3f2e.js\",\"4156\",\"static/chunks/4156-321b7a8c31fe95b6.js\",\"7625\",\"static/chunks/7625-3e99f3a22fc35ba0.js\",\"7177\",\"static/chunks/app/layout-e6b6991471e946a3.js\"],\"default\"]\n6:I[9766,[],\"\"]\n7:I[98924,[],\"\"]\n"])</script><script>self.__next_f.push([1,"8:I[43688,[\"5948\",\"static/chunks/06bf0ff1-3732841f0f86d47e.js\",\"7003\",\"static/chunks/14258b02-ed7689e3556981a7.js\",\"4316\",\"static/chunks/ad2866b8-e13a3cf75ccf0eb8.js\",\"8720\",\"static/chunks/8720-6c3c0c904bca3f2e.js\",\"176\",\"static/chunks/176-34e89399a26899a1.js\",\"7543\",\"static/chunks/7543-50a94862c006ca07.js\",\"7389\",\"static/chunks/7389-d064efe9587fa357.js\",\"8941\",\"static/chunks/8941-5f6f2bbd260a64ae.js\",\"7625\",\"static/chunks/7625-3e99f3a22fc35ba0.js\",\"7483\",\"static/chunks/7483-f07a06bb00bfffea.js\",\"4735\",\"static/chunks/4735-317a40903cee3927.js\",\"8784\",\"static/chunks/8784-a70de7155a979c5e.js\",\"536\",\"static/chunks/536-59fd9fbb0b0a321e.js\",\"7714\",\"static/chunks/7714-f0a155d98ed994f5.js\",\"8238\",\"static/chunks/8238-79d46861a211a0d5.js\",\"8273\",\"static/chunks/app/admin/workspaces/page-6c10e25d22dfb92b.js\"],\"PageWrapper\"]\n"])</script><script>self.__next_f.push([1,"9:I[24431,[],\"OutletBoundary\"]\nb:I[15278,[],\"AsyncMetadataOutlet\"]\nd:I[24431,[],\"ViewportBoundary\"]\nf:I[24431,[],\"MetadataBoundary\"]\n10:\"$Sreact.suspense\"\n12:I[57150,[],\"\"]\n:HL[\"/_next/static/media/58f662ed5ba12a72-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/c3f6eb667c0186c5-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/e4af272ccee01ff0-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/css/82f4473c79d5d55a.css\",\"style\"]\n:HL[\"/_next/static/css/1138060002beec9e.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"OVeuJe8F-fBvUq5tu9NXl\",\"p\":\"\",\"c\":[\"\",\"admin\",\"workspaces\"],\"i\":false,\"f\":[[[\"\",{\"children\":[\"admin\",{\"children\":[\"workspaces\",{\"children\":[\"__PAGE__\",{}]}]}]},\"$undefined\",\"$undefined\",true],[\"\",[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/82f4473c79d5d55a.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"link\",\"1\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/1138060002beec9e.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"suppressHydrationWarning\":true,\"children\":[\"$\",\"body\",null,{\"className\":\"__variable_f367f3 __variable_438d47 antialiased bg-background h-[100dvh] overflow-hidden\",\"suppressHydrationWarning\":true,\"children\":[\"$\",\"$L2\",null,{\"children\":[[\"$\",\"$L3\",null,{\"richColors\":true,\"position\":\"bottom-center\"}],[\"$\",\"$L4\",null,{}],[\"$\",\"$L5\",null,{\"children\":[\"$\",\"$L6\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L7\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]]}]}]}]]}],{\"children\":[\"admin\",[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L6\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L7\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[\"workspaces\",[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L6\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L7\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[\"__PAGE__\",[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"$L8\",null,{\"view\":\"workspaces\"}],null,[\"$\",\"$L9\",null,{\"children\":[\"$La\",[\"$\",\"$Lb\",null,{\"promise\":\"$@c\"}]]}]]}],{},null,false]},null,false]},null,false]},null,false],[\"$\",\"$1\",\"h\",{\"children\":[null,[[\"$\",\"$Ld\",null,{\"children\":\"$Le\"}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]],[\"$\",\"$Lf\",null,{\"children\":[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$10\",null,{\"fallback\":null,\"children\":\"$L11\"}]}]}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$12\",[]],\"s\":false,\"S\":true}\n"])</script><script>self.__next_f.push([1,"e:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1, maximum-scale=1\"}],[\"$\",\"meta\",\"2\",{\"name\":\"theme-color\",\"content\":\"#000000\"}]]\na:null\n"])</script><script>self.__next_f.push([1,"13:I[80622,[],\"IconMark\"]\n"])</script><script>self.__next_f.push([1,"c:{\"metadata\":[[\"$\",\"title\",\"0\",{\"children\":\"OSW Studio\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Open Source Web Studio is an AI-powered development environment that enables autonomous multi-file development through intelligent tool usage. Build complete applications with natural language.\"}],[\"$\",\"meta\",\"2\",{\"name\":\"mobile-web-app-capable\",\"content\":\"yes\"}],[\"$\",\"meta\",\"3\",{\"name\":\"apple-mobile-web-app-title\",\"content\":\"OSW-Studio\"}],[\"$\",\"meta\",\"4\",{\"name\":\"apple-mobile-web-app-status-bar-style\",\"content\":\"black-translucent\"}],[\"$\",\"meta\",\"5\",{\"property\":\"og:title\",\"content\":\"Open Source Web Studio | Agentic AI Development\"}],[\"$\",\"meta\",\"6\",{\"property\":\"og:description\",\"content\":\"Open Source Web Studio is an AI-powered development environment that enables autonomous multi-file development through intelligent tool usage. Build complete applications with natural language.\"}],[\"$\",\"meta\",\"7\",{\"property\":\"og:url\",\"content\":\"https://huggingface.co/spaces/otst/osw-studio\"}],[\"$\",\"meta\",\"8\",{\"property\":\"og:site_name\",\"content\":\"Open Source Web Studio\"}],[\"$\",\"meta\",\"9\",{\"property\":\"og:image\",\"content\":\"https://huggingface.co/spaces/otst/osw-studio/resolve/main/banner.png\"}],[\"$\",\"meta\",\"10\",{\"property\":\"og:image:width\",\"content\":\"1200\"}],[\"$\",\"meta\",\"11\",{\"property\":\"og:image:height\",\"content\":\"630\"}],[\"$\",\"meta\",\"12\",{\"property\":\"og:image:alt\",\"content\":\"Open Source Web Studio - Agentic AI Development\"}],[\"$\",\"meta\",\"13\",{\"name\":\"twitter:card\",\"content\":\"summary_large_image\"}],[\"$\",\"meta\",\"14\",{\"name\":\"twitter:title\",\"content\":\"OSW Studio | Agentic AI Development\"}],[\"$\",\"meta\",\"15\",{\"name\":\"twitter:description\",\"content\":\"OSW-Studio is an AI-powered development environment that enables autonomous multi-file development through intelligent tool usage. Build complete applications with natural language.\"}],[\"$\",\"meta\",\"16\",{\"name\":\"twitter:image\",\"content\":\"https://huggingface.co/spaces/otst/osw-studio/resolve/main/banner.png\"}],[\"$\",\"link\",\"17\",{\"rel\":\"shortcut icon\",\"href\":\"/osw-studio-logo.svg\"}],[\"$\",\"link\",\"18\",{\"rel\":\"icon\",\"href\":\"/osw-studio-logo.svg\"}],[\"$\",\"link\",\"19\",{\"rel\":\"apple-touch-icon\",\"href\":\"/osw-studio-logo.svg\"}],[\"$\",\"$L13\",\"20\",{}]],\"error\":null,\"digest\":\"$undefined\"}\n"])</script><script>self.__next_f.push([1,"11:\"$c:metadata\"\n"])</script></body></html>
.next/server/app/admin/workspaces.rsc CHANGED
@@ -1,11 +1,11 @@
1
  1:"$Sreact.fragment"
2
- 2:I[98124,["8001","static/chunks/8001-ab2328d010d9575c.js","4165","static/chunks/4165-2fd065a6c1436849.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-29b5b9c7b4063442.js"],"ThemeProvider"]
3
- 3:I[70240,["8001","static/chunks/8001-ab2328d010d9575c.js","4165","static/chunks/4165-2fd065a6c1436849.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-29b5b9c7b4063442.js"],"Toaster"]
4
- 4:I[16717,["8001","static/chunks/8001-ab2328d010d9575c.js","4165","static/chunks/4165-2fd065a6c1436849.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-29b5b9c7b4063442.js"],"BackendStatusBanner"]
5
- 5:I[46131,["8001","static/chunks/8001-ab2328d010d9575c.js","4165","static/chunks/4165-2fd065a6c1436849.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-29b5b9c7b4063442.js"],"default"]
6
  6:I[9766,[],""]
7
  7:I[98924,[],""]
8
- 8:I[43688,["5948","static/chunks/06bf0ff1-3732841f0f86d47e.js","7003","static/chunks/14258b02-ed7689e3556981a7.js","4316","static/chunks/ad2866b8-e13a3cf75ccf0eb8.js","8001","static/chunks/8001-ab2328d010d9575c.js","176","static/chunks/176-34e89399a26899a1.js","1638","static/chunks/1638-9f12a086456f3362.js","7389","static/chunks/7389-d064efe9587fa357.js","8941","static/chunks/8941-5f6f2bbd260a64ae.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7483","static/chunks/7483-61c49a2b0ab708d3.js","4735","static/chunks/4735-317a40903cee3927.js","8784","static/chunks/8784-a70de7155a979c5e.js","536","static/chunks/536-59fd9fbb0b0a321e.js","7714","static/chunks/7714-9d63785ec81e1efe.js","2133","static/chunks/2133-7b64eac0902cb1d5.js","8273","static/chunks/app/admin/workspaces/page-92597a9276ef2505.js"],"PageWrapper"]
9
  9:I[24431,[],"OutletBoundary"]
10
  b:I[15278,[],"AsyncMetadataOutlet"]
11
  d:I[24431,[],"ViewportBoundary"]
@@ -17,7 +17,7 @@ f:I[24431,[],"MetadataBoundary"]
17
  :HL["/_next/static/media/e4af272ccee01ff0-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
18
  :HL["/_next/static/css/82f4473c79d5d55a.css","style"]
19
  :HL["/_next/static/css/1138060002beec9e.css","style"]
20
- 0:{"P":null,"b":"b9Cr66_fnQ05YQJS0EJ62","p":"","c":["","admin","workspaces"],"i":false,"f":[[["",{"children":["admin",{"children":["workspaces",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",true],["",["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/82f4473c79d5d55a.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/css/1138060002beec9e.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"__variable_f367f3 __variable_438d47 antialiased bg-background h-[100dvh] overflow-hidden","suppressHydrationWarning":true,"children":["$","$L2",null,{"children":[["$","$L3",null,{"richColors":true,"position":"bottom-center"}],["$","$L4",null,{}],["$","$L5",null,{"children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]]}]}]}]]}],{"children":["admin",["$","$1","c",{"children":[null,["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":["workspaces",["$","$1","c",{"children":[null,["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":["__PAGE__",["$","$1","c",{"children":[["$","$L8",null,{"view":"workspaces"}],null,["$","$L9",null,{"children":["$La",["$","$Lb",null,{"promise":"$@c"}]]}]]}],{},null,false]},null,false]},null,false]},null,false],["$","$1","h",{"children":[null,[["$","$Ld",null,{"children":"$Le"}],["$","meta",null,{"name":"next-size-adjust","content":""}]],["$","$Lf",null,{"children":["$","div",null,{"hidden":true,"children":["$","$10",null,{"fallback":null,"children":"$L11"}]}]}]]}],false]],"m":"$undefined","G":["$12",[]],"s":false,"S":true}
21
  e:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1, maximum-scale=1"}],["$","meta","2",{"name":"theme-color","content":"#000000"}]]
22
  a:null
23
  13:I[80622,[],"IconMark"]
 
1
  1:"$Sreact.fragment"
2
+ 2:I[98124,["8720","static/chunks/8720-6c3c0c904bca3f2e.js","4156","static/chunks/4156-321b7a8c31fe95b6.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-e6b6991471e946a3.js"],"ThemeProvider"]
3
+ 3:I[70240,["8720","static/chunks/8720-6c3c0c904bca3f2e.js","4156","static/chunks/4156-321b7a8c31fe95b6.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-e6b6991471e946a3.js"],"Toaster"]
4
+ 4:I[16717,["8720","static/chunks/8720-6c3c0c904bca3f2e.js","4156","static/chunks/4156-321b7a8c31fe95b6.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-e6b6991471e946a3.js"],"BackendStatusBanner"]
5
+ 5:I[46131,["8720","static/chunks/8720-6c3c0c904bca3f2e.js","4156","static/chunks/4156-321b7a8c31fe95b6.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-e6b6991471e946a3.js"],"default"]
6
  6:I[9766,[],""]
7
  7:I[98924,[],""]
8
+ 8:I[43688,["5948","static/chunks/06bf0ff1-3732841f0f86d47e.js","7003","static/chunks/14258b02-ed7689e3556981a7.js","4316","static/chunks/ad2866b8-e13a3cf75ccf0eb8.js","8720","static/chunks/8720-6c3c0c904bca3f2e.js","176","static/chunks/176-34e89399a26899a1.js","7543","static/chunks/7543-50a94862c006ca07.js","7389","static/chunks/7389-d064efe9587fa357.js","8941","static/chunks/8941-5f6f2bbd260a64ae.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7483","static/chunks/7483-f07a06bb00bfffea.js","4735","static/chunks/4735-317a40903cee3927.js","8784","static/chunks/8784-a70de7155a979c5e.js","536","static/chunks/536-59fd9fbb0b0a321e.js","7714","static/chunks/7714-f0a155d98ed994f5.js","8238","static/chunks/8238-79d46861a211a0d5.js","8273","static/chunks/app/admin/workspaces/page-6c10e25d22dfb92b.js"],"PageWrapper"]
9
  9:I[24431,[],"OutletBoundary"]
10
  b:I[15278,[],"AsyncMetadataOutlet"]
11
  d:I[24431,[],"ViewportBoundary"]
 
17
  :HL["/_next/static/media/e4af272ccee01ff0-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
18
  :HL["/_next/static/css/82f4473c79d5d55a.css","style"]
19
  :HL["/_next/static/css/1138060002beec9e.css","style"]
20
+ 0:{"P":null,"b":"OVeuJe8F-fBvUq5tu9NXl","p":"","c":["","admin","workspaces"],"i":false,"f":[[["",{"children":["admin",{"children":["workspaces",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",true],["",["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/82f4473c79d5d55a.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/css/1138060002beec9e.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"__variable_f367f3 __variable_438d47 antialiased bg-background h-[100dvh] overflow-hidden","suppressHydrationWarning":true,"children":["$","$L2",null,{"children":[["$","$L3",null,{"richColors":true,"position":"bottom-center"}],["$","$L4",null,{}],["$","$L5",null,{"children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]]}]}]}]]}],{"children":["admin",["$","$1","c",{"children":[null,["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":["workspaces",["$","$1","c",{"children":[null,["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":["__PAGE__",["$","$1","c",{"children":[["$","$L8",null,{"view":"workspaces"}],null,["$","$L9",null,{"children":["$La",["$","$Lb",null,{"promise":"$@c"}]]}]]}],{},null,false]},null,false]},null,false]},null,false],["$","$1","h",{"children":[null,[["$","$Ld",null,{"children":"$Le"}],["$","meta",null,{"name":"next-size-adjust","content":""}]],["$","$Lf",null,{"children":["$","div",null,{"hidden":true,"children":["$","$10",null,{"fallback":null,"children":"$L11"}]}]}]]}],false]],"m":"$undefined","G":["$12",[]],"s":false,"S":true}
21
  e:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1, maximum-scale=1"}],["$","meta","2",{"name":"theme-color","content":"#000000"}]]
22
  a:null
23
  13:I[80622,[],"IconMark"]
.next/server/app/admin/workspaces/page.js CHANGED
@@ -1,2 +1,2 @@
1
- (()=>{var a={};a.id=8273,a.ids=[8273],a.modules={261:a=>{"use strict";a.exports=require("next/dist/shared/lib/router/utils/app-paths")},1708:a=>{"use strict";a.exports=require("node:process")},2054:(a,b,c)=>{"use strict";c.d(b,{PageWrapper:()=>d});let d=(0,c(97954).registerClientReference)(function(){throw Error("Attempted to call PageWrapper() from the server but PageWrapper is 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.")},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/page-wrapper/index.tsx","PageWrapper")},3295:a=>{"use strict";a.exports=require("next/dist/server/app-render/after-task-async-storage.external.js")},10846:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},16783:(a,b,c)=>{"use strict";c.r(b),c.d(b,{default:()=>f});var d=c(75338),e=c(2054);function f(){return(0,d.jsx)(e.PageWrapper,{view:"workspaces"})}},19121:a=>{"use strict";a.exports=require("next/dist/server/app-render/action-async-storage.external.js")},21820:a=>{"use strict";a.exports=require("os")},26713:a=>{"use strict";a.exports=require("next/dist/shared/lib/router/utils/is-bot")},27910:a=>{"use strict";a.exports=require("stream")},28354:a=>{"use strict";a.exports=require("util")},29021:a=>{"use strict";a.exports=require("fs")},29294:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-async-storage.external.js")},31152:(a,b,c)=>{"use strict";c.d(b,{PageWrapper:()=>n});var d=c(21124),e=c(38301),f=c(42378),g=c(69587),h=c(51190),i=c(89070),j=c(95919),k=c(14258),l=c(45914);function m({view:a,workspaceId:b,settingsTab:c,autoCreateProject:j}){let m=(0,f.useRouter)(),[n,o]=(0,e.useState)(null),[p,q]=(0,e.useState)(!1),r=(0,e.useCallback)(a=>{let c=function(a,b){let c=b?`/w/${b}`:"/admin";return({dashboard:`${c}/dashboard`,projects:`${c}/projects`,deployments:`${c}/deployments`,settings:`${c}/settings`,skills:`${c}/skills`,templates:`${c}/templates`,docs:`${c}/docs`,users:"/admin/users",workspaces:"/admin/workspaces"})[a]||`${c}/projects`}(a,b);m.push(c)},[m,b]),s=n?(0,d.jsx)(i.a,{project:n,onBack:()=>o(null),workspaceId:b}):(0,d.jsx)(h.f,{view:a,workspaceId:b,onProjectSelect:o,settingsTab:c,onNavigate:r,autoCreateProject:j});return(0,d.jsxs)(d.Fragment,{children:[(0,d.jsx)(g.M,{currentView:a,workspaceId:b,onNavigate:r,onProjectSelect:o,onOpenAbout:()=>q(!0),showSidebar:!n,children:s}),(0,d.jsx)(k.V,{location:"global"}),(0,d.jsx)(l.V,{open:p,onOpenChange:q})]})}function n({view:a,workspaceId:b,settingsTab:c,autoCreateProject:e}){return(0,d.jsx)(j.g,{children:(0,d.jsx)(m,{view:a,workspaceId:b,settingsTab:c,autoCreateProject:e})})}},33873:a=>{"use strict";a.exports=require("path")},36167:(a,b,c)=>{Promise.resolve().then(c.bind(c,2054))},41025:a=>{"use strict";a.exports=require("next/dist/server/app-render/dynamic-access-async-storage.external.js")},41503:a=>{"use strict";a.exports=require("esbuild-wasm")},55511:a=>{"use strict";a.exports=require("crypto")},63033:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},66431:(a,b,c)=>{Promise.resolve().then(c.bind(c,31152))},73136:a=>{"use strict";a.exports=require("node:url")},76760:a=>{"use strict";a.exports=require("node:path")},77725:a=>{"use strict";a.exports=require("stream/promises")},79428:a=>{"use strict";a.exports=require("buffer")},79551:a=>{"use strict";a.exports=require("url")},79748:a=>{"use strict";a.exports=require("fs/promises")},82202:(a,b,c)=>{"use strict";c.r(b),c.d(b,{GlobalError:()=>D.a,__next_app__:()=>J,handler:()=>L,pages:()=>I,routeModule:()=>K,tree:()=>H});var d=c(49754),e=c(9117),f=c(46595),g=c(32324),h=c(39326),i=c(38928),j=c(20175),k=c(12),l=c(54290),m=c(12696),n=c(82802),o=c(77533),p=c(45229),q=c(32822),r=c(261),s=c(26453),t=c(52474),u=c(26713),v=c(51356),w=c(62685),x=c(36225),y=c(63446),z=c(2762),A=c(45742),B=c(86439),C=c(81170),D=c.n(C),E=c(62506),F=c(91203),G={};for(let a in E)0>["default","tree","pages","GlobalError","__next_app__","routeModule","handler"].indexOf(a)&&(G[a]=()=>E[a]);c.d(b,G);let H={children:["",{children:["admin",{children:["workspaces",{children:["__PAGE__",{},{page:[()=>Promise.resolve().then(c.bind(c,16783)),"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/workspaces/page.tsx"]}]},{}]},{}]},{layout:[()=>Promise.resolve().then(c.bind(c,16953)),"/Users/otto/Desktop/deepstudio/osw-studio-git/app/layout.tsx"],"global-error":[()=>Promise.resolve().then(c.t.bind(c,81170,23)),"next/dist/client/components/builtin/global-error.js"],"not-found":[()=>Promise.resolve().then(c.t.bind(c,87028,23)),"next/dist/client/components/builtin/not-found.js"],forbidden:[()=>Promise.resolve().then(c.t.bind(c,90461,23)),"next/dist/client/components/builtin/forbidden.js"],unauthorized:[()=>Promise.resolve().then(c.t.bind(c,32768,23)),"next/dist/client/components/builtin/unauthorized.js"]}]}.children,I=["/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/workspaces/page.tsx"],J={require:c,loadChunk:()=>Promise.resolve()},K=new d.AppPageRouteModule({definition:{kind:e.RouteKind.APP_PAGE,page:"/admin/workspaces/page",pathname:"/admin/workspaces",bundlePath:"",filename:"",appPaths:[]},userland:{loaderTree:H},distDir:".next",relativeProjectDir:""});async function L(a,b,d){var C;let G="/admin/workspaces/page";"/index"===G&&(G="/");let M=(0,h.getRequestMeta)(a,"postponed"),N=(0,h.getRequestMeta)(a,"minimalMode"),O=await K.prepare(a,b,{srcPage:G,multiZoneDraftMode:!1});if(!O)return b.statusCode=400,b.end("Bad Request"),null==d.waitUntil||d.waitUntil.call(d,Promise.resolve()),null;let{buildId:P,query:Q,params:R,parsedUrl:S,pageIsDynamic:T,buildManifest:U,nextFontManifest:V,reactLoadableManifest:W,serverActionsManifest:X,clientReferenceManifest:Y,subresourceIntegrityManifest:Z,prerenderManifest:$,isDraftMode:_,resolvedPathname:aa,revalidateOnlyGenerated:ab,routerServerContext:ac,nextConfig:ad,interceptionRoutePatterns:ae}=O,af=S.pathname||"/",ag=(0,r.normalizeAppPath)(G),{isOnDemandRevalidate:ah}=O,ai=K.match(af,$),aj=!!$.routes[aa],ak=!!(ai||aj||$.routes[ag]),al=a.headers["user-agent"]||"",am=(0,u.getBotType)(al),an=(0,p.isHtmlBotRequest)(a),ao=(0,h.getRequestMeta)(a,"isPrefetchRSCRequest")??"1"===a.headers[t.NEXT_ROUTER_PREFETCH_HEADER],ap=(0,h.getRequestMeta)(a,"isRSCRequest")??!!a.headers[t.RSC_HEADER],aq=(0,s.getIsPossibleServerAction)(a),ar=(0,m.checkIsAppPPREnabled)(ad.experimental.ppr)&&(null==(C=$.routes[ag]??$.dynamicRoutes[ag])?void 0:C.renderingMode)==="PARTIALLY_STATIC",as=!1,at=!1,au=ar?M:void 0,av=ar&&ap&&!ao,aw=(0,h.getRequestMeta)(a,"segmentPrefetchRSCRequest"),ax=!al||(0,p.shouldServeStreamingMetadata)(al,ad.htmlLimitedBots);an&&ar&&(ak=!1,ax=!1);let ay=!0===K.isDev||!ak||"string"==typeof M||av,az=an&&ar,aA=null;_||!ak||ay||aq||au||av||(aA=aa);let aB=aA;!aB&&K.isDev&&(aB=aa),K.isDev||_||!ak||!ap||av||(0,k.d)(a.headers);let aC={...E,tree:H,pages:I,GlobalError:D(),handler:L,routeModule:K,__next_app__:J};X&&Y&&(0,o.setReferenceManifestsSingleton)({page:G,clientReferenceManifest:Y,serverActionsManifest:X,serverModuleMap:(0,q.createServerModuleMap)({serverActionsManifest:X})});let aD=a.method||"GET",aE=(0,g.getTracer)(),aF=aE.getActiveScopeSpan();try{let f=K.getVaryHeader(aa,ae);b.setHeader("Vary",f);let k=async(c,d)=>{let e=new l.NodeNextRequest(a),f=new l.NodeNextResponse(b);return K.render(e,f,d).finally(()=>{if(!c)return;c.setAttributes({"http.status_code":b.statusCode,"next.rsc":!1});let d=aE.getRootSpanAttributes();if(!d)return;if(d.get("next.span_type")!==i.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${d.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let e=d.get("next.route");if(e){let a=`${aD} ${e}`;c.setAttributes({"next.route":e,"http.route":e,"next.span_name":a}),c.updateName(a)}else c.updateName(`${aD} ${a.url}`)})},m=async({span:e,postponed:f,fallbackRouteParams:g})=>{let i={query:Q,params:R,page:ag,sharedContext:{buildId:P},serverComponentsHmrCache:(0,h.getRequestMeta)(a,"serverComponentsHmrCache"),fallbackRouteParams:g,renderOpts:{App:()=>null,Document:()=>null,pageConfig:{},ComponentMod:aC,Component:(0,j.T)(aC),params:R,routeModule:K,page:G,postponed:f,shouldWaitOnAllReady:az,serveStreamingMetadata:ax,supportsDynamicResponse:"string"==typeof f||ay,buildManifest:U,nextFontManifest:V,reactLoadableManifest:W,subresourceIntegrityManifest:Z,serverActionsManifest:X,clientReferenceManifest:Y,setIsrStatus:null==ac?void 0:ac.setIsrStatus,dir:c(33873).join(process.cwd(),K.relativeProjectDir),isDraftMode:_,isRevalidate:ak&&!f&&!av,botType:am,isOnDemandRevalidate:ah,isPossibleServerAction:aq,assetPrefix:ad.assetPrefix,nextConfigOutput:ad.output,crossOrigin:ad.crossOrigin,trailingSlash:ad.trailingSlash,previewProps:$.preview,deploymentId:ad.deploymentId,enableTainting:ad.experimental.taint,htmlLimitedBots:ad.htmlLimitedBots,devtoolSegmentExplorer:ad.experimental.devtoolSegmentExplorer,reactMaxHeadersLength:ad.reactMaxHeadersLength,multiZoneDraftMode:!1,incrementalCache:(0,h.getRequestMeta)(a,"incrementalCache"),cacheLifeProfiles:ad.experimental.cacheLife,basePath:ad.basePath,serverActions:ad.experimental.serverActions,...as?{nextExport:!0,supportsDynamicResponse:!1,isStaticGeneration:!0,isRevalidate:!0,isDebugDynamicAccesses:as}:{},experimental:{isRoutePPREnabled:ar,expireTime:ad.expireTime,staleTimes:ad.experimental.staleTimes,cacheComponents:!!ad.experimental.cacheComponents,clientSegmentCache:!!ad.experimental.clientSegmentCache,clientParamParsing:!!ad.experimental.clientParamParsing,dynamicOnHover:!!ad.experimental.dynamicOnHover,inlineCss:!!ad.experimental.inlineCss,authInterrupts:!!ad.experimental.authInterrupts,clientTraceMetadata:ad.experimental.clientTraceMetadata||[]},waitUntil:d.waitUntil,onClose:a=>{b.on("close",a)},onAfterTaskError:()=>{},onInstrumentationRequestError:(b,c,d)=>K.onRequestError(a,b,d,ac),err:(0,h.getRequestMeta)(a,"invokeError"),dev:K.isDev}},l=await k(e,i),{metadata:m}=l,{cacheControl:n,headers:o={},fetchTags:p}=m;if(p&&(o[y.NEXT_CACHE_TAGS_HEADER]=p),a.fetchMetrics=m.fetchMetrics,ak&&(null==n?void 0:n.revalidate)===0&&!K.isDev&&!ar){let a=m.staticBailoutInfo,b=Object.defineProperty(Error(`Page changed from static to dynamic at runtime ${aa}${(null==a?void 0:a.description)?`, reason: ${a.description}`:""}
2
- see more here https://nextjs.org/docs/messages/app-static-to-dynamic-error`),"__NEXT_ERROR_CODE",{value:"E132",enumerable:!1,configurable:!0});if(null==a?void 0:a.stack){let c=a.stack;b.stack=b.message+c.substring(c.indexOf("\n"))}throw b}return{value:{kind:v.CachedRouteKind.APP_PAGE,html:l,headers:o,rscData:m.flightData,postponed:m.postponed,status:m.statusCode,segmentData:m.segmentData},cacheControl:n}},o=async({hasResolved:c,previousCacheEntry:f,isRevalidating:g,span:i})=>{let j,k=!1===K.isDev,l=c||b.writableEnded;if(ah&&ab&&!f&&!N)return(null==ac?void 0:ac.render404)?await ac.render404(a,b):(b.statusCode=404,b.end("This page could not be found")),null;if(ai&&(j=(0,w.parseFallbackField)(ai.fallback)),j===w.FallbackMode.PRERENDER&&(0,u.isBot)(al)&&(!ar||an)&&(j=w.FallbackMode.BLOCKING_STATIC_RENDER),(null==f?void 0:f.isStale)===-1&&(ah=!0),ah&&(j!==w.FallbackMode.NOT_FOUND||f)&&(j=w.FallbackMode.BLOCKING_STATIC_RENDER),!N&&j!==w.FallbackMode.BLOCKING_STATIC_RENDER&&aB&&!l&&!_&&T&&(k||!aj)){let b;if((k||ai)&&j===w.FallbackMode.NOT_FOUND)throw new B.NoFallbackError;if(ar&&!ap){let c="string"==typeof(null==ai?void 0:ai.fallback)?ai.fallback:k?ag:null;if(b=await K.handleResponse({cacheKey:c,req:a,nextConfig:ad,routeKind:e.RouteKind.APP_PAGE,isFallback:!0,prerenderManifest:$,isRoutePPREnabled:ar,responseGenerator:async()=>m({span:i,postponed:void 0,fallbackRouteParams:k||at?(0,n.u)(ag):null}),waitUntil:d.waitUntil}),null===b)return null;if(b)return delete b.cacheControl,b}}let o=ah||g||!au?void 0:au;if(as&&void 0!==o)return{cacheControl:{revalidate:1,expire:void 0},value:{kind:v.CachedRouteKind.PAGES,html:x.default.EMPTY,pageData:{},headers:void 0,status:void 0}};let p=T&&ar&&((0,h.getRequestMeta)(a,"renderFallbackShell")||at)?(0,n.u)(af):null;return m({span:i,postponed:o,fallbackRouteParams:p})},p=async c=>{var f,g,i,j,k;let l,n=await K.handleResponse({cacheKey:aA,responseGenerator:a=>o({span:c,...a}),routeKind:e.RouteKind.APP_PAGE,isOnDemandRevalidate:ah,isRoutePPREnabled:ar,req:a,nextConfig:ad,prerenderManifest:$,waitUntil:d.waitUntil});if(_&&b.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate"),K.isDev&&b.setHeader("Cache-Control","no-store, must-revalidate"),!n){if(aA)throw Object.defineProperty(Error("invariant: cache entry required but not generated"),"__NEXT_ERROR_CODE",{value:"E62",enumerable:!1,configurable:!0});return null}if((null==(f=n.value)?void 0:f.kind)!==v.CachedRouteKind.APP_PAGE)throw Object.defineProperty(Error(`Invariant app-page handler received invalid cache entry ${null==(i=n.value)?void 0:i.kind}`),"__NEXT_ERROR_CODE",{value:"E707",enumerable:!1,configurable:!0});let p="string"==typeof n.value.postponed;ak&&!av&&(!p||ao)&&(N||b.setHeader("x-nextjs-cache",ah?"REVALIDATED":n.isMiss?"MISS":n.isStale?"STALE":"HIT"),b.setHeader(t.NEXT_IS_PRERENDER_HEADER,"1"));let{value:q}=n;if(au)l={revalidate:0,expire:void 0};else if(N&&ap&&!ao&&ar)l={revalidate:0,expire:void 0};else if(!K.isDev)if(_)l={revalidate:0,expire:void 0};else if(ak){if(n.cacheControl)if("number"==typeof n.cacheControl.revalidate){if(n.cacheControl.revalidate<1)throw Object.defineProperty(Error(`Invalid revalidate configuration provided: ${n.cacheControl.revalidate} < 1`),"__NEXT_ERROR_CODE",{value:"E22",enumerable:!1,configurable:!0});l={revalidate:n.cacheControl.revalidate,expire:(null==(j=n.cacheControl)?void 0:j.expire)??ad.expireTime}}else l={revalidate:y.CACHE_ONE_YEAR,expire:void 0}}else b.getHeader("Cache-Control")||(l={revalidate:0,expire:void 0});if(n.cacheControl=l,"string"==typeof aw&&(null==q?void 0:q.kind)===v.CachedRouteKind.APP_PAGE&&q.segmentData){b.setHeader(t.NEXT_DID_POSTPONE_HEADER,"2");let c=null==(k=q.headers)?void 0:k[y.NEXT_CACHE_TAGS_HEADER];N&&ak&&c&&"string"==typeof c&&b.setHeader(y.NEXT_CACHE_TAGS_HEADER,c);let d=q.segmentData.get(aw);return void 0!==d?(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:x.default.fromStatic(d,t.RSC_CONTENT_TYPE_HEADER),cacheControl:n.cacheControl}):(b.statusCode=204,(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:x.default.EMPTY,cacheControl:n.cacheControl}))}let r=(0,h.getRequestMeta)(a,"onCacheEntry");if(r&&await r({...n,value:{...n.value,kind:"PAGE"}},{url:(0,h.getRequestMeta)(a,"initURL")}))return null;if(p&&au)throw Object.defineProperty(Error("Invariant: postponed state should not be present on a resume request"),"__NEXT_ERROR_CODE",{value:"E396",enumerable:!1,configurable:!0});if(q.headers){let a={...q.headers};for(let[c,d]of(N&&ak||delete a[y.NEXT_CACHE_TAGS_HEADER],Object.entries(a)))if(void 0!==d)if(Array.isArray(d))for(let a of d)b.appendHeader(c,a);else"number"==typeof d&&(d=d.toString()),b.appendHeader(c,d)}let s=null==(g=q.headers)?void 0:g[y.NEXT_CACHE_TAGS_HEADER];if(N&&ak&&s&&"string"==typeof s&&b.setHeader(y.NEXT_CACHE_TAGS_HEADER,s),!q.status||ap&&ar||(b.statusCode=q.status),!N&&q.status&&F.RedirectStatusCode[q.status]&&ap&&(b.statusCode=200),p&&b.setHeader(t.NEXT_DID_POSTPONE_HEADER,"1"),ap&&!_){if(void 0===q.rscData){if(q.postponed)throw Object.defineProperty(Error("Invariant: Expected postponed to be undefined"),"__NEXT_ERROR_CODE",{value:"E372",enumerable:!1,configurable:!0});return(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:q.html,cacheControl:av?{revalidate:0,expire:void 0}:n.cacheControl})}return(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:x.default.fromStatic(q.rscData,t.RSC_CONTENT_TYPE_HEADER),cacheControl:n.cacheControl})}let u=q.html;if(!p||N||ap)return(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:u,cacheControl:n.cacheControl});if(as)return u.push(new ReadableStream({start(a){a.enqueue(z.ENCODED_TAGS.CLOSED.BODY_AND_HTML),a.close()}})),(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:u,cacheControl:{revalidate:0,expire:void 0}});let w=new TransformStream;return u.push(w.readable),m({span:c,postponed:q.postponed,fallbackRouteParams:null}).then(async a=>{var b,c;if(!a)throw Object.defineProperty(Error("Invariant: expected a result to be returned"),"__NEXT_ERROR_CODE",{value:"E463",enumerable:!1,configurable:!0});if((null==(b=a.value)?void 0:b.kind)!==v.CachedRouteKind.APP_PAGE)throw Object.defineProperty(Error(`Invariant: expected a page response, got ${null==(c=a.value)?void 0:c.kind}`),"__NEXT_ERROR_CODE",{value:"E305",enumerable:!1,configurable:!0});await a.value.html.pipeTo(w.writable)}).catch(a=>{w.writable.abort(a).catch(a=>{console.error("couldn't abort transformer",a)})}),(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:u,cacheControl:{revalidate:0,expire:void 0}})};if(!aF)return await aE.withPropagatedContext(a.headers,()=>aE.trace(i.BaseServerSpan.handleRequest,{spanName:`${aD} ${a.url}`,kind:g.SpanKind.SERVER,attributes:{"http.method":aD,"http.target":a.url}},p));await p(aF)}catch(b){throw b instanceof B.NoFallbackError||await K.onRequestError(a,b,{routerKind:"App Router",routePath:G,routeType:"render",revalidateReason:(0,f.c)({isRevalidate:ak,isOnDemandRevalidate:ah})},ac),b}}},86439:a=>{"use strict";a.exports=require("next/dist/shared/lib/no-fallback-error.external")},87550:a=>{"use strict";a.exports=require("better-sqlite3")},94735:a=>{"use strict";a.exports=require("events")}};var b=require("../../../webpack-runtime.js");b.C(a);var c=b.X(0,[1331,9038,7506,6627,2733,3359,3327,2153,3531,8390,824,3045],()=>b(b.s=82202));module.exports=c})();
 
1
+ (()=>{var a={};a.id=8273,a.ids=[8273],a.modules={261:a=>{"use strict";a.exports=require("next/dist/shared/lib/router/utils/app-paths")},1708:a=>{"use strict";a.exports=require("node:process")},2054:(a,b,c)=>{"use strict";c.d(b,{PageWrapper:()=>d});let d=(0,c(97954).registerClientReference)(function(){throw Error("Attempted to call PageWrapper() from the server but PageWrapper is 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.")},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/page-wrapper/index.tsx","PageWrapper")},3295:a=>{"use strict";a.exports=require("next/dist/server/app-render/after-task-async-storage.external.js")},10846:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},16783:(a,b,c)=>{"use strict";c.r(b),c.d(b,{default:()=>f});var d=c(75338),e=c(2054);function f(){return(0,d.jsx)(e.PageWrapper,{view:"workspaces"})}},19121:a=>{"use strict";a.exports=require("next/dist/server/app-render/action-async-storage.external.js")},21820:a=>{"use strict";a.exports=require("os")},26713:a=>{"use strict";a.exports=require("next/dist/shared/lib/router/utils/is-bot")},27910:a=>{"use strict";a.exports=require("stream")},28354:a=>{"use strict";a.exports=require("util")},29021:a=>{"use strict";a.exports=require("fs")},29294:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-async-storage.external.js")},31152:(a,b,c)=>{"use strict";c.d(b,{PageWrapper:()=>q});var d=c(21124),e=c(38301),f=c(42378);c(3837);var g=c(69587),h=c(51190),i=c(89070),j=c(95919),k=c(14258),l=c(45914),m=c(44322),n=c(11482),o=c(42830);function p({view:a,workspaceId:b,settingsTab:c,autoCreateProject:j}){let p=(0,f.useRouter)(),[q,r]=(0,e.useState)(null),[s,t]=(0,e.useState)(!1),u=(0,e.useCallback)(a=>{let c=function(a,b){let c=b?`/w/${b}`:"/admin";return({dashboard:`${c}/dashboard`,projects:`${c}/projects`,deployments:`${c}/deployments`,settings:`${c}/settings`,skills:`${c}/skills`,templates:`${c}/templates`,docs:`${c}/docs`,users:"/admin/users",workspaces:"/admin/workspaces"})[a]||`${c}/projects`}(a,b);p.push(c)},[p,b]),v=(0,e.useCallback)(async a=>{try{let b=await n.vfs.getProject(a.id);b&&r(b)}catch{o.toast.error("Could not open project")}},[]),w=q?(0,d.jsx)(i.a,{project:q,onBack:()=>r(null),workspaceId:b}):(0,d.jsx)(h.f,{view:a,workspaceId:b,onProjectSelect:r,settingsTab:c,onNavigate:u,autoCreateProject:j});return(0,d.jsxs)(d.Fragment,{children:[(0,d.jsx)(g.M,{currentView:a,workspaceId:b,onNavigate:u,onProjectSelect:r,onOpenAbout:()=>t(!0),showSidebar:!q,children:w}),(0,d.jsx)(k.V,{location:"global"}),(0,d.jsx)(l.V,{open:s,onOpenChange:t}),(0,d.jsx)(m.R,{selectedProject:q,onNavigateToProject:v})]})}function q({view:a,workspaceId:b,settingsTab:c,autoCreateProject:e}){return(0,d.jsx)(j.g,{children:(0,d.jsx)(p,{view:a,workspaceId:b,settingsTab:c,autoCreateProject:e})})}},33873:a=>{"use strict";a.exports=require("path")},36167:(a,b,c)=>{Promise.resolve().then(c.bind(c,2054))},41025:a=>{"use strict";a.exports=require("next/dist/server/app-render/dynamic-access-async-storage.external.js")},41503:a=>{"use strict";a.exports=require("esbuild-wasm")},55511:a=>{"use strict";a.exports=require("crypto")},63033:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},66431:(a,b,c)=>{Promise.resolve().then(c.bind(c,31152))},73136:a=>{"use strict";a.exports=require("node:url")},76760:a=>{"use strict";a.exports=require("node:path")},77725:a=>{"use strict";a.exports=require("stream/promises")},79428:a=>{"use strict";a.exports=require("buffer")},79551:a=>{"use strict";a.exports=require("url")},79748:a=>{"use strict";a.exports=require("fs/promises")},82202:(a,b,c)=>{"use strict";c.r(b),c.d(b,{GlobalError:()=>D.a,__next_app__:()=>J,handler:()=>L,pages:()=>I,routeModule:()=>K,tree:()=>H});var d=c(49754),e=c(9117),f=c(46595),g=c(32324),h=c(39326),i=c(38928),j=c(20175),k=c(12),l=c(54290),m=c(12696),n=c(82802),o=c(77533),p=c(45229),q=c(32822),r=c(261),s=c(26453),t=c(52474),u=c(26713),v=c(51356),w=c(62685),x=c(36225),y=c(63446),z=c(2762),A=c(45742),B=c(86439),C=c(81170),D=c.n(C),E=c(62506),F=c(91203),G={};for(let a in E)0>["default","tree","pages","GlobalError","__next_app__","routeModule","handler"].indexOf(a)&&(G[a]=()=>E[a]);c.d(b,G);let H={children:["",{children:["admin",{children:["workspaces",{children:["__PAGE__",{},{page:[()=>Promise.resolve().then(c.bind(c,16783)),"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/workspaces/page.tsx"]}]},{}]},{}]},{layout:[()=>Promise.resolve().then(c.bind(c,16953)),"/Users/otto/Desktop/deepstudio/osw-studio-git/app/layout.tsx"],"global-error":[()=>Promise.resolve().then(c.t.bind(c,81170,23)),"next/dist/client/components/builtin/global-error.js"],"not-found":[()=>Promise.resolve().then(c.t.bind(c,87028,23)),"next/dist/client/components/builtin/not-found.js"],forbidden:[()=>Promise.resolve().then(c.t.bind(c,90461,23)),"next/dist/client/components/builtin/forbidden.js"],unauthorized:[()=>Promise.resolve().then(c.t.bind(c,32768,23)),"next/dist/client/components/builtin/unauthorized.js"]}]}.children,I=["/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/workspaces/page.tsx"],J={require:c,loadChunk:()=>Promise.resolve()},K=new d.AppPageRouteModule({definition:{kind:e.RouteKind.APP_PAGE,page:"/admin/workspaces/page",pathname:"/admin/workspaces",bundlePath:"",filename:"",appPaths:[]},userland:{loaderTree:H},distDir:".next",relativeProjectDir:""});async function L(a,b,d){var C;let G="/admin/workspaces/page";"/index"===G&&(G="/");let M=(0,h.getRequestMeta)(a,"postponed"),N=(0,h.getRequestMeta)(a,"minimalMode"),O=await K.prepare(a,b,{srcPage:G,multiZoneDraftMode:!1});if(!O)return b.statusCode=400,b.end("Bad Request"),null==d.waitUntil||d.waitUntil.call(d,Promise.resolve()),null;let{buildId:P,query:Q,params:R,parsedUrl:S,pageIsDynamic:T,buildManifest:U,nextFontManifest:V,reactLoadableManifest:W,serverActionsManifest:X,clientReferenceManifest:Y,subresourceIntegrityManifest:Z,prerenderManifest:$,isDraftMode:_,resolvedPathname:aa,revalidateOnlyGenerated:ab,routerServerContext:ac,nextConfig:ad,interceptionRoutePatterns:ae}=O,af=S.pathname||"/",ag=(0,r.normalizeAppPath)(G),{isOnDemandRevalidate:ah}=O,ai=K.match(af,$),aj=!!$.routes[aa],ak=!!(ai||aj||$.routes[ag]),al=a.headers["user-agent"]||"",am=(0,u.getBotType)(al),an=(0,p.isHtmlBotRequest)(a),ao=(0,h.getRequestMeta)(a,"isPrefetchRSCRequest")??"1"===a.headers[t.NEXT_ROUTER_PREFETCH_HEADER],ap=(0,h.getRequestMeta)(a,"isRSCRequest")??!!a.headers[t.RSC_HEADER],aq=(0,s.getIsPossibleServerAction)(a),ar=(0,m.checkIsAppPPREnabled)(ad.experimental.ppr)&&(null==(C=$.routes[ag]??$.dynamicRoutes[ag])?void 0:C.renderingMode)==="PARTIALLY_STATIC",as=!1,at=!1,au=ar?M:void 0,av=ar&&ap&&!ao,aw=(0,h.getRequestMeta)(a,"segmentPrefetchRSCRequest"),ax=!al||(0,p.shouldServeStreamingMetadata)(al,ad.htmlLimitedBots);an&&ar&&(ak=!1,ax=!1);let ay=!0===K.isDev||!ak||"string"==typeof M||av,az=an&&ar,aA=null;_||!ak||ay||aq||au||av||(aA=aa);let aB=aA;!aB&&K.isDev&&(aB=aa),K.isDev||_||!ak||!ap||av||(0,k.d)(a.headers);let aC={...E,tree:H,pages:I,GlobalError:D(),handler:L,routeModule:K,__next_app__:J};X&&Y&&(0,o.setReferenceManifestsSingleton)({page:G,clientReferenceManifest:Y,serverActionsManifest:X,serverModuleMap:(0,q.createServerModuleMap)({serverActionsManifest:X})});let aD=a.method||"GET",aE=(0,g.getTracer)(),aF=aE.getActiveScopeSpan();try{let f=K.getVaryHeader(aa,ae);b.setHeader("Vary",f);let k=async(c,d)=>{let e=new l.NodeNextRequest(a),f=new l.NodeNextResponse(b);return K.render(e,f,d).finally(()=>{if(!c)return;c.setAttributes({"http.status_code":b.statusCode,"next.rsc":!1});let d=aE.getRootSpanAttributes();if(!d)return;if(d.get("next.span_type")!==i.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${d.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let e=d.get("next.route");if(e){let a=`${aD} ${e}`;c.setAttributes({"next.route":e,"http.route":e,"next.span_name":a}),c.updateName(a)}else c.updateName(`${aD} ${a.url}`)})},m=async({span:e,postponed:f,fallbackRouteParams:g})=>{let i={query:Q,params:R,page:ag,sharedContext:{buildId:P},serverComponentsHmrCache:(0,h.getRequestMeta)(a,"serverComponentsHmrCache"),fallbackRouteParams:g,renderOpts:{App:()=>null,Document:()=>null,pageConfig:{},ComponentMod:aC,Component:(0,j.T)(aC),params:R,routeModule:K,page:G,postponed:f,shouldWaitOnAllReady:az,serveStreamingMetadata:ax,supportsDynamicResponse:"string"==typeof f||ay,buildManifest:U,nextFontManifest:V,reactLoadableManifest:W,subresourceIntegrityManifest:Z,serverActionsManifest:X,clientReferenceManifest:Y,setIsrStatus:null==ac?void 0:ac.setIsrStatus,dir:c(33873).join(process.cwd(),K.relativeProjectDir),isDraftMode:_,isRevalidate:ak&&!f&&!av,botType:am,isOnDemandRevalidate:ah,isPossibleServerAction:aq,assetPrefix:ad.assetPrefix,nextConfigOutput:ad.output,crossOrigin:ad.crossOrigin,trailingSlash:ad.trailingSlash,previewProps:$.preview,deploymentId:ad.deploymentId,enableTainting:ad.experimental.taint,htmlLimitedBots:ad.htmlLimitedBots,devtoolSegmentExplorer:ad.experimental.devtoolSegmentExplorer,reactMaxHeadersLength:ad.reactMaxHeadersLength,multiZoneDraftMode:!1,incrementalCache:(0,h.getRequestMeta)(a,"incrementalCache"),cacheLifeProfiles:ad.experimental.cacheLife,basePath:ad.basePath,serverActions:ad.experimental.serverActions,...as?{nextExport:!0,supportsDynamicResponse:!1,isStaticGeneration:!0,isRevalidate:!0,isDebugDynamicAccesses:as}:{},experimental:{isRoutePPREnabled:ar,expireTime:ad.expireTime,staleTimes:ad.experimental.staleTimes,cacheComponents:!!ad.experimental.cacheComponents,clientSegmentCache:!!ad.experimental.clientSegmentCache,clientParamParsing:!!ad.experimental.clientParamParsing,dynamicOnHover:!!ad.experimental.dynamicOnHover,inlineCss:!!ad.experimental.inlineCss,authInterrupts:!!ad.experimental.authInterrupts,clientTraceMetadata:ad.experimental.clientTraceMetadata||[]},waitUntil:d.waitUntil,onClose:a=>{b.on("close",a)},onAfterTaskError:()=>{},onInstrumentationRequestError:(b,c,d)=>K.onRequestError(a,b,d,ac),err:(0,h.getRequestMeta)(a,"invokeError"),dev:K.isDev}},l=await k(e,i),{metadata:m}=l,{cacheControl:n,headers:o={},fetchTags:p}=m;if(p&&(o[y.NEXT_CACHE_TAGS_HEADER]=p),a.fetchMetrics=m.fetchMetrics,ak&&(null==n?void 0:n.revalidate)===0&&!K.isDev&&!ar){let a=m.staticBailoutInfo,b=Object.defineProperty(Error(`Page changed from static to dynamic at runtime ${aa}${(null==a?void 0:a.description)?`, reason: ${a.description}`:""}
2
+ see more here https://nextjs.org/docs/messages/app-static-to-dynamic-error`),"__NEXT_ERROR_CODE",{value:"E132",enumerable:!1,configurable:!0});if(null==a?void 0:a.stack){let c=a.stack;b.stack=b.message+c.substring(c.indexOf("\n"))}throw b}return{value:{kind:v.CachedRouteKind.APP_PAGE,html:l,headers:o,rscData:m.flightData,postponed:m.postponed,status:m.statusCode,segmentData:m.segmentData},cacheControl:n}},o=async({hasResolved:c,previousCacheEntry:f,isRevalidating:g,span:i})=>{let j,k=!1===K.isDev,l=c||b.writableEnded;if(ah&&ab&&!f&&!N)return(null==ac?void 0:ac.render404)?await ac.render404(a,b):(b.statusCode=404,b.end("This page could not be found")),null;if(ai&&(j=(0,w.parseFallbackField)(ai.fallback)),j===w.FallbackMode.PRERENDER&&(0,u.isBot)(al)&&(!ar||an)&&(j=w.FallbackMode.BLOCKING_STATIC_RENDER),(null==f?void 0:f.isStale)===-1&&(ah=!0),ah&&(j!==w.FallbackMode.NOT_FOUND||f)&&(j=w.FallbackMode.BLOCKING_STATIC_RENDER),!N&&j!==w.FallbackMode.BLOCKING_STATIC_RENDER&&aB&&!l&&!_&&T&&(k||!aj)){let b;if((k||ai)&&j===w.FallbackMode.NOT_FOUND)throw new B.NoFallbackError;if(ar&&!ap){let c="string"==typeof(null==ai?void 0:ai.fallback)?ai.fallback:k?ag:null;if(b=await K.handleResponse({cacheKey:c,req:a,nextConfig:ad,routeKind:e.RouteKind.APP_PAGE,isFallback:!0,prerenderManifest:$,isRoutePPREnabled:ar,responseGenerator:async()=>m({span:i,postponed:void 0,fallbackRouteParams:k||at?(0,n.u)(ag):null}),waitUntil:d.waitUntil}),null===b)return null;if(b)return delete b.cacheControl,b}}let o=ah||g||!au?void 0:au;if(as&&void 0!==o)return{cacheControl:{revalidate:1,expire:void 0},value:{kind:v.CachedRouteKind.PAGES,html:x.default.EMPTY,pageData:{},headers:void 0,status:void 0}};let p=T&&ar&&((0,h.getRequestMeta)(a,"renderFallbackShell")||at)?(0,n.u)(af):null;return m({span:i,postponed:o,fallbackRouteParams:p})},p=async c=>{var f,g,i,j,k;let l,n=await K.handleResponse({cacheKey:aA,responseGenerator:a=>o({span:c,...a}),routeKind:e.RouteKind.APP_PAGE,isOnDemandRevalidate:ah,isRoutePPREnabled:ar,req:a,nextConfig:ad,prerenderManifest:$,waitUntil:d.waitUntil});if(_&&b.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate"),K.isDev&&b.setHeader("Cache-Control","no-store, must-revalidate"),!n){if(aA)throw Object.defineProperty(Error("invariant: cache entry required but not generated"),"__NEXT_ERROR_CODE",{value:"E62",enumerable:!1,configurable:!0});return null}if((null==(f=n.value)?void 0:f.kind)!==v.CachedRouteKind.APP_PAGE)throw Object.defineProperty(Error(`Invariant app-page handler received invalid cache entry ${null==(i=n.value)?void 0:i.kind}`),"__NEXT_ERROR_CODE",{value:"E707",enumerable:!1,configurable:!0});let p="string"==typeof n.value.postponed;ak&&!av&&(!p||ao)&&(N||b.setHeader("x-nextjs-cache",ah?"REVALIDATED":n.isMiss?"MISS":n.isStale?"STALE":"HIT"),b.setHeader(t.NEXT_IS_PRERENDER_HEADER,"1"));let{value:q}=n;if(au)l={revalidate:0,expire:void 0};else if(N&&ap&&!ao&&ar)l={revalidate:0,expire:void 0};else if(!K.isDev)if(_)l={revalidate:0,expire:void 0};else if(ak){if(n.cacheControl)if("number"==typeof n.cacheControl.revalidate){if(n.cacheControl.revalidate<1)throw Object.defineProperty(Error(`Invalid revalidate configuration provided: ${n.cacheControl.revalidate} < 1`),"__NEXT_ERROR_CODE",{value:"E22",enumerable:!1,configurable:!0});l={revalidate:n.cacheControl.revalidate,expire:(null==(j=n.cacheControl)?void 0:j.expire)??ad.expireTime}}else l={revalidate:y.CACHE_ONE_YEAR,expire:void 0}}else b.getHeader("Cache-Control")||(l={revalidate:0,expire:void 0});if(n.cacheControl=l,"string"==typeof aw&&(null==q?void 0:q.kind)===v.CachedRouteKind.APP_PAGE&&q.segmentData){b.setHeader(t.NEXT_DID_POSTPONE_HEADER,"2");let c=null==(k=q.headers)?void 0:k[y.NEXT_CACHE_TAGS_HEADER];N&&ak&&c&&"string"==typeof c&&b.setHeader(y.NEXT_CACHE_TAGS_HEADER,c);let d=q.segmentData.get(aw);return void 0!==d?(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:x.default.fromStatic(d,t.RSC_CONTENT_TYPE_HEADER),cacheControl:n.cacheControl}):(b.statusCode=204,(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:x.default.EMPTY,cacheControl:n.cacheControl}))}let r=(0,h.getRequestMeta)(a,"onCacheEntry");if(r&&await r({...n,value:{...n.value,kind:"PAGE"}},{url:(0,h.getRequestMeta)(a,"initURL")}))return null;if(p&&au)throw Object.defineProperty(Error("Invariant: postponed state should not be present on a resume request"),"__NEXT_ERROR_CODE",{value:"E396",enumerable:!1,configurable:!0});if(q.headers){let a={...q.headers};for(let[c,d]of(N&&ak||delete a[y.NEXT_CACHE_TAGS_HEADER],Object.entries(a)))if(void 0!==d)if(Array.isArray(d))for(let a of d)b.appendHeader(c,a);else"number"==typeof d&&(d=d.toString()),b.appendHeader(c,d)}let s=null==(g=q.headers)?void 0:g[y.NEXT_CACHE_TAGS_HEADER];if(N&&ak&&s&&"string"==typeof s&&b.setHeader(y.NEXT_CACHE_TAGS_HEADER,s),!q.status||ap&&ar||(b.statusCode=q.status),!N&&q.status&&F.RedirectStatusCode[q.status]&&ap&&(b.statusCode=200),p&&b.setHeader(t.NEXT_DID_POSTPONE_HEADER,"1"),ap&&!_){if(void 0===q.rscData){if(q.postponed)throw Object.defineProperty(Error("Invariant: Expected postponed to be undefined"),"__NEXT_ERROR_CODE",{value:"E372",enumerable:!1,configurable:!0});return(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:q.html,cacheControl:av?{revalidate:0,expire:void 0}:n.cacheControl})}return(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:x.default.fromStatic(q.rscData,t.RSC_CONTENT_TYPE_HEADER),cacheControl:n.cacheControl})}let u=q.html;if(!p||N||ap)return(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:u,cacheControl:n.cacheControl});if(as)return u.push(new ReadableStream({start(a){a.enqueue(z.ENCODED_TAGS.CLOSED.BODY_AND_HTML),a.close()}})),(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:u,cacheControl:{revalidate:0,expire:void 0}});let w=new TransformStream;return u.push(w.readable),m({span:c,postponed:q.postponed,fallbackRouteParams:null}).then(async a=>{var b,c;if(!a)throw Object.defineProperty(Error("Invariant: expected a result to be returned"),"__NEXT_ERROR_CODE",{value:"E463",enumerable:!1,configurable:!0});if((null==(b=a.value)?void 0:b.kind)!==v.CachedRouteKind.APP_PAGE)throw Object.defineProperty(Error(`Invariant: expected a page response, got ${null==(c=a.value)?void 0:c.kind}`),"__NEXT_ERROR_CODE",{value:"E305",enumerable:!1,configurable:!0});await a.value.html.pipeTo(w.writable)}).catch(a=>{w.writable.abort(a).catch(a=>{console.error("couldn't abort transformer",a)})}),(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:u,cacheControl:{revalidate:0,expire:void 0}})};if(!aF)return await aE.withPropagatedContext(a.headers,()=>aE.trace(i.BaseServerSpan.handleRequest,{spanName:`${aD} ${a.url}`,kind:g.SpanKind.SERVER,attributes:{"http.method":aD,"http.target":a.url}},p));await p(aF)}catch(b){throw b instanceof B.NoFallbackError||await K.onRequestError(a,b,{routerKind:"App Router",routePath:G,routeType:"render",revalidateReason:(0,f.c)({isRevalidate:ak,isOnDemandRevalidate:ah})},ac),b}}},86439:a=>{"use strict";a.exports=require("next/dist/shared/lib/no-fallback-error.external")},87550:a=>{"use strict";a.exports=require("better-sqlite3")},94735:a=>{"use strict";a.exports=require("events")}};var b=require("../../../webpack-runtime.js");b.C(a);var c=b.X(0,[4996,3363,2033,7506,6627,2733,3359,3327,2153,3531,8390,824,740,5294],()=>b(b.s=82202));module.exports=c})();
.next/server/app/admin/workspaces/page.js.nft.json CHANGED
@@ -1 +1 @@
1
- {"version":1,"files":["../../../../../node_modules/better-sqlite3/build/Release/better_sqlite3.node","../../../../../node_modules/better-sqlite3/lib/database.js","../../../../../node_modules/better-sqlite3/lib/index.js","../../../../../node_modules/better-sqlite3/lib/methods/aggregate.js","../../../../../node_modules/better-sqlite3/lib/methods/backup.js","../../../../../node_modules/better-sqlite3/lib/methods/function.js","../../../../../node_modules/better-sqlite3/lib/methods/inspect.js","../../../../../node_modules/better-sqlite3/lib/methods/pragma.js","../../../../../node_modules/better-sqlite3/lib/methods/serialize.js","../../../../../node_modules/better-sqlite3/lib/methods/table.js","../../../../../node_modules/better-sqlite3/lib/methods/transaction.js","../../../../../node_modules/better-sqlite3/lib/methods/wrappers.js","../../../../../node_modules/better-sqlite3/lib/sqlite-error.js","../../../../../node_modules/better-sqlite3/lib/util.js","../../../../../node_modules/better-sqlite3/package.json","../../../../../node_modules/bindings/bindings.js","../../../../../node_modules/bindings/package.json","../../../../../node_modules/esbuild-wasm/lib/main.js","../../../../../node_modules/esbuild-wasm/package.json","../../../../../node_modules/file-uri-to-path/index.js","../../../../../node_modules/file-uri-to-path/package.json","../../../../../node_modules/next/dist/client/components/app-router-headers.js","../../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../../node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../../node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../../node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js","../../../../../node_modules/next/dist/lib/client-and-server-references.js","../../../../../node_modules/next/dist/lib/constants.js","../../../../../node_modules/next/dist/lib/interop-default.js","../../../../../node_modules/next/dist/lib/is-error.js","../../../../../node_modules/next/dist/lib/semver-noop.js","../../../../../node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/async-local-storage.js","../../../../../node_modules/next/dist/server/app-render/cache-signal.js","../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../../node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../../node_modules/next/dist/server/lib/cache-handlers/default.external.js","../../../../../node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../../node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../../node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../../node_modules/next/dist/server/lib/lru-cache.js","../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../../node_modules/next/dist/server/load-manifest.external.js","../../../../../node_modules/next/dist/server/response-cache/types.js","../../../../../node_modules/next/dist/shared/lib/deep-freeze.js","../../../../../node_modules/next/dist/shared/lib/invariant-error.js","../../../../../node_modules/next/dist/shared/lib/is-plain-object.js","../../../../../node_modules/next/dist/shared/lib/is-thenable.js","../../../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../../node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","../../../../../node_modules/next/dist/shared/lib/router/utils/app-paths.js","../../../../../node_modules/next/dist/shared/lib/router/utils/html-bots.js","../../../../../node_modules/next/dist/shared/lib/router/utils/is-bot.js","../../../../../node_modules/next/dist/shared/lib/segment.js","../../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../../node_modules/next/package.json","../../../../../package.json","../../../../package.json","../../../chunks/1331.js","../../../chunks/2153.js","../../../chunks/2671.js","../../../chunks/2733.js","../../../chunks/2836.js","../../../chunks/3045.js","../../../chunks/3327.js","../../../chunks/3359.js","../../../chunks/3531.js","../../../chunks/3975.js","../../../chunks/4078.js","../../../chunks/4141.js","../../../chunks/4277.js","../../../chunks/455.js","../../../chunks/6085.js","../../../chunks/61.js","../../../chunks/6627.js","../../../chunks/6957.js","../../../chunks/740.js","../../../chunks/7506.js","../../../chunks/7779.js","../../../chunks/824.js","../../../chunks/8390.js","../../../chunks/9038.js","../../../chunks/9050.js","../../../chunks/9206.js","../../../chunks/9975.js","../../../webpack-runtime.js","page_client-reference-manifest.js"]}
 
1
+ {"version":1,"files":["../../../../../node_modules/better-sqlite3/build/Release/better_sqlite3.node","../../../../../node_modules/better-sqlite3/lib/database.js","../../../../../node_modules/better-sqlite3/lib/index.js","../../../../../node_modules/better-sqlite3/lib/methods/aggregate.js","../../../../../node_modules/better-sqlite3/lib/methods/backup.js","../../../../../node_modules/better-sqlite3/lib/methods/function.js","../../../../../node_modules/better-sqlite3/lib/methods/inspect.js","../../../../../node_modules/better-sqlite3/lib/methods/pragma.js","../../../../../node_modules/better-sqlite3/lib/methods/serialize.js","../../../../../node_modules/better-sqlite3/lib/methods/table.js","../../../../../node_modules/better-sqlite3/lib/methods/transaction.js","../../../../../node_modules/better-sqlite3/lib/methods/wrappers.js","../../../../../node_modules/better-sqlite3/lib/sqlite-error.js","../../../../../node_modules/better-sqlite3/lib/util.js","../../../../../node_modules/better-sqlite3/package.json","../../../../../node_modules/bindings/bindings.js","../../../../../node_modules/bindings/package.json","../../../../../node_modules/esbuild-wasm/lib/main.js","../../../../../node_modules/esbuild-wasm/package.json","../../../../../node_modules/file-uri-to-path/index.js","../../../../../node_modules/file-uri-to-path/package.json","../../../../../node_modules/next/dist/client/components/app-router-headers.js","../../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../../node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../../node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../../node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js","../../../../../node_modules/next/dist/lib/client-and-server-references.js","../../../../../node_modules/next/dist/lib/constants.js","../../../../../node_modules/next/dist/lib/interop-default.js","../../../../../node_modules/next/dist/lib/is-error.js","../../../../../node_modules/next/dist/lib/semver-noop.js","../../../../../node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/async-local-storage.js","../../../../../node_modules/next/dist/server/app-render/cache-signal.js","../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../../node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../../node_modules/next/dist/server/lib/cache-handlers/default.external.js","../../../../../node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../../node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../../node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../../node_modules/next/dist/server/lib/lru-cache.js","../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../../node_modules/next/dist/server/load-manifest.external.js","../../../../../node_modules/next/dist/server/response-cache/types.js","../../../../../node_modules/next/dist/shared/lib/deep-freeze.js","../../../../../node_modules/next/dist/shared/lib/invariant-error.js","../../../../../node_modules/next/dist/shared/lib/is-plain-object.js","../../../../../node_modules/next/dist/shared/lib/is-thenable.js","../../../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../../node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","../../../../../node_modules/next/dist/shared/lib/router/utils/app-paths.js","../../../../../node_modules/next/dist/shared/lib/router/utils/html-bots.js","../../../../../node_modules/next/dist/shared/lib/router/utils/is-bot.js","../../../../../node_modules/next/dist/shared/lib/segment.js","../../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../../node_modules/next/package.json","../../../../../package.json","../../../../package.json","../../../chunks/2033.js","../../../chunks/2153.js","../../../chunks/2671.js","../../../chunks/2733.js","../../../chunks/2836.js","../../../chunks/3327.js","../../../chunks/3359.js","../../../chunks/3363.js","../../../chunks/3531.js","../../../chunks/3975.js","../../../chunks/4078.js","../../../chunks/4141.js","../../../chunks/4277.js","../../../chunks/455.js","../../../chunks/4996.js","../../../chunks/5294.js","../../../chunks/6085.js","../../../chunks/61.js","../../../chunks/6627.js","../../../chunks/6957.js","../../../chunks/740.js","../../../chunks/7506.js","../../../chunks/7779.js","../../../chunks/824.js","../../../chunks/8390.js","../../../chunks/9050.js","../../../chunks/9206.js","../../../chunks/9975.js","../../../webpack-runtime.js","page_client-reference-manifest.js"]}
.next/server/app/admin/workspaces/page_client-reference-manifest.js CHANGED
@@ -1 +1 @@
1
- globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/admin/workspaces/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"8103":{"*":{"id":"32583","name":"*","chunks":[],"async":false}},"9766":{"*":{"id":"77526","name":"*","chunks":[],"async":false}},"15278":{"*":{"id":"78922","name":"*","chunks":[],"async":false}},"16717":{"*":{"id":"8647","name":"*","chunks":[],"async":false}},"17989":{"*":{"id":"68495","name":"*","chunks":[],"async":false}},"24431":{"*":{"id":"12263","name":"*","chunks":[],"async":false}},"25782":{"*":{"id":"82016","name":"*","chunks":[],"async":false}},"33496":{"*":{"id":"65408","name":"*","chunks":[],"async":false}},"33540":{"*":{"id":"66137","name":"*","chunks":[],"async":false}},"43688":{"*":{"id":"31152","name":"*","chunks":[],"async":false}},"46131":{"*":{"id":"83133","name":"*","chunks":[],"async":false}},"57150":{"*":{"id":"54160","name":"*","chunks":[],"async":false}},"62112":{"*":{"id":"92130","name":"*","chunks":[],"async":false}},"63886":{"*":{"id":"75170","name":"*","chunks":[],"async":false}},"70240":{"*":{"id":"38502","name":"*","chunks":[],"async":false}},"75102":{"*":{"id":"17622","name":"*","chunks":[],"async":false}},"80622":{"*":{"id":"82146","name":"*","chunks":[],"async":false}},"81959":{"*":{"id":"31603","name":"*","chunks":[],"async":false}},"98124":{"*":{"id":"67600","name":"*","chunks":[],"async":false}},"98924":{"*":{"id":"29234","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/builtin/global-error.js":{"id":57150,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":57150,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/client-page.js":{"id":81959,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/client-page.js":{"id":81959,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/client-segment.js":{"id":17989,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/client-segment.js":{"id":17989,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":63886,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":63886,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/layout-router.js":{"id":9766,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/layout-router.js":{"id":9766,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/metadata/async-metadata.js":{"id":15278,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/metadata/async-metadata.js":{"id":15278,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/render-from-template-context.js":{"id":98924,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":98924,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/lib/framework/boundary-components.js":{"id":24431,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":24431,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":80622,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":80622,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/assets/globals.css":{"id":27408,"name":"*","chunks":["8001","static/chunks/8001-ab2328d010d9575c.js","4165","static/chunks/4165-2fd065a6c1436849.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-29b5b9c7b4063442.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/backend-status-banner/index.tsx":{"id":16717,"name":"*","chunks":["8001","static/chunks/8001-ab2328d010d9575c.js","4165","static/chunks/4165-2fd065a6c1436849.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-29b5b9c7b4063442.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/providers/tanstack-query-provider.tsx":{"id":46131,"name":"*","chunks":["8001","static/chunks/8001-ab2328d010d9575c.js","4165","static/chunks/4165-2fd065a6c1436849.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-29b5b9c7b4063442.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/providers/theme-provider.tsx":{"id":98124,"name":"*","chunks":["8001","static/chunks/8001-ab2328d010d9575c.js","4165","static/chunks/4165-2fd065a6c1436849.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-29b5b9c7b4063442.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/ui/sonner.tsx":{"id":70240,"name":"*","chunks":["8001","static/chunks/8001-ab2328d010d9575c.js","4165","static/chunks/4165-2fd065a6c1436849.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-29b5b9c7b4063442.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/font/google/target.css?{\"path\":\"app/layout.tsx\",\"import\":\"Inter\",\"arguments\":[{\"variable\":\"--font-inter-sans\",\"subsets\":[\"latin\"]}],\"variableName\":\"inter\"}":{"id":85568,"name":"*","chunks":["8001","static/chunks/8001-ab2328d010d9575c.js","4165","static/chunks/4165-2fd065a6c1436849.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-29b5b9c7b4063442.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/font/google/target.css?{\"path\":\"app/layout.tsx\",\"import\":\"PT_Sans\",\"arguments\":[{\"variable\":\"--font-ptSans-mono\",\"subsets\":[\"latin\"],\"weight\":[\"400\",\"700\"]}],\"variableName\":\"ptSans\"}":{"id":80231,"name":"*","chunks":["8001","static/chunks/8001-ab2328d010d9575c.js","4165","static/chunks/4165-2fd065a6c1436849.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-29b5b9c7b4063442.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/login/page.tsx":{"id":62112,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/page-wrapper/index.tsx":{"id":43688,"name":"*","chunks":["5948","static/chunks/06bf0ff1-3732841f0f86d47e.js","7003","static/chunks/14258b02-ed7689e3556981a7.js","4316","static/chunks/ad2866b8-e13a3cf75ccf0eb8.js","8001","static/chunks/8001-ab2328d010d9575c.js","176","static/chunks/176-34e89399a26899a1.js","1638","static/chunks/1638-9f12a086456f3362.js","7389","static/chunks/7389-d064efe9587fa357.js","8941","static/chunks/8941-5f6f2bbd260a64ae.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7483","static/chunks/7483-61c49a2b0ab708d3.js","4735","static/chunks/4735-317a40903cee3927.js","8784","static/chunks/8784-a70de7155a979c5e.js","536","static/chunks/536-59fd9fbb0b0a321e.js","7714","static/chunks/7714-9d63785ec81e1efe.js","2133","static/chunks/2133-7b64eac0902cb1d5.js","8273","static/chunks/app/admin/workspaces/page-92597a9276ef2505.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/page.tsx":{"id":25782,"name":"*","chunks":["3698","static/chunks/app/admin/page-e3e066aac7f10383.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/register/page.tsx":{"id":75102,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/test-generation/page.tsx":{"id":8103,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/page.tsx":{"id":33540,"name":"*","chunks":["5948","static/chunks/06bf0ff1-3732841f0f86d47e.js","7003","static/chunks/14258b02-ed7689e3556981a7.js","4316","static/chunks/ad2866b8-e13a3cf75ccf0eb8.js","8001","static/chunks/8001-ab2328d010d9575c.js","176","static/chunks/176-34e89399a26899a1.js","1638","static/chunks/1638-9f12a086456f3362.js","7389","static/chunks/7389-d064efe9587fa357.js","8941","static/chunks/8941-5f6f2bbd260a64ae.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7483","static/chunks/7483-61c49a2b0ab708d3.js","4735","static/chunks/4735-317a40903cee3927.js","8784","static/chunks/8784-a70de7155a979c5e.js","536","static/chunks/536-59fd9fbb0b0a321e.js","7714","static/chunks/7714-9d63785ec81e1efe.js","2133","static/chunks/2133-7b64eac0902cb1d5.js","8974","static/chunks/app/page-0354c2adb620070f.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/w/[workspaceId]/projects/page.tsx":{"id":33496,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/Users/otto/Desktop/deepstudio/osw-studio-git/":[],"/Users/otto/Desktop/deepstudio/osw-studio-git/app/layout":[{"inlined":false,"path":"static/css/82f4473c79d5d55a.css"},{"inlined":false,"path":"static/css/1138060002beec9e.css"}],"/Users/otto/Desktop/deepstudio/osw-studio-git/app/page":[],"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/page":[],"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/workspaces/page":[]},"rscModuleMapping":{"8103":{"*":{"id":"60940","name":"*","chunks":[],"async":false}},"9766":{"*":{"id":"6060","name":"*","chunks":[],"async":false}},"15278":{"*":{"id":"7184","name":"*","chunks":[],"async":false}},"16717":{"*":{"id":"69369","name":"*","chunks":[],"async":false}},"17989":{"*":{"id":"36893","name":"*","chunks":[],"async":false}},"24431":{"*":{"id":"73041","name":"*","chunks":[],"async":false}},"25782":{"*":{"id":"37734","name":"*","chunks":[],"async":false}},"27408":{"*":{"id":"94348","name":"*","chunks":[],"async":false}},"33496":{"*":{"id":"17498","name":"*","chunks":[],"async":false}},"33540":{"*":{"id":"17742","name":"*","chunks":[],"async":false}},"43688":{"*":{"id":"2054","name":"*","chunks":[],"async":false}},"46131":{"*":{"id":"69507","name":"*","chunks":[],"async":false}},"57150":{"*":{"id":"81170","name":"*","chunks":[],"async":false}},"62112":{"*":{"id":"7760","name":"*","chunks":[],"async":false}},"63886":{"*":{"id":"89748","name":"*","chunks":[],"async":false}},"70240":{"*":{"id":"20656","name":"*","chunks":[],"async":false}},"75102":{"*":{"id":"3716","name":"*","chunks":[],"async":false}},"80622":{"*":{"id":"51384","name":"*","chunks":[],"async":false}},"81959":{"*":{"id":"23597","name":"*","chunks":[],"async":false}},"98124":{"*":{"id":"26262","name":"*","chunks":[],"async":false}},"98924":{"*":{"id":"69576","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}}
 
1
+ globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/admin/workspaces/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"8103":{"*":{"id":"32583","name":"*","chunks":[],"async":false}},"9766":{"*":{"id":"77526","name":"*","chunks":[],"async":false}},"15278":{"*":{"id":"78922","name":"*","chunks":[],"async":false}},"16717":{"*":{"id":"8647","name":"*","chunks":[],"async":false}},"17989":{"*":{"id":"68495","name":"*","chunks":[],"async":false}},"18720":{"*":{"id":"42830","name":"*","chunks":[],"async":false}},"24431":{"*":{"id":"12263","name":"*","chunks":[],"async":false}},"25782":{"*":{"id":"82016","name":"*","chunks":[],"async":false}},"33496":{"*":{"id":"65408","name":"*","chunks":[],"async":false}},"43688":{"*":{"id":"31152","name":"*","chunks":[],"async":false}},"46131":{"*":{"id":"83133","name":"*","chunks":[],"async":false}},"57150":{"*":{"id":"54160","name":"*","chunks":[],"async":false}},"62112":{"*":{"id":"92130","name":"*","chunks":[],"async":false}},"63886":{"*":{"id":"75170","name":"*","chunks":[],"async":false}},"70240":{"*":{"id":"38502","name":"*","chunks":[],"async":false}},"75102":{"*":{"id":"17622","name":"*","chunks":[],"async":false}},"80622":{"*":{"id":"82146","name":"*","chunks":[],"async":false}},"81959":{"*":{"id":"31603","name":"*","chunks":[],"async":false}},"86807":{"*":{"id":"74034","name":"*","chunks":[],"async":false}},"98124":{"*":{"id":"67600","name":"*","chunks":[],"async":false}},"98924":{"*":{"id":"29234","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/builtin/global-error.js":{"id":57150,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":57150,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/client-page.js":{"id":81959,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/client-page.js":{"id":81959,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/client-segment.js":{"id":17989,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/client-segment.js":{"id":17989,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":63886,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":63886,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/layout-router.js":{"id":9766,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/layout-router.js":{"id":9766,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/metadata/async-metadata.js":{"id":15278,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/metadata/async-metadata.js":{"id":15278,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/render-from-template-context.js":{"id":98924,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":98924,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/lib/framework/boundary-components.js":{"id":24431,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":24431,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":80622,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":80622,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/assets/globals.css":{"id":27408,"name":"*","chunks":["8720","static/chunks/8720-6c3c0c904bca3f2e.js","4156","static/chunks/4156-321b7a8c31fe95b6.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-e6b6991471e946a3.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/backend-status-banner/index.tsx":{"id":16717,"name":"*","chunks":["8720","static/chunks/8720-6c3c0c904bca3f2e.js","4156","static/chunks/4156-321b7a8c31fe95b6.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-e6b6991471e946a3.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/providers/tanstack-query-provider.tsx":{"id":46131,"name":"*","chunks":["8720","static/chunks/8720-6c3c0c904bca3f2e.js","4156","static/chunks/4156-321b7a8c31fe95b6.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-e6b6991471e946a3.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/providers/theme-provider.tsx":{"id":98124,"name":"*","chunks":["8720","static/chunks/8720-6c3c0c904bca3f2e.js","4156","static/chunks/4156-321b7a8c31fe95b6.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-e6b6991471e946a3.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/ui/sonner.tsx":{"id":70240,"name":"*","chunks":["8720","static/chunks/8720-6c3c0c904bca3f2e.js","4156","static/chunks/4156-321b7a8c31fe95b6.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-e6b6991471e946a3.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/font/google/target.css?{\"path\":\"app/layout.tsx\",\"import\":\"Inter\",\"arguments\":[{\"variable\":\"--font-inter-sans\",\"subsets\":[\"latin\"]}],\"variableName\":\"inter\"}":{"id":85568,"name":"*","chunks":["8720","static/chunks/8720-6c3c0c904bca3f2e.js","4156","static/chunks/4156-321b7a8c31fe95b6.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-e6b6991471e946a3.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/font/google/target.css?{\"path\":\"app/layout.tsx\",\"import\":\"PT_Sans\",\"arguments\":[{\"variable\":\"--font-ptSans-mono\",\"subsets\":[\"latin\"],\"weight\":[\"400\",\"700\"]}],\"variableName\":\"ptSans\"}":{"id":80231,"name":"*","chunks":["8720","static/chunks/8720-6c3c0c904bca3f2e.js","4156","static/chunks/4156-321b7a8c31fe95b6.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-e6b6991471e946a3.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/sonner/dist/index.mjs":{"id":18720,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/page.tsx":{"id":25782,"name":"*","chunks":["3698","static/chunks/app/admin/page-e3e066aac7f10383.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/login/page.tsx":{"id":62112,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/register/page.tsx":{"id":75102,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/page-wrapper/index.tsx":{"id":43688,"name":"*","chunks":["5948","static/chunks/06bf0ff1-3732841f0f86d47e.js","7003","static/chunks/14258b02-ed7689e3556981a7.js","4316","static/chunks/ad2866b8-e13a3cf75ccf0eb8.js","8720","static/chunks/8720-6c3c0c904bca3f2e.js","176","static/chunks/176-34e89399a26899a1.js","7543","static/chunks/7543-50a94862c006ca07.js","7389","static/chunks/7389-d064efe9587fa357.js","8941","static/chunks/8941-5f6f2bbd260a64ae.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7483","static/chunks/7483-f07a06bb00bfffea.js","4735","static/chunks/4735-317a40903cee3927.js","8784","static/chunks/8784-a70de7155a979c5e.js","536","static/chunks/536-59fd9fbb0b0a321e.js","7714","static/chunks/7714-f0a155d98ed994f5.js","8238","static/chunks/8238-79d46861a211a0d5.js","8273","static/chunks/app/admin/workspaces/page-6c10e25d22dfb92b.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/page.tsx":{"id":86807,"name":"*","chunks":["5948","static/chunks/06bf0ff1-3732841f0f86d47e.js","7003","static/chunks/14258b02-ed7689e3556981a7.js","4316","static/chunks/ad2866b8-e13a3cf75ccf0eb8.js","8720","static/chunks/8720-6c3c0c904bca3f2e.js","176","static/chunks/176-34e89399a26899a1.js","7543","static/chunks/7543-50a94862c006ca07.js","7389","static/chunks/7389-d064efe9587fa357.js","8941","static/chunks/8941-5f6f2bbd260a64ae.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7483","static/chunks/7483-f07a06bb00bfffea.js","4735","static/chunks/4735-317a40903cee3927.js","8784","static/chunks/8784-a70de7155a979c5e.js","536","static/chunks/536-59fd9fbb0b0a321e.js","7714","static/chunks/7714-f0a155d98ed994f5.js","8238","static/chunks/8238-79d46861a211a0d5.js","8974","static/chunks/app/page-c77a30bec88016f7.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/test-generation/page.tsx":{"id":8103,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/w/[workspaceId]/projects/page.tsx":{"id":33496,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/Users/otto/Desktop/deepstudio/osw-studio-git/":[],"/Users/otto/Desktop/deepstudio/osw-studio-git/app/layout":[{"inlined":false,"path":"static/css/82f4473c79d5d55a.css"},{"inlined":false,"path":"static/css/1138060002beec9e.css"}],"/Users/otto/Desktop/deepstudio/osw-studio-git/app/page":[],"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/page":[],"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/workspaces/page":[]},"rscModuleMapping":{"8103":{"*":{"id":"60940","name":"*","chunks":[],"async":false}},"9766":{"*":{"id":"6060","name":"*","chunks":[],"async":false}},"15278":{"*":{"id":"7184","name":"*","chunks":[],"async":false}},"16717":{"*":{"id":"69369","name":"*","chunks":[],"async":false}},"17989":{"*":{"id":"36893","name":"*","chunks":[],"async":false}},"18720":{"*":{"id":"16076","name":"*","chunks":[],"async":false}},"24431":{"*":{"id":"73041","name":"*","chunks":[],"async":false}},"25782":{"*":{"id":"37734","name":"*","chunks":[],"async":false}},"27408":{"*":{"id":"94348","name":"*","chunks":[],"async":false}},"33496":{"*":{"id":"17498","name":"*","chunks":[],"async":false}},"43688":{"*":{"id":"2054","name":"*","chunks":[],"async":false}},"46131":{"*":{"id":"69507","name":"*","chunks":[],"async":false}},"57150":{"*":{"id":"81170","name":"*","chunks":[],"async":false}},"62112":{"*":{"id":"7760","name":"*","chunks":[],"async":false}},"63886":{"*":{"id":"89748","name":"*","chunks":[],"async":false}},"70240":{"*":{"id":"20656","name":"*","chunks":[],"async":false}},"75102":{"*":{"id":"3716","name":"*","chunks":[],"async":false}},"80622":{"*":{"id":"51384","name":"*","chunks":[],"async":false}},"81959":{"*":{"id":"23597","name":"*","chunks":[],"async":false}},"86807":{"*":{"id":"17742","name":"*","chunks":[],"async":false}},"98124":{"*":{"id":"26262","name":"*","chunks":[],"async":false}},"98924":{"*":{"id":"69576","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}}
.next/server/app/api/admin/dashboard/route.js CHANGED
@@ -1,4 +1,4 @@
1
- "use strict";(()=>{var a={};a.id=7426,a.ids=[7426],a.modules={261:a=>{a.exports=require("next/dist/shared/lib/router/utils/app-paths")},3295:a=>{a.exports=require("next/dist/server/app-render/after-task-async-storage.external.js")},10846:a=>{a.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},19121:a=>{a.exports=require("next/dist/server/app-render/action-async-storage.external.js")},29021:a=>{a.exports=require("fs")},29294:a=>{a.exports=require("next/dist/server/app-render/work-async-storage.external.js")},33873:a=>{a.exports=require("path")},39588:(a,b,c)=>{c.d(b,{C0:()=>n,Ht:()=>m,IX:()=>h,IZ:()=>p,Md:()=>i,Qg:()=>q,jw:()=>k,ll:()=>s,oC:()=>o});var d=c(84440),e=c(47671),f=c(86802),g=c(55511);let h="osw_session",i=864e5;function j(){let a=process.env.SESSION_SECRET;if(!a)throw Error("SESSION_SECRET environment variable not set");return new TextEncoder().encode(a)}async function k(a,b,c=!1){let e=j(),f=Math.floor((Date.now()+i)/1e3);return await new d.P({userId:a,email:b,isAdmin:c}).setProtectedHeader({alg:"HS256"}).setExpirationTime(f).setIssuedAt().sign(e)}async function l(a){try{let b=j(),{payload:c}=await (0,e.V)(a,b);return{userId:c.userId,email:c.email,isAdmin:c.isAdmin,exp:c.exp}}catch(a){return null}}async function m(){if("true"===process.env.OSW_DESKTOP)return{userId:"desktop",email:"desktop@localhost",isAdmin:!0,exp:0x3afff4417f};let a=await (0,f.UL)(),b=a.get(h)?.value;if(!b)return null;let d=await l(b);if(!d)return null;if("admin"!==d.userId&&"desktop"!==d.userId&&"instance-api"!==d.userId)try{let{getUserById:a}=await c.e(3659).then(c.bind(c,63659));if(!a(d.userId))return null}catch{}return d}async function n(){(await (0,f.UL)()).delete(h)}async function o(){let a=await m();if(!a)throw Error("Unauthorized");return a}function p(a){let b=a.headers.get("x-instance-api-key"),c=process.env.INSTANCE_API_KEY;if(!b||!c)return null;try{let a=Buffer.from(b),d=Buffer.from(c);if(a.length!==d.length||!(0,g.timingSafeEqual)(a,d))return null}catch{return null}let d=process.env.GATEWAY_IPS;if(d){let b=a.headers.get("cf-connecting-ip")||a.headers.get("x-real-ip")||a.headers.get("x-forwarded-for")?.split(",")[0]?.trim(),c=new Set(d.split(",").map(a=>a.trim()));if(!b||!c.has(b))return null}return{userId:"instance-api",email:"api@instance",isAdmin:!0,exp:Math.floor(Date.now()/1e3)+3600}}async function q(a){let b=j();return await new d.P({userId:a,purpose:"handoff",jti:crypto.randomUUID()}).setProtectedHeader({alg:"HS256"}).setExpirationTime("30s").setIssuedAt().sign(b)}let r=new Map;async function s(a){try{let b=j(),{payload:c}=await (0,e.V)(a,b);if("handoff"!==c.purpose)return null;let d=c.jti;if(!d||r.has(d))return null;r.set(d,Date.now());let f=Date.now()-6e4;for(let[a,b]of r)b<f&&r.delete(a);return{userId:c.userId}}catch{return null}}},42054:(a,b,c)=>{c.r(b),c.d(b,{handler:()=>M,patchFetch:()=>L,routeModule:()=>H,serverHooks:()=>K,workAsyncStorage:()=>I,workUnitAsyncStorage:()=>J});var d={};c.r(d),c.d(d,{GET:()=>G});var e=c(95736),f=c(9117),g=c(4044),h=c(39326),i=c(32324),j=c(261),k=c(54290),l=c(85328),m=c(38928),n=c(46595),o=c(3421),p=c(17679),q=c(41681),r=c(63446),s=c(86439),t=c(51356),u=c(10641),v=c(39588),w=c(74051),x=c(94471),y=c(63659),z=c(29021),A=c(33873),B=c.n(A);async function C(){try{let a=B().join(process.cwd(),"package.json"),b=await z.promises.readFile(a,"utf-8");return JSON.parse(b).version||"unknown"}catch{return"unknown"}}async function D(){let a={version:"unknown",title:"Welcome to OSW Studio",highlights:[]};try{let b,c=B().join(process.cwd(),"docs","WHATS_NEW.md"),d=await z.promises.readFile(c,"utf-8"),e=d.match(/^## v(\d+\.\d+\.\d+)\s*-\s*(.+)$/m);if(!e)return a;let f=e[1],g=e[2].trim(),h=d.indexOf(e[0]),i=d.substring(h+e[0].length),j=i.match(/^(?:## |---)/m),k=j?i.substring(0,j.index):i,l=/^[-*]\s+\*\*(.+?)\*\*\s*[-–]?\s*(.*)$/gm,m=[];for(;null!==(b=l.exec(k))&&m.length<4;){let a=b[1].trim(),c=b[2]?.trim();m.push(c?`${a} - ${c}`:a)}if(0===m.length){let a=/^[-*]\s+(.+)$/gm;for(;null!==(b=a.exec(k))&&m.length<4;){let a=b[1].trim();a.match(/^\[.*\]\(.*\)$/)||m.push(a.replace(/\*\*/g,""))}}return{version:f,title:g,highlights:m}}catch{return a}}async function E(a){let b=0;try{for(let c of(await z.promises.readdir(a,{withFileTypes:!0}))){let d=B().join(a,c.name);if(c.isDirectory())b+=await E(d);else if(c.isFile()){let a=await z.promises.stat(d);b+=a.size}}}catch{}return b}async function F(){let a=B().join(process.cwd(),"deployments"),b=0;try{for(let c of(await z.promises.readdir(a,{withFileTypes:!0})))if(c.isDirectory()){let d=B().join(a,c.name,"runtime.sqlite");try{await z.promises.access(d),b++}catch{}}}catch{}return b}async function G(){try{let a=await (0,v.Ht)();if(!a||!a.isAdmin)return u.NextResponse.json({error:"Unauthorized"},{status:401});let b=(0,w.getCoreDatabase)();(0,x.p1)(7);let[c,d,e,f,g,h,i,j,k,l]=await Promise.all([C(),Promise.resolve(b.prepare("SELECT COUNT(*) as count FROM projects").get().count),Promise.resolve(b.prepare("SELECT COUNT(*) as count FROM custom_templates").get().count),Promise.resolve(b.prepare("SELECT COUNT(*) as count FROM skills").get().count),Promise.resolve(b.prepare("SELECT COUNT(*) as count FROM files").get().count),Promise.resolve(b.prepare("SELECT COUNT(*) as count FROM deployments WHERE published_at IS NOT NULL").get().count),F(),E(B().join(process.cwd(),"public","deployments")),Promise.resolve((0,x.XO)(24)),D()]),m=k.topDeployments.map(a=>{let c=b.prepare("SELECT name FROM deployments WHERE id = ?").get(a.deploymentId);return{...a,deploymentName:c?.name||a.deploymentId.substring(0,8)}}),n=b.prepare(`
2
  SELECT id, name, description, updated_at as updatedAt
3
  FROM projects
4
  ORDER BY updated_at DESC
@@ -8,4 +8,4 @@
8
  FROM deployments
9
  ORDER BY updated_at DESC
10
  LIMIT 5
11
- `).all(),p=process.memoryUsage(),q={totalUsers:0,activeUsers:0,totalDeploymentRoutes:0};try{let a=(0,y.getSystemDatabase)(),b=a.prepare("SELECT COUNT(*) as count FROM users").get(),c=a.prepare("SELECT COUNT(*) as count FROM users WHERE active = 1").get(),d=a.prepare("SELECT COUNT(*) as count FROM deployment_routing").get();q={totalUsers:b.count,activeUsers:c.count,totalDeploymentRoutes:d.count}}catch{}return u.NextResponse.json({system:{version:c,instanceId:process.env.INSTANCE_ID||null,nodeVersion:process.version,uptime:process.uptime(),memoryUsed:p.heapUsed,memoryTotal:p.heapTotal},users:q,content:{projects:d,templates:e,skills:f,totalFiles:g},hosting:{publishedDeployments:h,deploymentsWithDb:i,storageUsed:j},traffic:{requestsLastHour:k.requestsLastHour,requestsLastDay:k.requestsLastDay,errorCount:k.errorCount,topDeployments:m,recentErrors:k.recentErrors},whatsNew:l,recentProjects:n,recentDeployments:o.map(a=>({...a,enabled:!!a.enabled}))})}catch(a){return console.error("[Dashboard API] Error:",a),u.NextResponse.json({error:"Failed to fetch dashboard data"},{status:500})}}let H=new e.AppRouteRouteModule({definition:{kind:f.RouteKind.APP_ROUTE,page:"/api/admin/dashboard/route",pathname:"/api/admin/dashboard",filename:"route",bundlePath:"app/api/admin/dashboard/route"},distDir:".next",relativeProjectDir:"",resolvedPagePath:"/Users/otto/Desktop/deepstudio/osw-studio-git/app/api/admin/dashboard/route.ts",nextConfigOutput:"standalone",userland:d}),{workAsyncStorage:I,workUnitAsyncStorage:J,serverHooks:K}=H;function L(){return(0,g.patchFetch)({workAsyncStorage:I,workUnitAsyncStorage:J})}async function M(a,b,c){var d;let e="/api/admin/dashboard/route";"/index"===e&&(e="/");let g=await H.prepare(a,b,{srcPage:e,multiZoneDraftMode:!1});if(!g)return b.statusCode=400,b.end("Bad Request"),null==c.waitUntil||c.waitUntil.call(c,Promise.resolve()),null;let{buildId:u,params:v,nextConfig:w,isDraftMode:x,prerenderManifest:y,routerServerContext:z,isOnDemandRevalidate:A,revalidateOnlyGenerated:B,resolvedPathname:C}=g,D=(0,j.normalizeAppPath)(e),E=!!(y.dynamicRoutes[D]||y.routes[C]);if(E&&!x){let a=!!y.routes[C],b=y.dynamicRoutes[D];if(b&&!1===b.fallback&&!a)throw new s.NoFallbackError}let F=null;!E||H.isDev||x||(F="/index"===(F=C)?"/":F);let G=!0===H.isDev||!E,I=E&&!G,J=a.method||"GET",K=(0,i.getTracer)(),L=K.getActiveScopeSpan(),M={params:v,prerenderManifest:y,renderOpts:{experimental:{cacheComponents:!!w.experimental.cacheComponents,authInterrupts:!!w.experimental.authInterrupts},supportsDynamicResponse:G,incrementalCache:(0,h.getRequestMeta)(a,"incrementalCache"),cacheLifeProfiles:null==(d=w.experimental)?void 0:d.cacheLife,isRevalidate:I,waitUntil:c.waitUntil,onClose:a=>{b.on("close",a)},onAfterTaskError:void 0,onInstrumentationRequestError:(b,c,d)=>H.onRequestError(a,b,d,z)},sharedContext:{buildId:u}},N=new k.NodeNextRequest(a),O=new k.NodeNextResponse(b),P=l.NextRequestAdapter.fromNodeNextRequest(N,(0,l.signalFromNodeResponse)(b));try{let d=async c=>H.handle(P,M).finally(()=>{if(!c)return;c.setAttributes({"http.status_code":b.statusCode,"next.rsc":!1});let d=K.getRootSpanAttributes();if(!d)return;if(d.get("next.span_type")!==m.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${d.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let e=d.get("next.route");if(e){let a=`${J} ${e}`;c.setAttributes({"next.route":e,"http.route":e,"next.span_name":a}),c.updateName(a)}else c.updateName(`${J} ${a.url}`)}),g=async g=>{var i,j;let k=async({previousCacheEntry:f})=>{try{if(!(0,h.getRequestMeta)(a,"minimalMode")&&A&&B&&!f)return b.statusCode=404,b.setHeader("x-nextjs-cache","REVALIDATED"),b.end("This page could not be found"),null;let e=await d(g);a.fetchMetrics=M.renderOpts.fetchMetrics;let i=M.renderOpts.pendingWaitUntil;i&&c.waitUntil&&(c.waitUntil(i),i=void 0);let j=M.renderOpts.collectedTags;if(!E)return await (0,o.I)(N,O,e,M.renderOpts.pendingWaitUntil),null;{let a=await e.blob(),b=(0,p.toNodeOutgoingHttpHeaders)(e.headers);j&&(b[r.NEXT_CACHE_TAGS_HEADER]=j),!b["content-type"]&&a.type&&(b["content-type"]=a.type);let c=void 0!==M.renderOpts.collectedRevalidate&&!(M.renderOpts.collectedRevalidate>=r.INFINITE_CACHE)&&M.renderOpts.collectedRevalidate,d=void 0===M.renderOpts.collectedExpire||M.renderOpts.collectedExpire>=r.INFINITE_CACHE?void 0:M.renderOpts.collectedExpire;return{value:{kind:t.CachedRouteKind.APP_ROUTE,status:e.status,body:Buffer.from(await a.arrayBuffer()),headers:b},cacheControl:{revalidate:c,expire:d}}}}catch(b){throw(null==f?void 0:f.isStale)&&await H.onRequestError(a,b,{routerKind:"App Router",routePath:e,routeType:"route",revalidateReason:(0,n.c)({isRevalidate:I,isOnDemandRevalidate:A})},z),b}},l=await H.handleResponse({req:a,nextConfig:w,cacheKey:F,routeKind:f.RouteKind.APP_ROUTE,isFallback:!1,prerenderManifest:y,isRoutePPREnabled:!1,isOnDemandRevalidate:A,revalidateOnlyGenerated:B,responseGenerator:k,waitUntil:c.waitUntil});if(!E)return null;if((null==l||null==(i=l.value)?void 0:i.kind)!==t.CachedRouteKind.APP_ROUTE)throw Object.defineProperty(Error(`Invariant: app-route received invalid cache entry ${null==l||null==(j=l.value)?void 0:j.kind}`),"__NEXT_ERROR_CODE",{value:"E701",enumerable:!1,configurable:!0});(0,h.getRequestMeta)(a,"minimalMode")||b.setHeader("x-nextjs-cache",A?"REVALIDATED":l.isMiss?"MISS":l.isStale?"STALE":"HIT"),x&&b.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate");let m=(0,p.fromNodeOutgoingHttpHeaders)(l.value.headers);return(0,h.getRequestMeta)(a,"minimalMode")&&E||m.delete(r.NEXT_CACHE_TAGS_HEADER),!l.cacheControl||b.getHeader("Cache-Control")||m.get("Cache-Control")||m.set("Cache-Control",(0,q.getCacheControlHeader)(l.cacheControl)),await (0,o.I)(N,O,new Response(l.value.body,{headers:m,status:l.value.status||200})),null};L?await g(L):await K.withPropagatedContext(a.headers,()=>K.trace(m.BaseServerSpan.handleRequest,{spanName:`${J} ${a.url}`,kind:i.SpanKind.SERVER,attributes:{"http.method":J,"http.target":a.url}},g))}catch(b){if(b instanceof s.NoFallbackError||await H.onRequestError(a,b,{routerKind:"App Router",routePath:D,routeType:"route",revalidateReason:(0,n.c)({isRevalidate:I,isOnDemandRevalidate:A})}),E)throw b;return await (0,o.I)(N,O,new Response(null,{status:500})),null}}},44870:a=>{a.exports=require("next/dist/compiled/next-server/app-route.runtime.prod.js")},55511:a=>{a.exports=require("crypto")},63033:a=>{a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},86439:a=>{a.exports=require("next/dist/shared/lib/no-fallback-error.external")},87550:a=>{a.exports=require("better-sqlite3")}};var b=require("../../../../webpack-runtime.js");b.C(a);var c=b.X(0,[1331,1692,6151,3659,6643],()=>b(b.s=42054));module.exports=c})();
 
1
+ "use strict";(()=>{var a={};a.id=7426,a.ids=[7426],a.modules={261:a=>{a.exports=require("next/dist/shared/lib/router/utils/app-paths")},3295:a=>{a.exports=require("next/dist/server/app-render/after-task-async-storage.external.js")},10846:a=>{a.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},19121:a=>{a.exports=require("next/dist/server/app-render/action-async-storage.external.js")},29021:a=>{a.exports=require("fs")},29294:a=>{a.exports=require("next/dist/server/app-render/work-async-storage.external.js")},33873:a=>{a.exports=require("path")},39588:(a,b,c)=>{c.d(b,{C0:()=>n,Ht:()=>m,IX:()=>h,IZ:()=>p,Md:()=>i,Qg:()=>q,gV:()=>l,jw:()=>k,ll:()=>s,oC:()=>o});var d=c(84440),e=c(47671),f=c(86802),g=c(55511);let h="osw_session",i=864e5;function j(){let a=process.env.SESSION_SECRET;if(!a)throw Error("SESSION_SECRET environment variable not set");return new TextEncoder().encode(a)}async function k(a,b,c=!1){let e=j(),f=Math.floor((Date.now()+i)/1e3);return await new d.P({userId:a,email:b,isAdmin:c}).setProtectedHeader({alg:"HS256"}).setExpirationTime(f).setIssuedAt().sign(e)}async function l(a){try{let b=j(),{payload:c}=await (0,e.V)(a,b);return{userId:c.userId,email:c.email,isAdmin:c.isAdmin,exp:c.exp}}catch(a){return null}}async function m(){if("true"===process.env.OSW_DESKTOP)return{userId:"desktop",email:"desktop@localhost",isAdmin:!0,exp:0x3afff4417f};let a=await (0,f.UL)(),b=a.get(h)?.value;if(!b)return null;let d=await l(b);if(!d)return null;if("admin"!==d.userId&&"desktop"!==d.userId&&"instance-api"!==d.userId)try{let{getUserById:a}=await c.e(3659).then(c.bind(c,63659));if(!a(d.userId))return null}catch{}return d}async function n(){(await (0,f.UL)()).delete(h)}async function o(){let a=await m();if(!a)throw Error("Unauthorized");return a}function p(a){let b=a.headers.get("x-instance-api-key"),c=process.env.INSTANCE_API_KEY;if(!b||!c)return null;try{let a=Buffer.from(b),d=Buffer.from(c);if(a.length!==d.length||!(0,g.timingSafeEqual)(a,d))return null}catch{return null}let d=process.env.GATEWAY_IPS;if(d){let b=a.headers.get("cf-connecting-ip")||a.headers.get("x-real-ip")||a.headers.get("x-forwarded-for")?.split(",")[0]?.trim(),c=new Set(d.split(",").map(a=>a.trim()));if(!b||!c.has(b))return null}return{userId:"instance-api",email:"api@instance",isAdmin:!0,exp:Math.floor(Date.now()/1e3)+3600}}async function q(a){let b=j();return await new d.P({userId:a,purpose:"handoff",jti:crypto.randomUUID()}).setProtectedHeader({alg:"HS256"}).setExpirationTime("30s").setIssuedAt().sign(b)}let r=new Map;async function s(a){try{let b=j(),{payload:c}=await (0,e.V)(a,b);if("handoff"!==c.purpose)return null;let d=c.jti;if(!d||r.has(d))return null;r.set(d,Date.now());let f=Date.now()-6e4;for(let[a,b]of r)b<f&&r.delete(a);return{userId:c.userId}}catch{return null}}},42054:(a,b,c)=>{c.r(b),c.d(b,{handler:()=>M,patchFetch:()=>L,routeModule:()=>H,serverHooks:()=>K,workAsyncStorage:()=>I,workUnitAsyncStorage:()=>J});var d={};c.r(d),c.d(d,{GET:()=>G});var e=c(95736),f=c(9117),g=c(4044),h=c(39326),i=c(32324),j=c(261),k=c(54290),l=c(85328),m=c(38928),n=c(46595),o=c(3421),p=c(17679),q=c(41681),r=c(63446),s=c(86439),t=c(51356),u=c(10641),v=c(39588),w=c(74051),x=c(94471),y=c(63659),z=c(29021),A=c(33873),B=c.n(A);async function C(){try{let a=B().join(process.cwd(),"package.json"),b=await z.promises.readFile(a,"utf-8");return JSON.parse(b).version||"unknown"}catch{return"unknown"}}async function D(){let a={version:"unknown",title:"Welcome to OSW Studio",highlights:[]};try{let b,c=B().join(process.cwd(),"docs","WHATS_NEW.md"),d=await z.promises.readFile(c,"utf-8"),e=d.match(/^## v(\d+\.\d+\.\d+)\s*-\s*(.+)$/m);if(!e)return a;let f=e[1],g=e[2].trim(),h=d.indexOf(e[0]),i=d.substring(h+e[0].length),j=i.match(/^(?:## |---)/m),k=j?i.substring(0,j.index):i,l=/^[-*]\s+\*\*(.+?)\*\*\s*[-–]?\s*(.*)$/gm,m=[];for(;null!==(b=l.exec(k))&&m.length<4;){let a=b[1].trim(),c=b[2]?.trim();m.push(c?`${a} - ${c}`:a)}if(0===m.length){let a=/^[-*]\s+(.+)$/gm;for(;null!==(b=a.exec(k))&&m.length<4;){let a=b[1].trim();a.match(/^\[.*\]\(.*\)$/)||m.push(a.replace(/\*\*/g,""))}}return{version:f,title:g,highlights:m}}catch{return a}}async function E(a){let b=0;try{for(let c of(await z.promises.readdir(a,{withFileTypes:!0}))){let d=B().join(a,c.name);if(c.isDirectory())b+=await E(d);else if(c.isFile()){let a=await z.promises.stat(d);b+=a.size}}}catch{}return b}async function F(){let a=B().join(process.cwd(),"deployments"),b=0;try{for(let c of(await z.promises.readdir(a,{withFileTypes:!0})))if(c.isDirectory()){let d=B().join(a,c.name,"runtime.sqlite");try{await z.promises.access(d),b++}catch{}}}catch{}return b}async function G(){try{let a=await (0,v.Ht)();if(!a||!a.isAdmin)return u.NextResponse.json({error:"Unauthorized"},{status:401});let b=(0,w.getCoreDatabase)();(0,x.p1)(7);let[c,d,e,f,g,h,i,j,k,l]=await Promise.all([C(),Promise.resolve(b.prepare("SELECT COUNT(*) as count FROM projects").get().count),Promise.resolve(b.prepare("SELECT COUNT(*) as count FROM custom_templates").get().count),Promise.resolve(b.prepare("SELECT COUNT(*) as count FROM skills").get().count),Promise.resolve(b.prepare("SELECT COUNT(*) as count FROM files").get().count),Promise.resolve(b.prepare("SELECT COUNT(*) as count FROM deployments WHERE published_at IS NOT NULL").get().count),F(),E(B().join(process.cwd(),"public","deployments")),Promise.resolve((0,x.XO)(24)),D()]),m=k.topDeployments.map(a=>{let c=b.prepare("SELECT name FROM deployments WHERE id = ?").get(a.deploymentId);return{...a,deploymentName:c?.name||a.deploymentId.substring(0,8)}}),n=b.prepare(`
2
  SELECT id, name, description, updated_at as updatedAt
3
  FROM projects
4
  ORDER BY updated_at DESC
 
8
  FROM deployments
9
  ORDER BY updated_at DESC
10
  LIMIT 5
11
+ `).all(),p=process.memoryUsage(),q={totalUsers:0,activeUsers:0,totalDeploymentRoutes:0};try{let a=(0,y.getSystemDatabase)(),b=a.prepare("SELECT COUNT(*) as count FROM users").get(),c=a.prepare("SELECT COUNT(*) as count FROM users WHERE active = 1").get(),d=a.prepare("SELECT COUNT(*) as count FROM deployment_routing").get();q={totalUsers:b.count,activeUsers:c.count,totalDeploymentRoutes:d.count}}catch{}return u.NextResponse.json({system:{version:c,instanceId:process.env.INSTANCE_ID||null,nodeVersion:process.version,uptime:process.uptime(),memoryUsed:p.heapUsed,memoryTotal:p.heapTotal},users:q,content:{projects:d,templates:e,skills:f,totalFiles:g},hosting:{publishedDeployments:h,deploymentsWithDb:i,storageUsed:j},traffic:{requestsLastHour:k.requestsLastHour,requestsLastDay:k.requestsLastDay,errorCount:k.errorCount,topDeployments:m,recentErrors:k.recentErrors},whatsNew:l,recentProjects:n,recentDeployments:o.map(a=>({...a,enabled:!!a.enabled}))})}catch(a){return console.error("[Dashboard API] Error:",a),u.NextResponse.json({error:"Failed to fetch dashboard data"},{status:500})}}let H=new e.AppRouteRouteModule({definition:{kind:f.RouteKind.APP_ROUTE,page:"/api/admin/dashboard/route",pathname:"/api/admin/dashboard",filename:"route",bundlePath:"app/api/admin/dashboard/route"},distDir:".next",relativeProjectDir:"",resolvedPagePath:"/Users/otto/Desktop/deepstudio/osw-studio-git/app/api/admin/dashboard/route.ts",nextConfigOutput:"standalone",userland:d}),{workAsyncStorage:I,workUnitAsyncStorage:J,serverHooks:K}=H;function L(){return(0,g.patchFetch)({workAsyncStorage:I,workUnitAsyncStorage:J})}async function M(a,b,c){var d;let e="/api/admin/dashboard/route";"/index"===e&&(e="/");let g=await H.prepare(a,b,{srcPage:e,multiZoneDraftMode:!1});if(!g)return b.statusCode=400,b.end("Bad Request"),null==c.waitUntil||c.waitUntil.call(c,Promise.resolve()),null;let{buildId:u,params:v,nextConfig:w,isDraftMode:x,prerenderManifest:y,routerServerContext:z,isOnDemandRevalidate:A,revalidateOnlyGenerated:B,resolvedPathname:C}=g,D=(0,j.normalizeAppPath)(e),E=!!(y.dynamicRoutes[D]||y.routes[C]);if(E&&!x){let a=!!y.routes[C],b=y.dynamicRoutes[D];if(b&&!1===b.fallback&&!a)throw new s.NoFallbackError}let F=null;!E||H.isDev||x||(F="/index"===(F=C)?"/":F);let G=!0===H.isDev||!E,I=E&&!G,J=a.method||"GET",K=(0,i.getTracer)(),L=K.getActiveScopeSpan(),M={params:v,prerenderManifest:y,renderOpts:{experimental:{cacheComponents:!!w.experimental.cacheComponents,authInterrupts:!!w.experimental.authInterrupts},supportsDynamicResponse:G,incrementalCache:(0,h.getRequestMeta)(a,"incrementalCache"),cacheLifeProfiles:null==(d=w.experimental)?void 0:d.cacheLife,isRevalidate:I,waitUntil:c.waitUntil,onClose:a=>{b.on("close",a)},onAfterTaskError:void 0,onInstrumentationRequestError:(b,c,d)=>H.onRequestError(a,b,d,z)},sharedContext:{buildId:u}},N=new k.NodeNextRequest(a),O=new k.NodeNextResponse(b),P=l.NextRequestAdapter.fromNodeNextRequest(N,(0,l.signalFromNodeResponse)(b));try{let d=async c=>H.handle(P,M).finally(()=>{if(!c)return;c.setAttributes({"http.status_code":b.statusCode,"next.rsc":!1});let d=K.getRootSpanAttributes();if(!d)return;if(d.get("next.span_type")!==m.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${d.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let e=d.get("next.route");if(e){let a=`${J} ${e}`;c.setAttributes({"next.route":e,"http.route":e,"next.span_name":a}),c.updateName(a)}else c.updateName(`${J} ${a.url}`)}),g=async g=>{var i,j;let k=async({previousCacheEntry:f})=>{try{if(!(0,h.getRequestMeta)(a,"minimalMode")&&A&&B&&!f)return b.statusCode=404,b.setHeader("x-nextjs-cache","REVALIDATED"),b.end("This page could not be found"),null;let e=await d(g);a.fetchMetrics=M.renderOpts.fetchMetrics;let i=M.renderOpts.pendingWaitUntil;i&&c.waitUntil&&(c.waitUntil(i),i=void 0);let j=M.renderOpts.collectedTags;if(!E)return await (0,o.I)(N,O,e,M.renderOpts.pendingWaitUntil),null;{let a=await e.blob(),b=(0,p.toNodeOutgoingHttpHeaders)(e.headers);j&&(b[r.NEXT_CACHE_TAGS_HEADER]=j),!b["content-type"]&&a.type&&(b["content-type"]=a.type);let c=void 0!==M.renderOpts.collectedRevalidate&&!(M.renderOpts.collectedRevalidate>=r.INFINITE_CACHE)&&M.renderOpts.collectedRevalidate,d=void 0===M.renderOpts.collectedExpire||M.renderOpts.collectedExpire>=r.INFINITE_CACHE?void 0:M.renderOpts.collectedExpire;return{value:{kind:t.CachedRouteKind.APP_ROUTE,status:e.status,body:Buffer.from(await a.arrayBuffer()),headers:b},cacheControl:{revalidate:c,expire:d}}}}catch(b){throw(null==f?void 0:f.isStale)&&await H.onRequestError(a,b,{routerKind:"App Router",routePath:e,routeType:"route",revalidateReason:(0,n.c)({isRevalidate:I,isOnDemandRevalidate:A})},z),b}},l=await H.handleResponse({req:a,nextConfig:w,cacheKey:F,routeKind:f.RouteKind.APP_ROUTE,isFallback:!1,prerenderManifest:y,isRoutePPREnabled:!1,isOnDemandRevalidate:A,revalidateOnlyGenerated:B,responseGenerator:k,waitUntil:c.waitUntil});if(!E)return null;if((null==l||null==(i=l.value)?void 0:i.kind)!==t.CachedRouteKind.APP_ROUTE)throw Object.defineProperty(Error(`Invariant: app-route received invalid cache entry ${null==l||null==(j=l.value)?void 0:j.kind}`),"__NEXT_ERROR_CODE",{value:"E701",enumerable:!1,configurable:!0});(0,h.getRequestMeta)(a,"minimalMode")||b.setHeader("x-nextjs-cache",A?"REVALIDATED":l.isMiss?"MISS":l.isStale?"STALE":"HIT"),x&&b.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate");let m=(0,p.fromNodeOutgoingHttpHeaders)(l.value.headers);return(0,h.getRequestMeta)(a,"minimalMode")&&E||m.delete(r.NEXT_CACHE_TAGS_HEADER),!l.cacheControl||b.getHeader("Cache-Control")||m.get("Cache-Control")||m.set("Cache-Control",(0,q.getCacheControlHeader)(l.cacheControl)),await (0,o.I)(N,O,new Response(l.value.body,{headers:m,status:l.value.status||200})),null};L?await g(L):await K.withPropagatedContext(a.headers,()=>K.trace(m.BaseServerSpan.handleRequest,{spanName:`${J} ${a.url}`,kind:i.SpanKind.SERVER,attributes:{"http.method":J,"http.target":a.url}},g))}catch(b){if(b instanceof s.NoFallbackError||await H.onRequestError(a,b,{routerKind:"App Router",routePath:D,routeType:"route",revalidateReason:(0,n.c)({isRevalidate:I,isOnDemandRevalidate:A})}),E)throw b;return await (0,o.I)(N,O,new Response(null,{status:500})),null}}},44870:a=>{a.exports=require("next/dist/compiled/next-server/app-route.runtime.prod.js")},55511:a=>{a.exports=require("crypto")},63033:a=>{a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},86439:a=>{a.exports=require("next/dist/shared/lib/no-fallback-error.external")},87550:a=>{a.exports=require("better-sqlite3")}};var b=require("../../../../webpack-runtime.js");b.C(a);var c=b.X(0,[4996,1692,6151,3659,6643],()=>b(b.s=42054));module.exports=c})();
.next/server/app/api/admin/dashboard/route.js.nft.json CHANGED
@@ -1 +1 @@
1
- {"version":1,"files":["../../../../../../data/osws.sqlite","../../../../../../data/osws.sqlite-shm","../../../../../../data/osws.sqlite-wal","../../../../../../data/projects/090088cb-eadd-48a2-a772-e85f4c44c373/database.sqlite","../../../../../../data/projects/9e663c73-9577-4060-bdf3-05ef9c5bcb23/database.sqlite","../../../../../../data/projects/9e663c73-9577-4060-bdf3-05ef9c5bcb23/database.sqlite-shm","../../../../../../data/projects/9e663c73-9577-4060-bdf3-05ef9c5bcb23/database.sqlite-wal","../../../../../../data/projects/a7e2194e-45bd-4a7c-ba34-19c062e4bad8/database.sqlite","../../../../../../data/projects/a7e2194e-45bd-4a7c-ba34-19c062e4bad8/database.sqlite-shm","../../../../../../data/projects/a7e2194e-45bd-4a7c-ba34-19c062e4bad8/database.sqlite-wal","../../../../../../data/projects/c63eef59-90c2-4387-b2b8-defcc369a9a4/database.sqlite","../../../../../../data/projects/c63eef59-90c2-4387-b2b8-defcc369a9a4/database.sqlite-shm","../../../../../../data/projects/c63eef59-90c2-4387-b2b8-defcc369a9a4/database.sqlite-wal","../../../../../../data/projects/ff508d48-5468-4d8d-8501-cbd349e8b84f/database.sqlite","../../../../../../data/system.sqlite","../../../../../../data/system.sqlite-shm","../../../../../../data/system.sqlite-wal","../../../../../../data/users/0d12b892-b9f7-4da9-bf1b-2940a83cb3f4/osws.sqlite","../../../../../../data/users/0d12b892-b9f7-4da9-bf1b-2940a83cb3f4/osws.sqlite-shm","../../../../../../data/users/0d12b892-b9f7-4da9-bf1b-2940a83cb3f4/osws.sqlite-wal","../../../../../../data/workspaces/19c1750c-30ba-417f-b9d7-513faaa8820d/osws.sqlite","../../../../../../data/workspaces/19c1750c-30ba-417f-b9d7-513faaa8820d/osws.sqlite-shm","../../../../../../data/workspaces/19c1750c-30ba-417f-b9d7-513faaa8820d/osws.sqlite-wal","../../../../../../data/workspaces/c1908c4d-6c6b-4f91-b1e9-f3923bb6d7bd/osws.sqlite","../../../../../../data/workspaces/c1908c4d-6c6b-4f91-b1e9-f3923bb6d7bd/osws.sqlite-shm","../../../../../../data/workspaces/c1908c4d-6c6b-4f91-b1e9-f3923bb6d7bd/osws.sqlite-wal","../../../../../../data/workspaces/c1908c4d-6c6b-4f91-b1e9-f3923bb6d7bd/projects/090088cb-eadd-48a2-a772-e85f4c44c373/database.sqlite","../../../../../../data/workspaces/c1908c4d-6c6b-4f91-b1e9-f3923bb6d7bd/projects/9e663c73-9577-4060-bdf3-05ef9c5bcb23/database.sqlite","../../../../../../data/workspaces/c1908c4d-6c6b-4f91-b1e9-f3923bb6d7bd/projects/9e663c73-9577-4060-bdf3-05ef9c5bcb23/database.sqlite-shm","../../../../../../data/workspaces/c1908c4d-6c6b-4f91-b1e9-f3923bb6d7bd/projects/9e663c73-9577-4060-bdf3-05ef9c5bcb23/database.sqlite-wal","../../../../../../data/workspaces/c1908c4d-6c6b-4f91-b1e9-f3923bb6d7bd/projects/a7e2194e-45bd-4a7c-ba34-19c062e4bad8/database.sqlite","../../../../../../data/workspaces/c1908c4d-6c6b-4f91-b1e9-f3923bb6d7bd/projects/a7e2194e-45bd-4a7c-ba34-19c062e4bad8/database.sqlite-shm","../../../../../../data/workspaces/c1908c4d-6c6b-4f91-b1e9-f3923bb6d7bd/projects/a7e2194e-45bd-4a7c-ba34-19c062e4bad8/database.sqlite-wal","../../../../../../data/workspaces/c1908c4d-6c6b-4f91-b1e9-f3923bb6d7bd/projects/c63eef59-90c2-4387-b2b8-defcc369a9a4/database.sqlite","../../../../../../data/workspaces/c1908c4d-6c6b-4f91-b1e9-f3923bb6d7bd/projects/c63eef59-90c2-4387-b2b8-defcc369a9a4/database.sqlite-shm","../../../../../../data/workspaces/c1908c4d-6c6b-4f91-b1e9-f3923bb6d7bd/projects/c63eef59-90c2-4387-b2b8-defcc369a9a4/database.sqlite-wal","../../../../../../data/workspaces/c1908c4d-6c6b-4f91-b1e9-f3923bb6d7bd/projects/ff508d48-5468-4d8d-8501-cbd349e8b84f/database.sqlite","../../../../../../data/workspaces/d9ced420-3ade-4300-ad90-98bed1a71041/osws.sqlite","../../../../../../data/workspaces/d9ced420-3ade-4300-ad90-98bed1a71041/osws.sqlite-shm","../../../../../../data/workspaces/d9ced420-3ade-4300-ad90-98bed1a71041/osws.sqlite-wal","../../../../../../deployments/08425b89-59bf-49b1-965c-67b67c46e5c4/analytics.sqlite","../../../../../../deployments/08425b89-59bf-49b1-965c-67b67c46e5c4/runtime.sqlite","../../../../../../deployments/08425b89-59bf-49b1-965c-67b67c46e5c4/runtime.sqlite-shm","../../../../../../deployments/08425b89-59bf-49b1-965c-67b67c46e5c4/runtime.sqlite-wal","../../../../../../deployments/308c7d9c-09fe-4581-a361-4291db148cf3/analytics.sqlite","../../../../../../deployments/308c7d9c-09fe-4581-a361-4291db148cf3/runtime.sqlite","../../../../../../deployments/308c7d9c-09fe-4581-a361-4291db148cf3/runtime.sqlite-shm","../../../../../../deployments/308c7d9c-09fe-4581-a361-4291db148cf3/runtime.sqlite-wal","../../../../../../deployments/32764493-ce58-4506-9437-fea07d03efd7/runtime.sqlite","../../../../../../deployments/32764493-ce58-4506-9437-fea07d03efd7/runtime.sqlite-shm","../../../../../../deployments/32764493-ce58-4506-9437-fea07d03efd7/runtime.sqlite-wal","../../../../../../deployments/399bb4c3-de4d-4ccb-be59-967b4ee0e02f/runtime.sqlite","../../../../../../deployments/399bb4c3-de4d-4ccb-be59-967b4ee0e02f/runtime.sqlite-shm","../../../../../../deployments/399bb4c3-de4d-4ccb-be59-967b4ee0e02f/runtime.sqlite-wal","../../../../../../deployments/4db82a69-9886-44b0-b30d-1b6bea9db0b2/analytics.sqlite","../../../../../../deployments/4db82a69-9886-44b0-b30d-1b6bea9db0b2/analytics.sqlite-shm","../../../../../../deployments/4db82a69-9886-44b0-b30d-1b6bea9db0b2/analytics.sqlite-wal","../../../../../../deployments/4db82a69-9886-44b0-b30d-1b6bea9db0b2/runtime.sqlite","../../../../../../deployments/4db82a69-9886-44b0-b30d-1b6bea9db0b2/runtime.sqlite-shm","../../../../../../deployments/4db82a69-9886-44b0-b30d-1b6bea9db0b2/runtime.sqlite-wal","../../../../../../deployments/7882e8c5-bdb9-4f0c-851c-cb9657291796/analytics.sqlite","../../../../../../deployments/7882e8c5-bdb9-4f0c-851c-cb9657291796/runtime.sqlite","../../../../../../deployments/7882e8c5-bdb9-4f0c-851c-cb9657291796/runtime.sqlite-shm","../../../../../../deployments/7882e8c5-bdb9-4f0c-851c-cb9657291796/runtime.sqlite-wal","../../../../../../deployments/79d83291-8739-4445-b892-ddefc42196ac/runtime.sqlite","../../../../../../deployments/79d83291-8739-4445-b892-ddefc42196ac/runtime.sqlite-shm","../../../../../../deployments/79d83291-8739-4445-b892-ddefc42196ac/runtime.sqlite-wal","../../../../../../deployments/8a671c27-1498-4164-9cdf-5429469f45f6/analytics.sqlite","../../../../../../deployments/8a671c27-1498-4164-9cdf-5429469f45f6/runtime.sqlite","../../../../../../deployments/8a671c27-1498-4164-9cdf-5429469f45f6/runtime.sqlite-shm","../../../../../../deployments/8a671c27-1498-4164-9cdf-5429469f45f6/runtime.sqlite-wal","../../../../../../deployments/b085c233-e36a-48e0-b90c-d6d91fe87d42/runtime.sqlite","../../../../../../deployments/b085c233-e36a-48e0-b90c-d6d91fe87d42/runtime.sqlite-shm","../../../../../../deployments/b085c233-e36a-48e0-b90c-d6d91fe87d42/runtime.sqlite-wal","../../../../../../deployments/e1e81c2d-c2a0-4a7b-aeee-8a2c898743be/analytics.sqlite","../../../../../../deployments/e1e81c2d-c2a0-4a7b-aeee-8a2c898743be/runtime.sqlite","../../../../../../deployments/e1e81c2d-c2a0-4a7b-aeee-8a2c898743be/runtime.sqlite-shm","../../../../../../deployments/e1e81c2d-c2a0-4a7b-aeee-8a2c898743be/runtime.sqlite-wal","../../../../../../deployments/e7323e74-1e4d-4439-8dc7-cfc9166361b7/analytics.sqlite","../../../../../../deployments/e7323e74-1e4d-4439-8dc7-cfc9166361b7/runtime.sqlite","../../../../../../deployments/e7323e74-1e4d-4439-8dc7-cfc9166361b7/runtime.sqlite-shm","../../../../../../deployments/e7323e74-1e4d-4439-8dc7-cfc9166361b7/runtime.sqlite-wal","../../../../../../docs/WHATS_NEW.md","../../../../../../node_modules/better-sqlite3/build/Release/better_sqlite3.node","../../../../../../node_modules/better-sqlite3/lib/database.js","../../../../../../node_modules/better-sqlite3/lib/index.js","../../../../../../node_modules/better-sqlite3/lib/methods/aggregate.js","../../../../../../node_modules/better-sqlite3/lib/methods/backup.js","../../../../../../node_modules/better-sqlite3/lib/methods/function.js","../../../../../../node_modules/better-sqlite3/lib/methods/inspect.js","../../../../../../node_modules/better-sqlite3/lib/methods/pragma.js","../../../../../../node_modules/better-sqlite3/lib/methods/serialize.js","../../../../../../node_modules/better-sqlite3/lib/methods/table.js","../../../../../../node_modules/better-sqlite3/lib/methods/transaction.js","../../../../../../node_modules/better-sqlite3/lib/methods/wrappers.js","../../../../../../node_modules/better-sqlite3/lib/sqlite-error.js","../../../../../../node_modules/better-sqlite3/lib/util.js","../../../../../../node_modules/better-sqlite3/package.json","../../../../../../node_modules/bindings/bindings.js","../../../../../../node_modules/bindings/package.json","../../../../../../node_modules/file-uri-to-path/index.js","../../../../../../node_modules/file-uri-to-path/package.json","../../../../../../node_modules/next/dist/client/components/app-router-headers.js","../../../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../../../node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../../../node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../../../node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js","../../../../../../node_modules/next/dist/compiled/next-server/app-route.runtime.prod.js","../../../../../../node_modules/next/dist/lib/client-and-server-references.js","../../../../../../node_modules/next/dist/lib/constants.js","../../../../../../node_modules/next/dist/lib/interop-default.js","../../../../../../node_modules/next/dist/lib/is-error.js","../../../../../../node_modules/next/dist/lib/semver-noop.js","../../../../../../node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/async-local-storage.js","../../../../../../node_modules/next/dist/server/app-render/cache-signal.js","../../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../../../node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../../../node_modules/next/dist/server/lib/cache-handlers/default.external.js","../../../../../../node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../../../node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../../../node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../../../node_modules/next/dist/server/lib/lru-cache.js","../../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../../../node_modules/next/dist/server/load-manifest.external.js","../../../../../../node_modules/next/dist/server/response-cache/types.js","../../../../../../node_modules/next/dist/shared/lib/deep-freeze.js","../../../../../../node_modules/next/dist/shared/lib/invariant-error.js","../../../../../../node_modules/next/dist/shared/lib/is-plain-object.js","../../../../../../node_modules/next/dist/shared/lib/is-thenable.js","../../../../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../../../node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","../../../../../../node_modules/next/dist/shared/lib/router/utils/app-paths.js","../../../../../../node_modules/next/dist/shared/lib/segment.js","../../../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../../../node_modules/next/package.json","../../../../../../package.json","../../../../../../public/deployments/32764493-ce58-4506-9437-fea07d03efd7/.PROMPT.md","../../../../../../public/deployments/32764493-ce58-4506-9437-fea07d03efd7/index.html","../../../../../../public/deployments/32764493-ce58-4506-9437-fea07d03efd7/robots.txt","../../../../../../public/deployments/32764493-ce58-4506-9437-fea07d03efd7/sitemap.xml","../../../../../../public/deployments/399bb4c3-de4d-4ccb-be59-967b4ee0e02f/bundle.css","../../../../../../public/deployments/399bb4c3-de4d-4ccb-be59-967b4ee0e02f/bundle.js","../../../../../../public/deployments/399bb4c3-de4d-4ccb-be59-967b4ee0e02f/index.html","../../../../../../public/deployments/399bb4c3-de4d-4ccb-be59-967b4ee0e02f/robots.txt","../../../../../../public/deployments/399bb4c3-de4d-4ccb-be59-967b4ee0e02f/sitemap.xml","../../../../../../public/deployments/4db82a69-9886-44b0-b30d-1b6bea9db0b2/.PROMPT.md","../../../../../../public/deployments/4db82a69-9886-44b0-b30d-1b6bea9db0b2/bundle.css","../../../../../../public/deployments/4db82a69-9886-44b0-b30d-1b6bea9db0b2/bundle.js","../../../../../../public/deployments/4db82a69-9886-44b0-b30d-1b6bea9db0b2/index.html","../../../../../../public/deployments/4db82a69-9886-44b0-b30d-1b6bea9db0b2/robots.txt","../../../../../../public/deployments/4db82a69-9886-44b0-b30d-1b6bea9db0b2/sitemap.xml","../../../../../../public/deployments/4db82a69-9886-44b0-b30d-1b6bea9db0b2/src/App.css","../../../../../../public/deployments/79d83291-8739-4445-b892-ddefc42196ac/.PROMPT.md","../../../../../../public/deployments/79d83291-8739-4445-b892-ddefc42196ac/bundle.css","../../../../../../public/deployments/79d83291-8739-4445-b892-ddefc42196ac/bundle.js","../../../../../../public/deployments/79d83291-8739-4445-b892-ddefc42196ac/index.html","../../../../../../public/deployments/79d83291-8739-4445-b892-ddefc42196ac/robots.txt","../../../../../../public/deployments/79d83291-8739-4445-b892-ddefc42196ac/sitemap.xml","../../../../../../public/deployments/79d83291-8739-4445-b892-ddefc42196ac/src/App.css","../../../../../../public/deployments/b085c233-e36a-48e0-b90c-d6d91fe87d42/about.html","../../../../../../public/deployments/b085c233-e36a-48e0-b90c-d6d91fe87d42/api.html","../../../../../../public/deployments/b085c233-e36a-48e0-b90c-d6d91fe87d42/blog.html","../../../../../../public/deployments/b085c233-e36a-48e0-b90c-d6d91fe87d42/careers.html","../../../../../../public/deployments/b085c233-e36a-48e0-b90c-d6d91fe87d42/case-studies.html","../../../../../../public/deployments/b085c233-e36a-48e0-b90c-d6d91fe87d42/contact.html","../../../../../../public/deployments/b085c233-e36a-48e0-b90c-d6d91fe87d42/cookie-policy.html","../../../../../../public/deployments/b085c233-e36a-48e0-b90c-d6d91fe87d42/documentation.html","../../../../../../public/deployments/b085c233-e36a-48e0-b90c-d6d91fe87d42/features.html","../../../../../../public/deployments/b085c233-e36a-48e0-b90c-d6d91fe87d42/gdpr.html","../../../../../../public/deployments/b085c233-e36a-48e0-b90c-d6d91fe87d42/help-center.html","../../../../../../public/deployments/b085c233-e36a-48e0-b90c-d6d91fe87d42/index.html","../../../../../../public/deployments/b085c233-e36a-48e0-b90c-d6d91fe87d42/integrations.html","../../../../../../public/deployments/b085c233-e36a-48e0-b90c-d6d91fe87d42/pricing.html","../../../../../../public/deployments/b085c233-e36a-48e0-b90c-d6d91fe87d42/privacy-policy.html","../../../../../../public/deployments/b085c233-e36a-48e0-b90c-d6d91fe87d42/robots.txt","../../../../../../public/deployments/b085c233-e36a-48e0-b90c-d6d91fe87d42/scripts/main.js","../../../../../../public/deployments/b085c233-e36a-48e0-b90c-d6d91fe87d42/sitemap.xml","../../../../../../public/deployments/b085c233-e36a-48e0-b90c-d6d91fe87d42/styles/style.css","../../../../../../public/deployments/b085c233-e36a-48e0-b90c-d6d91fe87d42/terms-of-service.html","../../../../../../public/deployments/b085c233-e36a-48e0-b90c-d6d91fe87d42/tmp/find_emojis.py","../../../../../../public/deployments/b085c233-e36a-48e0-b90c-d6d91fe87d42/tmp/find_emojis2.py","../../../../../../public/deployments/b085c233-e36a-48e0-b90c-d6d91fe87d42/tmp/find_emojis3.py","../../../../../../public/deployments/b085c233-e36a-48e0-b90c-d6d91fe87d42/webinars.html","../../../../../package.json","../../../../chunks/1331.js","../../../../chunks/1692.js","../../../../chunks/3659.js","../../../../chunks/6151.js","../../../../chunks/6643.js","../../../../webpack-runtime.js","route_client-reference-manifest.js"]}
 
1
+ {"version":1,"files":["../../../../../../data/osws.sqlite","../../../../../../data/osws.sqlite-shm","../../../../../../data/osws.sqlite-wal","../../../../../../data/projects/090088cb-eadd-48a2-a772-e85f4c44c373/database.sqlite","../../../../../../data/projects/9e663c73-9577-4060-bdf3-05ef9c5bcb23/database.sqlite","../../../../../../data/projects/9e663c73-9577-4060-bdf3-05ef9c5bcb23/database.sqlite-shm","../../../../../../data/projects/9e663c73-9577-4060-bdf3-05ef9c5bcb23/database.sqlite-wal","../../../../../../data/projects/a7e2194e-45bd-4a7c-ba34-19c062e4bad8/database.sqlite","../../../../../../data/projects/a7e2194e-45bd-4a7c-ba34-19c062e4bad8/database.sqlite-shm","../../../../../../data/projects/a7e2194e-45bd-4a7c-ba34-19c062e4bad8/database.sqlite-wal","../../../../../../data/projects/c63eef59-90c2-4387-b2b8-defcc369a9a4/database.sqlite","../../../../../../data/projects/c63eef59-90c2-4387-b2b8-defcc369a9a4/database.sqlite-shm","../../../../../../data/projects/c63eef59-90c2-4387-b2b8-defcc369a9a4/database.sqlite-wal","../../../../../../data/projects/ff508d48-5468-4d8d-8501-cbd349e8b84f/database.sqlite","../../../../../../data/system.sqlite","../../../../../../data/system.sqlite-shm","../../../../../../data/system.sqlite-wal","../../../../../../data/users/0d12b892-b9f7-4da9-bf1b-2940a83cb3f4/osws.sqlite","../../../../../../data/users/0d12b892-b9f7-4da9-bf1b-2940a83cb3f4/osws.sqlite-shm","../../../../../../data/users/0d12b892-b9f7-4da9-bf1b-2940a83cb3f4/osws.sqlite-wal","../../../../../../data/workspaces/19c1750c-30ba-417f-b9d7-513faaa8820d/osws.sqlite","../../../../../../data/workspaces/19c1750c-30ba-417f-b9d7-513faaa8820d/osws.sqlite-shm","../../../../../../data/workspaces/19c1750c-30ba-417f-b9d7-513faaa8820d/osws.sqlite-wal","../../../../../../data/workspaces/19c1750c-30ba-417f-b9d7-513faaa8820d/projects/090088cb-eadd-48a2-a772-e85f4c44c373/database.sqlite","../../../../../../data/workspaces/19c1750c-30ba-417f-b9d7-513faaa8820d/projects/9e663c73-9577-4060-bdf3-05ef9c5bcb23/database.sqlite","../../../../../../data/workspaces/19c1750c-30ba-417f-b9d7-513faaa8820d/projects/9e663c73-9577-4060-bdf3-05ef9c5bcb23/database.sqlite-shm","../../../../../../data/workspaces/19c1750c-30ba-417f-b9d7-513faaa8820d/projects/9e663c73-9577-4060-bdf3-05ef9c5bcb23/database.sqlite-wal","../../../../../../data/workspaces/19c1750c-30ba-417f-b9d7-513faaa8820d/projects/a7e2194e-45bd-4a7c-ba34-19c062e4bad8/database.sqlite","../../../../../../data/workspaces/19c1750c-30ba-417f-b9d7-513faaa8820d/projects/a7e2194e-45bd-4a7c-ba34-19c062e4bad8/database.sqlite-shm","../../../../../../data/workspaces/19c1750c-30ba-417f-b9d7-513faaa8820d/projects/a7e2194e-45bd-4a7c-ba34-19c062e4bad8/database.sqlite-wal","../../../../../../data/workspaces/19c1750c-30ba-417f-b9d7-513faaa8820d/projects/c63eef59-90c2-4387-b2b8-defcc369a9a4/database.sqlite","../../../../../../data/workspaces/19c1750c-30ba-417f-b9d7-513faaa8820d/projects/c63eef59-90c2-4387-b2b8-defcc369a9a4/database.sqlite-shm","../../../../../../data/workspaces/19c1750c-30ba-417f-b9d7-513faaa8820d/projects/c63eef59-90c2-4387-b2b8-defcc369a9a4/database.sqlite-wal","../../../../../../data/workspaces/19c1750c-30ba-417f-b9d7-513faaa8820d/projects/ff508d48-5468-4d8d-8501-cbd349e8b84f/database.sqlite","../../../../../../data/workspaces/c1908c4d-6c6b-4f91-b1e9-f3923bb6d7bd/osws.sqlite","../../../../../../data/workspaces/c1908c4d-6c6b-4f91-b1e9-f3923bb6d7bd/osws.sqlite-shm","../../../../../../data/workspaces/c1908c4d-6c6b-4f91-b1e9-f3923bb6d7bd/osws.sqlite-wal","../../../../../../data/workspaces/c1908c4d-6c6b-4f91-b1e9-f3923bb6d7bd/projects/090088cb-eadd-48a2-a772-e85f4c44c373/database.sqlite","../../../../../../data/workspaces/c1908c4d-6c6b-4f91-b1e9-f3923bb6d7bd/projects/9e663c73-9577-4060-bdf3-05ef9c5bcb23/database.sqlite","../../../../../../data/workspaces/c1908c4d-6c6b-4f91-b1e9-f3923bb6d7bd/projects/9e663c73-9577-4060-bdf3-05ef9c5bcb23/database.sqlite-shm","../../../../../../data/workspaces/c1908c4d-6c6b-4f91-b1e9-f3923bb6d7bd/projects/9e663c73-9577-4060-bdf3-05ef9c5bcb23/database.sqlite-wal","../../../../../../data/workspaces/c1908c4d-6c6b-4f91-b1e9-f3923bb6d7bd/projects/a7e2194e-45bd-4a7c-ba34-19c062e4bad8/database.sqlite","../../../../../../data/workspaces/c1908c4d-6c6b-4f91-b1e9-f3923bb6d7bd/projects/a7e2194e-45bd-4a7c-ba34-19c062e4bad8/database.sqlite-shm","../../../../../../data/workspaces/c1908c4d-6c6b-4f91-b1e9-f3923bb6d7bd/projects/a7e2194e-45bd-4a7c-ba34-19c062e4bad8/database.sqlite-wal","../../../../../../data/workspaces/c1908c4d-6c6b-4f91-b1e9-f3923bb6d7bd/projects/c63eef59-90c2-4387-b2b8-defcc369a9a4/database.sqlite","../../../../../../data/workspaces/c1908c4d-6c6b-4f91-b1e9-f3923bb6d7bd/projects/c63eef59-90c2-4387-b2b8-defcc369a9a4/database.sqlite-shm","../../../../../../data/workspaces/c1908c4d-6c6b-4f91-b1e9-f3923bb6d7bd/projects/c63eef59-90c2-4387-b2b8-defcc369a9a4/database.sqlite-wal","../../../../../../data/workspaces/c1908c4d-6c6b-4f91-b1e9-f3923bb6d7bd/projects/ff508d48-5468-4d8d-8501-cbd349e8b84f/database.sqlite","../../../../../../data/workspaces/d9ced420-3ade-4300-ad90-98bed1a71041/osws.sqlite","../../../../../../data/workspaces/d9ced420-3ade-4300-ad90-98bed1a71041/osws.sqlite-shm","../../../../../../data/workspaces/d9ced420-3ade-4300-ad90-98bed1a71041/osws.sqlite-wal","../../../../../../deployments/08425b89-59bf-49b1-965c-67b67c46e5c4/analytics.sqlite","../../../../../../deployments/08425b89-59bf-49b1-965c-67b67c46e5c4/runtime.sqlite","../../../../../../deployments/08425b89-59bf-49b1-965c-67b67c46e5c4/runtime.sqlite-shm","../../../../../../deployments/08425b89-59bf-49b1-965c-67b67c46e5c4/runtime.sqlite-wal","../../../../../../deployments/308c7d9c-09fe-4581-a361-4291db148cf3/analytics.sqlite","../../../../../../deployments/308c7d9c-09fe-4581-a361-4291db148cf3/runtime.sqlite","../../../../../../deployments/308c7d9c-09fe-4581-a361-4291db148cf3/runtime.sqlite-shm","../../../../../../deployments/308c7d9c-09fe-4581-a361-4291db148cf3/runtime.sqlite-wal","../../../../../../deployments/32764493-ce58-4506-9437-fea07d03efd7/runtime.sqlite","../../../../../../deployments/32764493-ce58-4506-9437-fea07d03efd7/runtime.sqlite-shm","../../../../../../deployments/32764493-ce58-4506-9437-fea07d03efd7/runtime.sqlite-wal","../../../../../../deployments/399bb4c3-de4d-4ccb-be59-967b4ee0e02f/runtime.sqlite","../../../../../../deployments/399bb4c3-de4d-4ccb-be59-967b4ee0e02f/runtime.sqlite-shm","../../../../../../deployments/399bb4c3-de4d-4ccb-be59-967b4ee0e02f/runtime.sqlite-wal","../../../../../../deployments/4db82a69-9886-44b0-b30d-1b6bea9db0b2/analytics.sqlite","../../../../../../deployments/4db82a69-9886-44b0-b30d-1b6bea9db0b2/analytics.sqlite-shm","../../../../../../deployments/4db82a69-9886-44b0-b30d-1b6bea9db0b2/analytics.sqlite-wal","../../../../../../deployments/4db82a69-9886-44b0-b30d-1b6bea9db0b2/runtime.sqlite","../../../../../../deployments/4db82a69-9886-44b0-b30d-1b6bea9db0b2/runtime.sqlite-shm","../../../../../../deployments/4db82a69-9886-44b0-b30d-1b6bea9db0b2/runtime.sqlite-wal","../../../../../../deployments/7882e8c5-bdb9-4f0c-851c-cb9657291796/analytics.sqlite","../../../../../../deployments/7882e8c5-bdb9-4f0c-851c-cb9657291796/runtime.sqlite","../../../../../../deployments/7882e8c5-bdb9-4f0c-851c-cb9657291796/runtime.sqlite-shm","../../../../../../deployments/7882e8c5-bdb9-4f0c-851c-cb9657291796/runtime.sqlite-wal","../../../../../../deployments/79d83291-8739-4445-b892-ddefc42196ac/runtime.sqlite","../../../../../../deployments/79d83291-8739-4445-b892-ddefc42196ac/runtime.sqlite-shm","../../../../../../deployments/79d83291-8739-4445-b892-ddefc42196ac/runtime.sqlite-wal","../../../../../../deployments/8a671c27-1498-4164-9cdf-5429469f45f6/analytics.sqlite","../../../../../../deployments/8a671c27-1498-4164-9cdf-5429469f45f6/runtime.sqlite","../../../../../../deployments/8a671c27-1498-4164-9cdf-5429469f45f6/runtime.sqlite-shm","../../../../../../deployments/8a671c27-1498-4164-9cdf-5429469f45f6/runtime.sqlite-wal","../../../../../../deployments/b085c233-e36a-48e0-b90c-d6d91fe87d42/runtime.sqlite","../../../../../../deployments/b085c233-e36a-48e0-b90c-d6d91fe87d42/runtime.sqlite-shm","../../../../../../deployments/b085c233-e36a-48e0-b90c-d6d91fe87d42/runtime.sqlite-wal","../../../../../../deployments/e1e81c2d-c2a0-4a7b-aeee-8a2c898743be/analytics.sqlite","../../../../../../deployments/e1e81c2d-c2a0-4a7b-aeee-8a2c898743be/runtime.sqlite","../../../../../../deployments/e1e81c2d-c2a0-4a7b-aeee-8a2c898743be/runtime.sqlite-shm","../../../../../../deployments/e1e81c2d-c2a0-4a7b-aeee-8a2c898743be/runtime.sqlite-wal","../../../../../../deployments/e7323e74-1e4d-4439-8dc7-cfc9166361b7/analytics.sqlite","../../../../../../deployments/e7323e74-1e4d-4439-8dc7-cfc9166361b7/runtime.sqlite","../../../../../../deployments/e7323e74-1e4d-4439-8dc7-cfc9166361b7/runtime.sqlite-shm","../../../../../../deployments/e7323e74-1e4d-4439-8dc7-cfc9166361b7/runtime.sqlite-wal","../../../../../../docs/WHATS_NEW.md","../../../../../../node_modules/better-sqlite3/build/Release/better_sqlite3.node","../../../../../../node_modules/better-sqlite3/lib/database.js","../../../../../../node_modules/better-sqlite3/lib/index.js","../../../../../../node_modules/better-sqlite3/lib/methods/aggregate.js","../../../../../../node_modules/better-sqlite3/lib/methods/backup.js","../../../../../../node_modules/better-sqlite3/lib/methods/function.js","../../../../../../node_modules/better-sqlite3/lib/methods/inspect.js","../../../../../../node_modules/better-sqlite3/lib/methods/pragma.js","../../../../../../node_modules/better-sqlite3/lib/methods/serialize.js","../../../../../../node_modules/better-sqlite3/lib/methods/table.js","../../../../../../node_modules/better-sqlite3/lib/methods/transaction.js","../../../../../../node_modules/better-sqlite3/lib/methods/wrappers.js","../../../../../../node_modules/better-sqlite3/lib/sqlite-error.js","../../../../../../node_modules/better-sqlite3/lib/util.js","../../../../../../node_modules/better-sqlite3/package.json","../../../../../../node_modules/bindings/bindings.js","../../../../../../node_modules/bindings/package.json","../../../../../../node_modules/file-uri-to-path/index.js","../../../../../../node_modules/file-uri-to-path/package.json","../../../../../../node_modules/next/dist/client/components/app-router-headers.js","../../../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../../../node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../../../node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../../../node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js","../../../../../../node_modules/next/dist/compiled/next-server/app-route.runtime.prod.js","../../../../../../node_modules/next/dist/lib/client-and-server-references.js","../../../../../../node_modules/next/dist/lib/constants.js","../../../../../../node_modules/next/dist/lib/interop-default.js","../../../../../../node_modules/next/dist/lib/is-error.js","../../../../../../node_modules/next/dist/lib/semver-noop.js","../../../../../../node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/async-local-storage.js","../../../../../../node_modules/next/dist/server/app-render/cache-signal.js","../../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../../../node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../../../node_modules/next/dist/server/lib/cache-handlers/default.external.js","../../../../../../node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../../../node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../../../node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../../../node_modules/next/dist/server/lib/lru-cache.js","../../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../../../node_modules/next/dist/server/load-manifest.external.js","../../../../../../node_modules/next/dist/server/response-cache/types.js","../../../../../../node_modules/next/dist/shared/lib/deep-freeze.js","../../../../../../node_modules/next/dist/shared/lib/invariant-error.js","../../../../../../node_modules/next/dist/shared/lib/is-plain-object.js","../../../../../../node_modules/next/dist/shared/lib/is-thenable.js","../../../../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../../../node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","../../../../../../node_modules/next/dist/shared/lib/router/utils/app-paths.js","../../../../../../node_modules/next/dist/shared/lib/segment.js","../../../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../../../node_modules/next/package.json","../../../../../../package.json","../../../../../../public/deployments/32764493-ce58-4506-9437-fea07d03efd7/.PROMPT.md","../../../../../../public/deployments/32764493-ce58-4506-9437-fea07d03efd7/index.html","../../../../../../public/deployments/32764493-ce58-4506-9437-fea07d03efd7/robots.txt","../../../../../../public/deployments/32764493-ce58-4506-9437-fea07d03efd7/sitemap.xml","../../../../../../public/deployments/399bb4c3-de4d-4ccb-be59-967b4ee0e02f/bundle.css","../../../../../../public/deployments/399bb4c3-de4d-4ccb-be59-967b4ee0e02f/bundle.js","../../../../../../public/deployments/399bb4c3-de4d-4ccb-be59-967b4ee0e02f/index.html","../../../../../../public/deployments/399bb4c3-de4d-4ccb-be59-967b4ee0e02f/robots.txt","../../../../../../public/deployments/399bb4c3-de4d-4ccb-be59-967b4ee0e02f/sitemap.xml","../../../../../../public/deployments/4db82a69-9886-44b0-b30d-1b6bea9db0b2/.PROMPT.md","../../../../../../public/deployments/4db82a69-9886-44b0-b30d-1b6bea9db0b2/bundle.css","../../../../../../public/deployments/4db82a69-9886-44b0-b30d-1b6bea9db0b2/bundle.js","../../../../../../public/deployments/4db82a69-9886-44b0-b30d-1b6bea9db0b2/index.html","../../../../../../public/deployments/4db82a69-9886-44b0-b30d-1b6bea9db0b2/robots.txt","../../../../../../public/deployments/4db82a69-9886-44b0-b30d-1b6bea9db0b2/sitemap.xml","../../../../../../public/deployments/4db82a69-9886-44b0-b30d-1b6bea9db0b2/src/App.css","../../../../../../public/deployments/79d83291-8739-4445-b892-ddefc42196ac/.PROMPT.md","../../../../../../public/deployments/79d83291-8739-4445-b892-ddefc42196ac/bundle.css","../../../../../../public/deployments/79d83291-8739-4445-b892-ddefc42196ac/bundle.js","../../../../../../public/deployments/79d83291-8739-4445-b892-ddefc42196ac/index.html","../../../../../../public/deployments/79d83291-8739-4445-b892-ddefc42196ac/robots.txt","../../../../../../public/deployments/79d83291-8739-4445-b892-ddefc42196ac/sitemap.xml","../../../../../../public/deployments/79d83291-8739-4445-b892-ddefc42196ac/src/App.css","../../../../../../public/deployments/b085c233-e36a-48e0-b90c-d6d91fe87d42/about.html","../../../../../../public/deployments/b085c233-e36a-48e0-b90c-d6d91fe87d42/api.html","../../../../../../public/deployments/b085c233-e36a-48e0-b90c-d6d91fe87d42/blog.html","../../../../../../public/deployments/b085c233-e36a-48e0-b90c-d6d91fe87d42/careers.html","../../../../../../public/deployments/b085c233-e36a-48e0-b90c-d6d91fe87d42/case-studies.html","../../../../../../public/deployments/b085c233-e36a-48e0-b90c-d6d91fe87d42/contact.html","../../../../../../public/deployments/b085c233-e36a-48e0-b90c-d6d91fe87d42/cookie-policy.html","../../../../../../public/deployments/b085c233-e36a-48e0-b90c-d6d91fe87d42/documentation.html","../../../../../../public/deployments/b085c233-e36a-48e0-b90c-d6d91fe87d42/features.html","../../../../../../public/deployments/b085c233-e36a-48e0-b90c-d6d91fe87d42/gdpr.html","../../../../../../public/deployments/b085c233-e36a-48e0-b90c-d6d91fe87d42/help-center.html","../../../../../../public/deployments/b085c233-e36a-48e0-b90c-d6d91fe87d42/index.html","../../../../../../public/deployments/b085c233-e36a-48e0-b90c-d6d91fe87d42/integrations.html","../../../../../../public/deployments/b085c233-e36a-48e0-b90c-d6d91fe87d42/pricing.html","../../../../../../public/deployments/b085c233-e36a-48e0-b90c-d6d91fe87d42/privacy-policy.html","../../../../../../public/deployments/b085c233-e36a-48e0-b90c-d6d91fe87d42/robots.txt","../../../../../../public/deployments/b085c233-e36a-48e0-b90c-d6d91fe87d42/scripts/main.js","../../../../../../public/deployments/b085c233-e36a-48e0-b90c-d6d91fe87d42/sitemap.xml","../../../../../../public/deployments/b085c233-e36a-48e0-b90c-d6d91fe87d42/styles/style.css","../../../../../../public/deployments/b085c233-e36a-48e0-b90c-d6d91fe87d42/terms-of-service.html","../../../../../../public/deployments/b085c233-e36a-48e0-b90c-d6d91fe87d42/tmp/find_emojis.py","../../../../../../public/deployments/b085c233-e36a-48e0-b90c-d6d91fe87d42/tmp/find_emojis2.py","../../../../../../public/deployments/b085c233-e36a-48e0-b90c-d6d91fe87d42/tmp/find_emojis3.py","../../../../../../public/deployments/b085c233-e36a-48e0-b90c-d6d91fe87d42/webinars.html","../../../../../package.json","../../../../chunks/1692.js","../../../../chunks/3659.js","../../../../chunks/4996.js","../../../../chunks/6151.js","../../../../chunks/6643.js","../../../../webpack-runtime.js","route_client-reference-manifest.js"]}
.next/server/app/api/admin/dashboard/route_client-reference-manifest.js CHANGED
@@ -1 +1 @@
1
- globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/api/admin/dashboard/route"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"8103":{"*":{"id":"32583","name":"*","chunks":[],"async":false}},"9766":{"*":{"id":"77526","name":"*","chunks":[],"async":false}},"15278":{"*":{"id":"78922","name":"*","chunks":[],"async":false}},"16717":{"*":{"id":"8647","name":"*","chunks":[],"async":false}},"17989":{"*":{"id":"68495","name":"*","chunks":[],"async":false}},"24431":{"*":{"id":"12263","name":"*","chunks":[],"async":false}},"25782":{"*":{"id":"82016","name":"*","chunks":[],"async":false}},"33496":{"*":{"id":"65408","name":"*","chunks":[],"async":false}},"33540":{"*":{"id":"66137","name":"*","chunks":[],"async":false}},"43688":{"*":{"id":"31152","name":"*","chunks":[],"async":false}},"46131":{"*":{"id":"83133","name":"*","chunks":[],"async":false}},"57150":{"*":{"id":"54160","name":"*","chunks":[],"async":false}},"62112":{"*":{"id":"92130","name":"*","chunks":[],"async":false}},"63886":{"*":{"id":"75170","name":"*","chunks":[],"async":false}},"70240":{"*":{"id":"38502","name":"*","chunks":[],"async":false}},"75102":{"*":{"id":"17622","name":"*","chunks":[],"async":false}},"80622":{"*":{"id":"82146","name":"*","chunks":[],"async":false}},"81959":{"*":{"id":"31603","name":"*","chunks":[],"async":false}},"98124":{"*":{"id":"67600","name":"*","chunks":[],"async":false}},"98924":{"*":{"id":"29234","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/builtin/global-error.js":{"id":57150,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":57150,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/client-page.js":{"id":81959,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/client-page.js":{"id":81959,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/client-segment.js":{"id":17989,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/client-segment.js":{"id":17989,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":63886,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":63886,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/layout-router.js":{"id":9766,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/layout-router.js":{"id":9766,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/metadata/async-metadata.js":{"id":15278,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/metadata/async-metadata.js":{"id":15278,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/render-from-template-context.js":{"id":98924,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":98924,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/lib/framework/boundary-components.js":{"id":24431,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":24431,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":80622,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":80622,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/assets/globals.css":{"id":27408,"name":"*","chunks":["8001","static/chunks/8001-ab2328d010d9575c.js","4165","static/chunks/4165-2fd065a6c1436849.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-29b5b9c7b4063442.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/backend-status-banner/index.tsx":{"id":16717,"name":"*","chunks":["8001","static/chunks/8001-ab2328d010d9575c.js","4165","static/chunks/4165-2fd065a6c1436849.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-29b5b9c7b4063442.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/providers/tanstack-query-provider.tsx":{"id":46131,"name":"*","chunks":["8001","static/chunks/8001-ab2328d010d9575c.js","4165","static/chunks/4165-2fd065a6c1436849.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-29b5b9c7b4063442.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/providers/theme-provider.tsx":{"id":98124,"name":"*","chunks":["8001","static/chunks/8001-ab2328d010d9575c.js","4165","static/chunks/4165-2fd065a6c1436849.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-29b5b9c7b4063442.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/ui/sonner.tsx":{"id":70240,"name":"*","chunks":["8001","static/chunks/8001-ab2328d010d9575c.js","4165","static/chunks/4165-2fd065a6c1436849.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-29b5b9c7b4063442.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/font/google/target.css?{\"path\":\"app/layout.tsx\",\"import\":\"Inter\",\"arguments\":[{\"variable\":\"--font-inter-sans\",\"subsets\":[\"latin\"]}],\"variableName\":\"inter\"}":{"id":85568,"name":"*","chunks":["8001","static/chunks/8001-ab2328d010d9575c.js","4165","static/chunks/4165-2fd065a6c1436849.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-29b5b9c7b4063442.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/font/google/target.css?{\"path\":\"app/layout.tsx\",\"import\":\"PT_Sans\",\"arguments\":[{\"variable\":\"--font-ptSans-mono\",\"subsets\":[\"latin\"],\"weight\":[\"400\",\"700\"]}],\"variableName\":\"ptSans\"}":{"id":80231,"name":"*","chunks":["8001","static/chunks/8001-ab2328d010d9575c.js","4165","static/chunks/4165-2fd065a6c1436849.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-29b5b9c7b4063442.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/login/page.tsx":{"id":62112,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/page-wrapper/index.tsx":{"id":43688,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/page.tsx":{"id":25782,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/register/page.tsx":{"id":75102,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/test-generation/page.tsx":{"id":8103,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/page.tsx":{"id":33540,"name":"*","chunks":["5948","static/chunks/06bf0ff1-3732841f0f86d47e.js","7003","static/chunks/14258b02-ed7689e3556981a7.js","4316","static/chunks/ad2866b8-e13a3cf75ccf0eb8.js","8001","static/chunks/8001-ab2328d010d9575c.js","176","static/chunks/176-34e89399a26899a1.js","1638","static/chunks/1638-9f12a086456f3362.js","7389","static/chunks/7389-d064efe9587fa357.js","8941","static/chunks/8941-5f6f2bbd260a64ae.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7483","static/chunks/7483-61c49a2b0ab708d3.js","4735","static/chunks/4735-317a40903cee3927.js","8784","static/chunks/8784-a70de7155a979c5e.js","536","static/chunks/536-59fd9fbb0b0a321e.js","7714","static/chunks/7714-9d63785ec81e1efe.js","2133","static/chunks/2133-7b64eac0902cb1d5.js","8974","static/chunks/app/page-0354c2adb620070f.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/w/[workspaceId]/projects/page.tsx":{"id":33496,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/Users/otto/Desktop/deepstudio/osw-studio-git/":[],"/Users/otto/Desktop/deepstudio/osw-studio-git/app/layout":[{"inlined":false,"path":"static/css/82f4473c79d5d55a.css"},{"inlined":false,"path":"static/css/1138060002beec9e.css"}],"/Users/otto/Desktop/deepstudio/osw-studio-git/app/page":[],"/Users/otto/Desktop/deepstudio/osw-studio-git/app/api/admin/dashboard/route":[]},"rscModuleMapping":{"8103":{"*":{"id":"60940","name":"*","chunks":[],"async":false}},"9766":{"*":{"id":"6060","name":"*","chunks":[],"async":false}},"15278":{"*":{"id":"7184","name":"*","chunks":[],"async":false}},"16717":{"*":{"id":"69369","name":"*","chunks":[],"async":false}},"17989":{"*":{"id":"36893","name":"*","chunks":[],"async":false}},"24431":{"*":{"id":"73041","name":"*","chunks":[],"async":false}},"25782":{"*":{"id":"37734","name":"*","chunks":[],"async":false}},"27408":{"*":{"id":"94348","name":"*","chunks":[],"async":false}},"33496":{"*":{"id":"17498","name":"*","chunks":[],"async":false}},"33540":{"*":{"id":"17742","name":"*","chunks":[],"async":false}},"43688":{"*":{"id":"2054","name":"*","chunks":[],"async":false}},"46131":{"*":{"id":"69507","name":"*","chunks":[],"async":false}},"57150":{"*":{"id":"81170","name":"*","chunks":[],"async":false}},"62112":{"*":{"id":"7760","name":"*","chunks":[],"async":false}},"63886":{"*":{"id":"89748","name":"*","chunks":[],"async":false}},"70240":{"*":{"id":"20656","name":"*","chunks":[],"async":false}},"75102":{"*":{"id":"3716","name":"*","chunks":[],"async":false}},"80622":{"*":{"id":"51384","name":"*","chunks":[],"async":false}},"81959":{"*":{"id":"23597","name":"*","chunks":[],"async":false}},"98124":{"*":{"id":"26262","name":"*","chunks":[],"async":false}},"98924":{"*":{"id":"69576","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}}
 
1
+ globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/api/admin/dashboard/route"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"8103":{"*":{"id":"32583","name":"*","chunks":[],"async":false}},"9766":{"*":{"id":"77526","name":"*","chunks":[],"async":false}},"15278":{"*":{"id":"78922","name":"*","chunks":[],"async":false}},"16717":{"*":{"id":"8647","name":"*","chunks":[],"async":false}},"17989":{"*":{"id":"68495","name":"*","chunks":[],"async":false}},"18720":{"*":{"id":"42830","name":"*","chunks":[],"async":false}},"24431":{"*":{"id":"12263","name":"*","chunks":[],"async":false}},"25782":{"*":{"id":"82016","name":"*","chunks":[],"async":false}},"33496":{"*":{"id":"65408","name":"*","chunks":[],"async":false}},"43688":{"*":{"id":"31152","name":"*","chunks":[],"async":false}},"46131":{"*":{"id":"83133","name":"*","chunks":[],"async":false}},"57150":{"*":{"id":"54160","name":"*","chunks":[],"async":false}},"62112":{"*":{"id":"92130","name":"*","chunks":[],"async":false}},"63886":{"*":{"id":"75170","name":"*","chunks":[],"async":false}},"70240":{"*":{"id":"38502","name":"*","chunks":[],"async":false}},"75102":{"*":{"id":"17622","name":"*","chunks":[],"async":false}},"80622":{"*":{"id":"82146","name":"*","chunks":[],"async":false}},"81959":{"*":{"id":"31603","name":"*","chunks":[],"async":false}},"86807":{"*":{"id":"74034","name":"*","chunks":[],"async":false}},"98124":{"*":{"id":"67600","name":"*","chunks":[],"async":false}},"98924":{"*":{"id":"29234","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/builtin/global-error.js":{"id":57150,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":57150,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/client-page.js":{"id":81959,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/client-page.js":{"id":81959,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/client-segment.js":{"id":17989,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/client-segment.js":{"id":17989,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":63886,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":63886,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/layout-router.js":{"id":9766,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/layout-router.js":{"id":9766,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/metadata/async-metadata.js":{"id":15278,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/metadata/async-metadata.js":{"id":15278,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/render-from-template-context.js":{"id":98924,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":98924,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/lib/framework/boundary-components.js":{"id":24431,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":24431,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":80622,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":80622,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/assets/globals.css":{"id":27408,"name":"*","chunks":["8720","static/chunks/8720-6c3c0c904bca3f2e.js","4156","static/chunks/4156-321b7a8c31fe95b6.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-e6b6991471e946a3.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/backend-status-banner/index.tsx":{"id":16717,"name":"*","chunks":["8720","static/chunks/8720-6c3c0c904bca3f2e.js","4156","static/chunks/4156-321b7a8c31fe95b6.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-e6b6991471e946a3.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/providers/tanstack-query-provider.tsx":{"id":46131,"name":"*","chunks":["8720","static/chunks/8720-6c3c0c904bca3f2e.js","4156","static/chunks/4156-321b7a8c31fe95b6.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-e6b6991471e946a3.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/providers/theme-provider.tsx":{"id":98124,"name":"*","chunks":["8720","static/chunks/8720-6c3c0c904bca3f2e.js","4156","static/chunks/4156-321b7a8c31fe95b6.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-e6b6991471e946a3.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/ui/sonner.tsx":{"id":70240,"name":"*","chunks":["8720","static/chunks/8720-6c3c0c904bca3f2e.js","4156","static/chunks/4156-321b7a8c31fe95b6.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-e6b6991471e946a3.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/font/google/target.css?{\"path\":\"app/layout.tsx\",\"import\":\"Inter\",\"arguments\":[{\"variable\":\"--font-inter-sans\",\"subsets\":[\"latin\"]}],\"variableName\":\"inter\"}":{"id":85568,"name":"*","chunks":["8720","static/chunks/8720-6c3c0c904bca3f2e.js","4156","static/chunks/4156-321b7a8c31fe95b6.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-e6b6991471e946a3.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/font/google/target.css?{\"path\":\"app/layout.tsx\",\"import\":\"PT_Sans\",\"arguments\":[{\"variable\":\"--font-ptSans-mono\",\"subsets\":[\"latin\"],\"weight\":[\"400\",\"700\"]}],\"variableName\":\"ptSans\"}":{"id":80231,"name":"*","chunks":["8720","static/chunks/8720-6c3c0c904bca3f2e.js","4156","static/chunks/4156-321b7a8c31fe95b6.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-e6b6991471e946a3.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/sonner/dist/index.mjs":{"id":18720,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/page.tsx":{"id":25782,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/login/page.tsx":{"id":62112,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/register/page.tsx":{"id":75102,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/page-wrapper/index.tsx":{"id":43688,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/page.tsx":{"id":86807,"name":"*","chunks":["5948","static/chunks/06bf0ff1-3732841f0f86d47e.js","7003","static/chunks/14258b02-ed7689e3556981a7.js","4316","static/chunks/ad2866b8-e13a3cf75ccf0eb8.js","8720","static/chunks/8720-6c3c0c904bca3f2e.js","176","static/chunks/176-34e89399a26899a1.js","7543","static/chunks/7543-50a94862c006ca07.js","7389","static/chunks/7389-d064efe9587fa357.js","8941","static/chunks/8941-5f6f2bbd260a64ae.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7483","static/chunks/7483-f07a06bb00bfffea.js","4735","static/chunks/4735-317a40903cee3927.js","8784","static/chunks/8784-a70de7155a979c5e.js","536","static/chunks/536-59fd9fbb0b0a321e.js","7714","static/chunks/7714-f0a155d98ed994f5.js","8238","static/chunks/8238-79d46861a211a0d5.js","8974","static/chunks/app/page-c77a30bec88016f7.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/test-generation/page.tsx":{"id":8103,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/w/[workspaceId]/projects/page.tsx":{"id":33496,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/Users/otto/Desktop/deepstudio/osw-studio-git/":[],"/Users/otto/Desktop/deepstudio/osw-studio-git/app/layout":[{"inlined":false,"path":"static/css/82f4473c79d5d55a.css"},{"inlined":false,"path":"static/css/1138060002beec9e.css"}],"/Users/otto/Desktop/deepstudio/osw-studio-git/app/page":[],"/Users/otto/Desktop/deepstudio/osw-studio-git/app/api/admin/dashboard/route":[]},"rscModuleMapping":{"8103":{"*":{"id":"60940","name":"*","chunks":[],"async":false}},"9766":{"*":{"id":"6060","name":"*","chunks":[],"async":false}},"15278":{"*":{"id":"7184","name":"*","chunks":[],"async":false}},"16717":{"*":{"id":"69369","name":"*","chunks":[],"async":false}},"17989":{"*":{"id":"36893","name":"*","chunks":[],"async":false}},"18720":{"*":{"id":"16076","name":"*","chunks":[],"async":false}},"24431":{"*":{"id":"73041","name":"*","chunks":[],"async":false}},"25782":{"*":{"id":"37734","name":"*","chunks":[],"async":false}},"27408":{"*":{"id":"94348","name":"*","chunks":[],"async":false}},"33496":{"*":{"id":"17498","name":"*","chunks":[],"async":false}},"43688":{"*":{"id":"2054","name":"*","chunks":[],"async":false}},"46131":{"*":{"id":"69507","name":"*","chunks":[],"async":false}},"57150":{"*":{"id":"81170","name":"*","chunks":[],"async":false}},"62112":{"*":{"id":"7760","name":"*","chunks":[],"async":false}},"63886":{"*":{"id":"89748","name":"*","chunks":[],"async":false}},"70240":{"*":{"id":"20656","name":"*","chunks":[],"async":false}},"75102":{"*":{"id":"3716","name":"*","chunks":[],"async":false}},"80622":{"*":{"id":"51384","name":"*","chunks":[],"async":false}},"81959":{"*":{"id":"23597","name":"*","chunks":[],"async":false}},"86807":{"*":{"id":"17742","name":"*","chunks":[],"async":false}},"98124":{"*":{"id":"26262","name":"*","chunks":[],"async":false}},"98924":{"*":{"id":"69576","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}}
.next/server/app/api/admin/sessions/route.js CHANGED
@@ -1 +1 @@
1
- (()=>{var a={};a.id=769,a.ids=[769],a.modules={261:a=>{"use strict";a.exports=require("next/dist/shared/lib/router/utils/app-paths")},3295:a=>{"use strict";a.exports=require("next/dist/server/app-render/after-task-async-storage.external.js")},10846:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},19121:a=>{"use strict";a.exports=require("next/dist/server/app-render/action-async-storage.external.js")},29021:a=>{"use strict";a.exports=require("fs")},29294:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-async-storage.external.js")},33873:a=>{"use strict";a.exports=require("path")},39588:(a,b,c)=>{"use strict";c.d(b,{C0:()=>n,Ht:()=>m,IX:()=>h,IZ:()=>p,Md:()=>i,Qg:()=>q,jw:()=>k,ll:()=>s,oC:()=>o});var d=c(84440),e=c(47671),f=c(86802),g=c(55511);let h="osw_session",i=864e5;function j(){let a=process.env.SESSION_SECRET;if(!a)throw Error("SESSION_SECRET environment variable not set");return new TextEncoder().encode(a)}async function k(a,b,c=!1){let e=j(),f=Math.floor((Date.now()+i)/1e3);return await new d.P({userId:a,email:b,isAdmin:c}).setProtectedHeader({alg:"HS256"}).setExpirationTime(f).setIssuedAt().sign(e)}async function l(a){try{let b=j(),{payload:c}=await (0,e.V)(a,b);return{userId:c.userId,email:c.email,isAdmin:c.isAdmin,exp:c.exp}}catch(a){return null}}async function m(){if("true"===process.env.OSW_DESKTOP)return{userId:"desktop",email:"desktop@localhost",isAdmin:!0,exp:0x3afff4417f};let a=await (0,f.UL)(),b=a.get(h)?.value;if(!b)return null;let d=await l(b);if(!d)return null;if("admin"!==d.userId&&"desktop"!==d.userId&&"instance-api"!==d.userId)try{let{getUserById:a}=await c.e(3659).then(c.bind(c,63659));if(!a(d.userId))return null}catch{}return d}async function n(){(await (0,f.UL)()).delete(h)}async function o(){let a=await m();if(!a)throw Error("Unauthorized");return a}function p(a){let b=a.headers.get("x-instance-api-key"),c=process.env.INSTANCE_API_KEY;if(!b||!c)return null;try{let a=Buffer.from(b),d=Buffer.from(c);if(a.length!==d.length||!(0,g.timingSafeEqual)(a,d))return null}catch{return null}let d=process.env.GATEWAY_IPS;if(d){let b=a.headers.get("cf-connecting-ip")||a.headers.get("x-real-ip")||a.headers.get("x-forwarded-for")?.split(",")[0]?.trim(),c=new Set(d.split(",").map(a=>a.trim()));if(!b||!c.has(b))return null}return{userId:"instance-api",email:"api@instance",isAdmin:!0,exp:Math.floor(Date.now()/1e3)+3600}}async function q(a){let b=j();return await new d.P({userId:a,purpose:"handoff",jti:crypto.randomUUID()}).setProtectedHeader({alg:"HS256"}).setExpirationTime("30s").setIssuedAt().sign(b)}let r=new Map;async function s(a){try{let b=j(),{payload:c}=await (0,e.V)(a,b);if("handoff"!==c.purpose)return null;let d=c.jti;if(!d||r.has(d))return null;r.set(d,Date.now());let f=Date.now()-6e4;for(let[a,b]of r)b<f&&r.delete(a);return{userId:c.userId}}catch{return null}}},44870:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-route.runtime.prod.js")},55511:a=>{"use strict";a.exports=require("crypto")},57722:(a,b,c)=>{"use strict";c.r(b),c.d(b,{handler:()=>D,patchFetch:()=>C,routeModule:()=>y,serverHooks:()=>B,workAsyncStorage:()=>z,workUnitAsyncStorage:()=>A});var d={};c.r(d),c.d(d,{POST:()=>x});var e=c(95736),f=c(9117),g=c(4044),h=c(39326),i=c(32324),j=c(261),k=c(54290),l=c(85328),m=c(38928),n=c(46595),o=c(3421),p=c(17679),q=c(41681),r=c(63446),s=c(86439),t=c(51356),u=c(10641),v=c(39588),w=c(63659);async function x(a){if(!(0,v.IZ)(a))return u.NextResponse.json({error:"Unauthorized"},{status:401});let{osws_user_id:b}=await a.json();if(!b)return u.NextResponse.json({error:"osws_user_id required"},{status:400});if(!(0,w.getUserById)(b))return u.NextResponse.json({error:"User not found"},{status:404});let c=await (0,v.Qg)(b);return u.NextResponse.json({token:c})}let y=new e.AppRouteRouteModule({definition:{kind:f.RouteKind.APP_ROUTE,page:"/api/admin/sessions/route",pathname:"/api/admin/sessions",filename:"route",bundlePath:"app/api/admin/sessions/route"},distDir:".next",relativeProjectDir:"",resolvedPagePath:"/Users/otto/Desktop/deepstudio/osw-studio-git/app/api/admin/sessions/route.ts",nextConfigOutput:"standalone",userland:d}),{workAsyncStorage:z,workUnitAsyncStorage:A,serverHooks:B}=y;function C(){return(0,g.patchFetch)({workAsyncStorage:z,workUnitAsyncStorage:A})}async function D(a,b,c){var d;let e="/api/admin/sessions/route";"/index"===e&&(e="/");let g=await y.prepare(a,b,{srcPage:e,multiZoneDraftMode:!1});if(!g)return b.statusCode=400,b.end("Bad Request"),null==c.waitUntil||c.waitUntil.call(c,Promise.resolve()),null;let{buildId:u,params:v,nextConfig:w,isDraftMode:x,prerenderManifest:z,routerServerContext:A,isOnDemandRevalidate:B,revalidateOnlyGenerated:C,resolvedPathname:D}=g,E=(0,j.normalizeAppPath)(e),F=!!(z.dynamicRoutes[E]||z.routes[D]);if(F&&!x){let a=!!z.routes[D],b=z.dynamicRoutes[E];if(b&&!1===b.fallback&&!a)throw new s.NoFallbackError}let G=null;!F||y.isDev||x||(G="/index"===(G=D)?"/":G);let H=!0===y.isDev||!F,I=F&&!H,J=a.method||"GET",K=(0,i.getTracer)(),L=K.getActiveScopeSpan(),M={params:v,prerenderManifest:z,renderOpts:{experimental:{cacheComponents:!!w.experimental.cacheComponents,authInterrupts:!!w.experimental.authInterrupts},supportsDynamicResponse:H,incrementalCache:(0,h.getRequestMeta)(a,"incrementalCache"),cacheLifeProfiles:null==(d=w.experimental)?void 0:d.cacheLife,isRevalidate:I,waitUntil:c.waitUntil,onClose:a=>{b.on("close",a)},onAfterTaskError:void 0,onInstrumentationRequestError:(b,c,d)=>y.onRequestError(a,b,d,A)},sharedContext:{buildId:u}},N=new k.NodeNextRequest(a),O=new k.NodeNextResponse(b),P=l.NextRequestAdapter.fromNodeNextRequest(N,(0,l.signalFromNodeResponse)(b));try{let d=async c=>y.handle(P,M).finally(()=>{if(!c)return;c.setAttributes({"http.status_code":b.statusCode,"next.rsc":!1});let d=K.getRootSpanAttributes();if(!d)return;if(d.get("next.span_type")!==m.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${d.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let e=d.get("next.route");if(e){let a=`${J} ${e}`;c.setAttributes({"next.route":e,"http.route":e,"next.span_name":a}),c.updateName(a)}else c.updateName(`${J} ${a.url}`)}),g=async g=>{var i,j;let k=async({previousCacheEntry:f})=>{try{if(!(0,h.getRequestMeta)(a,"minimalMode")&&B&&C&&!f)return b.statusCode=404,b.setHeader("x-nextjs-cache","REVALIDATED"),b.end("This page could not be found"),null;let e=await d(g);a.fetchMetrics=M.renderOpts.fetchMetrics;let i=M.renderOpts.pendingWaitUntil;i&&c.waitUntil&&(c.waitUntil(i),i=void 0);let j=M.renderOpts.collectedTags;if(!F)return await (0,o.I)(N,O,e,M.renderOpts.pendingWaitUntil),null;{let a=await e.blob(),b=(0,p.toNodeOutgoingHttpHeaders)(e.headers);j&&(b[r.NEXT_CACHE_TAGS_HEADER]=j),!b["content-type"]&&a.type&&(b["content-type"]=a.type);let c=void 0!==M.renderOpts.collectedRevalidate&&!(M.renderOpts.collectedRevalidate>=r.INFINITE_CACHE)&&M.renderOpts.collectedRevalidate,d=void 0===M.renderOpts.collectedExpire||M.renderOpts.collectedExpire>=r.INFINITE_CACHE?void 0:M.renderOpts.collectedExpire;return{value:{kind:t.CachedRouteKind.APP_ROUTE,status:e.status,body:Buffer.from(await a.arrayBuffer()),headers:b},cacheControl:{revalidate:c,expire:d}}}}catch(b){throw(null==f?void 0:f.isStale)&&await y.onRequestError(a,b,{routerKind:"App Router",routePath:e,routeType:"route",revalidateReason:(0,n.c)({isRevalidate:I,isOnDemandRevalidate:B})},A),b}},l=await y.handleResponse({req:a,nextConfig:w,cacheKey:G,routeKind:f.RouteKind.APP_ROUTE,isFallback:!1,prerenderManifest:z,isRoutePPREnabled:!1,isOnDemandRevalidate:B,revalidateOnlyGenerated:C,responseGenerator:k,waitUntil:c.waitUntil});if(!F)return null;if((null==l||null==(i=l.value)?void 0:i.kind)!==t.CachedRouteKind.APP_ROUTE)throw Object.defineProperty(Error(`Invariant: app-route received invalid cache entry ${null==l||null==(j=l.value)?void 0:j.kind}`),"__NEXT_ERROR_CODE",{value:"E701",enumerable:!1,configurable:!0});(0,h.getRequestMeta)(a,"minimalMode")||b.setHeader("x-nextjs-cache",B?"REVALIDATED":l.isMiss?"MISS":l.isStale?"STALE":"HIT"),x&&b.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate");let m=(0,p.fromNodeOutgoingHttpHeaders)(l.value.headers);return(0,h.getRequestMeta)(a,"minimalMode")&&F||m.delete(r.NEXT_CACHE_TAGS_HEADER),!l.cacheControl||b.getHeader("Cache-Control")||m.get("Cache-Control")||m.set("Cache-Control",(0,q.getCacheControlHeader)(l.cacheControl)),await (0,o.I)(N,O,new Response(l.value.body,{headers:m,status:l.value.status||200})),null};L?await g(L):await K.withPropagatedContext(a.headers,()=>K.trace(m.BaseServerSpan.handleRequest,{spanName:`${J} ${a.url}`,kind:i.SpanKind.SERVER,attributes:{"http.method":J,"http.target":a.url}},g))}catch(b){if(b instanceof s.NoFallbackError||await y.onRequestError(a,b,{routerKind:"App Router",routePath:E,routeType:"route",revalidateReason:(0,n.c)({isRevalidate:I,isOnDemandRevalidate:B})}),F)throw b;return await (0,o.I)(N,O,new Response(null,{status:500})),null}}},63033:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},78335:()=>{},86439:a=>{"use strict";a.exports=require("next/dist/shared/lib/no-fallback-error.external")},87550:a=>{"use strict";a.exports=require("better-sqlite3")},96487:()=>{}};var b=require("../../../../webpack-runtime.js");b.C(a);var c=b.X(0,[1331,1692,6151,3659],()=>b(b.s=57722));module.exports=c})();
 
1
+ (()=>{var a={};a.id=769,a.ids=[769],a.modules={261:a=>{"use strict";a.exports=require("next/dist/shared/lib/router/utils/app-paths")},3295:a=>{"use strict";a.exports=require("next/dist/server/app-render/after-task-async-storage.external.js")},10846:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},19121:a=>{"use strict";a.exports=require("next/dist/server/app-render/action-async-storage.external.js")},29021:a=>{"use strict";a.exports=require("fs")},29294:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-async-storage.external.js")},33873:a=>{"use strict";a.exports=require("path")},39588:(a,b,c)=>{"use strict";c.d(b,{C0:()=>n,Ht:()=>m,IX:()=>h,IZ:()=>p,Md:()=>i,Qg:()=>q,gV:()=>l,jw:()=>k,ll:()=>s,oC:()=>o});var d=c(84440),e=c(47671),f=c(86802),g=c(55511);let h="osw_session",i=864e5;function j(){let a=process.env.SESSION_SECRET;if(!a)throw Error("SESSION_SECRET environment variable not set");return new TextEncoder().encode(a)}async function k(a,b,c=!1){let e=j(),f=Math.floor((Date.now()+i)/1e3);return await new d.P({userId:a,email:b,isAdmin:c}).setProtectedHeader({alg:"HS256"}).setExpirationTime(f).setIssuedAt().sign(e)}async function l(a){try{let b=j(),{payload:c}=await (0,e.V)(a,b);return{userId:c.userId,email:c.email,isAdmin:c.isAdmin,exp:c.exp}}catch(a){return null}}async function m(){if("true"===process.env.OSW_DESKTOP)return{userId:"desktop",email:"desktop@localhost",isAdmin:!0,exp:0x3afff4417f};let a=await (0,f.UL)(),b=a.get(h)?.value;if(!b)return null;let d=await l(b);if(!d)return null;if("admin"!==d.userId&&"desktop"!==d.userId&&"instance-api"!==d.userId)try{let{getUserById:a}=await c.e(3659).then(c.bind(c,63659));if(!a(d.userId))return null}catch{}return d}async function n(){(await (0,f.UL)()).delete(h)}async function o(){let a=await m();if(!a)throw Error("Unauthorized");return a}function p(a){let b=a.headers.get("x-instance-api-key"),c=process.env.INSTANCE_API_KEY;if(!b||!c)return null;try{let a=Buffer.from(b),d=Buffer.from(c);if(a.length!==d.length||!(0,g.timingSafeEqual)(a,d))return null}catch{return null}let d=process.env.GATEWAY_IPS;if(d){let b=a.headers.get("cf-connecting-ip")||a.headers.get("x-real-ip")||a.headers.get("x-forwarded-for")?.split(",")[0]?.trim(),c=new Set(d.split(",").map(a=>a.trim()));if(!b||!c.has(b))return null}return{userId:"instance-api",email:"api@instance",isAdmin:!0,exp:Math.floor(Date.now()/1e3)+3600}}async function q(a){let b=j();return await new d.P({userId:a,purpose:"handoff",jti:crypto.randomUUID()}).setProtectedHeader({alg:"HS256"}).setExpirationTime("30s").setIssuedAt().sign(b)}let r=new Map;async function s(a){try{let b=j(),{payload:c}=await (0,e.V)(a,b);if("handoff"!==c.purpose)return null;let d=c.jti;if(!d||r.has(d))return null;r.set(d,Date.now());let f=Date.now()-6e4;for(let[a,b]of r)b<f&&r.delete(a);return{userId:c.userId}}catch{return null}}},44870:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-route.runtime.prod.js")},55511:a=>{"use strict";a.exports=require("crypto")},57722:(a,b,c)=>{"use strict";c.r(b),c.d(b,{handler:()=>D,patchFetch:()=>C,routeModule:()=>y,serverHooks:()=>B,workAsyncStorage:()=>z,workUnitAsyncStorage:()=>A});var d={};c.r(d),c.d(d,{POST:()=>x});var e=c(95736),f=c(9117),g=c(4044),h=c(39326),i=c(32324),j=c(261),k=c(54290),l=c(85328),m=c(38928),n=c(46595),o=c(3421),p=c(17679),q=c(41681),r=c(63446),s=c(86439),t=c(51356),u=c(10641),v=c(39588),w=c(63659);async function x(a){if(!(0,v.IZ)(a))return u.NextResponse.json({error:"Unauthorized"},{status:401});let{osws_user_id:b}=await a.json();if(!b)return u.NextResponse.json({error:"osws_user_id required"},{status:400});if(!(0,w.getUserById)(b))return u.NextResponse.json({error:"User not found"},{status:404});let c=await (0,v.Qg)(b);return u.NextResponse.json({token:c})}let y=new e.AppRouteRouteModule({definition:{kind:f.RouteKind.APP_ROUTE,page:"/api/admin/sessions/route",pathname:"/api/admin/sessions",filename:"route",bundlePath:"app/api/admin/sessions/route"},distDir:".next",relativeProjectDir:"",resolvedPagePath:"/Users/otto/Desktop/deepstudio/osw-studio-git/app/api/admin/sessions/route.ts",nextConfigOutput:"standalone",userland:d}),{workAsyncStorage:z,workUnitAsyncStorage:A,serverHooks:B}=y;function C(){return(0,g.patchFetch)({workAsyncStorage:z,workUnitAsyncStorage:A})}async function D(a,b,c){var d;let e="/api/admin/sessions/route";"/index"===e&&(e="/");let g=await y.prepare(a,b,{srcPage:e,multiZoneDraftMode:!1});if(!g)return b.statusCode=400,b.end("Bad Request"),null==c.waitUntil||c.waitUntil.call(c,Promise.resolve()),null;let{buildId:u,params:v,nextConfig:w,isDraftMode:x,prerenderManifest:z,routerServerContext:A,isOnDemandRevalidate:B,revalidateOnlyGenerated:C,resolvedPathname:D}=g,E=(0,j.normalizeAppPath)(e),F=!!(z.dynamicRoutes[E]||z.routes[D]);if(F&&!x){let a=!!z.routes[D],b=z.dynamicRoutes[E];if(b&&!1===b.fallback&&!a)throw new s.NoFallbackError}let G=null;!F||y.isDev||x||(G="/index"===(G=D)?"/":G);let H=!0===y.isDev||!F,I=F&&!H,J=a.method||"GET",K=(0,i.getTracer)(),L=K.getActiveScopeSpan(),M={params:v,prerenderManifest:z,renderOpts:{experimental:{cacheComponents:!!w.experimental.cacheComponents,authInterrupts:!!w.experimental.authInterrupts},supportsDynamicResponse:H,incrementalCache:(0,h.getRequestMeta)(a,"incrementalCache"),cacheLifeProfiles:null==(d=w.experimental)?void 0:d.cacheLife,isRevalidate:I,waitUntil:c.waitUntil,onClose:a=>{b.on("close",a)},onAfterTaskError:void 0,onInstrumentationRequestError:(b,c,d)=>y.onRequestError(a,b,d,A)},sharedContext:{buildId:u}},N=new k.NodeNextRequest(a),O=new k.NodeNextResponse(b),P=l.NextRequestAdapter.fromNodeNextRequest(N,(0,l.signalFromNodeResponse)(b));try{let d=async c=>y.handle(P,M).finally(()=>{if(!c)return;c.setAttributes({"http.status_code":b.statusCode,"next.rsc":!1});let d=K.getRootSpanAttributes();if(!d)return;if(d.get("next.span_type")!==m.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${d.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let e=d.get("next.route");if(e){let a=`${J} ${e}`;c.setAttributes({"next.route":e,"http.route":e,"next.span_name":a}),c.updateName(a)}else c.updateName(`${J} ${a.url}`)}),g=async g=>{var i,j;let k=async({previousCacheEntry:f})=>{try{if(!(0,h.getRequestMeta)(a,"minimalMode")&&B&&C&&!f)return b.statusCode=404,b.setHeader("x-nextjs-cache","REVALIDATED"),b.end("This page could not be found"),null;let e=await d(g);a.fetchMetrics=M.renderOpts.fetchMetrics;let i=M.renderOpts.pendingWaitUntil;i&&c.waitUntil&&(c.waitUntil(i),i=void 0);let j=M.renderOpts.collectedTags;if(!F)return await (0,o.I)(N,O,e,M.renderOpts.pendingWaitUntil),null;{let a=await e.blob(),b=(0,p.toNodeOutgoingHttpHeaders)(e.headers);j&&(b[r.NEXT_CACHE_TAGS_HEADER]=j),!b["content-type"]&&a.type&&(b["content-type"]=a.type);let c=void 0!==M.renderOpts.collectedRevalidate&&!(M.renderOpts.collectedRevalidate>=r.INFINITE_CACHE)&&M.renderOpts.collectedRevalidate,d=void 0===M.renderOpts.collectedExpire||M.renderOpts.collectedExpire>=r.INFINITE_CACHE?void 0:M.renderOpts.collectedExpire;return{value:{kind:t.CachedRouteKind.APP_ROUTE,status:e.status,body:Buffer.from(await a.arrayBuffer()),headers:b},cacheControl:{revalidate:c,expire:d}}}}catch(b){throw(null==f?void 0:f.isStale)&&await y.onRequestError(a,b,{routerKind:"App Router",routePath:e,routeType:"route",revalidateReason:(0,n.c)({isRevalidate:I,isOnDemandRevalidate:B})},A),b}},l=await y.handleResponse({req:a,nextConfig:w,cacheKey:G,routeKind:f.RouteKind.APP_ROUTE,isFallback:!1,prerenderManifest:z,isRoutePPREnabled:!1,isOnDemandRevalidate:B,revalidateOnlyGenerated:C,responseGenerator:k,waitUntil:c.waitUntil});if(!F)return null;if((null==l||null==(i=l.value)?void 0:i.kind)!==t.CachedRouteKind.APP_ROUTE)throw Object.defineProperty(Error(`Invariant: app-route received invalid cache entry ${null==l||null==(j=l.value)?void 0:j.kind}`),"__NEXT_ERROR_CODE",{value:"E701",enumerable:!1,configurable:!0});(0,h.getRequestMeta)(a,"minimalMode")||b.setHeader("x-nextjs-cache",B?"REVALIDATED":l.isMiss?"MISS":l.isStale?"STALE":"HIT"),x&&b.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate");let m=(0,p.fromNodeOutgoingHttpHeaders)(l.value.headers);return(0,h.getRequestMeta)(a,"minimalMode")&&F||m.delete(r.NEXT_CACHE_TAGS_HEADER),!l.cacheControl||b.getHeader("Cache-Control")||m.get("Cache-Control")||m.set("Cache-Control",(0,q.getCacheControlHeader)(l.cacheControl)),await (0,o.I)(N,O,new Response(l.value.body,{headers:m,status:l.value.status||200})),null};L?await g(L):await K.withPropagatedContext(a.headers,()=>K.trace(m.BaseServerSpan.handleRequest,{spanName:`${J} ${a.url}`,kind:i.SpanKind.SERVER,attributes:{"http.method":J,"http.target":a.url}},g))}catch(b){if(b instanceof s.NoFallbackError||await y.onRequestError(a,b,{routerKind:"App Router",routePath:E,routeType:"route",revalidateReason:(0,n.c)({isRevalidate:I,isOnDemandRevalidate:B})}),F)throw b;return await (0,o.I)(N,O,new Response(null,{status:500})),null}}},63033:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},78335:()=>{},86439:a=>{"use strict";a.exports=require("next/dist/shared/lib/no-fallback-error.external")},87550:a=>{"use strict";a.exports=require("better-sqlite3")},96487:()=>{}};var b=require("../../../../webpack-runtime.js");b.C(a);var c=b.X(0,[4996,1692,6151,3659],()=>b(b.s=57722));module.exports=c})();
.next/server/app/api/admin/sessions/route.js.nft.json CHANGED
@@ -1 +1 @@
1
- {"version":1,"files":["../../../../../../data/osws.sqlite","../../../../../../data/osws.sqlite-shm","../../../../../../data/osws.sqlite-wal","../../../../../../data/projects/090088cb-eadd-48a2-a772-e85f4c44c373/database.sqlite","../../../../../../data/projects/9e663c73-9577-4060-bdf3-05ef9c5bcb23/database.sqlite","../../../../../../data/projects/9e663c73-9577-4060-bdf3-05ef9c5bcb23/database.sqlite-shm","../../../../../../data/projects/9e663c73-9577-4060-bdf3-05ef9c5bcb23/database.sqlite-wal","../../../../../../data/projects/a7e2194e-45bd-4a7c-ba34-19c062e4bad8/database.sqlite","../../../../../../data/projects/a7e2194e-45bd-4a7c-ba34-19c062e4bad8/database.sqlite-shm","../../../../../../data/projects/a7e2194e-45bd-4a7c-ba34-19c062e4bad8/database.sqlite-wal","../../../../../../data/projects/c63eef59-90c2-4387-b2b8-defcc369a9a4/database.sqlite","../../../../../../data/projects/c63eef59-90c2-4387-b2b8-defcc369a9a4/database.sqlite-shm","../../../../../../data/projects/c63eef59-90c2-4387-b2b8-defcc369a9a4/database.sqlite-wal","../../../../../../data/projects/ff508d48-5468-4d8d-8501-cbd349e8b84f/database.sqlite","../../../../../../data/system.sqlite","../../../../../../data/system.sqlite-shm","../../../../../../data/system.sqlite-wal","../../../../../../data/users/0d12b892-b9f7-4da9-bf1b-2940a83cb3f4/osws.sqlite","../../../../../../data/users/0d12b892-b9f7-4da9-bf1b-2940a83cb3f4/osws.sqlite-shm","../../../../../../data/users/0d12b892-b9f7-4da9-bf1b-2940a83cb3f4/osws.sqlite-wal","../../../../../../data/workspaces/19c1750c-30ba-417f-b9d7-513faaa8820d/osws.sqlite","../../../../../../data/workspaces/19c1750c-30ba-417f-b9d7-513faaa8820d/osws.sqlite-shm","../../../../../../data/workspaces/19c1750c-30ba-417f-b9d7-513faaa8820d/osws.sqlite-wal","../../../../../../data/workspaces/c1908c4d-6c6b-4f91-b1e9-f3923bb6d7bd/osws.sqlite","../../../../../../data/workspaces/c1908c4d-6c6b-4f91-b1e9-f3923bb6d7bd/osws.sqlite-shm","../../../../../../data/workspaces/c1908c4d-6c6b-4f91-b1e9-f3923bb6d7bd/osws.sqlite-wal","../../../../../../data/workspaces/c1908c4d-6c6b-4f91-b1e9-f3923bb6d7bd/projects/090088cb-eadd-48a2-a772-e85f4c44c373/database.sqlite","../../../../../../data/workspaces/c1908c4d-6c6b-4f91-b1e9-f3923bb6d7bd/projects/9e663c73-9577-4060-bdf3-05ef9c5bcb23/database.sqlite","../../../../../../data/workspaces/c1908c4d-6c6b-4f91-b1e9-f3923bb6d7bd/projects/9e663c73-9577-4060-bdf3-05ef9c5bcb23/database.sqlite-shm","../../../../../../data/workspaces/c1908c4d-6c6b-4f91-b1e9-f3923bb6d7bd/projects/9e663c73-9577-4060-bdf3-05ef9c5bcb23/database.sqlite-wal","../../../../../../data/workspaces/c1908c4d-6c6b-4f91-b1e9-f3923bb6d7bd/projects/a7e2194e-45bd-4a7c-ba34-19c062e4bad8/database.sqlite","../../../../../../data/workspaces/c1908c4d-6c6b-4f91-b1e9-f3923bb6d7bd/projects/a7e2194e-45bd-4a7c-ba34-19c062e4bad8/database.sqlite-shm","../../../../../../data/workspaces/c1908c4d-6c6b-4f91-b1e9-f3923bb6d7bd/projects/a7e2194e-45bd-4a7c-ba34-19c062e4bad8/database.sqlite-wal","../../../../../../data/workspaces/c1908c4d-6c6b-4f91-b1e9-f3923bb6d7bd/projects/c63eef59-90c2-4387-b2b8-defcc369a9a4/database.sqlite","../../../../../../data/workspaces/c1908c4d-6c6b-4f91-b1e9-f3923bb6d7bd/projects/c63eef59-90c2-4387-b2b8-defcc369a9a4/database.sqlite-shm","../../../../../../data/workspaces/c1908c4d-6c6b-4f91-b1e9-f3923bb6d7bd/projects/c63eef59-90c2-4387-b2b8-defcc369a9a4/database.sqlite-wal","../../../../../../data/workspaces/c1908c4d-6c6b-4f91-b1e9-f3923bb6d7bd/projects/ff508d48-5468-4d8d-8501-cbd349e8b84f/database.sqlite","../../../../../../data/workspaces/d9ced420-3ade-4300-ad90-98bed1a71041/osws.sqlite","../../../../../../data/workspaces/d9ced420-3ade-4300-ad90-98bed1a71041/osws.sqlite-shm","../../../../../../data/workspaces/d9ced420-3ade-4300-ad90-98bed1a71041/osws.sqlite-wal","../../../../../../node_modules/better-sqlite3/build/Release/better_sqlite3.node","../../../../../../node_modules/better-sqlite3/lib/database.js","../../../../../../node_modules/better-sqlite3/lib/index.js","../../../../../../node_modules/better-sqlite3/lib/methods/aggregate.js","../../../../../../node_modules/better-sqlite3/lib/methods/backup.js","../../../../../../node_modules/better-sqlite3/lib/methods/function.js","../../../../../../node_modules/better-sqlite3/lib/methods/inspect.js","../../../../../../node_modules/better-sqlite3/lib/methods/pragma.js","../../../../../../node_modules/better-sqlite3/lib/methods/serialize.js","../../../../../../node_modules/better-sqlite3/lib/methods/table.js","../../../../../../node_modules/better-sqlite3/lib/methods/transaction.js","../../../../../../node_modules/better-sqlite3/lib/methods/wrappers.js","../../../../../../node_modules/better-sqlite3/lib/sqlite-error.js","../../../../../../node_modules/better-sqlite3/lib/util.js","../../../../../../node_modules/better-sqlite3/package.json","../../../../../../node_modules/bindings/bindings.js","../../../../../../node_modules/bindings/package.json","../../../../../../node_modules/file-uri-to-path/index.js","../../../../../../node_modules/file-uri-to-path/package.json","../../../../../../node_modules/next/dist/client/components/app-router-headers.js","../../../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../../../node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../../../node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../../../node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js","../../../../../../node_modules/next/dist/compiled/next-server/app-route.runtime.prod.js","../../../../../../node_modules/next/dist/lib/client-and-server-references.js","../../../../../../node_modules/next/dist/lib/constants.js","../../../../../../node_modules/next/dist/lib/interop-default.js","../../../../../../node_modules/next/dist/lib/is-error.js","../../../../../../node_modules/next/dist/lib/semver-noop.js","../../../../../../node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/async-local-storage.js","../../../../../../node_modules/next/dist/server/app-render/cache-signal.js","../../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../../../node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../../../node_modules/next/dist/server/lib/cache-handlers/default.external.js","../../../../../../node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../../../node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../../../node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../../../node_modules/next/dist/server/lib/lru-cache.js","../../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../../../node_modules/next/dist/server/load-manifest.external.js","../../../../../../node_modules/next/dist/server/response-cache/types.js","../../../../../../node_modules/next/dist/shared/lib/deep-freeze.js","../../../../../../node_modules/next/dist/shared/lib/invariant-error.js","../../../../../../node_modules/next/dist/shared/lib/is-plain-object.js","../../../../../../node_modules/next/dist/shared/lib/is-thenable.js","../../../../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../../../node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","../../../../../../node_modules/next/dist/shared/lib/router/utils/app-paths.js","../../../../../../node_modules/next/dist/shared/lib/segment.js","../../../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../../../node_modules/next/package.json","../../../../../../package.json","../../../../../package.json","../../../../chunks/1331.js","../../../../chunks/1692.js","../../../../chunks/3659.js","../../../../chunks/6151.js","../../../../webpack-runtime.js","route_client-reference-manifest.js"]}
 
1
+ {"version":1,"files":["../../../../../../data/osws.sqlite","../../../../../../data/osws.sqlite-shm","../../../../../../data/osws.sqlite-wal","../../../../../../data/projects/090088cb-eadd-48a2-a772-e85f4c44c373/database.sqlite","../../../../../../data/projects/9e663c73-9577-4060-bdf3-05ef9c5bcb23/database.sqlite","../../../../../../data/projects/9e663c73-9577-4060-bdf3-05ef9c5bcb23/database.sqlite-shm","../../../../../../data/projects/9e663c73-9577-4060-bdf3-05ef9c5bcb23/database.sqlite-wal","../../../../../../data/projects/a7e2194e-45bd-4a7c-ba34-19c062e4bad8/database.sqlite","../../../../../../data/projects/a7e2194e-45bd-4a7c-ba34-19c062e4bad8/database.sqlite-shm","../../../../../../data/projects/a7e2194e-45bd-4a7c-ba34-19c062e4bad8/database.sqlite-wal","../../../../../../data/projects/c63eef59-90c2-4387-b2b8-defcc369a9a4/database.sqlite","../../../../../../data/projects/c63eef59-90c2-4387-b2b8-defcc369a9a4/database.sqlite-shm","../../../../../../data/projects/c63eef59-90c2-4387-b2b8-defcc369a9a4/database.sqlite-wal","../../../../../../data/projects/ff508d48-5468-4d8d-8501-cbd349e8b84f/database.sqlite","../../../../../../data/system.sqlite","../../../../../../data/system.sqlite-shm","../../../../../../data/system.sqlite-wal","../../../../../../data/users/0d12b892-b9f7-4da9-bf1b-2940a83cb3f4/osws.sqlite","../../../../../../data/users/0d12b892-b9f7-4da9-bf1b-2940a83cb3f4/osws.sqlite-shm","../../../../../../data/users/0d12b892-b9f7-4da9-bf1b-2940a83cb3f4/osws.sqlite-wal","../../../../../../data/workspaces/19c1750c-30ba-417f-b9d7-513faaa8820d/osws.sqlite","../../../../../../data/workspaces/19c1750c-30ba-417f-b9d7-513faaa8820d/osws.sqlite-shm","../../../../../../data/workspaces/19c1750c-30ba-417f-b9d7-513faaa8820d/osws.sqlite-wal","../../../../../../data/workspaces/19c1750c-30ba-417f-b9d7-513faaa8820d/projects/090088cb-eadd-48a2-a772-e85f4c44c373/database.sqlite","../../../../../../data/workspaces/19c1750c-30ba-417f-b9d7-513faaa8820d/projects/9e663c73-9577-4060-bdf3-05ef9c5bcb23/database.sqlite","../../../../../../data/workspaces/19c1750c-30ba-417f-b9d7-513faaa8820d/projects/9e663c73-9577-4060-bdf3-05ef9c5bcb23/database.sqlite-shm","../../../../../../data/workspaces/19c1750c-30ba-417f-b9d7-513faaa8820d/projects/9e663c73-9577-4060-bdf3-05ef9c5bcb23/database.sqlite-wal","../../../../../../data/workspaces/19c1750c-30ba-417f-b9d7-513faaa8820d/projects/a7e2194e-45bd-4a7c-ba34-19c062e4bad8/database.sqlite","../../../../../../data/workspaces/19c1750c-30ba-417f-b9d7-513faaa8820d/projects/a7e2194e-45bd-4a7c-ba34-19c062e4bad8/database.sqlite-shm","../../../../../../data/workspaces/19c1750c-30ba-417f-b9d7-513faaa8820d/projects/a7e2194e-45bd-4a7c-ba34-19c062e4bad8/database.sqlite-wal","../../../../../../data/workspaces/19c1750c-30ba-417f-b9d7-513faaa8820d/projects/c63eef59-90c2-4387-b2b8-defcc369a9a4/database.sqlite","../../../../../../data/workspaces/19c1750c-30ba-417f-b9d7-513faaa8820d/projects/c63eef59-90c2-4387-b2b8-defcc369a9a4/database.sqlite-shm","../../../../../../data/workspaces/19c1750c-30ba-417f-b9d7-513faaa8820d/projects/c63eef59-90c2-4387-b2b8-defcc369a9a4/database.sqlite-wal","../../../../../../data/workspaces/19c1750c-30ba-417f-b9d7-513faaa8820d/projects/ff508d48-5468-4d8d-8501-cbd349e8b84f/database.sqlite","../../../../../../data/workspaces/c1908c4d-6c6b-4f91-b1e9-f3923bb6d7bd/osws.sqlite","../../../../../../data/workspaces/c1908c4d-6c6b-4f91-b1e9-f3923bb6d7bd/osws.sqlite-shm","../../../../../../data/workspaces/c1908c4d-6c6b-4f91-b1e9-f3923bb6d7bd/osws.sqlite-wal","../../../../../../data/workspaces/c1908c4d-6c6b-4f91-b1e9-f3923bb6d7bd/projects/090088cb-eadd-48a2-a772-e85f4c44c373/database.sqlite","../../../../../../data/workspaces/c1908c4d-6c6b-4f91-b1e9-f3923bb6d7bd/projects/9e663c73-9577-4060-bdf3-05ef9c5bcb23/database.sqlite","../../../../../../data/workspaces/c1908c4d-6c6b-4f91-b1e9-f3923bb6d7bd/projects/9e663c73-9577-4060-bdf3-05ef9c5bcb23/database.sqlite-shm","../../../../../../data/workspaces/c1908c4d-6c6b-4f91-b1e9-f3923bb6d7bd/projects/9e663c73-9577-4060-bdf3-05ef9c5bcb23/database.sqlite-wal","../../../../../../data/workspaces/c1908c4d-6c6b-4f91-b1e9-f3923bb6d7bd/projects/a7e2194e-45bd-4a7c-ba34-19c062e4bad8/database.sqlite","../../../../../../data/workspaces/c1908c4d-6c6b-4f91-b1e9-f3923bb6d7bd/projects/a7e2194e-45bd-4a7c-ba34-19c062e4bad8/database.sqlite-shm","../../../../../../data/workspaces/c1908c4d-6c6b-4f91-b1e9-f3923bb6d7bd/projects/a7e2194e-45bd-4a7c-ba34-19c062e4bad8/database.sqlite-wal","../../../../../../data/workspaces/c1908c4d-6c6b-4f91-b1e9-f3923bb6d7bd/projects/c63eef59-90c2-4387-b2b8-defcc369a9a4/database.sqlite","../../../../../../data/workspaces/c1908c4d-6c6b-4f91-b1e9-f3923bb6d7bd/projects/c63eef59-90c2-4387-b2b8-defcc369a9a4/database.sqlite-shm","../../../../../../data/workspaces/c1908c4d-6c6b-4f91-b1e9-f3923bb6d7bd/projects/c63eef59-90c2-4387-b2b8-defcc369a9a4/database.sqlite-wal","../../../../../../data/workspaces/c1908c4d-6c6b-4f91-b1e9-f3923bb6d7bd/projects/ff508d48-5468-4d8d-8501-cbd349e8b84f/database.sqlite","../../../../../../data/workspaces/d9ced420-3ade-4300-ad90-98bed1a71041/osws.sqlite","../../../../../../data/workspaces/d9ced420-3ade-4300-ad90-98bed1a71041/osws.sqlite-shm","../../../../../../data/workspaces/d9ced420-3ade-4300-ad90-98bed1a71041/osws.sqlite-wal","../../../../../../node_modules/better-sqlite3/build/Release/better_sqlite3.node","../../../../../../node_modules/better-sqlite3/lib/database.js","../../../../../../node_modules/better-sqlite3/lib/index.js","../../../../../../node_modules/better-sqlite3/lib/methods/aggregate.js","../../../../../../node_modules/better-sqlite3/lib/methods/backup.js","../../../../../../node_modules/better-sqlite3/lib/methods/function.js","../../../../../../node_modules/better-sqlite3/lib/methods/inspect.js","../../../../../../node_modules/better-sqlite3/lib/methods/pragma.js","../../../../../../node_modules/better-sqlite3/lib/methods/serialize.js","../../../../../../node_modules/better-sqlite3/lib/methods/table.js","../../../../../../node_modules/better-sqlite3/lib/methods/transaction.js","../../../../../../node_modules/better-sqlite3/lib/methods/wrappers.js","../../../../../../node_modules/better-sqlite3/lib/sqlite-error.js","../../../../../../node_modules/better-sqlite3/lib/util.js","../../../../../../node_modules/better-sqlite3/package.json","../../../../../../node_modules/bindings/bindings.js","../../../../../../node_modules/bindings/package.json","../../../../../../node_modules/file-uri-to-path/index.js","../../../../../../node_modules/file-uri-to-path/package.json","../../../../../../node_modules/next/dist/client/components/app-router-headers.js","../../../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../../../node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../../../node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../../../node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js","../../../../../../node_modules/next/dist/compiled/next-server/app-route.runtime.prod.js","../../../../../../node_modules/next/dist/lib/client-and-server-references.js","../../../../../../node_modules/next/dist/lib/constants.js","../../../../../../node_modules/next/dist/lib/interop-default.js","../../../../../../node_modules/next/dist/lib/is-error.js","../../../../../../node_modules/next/dist/lib/semver-noop.js","../../../../../../node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/async-local-storage.js","../../../../../../node_modules/next/dist/server/app-render/cache-signal.js","../../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../../../node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../../../node_modules/next/dist/server/lib/cache-handlers/default.external.js","../../../../../../node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../../../node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../../../node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../../../node_modules/next/dist/server/lib/lru-cache.js","../../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../../../node_modules/next/dist/server/load-manifest.external.js","../../../../../../node_modules/next/dist/server/response-cache/types.js","../../../../../../node_modules/next/dist/shared/lib/deep-freeze.js","../../../../../../node_modules/next/dist/shared/lib/invariant-error.js","../../../../../../node_modules/next/dist/shared/lib/is-plain-object.js","../../../../../../node_modules/next/dist/shared/lib/is-thenable.js","../../../../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../../../node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","../../../../../../node_modules/next/dist/shared/lib/router/utils/app-paths.js","../../../../../../node_modules/next/dist/shared/lib/segment.js","../../../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../../../node_modules/next/package.json","../../../../../../package.json","../../../../../package.json","../../../../chunks/1692.js","../../../../chunks/3659.js","../../../../chunks/4996.js","../../../../chunks/6151.js","../../../../webpack-runtime.js","route_client-reference-manifest.js"]}
.next/server/app/api/admin/sessions/route_client-reference-manifest.js CHANGED
@@ -1 +1 @@
1
- globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/api/admin/sessions/route"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"8103":{"*":{"id":"32583","name":"*","chunks":[],"async":false}},"9766":{"*":{"id":"77526","name":"*","chunks":[],"async":false}},"15278":{"*":{"id":"78922","name":"*","chunks":[],"async":false}},"16717":{"*":{"id":"8647","name":"*","chunks":[],"async":false}},"17989":{"*":{"id":"68495","name":"*","chunks":[],"async":false}},"24431":{"*":{"id":"12263","name":"*","chunks":[],"async":false}},"25782":{"*":{"id":"82016","name":"*","chunks":[],"async":false}},"33496":{"*":{"id":"65408","name":"*","chunks":[],"async":false}},"33540":{"*":{"id":"66137","name":"*","chunks":[],"async":false}},"43688":{"*":{"id":"31152","name":"*","chunks":[],"async":false}},"46131":{"*":{"id":"83133","name":"*","chunks":[],"async":false}},"57150":{"*":{"id":"54160","name":"*","chunks":[],"async":false}},"62112":{"*":{"id":"92130","name":"*","chunks":[],"async":false}},"63886":{"*":{"id":"75170","name":"*","chunks":[],"async":false}},"70240":{"*":{"id":"38502","name":"*","chunks":[],"async":false}},"75102":{"*":{"id":"17622","name":"*","chunks":[],"async":false}},"80622":{"*":{"id":"82146","name":"*","chunks":[],"async":false}},"81959":{"*":{"id":"31603","name":"*","chunks":[],"async":false}},"98124":{"*":{"id":"67600","name":"*","chunks":[],"async":false}},"98924":{"*":{"id":"29234","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/builtin/global-error.js":{"id":57150,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":57150,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/client-page.js":{"id":81959,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/client-page.js":{"id":81959,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/client-segment.js":{"id":17989,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/client-segment.js":{"id":17989,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":63886,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":63886,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/layout-router.js":{"id":9766,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/layout-router.js":{"id":9766,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/metadata/async-metadata.js":{"id":15278,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/metadata/async-metadata.js":{"id":15278,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/render-from-template-context.js":{"id":98924,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":98924,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/lib/framework/boundary-components.js":{"id":24431,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":24431,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":80622,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":80622,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/assets/globals.css":{"id":27408,"name":"*","chunks":["8001","static/chunks/8001-ab2328d010d9575c.js","4165","static/chunks/4165-2fd065a6c1436849.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-29b5b9c7b4063442.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/backend-status-banner/index.tsx":{"id":16717,"name":"*","chunks":["8001","static/chunks/8001-ab2328d010d9575c.js","4165","static/chunks/4165-2fd065a6c1436849.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-29b5b9c7b4063442.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/providers/tanstack-query-provider.tsx":{"id":46131,"name":"*","chunks":["8001","static/chunks/8001-ab2328d010d9575c.js","4165","static/chunks/4165-2fd065a6c1436849.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-29b5b9c7b4063442.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/providers/theme-provider.tsx":{"id":98124,"name":"*","chunks":["8001","static/chunks/8001-ab2328d010d9575c.js","4165","static/chunks/4165-2fd065a6c1436849.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-29b5b9c7b4063442.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/ui/sonner.tsx":{"id":70240,"name":"*","chunks":["8001","static/chunks/8001-ab2328d010d9575c.js","4165","static/chunks/4165-2fd065a6c1436849.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-29b5b9c7b4063442.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/font/google/target.css?{\"path\":\"app/layout.tsx\",\"import\":\"Inter\",\"arguments\":[{\"variable\":\"--font-inter-sans\",\"subsets\":[\"latin\"]}],\"variableName\":\"inter\"}":{"id":85568,"name":"*","chunks":["8001","static/chunks/8001-ab2328d010d9575c.js","4165","static/chunks/4165-2fd065a6c1436849.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-29b5b9c7b4063442.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/font/google/target.css?{\"path\":\"app/layout.tsx\",\"import\":\"PT_Sans\",\"arguments\":[{\"variable\":\"--font-ptSans-mono\",\"subsets\":[\"latin\"],\"weight\":[\"400\",\"700\"]}],\"variableName\":\"ptSans\"}":{"id":80231,"name":"*","chunks":["8001","static/chunks/8001-ab2328d010d9575c.js","4165","static/chunks/4165-2fd065a6c1436849.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-29b5b9c7b4063442.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/login/page.tsx":{"id":62112,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/page-wrapper/index.tsx":{"id":43688,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/page.tsx":{"id":25782,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/register/page.tsx":{"id":75102,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/test-generation/page.tsx":{"id":8103,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/page.tsx":{"id":33540,"name":"*","chunks":["5948","static/chunks/06bf0ff1-3732841f0f86d47e.js","7003","static/chunks/14258b02-ed7689e3556981a7.js","4316","static/chunks/ad2866b8-e13a3cf75ccf0eb8.js","8001","static/chunks/8001-ab2328d010d9575c.js","176","static/chunks/176-34e89399a26899a1.js","1638","static/chunks/1638-9f12a086456f3362.js","7389","static/chunks/7389-d064efe9587fa357.js","8941","static/chunks/8941-5f6f2bbd260a64ae.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7483","static/chunks/7483-61c49a2b0ab708d3.js","4735","static/chunks/4735-317a40903cee3927.js","8784","static/chunks/8784-a70de7155a979c5e.js","536","static/chunks/536-59fd9fbb0b0a321e.js","7714","static/chunks/7714-9d63785ec81e1efe.js","2133","static/chunks/2133-7b64eac0902cb1d5.js","8974","static/chunks/app/page-0354c2adb620070f.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/w/[workspaceId]/projects/page.tsx":{"id":33496,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/Users/otto/Desktop/deepstudio/osw-studio-git/":[],"/Users/otto/Desktop/deepstudio/osw-studio-git/app/layout":[{"inlined":false,"path":"static/css/82f4473c79d5d55a.css"},{"inlined":false,"path":"static/css/1138060002beec9e.css"}],"/Users/otto/Desktop/deepstudio/osw-studio-git/app/page":[],"/Users/otto/Desktop/deepstudio/osw-studio-git/app/api/admin/sessions/route":[]},"rscModuleMapping":{"8103":{"*":{"id":"60940","name":"*","chunks":[],"async":false}},"9766":{"*":{"id":"6060","name":"*","chunks":[],"async":false}},"15278":{"*":{"id":"7184","name":"*","chunks":[],"async":false}},"16717":{"*":{"id":"69369","name":"*","chunks":[],"async":false}},"17989":{"*":{"id":"36893","name":"*","chunks":[],"async":false}},"24431":{"*":{"id":"73041","name":"*","chunks":[],"async":false}},"25782":{"*":{"id":"37734","name":"*","chunks":[],"async":false}},"27408":{"*":{"id":"94348","name":"*","chunks":[],"async":false}},"33496":{"*":{"id":"17498","name":"*","chunks":[],"async":false}},"33540":{"*":{"id":"17742","name":"*","chunks":[],"async":false}},"43688":{"*":{"id":"2054","name":"*","chunks":[],"async":false}},"46131":{"*":{"id":"69507","name":"*","chunks":[],"async":false}},"57150":{"*":{"id":"81170","name":"*","chunks":[],"async":false}},"62112":{"*":{"id":"7760","name":"*","chunks":[],"async":false}},"63886":{"*":{"id":"89748","name":"*","chunks":[],"async":false}},"70240":{"*":{"id":"20656","name":"*","chunks":[],"async":false}},"75102":{"*":{"id":"3716","name":"*","chunks":[],"async":false}},"80622":{"*":{"id":"51384","name":"*","chunks":[],"async":false}},"81959":{"*":{"id":"23597","name":"*","chunks":[],"async":false}},"98124":{"*":{"id":"26262","name":"*","chunks":[],"async":false}},"98924":{"*":{"id":"69576","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}}
 
1
+ globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/api/admin/sessions/route"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"8103":{"*":{"id":"32583","name":"*","chunks":[],"async":false}},"9766":{"*":{"id":"77526","name":"*","chunks":[],"async":false}},"15278":{"*":{"id":"78922","name":"*","chunks":[],"async":false}},"16717":{"*":{"id":"8647","name":"*","chunks":[],"async":false}},"17989":{"*":{"id":"68495","name":"*","chunks":[],"async":false}},"18720":{"*":{"id":"42830","name":"*","chunks":[],"async":false}},"24431":{"*":{"id":"12263","name":"*","chunks":[],"async":false}},"25782":{"*":{"id":"82016","name":"*","chunks":[],"async":false}},"33496":{"*":{"id":"65408","name":"*","chunks":[],"async":false}},"43688":{"*":{"id":"31152","name":"*","chunks":[],"async":false}},"46131":{"*":{"id":"83133","name":"*","chunks":[],"async":false}},"57150":{"*":{"id":"54160","name":"*","chunks":[],"async":false}},"62112":{"*":{"id":"92130","name":"*","chunks":[],"async":false}},"63886":{"*":{"id":"75170","name":"*","chunks":[],"async":false}},"70240":{"*":{"id":"38502","name":"*","chunks":[],"async":false}},"75102":{"*":{"id":"17622","name":"*","chunks":[],"async":false}},"80622":{"*":{"id":"82146","name":"*","chunks":[],"async":false}},"81959":{"*":{"id":"31603","name":"*","chunks":[],"async":false}},"86807":{"*":{"id":"74034","name":"*","chunks":[],"async":false}},"98124":{"*":{"id":"67600","name":"*","chunks":[],"async":false}},"98924":{"*":{"id":"29234","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/builtin/global-error.js":{"id":57150,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":57150,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/client-page.js":{"id":81959,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/client-page.js":{"id":81959,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/client-segment.js":{"id":17989,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/client-segment.js":{"id":17989,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":63886,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":63886,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/layout-router.js":{"id":9766,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/layout-router.js":{"id":9766,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/metadata/async-metadata.js":{"id":15278,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/metadata/async-metadata.js":{"id":15278,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/render-from-template-context.js":{"id":98924,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":98924,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/lib/framework/boundary-components.js":{"id":24431,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":24431,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":80622,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":80622,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/assets/globals.css":{"id":27408,"name":"*","chunks":["8720","static/chunks/8720-6c3c0c904bca3f2e.js","4156","static/chunks/4156-321b7a8c31fe95b6.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-e6b6991471e946a3.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/backend-status-banner/index.tsx":{"id":16717,"name":"*","chunks":["8720","static/chunks/8720-6c3c0c904bca3f2e.js","4156","static/chunks/4156-321b7a8c31fe95b6.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-e6b6991471e946a3.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/providers/tanstack-query-provider.tsx":{"id":46131,"name":"*","chunks":["8720","static/chunks/8720-6c3c0c904bca3f2e.js","4156","static/chunks/4156-321b7a8c31fe95b6.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-e6b6991471e946a3.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/providers/theme-provider.tsx":{"id":98124,"name":"*","chunks":["8720","static/chunks/8720-6c3c0c904bca3f2e.js","4156","static/chunks/4156-321b7a8c31fe95b6.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-e6b6991471e946a3.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/ui/sonner.tsx":{"id":70240,"name":"*","chunks":["8720","static/chunks/8720-6c3c0c904bca3f2e.js","4156","static/chunks/4156-321b7a8c31fe95b6.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-e6b6991471e946a3.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/font/google/target.css?{\"path\":\"app/layout.tsx\",\"import\":\"Inter\",\"arguments\":[{\"variable\":\"--font-inter-sans\",\"subsets\":[\"latin\"]}],\"variableName\":\"inter\"}":{"id":85568,"name":"*","chunks":["8720","static/chunks/8720-6c3c0c904bca3f2e.js","4156","static/chunks/4156-321b7a8c31fe95b6.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-e6b6991471e946a3.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/font/google/target.css?{\"path\":\"app/layout.tsx\",\"import\":\"PT_Sans\",\"arguments\":[{\"variable\":\"--font-ptSans-mono\",\"subsets\":[\"latin\"],\"weight\":[\"400\",\"700\"]}],\"variableName\":\"ptSans\"}":{"id":80231,"name":"*","chunks":["8720","static/chunks/8720-6c3c0c904bca3f2e.js","4156","static/chunks/4156-321b7a8c31fe95b6.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-e6b6991471e946a3.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/sonner/dist/index.mjs":{"id":18720,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/page.tsx":{"id":25782,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/login/page.tsx":{"id":62112,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/register/page.tsx":{"id":75102,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/page-wrapper/index.tsx":{"id":43688,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/page.tsx":{"id":86807,"name":"*","chunks":["5948","static/chunks/06bf0ff1-3732841f0f86d47e.js","7003","static/chunks/14258b02-ed7689e3556981a7.js","4316","static/chunks/ad2866b8-e13a3cf75ccf0eb8.js","8720","static/chunks/8720-6c3c0c904bca3f2e.js","176","static/chunks/176-34e89399a26899a1.js","7543","static/chunks/7543-50a94862c006ca07.js","7389","static/chunks/7389-d064efe9587fa357.js","8941","static/chunks/8941-5f6f2bbd260a64ae.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7483","static/chunks/7483-f07a06bb00bfffea.js","4735","static/chunks/4735-317a40903cee3927.js","8784","static/chunks/8784-a70de7155a979c5e.js","536","static/chunks/536-59fd9fbb0b0a321e.js","7714","static/chunks/7714-f0a155d98ed994f5.js","8238","static/chunks/8238-79d46861a211a0d5.js","8974","static/chunks/app/page-c77a30bec88016f7.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/test-generation/page.tsx":{"id":8103,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/w/[workspaceId]/projects/page.tsx":{"id":33496,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/Users/otto/Desktop/deepstudio/osw-studio-git/":[],"/Users/otto/Desktop/deepstudio/osw-studio-git/app/layout":[{"inlined":false,"path":"static/css/82f4473c79d5d55a.css"},{"inlined":false,"path":"static/css/1138060002beec9e.css"}],"/Users/otto/Desktop/deepstudio/osw-studio-git/app/page":[],"/Users/otto/Desktop/deepstudio/osw-studio-git/app/api/admin/sessions/route":[]},"rscModuleMapping":{"8103":{"*":{"id":"60940","name":"*","chunks":[],"async":false}},"9766":{"*":{"id":"6060","name":"*","chunks":[],"async":false}},"15278":{"*":{"id":"7184","name":"*","chunks":[],"async":false}},"16717":{"*":{"id":"69369","name":"*","chunks":[],"async":false}},"17989":{"*":{"id":"36893","name":"*","chunks":[],"async":false}},"18720":{"*":{"id":"16076","name":"*","chunks":[],"async":false}},"24431":{"*":{"id":"73041","name":"*","chunks":[],"async":false}},"25782":{"*":{"id":"37734","name":"*","chunks":[],"async":false}},"27408":{"*":{"id":"94348","name":"*","chunks":[],"async":false}},"33496":{"*":{"id":"17498","name":"*","chunks":[],"async":false}},"43688":{"*":{"id":"2054","name":"*","chunks":[],"async":false}},"46131":{"*":{"id":"69507","name":"*","chunks":[],"async":false}},"57150":{"*":{"id":"81170","name":"*","chunks":[],"async":false}},"62112":{"*":{"id":"7760","name":"*","chunks":[],"async":false}},"63886":{"*":{"id":"89748","name":"*","chunks":[],"async":false}},"70240":{"*":{"id":"20656","name":"*","chunks":[],"async":false}},"75102":{"*":{"id":"3716","name":"*","chunks":[],"async":false}},"80622":{"*":{"id":"51384","name":"*","chunks":[],"async":false}},"81959":{"*":{"id":"23597","name":"*","chunks":[],"async":false}},"86807":{"*":{"id":"17742","name":"*","chunks":[],"async":false}},"98124":{"*":{"id":"26262","name":"*","chunks":[],"async":false}},"98924":{"*":{"id":"69576","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}}
.next/server/app/api/admin/users/[id]/route.js CHANGED
@@ -1 +1 @@
1
- (()=>{var a={};a.id=9452,a.ids=[9452],a.modules={261:a=>{"use strict";a.exports=require("next/dist/shared/lib/router/utils/app-paths")},3295:a=>{"use strict";a.exports=require("next/dist/server/app-render/after-task-async-storage.external.js")},6769:(a,b,c)=>{"use strict";c.r(b),c.d(b,{handler:()=>F,patchFetch:()=>E,routeModule:()=>A,serverHooks:()=>D,workAsyncStorage:()=>B,workUnitAsyncStorage:()=>C});var d={};c.r(d),c.d(d,{DELETE:()=>z,GET:()=>x,PUT:()=>y});var e=c(95736),f=c(9117),g=c(4044),h=c(39326),i=c(32324),j=c(261),k=c(54290),l=c(85328),m=c(38928),n=c(46595),o=c(3421),p=c(17679),q=c(41681),r=c(63446),s=c(86439),t=c(51356),u=c(10641),v=c(39588),w=c(63659);async function x(a,{params:b}){try{if(!((0,v.IZ)(a)||await (0,v.oC)()).isAdmin)return u.NextResponse.json({error:"Admin access required"},{status:403});let{id:c}=await b,d=(0,w.getUserById)(c);if(!d)return u.NextResponse.json({error:"User not found"},{status:404});return u.NextResponse.json({id:d.id,email:d.email,displayName:d.display_name,isAdmin:1===d.is_admin,active:1===d.active,workspaces:(0,w.listUserWorkspaces)(d.id),createdAt:d.created_at,updatedAt:d.updated_at})}catch(a){if(a instanceof Error&&"Unauthorized"===a.message)return u.NextResponse.json({error:"Unauthorized"},{status:401});return u.NextResponse.json({error:"Failed to get user"},{status:500})}}async function y(a,{params:b}){try{if(!((0,v.IZ)(a)||await (0,v.oC)()).isAdmin)return u.NextResponse.json({error:"Admin access required"},{status:403});let{id:c}=await b,d=await a.json();if(!(0,w.getUserById)(c))return u.NextResponse.json({error:"User not found"},{status:404});return(0,w.updateUser)(c,{active:void 0!==d.active?+!!d.active:void 0,display_name:d.displayName}),u.NextResponse.json({success:!0})}catch(a){if(a instanceof Error&&"Unauthorized"===a.message)return u.NextResponse.json({error:"Unauthorized"},{status:401});return u.NextResponse.json({error:"Failed to update user"},{status:500})}}async function z(a,{params:b}){try{let c=(0,v.IZ)(a)||await (0,v.oC)();if(!c.isAdmin)return u.NextResponse.json({error:"Admin access required"},{status:403});let{id:d}=await b;if(d===c.userId)return u.NextResponse.json({error:"Cannot delete your own account"},{status:400});return(0,w.deactivateUser)(d),u.NextResponse.json({success:!0})}catch(a){if(a instanceof Error&&"Unauthorized"===a.message)return u.NextResponse.json({error:"Unauthorized"},{status:401});return u.NextResponse.json({error:"Failed to delete user"},{status:500})}}let A=new e.AppRouteRouteModule({definition:{kind:f.RouteKind.APP_ROUTE,page:"/api/admin/users/[id]/route",pathname:"/api/admin/users/[id]",filename:"route",bundlePath:"app/api/admin/users/[id]/route"},distDir:".next",relativeProjectDir:"",resolvedPagePath:"/Users/otto/Desktop/deepstudio/osw-studio-git/app/api/admin/users/[id]/route.ts",nextConfigOutput:"standalone",userland:d}),{workAsyncStorage:B,workUnitAsyncStorage:C,serverHooks:D}=A;function E(){return(0,g.patchFetch)({workAsyncStorage:B,workUnitAsyncStorage:C})}async function F(a,b,c){var d;let e="/api/admin/users/[id]/route";"/index"===e&&(e="/");let g=await A.prepare(a,b,{srcPage:e,multiZoneDraftMode:!1});if(!g)return b.statusCode=400,b.end("Bad Request"),null==c.waitUntil||c.waitUntil.call(c,Promise.resolve()),null;let{buildId:u,params:v,nextConfig:w,isDraftMode:x,prerenderManifest:y,routerServerContext:z,isOnDemandRevalidate:B,revalidateOnlyGenerated:C,resolvedPathname:D}=g,E=(0,j.normalizeAppPath)(e),F=!!(y.dynamicRoutes[E]||y.routes[D]);if(F&&!x){let a=!!y.routes[D],b=y.dynamicRoutes[E];if(b&&!1===b.fallback&&!a)throw new s.NoFallbackError}let G=null;!F||A.isDev||x||(G="/index"===(G=D)?"/":G);let H=!0===A.isDev||!F,I=F&&!H,J=a.method||"GET",K=(0,i.getTracer)(),L=K.getActiveScopeSpan(),M={params:v,prerenderManifest:y,renderOpts:{experimental:{cacheComponents:!!w.experimental.cacheComponents,authInterrupts:!!w.experimental.authInterrupts},supportsDynamicResponse:H,incrementalCache:(0,h.getRequestMeta)(a,"incrementalCache"),cacheLifeProfiles:null==(d=w.experimental)?void 0:d.cacheLife,isRevalidate:I,waitUntil:c.waitUntil,onClose:a=>{b.on("close",a)},onAfterTaskError:void 0,onInstrumentationRequestError:(b,c,d)=>A.onRequestError(a,b,d,z)},sharedContext:{buildId:u}},N=new k.NodeNextRequest(a),O=new k.NodeNextResponse(b),P=l.NextRequestAdapter.fromNodeNextRequest(N,(0,l.signalFromNodeResponse)(b));try{let d=async c=>A.handle(P,M).finally(()=>{if(!c)return;c.setAttributes({"http.status_code":b.statusCode,"next.rsc":!1});let d=K.getRootSpanAttributes();if(!d)return;if(d.get("next.span_type")!==m.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${d.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let e=d.get("next.route");if(e){let a=`${J} ${e}`;c.setAttributes({"next.route":e,"http.route":e,"next.span_name":a}),c.updateName(a)}else c.updateName(`${J} ${a.url}`)}),g=async g=>{var i,j;let k=async({previousCacheEntry:f})=>{try{if(!(0,h.getRequestMeta)(a,"minimalMode")&&B&&C&&!f)return b.statusCode=404,b.setHeader("x-nextjs-cache","REVALIDATED"),b.end("This page could not be found"),null;let e=await d(g);a.fetchMetrics=M.renderOpts.fetchMetrics;let i=M.renderOpts.pendingWaitUntil;i&&c.waitUntil&&(c.waitUntil(i),i=void 0);let j=M.renderOpts.collectedTags;if(!F)return await (0,o.I)(N,O,e,M.renderOpts.pendingWaitUntil),null;{let a=await e.blob(),b=(0,p.toNodeOutgoingHttpHeaders)(e.headers);j&&(b[r.NEXT_CACHE_TAGS_HEADER]=j),!b["content-type"]&&a.type&&(b["content-type"]=a.type);let c=void 0!==M.renderOpts.collectedRevalidate&&!(M.renderOpts.collectedRevalidate>=r.INFINITE_CACHE)&&M.renderOpts.collectedRevalidate,d=void 0===M.renderOpts.collectedExpire||M.renderOpts.collectedExpire>=r.INFINITE_CACHE?void 0:M.renderOpts.collectedExpire;return{value:{kind:t.CachedRouteKind.APP_ROUTE,status:e.status,body:Buffer.from(await a.arrayBuffer()),headers:b},cacheControl:{revalidate:c,expire:d}}}}catch(b){throw(null==f?void 0:f.isStale)&&await A.onRequestError(a,b,{routerKind:"App Router",routePath:e,routeType:"route",revalidateReason:(0,n.c)({isRevalidate:I,isOnDemandRevalidate:B})},z),b}},l=await A.handleResponse({req:a,nextConfig:w,cacheKey:G,routeKind:f.RouteKind.APP_ROUTE,isFallback:!1,prerenderManifest:y,isRoutePPREnabled:!1,isOnDemandRevalidate:B,revalidateOnlyGenerated:C,responseGenerator:k,waitUntil:c.waitUntil});if(!F)return null;if((null==l||null==(i=l.value)?void 0:i.kind)!==t.CachedRouteKind.APP_ROUTE)throw Object.defineProperty(Error(`Invariant: app-route received invalid cache entry ${null==l||null==(j=l.value)?void 0:j.kind}`),"__NEXT_ERROR_CODE",{value:"E701",enumerable:!1,configurable:!0});(0,h.getRequestMeta)(a,"minimalMode")||b.setHeader("x-nextjs-cache",B?"REVALIDATED":l.isMiss?"MISS":l.isStale?"STALE":"HIT"),x&&b.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate");let m=(0,p.fromNodeOutgoingHttpHeaders)(l.value.headers);return(0,h.getRequestMeta)(a,"minimalMode")&&F||m.delete(r.NEXT_CACHE_TAGS_HEADER),!l.cacheControl||b.getHeader("Cache-Control")||m.get("Cache-Control")||m.set("Cache-Control",(0,q.getCacheControlHeader)(l.cacheControl)),await (0,o.I)(N,O,new Response(l.value.body,{headers:m,status:l.value.status||200})),null};L?await g(L):await K.withPropagatedContext(a.headers,()=>K.trace(m.BaseServerSpan.handleRequest,{spanName:`${J} ${a.url}`,kind:i.SpanKind.SERVER,attributes:{"http.method":J,"http.target":a.url}},g))}catch(b){if(b instanceof s.NoFallbackError||await A.onRequestError(a,b,{routerKind:"App Router",routePath:E,routeType:"route",revalidateReason:(0,n.c)({isRevalidate:I,isOnDemandRevalidate:B})}),F)throw b;return await (0,o.I)(N,O,new Response(null,{status:500})),null}}},10846:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},19121:a=>{"use strict";a.exports=require("next/dist/server/app-render/action-async-storage.external.js")},29021:a=>{"use strict";a.exports=require("fs")},29294:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-async-storage.external.js")},33873:a=>{"use strict";a.exports=require("path")},39588:(a,b,c)=>{"use strict";c.d(b,{C0:()=>n,Ht:()=>m,IX:()=>h,IZ:()=>p,Md:()=>i,Qg:()=>q,jw:()=>k,ll:()=>s,oC:()=>o});var d=c(84440),e=c(47671),f=c(86802),g=c(55511);let h="osw_session",i=864e5;function j(){let a=process.env.SESSION_SECRET;if(!a)throw Error("SESSION_SECRET environment variable not set");return new TextEncoder().encode(a)}async function k(a,b,c=!1){let e=j(),f=Math.floor((Date.now()+i)/1e3);return await new d.P({userId:a,email:b,isAdmin:c}).setProtectedHeader({alg:"HS256"}).setExpirationTime(f).setIssuedAt().sign(e)}async function l(a){try{let b=j(),{payload:c}=await (0,e.V)(a,b);return{userId:c.userId,email:c.email,isAdmin:c.isAdmin,exp:c.exp}}catch(a){return null}}async function m(){if("true"===process.env.OSW_DESKTOP)return{userId:"desktop",email:"desktop@localhost",isAdmin:!0,exp:0x3afff4417f};let a=await (0,f.UL)(),b=a.get(h)?.value;if(!b)return null;let d=await l(b);if(!d)return null;if("admin"!==d.userId&&"desktop"!==d.userId&&"instance-api"!==d.userId)try{let{getUserById:a}=await c.e(3659).then(c.bind(c,63659));if(!a(d.userId))return null}catch{}return d}async function n(){(await (0,f.UL)()).delete(h)}async function o(){let a=await m();if(!a)throw Error("Unauthorized");return a}function p(a){let b=a.headers.get("x-instance-api-key"),c=process.env.INSTANCE_API_KEY;if(!b||!c)return null;try{let a=Buffer.from(b),d=Buffer.from(c);if(a.length!==d.length||!(0,g.timingSafeEqual)(a,d))return null}catch{return null}let d=process.env.GATEWAY_IPS;if(d){let b=a.headers.get("cf-connecting-ip")||a.headers.get("x-real-ip")||a.headers.get("x-forwarded-for")?.split(",")[0]?.trim(),c=new Set(d.split(",").map(a=>a.trim()));if(!b||!c.has(b))return null}return{userId:"instance-api",email:"api@instance",isAdmin:!0,exp:Math.floor(Date.now()/1e3)+3600}}async function q(a){let b=j();return await new d.P({userId:a,purpose:"handoff",jti:crypto.randomUUID()}).setProtectedHeader({alg:"HS256"}).setExpirationTime("30s").setIssuedAt().sign(b)}let r=new Map;async function s(a){try{let b=j(),{payload:c}=await (0,e.V)(a,b);if("handoff"!==c.purpose)return null;let d=c.jti;if(!d||r.has(d))return null;r.set(d,Date.now());let f=Date.now()-6e4;for(let[a,b]of r)b<f&&r.delete(a);return{userId:c.userId}}catch{return null}}},44870:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-route.runtime.prod.js")},55511:a=>{"use strict";a.exports=require("crypto")},63033:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},78335:()=>{},86439:a=>{"use strict";a.exports=require("next/dist/shared/lib/no-fallback-error.external")},87550:a=>{"use strict";a.exports=require("better-sqlite3")},96487:()=>{}};var b=require("../../../../../webpack-runtime.js");b.C(a);var c=b.X(0,[1331,1692,6151,3659],()=>b(b.s=6769));module.exports=c})();
 
1
+ (()=>{var a={};a.id=9452,a.ids=[9452],a.modules={261:a=>{"use strict";a.exports=require("next/dist/shared/lib/router/utils/app-paths")},3295:a=>{"use strict";a.exports=require("next/dist/server/app-render/after-task-async-storage.external.js")},6769:(a,b,c)=>{"use strict";c.r(b),c.d(b,{handler:()=>F,patchFetch:()=>E,routeModule:()=>A,serverHooks:()=>D,workAsyncStorage:()=>B,workUnitAsyncStorage:()=>C});var d={};c.r(d),c.d(d,{DELETE:()=>z,GET:()=>x,PUT:()=>y});var e=c(95736),f=c(9117),g=c(4044),h=c(39326),i=c(32324),j=c(261),k=c(54290),l=c(85328),m=c(38928),n=c(46595),o=c(3421),p=c(17679),q=c(41681),r=c(63446),s=c(86439),t=c(51356),u=c(10641),v=c(39588),w=c(63659);async function x(a,{params:b}){try{if(!((0,v.IZ)(a)||await (0,v.oC)()).isAdmin)return u.NextResponse.json({error:"Admin access required"},{status:403});let{id:c}=await b,d=(0,w.getUserById)(c);if(!d)return u.NextResponse.json({error:"User not found"},{status:404});return u.NextResponse.json({id:d.id,email:d.email,displayName:d.display_name,isAdmin:1===d.is_admin,active:1===d.active,workspaces:(0,w.listUserWorkspaces)(d.id),createdAt:d.created_at,updatedAt:d.updated_at})}catch(a){if(a instanceof Error&&"Unauthorized"===a.message)return u.NextResponse.json({error:"Unauthorized"},{status:401});return u.NextResponse.json({error:"Failed to get user"},{status:500})}}async function y(a,{params:b}){try{if(!((0,v.IZ)(a)||await (0,v.oC)()).isAdmin)return u.NextResponse.json({error:"Admin access required"},{status:403});let{id:c}=await b,d=await a.json();if(!(0,w.getUserById)(c))return u.NextResponse.json({error:"User not found"},{status:404});return(0,w.updateUser)(c,{active:void 0!==d.active?+!!d.active:void 0,display_name:d.displayName}),u.NextResponse.json({success:!0})}catch(a){if(a instanceof Error&&"Unauthorized"===a.message)return u.NextResponse.json({error:"Unauthorized"},{status:401});return u.NextResponse.json({error:"Failed to update user"},{status:500})}}async function z(a,{params:b}){try{let c=(0,v.IZ)(a)||await (0,v.oC)();if(!c.isAdmin)return u.NextResponse.json({error:"Admin access required"},{status:403});let{id:d}=await b;if(d===c.userId)return u.NextResponse.json({error:"Cannot delete your own account"},{status:400});return(0,w.deactivateUser)(d),u.NextResponse.json({success:!0})}catch(a){if(a instanceof Error&&"Unauthorized"===a.message)return u.NextResponse.json({error:"Unauthorized"},{status:401});return u.NextResponse.json({error:"Failed to delete user"},{status:500})}}let A=new e.AppRouteRouteModule({definition:{kind:f.RouteKind.APP_ROUTE,page:"/api/admin/users/[id]/route",pathname:"/api/admin/users/[id]",filename:"route",bundlePath:"app/api/admin/users/[id]/route"},distDir:".next",relativeProjectDir:"",resolvedPagePath:"/Users/otto/Desktop/deepstudio/osw-studio-git/app/api/admin/users/[id]/route.ts",nextConfigOutput:"standalone",userland:d}),{workAsyncStorage:B,workUnitAsyncStorage:C,serverHooks:D}=A;function E(){return(0,g.patchFetch)({workAsyncStorage:B,workUnitAsyncStorage:C})}async function F(a,b,c){var d;let e="/api/admin/users/[id]/route";"/index"===e&&(e="/");let g=await A.prepare(a,b,{srcPage:e,multiZoneDraftMode:!1});if(!g)return b.statusCode=400,b.end("Bad Request"),null==c.waitUntil||c.waitUntil.call(c,Promise.resolve()),null;let{buildId:u,params:v,nextConfig:w,isDraftMode:x,prerenderManifest:y,routerServerContext:z,isOnDemandRevalidate:B,revalidateOnlyGenerated:C,resolvedPathname:D}=g,E=(0,j.normalizeAppPath)(e),F=!!(y.dynamicRoutes[E]||y.routes[D]);if(F&&!x){let a=!!y.routes[D],b=y.dynamicRoutes[E];if(b&&!1===b.fallback&&!a)throw new s.NoFallbackError}let G=null;!F||A.isDev||x||(G="/index"===(G=D)?"/":G);let H=!0===A.isDev||!F,I=F&&!H,J=a.method||"GET",K=(0,i.getTracer)(),L=K.getActiveScopeSpan(),M={params:v,prerenderManifest:y,renderOpts:{experimental:{cacheComponents:!!w.experimental.cacheComponents,authInterrupts:!!w.experimental.authInterrupts},supportsDynamicResponse:H,incrementalCache:(0,h.getRequestMeta)(a,"incrementalCache"),cacheLifeProfiles:null==(d=w.experimental)?void 0:d.cacheLife,isRevalidate:I,waitUntil:c.waitUntil,onClose:a=>{b.on("close",a)},onAfterTaskError:void 0,onInstrumentationRequestError:(b,c,d)=>A.onRequestError(a,b,d,z)},sharedContext:{buildId:u}},N=new k.NodeNextRequest(a),O=new k.NodeNextResponse(b),P=l.NextRequestAdapter.fromNodeNextRequest(N,(0,l.signalFromNodeResponse)(b));try{let d=async c=>A.handle(P,M).finally(()=>{if(!c)return;c.setAttributes({"http.status_code":b.statusCode,"next.rsc":!1});let d=K.getRootSpanAttributes();if(!d)return;if(d.get("next.span_type")!==m.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${d.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let e=d.get("next.route");if(e){let a=`${J} ${e}`;c.setAttributes({"next.route":e,"http.route":e,"next.span_name":a}),c.updateName(a)}else c.updateName(`${J} ${a.url}`)}),g=async g=>{var i,j;let k=async({previousCacheEntry:f})=>{try{if(!(0,h.getRequestMeta)(a,"minimalMode")&&B&&C&&!f)return b.statusCode=404,b.setHeader("x-nextjs-cache","REVALIDATED"),b.end("This page could not be found"),null;let e=await d(g);a.fetchMetrics=M.renderOpts.fetchMetrics;let i=M.renderOpts.pendingWaitUntil;i&&c.waitUntil&&(c.waitUntil(i),i=void 0);let j=M.renderOpts.collectedTags;if(!F)return await (0,o.I)(N,O,e,M.renderOpts.pendingWaitUntil),null;{let a=await e.blob(),b=(0,p.toNodeOutgoingHttpHeaders)(e.headers);j&&(b[r.NEXT_CACHE_TAGS_HEADER]=j),!b["content-type"]&&a.type&&(b["content-type"]=a.type);let c=void 0!==M.renderOpts.collectedRevalidate&&!(M.renderOpts.collectedRevalidate>=r.INFINITE_CACHE)&&M.renderOpts.collectedRevalidate,d=void 0===M.renderOpts.collectedExpire||M.renderOpts.collectedExpire>=r.INFINITE_CACHE?void 0:M.renderOpts.collectedExpire;return{value:{kind:t.CachedRouteKind.APP_ROUTE,status:e.status,body:Buffer.from(await a.arrayBuffer()),headers:b},cacheControl:{revalidate:c,expire:d}}}}catch(b){throw(null==f?void 0:f.isStale)&&await A.onRequestError(a,b,{routerKind:"App Router",routePath:e,routeType:"route",revalidateReason:(0,n.c)({isRevalidate:I,isOnDemandRevalidate:B})},z),b}},l=await A.handleResponse({req:a,nextConfig:w,cacheKey:G,routeKind:f.RouteKind.APP_ROUTE,isFallback:!1,prerenderManifest:y,isRoutePPREnabled:!1,isOnDemandRevalidate:B,revalidateOnlyGenerated:C,responseGenerator:k,waitUntil:c.waitUntil});if(!F)return null;if((null==l||null==(i=l.value)?void 0:i.kind)!==t.CachedRouteKind.APP_ROUTE)throw Object.defineProperty(Error(`Invariant: app-route received invalid cache entry ${null==l||null==(j=l.value)?void 0:j.kind}`),"__NEXT_ERROR_CODE",{value:"E701",enumerable:!1,configurable:!0});(0,h.getRequestMeta)(a,"minimalMode")||b.setHeader("x-nextjs-cache",B?"REVALIDATED":l.isMiss?"MISS":l.isStale?"STALE":"HIT"),x&&b.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate");let m=(0,p.fromNodeOutgoingHttpHeaders)(l.value.headers);return(0,h.getRequestMeta)(a,"minimalMode")&&F||m.delete(r.NEXT_CACHE_TAGS_HEADER),!l.cacheControl||b.getHeader("Cache-Control")||m.get("Cache-Control")||m.set("Cache-Control",(0,q.getCacheControlHeader)(l.cacheControl)),await (0,o.I)(N,O,new Response(l.value.body,{headers:m,status:l.value.status||200})),null};L?await g(L):await K.withPropagatedContext(a.headers,()=>K.trace(m.BaseServerSpan.handleRequest,{spanName:`${J} ${a.url}`,kind:i.SpanKind.SERVER,attributes:{"http.method":J,"http.target":a.url}},g))}catch(b){if(b instanceof s.NoFallbackError||await A.onRequestError(a,b,{routerKind:"App Router",routePath:E,routeType:"route",revalidateReason:(0,n.c)({isRevalidate:I,isOnDemandRevalidate:B})}),F)throw b;return await (0,o.I)(N,O,new Response(null,{status:500})),null}}},10846:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},19121:a=>{"use strict";a.exports=require("next/dist/server/app-render/action-async-storage.external.js")},29021:a=>{"use strict";a.exports=require("fs")},29294:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-async-storage.external.js")},33873:a=>{"use strict";a.exports=require("path")},39588:(a,b,c)=>{"use strict";c.d(b,{C0:()=>n,Ht:()=>m,IX:()=>h,IZ:()=>p,Md:()=>i,Qg:()=>q,gV:()=>l,jw:()=>k,ll:()=>s,oC:()=>o});var d=c(84440),e=c(47671),f=c(86802),g=c(55511);let h="osw_session",i=864e5;function j(){let a=process.env.SESSION_SECRET;if(!a)throw Error("SESSION_SECRET environment variable not set");return new TextEncoder().encode(a)}async function k(a,b,c=!1){let e=j(),f=Math.floor((Date.now()+i)/1e3);return await new d.P({userId:a,email:b,isAdmin:c}).setProtectedHeader({alg:"HS256"}).setExpirationTime(f).setIssuedAt().sign(e)}async function l(a){try{let b=j(),{payload:c}=await (0,e.V)(a,b);return{userId:c.userId,email:c.email,isAdmin:c.isAdmin,exp:c.exp}}catch(a){return null}}async function m(){if("true"===process.env.OSW_DESKTOP)return{userId:"desktop",email:"desktop@localhost",isAdmin:!0,exp:0x3afff4417f};let a=await (0,f.UL)(),b=a.get(h)?.value;if(!b)return null;let d=await l(b);if(!d)return null;if("admin"!==d.userId&&"desktop"!==d.userId&&"instance-api"!==d.userId)try{let{getUserById:a}=await c.e(3659).then(c.bind(c,63659));if(!a(d.userId))return null}catch{}return d}async function n(){(await (0,f.UL)()).delete(h)}async function o(){let a=await m();if(!a)throw Error("Unauthorized");return a}function p(a){let b=a.headers.get("x-instance-api-key"),c=process.env.INSTANCE_API_KEY;if(!b||!c)return null;try{let a=Buffer.from(b),d=Buffer.from(c);if(a.length!==d.length||!(0,g.timingSafeEqual)(a,d))return null}catch{return null}let d=process.env.GATEWAY_IPS;if(d){let b=a.headers.get("cf-connecting-ip")||a.headers.get("x-real-ip")||a.headers.get("x-forwarded-for")?.split(",")[0]?.trim(),c=new Set(d.split(",").map(a=>a.trim()));if(!b||!c.has(b))return null}return{userId:"instance-api",email:"api@instance",isAdmin:!0,exp:Math.floor(Date.now()/1e3)+3600}}async function q(a){let b=j();return await new d.P({userId:a,purpose:"handoff",jti:crypto.randomUUID()}).setProtectedHeader({alg:"HS256"}).setExpirationTime("30s").setIssuedAt().sign(b)}let r=new Map;async function s(a){try{let b=j(),{payload:c}=await (0,e.V)(a,b);if("handoff"!==c.purpose)return null;let d=c.jti;if(!d||r.has(d))return null;r.set(d,Date.now());let f=Date.now()-6e4;for(let[a,b]of r)b<f&&r.delete(a);return{userId:c.userId}}catch{return null}}},44870:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-route.runtime.prod.js")},55511:a=>{"use strict";a.exports=require("crypto")},63033:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},78335:()=>{},86439:a=>{"use strict";a.exports=require("next/dist/shared/lib/no-fallback-error.external")},87550:a=>{"use strict";a.exports=require("better-sqlite3")},96487:()=>{}};var b=require("../../../../../webpack-runtime.js");b.C(a);var c=b.X(0,[4996,1692,6151,3659],()=>b(b.s=6769));module.exports=c})();
.next/server/app/api/admin/users/[id]/route.js.nft.json CHANGED
@@ -1 +1 @@
1
- {"version":1,"files":["../../../../../../../data/osws.sqlite","../../../../../../../data/osws.sqlite-shm","../../../../../../../data/osws.sqlite-wal","../../../../../../../data/projects/090088cb-eadd-48a2-a772-e85f4c44c373/database.sqlite","../../../../../../../data/projects/9e663c73-9577-4060-bdf3-05ef9c5bcb23/database.sqlite","../../../../../../../data/projects/9e663c73-9577-4060-bdf3-05ef9c5bcb23/database.sqlite-shm","../../../../../../../data/projects/9e663c73-9577-4060-bdf3-05ef9c5bcb23/database.sqlite-wal","../../../../../../../data/projects/a7e2194e-45bd-4a7c-ba34-19c062e4bad8/database.sqlite","../../../../../../../data/projects/a7e2194e-45bd-4a7c-ba34-19c062e4bad8/database.sqlite-shm","../../../../../../../data/projects/a7e2194e-45bd-4a7c-ba34-19c062e4bad8/database.sqlite-wal","../../../../../../../data/projects/c63eef59-90c2-4387-b2b8-defcc369a9a4/database.sqlite","../../../../../../../data/projects/c63eef59-90c2-4387-b2b8-defcc369a9a4/database.sqlite-shm","../../../../../../../data/projects/c63eef59-90c2-4387-b2b8-defcc369a9a4/database.sqlite-wal","../../../../../../../data/projects/ff508d48-5468-4d8d-8501-cbd349e8b84f/database.sqlite","../../../../../../../data/system.sqlite","../../../../../../../data/system.sqlite-shm","../../../../../../../data/system.sqlite-wal","../../../../../../../data/users/0d12b892-b9f7-4da9-bf1b-2940a83cb3f4/osws.sqlite","../../../../../../../data/users/0d12b892-b9f7-4da9-bf1b-2940a83cb3f4/osws.sqlite-shm","../../../../../../../data/users/0d12b892-b9f7-4da9-bf1b-2940a83cb3f4/osws.sqlite-wal","../../../../../../../data/workspaces/19c1750c-30ba-417f-b9d7-513faaa8820d/osws.sqlite","../../../../../../../data/workspaces/19c1750c-30ba-417f-b9d7-513faaa8820d/osws.sqlite-shm","../../../../../../../data/workspaces/19c1750c-30ba-417f-b9d7-513faaa8820d/osws.sqlite-wal","../../../../../../../data/workspaces/c1908c4d-6c6b-4f91-b1e9-f3923bb6d7bd/osws.sqlite","../../../../../../../data/workspaces/c1908c4d-6c6b-4f91-b1e9-f3923bb6d7bd/osws.sqlite-shm","../../../../../../../data/workspaces/c1908c4d-6c6b-4f91-b1e9-f3923bb6d7bd/osws.sqlite-wal","../../../../../../../data/workspaces/c1908c4d-6c6b-4f91-b1e9-f3923bb6d7bd/projects/090088cb-eadd-48a2-a772-e85f4c44c373/database.sqlite","../../../../../../../data/workspaces/c1908c4d-6c6b-4f91-b1e9-f3923bb6d7bd/projects/9e663c73-9577-4060-bdf3-05ef9c5bcb23/database.sqlite","../../../../../../../data/workspaces/c1908c4d-6c6b-4f91-b1e9-f3923bb6d7bd/projects/9e663c73-9577-4060-bdf3-05ef9c5bcb23/database.sqlite-shm","../../../../../../../data/workspaces/c1908c4d-6c6b-4f91-b1e9-f3923bb6d7bd/projects/9e663c73-9577-4060-bdf3-05ef9c5bcb23/database.sqlite-wal","../../../../../../../data/workspaces/c1908c4d-6c6b-4f91-b1e9-f3923bb6d7bd/projects/a7e2194e-45bd-4a7c-ba34-19c062e4bad8/database.sqlite","../../../../../../../data/workspaces/c1908c4d-6c6b-4f91-b1e9-f3923bb6d7bd/projects/a7e2194e-45bd-4a7c-ba34-19c062e4bad8/database.sqlite-shm","../../../../../../../data/workspaces/c1908c4d-6c6b-4f91-b1e9-f3923bb6d7bd/projects/a7e2194e-45bd-4a7c-ba34-19c062e4bad8/database.sqlite-wal","../../../../../../../data/workspaces/c1908c4d-6c6b-4f91-b1e9-f3923bb6d7bd/projects/c63eef59-90c2-4387-b2b8-defcc369a9a4/database.sqlite","../../../../../../../data/workspaces/c1908c4d-6c6b-4f91-b1e9-f3923bb6d7bd/projects/c63eef59-90c2-4387-b2b8-defcc369a9a4/database.sqlite-shm","../../../../../../../data/workspaces/c1908c4d-6c6b-4f91-b1e9-f3923bb6d7bd/projects/c63eef59-90c2-4387-b2b8-defcc369a9a4/database.sqlite-wal","../../../../../../../data/workspaces/c1908c4d-6c6b-4f91-b1e9-f3923bb6d7bd/projects/ff508d48-5468-4d8d-8501-cbd349e8b84f/database.sqlite","../../../../../../../data/workspaces/d9ced420-3ade-4300-ad90-98bed1a71041/osws.sqlite","../../../../../../../data/workspaces/d9ced420-3ade-4300-ad90-98bed1a71041/osws.sqlite-shm","../../../../../../../data/workspaces/d9ced420-3ade-4300-ad90-98bed1a71041/osws.sqlite-wal","../../../../../../../node_modules/better-sqlite3/build/Release/better_sqlite3.node","../../../../../../../node_modules/better-sqlite3/lib/database.js","../../../../../../../node_modules/better-sqlite3/lib/index.js","../../../../../../../node_modules/better-sqlite3/lib/methods/aggregate.js","../../../../../../../node_modules/better-sqlite3/lib/methods/backup.js","../../../../../../../node_modules/better-sqlite3/lib/methods/function.js","../../../../../../../node_modules/better-sqlite3/lib/methods/inspect.js","../../../../../../../node_modules/better-sqlite3/lib/methods/pragma.js","../../../../../../../node_modules/better-sqlite3/lib/methods/serialize.js","../../../../../../../node_modules/better-sqlite3/lib/methods/table.js","../../../../../../../node_modules/better-sqlite3/lib/methods/transaction.js","../../../../../../../node_modules/better-sqlite3/lib/methods/wrappers.js","../../../../../../../node_modules/better-sqlite3/lib/sqlite-error.js","../../../../../../../node_modules/better-sqlite3/lib/util.js","../../../../../../../node_modules/better-sqlite3/package.json","../../../../../../../node_modules/bindings/bindings.js","../../../../../../../node_modules/bindings/package.json","../../../../../../../node_modules/file-uri-to-path/index.js","../../../../../../../node_modules/file-uri-to-path/package.json","../../../../../../../node_modules/next/dist/client/components/app-router-headers.js","../../../../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../../../../node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../../../../node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../../../../node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js","../../../../../../../node_modules/next/dist/compiled/next-server/app-route.runtime.prod.js","../../../../../../../node_modules/next/dist/lib/client-and-server-references.js","../../../../../../../node_modules/next/dist/lib/constants.js","../../../../../../../node_modules/next/dist/lib/interop-default.js","../../../../../../../node_modules/next/dist/lib/is-error.js","../../../../../../../node_modules/next/dist/lib/semver-noop.js","../../../../../../../node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../../../../node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../../../../node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../../../../node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../../../../node_modules/next/dist/server/app-render/async-local-storage.js","../../../../../../../node_modules/next/dist/server/app-render/cache-signal.js","../../../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../../../../node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../../../../node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../../../../node_modules/next/dist/server/lib/cache-handlers/default.external.js","../../../../../../../node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../../../../node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../../../../node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../../../../node_modules/next/dist/server/lib/lru-cache.js","../../../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../../../../node_modules/next/dist/server/load-manifest.external.js","../../../../../../../node_modules/next/dist/server/response-cache/types.js","../../../../../../../node_modules/next/dist/shared/lib/deep-freeze.js","../../../../../../../node_modules/next/dist/shared/lib/invariant-error.js","../../../../../../../node_modules/next/dist/shared/lib/is-plain-object.js","../../../../../../../node_modules/next/dist/shared/lib/is-thenable.js","../../../../../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../../../../node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","../../../../../../../node_modules/next/dist/shared/lib/router/utils/app-paths.js","../../../../../../../node_modules/next/dist/shared/lib/segment.js","../../../../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../../../../node_modules/next/package.json","../../../../../../../package.json","../../../../../../package.json","../../../../../chunks/1331.js","../../../../../chunks/1692.js","../../../../../chunks/3659.js","../../../../../chunks/6151.js","../../../../../webpack-runtime.js","route_client-reference-manifest.js"]}
 
1
+ {"version":1,"files":["../../../../../../../data/osws.sqlite","../../../../../../../data/osws.sqlite-shm","../../../../../../../data/osws.sqlite-wal","../../../../../../../data/projects/090088cb-eadd-48a2-a772-e85f4c44c373/database.sqlite","../../../../../../../data/projects/9e663c73-9577-4060-bdf3-05ef9c5bcb23/database.sqlite","../../../../../../../data/projects/9e663c73-9577-4060-bdf3-05ef9c5bcb23/database.sqlite-shm","../../../../../../../data/projects/9e663c73-9577-4060-bdf3-05ef9c5bcb23/database.sqlite-wal","../../../../../../../data/projects/a7e2194e-45bd-4a7c-ba34-19c062e4bad8/database.sqlite","../../../../../../../data/projects/a7e2194e-45bd-4a7c-ba34-19c062e4bad8/database.sqlite-shm","../../../../../../../data/projects/a7e2194e-45bd-4a7c-ba34-19c062e4bad8/database.sqlite-wal","../../../../../../../data/projects/c63eef59-90c2-4387-b2b8-defcc369a9a4/database.sqlite","../../../../../../../data/projects/c63eef59-90c2-4387-b2b8-defcc369a9a4/database.sqlite-shm","../../../../../../../data/projects/c63eef59-90c2-4387-b2b8-defcc369a9a4/database.sqlite-wal","../../../../../../../data/projects/ff508d48-5468-4d8d-8501-cbd349e8b84f/database.sqlite","../../../../../../../data/system.sqlite","../../../../../../../data/system.sqlite-shm","../../../../../../../data/system.sqlite-wal","../../../../../../../data/users/0d12b892-b9f7-4da9-bf1b-2940a83cb3f4/osws.sqlite","../../../../../../../data/users/0d12b892-b9f7-4da9-bf1b-2940a83cb3f4/osws.sqlite-shm","../../../../../../../data/users/0d12b892-b9f7-4da9-bf1b-2940a83cb3f4/osws.sqlite-wal","../../../../../../../data/workspaces/19c1750c-30ba-417f-b9d7-513faaa8820d/osws.sqlite","../../../../../../../data/workspaces/19c1750c-30ba-417f-b9d7-513faaa8820d/osws.sqlite-shm","../../../../../../../data/workspaces/19c1750c-30ba-417f-b9d7-513faaa8820d/osws.sqlite-wal","../../../../../../../data/workspaces/19c1750c-30ba-417f-b9d7-513faaa8820d/projects/090088cb-eadd-48a2-a772-e85f4c44c373/database.sqlite","../../../../../../../data/workspaces/19c1750c-30ba-417f-b9d7-513faaa8820d/projects/9e663c73-9577-4060-bdf3-05ef9c5bcb23/database.sqlite","../../../../../../../data/workspaces/19c1750c-30ba-417f-b9d7-513faaa8820d/projects/9e663c73-9577-4060-bdf3-05ef9c5bcb23/database.sqlite-shm","../../../../../../../data/workspaces/19c1750c-30ba-417f-b9d7-513faaa8820d/projects/9e663c73-9577-4060-bdf3-05ef9c5bcb23/database.sqlite-wal","../../../../../../../data/workspaces/19c1750c-30ba-417f-b9d7-513faaa8820d/projects/a7e2194e-45bd-4a7c-ba34-19c062e4bad8/database.sqlite","../../../../../../../data/workspaces/19c1750c-30ba-417f-b9d7-513faaa8820d/projects/a7e2194e-45bd-4a7c-ba34-19c062e4bad8/database.sqlite-shm","../../../../../../../data/workspaces/19c1750c-30ba-417f-b9d7-513faaa8820d/projects/a7e2194e-45bd-4a7c-ba34-19c062e4bad8/database.sqlite-wal","../../../../../../../data/workspaces/19c1750c-30ba-417f-b9d7-513faaa8820d/projects/c63eef59-90c2-4387-b2b8-defcc369a9a4/database.sqlite","../../../../../../../data/workspaces/19c1750c-30ba-417f-b9d7-513faaa8820d/projects/c63eef59-90c2-4387-b2b8-defcc369a9a4/database.sqlite-shm","../../../../../../../data/workspaces/19c1750c-30ba-417f-b9d7-513faaa8820d/projects/c63eef59-90c2-4387-b2b8-defcc369a9a4/database.sqlite-wal","../../../../../../../data/workspaces/19c1750c-30ba-417f-b9d7-513faaa8820d/projects/ff508d48-5468-4d8d-8501-cbd349e8b84f/database.sqlite","../../../../../../../data/workspaces/c1908c4d-6c6b-4f91-b1e9-f3923bb6d7bd/osws.sqlite","../../../../../../../data/workspaces/c1908c4d-6c6b-4f91-b1e9-f3923bb6d7bd/osws.sqlite-shm","../../../../../../../data/workspaces/c1908c4d-6c6b-4f91-b1e9-f3923bb6d7bd/osws.sqlite-wal","../../../../../../../data/workspaces/c1908c4d-6c6b-4f91-b1e9-f3923bb6d7bd/projects/090088cb-eadd-48a2-a772-e85f4c44c373/database.sqlite","../../../../../../../data/workspaces/c1908c4d-6c6b-4f91-b1e9-f3923bb6d7bd/projects/9e663c73-9577-4060-bdf3-05ef9c5bcb23/database.sqlite","../../../../../../../data/workspaces/c1908c4d-6c6b-4f91-b1e9-f3923bb6d7bd/projects/9e663c73-9577-4060-bdf3-05ef9c5bcb23/database.sqlite-shm","../../../../../../../data/workspaces/c1908c4d-6c6b-4f91-b1e9-f3923bb6d7bd/projects/9e663c73-9577-4060-bdf3-05ef9c5bcb23/database.sqlite-wal","../../../../../../../data/workspaces/c1908c4d-6c6b-4f91-b1e9-f3923bb6d7bd/projects/a7e2194e-45bd-4a7c-ba34-19c062e4bad8/database.sqlite","../../../../../../../data/workspaces/c1908c4d-6c6b-4f91-b1e9-f3923bb6d7bd/projects/a7e2194e-45bd-4a7c-ba34-19c062e4bad8/database.sqlite-shm","../../../../../../../data/workspaces/c1908c4d-6c6b-4f91-b1e9-f3923bb6d7bd/projects/a7e2194e-45bd-4a7c-ba34-19c062e4bad8/database.sqlite-wal","../../../../../../../data/workspaces/c1908c4d-6c6b-4f91-b1e9-f3923bb6d7bd/projects/c63eef59-90c2-4387-b2b8-defcc369a9a4/database.sqlite","../../../../../../../data/workspaces/c1908c4d-6c6b-4f91-b1e9-f3923bb6d7bd/projects/c63eef59-90c2-4387-b2b8-defcc369a9a4/database.sqlite-shm","../../../../../../../data/workspaces/c1908c4d-6c6b-4f91-b1e9-f3923bb6d7bd/projects/c63eef59-90c2-4387-b2b8-defcc369a9a4/database.sqlite-wal","../../../../../../../data/workspaces/c1908c4d-6c6b-4f91-b1e9-f3923bb6d7bd/projects/ff508d48-5468-4d8d-8501-cbd349e8b84f/database.sqlite","../../../../../../../data/workspaces/d9ced420-3ade-4300-ad90-98bed1a71041/osws.sqlite","../../../../../../../data/workspaces/d9ced420-3ade-4300-ad90-98bed1a71041/osws.sqlite-shm","../../../../../../../data/workspaces/d9ced420-3ade-4300-ad90-98bed1a71041/osws.sqlite-wal","../../../../../../../node_modules/better-sqlite3/build/Release/better_sqlite3.node","../../../../../../../node_modules/better-sqlite3/lib/database.js","../../../../../../../node_modules/better-sqlite3/lib/index.js","../../../../../../../node_modules/better-sqlite3/lib/methods/aggregate.js","../../../../../../../node_modules/better-sqlite3/lib/methods/backup.js","../../../../../../../node_modules/better-sqlite3/lib/methods/function.js","../../../../../../../node_modules/better-sqlite3/lib/methods/inspect.js","../../../../../../../node_modules/better-sqlite3/lib/methods/pragma.js","../../../../../../../node_modules/better-sqlite3/lib/methods/serialize.js","../../../../../../../node_modules/better-sqlite3/lib/methods/table.js","../../../../../../../node_modules/better-sqlite3/lib/methods/transaction.js","../../../../../../../node_modules/better-sqlite3/lib/methods/wrappers.js","../../../../../../../node_modules/better-sqlite3/lib/sqlite-error.js","../../../../../../../node_modules/better-sqlite3/lib/util.js","../../../../../../../node_modules/better-sqlite3/package.json","../../../../../../../node_modules/bindings/bindings.js","../../../../../../../node_modules/bindings/package.json","../../../../../../../node_modules/file-uri-to-path/index.js","../../../../../../../node_modules/file-uri-to-path/package.json","../../../../../../../node_modules/next/dist/client/components/app-router-headers.js","../../../../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../../../../node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../../../../node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../../../../node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js","../../../../../../../node_modules/next/dist/compiled/next-server/app-route.runtime.prod.js","../../../../../../../node_modules/next/dist/lib/client-and-server-references.js","../../../../../../../node_modules/next/dist/lib/constants.js","../../../../../../../node_modules/next/dist/lib/interop-default.js","../../../../../../../node_modules/next/dist/lib/is-error.js","../../../../../../../node_modules/next/dist/lib/semver-noop.js","../../../../../../../node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../../../../node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../../../../node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../../../../node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../../../../node_modules/next/dist/server/app-render/async-local-storage.js","../../../../../../../node_modules/next/dist/server/app-render/cache-signal.js","../../../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../../../../node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../../../../node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../../../../node_modules/next/dist/server/lib/cache-handlers/default.external.js","../../../../../../../node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../../../../node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../../../../node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../../../../node_modules/next/dist/server/lib/lru-cache.js","../../../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../../../../node_modules/next/dist/server/load-manifest.external.js","../../../../../../../node_modules/next/dist/server/response-cache/types.js","../../../../../../../node_modules/next/dist/shared/lib/deep-freeze.js","../../../../../../../node_modules/next/dist/shared/lib/invariant-error.js","../../../../../../../node_modules/next/dist/shared/lib/is-plain-object.js","../../../../../../../node_modules/next/dist/shared/lib/is-thenable.js","../../../../../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../../../../node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","../../../../../../../node_modules/next/dist/shared/lib/router/utils/app-paths.js","../../../../../../../node_modules/next/dist/shared/lib/segment.js","../../../../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../../../../node_modules/next/package.json","../../../../../../../package.json","../../../../../../package.json","../../../../../chunks/1692.js","../../../../../chunks/3659.js","../../../../../chunks/4996.js","../../../../../chunks/6151.js","../../../../../webpack-runtime.js","route_client-reference-manifest.js"]}
.next/server/app/api/admin/users/[id]/route_client-reference-manifest.js CHANGED
@@ -1 +1 @@
1
- globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/api/admin/users/[id]/route"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"8103":{"*":{"id":"32583","name":"*","chunks":[],"async":false}},"9766":{"*":{"id":"77526","name":"*","chunks":[],"async":false}},"15278":{"*":{"id":"78922","name":"*","chunks":[],"async":false}},"16717":{"*":{"id":"8647","name":"*","chunks":[],"async":false}},"17989":{"*":{"id":"68495","name":"*","chunks":[],"async":false}},"24431":{"*":{"id":"12263","name":"*","chunks":[],"async":false}},"25782":{"*":{"id":"82016","name":"*","chunks":[],"async":false}},"33496":{"*":{"id":"65408","name":"*","chunks":[],"async":false}},"33540":{"*":{"id":"66137","name":"*","chunks":[],"async":false}},"43688":{"*":{"id":"31152","name":"*","chunks":[],"async":false}},"46131":{"*":{"id":"83133","name":"*","chunks":[],"async":false}},"57150":{"*":{"id":"54160","name":"*","chunks":[],"async":false}},"62112":{"*":{"id":"92130","name":"*","chunks":[],"async":false}},"63886":{"*":{"id":"75170","name":"*","chunks":[],"async":false}},"70240":{"*":{"id":"38502","name":"*","chunks":[],"async":false}},"75102":{"*":{"id":"17622","name":"*","chunks":[],"async":false}},"80622":{"*":{"id":"82146","name":"*","chunks":[],"async":false}},"81959":{"*":{"id":"31603","name":"*","chunks":[],"async":false}},"98124":{"*":{"id":"67600","name":"*","chunks":[],"async":false}},"98924":{"*":{"id":"29234","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/builtin/global-error.js":{"id":57150,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":57150,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/client-page.js":{"id":81959,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/client-page.js":{"id":81959,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/client-segment.js":{"id":17989,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/client-segment.js":{"id":17989,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":63886,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":63886,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/layout-router.js":{"id":9766,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/layout-router.js":{"id":9766,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/metadata/async-metadata.js":{"id":15278,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/metadata/async-metadata.js":{"id":15278,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/render-from-template-context.js":{"id":98924,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":98924,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/lib/framework/boundary-components.js":{"id":24431,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":24431,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":80622,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":80622,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/assets/globals.css":{"id":27408,"name":"*","chunks":["8001","static/chunks/8001-ab2328d010d9575c.js","4165","static/chunks/4165-2fd065a6c1436849.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-29b5b9c7b4063442.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/backend-status-banner/index.tsx":{"id":16717,"name":"*","chunks":["8001","static/chunks/8001-ab2328d010d9575c.js","4165","static/chunks/4165-2fd065a6c1436849.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-29b5b9c7b4063442.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/providers/tanstack-query-provider.tsx":{"id":46131,"name":"*","chunks":["8001","static/chunks/8001-ab2328d010d9575c.js","4165","static/chunks/4165-2fd065a6c1436849.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-29b5b9c7b4063442.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/providers/theme-provider.tsx":{"id":98124,"name":"*","chunks":["8001","static/chunks/8001-ab2328d010d9575c.js","4165","static/chunks/4165-2fd065a6c1436849.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-29b5b9c7b4063442.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/ui/sonner.tsx":{"id":70240,"name":"*","chunks":["8001","static/chunks/8001-ab2328d010d9575c.js","4165","static/chunks/4165-2fd065a6c1436849.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-29b5b9c7b4063442.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/font/google/target.css?{\"path\":\"app/layout.tsx\",\"import\":\"Inter\",\"arguments\":[{\"variable\":\"--font-inter-sans\",\"subsets\":[\"latin\"]}],\"variableName\":\"inter\"}":{"id":85568,"name":"*","chunks":["8001","static/chunks/8001-ab2328d010d9575c.js","4165","static/chunks/4165-2fd065a6c1436849.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-29b5b9c7b4063442.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/font/google/target.css?{\"path\":\"app/layout.tsx\",\"import\":\"PT_Sans\",\"arguments\":[{\"variable\":\"--font-ptSans-mono\",\"subsets\":[\"latin\"],\"weight\":[\"400\",\"700\"]}],\"variableName\":\"ptSans\"}":{"id":80231,"name":"*","chunks":["8001","static/chunks/8001-ab2328d010d9575c.js","4165","static/chunks/4165-2fd065a6c1436849.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-29b5b9c7b4063442.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/login/page.tsx":{"id":62112,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/page-wrapper/index.tsx":{"id":43688,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/page.tsx":{"id":25782,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/register/page.tsx":{"id":75102,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/test-generation/page.tsx":{"id":8103,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/page.tsx":{"id":33540,"name":"*","chunks":["5948","static/chunks/06bf0ff1-3732841f0f86d47e.js","7003","static/chunks/14258b02-ed7689e3556981a7.js","4316","static/chunks/ad2866b8-e13a3cf75ccf0eb8.js","8001","static/chunks/8001-ab2328d010d9575c.js","176","static/chunks/176-34e89399a26899a1.js","1638","static/chunks/1638-9f12a086456f3362.js","7389","static/chunks/7389-d064efe9587fa357.js","8941","static/chunks/8941-5f6f2bbd260a64ae.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7483","static/chunks/7483-61c49a2b0ab708d3.js","4735","static/chunks/4735-317a40903cee3927.js","8784","static/chunks/8784-a70de7155a979c5e.js","536","static/chunks/536-59fd9fbb0b0a321e.js","7714","static/chunks/7714-9d63785ec81e1efe.js","2133","static/chunks/2133-7b64eac0902cb1d5.js","8974","static/chunks/app/page-0354c2adb620070f.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/w/[workspaceId]/projects/page.tsx":{"id":33496,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/Users/otto/Desktop/deepstudio/osw-studio-git/":[],"/Users/otto/Desktop/deepstudio/osw-studio-git/app/layout":[{"inlined":false,"path":"static/css/82f4473c79d5d55a.css"},{"inlined":false,"path":"static/css/1138060002beec9e.css"}],"/Users/otto/Desktop/deepstudio/osw-studio-git/app/page":[],"/Users/otto/Desktop/deepstudio/osw-studio-git/app/api/admin/users/route":[],"/Users/otto/Desktop/deepstudio/osw-studio-git/app/api/admin/users/[id]/route":[]},"rscModuleMapping":{"8103":{"*":{"id":"60940","name":"*","chunks":[],"async":false}},"9766":{"*":{"id":"6060","name":"*","chunks":[],"async":false}},"15278":{"*":{"id":"7184","name":"*","chunks":[],"async":false}},"16717":{"*":{"id":"69369","name":"*","chunks":[],"async":false}},"17989":{"*":{"id":"36893","name":"*","chunks":[],"async":false}},"24431":{"*":{"id":"73041","name":"*","chunks":[],"async":false}},"25782":{"*":{"id":"37734","name":"*","chunks":[],"async":false}},"27408":{"*":{"id":"94348","name":"*","chunks":[],"async":false}},"33496":{"*":{"id":"17498","name":"*","chunks":[],"async":false}},"33540":{"*":{"id":"17742","name":"*","chunks":[],"async":false}},"43688":{"*":{"id":"2054","name":"*","chunks":[],"async":false}},"46131":{"*":{"id":"69507","name":"*","chunks":[],"async":false}},"57150":{"*":{"id":"81170","name":"*","chunks":[],"async":false}},"62112":{"*":{"id":"7760","name":"*","chunks":[],"async":false}},"63886":{"*":{"id":"89748","name":"*","chunks":[],"async":false}},"70240":{"*":{"id":"20656","name":"*","chunks":[],"async":false}},"75102":{"*":{"id":"3716","name":"*","chunks":[],"async":false}},"80622":{"*":{"id":"51384","name":"*","chunks":[],"async":false}},"81959":{"*":{"id":"23597","name":"*","chunks":[],"async":false}},"98124":{"*":{"id":"26262","name":"*","chunks":[],"async":false}},"98924":{"*":{"id":"69576","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}}
 
1
+ globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/api/admin/users/[id]/route"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"8103":{"*":{"id":"32583","name":"*","chunks":[],"async":false}},"9766":{"*":{"id":"77526","name":"*","chunks":[],"async":false}},"15278":{"*":{"id":"78922","name":"*","chunks":[],"async":false}},"16717":{"*":{"id":"8647","name":"*","chunks":[],"async":false}},"17989":{"*":{"id":"68495","name":"*","chunks":[],"async":false}},"18720":{"*":{"id":"42830","name":"*","chunks":[],"async":false}},"24431":{"*":{"id":"12263","name":"*","chunks":[],"async":false}},"25782":{"*":{"id":"82016","name":"*","chunks":[],"async":false}},"33496":{"*":{"id":"65408","name":"*","chunks":[],"async":false}},"43688":{"*":{"id":"31152","name":"*","chunks":[],"async":false}},"46131":{"*":{"id":"83133","name":"*","chunks":[],"async":false}},"57150":{"*":{"id":"54160","name":"*","chunks":[],"async":false}},"62112":{"*":{"id":"92130","name":"*","chunks":[],"async":false}},"63886":{"*":{"id":"75170","name":"*","chunks":[],"async":false}},"70240":{"*":{"id":"38502","name":"*","chunks":[],"async":false}},"75102":{"*":{"id":"17622","name":"*","chunks":[],"async":false}},"80622":{"*":{"id":"82146","name":"*","chunks":[],"async":false}},"81959":{"*":{"id":"31603","name":"*","chunks":[],"async":false}},"86807":{"*":{"id":"74034","name":"*","chunks":[],"async":false}},"98124":{"*":{"id":"67600","name":"*","chunks":[],"async":false}},"98924":{"*":{"id":"29234","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/builtin/global-error.js":{"id":57150,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":57150,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/client-page.js":{"id":81959,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/client-page.js":{"id":81959,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/client-segment.js":{"id":17989,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/client-segment.js":{"id":17989,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":63886,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":63886,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/layout-router.js":{"id":9766,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/layout-router.js":{"id":9766,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/metadata/async-metadata.js":{"id":15278,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/metadata/async-metadata.js":{"id":15278,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/render-from-template-context.js":{"id":98924,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":98924,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/lib/framework/boundary-components.js":{"id":24431,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":24431,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":80622,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":80622,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/assets/globals.css":{"id":27408,"name":"*","chunks":["8720","static/chunks/8720-6c3c0c904bca3f2e.js","4156","static/chunks/4156-321b7a8c31fe95b6.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-e6b6991471e946a3.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/backend-status-banner/index.tsx":{"id":16717,"name":"*","chunks":["8720","static/chunks/8720-6c3c0c904bca3f2e.js","4156","static/chunks/4156-321b7a8c31fe95b6.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-e6b6991471e946a3.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/providers/tanstack-query-provider.tsx":{"id":46131,"name":"*","chunks":["8720","static/chunks/8720-6c3c0c904bca3f2e.js","4156","static/chunks/4156-321b7a8c31fe95b6.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-e6b6991471e946a3.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/providers/theme-provider.tsx":{"id":98124,"name":"*","chunks":["8720","static/chunks/8720-6c3c0c904bca3f2e.js","4156","static/chunks/4156-321b7a8c31fe95b6.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-e6b6991471e946a3.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/ui/sonner.tsx":{"id":70240,"name":"*","chunks":["8720","static/chunks/8720-6c3c0c904bca3f2e.js","4156","static/chunks/4156-321b7a8c31fe95b6.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-e6b6991471e946a3.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/font/google/target.css?{\"path\":\"app/layout.tsx\",\"import\":\"Inter\",\"arguments\":[{\"variable\":\"--font-inter-sans\",\"subsets\":[\"latin\"]}],\"variableName\":\"inter\"}":{"id":85568,"name":"*","chunks":["8720","static/chunks/8720-6c3c0c904bca3f2e.js","4156","static/chunks/4156-321b7a8c31fe95b6.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-e6b6991471e946a3.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/font/google/target.css?{\"path\":\"app/layout.tsx\",\"import\":\"PT_Sans\",\"arguments\":[{\"variable\":\"--font-ptSans-mono\",\"subsets\":[\"latin\"],\"weight\":[\"400\",\"700\"]}],\"variableName\":\"ptSans\"}":{"id":80231,"name":"*","chunks":["8720","static/chunks/8720-6c3c0c904bca3f2e.js","4156","static/chunks/4156-321b7a8c31fe95b6.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-e6b6991471e946a3.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/sonner/dist/index.mjs":{"id":18720,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/page.tsx":{"id":25782,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/login/page.tsx":{"id":62112,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/register/page.tsx":{"id":75102,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/page-wrapper/index.tsx":{"id":43688,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/page.tsx":{"id":86807,"name":"*","chunks":["5948","static/chunks/06bf0ff1-3732841f0f86d47e.js","7003","static/chunks/14258b02-ed7689e3556981a7.js","4316","static/chunks/ad2866b8-e13a3cf75ccf0eb8.js","8720","static/chunks/8720-6c3c0c904bca3f2e.js","176","static/chunks/176-34e89399a26899a1.js","7543","static/chunks/7543-50a94862c006ca07.js","7389","static/chunks/7389-d064efe9587fa357.js","8941","static/chunks/8941-5f6f2bbd260a64ae.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7483","static/chunks/7483-f07a06bb00bfffea.js","4735","static/chunks/4735-317a40903cee3927.js","8784","static/chunks/8784-a70de7155a979c5e.js","536","static/chunks/536-59fd9fbb0b0a321e.js","7714","static/chunks/7714-f0a155d98ed994f5.js","8238","static/chunks/8238-79d46861a211a0d5.js","8974","static/chunks/app/page-c77a30bec88016f7.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/test-generation/page.tsx":{"id":8103,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/w/[workspaceId]/projects/page.tsx":{"id":33496,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/Users/otto/Desktop/deepstudio/osw-studio-git/":[],"/Users/otto/Desktop/deepstudio/osw-studio-git/app/layout":[{"inlined":false,"path":"static/css/82f4473c79d5d55a.css"},{"inlined":false,"path":"static/css/1138060002beec9e.css"}],"/Users/otto/Desktop/deepstudio/osw-studio-git/app/page":[],"/Users/otto/Desktop/deepstudio/osw-studio-git/app/api/admin/users/route":[],"/Users/otto/Desktop/deepstudio/osw-studio-git/app/api/admin/users/[id]/route":[]},"rscModuleMapping":{"8103":{"*":{"id":"60940","name":"*","chunks":[],"async":false}},"9766":{"*":{"id":"6060","name":"*","chunks":[],"async":false}},"15278":{"*":{"id":"7184","name":"*","chunks":[],"async":false}},"16717":{"*":{"id":"69369","name":"*","chunks":[],"async":false}},"17989":{"*":{"id":"36893","name":"*","chunks":[],"async":false}},"18720":{"*":{"id":"16076","name":"*","chunks":[],"async":false}},"24431":{"*":{"id":"73041","name":"*","chunks":[],"async":false}},"25782":{"*":{"id":"37734","name":"*","chunks":[],"async":false}},"27408":{"*":{"id":"94348","name":"*","chunks":[],"async":false}},"33496":{"*":{"id":"17498","name":"*","chunks":[],"async":false}},"43688":{"*":{"id":"2054","name":"*","chunks":[],"async":false}},"46131":{"*":{"id":"69507","name":"*","chunks":[],"async":false}},"57150":{"*":{"id":"81170","name":"*","chunks":[],"async":false}},"62112":{"*":{"id":"7760","name":"*","chunks":[],"async":false}},"63886":{"*":{"id":"89748","name":"*","chunks":[],"async":false}},"70240":{"*":{"id":"20656","name":"*","chunks":[],"async":false}},"75102":{"*":{"id":"3716","name":"*","chunks":[],"async":false}},"80622":{"*":{"id":"51384","name":"*","chunks":[],"async":false}},"81959":{"*":{"id":"23597","name":"*","chunks":[],"async":false}},"86807":{"*":{"id":"17742","name":"*","chunks":[],"async":false}},"98124":{"*":{"id":"26262","name":"*","chunks":[],"async":false}},"98924":{"*":{"id":"69576","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}}
.next/server/app/api/admin/users/route.js CHANGED
@@ -1 +1 @@
1
- (()=>{var a={};a.id=6950,a.ids=[6950],a.modules={261:a=>{"use strict";a.exports=require("next/dist/shared/lib/router/utils/app-paths")},3295:a=>{"use strict";a.exports=require("next/dist/server/app-render/after-task-async-storage.external.js")},10846:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},16519:(a,b,c)=>{"use strict";c.r(b),c.d(b,{handler:()=>M,patchFetch:()=>L,routeModule:()=>H,serverHooks:()=>K,workAsyncStorage:()=>I,workUnitAsyncStorage:()=>J});var d={};c.r(d),c.d(d,{GET:()=>F,POST:()=>G});var e=c(95736),f=c(9117),g=c(4044),h=c(39326),i=c(32324),j=c(261),k=c(54290),l=c(85328),m=c(38928),n=c(46595),o=c(3421),p=c(17679),q=c(41681),r=c(63446),s=c(86439),t=c(51356),u=c(10641),v=c(39588),w=c(63659),x=c(17006),y=c(87550),z=c.n(y),A=c(33873),B=c.n(A),C=c(29021),D=c.n(C);function E(){return process.env.DATA_DIR||B().join(process.cwd(),"data")}async function F(a){try{if(!((0,v.IZ)(a)||await (0,v.oC)()).isAdmin)return u.NextResponse.json({error:"Admin access required"},{status:403});let b=(0,w.listUsers)().map(a=>{let b=function(a){let b=(0,w.listUserWorkspaces)(a),c=0,d=null;for(let a of b){let b=B().join(E(),"workspaces",a.id,"osws.sqlite");if(D().existsSync(b))try{let a=new(z())(b,{readonly:!0});if(a.prepare("SELECT name FROM sqlite_master WHERE type='table' AND name='projects'").get()){c+=a.prepare("SELECT COUNT(*) as count FROM projects").get().count;let b=a.prepare("SELECT updated_at FROM projects ORDER BY updated_at DESC LIMIT 1").get();b?.updated_at&&(!d||b.updated_at>d)&&(d=b.updated_at)}a.close()}catch{}}return{projectCount:c,lastActive:d}}(a.id);return{id:a.id,email:a.email,displayName:a.display_name,isAdmin:1===a.is_admin,active:1===a.active,workspaces:(0,w.listUserWorkspaces)(a.id),projectCount:b.projectCount,storageMb:function(a){let b=(0,w.listUserWorkspaces)(a),c=0;for(let a of b)c+=function a(b){let c=0;try{for(let d of D().readdirSync(b,{withFileTypes:!0})){let e=B().join(b,d.name);d.isDirectory()?c+=a(e):d.isFile()&&(c+=D().statSync(e).size)}}catch{}return c}(B().join(E(),"workspaces",a.id));return Math.round(c/1048576*10)/10}(a.id),lastActive:b.lastActive,createdAt:a.created_at,updatedAt:a.updated_at}});return u.NextResponse.json({users:b})}catch(a){if(a instanceof Error&&"Unauthorized"===a.message)return u.NextResponse.json({error:"Unauthorized"},{status:401});return u.NextResponse.json({error:"Failed to list users"},{status:500})}}async function G(a){try{let b;if(!((0,v.IZ)(a)||await (0,v.oC)()).isAdmin)return u.NextResponse.json({error:"Admin access required"},{status:403});let{email:d,password:e,displayName:f,workspaceAssignment:g,workspaceId:h,isAdmin:i}=await a.json();if(!d||!e)return u.NextResponse.json({error:"Email and password are required"},{status:400});if((0,w.getUserByEmail)(d))return u.NextResponse.json({error:"A user with this email already exists"},{status:409});let j=await (0,x.E)(e),k=(0,w.createUser)(d,j,f||void 0);if(i){let{updateUser:a}=await Promise.resolve().then(c.bind(c,63659));a(k,{active:1}),(await Promise.resolve().then(c.bind(c,63659))).getSystemDatabase().prepare("UPDATE users SET is_admin = 1 WHERE id = ?").run(k)}if("existing"===g&&h){let{grantWorkspaceAccess:a}=await Promise.resolve().then(c.bind(c,63659));a(k,h,"editor"),(0,w.setDefaultWorkspace)(k,h),b=h}else if("none"!==g){let a=f?`${f}'s Workspace`:"My Workspace";b=(0,w.createWorkspace)(a,k),(0,w.setDefaultWorkspace)(k,b)}return u.NextResponse.json({id:k,workspaceId:b},{status:201})}catch(a){if(a instanceof Error&&"Unauthorized"===a.message)return u.NextResponse.json({error:"Unauthorized"},{status:401});return u.NextResponse.json({error:"Failed to create user"},{status:500})}}let H=new e.AppRouteRouteModule({definition:{kind:f.RouteKind.APP_ROUTE,page:"/api/admin/users/route",pathname:"/api/admin/users",filename:"route",bundlePath:"app/api/admin/users/route"},distDir:".next",relativeProjectDir:"",resolvedPagePath:"/Users/otto/Desktop/deepstudio/osw-studio-git/app/api/admin/users/route.ts",nextConfigOutput:"standalone",userland:d}),{workAsyncStorage:I,workUnitAsyncStorage:J,serverHooks:K}=H;function L(){return(0,g.patchFetch)({workAsyncStorage:I,workUnitAsyncStorage:J})}async function M(a,b,c){var d;let e="/api/admin/users/route";"/index"===e&&(e="/");let g=await H.prepare(a,b,{srcPage:e,multiZoneDraftMode:!1});if(!g)return b.statusCode=400,b.end("Bad Request"),null==c.waitUntil||c.waitUntil.call(c,Promise.resolve()),null;let{buildId:u,params:v,nextConfig:w,isDraftMode:x,prerenderManifest:y,routerServerContext:z,isOnDemandRevalidate:A,revalidateOnlyGenerated:B,resolvedPathname:C}=g,D=(0,j.normalizeAppPath)(e),E=!!(y.dynamicRoutes[D]||y.routes[C]);if(E&&!x){let a=!!y.routes[C],b=y.dynamicRoutes[D];if(b&&!1===b.fallback&&!a)throw new s.NoFallbackError}let F=null;!E||H.isDev||x||(F="/index"===(F=C)?"/":F);let G=!0===H.isDev||!E,I=E&&!G,J=a.method||"GET",K=(0,i.getTracer)(),L=K.getActiveScopeSpan(),M={params:v,prerenderManifest:y,renderOpts:{experimental:{cacheComponents:!!w.experimental.cacheComponents,authInterrupts:!!w.experimental.authInterrupts},supportsDynamicResponse:G,incrementalCache:(0,h.getRequestMeta)(a,"incrementalCache"),cacheLifeProfiles:null==(d=w.experimental)?void 0:d.cacheLife,isRevalidate:I,waitUntil:c.waitUntil,onClose:a=>{b.on("close",a)},onAfterTaskError:void 0,onInstrumentationRequestError:(b,c,d)=>H.onRequestError(a,b,d,z)},sharedContext:{buildId:u}},N=new k.NodeNextRequest(a),O=new k.NodeNextResponse(b),P=l.NextRequestAdapter.fromNodeNextRequest(N,(0,l.signalFromNodeResponse)(b));try{let d=async c=>H.handle(P,M).finally(()=>{if(!c)return;c.setAttributes({"http.status_code":b.statusCode,"next.rsc":!1});let d=K.getRootSpanAttributes();if(!d)return;if(d.get("next.span_type")!==m.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${d.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let e=d.get("next.route");if(e){let a=`${J} ${e}`;c.setAttributes({"next.route":e,"http.route":e,"next.span_name":a}),c.updateName(a)}else c.updateName(`${J} ${a.url}`)}),g=async g=>{var i,j;let k=async({previousCacheEntry:f})=>{try{if(!(0,h.getRequestMeta)(a,"minimalMode")&&A&&B&&!f)return b.statusCode=404,b.setHeader("x-nextjs-cache","REVALIDATED"),b.end("This page could not be found"),null;let e=await d(g);a.fetchMetrics=M.renderOpts.fetchMetrics;let i=M.renderOpts.pendingWaitUntil;i&&c.waitUntil&&(c.waitUntil(i),i=void 0);let j=M.renderOpts.collectedTags;if(!E)return await (0,o.I)(N,O,e,M.renderOpts.pendingWaitUntil),null;{let a=await e.blob(),b=(0,p.toNodeOutgoingHttpHeaders)(e.headers);j&&(b[r.NEXT_CACHE_TAGS_HEADER]=j),!b["content-type"]&&a.type&&(b["content-type"]=a.type);let c=void 0!==M.renderOpts.collectedRevalidate&&!(M.renderOpts.collectedRevalidate>=r.INFINITE_CACHE)&&M.renderOpts.collectedRevalidate,d=void 0===M.renderOpts.collectedExpire||M.renderOpts.collectedExpire>=r.INFINITE_CACHE?void 0:M.renderOpts.collectedExpire;return{value:{kind:t.CachedRouteKind.APP_ROUTE,status:e.status,body:Buffer.from(await a.arrayBuffer()),headers:b},cacheControl:{revalidate:c,expire:d}}}}catch(b){throw(null==f?void 0:f.isStale)&&await H.onRequestError(a,b,{routerKind:"App Router",routePath:e,routeType:"route",revalidateReason:(0,n.c)({isRevalidate:I,isOnDemandRevalidate:A})},z),b}},l=await H.handleResponse({req:a,nextConfig:w,cacheKey:F,routeKind:f.RouteKind.APP_ROUTE,isFallback:!1,prerenderManifest:y,isRoutePPREnabled:!1,isOnDemandRevalidate:A,revalidateOnlyGenerated:B,responseGenerator:k,waitUntil:c.waitUntil});if(!E)return null;if((null==l||null==(i=l.value)?void 0:i.kind)!==t.CachedRouteKind.APP_ROUTE)throw Object.defineProperty(Error(`Invariant: app-route received invalid cache entry ${null==l||null==(j=l.value)?void 0:j.kind}`),"__NEXT_ERROR_CODE",{value:"E701",enumerable:!1,configurable:!0});(0,h.getRequestMeta)(a,"minimalMode")||b.setHeader("x-nextjs-cache",A?"REVALIDATED":l.isMiss?"MISS":l.isStale?"STALE":"HIT"),x&&b.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate");let m=(0,p.fromNodeOutgoingHttpHeaders)(l.value.headers);return(0,h.getRequestMeta)(a,"minimalMode")&&E||m.delete(r.NEXT_CACHE_TAGS_HEADER),!l.cacheControl||b.getHeader("Cache-Control")||m.get("Cache-Control")||m.set("Cache-Control",(0,q.getCacheControlHeader)(l.cacheControl)),await (0,o.I)(N,O,new Response(l.value.body,{headers:m,status:l.value.status||200})),null};L?await g(L):await K.withPropagatedContext(a.headers,()=>K.trace(m.BaseServerSpan.handleRequest,{spanName:`${J} ${a.url}`,kind:i.SpanKind.SERVER,attributes:{"http.method":J,"http.target":a.url}},g))}catch(b){if(b instanceof s.NoFallbackError||await H.onRequestError(a,b,{routerKind:"App Router",routePath:D,routeType:"route",revalidateReason:(0,n.c)({isRevalidate:I,isOnDemandRevalidate:A})}),E)throw b;return await (0,o.I)(N,O,new Response(null,{status:500})),null}}},17006:(a,b,c)=>{"use strict";c.d(b,{E:()=>f,B:()=>g});let d=require("bcrypt");var e=c.n(d);async function f(a){return e().hash(a,12)}async function g(a,b){return e().compare(a,b)}},19121:a=>{"use strict";a.exports=require("next/dist/server/app-render/action-async-storage.external.js")},29021:a=>{"use strict";a.exports=require("fs")},29294:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-async-storage.external.js")},33873:a=>{"use strict";a.exports=require("path")},39588:(a,b,c)=>{"use strict";c.d(b,{C0:()=>n,Ht:()=>m,IX:()=>h,IZ:()=>p,Md:()=>i,Qg:()=>q,jw:()=>k,ll:()=>s,oC:()=>o});var d=c(84440),e=c(47671),f=c(86802),g=c(55511);let h="osw_session",i=864e5;function j(){let a=process.env.SESSION_SECRET;if(!a)throw Error("SESSION_SECRET environment variable not set");return new TextEncoder().encode(a)}async function k(a,b,c=!1){let e=j(),f=Math.floor((Date.now()+i)/1e3);return await new d.P({userId:a,email:b,isAdmin:c}).setProtectedHeader({alg:"HS256"}).setExpirationTime(f).setIssuedAt().sign(e)}async function l(a){try{let b=j(),{payload:c}=await (0,e.V)(a,b);return{userId:c.userId,email:c.email,isAdmin:c.isAdmin,exp:c.exp}}catch(a){return null}}async function m(){if("true"===process.env.OSW_DESKTOP)return{userId:"desktop",email:"desktop@localhost",isAdmin:!0,exp:0x3afff4417f};let a=await (0,f.UL)(),b=a.get(h)?.value;if(!b)return null;let d=await l(b);if(!d)return null;if("admin"!==d.userId&&"desktop"!==d.userId&&"instance-api"!==d.userId)try{let{getUserById:a}=await c.e(3659).then(c.bind(c,63659));if(!a(d.userId))return null}catch{}return d}async function n(){(await (0,f.UL)()).delete(h)}async function o(){let a=await m();if(!a)throw Error("Unauthorized");return a}function p(a){let b=a.headers.get("x-instance-api-key"),c=process.env.INSTANCE_API_KEY;if(!b||!c)return null;try{let a=Buffer.from(b),d=Buffer.from(c);if(a.length!==d.length||!(0,g.timingSafeEqual)(a,d))return null}catch{return null}let d=process.env.GATEWAY_IPS;if(d){let b=a.headers.get("cf-connecting-ip")||a.headers.get("x-real-ip")||a.headers.get("x-forwarded-for")?.split(",")[0]?.trim(),c=new Set(d.split(",").map(a=>a.trim()));if(!b||!c.has(b))return null}return{userId:"instance-api",email:"api@instance",isAdmin:!0,exp:Math.floor(Date.now()/1e3)+3600}}async function q(a){let b=j();return await new d.P({userId:a,purpose:"handoff",jti:crypto.randomUUID()}).setProtectedHeader({alg:"HS256"}).setExpirationTime("30s").setIssuedAt().sign(b)}let r=new Map;async function s(a){try{let b=j(),{payload:c}=await (0,e.V)(a,b);if("handoff"!==c.purpose)return null;let d=c.jti;if(!d||r.has(d))return null;r.set(d,Date.now());let f=Date.now()-6e4;for(let[a,b]of r)b<f&&r.delete(a);return{userId:c.userId}}catch{return null}}},44870:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-route.runtime.prod.js")},55511:a=>{"use strict";a.exports=require("crypto")},63033:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},78335:()=>{},86439:a=>{"use strict";a.exports=require("next/dist/shared/lib/no-fallback-error.external")},87550:a=>{"use strict";a.exports=require("better-sqlite3")},96487:()=>{}};var b=require("../../../../webpack-runtime.js");b.C(a);var c=b.X(0,[1331,1692,6151,3659],()=>b(b.s=16519));module.exports=c})();
 
1
+ (()=>{var a={};a.id=6950,a.ids=[6950],a.modules={261:a=>{"use strict";a.exports=require("next/dist/shared/lib/router/utils/app-paths")},3295:a=>{"use strict";a.exports=require("next/dist/server/app-render/after-task-async-storage.external.js")},10846:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},16519:(a,b,c)=>{"use strict";c.r(b),c.d(b,{handler:()=>M,patchFetch:()=>L,routeModule:()=>H,serverHooks:()=>K,workAsyncStorage:()=>I,workUnitAsyncStorage:()=>J});var d={};c.r(d),c.d(d,{GET:()=>F,POST:()=>G});var e=c(95736),f=c(9117),g=c(4044),h=c(39326),i=c(32324),j=c(261),k=c(54290),l=c(85328),m=c(38928),n=c(46595),o=c(3421),p=c(17679),q=c(41681),r=c(63446),s=c(86439),t=c(51356),u=c(10641),v=c(39588),w=c(63659),x=c(17006),y=c(87550),z=c.n(y),A=c(33873),B=c.n(A),C=c(29021),D=c.n(C);function E(){return process.env.DATA_DIR||B().join(process.cwd(),"data")}async function F(a){try{if(!((0,v.IZ)(a)||await (0,v.oC)()).isAdmin)return u.NextResponse.json({error:"Admin access required"},{status:403});let b=(0,w.listUsers)().map(a=>{let b=function(a){let b=(0,w.listUserWorkspaces)(a),c=0,d=null;for(let a of b){let b=B().join(E(),"workspaces",a.id,"osws.sqlite");if(D().existsSync(b))try{let a=new(z())(b,{readonly:!0});if(a.prepare("SELECT name FROM sqlite_master WHERE type='table' AND name='projects'").get()){c+=a.prepare("SELECT COUNT(*) as count FROM projects").get().count;let b=a.prepare("SELECT updated_at FROM projects ORDER BY updated_at DESC LIMIT 1").get();b?.updated_at&&(!d||b.updated_at>d)&&(d=b.updated_at)}a.close()}catch{}}return{projectCount:c,lastActive:d}}(a.id);return{id:a.id,email:a.email,displayName:a.display_name,isAdmin:1===a.is_admin,active:1===a.active,workspaces:(0,w.listUserWorkspaces)(a.id),projectCount:b.projectCount,storageMb:function(a){let b=(0,w.listUserWorkspaces)(a),c=0;for(let a of b)c+=function a(b){let c=0;try{for(let d of D().readdirSync(b,{withFileTypes:!0})){let e=B().join(b,d.name);d.isDirectory()?c+=a(e):d.isFile()&&(c+=D().statSync(e).size)}}catch{}return c}(B().join(E(),"workspaces",a.id));return Math.round(c/1048576*10)/10}(a.id),lastActive:b.lastActive,createdAt:a.created_at,updatedAt:a.updated_at}});return u.NextResponse.json({users:b})}catch(a){if(a instanceof Error&&"Unauthorized"===a.message)return u.NextResponse.json({error:"Unauthorized"},{status:401});return u.NextResponse.json({error:"Failed to list users"},{status:500})}}async function G(a){try{let b;if(!((0,v.IZ)(a)||await (0,v.oC)()).isAdmin)return u.NextResponse.json({error:"Admin access required"},{status:403});let{email:d,password:e,displayName:f,workspaceAssignment:g,workspaceId:h,isAdmin:i}=await a.json();if(!d||!e)return u.NextResponse.json({error:"Email and password are required"},{status:400});if((0,w.getUserByEmail)(d))return u.NextResponse.json({error:"A user with this email already exists"},{status:409});let j=await (0,x.E)(e),k=(0,w.createUser)(d,j,f||void 0);if(i){let{updateUser:a}=await Promise.resolve().then(c.bind(c,63659));a(k,{active:1}),(await Promise.resolve().then(c.bind(c,63659))).getSystemDatabase().prepare("UPDATE users SET is_admin = 1 WHERE id = ?").run(k)}if("existing"===g&&h){let{grantWorkspaceAccess:a}=await Promise.resolve().then(c.bind(c,63659));a(k,h,"editor"),(0,w.setDefaultWorkspace)(k,h),b=h}else if("none"!==g){let a=f?`${f}'s Workspace`:"My Workspace";b=(0,w.createWorkspace)(a,k),(0,w.setDefaultWorkspace)(k,b)}return u.NextResponse.json({id:k,workspaceId:b},{status:201})}catch(a){if(a instanceof Error&&"Unauthorized"===a.message)return u.NextResponse.json({error:"Unauthorized"},{status:401});return u.NextResponse.json({error:"Failed to create user"},{status:500})}}let H=new e.AppRouteRouteModule({definition:{kind:f.RouteKind.APP_ROUTE,page:"/api/admin/users/route",pathname:"/api/admin/users",filename:"route",bundlePath:"app/api/admin/users/route"},distDir:".next",relativeProjectDir:"",resolvedPagePath:"/Users/otto/Desktop/deepstudio/osw-studio-git/app/api/admin/users/route.ts",nextConfigOutput:"standalone",userland:d}),{workAsyncStorage:I,workUnitAsyncStorage:J,serverHooks:K}=H;function L(){return(0,g.patchFetch)({workAsyncStorage:I,workUnitAsyncStorage:J})}async function M(a,b,c){var d;let e="/api/admin/users/route";"/index"===e&&(e="/");let g=await H.prepare(a,b,{srcPage:e,multiZoneDraftMode:!1});if(!g)return b.statusCode=400,b.end("Bad Request"),null==c.waitUntil||c.waitUntil.call(c,Promise.resolve()),null;let{buildId:u,params:v,nextConfig:w,isDraftMode:x,prerenderManifest:y,routerServerContext:z,isOnDemandRevalidate:A,revalidateOnlyGenerated:B,resolvedPathname:C}=g,D=(0,j.normalizeAppPath)(e),E=!!(y.dynamicRoutes[D]||y.routes[C]);if(E&&!x){let a=!!y.routes[C],b=y.dynamicRoutes[D];if(b&&!1===b.fallback&&!a)throw new s.NoFallbackError}let F=null;!E||H.isDev||x||(F="/index"===(F=C)?"/":F);let G=!0===H.isDev||!E,I=E&&!G,J=a.method||"GET",K=(0,i.getTracer)(),L=K.getActiveScopeSpan(),M={params:v,prerenderManifest:y,renderOpts:{experimental:{cacheComponents:!!w.experimental.cacheComponents,authInterrupts:!!w.experimental.authInterrupts},supportsDynamicResponse:G,incrementalCache:(0,h.getRequestMeta)(a,"incrementalCache"),cacheLifeProfiles:null==(d=w.experimental)?void 0:d.cacheLife,isRevalidate:I,waitUntil:c.waitUntil,onClose:a=>{b.on("close",a)},onAfterTaskError:void 0,onInstrumentationRequestError:(b,c,d)=>H.onRequestError(a,b,d,z)},sharedContext:{buildId:u}},N=new k.NodeNextRequest(a),O=new k.NodeNextResponse(b),P=l.NextRequestAdapter.fromNodeNextRequest(N,(0,l.signalFromNodeResponse)(b));try{let d=async c=>H.handle(P,M).finally(()=>{if(!c)return;c.setAttributes({"http.status_code":b.statusCode,"next.rsc":!1});let d=K.getRootSpanAttributes();if(!d)return;if(d.get("next.span_type")!==m.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${d.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let e=d.get("next.route");if(e){let a=`${J} ${e}`;c.setAttributes({"next.route":e,"http.route":e,"next.span_name":a}),c.updateName(a)}else c.updateName(`${J} ${a.url}`)}),g=async g=>{var i,j;let k=async({previousCacheEntry:f})=>{try{if(!(0,h.getRequestMeta)(a,"minimalMode")&&A&&B&&!f)return b.statusCode=404,b.setHeader("x-nextjs-cache","REVALIDATED"),b.end("This page could not be found"),null;let e=await d(g);a.fetchMetrics=M.renderOpts.fetchMetrics;let i=M.renderOpts.pendingWaitUntil;i&&c.waitUntil&&(c.waitUntil(i),i=void 0);let j=M.renderOpts.collectedTags;if(!E)return await (0,o.I)(N,O,e,M.renderOpts.pendingWaitUntil),null;{let a=await e.blob(),b=(0,p.toNodeOutgoingHttpHeaders)(e.headers);j&&(b[r.NEXT_CACHE_TAGS_HEADER]=j),!b["content-type"]&&a.type&&(b["content-type"]=a.type);let c=void 0!==M.renderOpts.collectedRevalidate&&!(M.renderOpts.collectedRevalidate>=r.INFINITE_CACHE)&&M.renderOpts.collectedRevalidate,d=void 0===M.renderOpts.collectedExpire||M.renderOpts.collectedExpire>=r.INFINITE_CACHE?void 0:M.renderOpts.collectedExpire;return{value:{kind:t.CachedRouteKind.APP_ROUTE,status:e.status,body:Buffer.from(await a.arrayBuffer()),headers:b},cacheControl:{revalidate:c,expire:d}}}}catch(b){throw(null==f?void 0:f.isStale)&&await H.onRequestError(a,b,{routerKind:"App Router",routePath:e,routeType:"route",revalidateReason:(0,n.c)({isRevalidate:I,isOnDemandRevalidate:A})},z),b}},l=await H.handleResponse({req:a,nextConfig:w,cacheKey:F,routeKind:f.RouteKind.APP_ROUTE,isFallback:!1,prerenderManifest:y,isRoutePPREnabled:!1,isOnDemandRevalidate:A,revalidateOnlyGenerated:B,responseGenerator:k,waitUntil:c.waitUntil});if(!E)return null;if((null==l||null==(i=l.value)?void 0:i.kind)!==t.CachedRouteKind.APP_ROUTE)throw Object.defineProperty(Error(`Invariant: app-route received invalid cache entry ${null==l||null==(j=l.value)?void 0:j.kind}`),"__NEXT_ERROR_CODE",{value:"E701",enumerable:!1,configurable:!0});(0,h.getRequestMeta)(a,"minimalMode")||b.setHeader("x-nextjs-cache",A?"REVALIDATED":l.isMiss?"MISS":l.isStale?"STALE":"HIT"),x&&b.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate");let m=(0,p.fromNodeOutgoingHttpHeaders)(l.value.headers);return(0,h.getRequestMeta)(a,"minimalMode")&&E||m.delete(r.NEXT_CACHE_TAGS_HEADER),!l.cacheControl||b.getHeader("Cache-Control")||m.get("Cache-Control")||m.set("Cache-Control",(0,q.getCacheControlHeader)(l.cacheControl)),await (0,o.I)(N,O,new Response(l.value.body,{headers:m,status:l.value.status||200})),null};L?await g(L):await K.withPropagatedContext(a.headers,()=>K.trace(m.BaseServerSpan.handleRequest,{spanName:`${J} ${a.url}`,kind:i.SpanKind.SERVER,attributes:{"http.method":J,"http.target":a.url}},g))}catch(b){if(b instanceof s.NoFallbackError||await H.onRequestError(a,b,{routerKind:"App Router",routePath:D,routeType:"route",revalidateReason:(0,n.c)({isRevalidate:I,isOnDemandRevalidate:A})}),E)throw b;return await (0,o.I)(N,O,new Response(null,{status:500})),null}}},17006:(a,b,c)=>{"use strict";c.d(b,{E:()=>f,B:()=>g});let d=require("bcrypt");var e=c.n(d);async function f(a){return e().hash(a,12)}async function g(a,b){return e().compare(a,b)}},19121:a=>{"use strict";a.exports=require("next/dist/server/app-render/action-async-storage.external.js")},29021:a=>{"use strict";a.exports=require("fs")},29294:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-async-storage.external.js")},33873:a=>{"use strict";a.exports=require("path")},39588:(a,b,c)=>{"use strict";c.d(b,{C0:()=>n,Ht:()=>m,IX:()=>h,IZ:()=>p,Md:()=>i,Qg:()=>q,gV:()=>l,jw:()=>k,ll:()=>s,oC:()=>o});var d=c(84440),e=c(47671),f=c(86802),g=c(55511);let h="osw_session",i=864e5;function j(){let a=process.env.SESSION_SECRET;if(!a)throw Error("SESSION_SECRET environment variable not set");return new TextEncoder().encode(a)}async function k(a,b,c=!1){let e=j(),f=Math.floor((Date.now()+i)/1e3);return await new d.P({userId:a,email:b,isAdmin:c}).setProtectedHeader({alg:"HS256"}).setExpirationTime(f).setIssuedAt().sign(e)}async function l(a){try{let b=j(),{payload:c}=await (0,e.V)(a,b);return{userId:c.userId,email:c.email,isAdmin:c.isAdmin,exp:c.exp}}catch(a){return null}}async function m(){if("true"===process.env.OSW_DESKTOP)return{userId:"desktop",email:"desktop@localhost",isAdmin:!0,exp:0x3afff4417f};let a=await (0,f.UL)(),b=a.get(h)?.value;if(!b)return null;let d=await l(b);if(!d)return null;if("admin"!==d.userId&&"desktop"!==d.userId&&"instance-api"!==d.userId)try{let{getUserById:a}=await c.e(3659).then(c.bind(c,63659));if(!a(d.userId))return null}catch{}return d}async function n(){(await (0,f.UL)()).delete(h)}async function o(){let a=await m();if(!a)throw Error("Unauthorized");return a}function p(a){let b=a.headers.get("x-instance-api-key"),c=process.env.INSTANCE_API_KEY;if(!b||!c)return null;try{let a=Buffer.from(b),d=Buffer.from(c);if(a.length!==d.length||!(0,g.timingSafeEqual)(a,d))return null}catch{return null}let d=process.env.GATEWAY_IPS;if(d){let b=a.headers.get("cf-connecting-ip")||a.headers.get("x-real-ip")||a.headers.get("x-forwarded-for")?.split(",")[0]?.trim(),c=new Set(d.split(",").map(a=>a.trim()));if(!b||!c.has(b))return null}return{userId:"instance-api",email:"api@instance",isAdmin:!0,exp:Math.floor(Date.now()/1e3)+3600}}async function q(a){let b=j();return await new d.P({userId:a,purpose:"handoff",jti:crypto.randomUUID()}).setProtectedHeader({alg:"HS256"}).setExpirationTime("30s").setIssuedAt().sign(b)}let r=new Map;async function s(a){try{let b=j(),{payload:c}=await (0,e.V)(a,b);if("handoff"!==c.purpose)return null;let d=c.jti;if(!d||r.has(d))return null;r.set(d,Date.now());let f=Date.now()-6e4;for(let[a,b]of r)b<f&&r.delete(a);return{userId:c.userId}}catch{return null}}},44870:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-route.runtime.prod.js")},55511:a=>{"use strict";a.exports=require("crypto")},63033:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},78335:()=>{},86439:a=>{"use strict";a.exports=require("next/dist/shared/lib/no-fallback-error.external")},87550:a=>{"use strict";a.exports=require("better-sqlite3")},96487:()=>{}};var b=require("../../../../webpack-runtime.js");b.C(a);var c=b.X(0,[4996,1692,6151,3659],()=>b(b.s=16519));module.exports=c})();
.next/server/app/api/admin/users/route.js.nft.json CHANGED
@@ -1 +1 @@
1
- {"version":1,"files":["../../../../../../data/osws.sqlite","../../../../../../data/osws.sqlite-shm","../../../../../../data/osws.sqlite-wal","../../../../../../data/projects/090088cb-eadd-48a2-a772-e85f4c44c373/database.sqlite","../../../../../../data/projects/9e663c73-9577-4060-bdf3-05ef9c5bcb23/database.sqlite","../../../../../../data/projects/9e663c73-9577-4060-bdf3-05ef9c5bcb23/database.sqlite-shm","../../../../../../data/projects/9e663c73-9577-4060-bdf3-05ef9c5bcb23/database.sqlite-wal","../../../../../../data/projects/a7e2194e-45bd-4a7c-ba34-19c062e4bad8/database.sqlite","../../../../../../data/projects/a7e2194e-45bd-4a7c-ba34-19c062e4bad8/database.sqlite-shm","../../../../../../data/projects/a7e2194e-45bd-4a7c-ba34-19c062e4bad8/database.sqlite-wal","../../../../../../data/projects/c63eef59-90c2-4387-b2b8-defcc369a9a4/database.sqlite","../../../../../../data/projects/c63eef59-90c2-4387-b2b8-defcc369a9a4/database.sqlite-shm","../../../../../../data/projects/c63eef59-90c2-4387-b2b8-defcc369a9a4/database.sqlite-wal","../../../../../../data/projects/ff508d48-5468-4d8d-8501-cbd349e8b84f/database.sqlite","../../../../../../data/system.sqlite","../../../../../../data/system.sqlite-shm","../../../../../../data/system.sqlite-wal","../../../../../../data/users/0d12b892-b9f7-4da9-bf1b-2940a83cb3f4/osws.sqlite","../../../../../../data/users/0d12b892-b9f7-4da9-bf1b-2940a83cb3f4/osws.sqlite-shm","../../../../../../data/users/0d12b892-b9f7-4da9-bf1b-2940a83cb3f4/osws.sqlite-wal","../../../../../../data/workspaces/19c1750c-30ba-417f-b9d7-513faaa8820d/osws.sqlite","../../../../../../data/workspaces/19c1750c-30ba-417f-b9d7-513faaa8820d/osws.sqlite-shm","../../../../../../data/workspaces/19c1750c-30ba-417f-b9d7-513faaa8820d/osws.sqlite-wal","../../../../../../data/workspaces/c1908c4d-6c6b-4f91-b1e9-f3923bb6d7bd/osws.sqlite","../../../../../../data/workspaces/c1908c4d-6c6b-4f91-b1e9-f3923bb6d7bd/osws.sqlite-shm","../../../../../../data/workspaces/c1908c4d-6c6b-4f91-b1e9-f3923bb6d7bd/osws.sqlite-wal","../../../../../../data/workspaces/c1908c4d-6c6b-4f91-b1e9-f3923bb6d7bd/projects/090088cb-eadd-48a2-a772-e85f4c44c373/database.sqlite","../../../../../../data/workspaces/c1908c4d-6c6b-4f91-b1e9-f3923bb6d7bd/projects/9e663c73-9577-4060-bdf3-05ef9c5bcb23/database.sqlite","../../../../../../data/workspaces/c1908c4d-6c6b-4f91-b1e9-f3923bb6d7bd/projects/9e663c73-9577-4060-bdf3-05ef9c5bcb23/database.sqlite-shm","../../../../../../data/workspaces/c1908c4d-6c6b-4f91-b1e9-f3923bb6d7bd/projects/9e663c73-9577-4060-bdf3-05ef9c5bcb23/database.sqlite-wal","../../../../../../data/workspaces/c1908c4d-6c6b-4f91-b1e9-f3923bb6d7bd/projects/a7e2194e-45bd-4a7c-ba34-19c062e4bad8/database.sqlite","../../../../../../data/workspaces/c1908c4d-6c6b-4f91-b1e9-f3923bb6d7bd/projects/a7e2194e-45bd-4a7c-ba34-19c062e4bad8/database.sqlite-shm","../../../../../../data/workspaces/c1908c4d-6c6b-4f91-b1e9-f3923bb6d7bd/projects/a7e2194e-45bd-4a7c-ba34-19c062e4bad8/database.sqlite-wal","../../../../../../data/workspaces/c1908c4d-6c6b-4f91-b1e9-f3923bb6d7bd/projects/c63eef59-90c2-4387-b2b8-defcc369a9a4/database.sqlite","../../../../../../data/workspaces/c1908c4d-6c6b-4f91-b1e9-f3923bb6d7bd/projects/c63eef59-90c2-4387-b2b8-defcc369a9a4/database.sqlite-shm","../../../../../../data/workspaces/c1908c4d-6c6b-4f91-b1e9-f3923bb6d7bd/projects/c63eef59-90c2-4387-b2b8-defcc369a9a4/database.sqlite-wal","../../../../../../data/workspaces/c1908c4d-6c6b-4f91-b1e9-f3923bb6d7bd/projects/ff508d48-5468-4d8d-8501-cbd349e8b84f/database.sqlite","../../../../../../data/workspaces/d9ced420-3ade-4300-ad90-98bed1a71041/osws.sqlite","../../../../../../data/workspaces/d9ced420-3ade-4300-ad90-98bed1a71041/osws.sqlite-shm","../../../../../../data/workspaces/d9ced420-3ade-4300-ad90-98bed1a71041/osws.sqlite-wal","../../../../../../node_modules/bcrypt/bcrypt.js","../../../../../../node_modules/bcrypt/package.json","../../../../../../node_modules/bcrypt/prebuilds/darwin-arm64/bcrypt.node","../../../../../../node_modules/bcrypt/promises.js","../../../../../../node_modules/better-sqlite3/build/Release/better_sqlite3.node","../../../../../../node_modules/better-sqlite3/lib/database.js","../../../../../../node_modules/better-sqlite3/lib/index.js","../../../../../../node_modules/better-sqlite3/lib/methods/aggregate.js","../../../../../../node_modules/better-sqlite3/lib/methods/backup.js","../../../../../../node_modules/better-sqlite3/lib/methods/function.js","../../../../../../node_modules/better-sqlite3/lib/methods/inspect.js","../../../../../../node_modules/better-sqlite3/lib/methods/pragma.js","../../../../../../node_modules/better-sqlite3/lib/methods/serialize.js","../../../../../../node_modules/better-sqlite3/lib/methods/table.js","../../../../../../node_modules/better-sqlite3/lib/methods/transaction.js","../../../../../../node_modules/better-sqlite3/lib/methods/wrappers.js","../../../../../../node_modules/better-sqlite3/lib/sqlite-error.js","../../../../../../node_modules/better-sqlite3/lib/util.js","../../../../../../node_modules/better-sqlite3/package.json","../../../../../../node_modules/bindings/bindings.js","../../../../../../node_modules/bindings/package.json","../../../../../../node_modules/file-uri-to-path/index.js","../../../../../../node_modules/file-uri-to-path/package.json","../../../../../../node_modules/next/dist/client/components/app-router-headers.js","../../../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../../../node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../../../node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../../../node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js","../../../../../../node_modules/next/dist/compiled/next-server/app-route.runtime.prod.js","../../../../../../node_modules/next/dist/lib/client-and-server-references.js","../../../../../../node_modules/next/dist/lib/constants.js","../../../../../../node_modules/next/dist/lib/interop-default.js","../../../../../../node_modules/next/dist/lib/is-error.js","../../../../../../node_modules/next/dist/lib/semver-noop.js","../../../../../../node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/async-local-storage.js","../../../../../../node_modules/next/dist/server/app-render/cache-signal.js","../../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../../../node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../../../node_modules/next/dist/server/lib/cache-handlers/default.external.js","../../../../../../node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../../../node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../../../node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../../../node_modules/next/dist/server/lib/lru-cache.js","../../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../../../node_modules/next/dist/server/load-manifest.external.js","../../../../../../node_modules/next/dist/server/response-cache/types.js","../../../../../../node_modules/next/dist/shared/lib/deep-freeze.js","../../../../../../node_modules/next/dist/shared/lib/invariant-error.js","../../../../../../node_modules/next/dist/shared/lib/is-plain-object.js","../../../../../../node_modules/next/dist/shared/lib/is-thenable.js","../../../../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../../../node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","../../../../../../node_modules/next/dist/shared/lib/router/utils/app-paths.js","../../../../../../node_modules/next/dist/shared/lib/segment.js","../../../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../../../node_modules/next/package.json","../../../../../../node_modules/node-gyp-build/index.js","../../../../../../node_modules/node-gyp-build/node-gyp-build.js","../../../../../../node_modules/node-gyp-build/package.json","../../../../../../package.json","../../../../../package.json","../../../../chunks/1331.js","../../../../chunks/1692.js","../../../../chunks/3659.js","../../../../chunks/6151.js","../../../../webpack-runtime.js","route_client-reference-manifest.js"]}
 
1
+ {"version":1,"files":["../../../../../../data/osws.sqlite","../../../../../../data/osws.sqlite-shm","../../../../../../data/osws.sqlite-wal","../../../../../../data/projects/090088cb-eadd-48a2-a772-e85f4c44c373/database.sqlite","../../../../../../data/projects/9e663c73-9577-4060-bdf3-05ef9c5bcb23/database.sqlite","../../../../../../data/projects/9e663c73-9577-4060-bdf3-05ef9c5bcb23/database.sqlite-shm","../../../../../../data/projects/9e663c73-9577-4060-bdf3-05ef9c5bcb23/database.sqlite-wal","../../../../../../data/projects/a7e2194e-45bd-4a7c-ba34-19c062e4bad8/database.sqlite","../../../../../../data/projects/a7e2194e-45bd-4a7c-ba34-19c062e4bad8/database.sqlite-shm","../../../../../../data/projects/a7e2194e-45bd-4a7c-ba34-19c062e4bad8/database.sqlite-wal","../../../../../../data/projects/c63eef59-90c2-4387-b2b8-defcc369a9a4/database.sqlite","../../../../../../data/projects/c63eef59-90c2-4387-b2b8-defcc369a9a4/database.sqlite-shm","../../../../../../data/projects/c63eef59-90c2-4387-b2b8-defcc369a9a4/database.sqlite-wal","../../../../../../data/projects/ff508d48-5468-4d8d-8501-cbd349e8b84f/database.sqlite","../../../../../../data/system.sqlite","../../../../../../data/system.sqlite-shm","../../../../../../data/system.sqlite-wal","../../../../../../data/users/0d12b892-b9f7-4da9-bf1b-2940a83cb3f4/osws.sqlite","../../../../../../data/users/0d12b892-b9f7-4da9-bf1b-2940a83cb3f4/osws.sqlite-shm","../../../../../../data/users/0d12b892-b9f7-4da9-bf1b-2940a83cb3f4/osws.sqlite-wal","../../../../../../data/workspaces/19c1750c-30ba-417f-b9d7-513faaa8820d/osws.sqlite","../../../../../../data/workspaces/19c1750c-30ba-417f-b9d7-513faaa8820d/osws.sqlite-shm","../../../../../../data/workspaces/19c1750c-30ba-417f-b9d7-513faaa8820d/osws.sqlite-wal","../../../../../../data/workspaces/19c1750c-30ba-417f-b9d7-513faaa8820d/projects/090088cb-eadd-48a2-a772-e85f4c44c373/database.sqlite","../../../../../../data/workspaces/19c1750c-30ba-417f-b9d7-513faaa8820d/projects/9e663c73-9577-4060-bdf3-05ef9c5bcb23/database.sqlite","../../../../../../data/workspaces/19c1750c-30ba-417f-b9d7-513faaa8820d/projects/9e663c73-9577-4060-bdf3-05ef9c5bcb23/database.sqlite-shm","../../../../../../data/workspaces/19c1750c-30ba-417f-b9d7-513faaa8820d/projects/9e663c73-9577-4060-bdf3-05ef9c5bcb23/database.sqlite-wal","../../../../../../data/workspaces/19c1750c-30ba-417f-b9d7-513faaa8820d/projects/a7e2194e-45bd-4a7c-ba34-19c062e4bad8/database.sqlite","../../../../../../data/workspaces/19c1750c-30ba-417f-b9d7-513faaa8820d/projects/a7e2194e-45bd-4a7c-ba34-19c062e4bad8/database.sqlite-shm","../../../../../../data/workspaces/19c1750c-30ba-417f-b9d7-513faaa8820d/projects/a7e2194e-45bd-4a7c-ba34-19c062e4bad8/database.sqlite-wal","../../../../../../data/workspaces/19c1750c-30ba-417f-b9d7-513faaa8820d/projects/c63eef59-90c2-4387-b2b8-defcc369a9a4/database.sqlite","../../../../../../data/workspaces/19c1750c-30ba-417f-b9d7-513faaa8820d/projects/c63eef59-90c2-4387-b2b8-defcc369a9a4/database.sqlite-shm","../../../../../../data/workspaces/19c1750c-30ba-417f-b9d7-513faaa8820d/projects/c63eef59-90c2-4387-b2b8-defcc369a9a4/database.sqlite-wal","../../../../../../data/workspaces/19c1750c-30ba-417f-b9d7-513faaa8820d/projects/ff508d48-5468-4d8d-8501-cbd349e8b84f/database.sqlite","../../../../../../data/workspaces/c1908c4d-6c6b-4f91-b1e9-f3923bb6d7bd/osws.sqlite","../../../../../../data/workspaces/c1908c4d-6c6b-4f91-b1e9-f3923bb6d7bd/osws.sqlite-shm","../../../../../../data/workspaces/c1908c4d-6c6b-4f91-b1e9-f3923bb6d7bd/osws.sqlite-wal","../../../../../../data/workspaces/c1908c4d-6c6b-4f91-b1e9-f3923bb6d7bd/projects/090088cb-eadd-48a2-a772-e85f4c44c373/database.sqlite","../../../../../../data/workspaces/c1908c4d-6c6b-4f91-b1e9-f3923bb6d7bd/projects/9e663c73-9577-4060-bdf3-05ef9c5bcb23/database.sqlite","../../../../../../data/workspaces/c1908c4d-6c6b-4f91-b1e9-f3923bb6d7bd/projects/9e663c73-9577-4060-bdf3-05ef9c5bcb23/database.sqlite-shm","../../../../../../data/workspaces/c1908c4d-6c6b-4f91-b1e9-f3923bb6d7bd/projects/9e663c73-9577-4060-bdf3-05ef9c5bcb23/database.sqlite-wal","../../../../../../data/workspaces/c1908c4d-6c6b-4f91-b1e9-f3923bb6d7bd/projects/a7e2194e-45bd-4a7c-ba34-19c062e4bad8/database.sqlite","../../../../../../data/workspaces/c1908c4d-6c6b-4f91-b1e9-f3923bb6d7bd/projects/a7e2194e-45bd-4a7c-ba34-19c062e4bad8/database.sqlite-shm","../../../../../../data/workspaces/c1908c4d-6c6b-4f91-b1e9-f3923bb6d7bd/projects/a7e2194e-45bd-4a7c-ba34-19c062e4bad8/database.sqlite-wal","../../../../../../data/workspaces/c1908c4d-6c6b-4f91-b1e9-f3923bb6d7bd/projects/c63eef59-90c2-4387-b2b8-defcc369a9a4/database.sqlite","../../../../../../data/workspaces/c1908c4d-6c6b-4f91-b1e9-f3923bb6d7bd/projects/c63eef59-90c2-4387-b2b8-defcc369a9a4/database.sqlite-shm","../../../../../../data/workspaces/c1908c4d-6c6b-4f91-b1e9-f3923bb6d7bd/projects/c63eef59-90c2-4387-b2b8-defcc369a9a4/database.sqlite-wal","../../../../../../data/workspaces/c1908c4d-6c6b-4f91-b1e9-f3923bb6d7bd/projects/ff508d48-5468-4d8d-8501-cbd349e8b84f/database.sqlite","../../../../../../data/workspaces/d9ced420-3ade-4300-ad90-98bed1a71041/osws.sqlite","../../../../../../data/workspaces/d9ced420-3ade-4300-ad90-98bed1a71041/osws.sqlite-shm","../../../../../../data/workspaces/d9ced420-3ade-4300-ad90-98bed1a71041/osws.sqlite-wal","../../../../../../node_modules/bcrypt/bcrypt.js","../../../../../../node_modules/bcrypt/package.json","../../../../../../node_modules/bcrypt/prebuilds/darwin-arm64/bcrypt.node","../../../../../../node_modules/bcrypt/promises.js","../../../../../../node_modules/better-sqlite3/build/Release/better_sqlite3.node","../../../../../../node_modules/better-sqlite3/lib/database.js","../../../../../../node_modules/better-sqlite3/lib/index.js","../../../../../../node_modules/better-sqlite3/lib/methods/aggregate.js","../../../../../../node_modules/better-sqlite3/lib/methods/backup.js","../../../../../../node_modules/better-sqlite3/lib/methods/function.js","../../../../../../node_modules/better-sqlite3/lib/methods/inspect.js","../../../../../../node_modules/better-sqlite3/lib/methods/pragma.js","../../../../../../node_modules/better-sqlite3/lib/methods/serialize.js","../../../../../../node_modules/better-sqlite3/lib/methods/table.js","../../../../../../node_modules/better-sqlite3/lib/methods/transaction.js","../../../../../../node_modules/better-sqlite3/lib/methods/wrappers.js","../../../../../../node_modules/better-sqlite3/lib/sqlite-error.js","../../../../../../node_modules/better-sqlite3/lib/util.js","../../../../../../node_modules/better-sqlite3/package.json","../../../../../../node_modules/bindings/bindings.js","../../../../../../node_modules/bindings/package.json","../../../../../../node_modules/file-uri-to-path/index.js","../../../../../../node_modules/file-uri-to-path/package.json","../../../../../../node_modules/next/dist/client/components/app-router-headers.js","../../../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../../../node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../../../node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../../../node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js","../../../../../../node_modules/next/dist/compiled/next-server/app-route.runtime.prod.js","../../../../../../node_modules/next/dist/lib/client-and-server-references.js","../../../../../../node_modules/next/dist/lib/constants.js","../../../../../../node_modules/next/dist/lib/interop-default.js","../../../../../../node_modules/next/dist/lib/is-error.js","../../../../../../node_modules/next/dist/lib/semver-noop.js","../../../../../../node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/async-local-storage.js","../../../../../../node_modules/next/dist/server/app-render/cache-signal.js","../../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../../../node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../../../node_modules/next/dist/server/lib/cache-handlers/default.external.js","../../../../../../node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../../../node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../../../node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../../../node_modules/next/dist/server/lib/lru-cache.js","../../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../../../node_modules/next/dist/server/load-manifest.external.js","../../../../../../node_modules/next/dist/server/response-cache/types.js","../../../../../../node_modules/next/dist/shared/lib/deep-freeze.js","../../../../../../node_modules/next/dist/shared/lib/invariant-error.js","../../../../../../node_modules/next/dist/shared/lib/is-plain-object.js","../../../../../../node_modules/next/dist/shared/lib/is-thenable.js","../../../../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../../../node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","../../../../../../node_modules/next/dist/shared/lib/router/utils/app-paths.js","../../../../../../node_modules/next/dist/shared/lib/segment.js","../../../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../../../node_modules/next/package.json","../../../../../../node_modules/node-gyp-build/index.js","../../../../../../node_modules/node-gyp-build/node-gyp-build.js","../../../../../../node_modules/node-gyp-build/package.json","../../../../../../package.json","../../../../../package.json","../../../../chunks/1692.js","../../../../chunks/3659.js","../../../../chunks/4996.js","../../../../chunks/6151.js","../../../../webpack-runtime.js","route_client-reference-manifest.js"]}
.next/server/app/api/admin/users/route_client-reference-manifest.js CHANGED
@@ -1 +1 @@
1
- globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/api/admin/users/route"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"8103":{"*":{"id":"32583","name":"*","chunks":[],"async":false}},"9766":{"*":{"id":"77526","name":"*","chunks":[],"async":false}},"15278":{"*":{"id":"78922","name":"*","chunks":[],"async":false}},"16717":{"*":{"id":"8647","name":"*","chunks":[],"async":false}},"17989":{"*":{"id":"68495","name":"*","chunks":[],"async":false}},"24431":{"*":{"id":"12263","name":"*","chunks":[],"async":false}},"25782":{"*":{"id":"82016","name":"*","chunks":[],"async":false}},"33496":{"*":{"id":"65408","name":"*","chunks":[],"async":false}},"33540":{"*":{"id":"66137","name":"*","chunks":[],"async":false}},"43688":{"*":{"id":"31152","name":"*","chunks":[],"async":false}},"46131":{"*":{"id":"83133","name":"*","chunks":[],"async":false}},"57150":{"*":{"id":"54160","name":"*","chunks":[],"async":false}},"62112":{"*":{"id":"92130","name":"*","chunks":[],"async":false}},"63886":{"*":{"id":"75170","name":"*","chunks":[],"async":false}},"70240":{"*":{"id":"38502","name":"*","chunks":[],"async":false}},"75102":{"*":{"id":"17622","name":"*","chunks":[],"async":false}},"80622":{"*":{"id":"82146","name":"*","chunks":[],"async":false}},"81959":{"*":{"id":"31603","name":"*","chunks":[],"async":false}},"98124":{"*":{"id":"67600","name":"*","chunks":[],"async":false}},"98924":{"*":{"id":"29234","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/builtin/global-error.js":{"id":57150,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":57150,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/client-page.js":{"id":81959,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/client-page.js":{"id":81959,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/client-segment.js":{"id":17989,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/client-segment.js":{"id":17989,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":63886,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":63886,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/layout-router.js":{"id":9766,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/layout-router.js":{"id":9766,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/metadata/async-metadata.js":{"id":15278,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/metadata/async-metadata.js":{"id":15278,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/render-from-template-context.js":{"id":98924,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":98924,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/lib/framework/boundary-components.js":{"id":24431,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":24431,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":80622,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":80622,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/assets/globals.css":{"id":27408,"name":"*","chunks":["8001","static/chunks/8001-ab2328d010d9575c.js","4165","static/chunks/4165-2fd065a6c1436849.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-29b5b9c7b4063442.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/backend-status-banner/index.tsx":{"id":16717,"name":"*","chunks":["8001","static/chunks/8001-ab2328d010d9575c.js","4165","static/chunks/4165-2fd065a6c1436849.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-29b5b9c7b4063442.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/providers/tanstack-query-provider.tsx":{"id":46131,"name":"*","chunks":["8001","static/chunks/8001-ab2328d010d9575c.js","4165","static/chunks/4165-2fd065a6c1436849.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-29b5b9c7b4063442.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/providers/theme-provider.tsx":{"id":98124,"name":"*","chunks":["8001","static/chunks/8001-ab2328d010d9575c.js","4165","static/chunks/4165-2fd065a6c1436849.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-29b5b9c7b4063442.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/ui/sonner.tsx":{"id":70240,"name":"*","chunks":["8001","static/chunks/8001-ab2328d010d9575c.js","4165","static/chunks/4165-2fd065a6c1436849.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-29b5b9c7b4063442.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/font/google/target.css?{\"path\":\"app/layout.tsx\",\"import\":\"Inter\",\"arguments\":[{\"variable\":\"--font-inter-sans\",\"subsets\":[\"latin\"]}],\"variableName\":\"inter\"}":{"id":85568,"name":"*","chunks":["8001","static/chunks/8001-ab2328d010d9575c.js","4165","static/chunks/4165-2fd065a6c1436849.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-29b5b9c7b4063442.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/font/google/target.css?{\"path\":\"app/layout.tsx\",\"import\":\"PT_Sans\",\"arguments\":[{\"variable\":\"--font-ptSans-mono\",\"subsets\":[\"latin\"],\"weight\":[\"400\",\"700\"]}],\"variableName\":\"ptSans\"}":{"id":80231,"name":"*","chunks":["8001","static/chunks/8001-ab2328d010d9575c.js","4165","static/chunks/4165-2fd065a6c1436849.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-29b5b9c7b4063442.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/login/page.tsx":{"id":62112,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/page-wrapper/index.tsx":{"id":43688,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/page.tsx":{"id":25782,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/register/page.tsx":{"id":75102,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/test-generation/page.tsx":{"id":8103,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/page.tsx":{"id":33540,"name":"*","chunks":["5948","static/chunks/06bf0ff1-3732841f0f86d47e.js","7003","static/chunks/14258b02-ed7689e3556981a7.js","4316","static/chunks/ad2866b8-e13a3cf75ccf0eb8.js","8001","static/chunks/8001-ab2328d010d9575c.js","176","static/chunks/176-34e89399a26899a1.js","1638","static/chunks/1638-9f12a086456f3362.js","7389","static/chunks/7389-d064efe9587fa357.js","8941","static/chunks/8941-5f6f2bbd260a64ae.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7483","static/chunks/7483-61c49a2b0ab708d3.js","4735","static/chunks/4735-317a40903cee3927.js","8784","static/chunks/8784-a70de7155a979c5e.js","536","static/chunks/536-59fd9fbb0b0a321e.js","7714","static/chunks/7714-9d63785ec81e1efe.js","2133","static/chunks/2133-7b64eac0902cb1d5.js","8974","static/chunks/app/page-0354c2adb620070f.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/w/[workspaceId]/projects/page.tsx":{"id":33496,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/Users/otto/Desktop/deepstudio/osw-studio-git/":[],"/Users/otto/Desktop/deepstudio/osw-studio-git/app/layout":[{"inlined":false,"path":"static/css/82f4473c79d5d55a.css"},{"inlined":false,"path":"static/css/1138060002beec9e.css"}],"/Users/otto/Desktop/deepstudio/osw-studio-git/app/page":[],"/Users/otto/Desktop/deepstudio/osw-studio-git/app/api/admin/users/route":[]},"rscModuleMapping":{"8103":{"*":{"id":"60940","name":"*","chunks":[],"async":false}},"9766":{"*":{"id":"6060","name":"*","chunks":[],"async":false}},"15278":{"*":{"id":"7184","name":"*","chunks":[],"async":false}},"16717":{"*":{"id":"69369","name":"*","chunks":[],"async":false}},"17989":{"*":{"id":"36893","name":"*","chunks":[],"async":false}},"24431":{"*":{"id":"73041","name":"*","chunks":[],"async":false}},"25782":{"*":{"id":"37734","name":"*","chunks":[],"async":false}},"27408":{"*":{"id":"94348","name":"*","chunks":[],"async":false}},"33496":{"*":{"id":"17498","name":"*","chunks":[],"async":false}},"33540":{"*":{"id":"17742","name":"*","chunks":[],"async":false}},"43688":{"*":{"id":"2054","name":"*","chunks":[],"async":false}},"46131":{"*":{"id":"69507","name":"*","chunks":[],"async":false}},"57150":{"*":{"id":"81170","name":"*","chunks":[],"async":false}},"62112":{"*":{"id":"7760","name":"*","chunks":[],"async":false}},"63886":{"*":{"id":"89748","name":"*","chunks":[],"async":false}},"70240":{"*":{"id":"20656","name":"*","chunks":[],"async":false}},"75102":{"*":{"id":"3716","name":"*","chunks":[],"async":false}},"80622":{"*":{"id":"51384","name":"*","chunks":[],"async":false}},"81959":{"*":{"id":"23597","name":"*","chunks":[],"async":false}},"98124":{"*":{"id":"26262","name":"*","chunks":[],"async":false}},"98924":{"*":{"id":"69576","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}}
 
1
+ globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/api/admin/users/route"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"8103":{"*":{"id":"32583","name":"*","chunks":[],"async":false}},"9766":{"*":{"id":"77526","name":"*","chunks":[],"async":false}},"15278":{"*":{"id":"78922","name":"*","chunks":[],"async":false}},"16717":{"*":{"id":"8647","name":"*","chunks":[],"async":false}},"17989":{"*":{"id":"68495","name":"*","chunks":[],"async":false}},"18720":{"*":{"id":"42830","name":"*","chunks":[],"async":false}},"24431":{"*":{"id":"12263","name":"*","chunks":[],"async":false}},"25782":{"*":{"id":"82016","name":"*","chunks":[],"async":false}},"33496":{"*":{"id":"65408","name":"*","chunks":[],"async":false}},"43688":{"*":{"id":"31152","name":"*","chunks":[],"async":false}},"46131":{"*":{"id":"83133","name":"*","chunks":[],"async":false}},"57150":{"*":{"id":"54160","name":"*","chunks":[],"async":false}},"62112":{"*":{"id":"92130","name":"*","chunks":[],"async":false}},"63886":{"*":{"id":"75170","name":"*","chunks":[],"async":false}},"70240":{"*":{"id":"38502","name":"*","chunks":[],"async":false}},"75102":{"*":{"id":"17622","name":"*","chunks":[],"async":false}},"80622":{"*":{"id":"82146","name":"*","chunks":[],"async":false}},"81959":{"*":{"id":"31603","name":"*","chunks":[],"async":false}},"86807":{"*":{"id":"74034","name":"*","chunks":[],"async":false}},"98124":{"*":{"id":"67600","name":"*","chunks":[],"async":false}},"98924":{"*":{"id":"29234","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/builtin/global-error.js":{"id":57150,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":57150,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/client-page.js":{"id":81959,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/client-page.js":{"id":81959,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/client-segment.js":{"id":17989,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/client-segment.js":{"id":17989,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":63886,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":63886,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/layout-router.js":{"id":9766,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/layout-router.js":{"id":9766,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/metadata/async-metadata.js":{"id":15278,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/metadata/async-metadata.js":{"id":15278,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/render-from-template-context.js":{"id":98924,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":98924,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/lib/framework/boundary-components.js":{"id":24431,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":24431,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":80622,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":80622,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/assets/globals.css":{"id":27408,"name":"*","chunks":["8720","static/chunks/8720-6c3c0c904bca3f2e.js","4156","static/chunks/4156-321b7a8c31fe95b6.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-e6b6991471e946a3.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/backend-status-banner/index.tsx":{"id":16717,"name":"*","chunks":["8720","static/chunks/8720-6c3c0c904bca3f2e.js","4156","static/chunks/4156-321b7a8c31fe95b6.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-e6b6991471e946a3.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/providers/tanstack-query-provider.tsx":{"id":46131,"name":"*","chunks":["8720","static/chunks/8720-6c3c0c904bca3f2e.js","4156","static/chunks/4156-321b7a8c31fe95b6.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-e6b6991471e946a3.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/providers/theme-provider.tsx":{"id":98124,"name":"*","chunks":["8720","static/chunks/8720-6c3c0c904bca3f2e.js","4156","static/chunks/4156-321b7a8c31fe95b6.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-e6b6991471e946a3.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/ui/sonner.tsx":{"id":70240,"name":"*","chunks":["8720","static/chunks/8720-6c3c0c904bca3f2e.js","4156","static/chunks/4156-321b7a8c31fe95b6.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-e6b6991471e946a3.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/font/google/target.css?{\"path\":\"app/layout.tsx\",\"import\":\"Inter\",\"arguments\":[{\"variable\":\"--font-inter-sans\",\"subsets\":[\"latin\"]}],\"variableName\":\"inter\"}":{"id":85568,"name":"*","chunks":["8720","static/chunks/8720-6c3c0c904bca3f2e.js","4156","static/chunks/4156-321b7a8c31fe95b6.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-e6b6991471e946a3.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/font/google/target.css?{\"path\":\"app/layout.tsx\",\"import\":\"PT_Sans\",\"arguments\":[{\"variable\":\"--font-ptSans-mono\",\"subsets\":[\"latin\"],\"weight\":[\"400\",\"700\"]}],\"variableName\":\"ptSans\"}":{"id":80231,"name":"*","chunks":["8720","static/chunks/8720-6c3c0c904bca3f2e.js","4156","static/chunks/4156-321b7a8c31fe95b6.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7177","static/chunks/app/layout-e6b6991471e946a3.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/sonner/dist/index.mjs":{"id":18720,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/page.tsx":{"id":25782,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/login/page.tsx":{"id":62112,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/register/page.tsx":{"id":75102,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/page-wrapper/index.tsx":{"id":43688,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/page.tsx":{"id":86807,"name":"*","chunks":["5948","static/chunks/06bf0ff1-3732841f0f86d47e.js","7003","static/chunks/14258b02-ed7689e3556981a7.js","4316","static/chunks/ad2866b8-e13a3cf75ccf0eb8.js","8720","static/chunks/8720-6c3c0c904bca3f2e.js","176","static/chunks/176-34e89399a26899a1.js","7543","static/chunks/7543-50a94862c006ca07.js","7389","static/chunks/7389-d064efe9587fa357.js","8941","static/chunks/8941-5f6f2bbd260a64ae.js","7625","static/chunks/7625-3e99f3a22fc35ba0.js","7483","static/chunks/7483-f07a06bb00bfffea.js","4735","static/chunks/4735-317a40903cee3927.js","8784","static/chunks/8784-a70de7155a979c5e.js","536","static/chunks/536-59fd9fbb0b0a321e.js","7714","static/chunks/7714-f0a155d98ed994f5.js","8238","static/chunks/8238-79d46861a211a0d5.js","8974","static/chunks/app/page-c77a30bec88016f7.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/test-generation/page.tsx":{"id":8103,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/w/[workspaceId]/projects/page.tsx":{"id":33496,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/Users/otto/Desktop/deepstudio/osw-studio-git/":[],"/Users/otto/Desktop/deepstudio/osw-studio-git/app/layout":[{"inlined":false,"path":"static/css/82f4473c79d5d55a.css"},{"inlined":false,"path":"static/css/1138060002beec9e.css"}],"/Users/otto/Desktop/deepstudio/osw-studio-git/app/page":[],"/Users/otto/Desktop/deepstudio/osw-studio-git/app/api/admin/users/route":[]},"rscModuleMapping":{"8103":{"*":{"id":"60940","name":"*","chunks":[],"async":false}},"9766":{"*":{"id":"6060","name":"*","chunks":[],"async":false}},"15278":{"*":{"id":"7184","name":"*","chunks":[],"async":false}},"16717":{"*":{"id":"69369","name":"*","chunks":[],"async":false}},"17989":{"*":{"id":"36893","name":"*","chunks":[],"async":false}},"18720":{"*":{"id":"16076","name":"*","chunks":[],"async":false}},"24431":{"*":{"id":"73041","name":"*","chunks":[],"async":false}},"25782":{"*":{"id":"37734","name":"*","chunks":[],"async":false}},"27408":{"*":{"id":"94348","name":"*","chunks":[],"async":false}},"33496":{"*":{"id":"17498","name":"*","chunks":[],"async":false}},"43688":{"*":{"id":"2054","name":"*","chunks":[],"async":false}},"46131":{"*":{"id":"69507","name":"*","chunks":[],"async":false}},"57150":{"*":{"id":"81170","name":"*","chunks":[],"async":false}},"62112":{"*":{"id":"7760","name":"*","chunks":[],"async":false}},"63886":{"*":{"id":"89748","name":"*","chunks":[],"async":false}},"70240":{"*":{"id":"20656","name":"*","chunks":[],"async":false}},"75102":{"*":{"id":"3716","name":"*","chunks":[],"async":false}},"80622":{"*":{"id":"51384","name":"*","chunks":[],"async":false}},"81959":{"*":{"id":"23597","name":"*","chunks":[],"async":false}},"86807":{"*":{"id":"17742","name":"*","chunks":[],"async":false}},"98124":{"*":{"id":"26262","name":"*","chunks":[],"async":false}},"98924":{"*":{"id":"69576","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}}
.next/server/app/api/admin/workspaces/[id]/access/route.js CHANGED
@@ -1 +1 @@
1
- (()=>{var a={};a.id=4211,a.ids=[4211],a.modules={261:a=>{"use strict";a.exports=require("next/dist/shared/lib/router/utils/app-paths")},3295:a=>{"use strict";a.exports=require("next/dist/server/app-render/after-task-async-storage.external.js")},10846:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},19121:a=>{"use strict";a.exports=require("next/dist/server/app-render/action-async-storage.external.js")},29021:a=>{"use strict";a.exports=require("fs")},29294:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-async-storage.external.js")},33873:a=>{"use strict";a.exports=require("path")},39588:(a,b,c)=>{"use strict";c.d(b,{C0:()=>n,Ht:()=>m,IX:()=>h,IZ:()=>p,Md:()=>i,Qg:()=>q,jw:()=>k,ll:()=>s,oC:()=>o});var d=c(84440),e=c(47671),f=c(86802),g=c(55511);let h="osw_session",i=864e5;function j(){let a=process.env.SESSION_SECRET;if(!a)throw Error("SESSION_SECRET environment variable not set");return new TextEncoder().encode(a)}async function k(a,b,c=!1){let e=j(),f=Math.floor((Date.now()+i)/1e3);return await new d.P({userId:a,email:b,isAdmin:c}).setProtectedHeader({alg:"HS256"}).setExpirationTime(f).setIssuedAt().sign(e)}async function l(a){try{let b=j(),{payload:c}=await (0,e.V)(a,b);return{userId:c.userId,email:c.email,isAdmin:c.isAdmin,exp:c.exp}}catch(a){return null}}async function m(){if("true"===process.env.OSW_DESKTOP)return{userId:"desktop",email:"desktop@localhost",isAdmin:!0,exp:0x3afff4417f};let a=await (0,f.UL)(),b=a.get(h)?.value;if(!b)return null;let d=await l(b);if(!d)return null;if("admin"!==d.userId&&"desktop"!==d.userId&&"instance-api"!==d.userId)try{let{getUserById:a}=await c.e(3659).then(c.bind(c,63659));if(!a(d.userId))return null}catch{}return d}async function n(){(await (0,f.UL)()).delete(h)}async function o(){let a=await m();if(!a)throw Error("Unauthorized");return a}function p(a){let b=a.headers.get("x-instance-api-key"),c=process.env.INSTANCE_API_KEY;if(!b||!c)return null;try{let a=Buffer.from(b),d=Buffer.from(c);if(a.length!==d.length||!(0,g.timingSafeEqual)(a,d))return null}catch{return null}let d=process.env.GATEWAY_IPS;if(d){let b=a.headers.get("cf-connecting-ip")||a.headers.get("x-real-ip")||a.headers.get("x-forwarded-for")?.split(",")[0]?.trim(),c=new Set(d.split(",").map(a=>a.trim()));if(!b||!c.has(b))return null}return{userId:"instance-api",email:"api@instance",isAdmin:!0,exp:Math.floor(Date.now()/1e3)+3600}}async function q(a){let b=j();return await new d.P({userId:a,purpose:"handoff",jti:crypto.randomUUID()}).setProtectedHeader({alg:"HS256"}).setExpirationTime("30s").setIssuedAt().sign(b)}let r=new Map;async function s(a){try{let b=j(),{payload:c}=await (0,e.V)(a,b);if("handoff"!==c.purpose)return null;let d=c.jti;if(!d||r.has(d))return null;r.set(d,Date.now());let f=Date.now()-6e4;for(let[a,b]of r)b<f&&r.delete(a);return{userId:c.userId}}catch{return null}}},44870:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-route.runtime.prod.js")},55511:a=>{"use strict";a.exports=require("crypto")},63033:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},78335:()=>{},86439:a=>{"use strict";a.exports=require("next/dist/shared/lib/no-fallback-error.external")},87550:a=>{"use strict";a.exports=require("better-sqlite3")},96487:()=>{},98524:(a,b,c)=>{"use strict";c.r(b),c.d(b,{handler:()=>E,patchFetch:()=>D,routeModule:()=>z,serverHooks:()=>C,workAsyncStorage:()=>A,workUnitAsyncStorage:()=>B});var d={};c.r(d),c.d(d,{DELETE:()=>y,POST:()=>x});var e=c(95736),f=c(9117),g=c(4044),h=c(39326),i=c(32324),j=c(261),k=c(54290),l=c(85328),m=c(38928),n=c(46595),o=c(3421),p=c(17679),q=c(41681),r=c(63446),s=c(86439),t=c(51356),u=c(10641),v=c(39588),w=c(63659);async function x(a,{params:b}){try{if(!((0,v.IZ)(a)||await (0,v.oC)()).isAdmin)return u.NextResponse.json({error:"Admin access required"},{status:403});let{id:c}=await b;if(!(0,w.getWorkspaceById)(c))return u.NextResponse.json({error:"Workspace not found"},{status:404});let{userId:d,email:e,role:f}=await a.json();if(!f||!["owner","editor","viewer"].includes(f))return u.NextResponse.json({error:"Valid role is required (owner, editor, viewer)"},{status:400});let g=d;if(!g&&e){let a=(0,w.getUserByEmail)(e);if(!a)return u.NextResponse.json({error:`No user found with email: ${e}`},{status:404});g=a.id}if(!g)return u.NextResponse.json({error:"userId or email is required"},{status:400});if(!(0,w.getUserById)(g))return u.NextResponse.json({error:"User not found"},{status:404});return(0,w.grantWorkspaceAccess)(g,c,f),u.NextResponse.json({success:!0},{status:201})}catch(a){if(a instanceof Error&&"Unauthorized"===a.message)return u.NextResponse.json({error:"Unauthorized"},{status:401});return u.NextResponse.json({error:"Failed to grant workspace access"},{status:500})}}async function y(a,{params:b}){try{if(!((0,v.IZ)(a)||await (0,v.oC)()).isAdmin)return u.NextResponse.json({error:"Admin access required"},{status:403});let{id:c}=await b,d=(0,w.getWorkspaceById)(c);if(!d)return u.NextResponse.json({error:"Workspace not found"},{status:404});let{userId:e}=await a.json();if(!e)return u.NextResponse.json({error:"userId is required"},{status:400});if(d.owner_id===e)return u.NextResponse.json({error:"Cannot remove the workspace owner's access"},{status:400});return(0,w.revokeWorkspaceAccess)(e,c),u.NextResponse.json({success:!0})}catch(a){if(a instanceof Error&&"Unauthorized"===a.message)return u.NextResponse.json({error:"Unauthorized"},{status:401});return u.NextResponse.json({error:"Failed to revoke workspace access"},{status:500})}}let z=new e.AppRouteRouteModule({definition:{kind:f.RouteKind.APP_ROUTE,page:"/api/admin/workspaces/[id]/access/route",pathname:"/api/admin/workspaces/[id]/access",filename:"route",bundlePath:"app/api/admin/workspaces/[id]/access/route"},distDir:".next",relativeProjectDir:"",resolvedPagePath:"/Users/otto/Desktop/deepstudio/osw-studio-git/app/api/admin/workspaces/[id]/access/route.ts",nextConfigOutput:"standalone",userland:d}),{workAsyncStorage:A,workUnitAsyncStorage:B,serverHooks:C}=z;function D(){return(0,g.patchFetch)({workAsyncStorage:A,workUnitAsyncStorage:B})}async function E(a,b,c){var d;let e="/api/admin/workspaces/[id]/access/route";"/index"===e&&(e="/");let g=await z.prepare(a,b,{srcPage:e,multiZoneDraftMode:!1});if(!g)return b.statusCode=400,b.end("Bad Request"),null==c.waitUntil||c.waitUntil.call(c,Promise.resolve()),null;let{buildId:u,params:v,nextConfig:w,isDraftMode:x,prerenderManifest:y,routerServerContext:A,isOnDemandRevalidate:B,revalidateOnlyGenerated:C,resolvedPathname:D}=g,E=(0,j.normalizeAppPath)(e),F=!!(y.dynamicRoutes[E]||y.routes[D]);if(F&&!x){let a=!!y.routes[D],b=y.dynamicRoutes[E];if(b&&!1===b.fallback&&!a)throw new s.NoFallbackError}let G=null;!F||z.isDev||x||(G="/index"===(G=D)?"/":G);let H=!0===z.isDev||!F,I=F&&!H,J=a.method||"GET",K=(0,i.getTracer)(),L=K.getActiveScopeSpan(),M={params:v,prerenderManifest:y,renderOpts:{experimental:{cacheComponents:!!w.experimental.cacheComponents,authInterrupts:!!w.experimental.authInterrupts},supportsDynamicResponse:H,incrementalCache:(0,h.getRequestMeta)(a,"incrementalCache"),cacheLifeProfiles:null==(d=w.experimental)?void 0:d.cacheLife,isRevalidate:I,waitUntil:c.waitUntil,onClose:a=>{b.on("close",a)},onAfterTaskError:void 0,onInstrumentationRequestError:(b,c,d)=>z.onRequestError(a,b,d,A)},sharedContext:{buildId:u}},N=new k.NodeNextRequest(a),O=new k.NodeNextResponse(b),P=l.NextRequestAdapter.fromNodeNextRequest(N,(0,l.signalFromNodeResponse)(b));try{let d=async c=>z.handle(P,M).finally(()=>{if(!c)return;c.setAttributes({"http.status_code":b.statusCode,"next.rsc":!1});let d=K.getRootSpanAttributes();if(!d)return;if(d.get("next.span_type")!==m.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${d.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let e=d.get("next.route");if(e){let a=`${J} ${e}`;c.setAttributes({"next.route":e,"http.route":e,"next.span_name":a}),c.updateName(a)}else c.updateName(`${J} ${a.url}`)}),g=async g=>{var i,j;let k=async({previousCacheEntry:f})=>{try{if(!(0,h.getRequestMeta)(a,"minimalMode")&&B&&C&&!f)return b.statusCode=404,b.setHeader("x-nextjs-cache","REVALIDATED"),b.end("This page could not be found"),null;let e=await d(g);a.fetchMetrics=M.renderOpts.fetchMetrics;let i=M.renderOpts.pendingWaitUntil;i&&c.waitUntil&&(c.waitUntil(i),i=void 0);let j=M.renderOpts.collectedTags;if(!F)return await (0,o.I)(N,O,e,M.renderOpts.pendingWaitUntil),null;{let a=await e.blob(),b=(0,p.toNodeOutgoingHttpHeaders)(e.headers);j&&(b[r.NEXT_CACHE_TAGS_HEADER]=j),!b["content-type"]&&a.type&&(b["content-type"]=a.type);let c=void 0!==M.renderOpts.collectedRevalidate&&!(M.renderOpts.collectedRevalidate>=r.INFINITE_CACHE)&&M.renderOpts.collectedRevalidate,d=void 0===M.renderOpts.collectedExpire||M.renderOpts.collectedExpire>=r.INFINITE_CACHE?void 0:M.renderOpts.collectedExpire;return{value:{kind:t.CachedRouteKind.APP_ROUTE,status:e.status,body:Buffer.from(await a.arrayBuffer()),headers:b},cacheControl:{revalidate:c,expire:d}}}}catch(b){throw(null==f?void 0:f.isStale)&&await z.onRequestError(a,b,{routerKind:"App Router",routePath:e,routeType:"route",revalidateReason:(0,n.c)({isRevalidate:I,isOnDemandRevalidate:B})},A),b}},l=await z.handleResponse({req:a,nextConfig:w,cacheKey:G,routeKind:f.RouteKind.APP_ROUTE,isFallback:!1,prerenderManifest:y,isRoutePPREnabled:!1,isOnDemandRevalidate:B,revalidateOnlyGenerated:C,responseGenerator:k,waitUntil:c.waitUntil});if(!F)return null;if((null==l||null==(i=l.value)?void 0:i.kind)!==t.CachedRouteKind.APP_ROUTE)throw Object.defineProperty(Error(`Invariant: app-route received invalid cache entry ${null==l||null==(j=l.value)?void 0:j.kind}`),"__NEXT_ERROR_CODE",{value:"E701",enumerable:!1,configurable:!0});(0,h.getRequestMeta)(a,"minimalMode")||b.setHeader("x-nextjs-cache",B?"REVALIDATED":l.isMiss?"MISS":l.isStale?"STALE":"HIT"),x&&b.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate");let m=(0,p.fromNodeOutgoingHttpHeaders)(l.value.headers);return(0,h.getRequestMeta)(a,"minimalMode")&&F||m.delete(r.NEXT_CACHE_TAGS_HEADER),!l.cacheControl||b.getHeader("Cache-Control")||m.get("Cache-Control")||m.set("Cache-Control",(0,q.getCacheControlHeader)(l.cacheControl)),await (0,o.I)(N,O,new Response(l.value.body,{headers:m,status:l.value.status||200})),null};L?await g(L):await K.withPropagatedContext(a.headers,()=>K.trace(m.BaseServerSpan.handleRequest,{spanName:`${J} ${a.url}`,kind:i.SpanKind.SERVER,attributes:{"http.method":J,"http.target":a.url}},g))}catch(b){if(b instanceof s.NoFallbackError||await z.onRequestError(a,b,{routerKind:"App Router",routePath:E,routeType:"route",revalidateReason:(0,n.c)({isRevalidate:I,isOnDemandRevalidate:B})}),F)throw b;return await (0,o.I)(N,O,new Response(null,{status:500})),null}}}};var b=require("../../../../../../webpack-runtime.js");b.C(a);var c=b.X(0,[1331,1692,6151,3659],()=>b(b.s=98524));module.exports=c})();
 
1
+ (()=>{var a={};a.id=4211,a.ids=[4211],a.modules={261:a=>{"use strict";a.exports=require("next/dist/shared/lib/router/utils/app-paths")},3295:a=>{"use strict";a.exports=require("next/dist/server/app-render/after-task-async-storage.external.js")},10846:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},19121:a=>{"use strict";a.exports=require("next/dist/server/app-render/action-async-storage.external.js")},29021:a=>{"use strict";a.exports=require("fs")},29294:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-async-storage.external.js")},33873:a=>{"use strict";a.exports=require("path")},39588:(a,b,c)=>{"use strict";c.d(b,{C0:()=>n,Ht:()=>m,IX:()=>h,IZ:()=>p,Md:()=>i,Qg:()=>q,gV:()=>l,jw:()=>k,ll:()=>s,oC:()=>o});var d=c(84440),e=c(47671),f=c(86802),g=c(55511);let h="osw_session",i=864e5;function j(){let a=process.env.SESSION_SECRET;if(!a)throw Error("SESSION_SECRET environment variable not set");return new TextEncoder().encode(a)}async function k(a,b,c=!1){let e=j(),f=Math.floor((Date.now()+i)/1e3);return await new d.P({userId:a,email:b,isAdmin:c}).setProtectedHeader({alg:"HS256"}).setExpirationTime(f).setIssuedAt().sign(e)}async function l(a){try{let b=j(),{payload:c}=await (0,e.V)(a,b);return{userId:c.userId,email:c.email,isAdmin:c.isAdmin,exp:c.exp}}catch(a){return null}}async function m(){if("true"===process.env.OSW_DESKTOP)return{userId:"desktop",email:"desktop@localhost",isAdmin:!0,exp:0x3afff4417f};let a=await (0,f.UL)(),b=a.get(h)?.value;if(!b)return null;let d=await l(b);if(!d)return null;if("admin"!==d.userId&&"desktop"!==d.userId&&"instance-api"!==d.userId)try{let{getUserById:a}=await c.e(3659).then(c.bind(c,63659));if(!a(d.userId))return null}catch{}return d}async function n(){(await (0,f.UL)()).delete(h)}async function o(){let a=await m();if(!a)throw Error("Unauthorized");return a}function p(a){let b=a.headers.get("x-instance-api-key"),c=process.env.INSTANCE_API_KEY;if(!b||!c)return null;try{let a=Buffer.from(b),d=Buffer.from(c);if(a.length!==d.length||!(0,g.timingSafeEqual)(a,d))return null}catch{return null}let d=process.env.GATEWAY_IPS;if(d){let b=a.headers.get("cf-connecting-ip")||a.headers.get("x-real-ip")||a.headers.get("x-forwarded-for")?.split(",")[0]?.trim(),c=new Set(d.split(",").map(a=>a.trim()));if(!b||!c.has(b))return null}return{userId:"instance-api",email:"api@instance",isAdmin:!0,exp:Math.floor(Date.now()/1e3)+3600}}async function q(a){let b=j();return await new d.P({userId:a,purpose:"handoff",jti:crypto.randomUUID()}).setProtectedHeader({alg:"HS256"}).setExpirationTime("30s").setIssuedAt().sign(b)}let r=new Map;async function s(a){try{let b=j(),{payload:c}=await (0,e.V)(a,b);if("handoff"!==c.purpose)return null;let d=c.jti;if(!d||r.has(d))return null;r.set(d,Date.now());let f=Date.now()-6e4;for(let[a,b]of r)b<f&&r.delete(a);return{userId:c.userId}}catch{return null}}},44870:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-route.runtime.prod.js")},55511:a=>{"use strict";a.exports=require("crypto")},63033:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},78335:()=>{},86439:a=>{"use strict";a.exports=require("next/dist/shared/lib/no-fallback-error.external")},87550:a=>{"use strict";a.exports=require("better-sqlite3")},96487:()=>{},98524:(a,b,c)=>{"use strict";c.r(b),c.d(b,{handler:()=>E,patchFetch:()=>D,routeModule:()=>z,serverHooks:()=>C,workAsyncStorage:()=>A,workUnitAsyncStorage:()=>B});var d={};c.r(d),c.d(d,{DELETE:()=>y,POST:()=>x});var e=c(95736),f=c(9117),g=c(4044),h=c(39326),i=c(32324),j=c(261),k=c(54290),l=c(85328),m=c(38928),n=c(46595),o=c(3421),p=c(17679),q=c(41681),r=c(63446),s=c(86439),t=c(51356),u=c(10641),v=c(39588),w=c(63659);async function x(a,{params:b}){try{if(!((0,v.IZ)(a)||await (0,v.oC)()).isAdmin)return u.NextResponse.json({error:"Admin access required"},{status:403});let{id:c}=await b;if(!(0,w.getWorkspaceById)(c))return u.NextResponse.json({error:"Workspace not found"},{status:404});let{userId:d,email:e,role:f}=await a.json();if(!f||!["owner","editor","viewer"].includes(f))return u.NextResponse.json({error:"Valid role is required (owner, editor, viewer)"},{status:400});let g=d;if(!g&&e){let a=(0,w.getUserByEmail)(e);if(!a)return u.NextResponse.json({error:`No user found with email: ${e}`},{status:404});g=a.id}if(!g)return u.NextResponse.json({error:"userId or email is required"},{status:400});if(!(0,w.getUserById)(g))return u.NextResponse.json({error:"User not found"},{status:404});return(0,w.grantWorkspaceAccess)(g,c,f),u.NextResponse.json({success:!0},{status:201})}catch(a){if(a instanceof Error&&"Unauthorized"===a.message)return u.NextResponse.json({error:"Unauthorized"},{status:401});return u.NextResponse.json({error:"Failed to grant workspace access"},{status:500})}}async function y(a,{params:b}){try{if(!((0,v.IZ)(a)||await (0,v.oC)()).isAdmin)return u.NextResponse.json({error:"Admin access required"},{status:403});let{id:c}=await b,d=(0,w.getWorkspaceById)(c);if(!d)return u.NextResponse.json({error:"Workspace not found"},{status:404});let{userId:e}=await a.json();if(!e)return u.NextResponse.json({error:"userId is required"},{status:400});if(d.owner_id===e)return u.NextResponse.json({error:"Cannot remove the workspace owner's access"},{status:400});return(0,w.revokeWorkspaceAccess)(e,c),u.NextResponse.json({success:!0})}catch(a){if(a instanceof Error&&"Unauthorized"===a.message)return u.NextResponse.json({error:"Unauthorized"},{status:401});return u.NextResponse.json({error:"Failed to revoke workspace access"},{status:500})}}let z=new e.AppRouteRouteModule({definition:{kind:f.RouteKind.APP_ROUTE,page:"/api/admin/workspaces/[id]/access/route",pathname:"/api/admin/workspaces/[id]/access",filename:"route",bundlePath:"app/api/admin/workspaces/[id]/access/route"},distDir:".next",relativeProjectDir:"",resolvedPagePath:"/Users/otto/Desktop/deepstudio/osw-studio-git/app/api/admin/workspaces/[id]/access/route.ts",nextConfigOutput:"standalone",userland:d}),{workAsyncStorage:A,workUnitAsyncStorage:B,serverHooks:C}=z;function D(){return(0,g.patchFetch)({workAsyncStorage:A,workUnitAsyncStorage:B})}async function E(a,b,c){var d;let e="/api/admin/workspaces/[id]/access/route";"/index"===e&&(e="/");let g=await z.prepare(a,b,{srcPage:e,multiZoneDraftMode:!1});if(!g)return b.statusCode=400,b.end("Bad Request"),null==c.waitUntil||c.waitUntil.call(c,Promise.resolve()),null;let{buildId:u,params:v,nextConfig:w,isDraftMode:x,prerenderManifest:y,routerServerContext:A,isOnDemandRevalidate:B,revalidateOnlyGenerated:C,resolvedPathname:D}=g,E=(0,j.normalizeAppPath)(e),F=!!(y.dynamicRoutes[E]||y.routes[D]);if(F&&!x){let a=!!y.routes[D],b=y.dynamicRoutes[E];if(b&&!1===b.fallback&&!a)throw new s.NoFallbackError}let G=null;!F||z.isDev||x||(G="/index"===(G=D)?"/":G);let H=!0===z.isDev||!F,I=F&&!H,J=a.method||"GET",K=(0,i.getTracer)(),L=K.getActiveScopeSpan(),M={params:v,prerenderManifest:y,renderOpts:{experimental:{cacheComponents:!!w.experimental.cacheComponents,authInterrupts:!!w.experimental.authInterrupts},supportsDynamicResponse:H,incrementalCache:(0,h.getRequestMeta)(a,"incrementalCache"),cacheLifeProfiles:null==(d=w.experimental)?void 0:d.cacheLife,isRevalidate:I,waitUntil:c.waitUntil,onClose:a=>{b.on("close",a)},onAfterTaskError:void 0,onInstrumentationRequestError:(b,c,d)=>z.onRequestError(a,b,d,A)},sharedContext:{buildId:u}},N=new k.NodeNextRequest(a),O=new k.NodeNextResponse(b),P=l.NextRequestAdapter.fromNodeNextRequest(N,(0,l.signalFromNodeResponse)(b));try{let d=async c=>z.handle(P,M).finally(()=>{if(!c)return;c.setAttributes({"http.status_code":b.statusCode,"next.rsc":!1});let d=K.getRootSpanAttributes();if(!d)return;if(d.get("next.span_type")!==m.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${d.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let e=d.get("next.route");if(e){let a=`${J} ${e}`;c.setAttributes({"next.route":e,"http.route":e,"next.span_name":a}),c.updateName(a)}else c.updateName(`${J} ${a.url}`)}),g=async g=>{var i,j;let k=async({previousCacheEntry:f})=>{try{if(!(0,h.getRequestMeta)(a,"minimalMode")&&B&&C&&!f)return b.statusCode=404,b.setHeader("x-nextjs-cache","REVALIDATED"),b.end("This page could not be found"),null;let e=await d(g);a.fetchMetrics=M.renderOpts.fetchMetrics;let i=M.renderOpts.pendingWaitUntil;i&&c.waitUntil&&(c.waitUntil(i),i=void 0);let j=M.renderOpts.collectedTags;if(!F)return await (0,o.I)(N,O,e,M.renderOpts.pendingWaitUntil),null;{let a=await e.blob(),b=(0,p.toNodeOutgoingHttpHeaders)(e.headers);j&&(b[r.NEXT_CACHE_TAGS_HEADER]=j),!b["content-type"]&&a.type&&(b["content-type"]=a.type);let c=void 0!==M.renderOpts.collectedRevalidate&&!(M.renderOpts.collectedRevalidate>=r.INFINITE_CACHE)&&M.renderOpts.collectedRevalidate,d=void 0===M.renderOpts.collectedExpire||M.renderOpts.collectedExpire>=r.INFINITE_CACHE?void 0:M.renderOpts.collectedExpire;return{value:{kind:t.CachedRouteKind.APP_ROUTE,status:e.status,body:Buffer.from(await a.arrayBuffer()),headers:b},cacheControl:{revalidate:c,expire:d}}}}catch(b){throw(null==f?void 0:f.isStale)&&await z.onRequestError(a,b,{routerKind:"App Router",routePath:e,routeType:"route",revalidateReason:(0,n.c)({isRevalidate:I,isOnDemandRevalidate:B})},A),b}},l=await z.handleResponse({req:a,nextConfig:w,cacheKey:G,routeKind:f.RouteKind.APP_ROUTE,isFallback:!1,prerenderManifest:y,isRoutePPREnabled:!1,isOnDemandRevalidate:B,revalidateOnlyGenerated:C,responseGenerator:k,waitUntil:c.waitUntil});if(!F)return null;if((null==l||null==(i=l.value)?void 0:i.kind)!==t.CachedRouteKind.APP_ROUTE)throw Object.defineProperty(Error(`Invariant: app-route received invalid cache entry ${null==l||null==(j=l.value)?void 0:j.kind}`),"__NEXT_ERROR_CODE",{value:"E701",enumerable:!1,configurable:!0});(0,h.getRequestMeta)(a,"minimalMode")||b.setHeader("x-nextjs-cache",B?"REVALIDATED":l.isMiss?"MISS":l.isStale?"STALE":"HIT"),x&&b.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate");let m=(0,p.fromNodeOutgoingHttpHeaders)(l.value.headers);return(0,h.getRequestMeta)(a,"minimalMode")&&F||m.delete(r.NEXT_CACHE_TAGS_HEADER),!l.cacheControl||b.getHeader("Cache-Control")||m.get("Cache-Control")||m.set("Cache-Control",(0,q.getCacheControlHeader)(l.cacheControl)),await (0,o.I)(N,O,new Response(l.value.body,{headers:m,status:l.value.status||200})),null};L?await g(L):await K.withPropagatedContext(a.headers,()=>K.trace(m.BaseServerSpan.handleRequest,{spanName:`${J} ${a.url}`,kind:i.SpanKind.SERVER,attributes:{"http.method":J,"http.target":a.url}},g))}catch(b){if(b instanceof s.NoFallbackError||await z.onRequestError(a,b,{routerKind:"App Router",routePath:E,routeType:"route",revalidateReason:(0,n.c)({isRevalidate:I,isOnDemandRevalidate:B})}),F)throw b;return await (0,o.I)(N,O,new Response(null,{status:500})),null}}}};var b=require("../../../../../../webpack-runtime.js");b.C(a);var c=b.X(0,[4996,1692,6151,3659],()=>b(b.s=98524));module.exports=c})();