Spaces:
Running
Running
email digests for review comments over instance or per-workspace smtp, mail settings page and unsubscribe links, deep links from the review inbox to a comment, fix origin checks matching on string prefix and a handoff token passing as an account session
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- .next/BUILD_ID +1 -1
- .next/app-path-routes-manifest.json +16 -1
- .next/build-manifest.json +3 -3
- .next/prerender-manifest.json +6 -6
- .next/react-loadable-manifest.json +8 -16
- .next/routes-manifest.json +114 -0
- .next/server/app-paths-manifest.json +16 -1
- .next/server/app/_global-error.html +1 -1
- .next/server/app/_global-error.rsc +1 -1
- .next/server/app/_global-error.segments/_full.segment.rsc +1 -1
- .next/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +1 -1
- .next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- .next/server/app/_global-error/page.js +1 -1
- .next/server/app/_global-error/page_client-reference-manifest.js +1 -1
- .next/server/app/_not-found.html +1 -1
- .next/server/app/_not-found.rsc +6 -6
- .next/server/app/_not-found.segments/_full.segment.rsc +6 -6
- .next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +6 -6
- .next/server/app/_not-found.segments/_tree.segment.rsc +2 -2
- .next/server/app/_not-found/page.js +1 -1
- .next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- .next/server/app/admin.html +1 -1
- .next/server/app/admin.rsc +6 -6
- .next/server/app/admin.segments/_full.segment.rsc +6 -6
- .next/server/app/admin.segments/_tree.segment.rsc +2 -2
- .next/server/app/admin.segments/admin/__PAGE__.segment.rsc +6 -6
- .next/server/app/admin/login.html +1 -1
- .next/server/app/admin/login.rsc +6 -6
- .next/server/app/admin/login.segments/_full.segment.rsc +6 -6
- .next/server/app/admin/login.segments/_tree.segment.rsc +2 -2
- .next/server/app/admin/login.segments/admin/login/__PAGE__.segment.rsc +6 -6
- .next/server/app/admin/login/page.js +1 -1
- .next/server/app/admin/login/page_client-reference-manifest.js +1 -1
- .next/server/app/admin/page.js +1 -1
- .next/server/app/admin/page_client-reference-manifest.js +1 -1
- .next/server/app/admin/register.html +1 -1
- .next/server/app/admin/register.rsc +6 -6
- .next/server/app/admin/register.segments/_full.segment.rsc +6 -6
- .next/server/app/admin/register.segments/_tree.segment.rsc +2 -2
- .next/server/app/admin/register.segments/admin/register/__PAGE__.segment.rsc +6 -6
- .next/server/app/admin/register/page.js +1 -1
- .next/server/app/admin/register/page_client-reference-manifest.js +1 -1
- .next/server/app/admin/users.html +1 -1
- .next/server/app/admin/users.rsc +7 -7
- .next/server/app/admin/users.segments/_full.segment.rsc +7 -7
- .next/server/app/admin/users.segments/_tree.segment.rsc +2 -2
- .next/server/app/admin/users.segments/admin/users/__PAGE__.segment.rsc +7 -7
- .next/server/app/admin/users/page.js +1 -1
- .next/server/app/admin/users/page.js.nft.json +1 -1
- .next/server/app/admin/users/page_client-reference-manifest.js +1 -1
.next/BUILD_ID
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
|
|
|
|
| 1 |
+
dgLFqcpJPB_dSBxNMF_8-
|
.next/app-path-routes-manifest.json
CHANGED
|
@@ -1,6 +1,10 @@
|
|
| 1 |
{
|
| 2 |
"/_not-found/page": "/_not-found",
|
| 3 |
"/_global-error/page": "/_global-error",
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
"/api/admin/sessions/route": "/api/admin/sessions",
|
| 5 |
"/api/admin/users/[id]/route": "/api/admin/users/[id]",
|
| 6 |
"/api/admin/users/route": "/api/admin/users",
|
|
@@ -63,6 +67,10 @@
|
|
| 63 |
"/api/w/[workspaceId]/deployments/[id]/swap-project/route": "/api/w/[workspaceId]/deployments/[id]/swap-project",
|
| 64 |
"/api/w/[workspaceId]/deployments/[id]/thumbnail/route": "/api/w/[workspaceId]/deployments/[id]/thumbnail",
|
| 65 |
"/api/w/[workspaceId]/deployments/route": "/api/w/[workspaceId]/deployments",
|
|
|
|
|
|
|
|
|
|
|
|
|
| 66 |
"/api/w/[workspaceId]/projects/[id]/database/query/route": "/api/w/[workspaceId]/projects/[id]/database/query",
|
| 67 |
"/api/w/[workspaceId]/projects/[id]/database/schema/route": "/api/w/[workspaceId]/projects/[id]/database/schema",
|
| 68 |
"/api/w/[workspaceId]/projects/[id]/deployments/route": "/api/w/[workspaceId]/projects/[id]/deployments",
|
|
@@ -86,14 +94,20 @@
|
|
| 86 |
"/api/workspaces/route": "/api/workspaces",
|
| 87 |
"/deployments/[id]/[...path]/route": "/deployments/[id]/[...path]",
|
| 88 |
"/deployments/[id]/route": "/deployments/[id]",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 89 |
"/api/admin/dashboard/route": "/api/admin/dashboard",
|
| 90 |
"/api/deployments/[id]/functions/[...path]/route": "/api/deployments/[id]/functions/[...path]",
|
| 91 |
"/api/resolve-domain/route": "/api/resolve-domain",
|
| 92 |
"/api/generate/route": "/api/generate",
|
| 93 |
"/api/w/[workspaceId]/admin/deployments/[id]/secrets/route": "/api/w/[workspaceId]/admin/deployments/[id]/secrets",
|
| 94 |
"/api/w/[workspaceId]/admin/deployments/[id]/server-context/route": "/api/w/[workspaceId]/admin/deployments/[id]/server-context",
|
| 95 |
-
"/api/web/search/route": "/api/web/search",
|
| 96 |
"/api/web/fetch/route": "/api/web/fetch",
|
|
|
|
| 97 |
"/admin/login/page": "/admin/login",
|
| 98 |
"/admin/page": "/admin",
|
| 99 |
"/admin/register/page": "/admin/register",
|
|
@@ -104,6 +118,7 @@
|
|
| 104 |
"/w/[workspaceId]/deployments/page": "/w/[workspaceId]/deployments",
|
| 105 |
"/w/[workspaceId]/docs/page": "/w/[workspaceId]/docs",
|
| 106 |
"/w/[workspaceId]/interviews/page": "/w/[workspaceId]/interviews",
|
|
|
|
| 107 |
"/w/[workspaceId]/page": "/w/[workspaceId]",
|
| 108 |
"/w/[workspaceId]/projects/page": "/w/[workspaceId]/projects",
|
| 109 |
"/w/[workspaceId]/settings/page": "/w/[workspaceId]/settings",
|
|
|
|
| 1 |
{
|
| 2 |
"/_not-found/page": "/_not-found",
|
| 3 |
"/_global-error/page": "/_global-error",
|
| 4 |
+
"/api/admin/mail/queue/flush/route": "/api/admin/mail/queue/flush",
|
| 5 |
+
"/api/admin/mail/queue/route": "/api/admin/mail/queue",
|
| 6 |
+
"/api/admin/mail/route": "/api/admin/mail",
|
| 7 |
+
"/api/admin/mail/test/route": "/api/admin/mail/test",
|
| 8 |
"/api/admin/sessions/route": "/api/admin/sessions",
|
| 9 |
"/api/admin/users/[id]/route": "/api/admin/users/[id]",
|
| 10 |
"/api/admin/users/route": "/api/admin/users",
|
|
|
|
| 67 |
"/api/w/[workspaceId]/deployments/[id]/swap-project/route": "/api/w/[workspaceId]/deployments/[id]/swap-project",
|
| 68 |
"/api/w/[workspaceId]/deployments/[id]/thumbnail/route": "/api/w/[workspaceId]/deployments/[id]/thumbnail",
|
| 69 |
"/api/w/[workspaceId]/deployments/route": "/api/w/[workspaceId]/deployments",
|
| 70 |
+
"/api/w/[workspaceId]/mail/queue/route": "/api/w/[workspaceId]/mail/queue",
|
| 71 |
+
"/api/w/[workspaceId]/mail/route": "/api/w/[workspaceId]/mail",
|
| 72 |
+
"/api/w/[workspaceId]/mail/sending/route": "/api/w/[workspaceId]/mail/sending",
|
| 73 |
+
"/api/w/[workspaceId]/mail/test/route": "/api/w/[workspaceId]/mail/test",
|
| 74 |
"/api/w/[workspaceId]/projects/[id]/database/query/route": "/api/w/[workspaceId]/projects/[id]/database/query",
|
| 75 |
"/api/w/[workspaceId]/projects/[id]/database/schema/route": "/api/w/[workspaceId]/projects/[id]/database/schema",
|
| 76 |
"/api/w/[workspaceId]/projects/[id]/deployments/route": "/api/w/[workspaceId]/projects/[id]/deployments",
|
|
|
|
| 94 |
"/api/workspaces/route": "/api/workspaces",
|
| 95 |
"/deployments/[id]/[...path]/route": "/deployments/[id]/[...path]",
|
| 96 |
"/deployments/[id]/route": "/deployments/[id]",
|
| 97 |
+
"/review/[deploymentId]/[...path]/route": "/review/[deploymentId]/[...path]",
|
| 98 |
+
"/review/[deploymentId]/osw-api/comments/[id]/route": "/review/[deploymentId]/osw-api/comments/[id]",
|
| 99 |
+
"/review/[deploymentId]/osw-api/comments/route": "/review/[deploymentId]/osw-api/comments",
|
| 100 |
+
"/review/[deploymentId]/osw-api/participant/route": "/review/[deploymentId]/osw-api/participant",
|
| 101 |
+
"/review/[deploymentId]/route": "/review/[deploymentId]",
|
| 102 |
+
"/review/[deploymentId]/unsubscribe/route": "/review/[deploymentId]/unsubscribe",
|
| 103 |
"/api/admin/dashboard/route": "/api/admin/dashboard",
|
| 104 |
"/api/deployments/[id]/functions/[...path]/route": "/api/deployments/[id]/functions/[...path]",
|
| 105 |
"/api/resolve-domain/route": "/api/resolve-domain",
|
| 106 |
"/api/generate/route": "/api/generate",
|
| 107 |
"/api/w/[workspaceId]/admin/deployments/[id]/secrets/route": "/api/w/[workspaceId]/admin/deployments/[id]/secrets",
|
| 108 |
"/api/w/[workspaceId]/admin/deployments/[id]/server-context/route": "/api/w/[workspaceId]/admin/deployments/[id]/server-context",
|
|
|
|
| 109 |
"/api/web/fetch/route": "/api/web/fetch",
|
| 110 |
+
"/api/web/search/route": "/api/web/search",
|
| 111 |
"/admin/login/page": "/admin/login",
|
| 112 |
"/admin/page": "/admin",
|
| 113 |
"/admin/register/page": "/admin/register",
|
|
|
|
| 118 |
"/w/[workspaceId]/deployments/page": "/w/[workspaceId]/deployments",
|
| 119 |
"/w/[workspaceId]/docs/page": "/w/[workspaceId]/docs",
|
| 120 |
"/w/[workspaceId]/interviews/page": "/w/[workspaceId]/interviews",
|
| 121 |
+
"/w/[workspaceId]/mail/page": "/w/[workspaceId]/mail",
|
| 122 |
"/w/[workspaceId]/page": "/w/[workspaceId]",
|
| 123 |
"/w/[workspaceId]/projects/page": "/w/[workspaceId]/projects",
|
| 124 |
"/w/[workspaceId]/settings/page": "/w/[workspaceId]/settings",
|
.next/build-manifest.json
CHANGED
|
@@ -4,11 +4,11 @@
|
|
| 4 |
],
|
| 5 |
"devFiles": [],
|
| 6 |
"lowPriorityFiles": [
|
| 7 |
-
"static/
|
| 8 |
-
"static/
|
| 9 |
],
|
| 10 |
"rootMainFiles": [
|
| 11 |
-
"static/chunks/webpack-
|
| 12 |
"static/chunks/4bd1b696-8a4ab4fdf0ae305a.js",
|
| 13 |
"static/chunks/3794-d7cddff008311ab3.js",
|
| 14 |
"static/chunks/main-app-a1f3e73b9952cd96.js"
|
|
|
|
| 4 |
],
|
| 5 |
"devFiles": [],
|
| 6 |
"lowPriorityFiles": [
|
| 7 |
+
"static/dgLFqcpJPB_dSBxNMF_8-/_buildManifest.js",
|
| 8 |
+
"static/dgLFqcpJPB_dSBxNMF_8-/_ssgManifest.js"
|
| 9 |
],
|
| 10 |
"rootMainFiles": [
|
| 11 |
+
"static/chunks/webpack-e03a141af08ecfcf.js",
|
| 12 |
"static/chunks/4bd1b696-8a4ab4fdf0ae305a.js",
|
| 13 |
"static/chunks/3794-d7cddff008311ab3.js",
|
| 14 |
"static/chunks/main-app-a1f3e73b9952cd96.js"
|
.next/prerender-manifest.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
| 5 |
"routeType": "page",
|
| 6 |
"response": "complete",
|
| 7 |
"compute": "static",
|
| 8 |
-
"htmlSize":
|
| 9 |
"experimentalBypassFor": [
|
| 10 |
{
|
| 11 |
"type": "header",
|
|
@@ -174,7 +174,7 @@
|
|
| 174 |
"routeType": "page",
|
| 175 |
"response": "complete",
|
| 176 |
"compute": "static",
|
| 177 |
-
"htmlSize":
|
| 178 |
"experimentalBypassFor": [
|
| 179 |
{
|
| 180 |
"type": "header",
|
|
@@ -202,7 +202,7 @@
|
|
| 202 |
"routeType": "page",
|
| 203 |
"response": "complete",
|
| 204 |
"compute": "static",
|
| 205 |
-
"htmlSize":
|
| 206 |
"experimentalBypassFor": [
|
| 207 |
{
|
| 208 |
"type": "header",
|
|
@@ -258,8 +258,8 @@
|
|
| 258 |
"dynamicRoutes": {},
|
| 259 |
"notFoundRoutes": [],
|
| 260 |
"preview": {
|
| 261 |
-
"previewModeId": "
|
| 262 |
-
"previewModeSigningKey": "
|
| 263 |
-
"previewModeEncryptionKey": "
|
| 264 |
}
|
| 265 |
}
|
|
|
|
| 5 |
"routeType": "page",
|
| 6 |
"response": "complete",
|
| 7 |
"compute": "static",
|
| 8 |
+
"htmlSize": 15378,
|
| 9 |
"experimentalBypassFor": [
|
| 10 |
{
|
| 11 |
"type": "header",
|
|
|
|
| 174 |
"routeType": "page",
|
| 175 |
"response": "complete",
|
| 176 |
"compute": "static",
|
| 177 |
+
"htmlSize": 20664,
|
| 178 |
"experimentalBypassFor": [
|
| 179 |
{
|
| 180 |
"type": "header",
|
|
|
|
| 202 |
"routeType": "page",
|
| 203 |
"response": "complete",
|
| 204 |
"compute": "static",
|
| 205 |
+
"htmlSize": 20699,
|
| 206 |
"experimentalBypassFor": [
|
| 207 |
{
|
| 208 |
"type": "header",
|
|
|
|
| 258 |
"dynamicRoutes": {},
|
| 259 |
"notFoundRoutes": [],
|
| 260 |
"preview": {
|
| 261 |
+
"previewModeId": "5e9aec942e75861e3ddb7008141469a2",
|
| 262 |
+
"previewModeSigningKey": "cc9bd37eeff25c1e4c346f960011e6f2ff492d1ade5757f8f6642728e4b07570",
|
| 263 |
+
"previewModeEncryptionKey": "f3a94ba21e4e84183f9092cc6079c4a86baaef4c0990b31abd1e91dbc538432a"
|
| 264 |
}
|
| 265 |
}
|
.next/react-loadable-manifest.json
CHANGED
|
@@ -56,10 +56,6 @@
|
|
| 56 |
"static/chunks/1120.3a875b6d1c35f4f7.js"
|
| 57 |
]
|
| 58 |
},
|
| 59 |
-
"components/project-manager/index.tsx -> @/lib/api/backend-status": {
|
| 60 |
-
"id": 29028,
|
| 61 |
-
"files": []
|
| 62 |
-
},
|
| 63 |
"components/project-manager/index.tsx -> @/lib/vfs/auto-sync": {
|
| 64 |
"id": 14955,
|
| 65 |
"files": []
|
|
@@ -86,16 +82,12 @@
|
|
| 86 |
"static/chunks/1120.3a875b6d1c35f4f7.js"
|
| 87 |
]
|
| 88 |
},
|
| 89 |
-
"components/workspace/index.tsx -> @/lib/vfs/auto-sync": {
|
| 90 |
-
"id": 14955,
|
| 91 |
-
"files": []
|
| 92 |
-
},
|
| 93 |
"lib/config/storage.ts -> @/lib/vfs/auto-sync": {
|
| 94 |
"id": 14955,
|
| 95 |
"files": [
|
| 96 |
"static/chunks/2759-db92d11c2010a954.js",
|
| 97 |
-
"static/chunks/5671-
|
| 98 |
-
"static/chunks/4955-
|
| 99 |
]
|
| 100 |
},
|
| 101 |
"lib/interview/templates-service.ts -> @/lib/vfs/auto-sync": {
|
|
@@ -160,11 +152,11 @@
|
|
| 160 |
"files": []
|
| 161 |
},
|
| 162 |
"lib/vfs/adapters/factory.ts -> ./sqlite-adapter": {
|
| 163 |
-
"id":
|
| 164 |
"files": [
|
| 165 |
"static/chunks/aaea2bcf.5989fd7103e48888.js",
|
| 166 |
"static/chunks/3755.264dbd68e188df09.js",
|
| 167 |
-
"static/chunks/
|
| 168 |
]
|
| 169 |
},
|
| 170 |
"lib/vfs/archive/export.ts -> ../project-schema": {
|
|
@@ -178,7 +170,7 @@
|
|
| 178 |
"lib/vfs/auto-sync.ts -> ./push-project-to-server": {
|
| 179 |
"id": 34372,
|
| 180 |
"files": [
|
| 181 |
-
"static/chunks/4372.
|
| 182 |
]
|
| 183 |
},
|
| 184 |
"lib/vfs/auto-sync.ts -> ./sync-manager": {
|
|
@@ -206,13 +198,13 @@
|
|
| 206 |
"lib/vfs/index.ts -> ./auto-sync": {
|
| 207 |
"id": 14955,
|
| 208 |
"files": [
|
| 209 |
-
"static/chunks/4955-
|
| 210 |
]
|
| 211 |
},
|
| 212 |
"lib/vfs/index.ts -> ./project-schema": {
|
| 213 |
"id": 37285,
|
| 214 |
"files": [
|
| 215 |
-
"static/chunks/7285.
|
| 216 |
]
|
| 217 |
},
|
| 218 |
"lib/vfs/index.ts -> ./server-context": {
|
|
@@ -298,7 +290,7 @@
|
|
| 298 |
"lib/vfs/skills/service.ts -> ../auto-sync": {
|
| 299 |
"id": 14955,
|
| 300 |
"files": [
|
| 301 |
-
"static/chunks/4955-
|
| 302 |
]
|
| 303 |
},
|
| 304 |
"lib/vfs/sync-manager.ts -> @/lib/vfs": {
|
|
|
|
| 56 |
"static/chunks/1120.3a875b6d1c35f4f7.js"
|
| 57 |
]
|
| 58 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
| 59 |
"components/project-manager/index.tsx -> @/lib/vfs/auto-sync": {
|
| 60 |
"id": 14955,
|
| 61 |
"files": []
|
|
|
|
| 82 |
"static/chunks/1120.3a875b6d1c35f4f7.js"
|
| 83 |
]
|
| 84 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
| 85 |
"lib/config/storage.ts -> @/lib/vfs/auto-sync": {
|
| 86 |
"id": 14955,
|
| 87 |
"files": [
|
| 88 |
"static/chunks/2759-db92d11c2010a954.js",
|
| 89 |
+
"static/chunks/5671-70ec1e746cbc8dbd.js",
|
| 90 |
+
"static/chunks/4955-015013aba5e0d8c0.js"
|
| 91 |
]
|
| 92 |
},
|
| 93 |
"lib/interview/templates-service.ts -> @/lib/vfs/auto-sync": {
|
|
|
|
| 152 |
"files": []
|
| 153 |
},
|
| 154 |
"lib/vfs/adapters/factory.ts -> ./sqlite-adapter": {
|
| 155 |
+
"id": 62855,
|
| 156 |
"files": [
|
| 157 |
"static/chunks/aaea2bcf.5989fd7103e48888.js",
|
| 158 |
"static/chunks/3755.264dbd68e188df09.js",
|
| 159 |
+
"static/chunks/2855.befa867b330104ee.js"
|
| 160 |
]
|
| 161 |
},
|
| 162 |
"lib/vfs/archive/export.ts -> ../project-schema": {
|
|
|
|
| 170 |
"lib/vfs/auto-sync.ts -> ./push-project-to-server": {
|
| 171 |
"id": 34372,
|
| 172 |
"files": [
|
| 173 |
+
"static/chunks/4372.5ba7a3673f262ea5.js"
|
| 174 |
]
|
| 175 |
},
|
| 176 |
"lib/vfs/auto-sync.ts -> ./sync-manager": {
|
|
|
|
| 198 |
"lib/vfs/index.ts -> ./auto-sync": {
|
| 199 |
"id": 14955,
|
| 200 |
"files": [
|
| 201 |
+
"static/chunks/4955-015013aba5e0d8c0.js"
|
| 202 |
]
|
| 203 |
},
|
| 204 |
"lib/vfs/index.ts -> ./project-schema": {
|
| 205 |
"id": 37285,
|
| 206 |
"files": [
|
| 207 |
+
"static/chunks/7285.9bfdd9924eb12de4.js"
|
| 208 |
]
|
| 209 |
},
|
| 210 |
"lib/vfs/index.ts -> ./server-context": {
|
|
|
|
| 290 |
"lib/vfs/skills/service.ts -> ../auto-sync": {
|
| 291 |
"id": 14955,
|
| 292 |
"files": [
|
| 293 |
+
"static/chunks/4955-015013aba5e0d8c0.js"
|
| 294 |
]
|
| 295 |
},
|
| 296 |
"lib/vfs/sync-manager.ts -> @/lib/vfs": {
|
.next/routes-manifest.json
CHANGED
|
@@ -355,6 +355,38 @@
|
|
| 355 |
},
|
| 356 |
"namedRegex": "^/api/w/(?<nxtPworkspaceId>[^/]+?)/deployments/(?<nxtPid>[^/]+?)/thumbnail(?:/)?$"
|
| 357 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 358 |
{
|
| 359 |
"page": "/api/w/[workspaceId]/projects",
|
| 360 |
"regex": "^/api/w/([^/]+?)/projects(?:/)?$",
|
|
@@ -542,6 +574,56 @@
|
|
| 542 |
},
|
| 543 |
"namedRegex": "^/deployments/(?<nxtPid>[^/]+?)/(?<nxtPpath>.+?)(?:/)?$"
|
| 544 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 545 |
{
|
| 546 |
"page": "/w/[workspaceId]",
|
| 547 |
"regex": "^/w/([^/]+?)(?:/)?$",
|
|
@@ -582,6 +664,14 @@
|
|
| 582 |
},
|
| 583 |
"namedRegex": "^/w/(?<nxtPworkspaceId>[^/]+?)/interviews(?:/)?$"
|
| 584 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 585 |
{
|
| 586 |
"page": "/w/[workspaceId]/projects",
|
| 587 |
"regex": "^/w/([^/]+?)/projects(?:/)?$",
|
|
@@ -670,6 +760,30 @@
|
|
| 670 |
"routeKeys": {},
|
| 671 |
"namedRegex": "^/api/admin/dashboard(?:/)?$"
|
| 672 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 673 |
{
|
| 674 |
"page": "/api/admin/sessions",
|
| 675 |
"regex": "^/api/admin/sessions(?:/)?$",
|
|
|
|
| 355 |
},
|
| 356 |
"namedRegex": "^/api/w/(?<nxtPworkspaceId>[^/]+?)/deployments/(?<nxtPid>[^/]+?)/thumbnail(?:/)?$"
|
| 357 |
},
|
| 358 |
+
{
|
| 359 |
+
"page": "/api/w/[workspaceId]/mail",
|
| 360 |
+
"regex": "^/api/w/([^/]+?)/mail(?:/)?$",
|
| 361 |
+
"routeKeys": {
|
| 362 |
+
"nxtPworkspaceId": "nxtPworkspaceId"
|
| 363 |
+
},
|
| 364 |
+
"namedRegex": "^/api/w/(?<nxtPworkspaceId>[^/]+?)/mail(?:/)?$"
|
| 365 |
+
},
|
| 366 |
+
{
|
| 367 |
+
"page": "/api/w/[workspaceId]/mail/queue",
|
| 368 |
+
"regex": "^/api/w/([^/]+?)/mail/queue(?:/)?$",
|
| 369 |
+
"routeKeys": {
|
| 370 |
+
"nxtPworkspaceId": "nxtPworkspaceId"
|
| 371 |
+
},
|
| 372 |
+
"namedRegex": "^/api/w/(?<nxtPworkspaceId>[^/]+?)/mail/queue(?:/)?$"
|
| 373 |
+
},
|
| 374 |
+
{
|
| 375 |
+
"page": "/api/w/[workspaceId]/mail/sending",
|
| 376 |
+
"regex": "^/api/w/([^/]+?)/mail/sending(?:/)?$",
|
| 377 |
+
"routeKeys": {
|
| 378 |
+
"nxtPworkspaceId": "nxtPworkspaceId"
|
| 379 |
+
},
|
| 380 |
+
"namedRegex": "^/api/w/(?<nxtPworkspaceId>[^/]+?)/mail/sending(?:/)?$"
|
| 381 |
+
},
|
| 382 |
+
{
|
| 383 |
+
"page": "/api/w/[workspaceId]/mail/test",
|
| 384 |
+
"regex": "^/api/w/([^/]+?)/mail/test(?:/)?$",
|
| 385 |
+
"routeKeys": {
|
| 386 |
+
"nxtPworkspaceId": "nxtPworkspaceId"
|
| 387 |
+
},
|
| 388 |
+
"namedRegex": "^/api/w/(?<nxtPworkspaceId>[^/]+?)/mail/test(?:/)?$"
|
| 389 |
+
},
|
| 390 |
{
|
| 391 |
"page": "/api/w/[workspaceId]/projects",
|
| 392 |
"regex": "^/api/w/([^/]+?)/projects(?:/)?$",
|
|
|
|
| 574 |
},
|
| 575 |
"namedRegex": "^/deployments/(?<nxtPid>[^/]+?)/(?<nxtPpath>.+?)(?:/)?$"
|
| 576 |
},
|
| 577 |
+
{
|
| 578 |
+
"page": "/review/[deploymentId]",
|
| 579 |
+
"regex": "^/review/([^/]+?)(?:/)?$",
|
| 580 |
+
"routeKeys": {
|
| 581 |
+
"nxtPdeploymentId": "nxtPdeploymentId"
|
| 582 |
+
},
|
| 583 |
+
"namedRegex": "^/review/(?<nxtPdeploymentId>[^/]+?)(?:/)?$"
|
| 584 |
+
},
|
| 585 |
+
{
|
| 586 |
+
"page": "/review/[deploymentId]/osw-api/comments",
|
| 587 |
+
"regex": "^/review/([^/]+?)/osw\\-api/comments(?:/)?$",
|
| 588 |
+
"routeKeys": {
|
| 589 |
+
"nxtPdeploymentId": "nxtPdeploymentId"
|
| 590 |
+
},
|
| 591 |
+
"namedRegex": "^/review/(?<nxtPdeploymentId>[^/]+?)/osw\\-api/comments(?:/)?$"
|
| 592 |
+
},
|
| 593 |
+
{
|
| 594 |
+
"page": "/review/[deploymentId]/osw-api/comments/[id]",
|
| 595 |
+
"regex": "^/review/([^/]+?)/osw\\-api/comments/([^/]+?)(?:/)?$",
|
| 596 |
+
"routeKeys": {
|
| 597 |
+
"nxtPdeploymentId": "nxtPdeploymentId",
|
| 598 |
+
"nxtPid": "nxtPid"
|
| 599 |
+
},
|
| 600 |
+
"namedRegex": "^/review/(?<nxtPdeploymentId>[^/]+?)/osw\\-api/comments/(?<nxtPid>[^/]+?)(?:/)?$"
|
| 601 |
+
},
|
| 602 |
+
{
|
| 603 |
+
"page": "/review/[deploymentId]/osw-api/participant",
|
| 604 |
+
"regex": "^/review/([^/]+?)/osw\\-api/participant(?:/)?$",
|
| 605 |
+
"routeKeys": {
|
| 606 |
+
"nxtPdeploymentId": "nxtPdeploymentId"
|
| 607 |
+
},
|
| 608 |
+
"namedRegex": "^/review/(?<nxtPdeploymentId>[^/]+?)/osw\\-api/participant(?:/)?$"
|
| 609 |
+
},
|
| 610 |
+
{
|
| 611 |
+
"page": "/review/[deploymentId]/unsubscribe",
|
| 612 |
+
"regex": "^/review/([^/]+?)/unsubscribe(?:/)?$",
|
| 613 |
+
"routeKeys": {
|
| 614 |
+
"nxtPdeploymentId": "nxtPdeploymentId"
|
| 615 |
+
},
|
| 616 |
+
"namedRegex": "^/review/(?<nxtPdeploymentId>[^/]+?)/unsubscribe(?:/)?$"
|
| 617 |
+
},
|
| 618 |
+
{
|
| 619 |
+
"page": "/review/[deploymentId]/[...path]",
|
| 620 |
+
"regex": "^/review/([^/]+?)/(.+?)(?:/)?$",
|
| 621 |
+
"routeKeys": {
|
| 622 |
+
"nxtPdeploymentId": "nxtPdeploymentId",
|
| 623 |
+
"nxtPpath": "nxtPpath"
|
| 624 |
+
},
|
| 625 |
+
"namedRegex": "^/review/(?<nxtPdeploymentId>[^/]+?)/(?<nxtPpath>.+?)(?:/)?$"
|
| 626 |
+
},
|
| 627 |
{
|
| 628 |
"page": "/w/[workspaceId]",
|
| 629 |
"regex": "^/w/([^/]+?)(?:/)?$",
|
|
|
|
| 664 |
},
|
| 665 |
"namedRegex": "^/w/(?<nxtPworkspaceId>[^/]+?)/interviews(?:/)?$"
|
| 666 |
},
|
| 667 |
+
{
|
| 668 |
+
"page": "/w/[workspaceId]/mail",
|
| 669 |
+
"regex": "^/w/([^/]+?)/mail(?:/)?$",
|
| 670 |
+
"routeKeys": {
|
| 671 |
+
"nxtPworkspaceId": "nxtPworkspaceId"
|
| 672 |
+
},
|
| 673 |
+
"namedRegex": "^/w/(?<nxtPworkspaceId>[^/]+?)/mail(?:/)?$"
|
| 674 |
+
},
|
| 675 |
{
|
| 676 |
"page": "/w/[workspaceId]/projects",
|
| 677 |
"regex": "^/w/([^/]+?)/projects(?:/)?$",
|
|
|
|
| 760 |
"routeKeys": {},
|
| 761 |
"namedRegex": "^/api/admin/dashboard(?:/)?$"
|
| 762 |
},
|
| 763 |
+
{
|
| 764 |
+
"page": "/api/admin/mail",
|
| 765 |
+
"regex": "^/api/admin/mail(?:/)?$",
|
| 766 |
+
"routeKeys": {},
|
| 767 |
+
"namedRegex": "^/api/admin/mail(?:/)?$"
|
| 768 |
+
},
|
| 769 |
+
{
|
| 770 |
+
"page": "/api/admin/mail/queue",
|
| 771 |
+
"regex": "^/api/admin/mail/queue(?:/)?$",
|
| 772 |
+
"routeKeys": {},
|
| 773 |
+
"namedRegex": "^/api/admin/mail/queue(?:/)?$"
|
| 774 |
+
},
|
| 775 |
+
{
|
| 776 |
+
"page": "/api/admin/mail/queue/flush",
|
| 777 |
+
"regex": "^/api/admin/mail/queue/flush(?:/)?$",
|
| 778 |
+
"routeKeys": {},
|
| 779 |
+
"namedRegex": "^/api/admin/mail/queue/flush(?:/)?$"
|
| 780 |
+
},
|
| 781 |
+
{
|
| 782 |
+
"page": "/api/admin/mail/test",
|
| 783 |
+
"regex": "^/api/admin/mail/test(?:/)?$",
|
| 784 |
+
"routeKeys": {},
|
| 785 |
+
"namedRegex": "^/api/admin/mail/test(?:/)?$"
|
| 786 |
+
},
|
| 787 |
{
|
| 788 |
"page": "/api/admin/sessions",
|
| 789 |
"regex": "^/api/admin/sessions(?:/)?$",
|
.next/server/app-paths-manifest.json
CHANGED
|
@@ -1,6 +1,10 @@
|
|
| 1 |
{
|
| 2 |
"/_not-found/page": "app/_not-found/page.js",
|
| 3 |
"/_global-error/page": "app/_global-error/page.js",
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
"/api/admin/sessions/route": "app/api/admin/sessions/route.js",
|
| 5 |
"/api/admin/users/[id]/route": "app/api/admin/users/[id]/route.js",
|
| 6 |
"/api/admin/users/route": "app/api/admin/users/route.js",
|
|
@@ -63,6 +67,10 @@
|
|
| 63 |
"/api/w/[workspaceId]/deployments/[id]/swap-project/route": "app/api/w/[workspaceId]/deployments/[id]/swap-project/route.js",
|
| 64 |
"/api/w/[workspaceId]/deployments/[id]/thumbnail/route": "app/api/w/[workspaceId]/deployments/[id]/thumbnail/route.js",
|
| 65 |
"/api/w/[workspaceId]/deployments/route": "app/api/w/[workspaceId]/deployments/route.js",
|
|
|
|
|
|
|
|
|
|
|
|
|
| 66 |
"/api/w/[workspaceId]/projects/[id]/database/query/route": "app/api/w/[workspaceId]/projects/[id]/database/query/route.js",
|
| 67 |
"/api/w/[workspaceId]/projects/[id]/database/schema/route": "app/api/w/[workspaceId]/projects/[id]/database/schema/route.js",
|
| 68 |
"/api/w/[workspaceId]/projects/[id]/deployments/route": "app/api/w/[workspaceId]/projects/[id]/deployments/route.js",
|
|
@@ -86,14 +94,20 @@
|
|
| 86 |
"/api/workspaces/route": "app/api/workspaces/route.js",
|
| 87 |
"/deployments/[id]/[...path]/route": "app/deployments/[id]/[...path]/route.js",
|
| 88 |
"/deployments/[id]/route": "app/deployments/[id]/route.js",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 89 |
"/api/admin/dashboard/route": "app/api/admin/dashboard/route.js",
|
| 90 |
"/api/deployments/[id]/functions/[...path]/route": "app/api/deployments/[id]/functions/[...path]/route.js",
|
| 91 |
"/api/resolve-domain/route": "app/api/resolve-domain/route.js",
|
| 92 |
"/api/generate/route": "app/api/generate/route.js",
|
| 93 |
"/api/w/[workspaceId]/admin/deployments/[id]/secrets/route": "app/api/w/[workspaceId]/admin/deployments/[id]/secrets/route.js",
|
| 94 |
"/api/w/[workspaceId]/admin/deployments/[id]/server-context/route": "app/api/w/[workspaceId]/admin/deployments/[id]/server-context/route.js",
|
| 95 |
-
"/api/web/search/route": "app/api/web/search/route.js",
|
| 96 |
"/api/web/fetch/route": "app/api/web/fetch/route.js",
|
|
|
|
| 97 |
"/admin/login/page": "app/admin/login/page.js",
|
| 98 |
"/admin/page": "app/admin/page.js",
|
| 99 |
"/admin/register/page": "app/admin/register/page.js",
|
|
@@ -104,6 +118,7 @@
|
|
| 104 |
"/w/[workspaceId]/deployments/page": "app/w/[workspaceId]/deployments/page.js",
|
| 105 |
"/w/[workspaceId]/docs/page": "app/w/[workspaceId]/docs/page.js",
|
| 106 |
"/w/[workspaceId]/interviews/page": "app/w/[workspaceId]/interviews/page.js",
|
|
|
|
| 107 |
"/w/[workspaceId]/page": "app/w/[workspaceId]/page.js",
|
| 108 |
"/w/[workspaceId]/projects/page": "app/w/[workspaceId]/projects/page.js",
|
| 109 |
"/w/[workspaceId]/settings/page": "app/w/[workspaceId]/settings/page.js",
|
|
|
|
| 1 |
{
|
| 2 |
"/_not-found/page": "app/_not-found/page.js",
|
| 3 |
"/_global-error/page": "app/_global-error/page.js",
|
| 4 |
+
"/api/admin/mail/queue/flush/route": "app/api/admin/mail/queue/flush/route.js",
|
| 5 |
+
"/api/admin/mail/queue/route": "app/api/admin/mail/queue/route.js",
|
| 6 |
+
"/api/admin/mail/route": "app/api/admin/mail/route.js",
|
| 7 |
+
"/api/admin/mail/test/route": "app/api/admin/mail/test/route.js",
|
| 8 |
"/api/admin/sessions/route": "app/api/admin/sessions/route.js",
|
| 9 |
"/api/admin/users/[id]/route": "app/api/admin/users/[id]/route.js",
|
| 10 |
"/api/admin/users/route": "app/api/admin/users/route.js",
|
|
|
|
| 67 |
"/api/w/[workspaceId]/deployments/[id]/swap-project/route": "app/api/w/[workspaceId]/deployments/[id]/swap-project/route.js",
|
| 68 |
"/api/w/[workspaceId]/deployments/[id]/thumbnail/route": "app/api/w/[workspaceId]/deployments/[id]/thumbnail/route.js",
|
| 69 |
"/api/w/[workspaceId]/deployments/route": "app/api/w/[workspaceId]/deployments/route.js",
|
| 70 |
+
"/api/w/[workspaceId]/mail/queue/route": "app/api/w/[workspaceId]/mail/queue/route.js",
|
| 71 |
+
"/api/w/[workspaceId]/mail/route": "app/api/w/[workspaceId]/mail/route.js",
|
| 72 |
+
"/api/w/[workspaceId]/mail/sending/route": "app/api/w/[workspaceId]/mail/sending/route.js",
|
| 73 |
+
"/api/w/[workspaceId]/mail/test/route": "app/api/w/[workspaceId]/mail/test/route.js",
|
| 74 |
"/api/w/[workspaceId]/projects/[id]/database/query/route": "app/api/w/[workspaceId]/projects/[id]/database/query/route.js",
|
| 75 |
"/api/w/[workspaceId]/projects/[id]/database/schema/route": "app/api/w/[workspaceId]/projects/[id]/database/schema/route.js",
|
| 76 |
"/api/w/[workspaceId]/projects/[id]/deployments/route": "app/api/w/[workspaceId]/projects/[id]/deployments/route.js",
|
|
|
|
| 94 |
"/api/workspaces/route": "app/api/workspaces/route.js",
|
| 95 |
"/deployments/[id]/[...path]/route": "app/deployments/[id]/[...path]/route.js",
|
| 96 |
"/deployments/[id]/route": "app/deployments/[id]/route.js",
|
| 97 |
+
"/review/[deploymentId]/[...path]/route": "app/review/[deploymentId]/[...path]/route.js",
|
| 98 |
+
"/review/[deploymentId]/osw-api/comments/[id]/route": "app/review/[deploymentId]/osw-api/comments/[id]/route.js",
|
| 99 |
+
"/review/[deploymentId]/osw-api/comments/route": "app/review/[deploymentId]/osw-api/comments/route.js",
|
| 100 |
+
"/review/[deploymentId]/osw-api/participant/route": "app/review/[deploymentId]/osw-api/participant/route.js",
|
| 101 |
+
"/review/[deploymentId]/route": "app/review/[deploymentId]/route.js",
|
| 102 |
+
"/review/[deploymentId]/unsubscribe/route": "app/review/[deploymentId]/unsubscribe/route.js",
|
| 103 |
"/api/admin/dashboard/route": "app/api/admin/dashboard/route.js",
|
| 104 |
"/api/deployments/[id]/functions/[...path]/route": "app/api/deployments/[id]/functions/[...path]/route.js",
|
| 105 |
"/api/resolve-domain/route": "app/api/resolve-domain/route.js",
|
| 106 |
"/api/generate/route": "app/api/generate/route.js",
|
| 107 |
"/api/w/[workspaceId]/admin/deployments/[id]/secrets/route": "app/api/w/[workspaceId]/admin/deployments/[id]/secrets/route.js",
|
| 108 |
"/api/w/[workspaceId]/admin/deployments/[id]/server-context/route": "app/api/w/[workspaceId]/admin/deployments/[id]/server-context/route.js",
|
|
|
|
| 109 |
"/api/web/fetch/route": "app/api/web/fetch/route.js",
|
| 110 |
+
"/api/web/search/route": "app/api/web/search/route.js",
|
| 111 |
"/admin/login/page": "app/admin/login/page.js",
|
| 112 |
"/admin/page": "app/admin/page.js",
|
| 113 |
"/admin/register/page": "app/admin/register/page.js",
|
|
|
|
| 118 |
"/w/[workspaceId]/deployments/page": "app/w/[workspaceId]/deployments/page.js",
|
| 119 |
"/w/[workspaceId]/docs/page": "app/w/[workspaceId]/docs/page.js",
|
| 120 |
"/w/[workspaceId]/interviews/page": "app/w/[workspaceId]/interviews/page.js",
|
| 121 |
+
"/w/[workspaceId]/mail/page": "app/w/[workspaceId]/mail/page.js",
|
| 122 |
"/w/[workspaceId]/page": "app/w/[workspaceId]/page.js",
|
| 123 |
"/w/[workspaceId]/projects/page": "app/w/[workspaceId]/projects/page.js",
|
| 124 |
"/w/[workspaceId]/settings/page": "app/w/[workspaceId]/settings/page.js",
|
.next/server/app/_global-error.html
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
<!DOCTYPE html><html id="__next_error__"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-
|
|
|
|
| 1 |
+
<!DOCTYPE html><html id="__next_error__"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-e03a141af08ecfcf.js"/><script src="/_next/static/chunks/4bd1b696-8a4ab4fdf0ae305a.js" async=""></script><script src="/_next/static/chunks/3794-d7cddff008311ab3.js" async=""></script><script src="/_next/static/chunks/main-app-a1f3e73b9952cd96.js" async=""></script><script src="/_next/static/chunks/app/global-error-7240682073063959.js" async=""></script><meta name="next-size-adjust" content=""/><title>500: This page couldn’t load</title><style>:root {--next-error-bg: #fff;--next-error-text: #171717;--next-error-title: #171717;--next-error-message: #171717;--next-error-digest: #666666;--next-error-btn-text: #fff;--next-error-btn-bg: #171717;--next-error-btn-border: none;--next-error-btn-secondary-text: #171717;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(0,0,0,0.08);}@media (prefers-color-scheme: dark) {:root {--next-error-bg: #0a0a0a;--next-error-text: #ededed;--next-error-title: #ededed;--next-error-message: #ededed;--next-error-digest: #a0a0a0;--next-error-btn-text: #0a0a0a;--next-error-btn-bg: #ededed;--next-error-btn-border: none;--next-error-btn-secondary-text: #ededed;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(255,255,255,0.14);}}body { margin: 0; color: var(--next-error-text); background: var(--next-error-bg); }</style><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body><div hidden=""><!--$--><!--/$--></div><div style="font-family:system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";height:100vh;display:flex;align-items:center;justify-content:center"><div style="margin-top:-32px;max-width:325px;padding:32px 28px;text-align:left"><svg width="32" height="32" viewBox="-0.2 -1.5 32 32" fill="none" style="margin-bottom:24px"><path d="M16.9328 0C18.0839 0.000116771 19.1334 0.658832 19.634 1.69531L31.4299 26.1309C32.0708 27.4588 31.1036 28.9999 29.6291 29H2.00215C0.527541 29 -0.439628 27.4588 0.201371 26.1309L11.9973 1.69531C12.4979 0.658823 13.5474 7.75066e-05 14.6984 0H16.9328ZM3.59493 26H28.0363L16.9328 3H14.6984L3.59493 26ZM15.8156 19C16.9202 19.0001 17.8156 19.8955 17.8156 21C17.8156 22.1045 16.9202 22.9999 15.8156 23C14.7111 23 13.8156 22.1046 13.8156 21C13.8156 19.8954 14.7111 19 15.8156 19ZM17.3156 16.5H14.3156V8.5H17.3156V16.5Z" fill="var(--next-error-title)"></path></svg><h1 style="font-size:24px;font-weight:500;letter-spacing:-0.02em;line-height:32px;margin:0 0 12px 0;color:var(--next-error-title)">This page couldn’t load</h1><p style="font-size:14px;font-weight:400;line-height:21px;margin:0 0 20px 0;color:var(--next-error-message)">A server error occurred. Reload to try again.</p><form style="margin:0"><button type="submit" style="display:inline-flex;align-items:center;justify-content:center;height:32px;padding:0 12px;font-size:14px;font-weight:500;line-height:20px;border-radius:6px;cursor:pointer;color:var(--next-error-btn-text);background:var(--next-error-btn-bg);border:var(--next-error-btn-border)">Reload</button></form></div></div><!--$--><!--/$--><script src="/_next/static/chunks/webpack-e03a141af08ecfcf.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[57121,[],\"\"]\n3:I[74581,[],\"\"]\n4:I[90484,[],\"OutletBoundary\"]\n5:\"$Sreact.suspense\"\n8:I[90484,[],\"ViewportBoundary\"]\na:I[90484,[],\"MetadataBoundary\"]\nc:I[54690,[\"4219\",\"static/chunks/app/global-error-7240682073063959.js\"],\"default\"]\n7:X\n0:{\"P\":null,\"c\":[\"\",\"_global-error\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"_global-error\",{\"children\":[\"__PAGE__\",{},\"$undefined\",\"$undefined\",4624]},\"$undefined\",\"$undefined\",4624]},\"$undefined\",\"$undefined\",4624],[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"html\",null,{\"id\":\"__next_error__\",\"children\":[[\"$\",\"head\",null,{\"children\":[[\"$\",\"title\",null,{\"children\":\"500: This page couldn’t load\"}],[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\":root {--next-error-bg: #fff;--next-error-text: #171717;--next-error-title: #171717;--next-error-message: #171717;--next-error-digest: #666666;--next-error-btn-text: #fff;--next-error-btn-bg: #171717;--next-error-btn-border: none;--next-error-btn-secondary-text: #171717;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(0,0,0,0.08);}@media (prefers-color-scheme: dark) {:root {--next-error-bg: #0a0a0a;--next-error-text: #ededed;--next-error-title: #ededed;--next-error-message: #ededed;--next-error-digest: #a0a0a0;--next-error-btn-text: #0a0a0a;--next-error-btn-bg: #ededed;--next-error-btn-border: none;--next-error-btn-secondary-text: #ededed;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(255,255,255,0.14);}}body { margin: 0; color: var(--next-error-text); background: var(--next-error-bg); }\"}}]]}],[\"$\",\"body\",null,{\"children\":[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"display\":\"flex\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"style\":{\"marginTop\":\"-32px\",\"maxWidth\":\"325px\",\"padding\":\"32px 28px\",\"textAlign\":\"left\"},\"children\":[[\"$\",\"svg\",null,{\"width\":\"32\",\"height\":\"32\",\"viewBox\":\"-0.2 -1.5 32 32\",\"fill\":\"none\",\"style\":{\"marginBottom\":\"24px\"},\"children\":[\"$\",\"path\",null,{\"d\":\"M16.9328 0C18.0839 0.000116771 19.1334 0.658832 19.634 1.69531L31.4299 26.1309C32.0708 27.4588 31.1036 28.9999 29.6291 29H2.00215C0.527541 29 -0.439628 27.4588 0.201371 26.1309L11.9973 1.69531C12.4979 0.658823 13.5474 7.75066e-05 14.6984 0H16.9328ZM3.59493 26H28.0363L16.9328 3H14.6984L3.59493 26ZM15.8156 19C16.9202 19.0001 17.8156 19.8955 17.8156 21C17.8156 22.1045 16.9202 22.9999 15.8156 23C14.7111 23 13.8156 22.1046 13.8156 21C13.8156 19.8954 14.7111 19 15.8156 19ZM17.3156 16.5H14.3156V8.5H17.3156V16.5Z\",\"fill\":\"var(--next-error-title)\"}]}],[\"$\",\"h1\",null,{\"style\":{\"fontSize\":\"24px\",\"fontWeight\":500,\"letterSpacing\":\"-0.02em\",\"lineHeight\":\"32px\",\"margin\":\"0 0 12px 0\",\"color\":\"var(--next-error-title)\"},\"children\":\"This page couldn’t load\"}],[\"$\",\"p\",null,{\"style\":{\"fontSize\":\"14px\",\"fontWeight\":400,\"lineHeight\":\"21px\",\"margin\":\"0 0 20px 0\",\"color\":\"var(--next-error-message)\"},\"children\":\"A server error occurred. Reload to try again.\"}],[\"$\",\"form\",null,{\"style\":{\"margin\":0},\"children\":[\"$\",\"button\",null,{\"type\":\"submit\",\"style\":{\"display\":\"inline-flex\",\"alignItems\":\"center\",\"justifyContent\":\"center\",\"height\":\"32px\",\"padding\":\"0 12px\",\"fontSize\":\"14px\",\"fontWeight\":500,\"lineHeight\":\"20px\",\"borderRadius\":\"6px\",\"cursor\":\"pointer\",\"color\":\"var(--next-error-btn-text)\",\"background\":\"var(--next-error-btn-bg)\",\"border\":\"var(--next-error-btn-border)\"},\"children\":\"Reload\"}]}]]}]}]}]]}],null,[\"$\",\"$L4\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@6\"}]}]]}],{},null,false,null]},null,false,\"$7\"]},null,false,\"$7\"],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$L8\",null,{\"children\":\"$L9\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$La\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.Metadata\",\"children\":\"$Lb\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$c\",[]],\"S\":true,\"h\":null,\"r\":\"$undefined\",\"s\":\"$undefined\",\"a\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"dgLFqcpJPB_dSBxNMF_8-\"}\n7:C\n9:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n6:null\nb:[]\n"])</script></body></html>
|
.next/server/app/_global-error.rsc
CHANGED
|
@@ -7,7 +7,7 @@
|
|
| 7 |
a:I[90484,[],"MetadataBoundary"]
|
| 8 |
c:I[54690,["4219","static/chunks/app/global-error-7240682073063959.js"],"default"]
|
| 9 |
7:X
|
| 10 |
-
0:{"P":null,"c":["","_global-error"],"q":"","i":false,"f":[[["",{"children":["_global-error",{"children":["__PAGE__",{},"$undefined","$undefined",4624]},"$undefined","$undefined",4624]},"$undefined","$undefined",4624],[["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","html",null,{"id":"__next_error__","children":[["$","head",null,{"children":[["$","title",null,{"children":"500: This page couldn’t load"}],["$","style",null,{"dangerouslySetInnerHTML":{"__html":":root {--next-error-bg: #fff;--next-error-text: #171717;--next-error-title: #171717;--next-error-message: #171717;--next-error-digest: #666666;--next-error-btn-text: #fff;--next-error-btn-bg: #171717;--next-error-btn-border: none;--next-error-btn-secondary-text: #171717;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(0,0,0,0.08);}@media (prefers-color-scheme: dark) {:root {--next-error-bg: #0a0a0a;--next-error-text: #ededed;--next-error-title: #ededed;--next-error-message: #ededed;--next-error-digest: #a0a0a0;--next-error-btn-text: #0a0a0a;--next-error-btn-bg: #ededed;--next-error-btn-border: none;--next-error-btn-secondary-text: #ededed;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(255,255,255,0.14);}}body { margin: 0; color: var(--next-error-text); background: var(--next-error-bg); }"}}]]}],["$","body",null,{"children":["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","display":"flex","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"style":{"marginTop":"-32px","maxWidth":"325px","padding":"32px 28px","textAlign":"left"},"children":[["$","svg",null,{"width":"32","height":"32","viewBox":"-0.2 -1.5 32 32","fill":"none","style":{"marginBottom":"24px"},"children":["$","path",null,{"d":"M16.9328 0C18.0839 0.000116771 19.1334 0.658832 19.634 1.69531L31.4299 26.1309C32.0708 27.4588 31.1036 28.9999 29.6291 29H2.00215C0.527541 29 -0.439628 27.4588 0.201371 26.1309L11.9973 1.69531C12.4979 0.658823 13.5474 7.75066e-05 14.6984 0H16.9328ZM3.59493 26H28.0363L16.9328 3H14.6984L3.59493 26ZM15.8156 19C16.9202 19.0001 17.8156 19.8955 17.8156 21C17.8156 22.1045 16.9202 22.9999 15.8156 23C14.7111 23 13.8156 22.1046 13.8156 21C13.8156 19.8954 14.7111 19 15.8156 19ZM17.3156 16.5H14.3156V8.5H17.3156V16.5Z","fill":"var(--next-error-title)"}]}],["$","h1",null,{"style":{"fontSize":"24px","fontWeight":500,"letterSpacing":"-0.02em","lineHeight":"32px","margin":"0 0 12px 0","color":"var(--next-error-title)"},"children":"This page couldn’t load"}],["$","p",null,{"style":{"fontSize":"14px","fontWeight":400,"lineHeight":"21px","margin":"0 0 20px 0","color":"var(--next-error-message)"},"children":"A server error occurred. Reload to try again."}],["$","form",null,{"style":{"margin":0},"children":["$","button",null,{"type":"submit","style":{"display":"inline-flex","alignItems":"center","justifyContent":"center","height":"32px","padding":"0 12px","fontSize":"14px","fontWeight":500,"lineHeight":"20px","borderRadius":"6px","cursor":"pointer","color":"var(--next-error-btn-text)","background":"var(--next-error-btn-bg)","border":"var(--next-error-btn-border)"},"children":"Reload"}]}]]}]}]}]]}],null,["$","$L4",null,{"children":["$","$5",null,{"name":"Next.MetadataOutlet","children":"$@6"}]}]]}],{},null,false,null]},null,false,"$7"]},null,false,"$7"],["$","$1","h",{"children":[null,["$","$L8",null,{"children":"$L9"}],["$","div",null,{"hidden":true,"children":["$","$La",null,{"children":["$","$5",null,{"name":"Next.Metadata","children":"$Lb"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$c",[]],"S":true,"h":null,"r":"$undefined","s":"$undefined","a":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"
|
| 11 |
7:C
|
| 12 |
9:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
| 13 |
6:null
|
|
|
|
| 7 |
a:I[90484,[],"MetadataBoundary"]
|
| 8 |
c:I[54690,["4219","static/chunks/app/global-error-7240682073063959.js"],"default"]
|
| 9 |
7:X
|
| 10 |
+
0:{"P":null,"c":["","_global-error"],"q":"","i":false,"f":[[["",{"children":["_global-error",{"children":["__PAGE__",{},"$undefined","$undefined",4624]},"$undefined","$undefined",4624]},"$undefined","$undefined",4624],[["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","html",null,{"id":"__next_error__","children":[["$","head",null,{"children":[["$","title",null,{"children":"500: This page couldn’t load"}],["$","style",null,{"dangerouslySetInnerHTML":{"__html":":root {--next-error-bg: #fff;--next-error-text: #171717;--next-error-title: #171717;--next-error-message: #171717;--next-error-digest: #666666;--next-error-btn-text: #fff;--next-error-btn-bg: #171717;--next-error-btn-border: none;--next-error-btn-secondary-text: #171717;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(0,0,0,0.08);}@media (prefers-color-scheme: dark) {:root {--next-error-bg: #0a0a0a;--next-error-text: #ededed;--next-error-title: #ededed;--next-error-message: #ededed;--next-error-digest: #a0a0a0;--next-error-btn-text: #0a0a0a;--next-error-btn-bg: #ededed;--next-error-btn-border: none;--next-error-btn-secondary-text: #ededed;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(255,255,255,0.14);}}body { margin: 0; color: var(--next-error-text); background: var(--next-error-bg); }"}}]]}],["$","body",null,{"children":["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","display":"flex","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"style":{"marginTop":"-32px","maxWidth":"325px","padding":"32px 28px","textAlign":"left"},"children":[["$","svg",null,{"width":"32","height":"32","viewBox":"-0.2 -1.5 32 32","fill":"none","style":{"marginBottom":"24px"},"children":["$","path",null,{"d":"M16.9328 0C18.0839 0.000116771 19.1334 0.658832 19.634 1.69531L31.4299 26.1309C32.0708 27.4588 31.1036 28.9999 29.6291 29H2.00215C0.527541 29 -0.439628 27.4588 0.201371 26.1309L11.9973 1.69531C12.4979 0.658823 13.5474 7.75066e-05 14.6984 0H16.9328ZM3.59493 26H28.0363L16.9328 3H14.6984L3.59493 26ZM15.8156 19C16.9202 19.0001 17.8156 19.8955 17.8156 21C17.8156 22.1045 16.9202 22.9999 15.8156 23C14.7111 23 13.8156 22.1046 13.8156 21C13.8156 19.8954 14.7111 19 15.8156 19ZM17.3156 16.5H14.3156V8.5H17.3156V16.5Z","fill":"var(--next-error-title)"}]}],["$","h1",null,{"style":{"fontSize":"24px","fontWeight":500,"letterSpacing":"-0.02em","lineHeight":"32px","margin":"0 0 12px 0","color":"var(--next-error-title)"},"children":"This page couldn’t load"}],["$","p",null,{"style":{"fontSize":"14px","fontWeight":400,"lineHeight":"21px","margin":"0 0 20px 0","color":"var(--next-error-message)"},"children":"A server error occurred. Reload to try again."}],["$","form",null,{"style":{"margin":0},"children":["$","button",null,{"type":"submit","style":{"display":"inline-flex","alignItems":"center","justifyContent":"center","height":"32px","padding":"0 12px","fontSize":"14px","fontWeight":500,"lineHeight":"20px","borderRadius":"6px","cursor":"pointer","color":"var(--next-error-btn-text)","background":"var(--next-error-btn-bg)","border":"var(--next-error-btn-border)"},"children":"Reload"}]}]]}]}]}]]}],null,["$","$L4",null,{"children":["$","$5",null,{"name":"Next.MetadataOutlet","children":"$@6"}]}]]}],{},null,false,null]},null,false,"$7"]},null,false,"$7"],["$","$1","h",{"children":[null,["$","$L8",null,{"children":"$L9"}],["$","div",null,{"hidden":true,"children":["$","$La",null,{"children":["$","$5",null,{"name":"Next.Metadata","children":"$Lb"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$c",[]],"S":true,"h":null,"r":"$undefined","s":"$undefined","a":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"dgLFqcpJPB_dSBxNMF_8-"}
|
| 11 |
7:C
|
| 12 |
9:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
| 13 |
6:null
|
.next/server/app/_global-error.segments/_full.segment.rsc
CHANGED
|
@@ -7,7 +7,7 @@
|
|
| 7 |
a:I[90484,[],"MetadataBoundary"]
|
| 8 |
c:I[54690,["4219","static/chunks/app/global-error-7240682073063959.js"],"default"]
|
| 9 |
7:X
|
| 10 |
-
0:{"P":null,"c":["","_global-error"],"q":"","i":false,"f":[[["",{"children":["_global-error",{"children":["__PAGE__",{},"$undefined","$undefined",4624]},"$undefined","$undefined",4624]},"$undefined","$undefined",4624],[["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","html",null,{"id":"__next_error__","children":[["$","head",null,{"children":[["$","title",null,{"children":"500: This page couldn’t load"}],["$","style",null,{"dangerouslySetInnerHTML":{"__html":":root {--next-error-bg: #fff;--next-error-text: #171717;--next-error-title: #171717;--next-error-message: #171717;--next-error-digest: #666666;--next-error-btn-text: #fff;--next-error-btn-bg: #171717;--next-error-btn-border: none;--next-error-btn-secondary-text: #171717;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(0,0,0,0.08);}@media (prefers-color-scheme: dark) {:root {--next-error-bg: #0a0a0a;--next-error-text: #ededed;--next-error-title: #ededed;--next-error-message: #ededed;--next-error-digest: #a0a0a0;--next-error-btn-text: #0a0a0a;--next-error-btn-bg: #ededed;--next-error-btn-border: none;--next-error-btn-secondary-text: #ededed;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(255,255,255,0.14);}}body { margin: 0; color: var(--next-error-text); background: var(--next-error-bg); }"}}]]}],["$","body",null,{"children":["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","display":"flex","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"style":{"marginTop":"-32px","maxWidth":"325px","padding":"32px 28px","textAlign":"left"},"children":[["$","svg",null,{"width":"32","height":"32","viewBox":"-0.2 -1.5 32 32","fill":"none","style":{"marginBottom":"24px"},"children":["$","path",null,{"d":"M16.9328 0C18.0839 0.000116771 19.1334 0.658832 19.634 1.69531L31.4299 26.1309C32.0708 27.4588 31.1036 28.9999 29.6291 29H2.00215C0.527541 29 -0.439628 27.4588 0.201371 26.1309L11.9973 1.69531C12.4979 0.658823 13.5474 7.75066e-05 14.6984 0H16.9328ZM3.59493 26H28.0363L16.9328 3H14.6984L3.59493 26ZM15.8156 19C16.9202 19.0001 17.8156 19.8955 17.8156 21C17.8156 22.1045 16.9202 22.9999 15.8156 23C14.7111 23 13.8156 22.1046 13.8156 21C13.8156 19.8954 14.7111 19 15.8156 19ZM17.3156 16.5H14.3156V8.5H17.3156V16.5Z","fill":"var(--next-error-title)"}]}],["$","h1",null,{"style":{"fontSize":"24px","fontWeight":500,"letterSpacing":"-0.02em","lineHeight":"32px","margin":"0 0 12px 0","color":"var(--next-error-title)"},"children":"This page couldn’t load"}],["$","p",null,{"style":{"fontSize":"14px","fontWeight":400,"lineHeight":"21px","margin":"0 0 20px 0","color":"var(--next-error-message)"},"children":"A server error occurred. Reload to try again."}],["$","form",null,{"style":{"margin":0},"children":["$","button",null,{"type":"submit","style":{"display":"inline-flex","alignItems":"center","justifyContent":"center","height":"32px","padding":"0 12px","fontSize":"14px","fontWeight":500,"lineHeight":"20px","borderRadius":"6px","cursor":"pointer","color":"var(--next-error-btn-text)","background":"var(--next-error-btn-bg)","border":"var(--next-error-btn-border)"},"children":"Reload"}]}]]}]}]}]]}],null,["$","$L4",null,{"children":["$","$5",null,{"name":"Next.MetadataOutlet","children":"$@6"}]}]]}],{},null,false,null]},null,false,"$7"]},null,false,"$7"],["$","$1","h",{"children":[null,["$","$L8",null,{"children":"$L9"}],["$","div",null,{"hidden":true,"children":["$","$La",null,{"children":["$","$5",null,{"name":"Next.Metadata","children":"$Lb"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$c",[]],"S":true,"h":null,"r":"$undefined","s":"$undefined","a":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"
|
| 11 |
7:C
|
| 12 |
9:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
| 13 |
6:null
|
|
|
|
| 7 |
a:I[90484,[],"MetadataBoundary"]
|
| 8 |
c:I[54690,["4219","static/chunks/app/global-error-7240682073063959.js"],"default"]
|
| 9 |
7:X
|
| 10 |
+
0:{"P":null,"c":["","_global-error"],"q":"","i":false,"f":[[["",{"children":["_global-error",{"children":["__PAGE__",{},"$undefined","$undefined",4624]},"$undefined","$undefined",4624]},"$undefined","$undefined",4624],[["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","html",null,{"id":"__next_error__","children":[["$","head",null,{"children":[["$","title",null,{"children":"500: This page couldn’t load"}],["$","style",null,{"dangerouslySetInnerHTML":{"__html":":root {--next-error-bg: #fff;--next-error-text: #171717;--next-error-title: #171717;--next-error-message: #171717;--next-error-digest: #666666;--next-error-btn-text: #fff;--next-error-btn-bg: #171717;--next-error-btn-border: none;--next-error-btn-secondary-text: #171717;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(0,0,0,0.08);}@media (prefers-color-scheme: dark) {:root {--next-error-bg: #0a0a0a;--next-error-text: #ededed;--next-error-title: #ededed;--next-error-message: #ededed;--next-error-digest: #a0a0a0;--next-error-btn-text: #0a0a0a;--next-error-btn-bg: #ededed;--next-error-btn-border: none;--next-error-btn-secondary-text: #ededed;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(255,255,255,0.14);}}body { margin: 0; color: var(--next-error-text); background: var(--next-error-bg); }"}}]]}],["$","body",null,{"children":["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","display":"flex","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"style":{"marginTop":"-32px","maxWidth":"325px","padding":"32px 28px","textAlign":"left"},"children":[["$","svg",null,{"width":"32","height":"32","viewBox":"-0.2 -1.5 32 32","fill":"none","style":{"marginBottom":"24px"},"children":["$","path",null,{"d":"M16.9328 0C18.0839 0.000116771 19.1334 0.658832 19.634 1.69531L31.4299 26.1309C32.0708 27.4588 31.1036 28.9999 29.6291 29H2.00215C0.527541 29 -0.439628 27.4588 0.201371 26.1309L11.9973 1.69531C12.4979 0.658823 13.5474 7.75066e-05 14.6984 0H16.9328ZM3.59493 26H28.0363L16.9328 3H14.6984L3.59493 26ZM15.8156 19C16.9202 19.0001 17.8156 19.8955 17.8156 21C17.8156 22.1045 16.9202 22.9999 15.8156 23C14.7111 23 13.8156 22.1046 13.8156 21C13.8156 19.8954 14.7111 19 15.8156 19ZM17.3156 16.5H14.3156V8.5H17.3156V16.5Z","fill":"var(--next-error-title)"}]}],["$","h1",null,{"style":{"fontSize":"24px","fontWeight":500,"letterSpacing":"-0.02em","lineHeight":"32px","margin":"0 0 12px 0","color":"var(--next-error-title)"},"children":"This page couldn’t load"}],["$","p",null,{"style":{"fontSize":"14px","fontWeight":400,"lineHeight":"21px","margin":"0 0 20px 0","color":"var(--next-error-message)"},"children":"A server error occurred. Reload to try again."}],["$","form",null,{"style":{"margin":0},"children":["$","button",null,{"type":"submit","style":{"display":"inline-flex","alignItems":"center","justifyContent":"center","height":"32px","padding":"0 12px","fontSize":"14px","fontWeight":500,"lineHeight":"20px","borderRadius":"6px","cursor":"pointer","color":"var(--next-error-btn-text)","background":"var(--next-error-btn-bg)","border":"var(--next-error-btn-border)"},"children":"Reload"}]}]]}]}]}]]}],null,["$","$L4",null,{"children":["$","$5",null,{"name":"Next.MetadataOutlet","children":"$@6"}]}]]}],{},null,false,null]},null,false,"$7"]},null,false,"$7"],["$","$1","h",{"children":[null,["$","$L8",null,{"children":"$L9"}],["$","div",null,{"hidden":true,"children":["$","$La",null,{"children":["$","$5",null,{"name":"Next.Metadata","children":"$Lb"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$c",[]],"S":true,"h":null,"r":"$undefined","s":"$undefined","a":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"dgLFqcpJPB_dSBxNMF_8-"}
|
| 11 |
7:C
|
| 12 |
9:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
| 13 |
6:null
|
.next/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc
CHANGED
|
@@ -8,7 +8,7 @@ b:I[74581,[],""]
|
|
| 8 |
6:X
|
| 9 |
d:X
|
| 10 |
d:C
|
| 11 |
-
0:{"buildId":"
|
| 12 |
4:null
|
| 13 |
6:300
|
| 14 |
10:true
|
|
|
|
| 8 |
6:X
|
| 9 |
d:X
|
| 10 |
d:C
|
| 11 |
+
0:{"buildId":"dgLFqcpJPB_dSBxNMF_8-","data":[{"rsc":["$","$1","c",{"children":[["$","html",null,{"id":"__next_error__","children":[["$","head",null,{"children":[["$","title",null,{"children":"500: This page couldn’t load"}],["$","style",null,{"dangerouslySetInnerHTML":{"__html":":root {--next-error-bg: #fff;--next-error-text: #171717;--next-error-title: #171717;--next-error-message: #171717;--next-error-digest: #666666;--next-error-btn-text: #fff;--next-error-btn-bg: #171717;--next-error-btn-border: none;--next-error-btn-secondary-text: #171717;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(0,0,0,0.08);}@media (prefers-color-scheme: dark) {:root {--next-error-bg: #0a0a0a;--next-error-text: #ededed;--next-error-title: #ededed;--next-error-message: #ededed;--next-error-digest: #a0a0a0;--next-error-btn-text: #0a0a0a;--next-error-btn-bg: #ededed;--next-error-btn-border: none;--next-error-btn-secondary-text: #ededed;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(255,255,255,0.14);}}body { margin: 0; color: var(--next-error-text); background: var(--next-error-bg); }"}}]]}],["$","body",null,{"children":["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","display":"flex","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"style":{"marginTop":"-32px","maxWidth":"325px","padding":"32px 28px","textAlign":"left"},"children":[["$","svg",null,{"width":"32","height":"32","viewBox":"-0.2 -1.5 32 32","fill":"none","style":{"marginBottom":"24px"},"children":["$","path",null,{"d":"M16.9328 0C18.0839 0.000116771 19.1334 0.658832 19.634 1.69531L31.4299 26.1309C32.0708 27.4588 31.1036 28.9999 29.6291 29H2.00215C0.527541 29 -0.439628 27.4588 0.201371 26.1309L11.9973 1.69531C12.4979 0.658823 13.5474 7.75066e-05 14.6984 0H16.9328ZM3.59493 26H28.0363L16.9328 3H14.6984L3.59493 26ZM15.8156 19C16.9202 19.0001 17.8156 19.8955 17.8156 21C17.8156 22.1045 16.9202 22.9999 15.8156 23C14.7111 23 13.8156 22.1046 13.8156 21C13.8156 19.8954 14.7111 19 15.8156 19ZM17.3156 16.5H14.3156V8.5H17.3156V16.5Z","fill":"var(--next-error-title)"}]}],["$","h1",null,{"style":{"fontSize":"24px","fontWeight":500,"letterSpacing":"-0.02em","lineHeight":"32px","margin":"0 0 12px 0","color":"var(--next-error-title)"},"children":"This page couldn’t load"}],["$","p",null,{"style":{"fontSize":"14px","fontWeight":400,"lineHeight":"21px","margin":"0 0 20px 0","color":"var(--next-error-message)"},"children":"A server error occurred. Reload to try again."}],["$","form",null,{"style":{"margin":0},"children":["$","button",null,{"type":"submit","style":{"display":"inline-flex","alignItems":"center","justifyContent":"center","height":"32px","padding":"0 12px","fontSize":"14px","fontWeight":500,"lineHeight":"20px","borderRadius":"6px","cursor":"pointer","color":"var(--next-error-btn-text)","background":"var(--next-error-btn-bg)","border":"var(--next-error-btn-border)"},"children":"Reload"}]}]]}]}]}]]}],null,["$","$L2",null,{"children":["$","$3",null,{"name":"Next.MetadataOutlet","children":"$@4"}]}]]}],"isPartial":"$@5","staleTime":"$6","varyParams":null},{"rsc":["$","$1","h",{"children":[null,["$","$L7",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L8",null,{"children":["$","$3",null,{"name":"Next.Metadata","children":[]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"isPartial":"$@9","staleTime":"$6","varyParams":null},{"rsc":["$","$1","c",{"children":[null,["$","$La",null,{"parallelRouterKey":"children","template":["$","$Lb",null,{}]}]]}],"isPartial":"$@c","staleTime":"$6","varyParams":"$d"},{"rsc":["$","$1","c",{"children":[null,["$","$La",null,{"parallelRouterKey":"children","template":["$","$Lb",null,{}]}]]}],"isPartial":"$@e","staleTime":"$6","varyParams":"$d"}],"isUpgradeableISRFallback":false,"a":"$@f","rootVaryParams":null,"needsRuntimeRequest":"$@10"}
|
| 12 |
4:null
|
| 13 |
6:300
|
| 14 |
10:true
|
.next/server/app/_global-error.segments/_tree.segment.rsc
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
0:{"tree":{"name":"","param":null,"prefetchHints":4176,"slots":{"children":{"name":"_global-error","param":null,"prefetchHints":4208,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":4272,"slots":null}}}}},"staleTime":300,"buildId":"
|
|
|
|
| 1 |
+
0:{"tree":{"name":"","param":null,"prefetchHints":4176,"slots":{"children":{"name":"_global-error","param":null,"prefetchHints":4208,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":4272,"slots":null}}}}},"staleTime":300,"buildId":"dgLFqcpJPB_dSBxNMF_8-"}
|
.next/server/app/_global-error/page.js
CHANGED
|
@@ -28,4 +28,4 @@
|
|
| 28 |
}
|
| 29 |
}
|
| 30 |
body { margin: 0; color: var(--next-error-text); background: var(--next-error-bg); }
|
| 31 |
-
`.replace(/\n\s*/g,"");function i(){return(0,f.jsx)("svg",{width:"32",height:"32",viewBox:"-0.2 -1.5 32 32",fill:"none",style:g.icon,children:(0,f.jsx)("path",{d:"M16.9328 0C18.0839 0.000116771 19.1334 0.658832 19.634 1.69531L31.4299 26.1309C32.0708 27.4588 31.1036 28.9999 29.6291 29H2.00215C0.527541 29 -0.439628 27.4588 0.201371 26.1309L11.9973 1.69531C12.4979 0.658823 13.5474 7.75066e-05 14.6984 0H16.9328ZM3.59493 26H28.0363L16.9328 3H14.6984L3.59493 26ZM15.8156 19C16.9202 19.0001 17.8156 19.8955 17.8156 21C17.8156 22.1045 16.9202 22.9999 15.8156 23C14.7111 23 13.8156 22.1046 13.8156 21C13.8156 19.8954 14.7111 19 15.8156 19ZM17.3156 16.5H14.3156V8.5H17.3156V16.5Z",fill:"var(--next-error-title)"})})}("function"==typeof b.default||"object"==typeof b.default&&null!==b.default)&&void 0===b.default.__esModule&&(Object.defineProperty(b.default,"__esModule",{value:!0}),Object.assign(b.default,b),a.exports=b.default)},52002:(a,b,c)=>{Promise.resolve().then(c.t.bind(c,15098,23)),Promise.resolve().then(c.t.bind(c,47644,23)),Promise.resolve().then(c.t.bind(c,33859,23)),Promise.resolve().then(c.t.bind(c,98099,23)),Promise.resolve().then(c.t.bind(c,16237,23)),Promise.resolve().then(c.t.bind(c,98562,23)),Promise.resolve().then(c.t.bind(c,36675,23))},55038:(a,b,c)=>{"use strict";c.r(b),c.d(b,{default:()=>d});let d=(0,c(77943).registerClientReference)(function(){throw Error("Attempted to call the default export of \"/Users/otto/Desktop/deepstudio/osw-studio-git/app/global-error.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/global-error.tsx","default")},62605:(a,b,c)=>{"use strict";function d(a){return a&&a.__esModule?a:{default:a}}c.r(b),c.d(b,{_:()=>d})},63033:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},67484:(a,b,c)=>{"use strict";a.exports=c(81155).vendored["react-ssr"].React},70154:(a,b,c)=>{Promise.resolve().then(c.t.bind(c,60440,23)),Promise.resolve().then(c.t.bind(c,84342,23)),Promise.resolve().then(c.t.bind(c,82265,23)),Promise.resolve().then(c.t.bind(c,35421,23)),Promise.resolve().then(c.t.bind(c,61335,23)),Promise.resolve().then(c.t.bind(c,70664,23)),Promise.resolve().then(c.bind(c,74661))},71311:(a,b,c)=>{"use strict";Object.defineProperty(b,"__esModule",{value:!0}),Object.defineProperty(b,"default",{enumerable:!0,get:function(){return f}}),c(62605);let d=c(5735);c(91986);let e=c(48928),f=function(){return(0,d.jsxs)("html",{id:"__next_error__",children:[(0,d.jsxs)("head",{children:[(0,d.jsx)("title",{children:"500: This page couldn’t load"}),(0,d.jsx)("style",{dangerouslySetInnerHTML:{__html:e.errorThemeCss}})]}),(0,d.jsx)("body",{children:(0,d.jsx)("div",{style:e.errorStyles.container,children:(0,d.jsxs)("div",{style:e.errorStyles.card,children:[(0,d.jsx)(e.WarningIcon,{}),(0,d.jsx)("h1",{style:e.errorStyles.title,children:"This page couldn’t load"}),(0,d.jsx)("p",{style:e.errorStyles.message,children:"A server error occurred. Reload to try again."}),(0,d.jsx)("form",{style:e.errorStyles.form,children:(0,d.jsx)("button",{type:"submit",style:e.errorStyles.button,children:"Reload"})})]})})})]})};("function"==typeof b.default||"object"==typeof b.default&&null!==b.default)&&void 0===b.default.__esModule&&(Object.defineProperty(b.default,"__esModule",{value:!0}),Object.assign(b.default,b),a.exports=b.default)},74429:(a,b,c)=>{"use strict";a.exports=c(81155).vendored["react-ssr"].ReactDOM},74758:(a,b,c)=>{Promise.resolve().then(c.bind(c,55038))},77943:(a,b,c)=>{"use strict";a.exports=c(7553).vendored["react-rsc"].ReactServerDOMWebpackServer},78335:()=>{},81155:(a,b,c)=>{"use strict";a.exports=c(10846)},
|
|
|
|
| 28 |
}
|
| 29 |
}
|
| 30 |
body { margin: 0; color: var(--next-error-text); background: var(--next-error-bg); }
|
| 31 |
+
`.replace(/\n\s*/g,"");function i(){return(0,f.jsx)("svg",{width:"32",height:"32",viewBox:"-0.2 -1.5 32 32",fill:"none",style:g.icon,children:(0,f.jsx)("path",{d:"M16.9328 0C18.0839 0.000116771 19.1334 0.658832 19.634 1.69531L31.4299 26.1309C32.0708 27.4588 31.1036 28.9999 29.6291 29H2.00215C0.527541 29 -0.439628 27.4588 0.201371 26.1309L11.9973 1.69531C12.4979 0.658823 13.5474 7.75066e-05 14.6984 0H16.9328ZM3.59493 26H28.0363L16.9328 3H14.6984L3.59493 26ZM15.8156 19C16.9202 19.0001 17.8156 19.8955 17.8156 21C17.8156 22.1045 16.9202 22.9999 15.8156 23C14.7111 23 13.8156 22.1046 13.8156 21C13.8156 19.8954 14.7111 19 15.8156 19ZM17.3156 16.5H14.3156V8.5H17.3156V16.5Z",fill:"var(--next-error-title)"})})}("function"==typeof b.default||"object"==typeof b.default&&null!==b.default)&&void 0===b.default.__esModule&&(Object.defineProperty(b.default,"__esModule",{value:!0}),Object.assign(b.default,b),a.exports=b.default)},52002:(a,b,c)=>{Promise.resolve().then(c.t.bind(c,15098,23)),Promise.resolve().then(c.t.bind(c,47644,23)),Promise.resolve().then(c.t.bind(c,33859,23)),Promise.resolve().then(c.t.bind(c,98099,23)),Promise.resolve().then(c.t.bind(c,16237,23)),Promise.resolve().then(c.t.bind(c,98562,23)),Promise.resolve().then(c.t.bind(c,36675,23))},55038:(a,b,c)=>{"use strict";c.r(b),c.d(b,{default:()=>d});let d=(0,c(77943).registerClientReference)(function(){throw Error("Attempted to call the default export of \"/Users/otto/Desktop/deepstudio/osw-studio-git/app/global-error.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/global-error.tsx","default")},62605:(a,b,c)=>{"use strict";function d(a){return a&&a.__esModule?a:{default:a}}c.r(b),c.d(b,{_:()=>d})},63033:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},67484:(a,b,c)=>{"use strict";a.exports=c(81155).vendored["react-ssr"].React},70154:(a,b,c)=>{Promise.resolve().then(c.t.bind(c,60440,23)),Promise.resolve().then(c.t.bind(c,84342,23)),Promise.resolve().then(c.t.bind(c,82265,23)),Promise.resolve().then(c.t.bind(c,35421,23)),Promise.resolve().then(c.t.bind(c,61335,23)),Promise.resolve().then(c.t.bind(c,70664,23)),Promise.resolve().then(c.bind(c,74661))},71311:(a,b,c)=>{"use strict";Object.defineProperty(b,"__esModule",{value:!0}),Object.defineProperty(b,"default",{enumerable:!0,get:function(){return f}}),c(62605);let d=c(5735);c(91986);let e=c(48928),f=function(){return(0,d.jsxs)("html",{id:"__next_error__",children:[(0,d.jsxs)("head",{children:[(0,d.jsx)("title",{children:"500: This page couldn’t load"}),(0,d.jsx)("style",{dangerouslySetInnerHTML:{__html:e.errorThemeCss}})]}),(0,d.jsx)("body",{children:(0,d.jsx)("div",{style:e.errorStyles.container,children:(0,d.jsxs)("div",{style:e.errorStyles.card,children:[(0,d.jsx)(e.WarningIcon,{}),(0,d.jsx)("h1",{style:e.errorStyles.title,children:"This page couldn’t load"}),(0,d.jsx)("p",{style:e.errorStyles.message,children:"A server error occurred. Reload to try again."}),(0,d.jsx)("form",{style:e.errorStyles.form,children:(0,d.jsx)("button",{type:"submit",style:e.errorStyles.button,children:"Reload"})})]})})})]})};("function"==typeof b.default||"object"==typeof b.default&&null!==b.default)&&void 0===b.default.__esModule&&(Object.defineProperty(b.default,"__esModule",{value:!0}),Object.assign(b.default,b),a.exports=b.default)},74429:(a,b,c)=>{"use strict";a.exports=c(81155).vendored["react-ssr"].ReactDOM},74758:(a,b,c)=>{Promise.resolve().then(c.bind(c,55038))},77943:(a,b,c)=>{"use strict";a.exports=c(7553).vendored["react-rsc"].ReactServerDOMWebpackServer},78335:()=>{},81155:(a,b,c)=>{"use strict";a.exports=c(10846)},96487:()=>{},98777:(a,b,c)=>{"use strict";c.r(b),c.d(b,{__next_app__:()=>k,handler:()=>m,routeModule:()=>l});var d=c(21635),e=c(86315),f=c(1020),g=c(61287),h={};for(let a in g)0>["default","__next_app__","routeModule","handler"].indexOf(a)&&(h[a]=()=>g[a]);c.d(b,h);let i={children:["",{children:["_global-error",{children:["__PAGE__",{},{page:[(0,d.p)(()=>Promise.resolve().then(c.t.bind(c,71311,23))),"next/dist/client/components/builtin/app-error.js"]}]},{}]},{"global-error":[(0,d.p)(()=>Promise.resolve().then(c.bind(c,55038))),"/Users/otto/Desktop/deepstudio/osw-studio-git/app/global-error.tsx"],forbidden:[(0,d.p)(()=>Promise.resolve().then(c.t.bind(c,45270,23))),"next/dist/client/components/builtin/forbidden.js"],unauthorized:[(0,d.p)(()=>Promise.resolve().then(c.t.bind(c,28193,23))),"next/dist/client/components/builtin/unauthorized.js"]},[]]}.children,j=(0,e.H)({tree:i,page:"/_global-error/page",pathname:"/_global-error",require:c,loadChunk:()=>Promise.resolve(),interopDefault:f.T}),k=j.__next_app__,l=j.routeModule,m=j.handler}};var b=require("../../webpack-runtime.js");b.C(a);var c=b.X(0,[3445,6644],()=>b(b.s=98777));module.exports=c})();
|
.next/server/app/_global-error/page_client-reference-manifest.js
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/_global-error/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"11055":{"*":{"id":"35565","name":"*","chunks":[],"async":false}},"15626":{"*":{"id":"78128","name":"*","chunks":[],"async":false}},"32383":{"*":{"id":"32735","name":"*","chunks":[],"async":false}},"39295":{"*":{"id":"79379","name":"*","chunks":[],"async":false}},"52318":{"*":{"id":"60689","name":"*","chunks":[],"async":false}},"52329":{"*":{"id":"46005","name":"*","chunks":[],"async":false}},"54690":{"*":{"id":"43248","name":"*","chunks":[],"async":false}},"57121":{"*":{"id":"35421","name":"*","chunks":[],"async":false}},"61304":{"*":{"id":"60440","name":"*","chunks":[],"async":false}},"61549":{"*":{"id":"99703","name":"*","chunks":[],"async":false}},"64777":{"*":{"id":"82265","name":"*","chunks":[],"async":false}},"66365":{"*":{"id":"48515","name":"*","chunks":[],"async":false}},"66609":{"*":{"id":"90707","name":"*","chunks":[],"async":false}},"74581":{"*":{"id":"61335","name":"*","chunks":[],"async":false}},"78616":{"*":{"id":"84342","name":"*","chunks":[],"async":false}},"80029":{"*":{"id":"37368","name":"*","chunks":[],"async":false}},"86763":{"*":{"id":"9999","name":"*","chunks":[],"async":false}},"86869":{"*":{"id":"74661","name":"*","chunks":[],"async":false}},"90268":{"*":{"id":"90850","name":"*","chunks":[],"async":false}},"90484":{"*":{"id":"70664","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/client-page.js":{"id":61304,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/client-page.js":{"id":61304,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/client-segment.js":{"id":78616,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/client-segment.js":{"id":78616,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":64777,"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":64777,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/layout-router.js":{"id":57121,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/layout-router.js":{"id":57121,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/render-from-template-context.js":{"id":74581,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":74581,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/lib/framework/boundary-components.js":{"id":90484,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":90484,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":86869,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":86869,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/assets/globals.css":{"id":81526,"name":"*","chunks":["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-6c9ccc7b7d6cb3f8.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/backend-status-banner/index.tsx":{"id":90268,"name":"*","chunks":["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-6c9ccc7b7d6cb3f8.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/providers/tanstack-query-provider.tsx":{"id":15626,"name":"*","chunks":["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-6c9ccc7b7d6cb3f8.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/providers/theme-provider.tsx":{"id":32383,"name":"*","chunks":["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-6c9ccc7b7d6cb3f8.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/ui/sonner.tsx":{"id":61549,"name":"*","chunks":["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-6c9ccc7b7d6cb3f8.js","7177","static/chunks/app/layout-201d71e0643217b4.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":25729,"name":"*","chunks":["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-6c9ccc7b7d6cb3f8.js","7177","static/chunks/app/layout-201d71e0643217b4.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":89620,"name":"*","chunks":["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-6c9ccc7b7d6cb3f8.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/global-error.tsx":{"id":54690,"name":"*","chunks":["4219","static/chunks/app/global-error-7240682073063959.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/sonner/dist/index.mjs":{"id":66609,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/login/page.tsx":{"id":66365,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/page.tsx":{"id":11055,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/register/page.tsx":{"id":52329,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/page-wrapper/index.tsx":{"id":39295,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/test-generation/page.tsx":{"id":52318,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/w/[workspaceId]/projects/page.tsx":{"id":86763,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/page.tsx":{"id":80029,"name":"*","chunks":["5948","static/chunks/06bf0ff1-05bec4405a26193e.js","2685","static/chunks/9ad0e60a-b509baefc1ee1013.js","7003","static/chunks/14258b02-ae2eff76e8809e2c.js","4316","static/chunks/ad2866b8-6c51983a1eb56136.js","6609","static/chunks/6609-d04b1d068005ddca.js","4172","static/chunks/4172-d5730e9cf6cac21e.js","2759","static/chunks/2759-db92d11c2010a954.js","4349","static/chunks/4349-f127531f1253de16.js","9756","static/chunks/9756-c0db2184d44e8848.js","9964","static/chunks/9964-eaccec1ce3c7e267.js","3775","static/chunks/3775-4b72808c43fde03a.js","6719","static/chunks/6719-d15afd9d49645486.js","5671","static/chunks/5671-740eac081f61ef5c.js","4955","static/chunks/4955-ff637753d6aded60.js","5024","static/chunks/5024-261e33bff748022a.js","7631","static/chunks/7631-6c9ccc7b7d6cb3f8.js","2880","static/chunks/2880-e24aa05c3a623a1c.js","2528","static/chunks/2528-521d270194a518ab.js","8974","static/chunks/app/page-98392ff788884a04.js"],"async":false}},"entryCSSFiles":{"/Users/otto/Desktop/deepstudio/osw-studio-git/":[],"/Users/otto/Desktop/deepstudio/osw-studio-git/app/layout":[{"inlined":false,"path":"static/css/8a129868f77780ab.css"},{"inlined":false,"path":"static/css/1138060002beec9e.css"}],"/Users/otto/Desktop/deepstudio/osw-studio-git/app/global-error":[],"/Users/otto/Desktop/deepstudio/osw-studio-git/app/page":[],"/Users/otto/Desktop/deepstudio/osw-studio-git/app/_global-error/page":[]},"rscModuleMapping":{"11055":{"*":{"id":"93843","name":"*","chunks":[],"async":false}},"15626":{"*":{"id":"13526","name":"*","chunks":[],"async":false}},"32383":{"*":{"id":"4085","name":"*","chunks":[],"async":false}},"39295":{"*":{"id":"44785","name":"*","chunks":[],"async":false}},"52318":{"*":{"id":"8333","name":"*","chunks":[],"async":false}},"52329":{"*":{"id":"79979","name":"*","chunks":[],"async":false}},"54690":{"*":{"id":"55038","name":"*","chunks":[],"async":false}},"57121":{"*":{"id":"98099","name":"*","chunks":[],"async":false}},"61304":{"*":{"id":"15098","name":"*","chunks":[],"async":false}},"61549":{"*":{"id":"85561","name":"*","chunks":[],"async":false}},"64777":{"*":{"id":"33859","name":"*","chunks":[],"async":false}},"66365":{"*":{"id":"889","name":"*","chunks":[],"async":false}},"66609":{"*":{"id":"23417","name":"*","chunks":[],"async":false}},"74581":{"*":{"id":"16237","name":"*","chunks":[],"async":false}},"78616":{"*":{"id":"47644","name":"*","chunks":[],"async":false}},"80029":{"*":{"id":"99647","name":"*","chunks":[],"async":false}},"81526":{"*":{"id":"94348","name":"*","chunks":[],"async":false}},"86763":{"*":{"id":"43377","name":"*","chunks":[],"async":false}},"86869":{"*":{"id":"36675","name":"*","chunks":[],"async":false}},"90268":{"*":{"id":"11804","name":"*","chunks":[],"async":false}},"90484":{"*":{"id":"98562","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}};
|
|
|
|
| 1 |
+
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/_global-error/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"11055":{"*":{"id":"35565","name":"*","chunks":[],"async":false}},"15626":{"*":{"id":"78128","name":"*","chunks":[],"async":false}},"32383":{"*":{"id":"32735","name":"*","chunks":[],"async":false}},"39295":{"*":{"id":"79379","name":"*","chunks":[],"async":false}},"52318":{"*":{"id":"60689","name":"*","chunks":[],"async":false}},"52329":{"*":{"id":"46005","name":"*","chunks":[],"async":false}},"54690":{"*":{"id":"43248","name":"*","chunks":[],"async":false}},"57121":{"*":{"id":"35421","name":"*","chunks":[],"async":false}},"61304":{"*":{"id":"60440","name":"*","chunks":[],"async":false}},"61549":{"*":{"id":"99703","name":"*","chunks":[],"async":false}},"64777":{"*":{"id":"82265","name":"*","chunks":[],"async":false}},"66365":{"*":{"id":"48515","name":"*","chunks":[],"async":false}},"66609":{"*":{"id":"90707","name":"*","chunks":[],"async":false}},"74581":{"*":{"id":"61335","name":"*","chunks":[],"async":false}},"78616":{"*":{"id":"84342","name":"*","chunks":[],"async":false}},"80029":{"*":{"id":"37368","name":"*","chunks":[],"async":false}},"86763":{"*":{"id":"9999","name":"*","chunks":[],"async":false}},"86869":{"*":{"id":"74661","name":"*","chunks":[],"async":false}},"90268":{"*":{"id":"90850","name":"*","chunks":[],"async":false}},"90484":{"*":{"id":"70664","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/client-page.js":{"id":61304,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/client-page.js":{"id":61304,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/client-segment.js":{"id":78616,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/client-segment.js":{"id":78616,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":64777,"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":64777,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/layout-router.js":{"id":57121,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/layout-router.js":{"id":57121,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/render-from-template-context.js":{"id":74581,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":74581,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/lib/framework/boundary-components.js":{"id":90484,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":90484,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":86869,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":86869,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/assets/globals.css":{"id":81526,"name":"*","chunks":["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-576ea95eef73611f.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/backend-status-banner/index.tsx":{"id":90268,"name":"*","chunks":["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-576ea95eef73611f.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/providers/tanstack-query-provider.tsx":{"id":15626,"name":"*","chunks":["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-576ea95eef73611f.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/providers/theme-provider.tsx":{"id":32383,"name":"*","chunks":["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-576ea95eef73611f.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/ui/sonner.tsx":{"id":61549,"name":"*","chunks":["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-576ea95eef73611f.js","7177","static/chunks/app/layout-201d71e0643217b4.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":25729,"name":"*","chunks":["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-576ea95eef73611f.js","7177","static/chunks/app/layout-201d71e0643217b4.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":89620,"name":"*","chunks":["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-576ea95eef73611f.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/global-error.tsx":{"id":54690,"name":"*","chunks":["4219","static/chunks/app/global-error-7240682073063959.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/sonner/dist/index.mjs":{"id":66609,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/login/page.tsx":{"id":66365,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/page.tsx":{"id":11055,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/register/page.tsx":{"id":52329,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/page-wrapper/index.tsx":{"id":39295,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/test-generation/page.tsx":{"id":52318,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/w/[workspaceId]/projects/page.tsx":{"id":86763,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/page.tsx":{"id":80029,"name":"*","chunks":["5948","static/chunks/06bf0ff1-05bec4405a26193e.js","2685","static/chunks/9ad0e60a-b509baefc1ee1013.js","7003","static/chunks/14258b02-ae2eff76e8809e2c.js","4316","static/chunks/ad2866b8-6c51983a1eb56136.js","6609","static/chunks/6609-d04b1d068005ddca.js","4172","static/chunks/4172-d5730e9cf6cac21e.js","2759","static/chunks/2759-db92d11c2010a954.js","4349","static/chunks/4349-f127531f1253de16.js","9756","static/chunks/9756-c0db2184d44e8848.js","9964","static/chunks/9964-eaccec1ce3c7e267.js","3775","static/chunks/3775-4b72808c43fde03a.js","5165","static/chunks/5165-0872a71f0d9cff2d.js","5671","static/chunks/5671-70ec1e746cbc8dbd.js","4955","static/chunks/4955-015013aba5e0d8c0.js","5024","static/chunks/5024-261e33bff748022a.js","7631","static/chunks/7631-576ea95eef73611f.js","2880","static/chunks/2880-9bf038807e524afd.js","6351","static/chunks/6351-53143e9db8f26c9d.js","8974","static/chunks/app/page-9fe7ded273d6feba.js"],"async":false}},"entryCSSFiles":{"/Users/otto/Desktop/deepstudio/osw-studio-git/":[],"/Users/otto/Desktop/deepstudio/osw-studio-git/app/layout":[{"inlined":false,"path":"static/css/39d0e628feefc04b.css"},{"inlined":false,"path":"static/css/1138060002beec9e.css"}],"/Users/otto/Desktop/deepstudio/osw-studio-git/app/global-error":[],"/Users/otto/Desktop/deepstudio/osw-studio-git/app/page":[],"/Users/otto/Desktop/deepstudio/osw-studio-git/app/_global-error/page":[]},"rscModuleMapping":{"11055":{"*":{"id":"93843","name":"*","chunks":[],"async":false}},"15626":{"*":{"id":"13526","name":"*","chunks":[],"async":false}},"32383":{"*":{"id":"4085","name":"*","chunks":[],"async":false}},"39295":{"*":{"id":"44785","name":"*","chunks":[],"async":false}},"52318":{"*":{"id":"8333","name":"*","chunks":[],"async":false}},"52329":{"*":{"id":"79979","name":"*","chunks":[],"async":false}},"54690":{"*":{"id":"55038","name":"*","chunks":[],"async":false}},"57121":{"*":{"id":"98099","name":"*","chunks":[],"async":false}},"61304":{"*":{"id":"15098","name":"*","chunks":[],"async":false}},"61549":{"*":{"id":"85561","name":"*","chunks":[],"async":false}},"64777":{"*":{"id":"33859","name":"*","chunks":[],"async":false}},"66365":{"*":{"id":"889","name":"*","chunks":[],"async":false}},"66609":{"*":{"id":"23417","name":"*","chunks":[],"async":false}},"74581":{"*":{"id":"16237","name":"*","chunks":[],"async":false}},"78616":{"*":{"id":"47644","name":"*","chunks":[],"async":false}},"80029":{"*":{"id":"99647","name":"*","chunks":[],"async":false}},"81526":{"*":{"id":"94348","name":"*","chunks":[],"async":false}},"86763":{"*":{"id":"43377","name":"*","chunks":[],"async":false}},"86869":{"*":{"id":"36675","name":"*","chunks":[],"async":false}},"90268":{"*":{"id":"11804","name":"*","chunks":[],"async":false}},"90484":{"*":{"id":"98562","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}};
|
.next/server/app/_not-found.html
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
<!DOCTYPE html><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/8a129868f77780ab.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-9bb9d3541e51ba11.js"/><script src="/_next/static/chunks/4bd1b696-8a4ab4fdf0ae305a.js" async=""></script><script src="/_next/static/chunks/3794-d7cddff008311ab3.js" async=""></script><script src="/_next/static/chunks/main-app-a1f3e73b9952cd96.js" async=""></script><script src="/_next/static/chunks/6609-d04b1d068005ddca.js" async=""></script><script src="/_next/static/chunks/4349-f127531f1253de16.js" async=""></script><script src="/_next/static/chunks/1863-70048d47b1cbd13c.js" async=""></script><script src="/_next/static/chunks/7631-6c9ccc7b7d6cb3f8.js" async=""></script><script src="/_next/static/chunks/app/layout-201d71e0643217b4.js" async=""></script><script src="/_next/static/chunks/app/global-error-7240682073063959.js" async=""></script><meta name="robots" content="noindex"/><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"/><meta name="next-size-adjust" content=""/><title>404: This page could not be found.</title><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" data-react-aria-top-layer="true"></section><div style="font-family:system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";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-9bb9d3541e51ba11.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[32383,[\"6609\",\"static/chunks/6609-d04b1d068005ddca.js\",\"4349\",\"static/chunks/4349-f127531f1253de16.js\",\"1863\",\"static/chunks/1863-70048d47b1cbd13c.js\",\"7631\",\"static/chunks/7631-6c9ccc7b7d6cb3f8.js\",\"7177\",\"static/chunks/app/layout-201d71e0643217b4.js\"],\"ThemeProvider\"]\n3:I[61549,[\"6609\",\"static/chunks/6609-d04b1d068005ddca.js\",\"4349\",\"static/chunks/4349-f127531f1253de16.js\",\"1863\",\"static/chunks/1863-70048d47b1cbd13c.js\",\"7631\",\"static/chunks/7631-6c9ccc7b7d6cb3f8.js\",\"7177\",\"static/chunks/app/layout-201d71e0643217b4.js\"],\"Toaster\"]\n4:I[90268,[\"6609\",\"static/chunks/6609-d04b1d068005ddca.js\",\"4349\",\"static/chunks/4349-f127531f1253de16.js\",\"1863\",\"static/chunks/1863-70048d47b1cbd13c.js\",\"7631\",\"static/chunks/7631-6c9ccc7b7d6cb3f8.js\",\"7177\",\"static/chunks/app/layout-201d71e0643217b4.js\"],\"BackendStatusBanner\"]\n5:I[15626,[\"6609\",\"static/chunks/6609-d04b1d068005ddca.js\",\"4349\",\"static/chunks/4349-f127531f1253de16.js\",\"1863\",\"static/chunks/1863-70048d47b1cbd13c.js\",\"7631\",\"static/chunks/7631-6c9ccc7b7d6cb3f8.js\",\"7177\",\"static/chunks/app/layout-201d71e0643217b4.js\"],\"default\"]\n6:I[57121,[],\"\"]\n7:I[74581,[],\"\"]\n8:I[90484,[],\"OutletBoundary\"]\n9:\"$Sreact.suspense\"\nc:I[90484,[],\"ViewportBoundary\"]\ne:I[90484,[],\"MetadataBoundary\"]\n10:I[54690,[\"4219\",\"static/chunks/app/global-error-7240682073063959.js\"],\"default\"]\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/8a129868f77780ab.css\",\"style\"]\n:HL[\"/_next/static/css/1138060002beec9e.css\",\"style\"]\nb:X\n0:{\"P\":null,\"c\":[\"\",\"_not-found\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"_not-found\",{\"children\":[\"__PAGE__\",{},\"$undefined\",\"$undefined\",4608]},\"$undefined\",\"$undefined\",4608]},\"$undefined\",\"$undefined\",4624],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/8a129868f77780ab.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\":[[\"$\",\"$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\":[[\"$\",\"$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\":[\"$\",\"$9\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@a\"}]}]]}],{},null,false,null]},null,false,\"$b\"]},null,false,null],[\"$\",\"$1\",\"h\",{\"children\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],[\"$\",\"$Lc\",null,{\"children\":\"$Ld\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$Le\",null,{\"children\":[\"$\",\"$9\",null,{\"name\":\"Next.Metadata\",\"children\":\"$Lf\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$10\",[]],\"S\":true,\"h\":null,\"r\":\"$undefined\",\"s\":\"$undefined\",\"a\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"TPURrC8kZV5ezLsrBsT6B\"}\nb:C\nd:[[\"$\",\"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\"}]]\n11:I[86869,[],\"IconMark\"]\na:null\nf:[[\"$\",\"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\"}],[\"$\",\"$L11\",\"20\",{}]]\n"])</script></body></html>
|
|
|
|
| 1 |
+
<!DOCTYPE html><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/39d0e628feefc04b.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-e03a141af08ecfcf.js"/><script src="/_next/static/chunks/4bd1b696-8a4ab4fdf0ae305a.js" async=""></script><script src="/_next/static/chunks/3794-d7cddff008311ab3.js" async=""></script><script src="/_next/static/chunks/main-app-a1f3e73b9952cd96.js" async=""></script><script src="/_next/static/chunks/6609-d04b1d068005ddca.js" async=""></script><script src="/_next/static/chunks/4349-f127531f1253de16.js" async=""></script><script src="/_next/static/chunks/1863-70048d47b1cbd13c.js" async=""></script><script src="/_next/static/chunks/7631-576ea95eef73611f.js" async=""></script><script src="/_next/static/chunks/app/layout-201d71e0643217b4.js" async=""></script><script src="/_next/static/chunks/app/global-error-7240682073063959.js" async=""></script><meta name="robots" content="noindex"/><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"/><meta name="next-size-adjust" content=""/><title>404: This page could not be found.</title><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" data-react-aria-top-layer="true"></section><div style="font-family:system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";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-e03a141af08ecfcf.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[32383,[\"6609\",\"static/chunks/6609-d04b1d068005ddca.js\",\"4349\",\"static/chunks/4349-f127531f1253de16.js\",\"1863\",\"static/chunks/1863-70048d47b1cbd13c.js\",\"7631\",\"static/chunks/7631-576ea95eef73611f.js\",\"7177\",\"static/chunks/app/layout-201d71e0643217b4.js\"],\"ThemeProvider\"]\n3:I[61549,[\"6609\",\"static/chunks/6609-d04b1d068005ddca.js\",\"4349\",\"static/chunks/4349-f127531f1253de16.js\",\"1863\",\"static/chunks/1863-70048d47b1cbd13c.js\",\"7631\",\"static/chunks/7631-576ea95eef73611f.js\",\"7177\",\"static/chunks/app/layout-201d71e0643217b4.js\"],\"Toaster\"]\n4:I[90268,[\"6609\",\"static/chunks/6609-d04b1d068005ddca.js\",\"4349\",\"static/chunks/4349-f127531f1253de16.js\",\"1863\",\"static/chunks/1863-70048d47b1cbd13c.js\",\"7631\",\"static/chunks/7631-576ea95eef73611f.js\",\"7177\",\"static/chunks/app/layout-201d71e0643217b4.js\"],\"BackendStatusBanner\"]\n5:I[15626,[\"6609\",\"static/chunks/6609-d04b1d068005ddca.js\",\"4349\",\"static/chunks/4349-f127531f1253de16.js\",\"1863\",\"static/chunks/1863-70048d47b1cbd13c.js\",\"7631\",\"static/chunks/7631-576ea95eef73611f.js\",\"7177\",\"static/chunks/app/layout-201d71e0643217b4.js\"],\"default\"]\n6:I[57121,[],\"\"]\n7:I[74581,[],\"\"]\n8:I[90484,[],\"OutletBoundary\"]\n9:\"$Sreact.suspense\"\nc:I[90484,[],\"ViewportBoundary\"]\ne:I[90484,[],\"MetadataBoundary\"]\n10:I[54690,[\"4219\",\"static/chunks/app/global-error-7240682073063959.js\"],\"default\"]\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/39d0e628feefc04b.css\",\"style\"]\n:HL[\"/_next/static/css/1138060002beec9e.css\",\"style\"]\nb:X\n0:{\"P\":null,\"c\":[\"\",\"_not-found\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"_not-found\",{\"children\":[\"__PAGE__\",{},\"$undefined\",\"$undefined\",4608]},\"$undefined\",\"$undefined\",4608]},\"$undefined\",\"$undefined\",4624],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/39d0e628feefc04b.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\":[[\"$\",\"$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\":[[\"$\",\"$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\":[\"$\",\"$9\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@a\"}]}]]}],{},null,false,null]},null,false,\"$b\"]},null,false,null],[\"$\",\"$1\",\"h\",{\"children\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],[\"$\",\"$Lc\",null,{\"children\":\"$Ld\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$Le\",null,{\"children\":[\"$\",\"$9\",null,{\"name\":\"Next.Metadata\",\"children\":\"$Lf\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$10\",[]],\"S\":true,\"h\":null,\"r\":\"$undefined\",\"s\":\"$undefined\",\"a\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"dgLFqcpJPB_dSBxNMF_8-\"}\nb:C\nd:[[\"$\",\"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\"}]]\n11:I[86869,[],\"IconMark\"]\na:null\nf:[[\"$\",\"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\"}],[\"$\",\"$L11\",\"20\",{}]]\n"])</script></body></html>
|
.next/server/app/_not-found.rsc
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
1:"$Sreact.fragment"
|
| 2 |
-
2:I[32383,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-
|
| 3 |
-
3:I[61549,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-
|
| 4 |
-
4:I[90268,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-
|
| 5 |
-
5:I[15626,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-
|
| 6 |
6:I[57121,[],""]
|
| 7 |
7:I[74581,[],""]
|
| 8 |
8:I[90484,[],"OutletBoundary"]
|
|
@@ -13,10 +13,10 @@ e:I[90484,[],"MetadataBoundary"]
|
|
| 13 |
:HL["/_next/static/media/58f662ed5ba12a72-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
| 14 |
:HL["/_next/static/media/c3f6eb667c0186c5-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
| 15 |
:HL["/_next/static/media/e4af272ccee01ff0-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
| 16 |
-
:HL["/_next/static/css/
|
| 17 |
:HL["/_next/static/css/1138060002beec9e.css","style"]
|
| 18 |
b:X
|
| 19 |
-
0:{"P":null,"c":["","_not-found"],"q":"","i":false,"f":[[["",{"children":["_not-found",{"children":["__PAGE__",{},"$undefined","$undefined",4608]},"$undefined","$undefined",4608]},"$undefined","$undefined",4624],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/
|
| 20 |
b:C
|
| 21 |
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"}]]
|
| 22 |
11:I[86869,[],"IconMark"]
|
|
|
|
| 1 |
1:"$Sreact.fragment"
|
| 2 |
+
2:I[32383,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-576ea95eef73611f.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"ThemeProvider"]
|
| 3 |
+
3:I[61549,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-576ea95eef73611f.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"Toaster"]
|
| 4 |
+
4:I[90268,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-576ea95eef73611f.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"BackendStatusBanner"]
|
| 5 |
+
5:I[15626,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-576ea95eef73611f.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"default"]
|
| 6 |
6:I[57121,[],""]
|
| 7 |
7:I[74581,[],""]
|
| 8 |
8:I[90484,[],"OutletBoundary"]
|
|
|
|
| 13 |
:HL["/_next/static/media/58f662ed5ba12a72-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
| 14 |
:HL["/_next/static/media/c3f6eb667c0186c5-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
| 15 |
:HL["/_next/static/media/e4af272ccee01ff0-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
| 16 |
+
:HL["/_next/static/css/39d0e628feefc04b.css","style"]
|
| 17 |
:HL["/_next/static/css/1138060002beec9e.css","style"]
|
| 18 |
b:X
|
| 19 |
+
0:{"P":null,"c":["","_not-found"],"q":"","i":false,"f":[[["",{"children":["_not-found",{"children":["__PAGE__",{},"$undefined","$undefined",4608]},"$undefined","$undefined",4608]},"$undefined","$undefined",4624],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/39d0e628feefc04b.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":[["$","$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":[["$","$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":["$","$9",null,{"name":"Next.MetadataOutlet","children":"$@a"}]}]]}],{},null,false,null]},null,false,"$b"]},null,false,null],["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$Lc",null,{"children":"$Ld"}],["$","div",null,{"hidden":true,"children":["$","$Le",null,{"children":["$","$9",null,{"name":"Next.Metadata","children":"$Lf"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$10",[]],"S":true,"h":null,"r":"$undefined","s":"$undefined","a":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"dgLFqcpJPB_dSBxNMF_8-"}
|
| 20 |
b:C
|
| 21 |
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"}]]
|
| 22 |
11:I[86869,[],"IconMark"]
|
.next/server/app/_not-found.segments/_full.segment.rsc
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
1:"$Sreact.fragment"
|
| 2 |
-
2:I[32383,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-
|
| 3 |
-
3:I[61549,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-
|
| 4 |
-
4:I[90268,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-
|
| 5 |
-
5:I[15626,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-
|
| 6 |
6:I[57121,[],""]
|
| 7 |
7:I[74581,[],""]
|
| 8 |
8:I[90484,[],"OutletBoundary"]
|
|
@@ -13,10 +13,10 @@ e:I[90484,[],"MetadataBoundary"]
|
|
| 13 |
:HL["/_next/static/media/58f662ed5ba12a72-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
| 14 |
:HL["/_next/static/media/c3f6eb667c0186c5-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
| 15 |
:HL["/_next/static/media/e4af272ccee01ff0-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
| 16 |
-
:HL["/_next/static/css/
|
| 17 |
:HL["/_next/static/css/1138060002beec9e.css","style"]
|
| 18 |
b:X
|
| 19 |
-
0:{"P":null,"c":["","_not-found"],"q":"","i":false,"f":[[["",{"children":["_not-found",{"children":["__PAGE__",{},"$undefined","$undefined",4608]},"$undefined","$undefined",4608]},"$undefined","$undefined",4624],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/
|
| 20 |
b:C
|
| 21 |
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"}]]
|
| 22 |
11:I[86869,[],"IconMark"]
|
|
|
|
| 1 |
1:"$Sreact.fragment"
|
| 2 |
+
2:I[32383,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-576ea95eef73611f.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"ThemeProvider"]
|
| 3 |
+
3:I[61549,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-576ea95eef73611f.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"Toaster"]
|
| 4 |
+
4:I[90268,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-576ea95eef73611f.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"BackendStatusBanner"]
|
| 5 |
+
5:I[15626,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-576ea95eef73611f.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"default"]
|
| 6 |
6:I[57121,[],""]
|
| 7 |
7:I[74581,[],""]
|
| 8 |
8:I[90484,[],"OutletBoundary"]
|
|
|
|
| 13 |
:HL["/_next/static/media/58f662ed5ba12a72-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
| 14 |
:HL["/_next/static/media/c3f6eb667c0186c5-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
| 15 |
:HL["/_next/static/media/e4af272ccee01ff0-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
| 16 |
+
:HL["/_next/static/css/39d0e628feefc04b.css","style"]
|
| 17 |
:HL["/_next/static/css/1138060002beec9e.css","style"]
|
| 18 |
b:X
|
| 19 |
+
0:{"P":null,"c":["","_not-found"],"q":"","i":false,"f":[[["",{"children":["_not-found",{"children":["__PAGE__",{},"$undefined","$undefined",4608]},"$undefined","$undefined",4608]},"$undefined","$undefined",4624],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/39d0e628feefc04b.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":[["$","$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":[["$","$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":["$","$9",null,{"name":"Next.MetadataOutlet","children":"$@a"}]}]]}],{},null,false,null]},null,false,"$b"]},null,false,null],["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$Lc",null,{"children":"$Ld"}],["$","div",null,{"hidden":true,"children":["$","$Le",null,{"children":["$","$9",null,{"name":"Next.Metadata","children":"$Lf"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$10",[]],"S":true,"h":null,"r":"$undefined","s":"$undefined","a":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"dgLFqcpJPB_dSBxNMF_8-"}
|
| 20 |
b:C
|
| 21 |
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"}]]
|
| 22 |
11:I[86869,[],"IconMark"]
|
.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc
CHANGED
|
@@ -6,15 +6,15 @@
|
|
| 6 |
9:I[86869,[],"IconMark"]
|
| 7 |
b:I[57121,[],""]
|
| 8 |
c:I[74581,[],""]
|
| 9 |
-
:HL["/_next/static/css/
|
| 10 |
6:X
|
| 11 |
e:X
|
| 12 |
e:C
|
| 13 |
-
0:{"buildId":"
|
| 14 |
-
14:I[32383,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-
|
| 15 |
-
15:I[61549,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-
|
| 16 |
-
16:I[90268,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-
|
| 17 |
-
17:I[15626,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-
|
| 18 |
:HL["/_next/static/css/1138060002beec9e.css","style"]
|
| 19 |
4:null
|
| 20 |
f:["$","link","1",{"rel":"stylesheet","href":"/_next/static/css/1138060002beec9e.css","precedence":"next"}]
|
|
|
|
| 6 |
9:I[86869,[],"IconMark"]
|
| 7 |
b:I[57121,[],""]
|
| 8 |
c:I[74581,[],""]
|
| 9 |
+
:HL["/_next/static/css/39d0e628feefc04b.css","style"]
|
| 10 |
6:X
|
| 11 |
e:X
|
| 12 |
e:C
|
| 13 |
+
0:{"buildId":"dgLFqcpJPB_dSBxNMF_8-","data":[{"rsc":["$","$1","c",{"children":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],null,["$","$L2",null,{"children":["$","$3",null,{"name":"Next.MetadataOutlet","children":"$@4"}]}]]}],"isPartial":"$@5","staleTime":"$6","varyParams":null},{"rsc":["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$L7",null,{"children":[["$","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"}]]}],["$","div",null,{"hidden":true,"children":["$","$L8",null,{"children":["$","$3",null,{"name":"Next.Metadata","children":[["$","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"}],["$","$L9","20",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"isPartial":"$@a","staleTime":"$6","varyParams":null},{"rsc":["$","$1","c",{"children":[null,["$","$Lb",null,{"parallelRouterKey":"children","template":["$","$Lc",null,{}]}]]}],"isPartial":"$@d","staleTime":"$6","varyParams":"$e"},{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/39d0e628feefc04b.css","precedence":"next"}],"$Lf"],"$L10"]}],"isPartial":"$@11","staleTime":"$6","varyParams":null}],"isUpgradeableISRFallback":false,"a":"$@12","rootVaryParams":null,"needsRuntimeRequest":"$@13"}
|
| 14 |
+
14:I[32383,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-576ea95eef73611f.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"ThemeProvider"]
|
| 15 |
+
15:I[61549,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-576ea95eef73611f.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"Toaster"]
|
| 16 |
+
16:I[90268,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-576ea95eef73611f.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"BackendStatusBanner"]
|
| 17 |
+
17:I[15626,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-576ea95eef73611f.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"default"]
|
| 18 |
:HL["/_next/static/css/1138060002beec9e.css","style"]
|
| 19 |
4:null
|
| 20 |
f:["$","link","1",{"rel":"stylesheet","href":"/_next/static/css/1138060002beec9e.css","precedence":"next"}]
|
.next/server/app/_not-found.segments/_tree.segment.rsc
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
:HL["/_next/static/media/58f662ed5ba12a72-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
| 2 |
:HL["/_next/static/media/c3f6eb667c0186c5-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
| 3 |
:HL["/_next/static/media/e4af272ccee01ff0-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
| 4 |
-
:HL["/_next/static/css/
|
| 5 |
:HL["/_next/static/css/1138060002beec9e.css","style"]
|
| 6 |
-
0:{"tree":{"name":"","param":null,"prefetchHints":4176,"slots":{"children":{"name":"_not-found","param":null,"prefetchHints":4192,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":4256,"slots":null}}}}},"staleTime":300,"buildId":"
|
|
|
|
| 1 |
:HL["/_next/static/media/58f662ed5ba12a72-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
| 2 |
:HL["/_next/static/media/c3f6eb667c0186c5-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
| 3 |
:HL["/_next/static/media/e4af272ccee01ff0-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
| 4 |
+
:HL["/_next/static/css/39d0e628feefc04b.css","style"]
|
| 5 |
:HL["/_next/static/css/1138060002beec9e.css","style"]
|
| 6 |
+
0:{"tree":{"name":"","param":null,"prefetchHints":4176,"slots":{"children":{"name":"_not-found","param":null,"prefetchHints":4192,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":4256,"slots":null}}}}},"staleTime":300,"buildId":"dgLFqcpJPB_dSBxNMF_8-"}
|
.next/server/app/_not-found/page.js
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
"use strict";(()=>{var a={};a.id=9492,a.ids=[9492],a.modules={3295:a=>{a.exports=require("next/dist/server/app-render/after-task-async-storage.external.js")},8128:a=>{a.exports=require("next/dist/server/runtime-reacts.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")},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")},38522:a=>{a.exports=require("node:zlib")},41025:a=>{a.exports=require("next/dist/server/app-render/dynamic-access-async-storage.external.js")},46060:a=>{a.exports=require("next/dist/shared/lib/no-fallback-error.external.js")},63033:a=>{a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},
|
|
|
|
| 1 |
+
"use strict";(()=>{var a={};a.id=9492,a.ids=[9492],a.modules={3295:a=>{a.exports=require("next/dist/server/app-render/after-task-async-storage.external.js")},8128:a=>{a.exports=require("next/dist/server/runtime-reacts.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")},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")},38522:a=>{a.exports=require("node:zlib")},41025:a=>{a.exports=require("next/dist/server/app-render/dynamic-access-async-storage.external.js")},46060:a=>{a.exports=require("next/dist/shared/lib/no-fallback-error.external.js")},63033:a=>{a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},94619:(a,b,c)=>{c.r(b),c.d(b,{__next_app__:()=>k,handler:()=>m,routeModule:()=>l});var d=c(21635),e=c(86315),f=c(1020),g=c(61287),h={};for(let a in g)0>["default","__next_app__","routeModule","handler"].indexOf(a)&&(h[a]=()=>g[a]);c.d(b,h);let i={children:["",{children:["_not-found",{children:["__PAGE__",{},{page:[(0,d.p)(()=>Promise.resolve().then(c.t.bind(c,55091,23))),"next/dist/client/components/builtin/not-found.js"]}]},{}]},{layout:[(0,d.p)(()=>Promise.resolve().then(c.bind(c,32056))),"/Users/otto/Desktop/deepstudio/osw-studio-git/app/layout.tsx"],"global-error":[(0,d.p)(()=>Promise.resolve().then(c.bind(c,55038))),"/Users/otto/Desktop/deepstudio/osw-studio-git/app/global-error.tsx"],forbidden:[(0,d.p)(()=>Promise.resolve().then(c.t.bind(c,45270,23))),"next/dist/client/components/builtin/forbidden.js"],unauthorized:[(0,d.p)(()=>Promise.resolve().then(c.t.bind(c,28193,23))),"next/dist/client/components/builtin/unauthorized.js"]},[]]}.children,j=(0,e.H)({tree:i,page:"/_not-found/page",pathname:"/_not-found",require:c,loadChunk:()=>Promise.resolve(),interopDefault:f.T}),k=j.__next_app__,l=j.routeModule,m=j.handler}};var b=require("../../webpack-runtime.js");b.C(a);var c=b.X(0,[3445,4469,6644,2541,8890],()=>b(b.s=94619));module.exports=c})();
|
.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":{"11055":{"*":{"id":"35565","name":"*","chunks":[],"async":false}},"15626":{"*":{"id":"78128","name":"*","chunks":[],"async":false}},"32383":{"*":{"id":"32735","name":"*","chunks":[],"async":false}},"39295":{"*":{"id":"79379","name":"*","chunks":[],"async":false}},"52318":{"*":{"id":"60689","name":"*","chunks":[],"async":false}},"52329":{"*":{"id":"46005","name":"*","chunks":[],"async":false}},"54690":{"*":{"id":"43248","name":"*","chunks":[],"async":false}},"57121":{"*":{"id":"35421","name":"*","chunks":[],"async":false}},"61304":{"*":{"id":"60440","name":"*","chunks":[],"async":false}},"61549":{"*":{"id":"99703","name":"*","chunks":[],"async":false}},"64777":{"*":{"id":"82265","name":"*","chunks":[],"async":false}},"66365":{"*":{"id":"48515","name":"*","chunks":[],"async":false}},"66609":{"*":{"id":"90707","name":"*","chunks":[],"async":false}},"74581":{"*":{"id":"61335","name":"*","chunks":[],"async":false}},"78616":{"*":{"id":"84342","name":"*","chunks":[],"async":false}},"80029":{"*":{"id":"37368","name":"*","chunks":[],"async":false}},"86763":{"*":{"id":"9999","name":"*","chunks":[],"async":false}},"86869":{"*":{"id":"74661","name":"*","chunks":[],"async":false}},"90268":{"*":{"id":"90850","name":"*","chunks":[],"async":false}},"90484":{"*":{"id":"70664","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/client-page.js":{"id":61304,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/client-page.js":{"id":61304,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/client-segment.js":{"id":78616,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/client-segment.js":{"id":78616,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":64777,"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":64777,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/layout-router.js":{"id":57121,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/layout-router.js":{"id":57121,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/render-from-template-context.js":{"id":74581,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":74581,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/lib/framework/boundary-components.js":{"id":90484,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":90484,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":86869,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":86869,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/assets/globals.css":{"id":81526,"name":"*","chunks":["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-6c9ccc7b7d6cb3f8.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/backend-status-banner/index.tsx":{"id":90268,"name":"*","chunks":["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-6c9ccc7b7d6cb3f8.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/providers/tanstack-query-provider.tsx":{"id":15626,"name":"*","chunks":["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-6c9ccc7b7d6cb3f8.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/providers/theme-provider.tsx":{"id":32383,"name":"*","chunks":["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-6c9ccc7b7d6cb3f8.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/ui/sonner.tsx":{"id":61549,"name":"*","chunks":["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-6c9ccc7b7d6cb3f8.js","7177","static/chunks/app/layout-201d71e0643217b4.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":25729,"name":"*","chunks":["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-6c9ccc7b7d6cb3f8.js","7177","static/chunks/app/layout-201d71e0643217b4.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":89620,"name":"*","chunks":["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-6c9ccc7b7d6cb3f8.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/global-error.tsx":{"id":54690,"name":"*","chunks":["4219","static/chunks/app/global-error-7240682073063959.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/sonner/dist/index.mjs":{"id":66609,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/login/page.tsx":{"id":66365,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/page.tsx":{"id":11055,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/register/page.tsx":{"id":52329,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/page-wrapper/index.tsx":{"id":39295,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/test-generation/page.tsx":{"id":52318,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/w/[workspaceId]/projects/page.tsx":{"id":86763,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/page.tsx":{"id":80029,"name":"*","chunks":["5948","static/chunks/06bf0ff1-05bec4405a26193e.js","2685","static/chunks/9ad0e60a-b509baefc1ee1013.js","7003","static/chunks/14258b02-ae2eff76e8809e2c.js","4316","static/chunks/ad2866b8-6c51983a1eb56136.js","6609","static/chunks/6609-d04b1d068005ddca.js","4172","static/chunks/4172-d5730e9cf6cac21e.js","2759","static/chunks/2759-db92d11c2010a954.js","4349","static/chunks/4349-f127531f1253de16.js","9756","static/chunks/9756-c0db2184d44e8848.js","9964","static/chunks/9964-eaccec1ce3c7e267.js","3775","static/chunks/3775-4b72808c43fde03a.js","6719","static/chunks/6719-d15afd9d49645486.js","5671","static/chunks/5671-740eac081f61ef5c.js","4955","static/chunks/4955-ff637753d6aded60.js","5024","static/chunks/5024-261e33bff748022a.js","7631","static/chunks/7631-6c9ccc7b7d6cb3f8.js","2880","static/chunks/2880-e24aa05c3a623a1c.js","2528","static/chunks/2528-521d270194a518ab.js","8974","static/chunks/app/page-98392ff788884a04.js"],"async":false}},"entryCSSFiles":{"/Users/otto/Desktop/deepstudio/osw-studio-git/":[],"/Users/otto/Desktop/deepstudio/osw-studio-git/app/layout":[{"inlined":false,"path":"static/css/8a129868f77780ab.css"},{"inlined":false,"path":"static/css/1138060002beec9e.css"}],"/Users/otto/Desktop/deepstudio/osw-studio-git/app/global-error":[],"/Users/otto/Desktop/deepstudio/osw-studio-git/app/page":[],"/Users/otto/Desktop/deepstudio/osw-studio-git/app/_not-found/page":[]},"rscModuleMapping":{"11055":{"*":{"id":"93843","name":"*","chunks":[],"async":false}},"15626":{"*":{"id":"13526","name":"*","chunks":[],"async":false}},"32383":{"*":{"id":"4085","name":"*","chunks":[],"async":false}},"39295":{"*":{"id":"44785","name":"*","chunks":[],"async":false}},"52318":{"*":{"id":"8333","name":"*","chunks":[],"async":false}},"52329":{"*":{"id":"79979","name":"*","chunks":[],"async":false}},"54690":{"*":{"id":"55038","name":"*","chunks":[],"async":false}},"57121":{"*":{"id":"98099","name":"*","chunks":[],"async":false}},"61304":{"*":{"id":"15098","name":"*","chunks":[],"async":false}},"61549":{"*":{"id":"85561","name":"*","chunks":[],"async":false}},"64777":{"*":{"id":"33859","name":"*","chunks":[],"async":false}},"66365":{"*":{"id":"889","name":"*","chunks":[],"async":false}},"66609":{"*":{"id":"23417","name":"*","chunks":[],"async":false}},"74581":{"*":{"id":"16237","name":"*","chunks":[],"async":false}},"78616":{"*":{"id":"47644","name":"*","chunks":[],"async":false}},"80029":{"*":{"id":"99647","name":"*","chunks":[],"async":false}},"81526":{"*":{"id":"94348","name":"*","chunks":[],"async":false}},"86763":{"*":{"id":"43377","name":"*","chunks":[],"async":false}},"86869":{"*":{"id":"36675","name":"*","chunks":[],"async":false}},"90268":{"*":{"id":"11804","name":"*","chunks":[],"async":false}},"90484":{"*":{"id":"98562","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}};
|
|
|
|
| 1 |
+
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/_not-found/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"11055":{"*":{"id":"35565","name":"*","chunks":[],"async":false}},"15626":{"*":{"id":"78128","name":"*","chunks":[],"async":false}},"32383":{"*":{"id":"32735","name":"*","chunks":[],"async":false}},"39295":{"*":{"id":"79379","name":"*","chunks":[],"async":false}},"52318":{"*":{"id":"60689","name":"*","chunks":[],"async":false}},"52329":{"*":{"id":"46005","name":"*","chunks":[],"async":false}},"54690":{"*":{"id":"43248","name":"*","chunks":[],"async":false}},"57121":{"*":{"id":"35421","name":"*","chunks":[],"async":false}},"61304":{"*":{"id":"60440","name":"*","chunks":[],"async":false}},"61549":{"*":{"id":"99703","name":"*","chunks":[],"async":false}},"64777":{"*":{"id":"82265","name":"*","chunks":[],"async":false}},"66365":{"*":{"id":"48515","name":"*","chunks":[],"async":false}},"66609":{"*":{"id":"90707","name":"*","chunks":[],"async":false}},"74581":{"*":{"id":"61335","name":"*","chunks":[],"async":false}},"78616":{"*":{"id":"84342","name":"*","chunks":[],"async":false}},"80029":{"*":{"id":"37368","name":"*","chunks":[],"async":false}},"86763":{"*":{"id":"9999","name":"*","chunks":[],"async":false}},"86869":{"*":{"id":"74661","name":"*","chunks":[],"async":false}},"90268":{"*":{"id":"90850","name":"*","chunks":[],"async":false}},"90484":{"*":{"id":"70664","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/client-page.js":{"id":61304,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/client-page.js":{"id":61304,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/client-segment.js":{"id":78616,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/client-segment.js":{"id":78616,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":64777,"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":64777,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/layout-router.js":{"id":57121,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/layout-router.js":{"id":57121,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/render-from-template-context.js":{"id":74581,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":74581,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/lib/framework/boundary-components.js":{"id":90484,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":90484,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":86869,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":86869,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/assets/globals.css":{"id":81526,"name":"*","chunks":["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-576ea95eef73611f.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/backend-status-banner/index.tsx":{"id":90268,"name":"*","chunks":["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-576ea95eef73611f.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/providers/tanstack-query-provider.tsx":{"id":15626,"name":"*","chunks":["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-576ea95eef73611f.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/providers/theme-provider.tsx":{"id":32383,"name":"*","chunks":["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-576ea95eef73611f.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/ui/sonner.tsx":{"id":61549,"name":"*","chunks":["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-576ea95eef73611f.js","7177","static/chunks/app/layout-201d71e0643217b4.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":25729,"name":"*","chunks":["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-576ea95eef73611f.js","7177","static/chunks/app/layout-201d71e0643217b4.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":89620,"name":"*","chunks":["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-576ea95eef73611f.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/global-error.tsx":{"id":54690,"name":"*","chunks":["4219","static/chunks/app/global-error-7240682073063959.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/sonner/dist/index.mjs":{"id":66609,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/login/page.tsx":{"id":66365,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/page.tsx":{"id":11055,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/register/page.tsx":{"id":52329,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/page-wrapper/index.tsx":{"id":39295,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/test-generation/page.tsx":{"id":52318,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/w/[workspaceId]/projects/page.tsx":{"id":86763,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/page.tsx":{"id":80029,"name":"*","chunks":["5948","static/chunks/06bf0ff1-05bec4405a26193e.js","2685","static/chunks/9ad0e60a-b509baefc1ee1013.js","7003","static/chunks/14258b02-ae2eff76e8809e2c.js","4316","static/chunks/ad2866b8-6c51983a1eb56136.js","6609","static/chunks/6609-d04b1d068005ddca.js","4172","static/chunks/4172-d5730e9cf6cac21e.js","2759","static/chunks/2759-db92d11c2010a954.js","4349","static/chunks/4349-f127531f1253de16.js","9756","static/chunks/9756-c0db2184d44e8848.js","9964","static/chunks/9964-eaccec1ce3c7e267.js","3775","static/chunks/3775-4b72808c43fde03a.js","5165","static/chunks/5165-0872a71f0d9cff2d.js","5671","static/chunks/5671-70ec1e746cbc8dbd.js","4955","static/chunks/4955-015013aba5e0d8c0.js","5024","static/chunks/5024-261e33bff748022a.js","7631","static/chunks/7631-576ea95eef73611f.js","2880","static/chunks/2880-9bf038807e524afd.js","6351","static/chunks/6351-53143e9db8f26c9d.js","8974","static/chunks/app/page-9fe7ded273d6feba.js"],"async":false}},"entryCSSFiles":{"/Users/otto/Desktop/deepstudio/osw-studio-git/":[],"/Users/otto/Desktop/deepstudio/osw-studio-git/app/layout":[{"inlined":false,"path":"static/css/39d0e628feefc04b.css"},{"inlined":false,"path":"static/css/1138060002beec9e.css"}],"/Users/otto/Desktop/deepstudio/osw-studio-git/app/global-error":[],"/Users/otto/Desktop/deepstudio/osw-studio-git/app/page":[],"/Users/otto/Desktop/deepstudio/osw-studio-git/app/_not-found/page":[]},"rscModuleMapping":{"11055":{"*":{"id":"93843","name":"*","chunks":[],"async":false}},"15626":{"*":{"id":"13526","name":"*","chunks":[],"async":false}},"32383":{"*":{"id":"4085","name":"*","chunks":[],"async":false}},"39295":{"*":{"id":"44785","name":"*","chunks":[],"async":false}},"52318":{"*":{"id":"8333","name":"*","chunks":[],"async":false}},"52329":{"*":{"id":"79979","name":"*","chunks":[],"async":false}},"54690":{"*":{"id":"55038","name":"*","chunks":[],"async":false}},"57121":{"*":{"id":"98099","name":"*","chunks":[],"async":false}},"61304":{"*":{"id":"15098","name":"*","chunks":[],"async":false}},"61549":{"*":{"id":"85561","name":"*","chunks":[],"async":false}},"64777":{"*":{"id":"33859","name":"*","chunks":[],"async":false}},"66365":{"*":{"id":"889","name":"*","chunks":[],"async":false}},"66609":{"*":{"id":"23417","name":"*","chunks":[],"async":false}},"74581":{"*":{"id":"16237","name":"*","chunks":[],"async":false}},"78616":{"*":{"id":"47644","name":"*","chunks":[],"async":false}},"80029":{"*":{"id":"99647","name":"*","chunks":[],"async":false}},"81526":{"*":{"id":"94348","name":"*","chunks":[],"async":false}},"86763":{"*":{"id":"43377","name":"*","chunks":[],"async":false}},"86869":{"*":{"id":"36675","name":"*","chunks":[],"async":false}},"90268":{"*":{"id":"11804","name":"*","chunks":[],"async":false}},"90484":{"*":{"id":"98562","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}};
|
.next/server/app/admin.html
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
<!DOCTYPE html><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/8a129868f77780ab.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-9bb9d3541e51ba11.js"/><script src="/_next/static/chunks/4bd1b696-8a4ab4fdf0ae305a.js" async=""></script><script src="/_next/static/chunks/3794-d7cddff008311ab3.js" async=""></script><script src="/_next/static/chunks/main-app-a1f3e73b9952cd96.js" async=""></script><script src="/_next/static/chunks/6609-d04b1d068005ddca.js" async=""></script><script src="/_next/static/chunks/4349-f127531f1253de16.js" async=""></script><script src="/_next/static/chunks/1863-70048d47b1cbd13c.js" async=""></script><script src="/_next/static/chunks/7631-6c9ccc7b7d6cb3f8.js" async=""></script><script src="/_next/static/chunks/app/layout-201d71e0643217b4.js" async=""></script><script src="/_next/static/chunks/app/admin/page-b39ad3e2c00f24dd.js" async=""></script><script src="/_next/static/chunks/app/global-error-7240682073063959.js" async=""></script><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"/><meta name="next-size-adjust" content=""/><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" data-react-aria-top-layer="true"></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-9bb9d3541e51ba11.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[32383,[\"6609\",\"static/chunks/6609-d04b1d068005ddca.js\",\"4349\",\"static/chunks/4349-f127531f1253de16.js\",\"1863\",\"static/chunks/1863-70048d47b1cbd13c.js\",\"7631\",\"static/chunks/7631-6c9ccc7b7d6cb3f8.js\",\"7177\",\"static/chunks/app/layout-201d71e0643217b4.js\"],\"ThemeProvider\"]\n3:I[61549,[\"6609\",\"static/chunks/6609-d04b1d068005ddca.js\",\"4349\",\"static/chunks/4349-f127531f1253de16.js\",\"1863\",\"static/chunks/1863-70048d47b1cbd13c.js\",\"7631\",\"static/chunks/7631-6c9ccc7b7d6cb3f8.js\",\"7177\",\"static/chunks/app/layout-201d71e0643217b4.js\"],\"Toaster\"]\n4:I[90268,[\"6609\",\"static/chunks/6609-d04b1d068005ddca.js\",\"4349\",\"static/chunks/4349-f127531f1253de16.js\",\"1863\",\"static/chunks/1863-70048d47b1cbd13c.js\",\"7631\",\"static/chunks/7631-6c9ccc7b7d6cb3f8.js\",\"7177\",\"static/chunks/app/layout-201d71e0643217b4.js\"],\"BackendStatusBanner\"]\n5:I[15626,[\"6609\",\"static/chunks/6609-d04b1d068005ddca.js\",\"4349\",\"static/chunks/4349-f127531f1253de16.js\",\"1863\",\"static/chunks/1863-70048d47b1cbd13c.js\",\"7631\",\"static/chunks/7631-6c9ccc7b7d6cb3f8.js\",\"7177\",\"static/chunks/app/layout-201d71e0643217b4.js\"],\"default\"]\n6:I[57121,[],\"\"]\n7:I[74581,[],\"\"]\n8:I[61304,[],\"ClientPageRoot\"]\n9:I[11055,[\"3698\",\"static/chunks/app/admin/page-b39ad3e2c00f24dd.js\"],\"default\"]\nc:I[90484,[],\"OutletBoundary\"]\nd:\"$Sreact.suspense\"\n10:I[90484,[],\"ViewportBoundary\"]\n12:I[90484,[],\"MetadataBoundary\"]\n14:I[54690,[\"4219\",\"static/chunks/app/global-error-7240682073063959.js\"],\"default\"]\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/8a129868f77780ab.css\",\"style\"]\n:HL[\"/_next/static/css/1138060002beec9e.css\",\"style\"]\nf:X\n0:{\"P\":null,\"c\":[\"\",\"admin\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"admin\",{\"children\":[\"__PAGE__\",{},\"$undefined\",\"$undefined\",4608]},\"$undefined\",\"$undefined\",4608]},\"$undefined\",\"$undefined\",4624],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/8a129868f77780ab.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\":[[\"$\",\"$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\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"$L8\",null,{\"Component\":\"$9\",\"serverProvidedParams\":{\"searchParams\":{},\"params\":{},\"promises\":[\"$@a\",\"$@b\"]}}],null,[\"$\",\"$Lc\",null,{\"children\":[\"$\",\"$d\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@e\"}]}]]}],{},null,false,null]},null,false,\"$f\"]},null,false,null],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$L10\",null,{\"children\":\"$L11\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$L12\",null,{\"children\":[\"$\",\"$d\",null,{\"name\":\"Next.Metadata\",\"children\":\"$L13\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$14\",[]],\"S\":true,\"h\":null,\"r\":\"$undefined\",\"s\":\"$undefined\",\"a\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"TPURrC8kZV5ezLsrBsT6B\"}\nf:C\na:{}\nb:\"$0:f:0:1:1:children:1:children:0:props:children:0:props:serverProvidedParams:params\"\n11:[[\"$\",\"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\"}]]\n15:I[86869,[],\"IconMark\"]\ne:null\n13:[[\"$\",\"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\"}],[\"$\",\"$L15\",\"20\",{}]]\n"])</script></body></html>
|
|
|
|
| 1 |
+
<!DOCTYPE html><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/39d0e628feefc04b.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-e03a141af08ecfcf.js"/><script src="/_next/static/chunks/4bd1b696-8a4ab4fdf0ae305a.js" async=""></script><script src="/_next/static/chunks/3794-d7cddff008311ab3.js" async=""></script><script src="/_next/static/chunks/main-app-a1f3e73b9952cd96.js" async=""></script><script src="/_next/static/chunks/6609-d04b1d068005ddca.js" async=""></script><script src="/_next/static/chunks/4349-f127531f1253de16.js" async=""></script><script src="/_next/static/chunks/1863-70048d47b1cbd13c.js" async=""></script><script src="/_next/static/chunks/7631-576ea95eef73611f.js" async=""></script><script src="/_next/static/chunks/app/layout-201d71e0643217b4.js" async=""></script><script src="/_next/static/chunks/app/admin/page-b39ad3e2c00f24dd.js" async=""></script><script src="/_next/static/chunks/app/global-error-7240682073063959.js" async=""></script><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"/><meta name="next-size-adjust" content=""/><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" data-react-aria-top-layer="true"></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-e03a141af08ecfcf.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[32383,[\"6609\",\"static/chunks/6609-d04b1d068005ddca.js\",\"4349\",\"static/chunks/4349-f127531f1253de16.js\",\"1863\",\"static/chunks/1863-70048d47b1cbd13c.js\",\"7631\",\"static/chunks/7631-576ea95eef73611f.js\",\"7177\",\"static/chunks/app/layout-201d71e0643217b4.js\"],\"ThemeProvider\"]\n3:I[61549,[\"6609\",\"static/chunks/6609-d04b1d068005ddca.js\",\"4349\",\"static/chunks/4349-f127531f1253de16.js\",\"1863\",\"static/chunks/1863-70048d47b1cbd13c.js\",\"7631\",\"static/chunks/7631-576ea95eef73611f.js\",\"7177\",\"static/chunks/app/layout-201d71e0643217b4.js\"],\"Toaster\"]\n4:I[90268,[\"6609\",\"static/chunks/6609-d04b1d068005ddca.js\",\"4349\",\"static/chunks/4349-f127531f1253de16.js\",\"1863\",\"static/chunks/1863-70048d47b1cbd13c.js\",\"7631\",\"static/chunks/7631-576ea95eef73611f.js\",\"7177\",\"static/chunks/app/layout-201d71e0643217b4.js\"],\"BackendStatusBanner\"]\n5:I[15626,[\"6609\",\"static/chunks/6609-d04b1d068005ddca.js\",\"4349\",\"static/chunks/4349-f127531f1253de16.js\",\"1863\",\"static/chunks/1863-70048d47b1cbd13c.js\",\"7631\",\"static/chunks/7631-576ea95eef73611f.js\",\"7177\",\"static/chunks/app/layout-201d71e0643217b4.js\"],\"default\"]\n6:I[57121,[],\"\"]\n7:I[74581,[],\"\"]\n8:I[61304,[],\"ClientPageRoot\"]\n9:I[11055,[\"3698\",\"static/chunks/app/admin/page-b39ad3e2c00f24dd.js\"],\"default\"]\nc:I[90484,[],\"OutletBoundary\"]\nd:\"$Sreact.suspense\"\n10:I[90484,[],\"ViewportBoundary\"]\n12:I[90484,[],\"MetadataBoundary\"]\n14:I[54690,[\"4219\",\"static/chunks/app/global-error-7240682073063959.js\"],\"default\"]\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/39d0e628feefc04b.css\",\"style\"]\n:HL[\"/_next/static/css/1138060002beec9e.css\",\"style\"]\nf:X\n0:{\"P\":null,\"c\":[\"\",\"admin\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"admin\",{\"children\":[\"__PAGE__\",{},\"$undefined\",\"$undefined\",4608]},\"$undefined\",\"$undefined\",4608]},\"$undefined\",\"$undefined\",4624],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/39d0e628feefc04b.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\":[[\"$\",\"$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\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"$L8\",null,{\"Component\":\"$9\",\"serverProvidedParams\":{\"searchParams\":{},\"params\":{},\"promises\":[\"$@a\",\"$@b\"]}}],null,[\"$\",\"$Lc\",null,{\"children\":[\"$\",\"$d\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@e\"}]}]]}],{},null,false,null]},null,false,\"$f\"]},null,false,null],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$L10\",null,{\"children\":\"$L11\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$L12\",null,{\"children\":[\"$\",\"$d\",null,{\"name\":\"Next.Metadata\",\"children\":\"$L13\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$14\",[]],\"S\":true,\"h\":null,\"r\":\"$undefined\",\"s\":\"$undefined\",\"a\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"dgLFqcpJPB_dSBxNMF_8-\"}\nf:C\na:{}\nb:\"$0:f:0:1:1:children:1:children:0:props:children:0:props:serverProvidedParams:params\"\n11:[[\"$\",\"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\"}]]\n15:I[86869,[],\"IconMark\"]\ne:null\n13:[[\"$\",\"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\"}],[\"$\",\"$L15\",\"20\",{}]]\n"])</script></body></html>
|
.next/server/app/admin.rsc
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
1:"$Sreact.fragment"
|
| 2 |
-
2:I[32383,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-
|
| 3 |
-
3:I[61549,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-
|
| 4 |
-
4:I[90268,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-
|
| 5 |
-
5:I[15626,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-
|
| 6 |
6:I[57121,[],""]
|
| 7 |
7:I[74581,[],""]
|
| 8 |
8:I[61304,[],"ClientPageRoot"]
|
|
@@ -15,10 +15,10 @@ d:"$Sreact.suspense"
|
|
| 15 |
:HL["/_next/static/media/58f662ed5ba12a72-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
| 16 |
:HL["/_next/static/media/c3f6eb667c0186c5-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
| 17 |
:HL["/_next/static/media/e4af272ccee01ff0-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
| 18 |
-
:HL["/_next/static/css/
|
| 19 |
:HL["/_next/static/css/1138060002beec9e.css","style"]
|
| 20 |
f:X
|
| 21 |
-
0:{"P":null,"c":["","admin"],"q":"","i":false,"f":[[["",{"children":["admin",{"children":["__PAGE__",{},"$undefined","$undefined",4608]},"$undefined","$undefined",4608]},"$undefined","$undefined",4624],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/
|
| 22 |
f:C
|
| 23 |
a:{}
|
| 24 |
b:"$0:f:0:1:1:children:1:children:0:props:children:0:props:serverProvidedParams:params"
|
|
|
|
| 1 |
1:"$Sreact.fragment"
|
| 2 |
+
2:I[32383,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-576ea95eef73611f.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"ThemeProvider"]
|
| 3 |
+
3:I[61549,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-576ea95eef73611f.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"Toaster"]
|
| 4 |
+
4:I[90268,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-576ea95eef73611f.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"BackendStatusBanner"]
|
| 5 |
+
5:I[15626,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-576ea95eef73611f.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"default"]
|
| 6 |
6:I[57121,[],""]
|
| 7 |
7:I[74581,[],""]
|
| 8 |
8:I[61304,[],"ClientPageRoot"]
|
|
|
|
| 15 |
:HL["/_next/static/media/58f662ed5ba12a72-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
| 16 |
:HL["/_next/static/media/c3f6eb667c0186c5-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
| 17 |
:HL["/_next/static/media/e4af272ccee01ff0-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
| 18 |
+
:HL["/_next/static/css/39d0e628feefc04b.css","style"]
|
| 19 |
:HL["/_next/static/css/1138060002beec9e.css","style"]
|
| 20 |
f:X
|
| 21 |
+
0:{"P":null,"c":["","admin"],"q":"","i":false,"f":[[["",{"children":["admin",{"children":["__PAGE__",{},"$undefined","$undefined",4608]},"$undefined","$undefined",4608]},"$undefined","$undefined",4624],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/39d0e628feefc04b.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":[["$","$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":[["$","$1","c",{"children":[["$","$L8",null,{"Component":"$9","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@a","$@b"]}}],null,["$","$Lc",null,{"children":["$","$d",null,{"name":"Next.MetadataOutlet","children":"$@e"}]}]]}],{},null,false,null]},null,false,"$f"]},null,false,null],["$","$1","h",{"children":[null,["$","$L10",null,{"children":"$L11"}],["$","div",null,{"hidden":true,"children":["$","$L12",null,{"children":["$","$d",null,{"name":"Next.Metadata","children":"$L13"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$14",[]],"S":true,"h":null,"r":"$undefined","s":"$undefined","a":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"dgLFqcpJPB_dSBxNMF_8-"}
|
| 22 |
f:C
|
| 23 |
a:{}
|
| 24 |
b:"$0:f:0:1:1:children:1:children:0:props:children:0:props:serverProvidedParams:params"
|
.next/server/app/admin.segments/_full.segment.rsc
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
1:"$Sreact.fragment"
|
| 2 |
-
2:I[32383,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-
|
| 3 |
-
3:I[61549,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-
|
| 4 |
-
4:I[90268,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-
|
| 5 |
-
5:I[15626,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-
|
| 6 |
6:I[57121,[],""]
|
| 7 |
7:I[74581,[],""]
|
| 8 |
8:I[61304,[],"ClientPageRoot"]
|
|
@@ -15,10 +15,10 @@ d:"$Sreact.suspense"
|
|
| 15 |
:HL["/_next/static/media/58f662ed5ba12a72-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
| 16 |
:HL["/_next/static/media/c3f6eb667c0186c5-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
| 17 |
:HL["/_next/static/media/e4af272ccee01ff0-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
| 18 |
-
:HL["/_next/static/css/
|
| 19 |
:HL["/_next/static/css/1138060002beec9e.css","style"]
|
| 20 |
f:X
|
| 21 |
-
0:{"P":null,"c":["","admin"],"q":"","i":false,"f":[[["",{"children":["admin",{"children":["__PAGE__",{},"$undefined","$undefined",4608]},"$undefined","$undefined",4608]},"$undefined","$undefined",4624],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/
|
| 22 |
f:C
|
| 23 |
a:{}
|
| 24 |
b:"$0:f:0:1:1:children:1:children:0:props:children:0:props:serverProvidedParams:params"
|
|
|
|
| 1 |
1:"$Sreact.fragment"
|
| 2 |
+
2:I[32383,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-576ea95eef73611f.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"ThemeProvider"]
|
| 3 |
+
3:I[61549,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-576ea95eef73611f.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"Toaster"]
|
| 4 |
+
4:I[90268,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-576ea95eef73611f.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"BackendStatusBanner"]
|
| 5 |
+
5:I[15626,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-576ea95eef73611f.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"default"]
|
| 6 |
6:I[57121,[],""]
|
| 7 |
7:I[74581,[],""]
|
| 8 |
8:I[61304,[],"ClientPageRoot"]
|
|
|
|
| 15 |
:HL["/_next/static/media/58f662ed5ba12a72-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
| 16 |
:HL["/_next/static/media/c3f6eb667c0186c5-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
| 17 |
:HL["/_next/static/media/e4af272ccee01ff0-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
| 18 |
+
:HL["/_next/static/css/39d0e628feefc04b.css","style"]
|
| 19 |
:HL["/_next/static/css/1138060002beec9e.css","style"]
|
| 20 |
f:X
|
| 21 |
+
0:{"P":null,"c":["","admin"],"q":"","i":false,"f":[[["",{"children":["admin",{"children":["__PAGE__",{},"$undefined","$undefined",4608]},"$undefined","$undefined",4608]},"$undefined","$undefined",4624],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/39d0e628feefc04b.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":[["$","$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":[["$","$1","c",{"children":[["$","$L8",null,{"Component":"$9","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@a","$@b"]}}],null,["$","$Lc",null,{"children":["$","$d",null,{"name":"Next.MetadataOutlet","children":"$@e"}]}]]}],{},null,false,null]},null,false,"$f"]},null,false,null],["$","$1","h",{"children":[null,["$","$L10",null,{"children":"$L11"}],["$","div",null,{"hidden":true,"children":["$","$L12",null,{"children":["$","$d",null,{"name":"Next.Metadata","children":"$L13"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$14",[]],"S":true,"h":null,"r":"$undefined","s":"$undefined","a":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"dgLFqcpJPB_dSBxNMF_8-"}
|
| 22 |
f:C
|
| 23 |
a:{}
|
| 24 |
b:"$0:f:0:1:1:children:1:children:0:props:children:0:props:serverProvidedParams:params"
|
.next/server/app/admin.segments/_tree.segment.rsc
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
:HL["/_next/static/media/58f662ed5ba12a72-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
| 2 |
:HL["/_next/static/media/c3f6eb667c0186c5-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
| 3 |
:HL["/_next/static/media/e4af272ccee01ff0-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
| 4 |
-
:HL["/_next/static/css/
|
| 5 |
:HL["/_next/static/css/1138060002beec9e.css","style"]
|
| 6 |
-
0:{"tree":{"name":"","param":null,"prefetchHints":4176,"slots":{"children":{"name":"admin","param":null,"prefetchHints":4192,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":4256,"slots":null}}}}},"staleTime":300,"buildId":"
|
|
|
|
| 1 |
:HL["/_next/static/media/58f662ed5ba12a72-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
| 2 |
:HL["/_next/static/media/c3f6eb667c0186c5-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
| 3 |
:HL["/_next/static/media/e4af272ccee01ff0-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
| 4 |
+
:HL["/_next/static/css/39d0e628feefc04b.css","style"]
|
| 5 |
:HL["/_next/static/css/1138060002beec9e.css","style"]
|
| 6 |
+
0:{"tree":{"name":"","param":null,"prefetchHints":4176,"slots":{"children":{"name":"admin","param":null,"prefetchHints":4192,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":4256,"slots":null}}}}},"staleTime":300,"buildId":"dgLFqcpJPB_dSBxNMF_8-"}
|
.next/server/app/admin.segments/admin/__PAGE__.segment.rsc
CHANGED
|
@@ -8,16 +8,16 @@ c:I[90484,[],"MetadataBoundary"]
|
|
| 8 |
d:I[86869,[],"IconMark"]
|
| 9 |
f:I[57121,[],""]
|
| 10 |
10:I[74581,[],""]
|
| 11 |
-
13:I[32383,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-
|
| 12 |
-
14:I[61549,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-
|
| 13 |
-
15:I[90268,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-
|
| 14 |
-
16:I[15626,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-
|
| 15 |
-
:HL["/_next/static/css/
|
| 16 |
:HL["/_next/static/css/1138060002beec9e.css","style"]
|
| 17 |
a:X
|
| 18 |
12:X
|
| 19 |
12:C
|
| 20 |
-
0:{"buildId":"
|
| 21 |
4:{}
|
| 22 |
5:"$0:data:0:rsc:props:children:0:props:serverProvidedParams:params"
|
| 23 |
8:null
|
|
|
|
| 8 |
d:I[86869,[],"IconMark"]
|
| 9 |
f:I[57121,[],""]
|
| 10 |
10:I[74581,[],""]
|
| 11 |
+
13:I[32383,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-576ea95eef73611f.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"ThemeProvider"]
|
| 12 |
+
14:I[61549,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-576ea95eef73611f.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"Toaster"]
|
| 13 |
+
15:I[90268,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-576ea95eef73611f.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"BackendStatusBanner"]
|
| 14 |
+
16:I[15626,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-576ea95eef73611f.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"default"]
|
| 15 |
+
:HL["/_next/static/css/39d0e628feefc04b.css","style"]
|
| 16 |
:HL["/_next/static/css/1138060002beec9e.css","style"]
|
| 17 |
a:X
|
| 18 |
12:X
|
| 19 |
12:C
|
| 20 |
+
0:{"buildId":"dgLFqcpJPB_dSBxNMF_8-","data":[{"rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],null,["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"isPartial":"$@9","staleTime":"$a","varyParams":null},{"rsc":["$","$1","h",{"children":[null,["$","$Lb",null,{"children":[["$","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"}]]}],["$","div",null,{"hidden":true,"children":["$","$Lc",null,{"children":["$","$7",null,{"name":"Next.Metadata","children":[["$","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"}],["$","$Ld","20",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"isPartial":"$@e","staleTime":"$a","varyParams":null},{"rsc":["$","$1","c",{"children":[null,["$","$Lf",null,{"parallelRouterKey":"children","template":["$","$L10",null,{}]}]]}],"isPartial":"$@11","staleTime":"$a","varyParams":"$12"},{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/39d0e628feefc04b.css","precedence":"next"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/css/1138060002beec9e.css","precedence":"next"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"__variable_f367f3 __variable_438d47 antialiased bg-background h-[100dvh] overflow-hidden","suppressHydrationWarning":true,"children":["$","$L13",null,{"children":[["$","$L14",null,{"richColors":true,"position":"bottom-center"}],["$","$L15",null,{}],["$","$L16",null,{"children":["$","$Lf",null,{"parallelRouterKey":"children","template":["$","$L10",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],"$L17","$L18"]}]}]],[]]}]}]]}]}]}]]}],"isPartial":"$@19","staleTime":"$a","varyParams":null}],"isUpgradeableISRFallback":false,"a":"$@1a","rootVaryParams":null,"needsRuntimeRequest":"$@1b"}
|
| 21 |
4:{}
|
| 22 |
5:"$0:data:0:rsc:props:children:0:props:serverProvidedParams:params"
|
| 23 |
8:null
|
.next/server/app/admin/login.html
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
<!DOCTYPE html><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/8a129868f77780ab.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-9bb9d3541e51ba11.js"/><script src="/_next/static/chunks/4bd1b696-8a4ab4fdf0ae305a.js" async=""></script><script src="/_next/static/chunks/3794-d7cddff008311ab3.js" async=""></script><script src="/_next/static/chunks/main-app-a1f3e73b9952cd96.js" async=""></script><script src="/_next/static/chunks/6609-d04b1d068005ddca.js" async=""></script><script src="/_next/static/chunks/4349-f127531f1253de16.js" async=""></script><script src="/_next/static/chunks/1863-70048d47b1cbd13c.js" async=""></script><script src="/_next/static/chunks/7631-6c9ccc7b7d6cb3f8.js" async=""></script><script src="/_next/static/chunks/app/layout-201d71e0643217b4.js" async=""></script><script src="/_next/static/chunks/9756-c0db2184d44e8848.js" async=""></script><script src="/_next/static/chunks/3790-7f2fd6d8f99e032f.js" async=""></script><script src="/_next/static/chunks/app/admin/login/page-9fcd4b6ed13a0fb9.js" async=""></script><script src="/_next/static/chunks/app/global-error-7240682073063959.js" async=""></script><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"/><meta name="next-size-adjust" content=""/><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" data-react-aria-top-layer="true"></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-9bb9d3541e51ba11.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[32383,[\"6609\",\"static/chunks/6609-d04b1d068005ddca.js\",\"4349\",\"static/chunks/4349-f127531f1253de16.js\",\"1863\",\"static/chunks/1863-70048d47b1cbd13c.js\",\"7631\",\"static/chunks/7631-6c9ccc7b7d6cb3f8.js\",\"7177\",\"static/chunks/app/layout-201d71e0643217b4.js\"],\"ThemeProvider\"]\n3:I[61549,[\"6609\",\"static/chunks/6609-d04b1d068005ddca.js\",\"4349\",\"static/chunks/4349-f127531f1253de16.js\",\"1863\",\"static/chunks/1863-70048d47b1cbd13c.js\",\"7631\",\"static/chunks/7631-6c9ccc7b7d6cb3f8.js\",\"7177\",\"static/chunks/app/layout-201d71e0643217b4.js\"],\"Toaster\"]\n4:I[90268,[\"6609\",\"static/chunks/6609-d04b1d068005ddca.js\",\"4349\",\"static/chunks/4349-f127531f1253de16.js\",\"1863\",\"static/chunks/1863-70048d47b1cbd13c.js\",\"7631\",\"static/chunks/7631-6c9ccc7b7d6cb3f8.js\",\"7177\",\"static/chunks/app/layout-201d71e0643217b4.js\"],\"BackendStatusBanner\"]\n5:I[15626,[\"6609\",\"static/chunks/6609-d04b1d068005ddca.js\",\"4349\",\"static/chunks/4349-f127531f1253de16.js\",\"1863\",\"static/chunks/1863-70048d47b1cbd13c.js\",\"7631\",\"static/chunks/7631-6c9ccc7b7d6cb3f8.js\",\"7177\",\"static/chunks/app/layout-201d71e0643217b4.js\"],\"default\"]\n6:I[57121,[],\"\"]\n7:I[74581,[],\"\"]\n8:I[61304,[],\"ClientPageRoot\"]\n9:I[66365,[\"9756\",\"static/chunks/9756-c0db2184d44e8848.js\",\"3790\",\"static/chunks/3790-7f2fd6d8f99e032f.js\",\"2116\",\"static/chunks/app/admin/login/page-9fcd4b6ed13a0fb9.js\"],\"default\"]\nc:I[90484,[],\"OutletBoundary\"]\nd:\"$Sreact.suspense\"\n10:I[90484,[],\"ViewportBoundary\"]\n12:I[90484,[],\"MetadataBoundary\"]\n14:I[54690,[\"4219\",\"static/chunks/app/global-error-7240682073063959.js\"],\"default\"]\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/8a129868f77780ab.css\",\"style\"]\n:HL[\"/_next/static/css/1138060002beec9e.css\",\"style\"]\nf:X\n0:{\"P\":null,\"c\":[\"\",\"admin\",\"login\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"admin\",{\"children\":[\"login\",{\"children\":[\"__PAGE__\",{},\"$undefined\",\"$undefined\",4608]},\"$undefined\",\"$undefined\",4608]},\"$undefined\",\"$undefined\",4608]},\"$undefined\",\"$undefined\",4624],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/8a129868f77780ab.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\":[[\"$\",\"$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\":[[\"$\",\"$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\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"$L8\",null,{\"Component\":\"$9\",\"serverProvidedParams\":{\"searchParams\":{},\"params\":{},\"promises\":[\"$@a\",\"$@b\"]}}],null,[\"$\",\"$Lc\",null,{\"children\":[\"$\",\"$d\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@e\"}]}]]}],{},null,false,null]},null,false,\"$f\"]},null,false,\"$f\"]},null,false,null],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$L10\",null,{\"children\":\"$L11\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$L12\",null,{\"children\":[\"$\",\"$d\",null,{\"name\":\"Next.Metadata\",\"children\":\"$L13\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$14\",[]],\"S\":true,\"h\":null,\"r\":\"$undefined\",\"s\":\"$undefined\",\"a\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"TPURrC8kZV5ezLsrBsT6B\"}\nf:C\na:{}\nb:\"$0:f:0:1:1:children:1:children:1:children:0:props:children:0:props:serverProvidedParams:params\"\n11:[[\"$\",\"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\"}]]\n15:I[86869,[],\"IconMark\"]\ne:null\n13:[[\"$\",\"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\"}],[\"$\",\"$L15\",\"20\",{}]]\n"])</script></body></html>
|
|
|
|
| 1 |
+
<!DOCTYPE html><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/39d0e628feefc04b.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-e03a141af08ecfcf.js"/><script src="/_next/static/chunks/4bd1b696-8a4ab4fdf0ae305a.js" async=""></script><script src="/_next/static/chunks/3794-d7cddff008311ab3.js" async=""></script><script src="/_next/static/chunks/main-app-a1f3e73b9952cd96.js" async=""></script><script src="/_next/static/chunks/6609-d04b1d068005ddca.js" async=""></script><script src="/_next/static/chunks/4349-f127531f1253de16.js" async=""></script><script src="/_next/static/chunks/1863-70048d47b1cbd13c.js" async=""></script><script src="/_next/static/chunks/7631-576ea95eef73611f.js" async=""></script><script src="/_next/static/chunks/app/layout-201d71e0643217b4.js" async=""></script><script src="/_next/static/chunks/9756-c0db2184d44e8848.js" async=""></script><script src="/_next/static/chunks/3790-7f2fd6d8f99e032f.js" async=""></script><script src="/_next/static/chunks/app/admin/login/page-9fcd4b6ed13a0fb9.js" async=""></script><script src="/_next/static/chunks/app/global-error-7240682073063959.js" async=""></script><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"/><meta name="next-size-adjust" content=""/><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" data-react-aria-top-layer="true"></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-e03a141af08ecfcf.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[32383,[\"6609\",\"static/chunks/6609-d04b1d068005ddca.js\",\"4349\",\"static/chunks/4349-f127531f1253de16.js\",\"1863\",\"static/chunks/1863-70048d47b1cbd13c.js\",\"7631\",\"static/chunks/7631-576ea95eef73611f.js\",\"7177\",\"static/chunks/app/layout-201d71e0643217b4.js\"],\"ThemeProvider\"]\n3:I[61549,[\"6609\",\"static/chunks/6609-d04b1d068005ddca.js\",\"4349\",\"static/chunks/4349-f127531f1253de16.js\",\"1863\",\"static/chunks/1863-70048d47b1cbd13c.js\",\"7631\",\"static/chunks/7631-576ea95eef73611f.js\",\"7177\",\"static/chunks/app/layout-201d71e0643217b4.js\"],\"Toaster\"]\n4:I[90268,[\"6609\",\"static/chunks/6609-d04b1d068005ddca.js\",\"4349\",\"static/chunks/4349-f127531f1253de16.js\",\"1863\",\"static/chunks/1863-70048d47b1cbd13c.js\",\"7631\",\"static/chunks/7631-576ea95eef73611f.js\",\"7177\",\"static/chunks/app/layout-201d71e0643217b4.js\"],\"BackendStatusBanner\"]\n5:I[15626,[\"6609\",\"static/chunks/6609-d04b1d068005ddca.js\",\"4349\",\"static/chunks/4349-f127531f1253de16.js\",\"1863\",\"static/chunks/1863-70048d47b1cbd13c.js\",\"7631\",\"static/chunks/7631-576ea95eef73611f.js\",\"7177\",\"static/chunks/app/layout-201d71e0643217b4.js\"],\"default\"]\n6:I[57121,[],\"\"]\n7:I[74581,[],\"\"]\n8:I[61304,[],\"ClientPageRoot\"]\n9:I[66365,[\"9756\",\"static/chunks/9756-c0db2184d44e8848.js\",\"3790\",\"static/chunks/3790-7f2fd6d8f99e032f.js\",\"2116\",\"static/chunks/app/admin/login/page-9fcd4b6ed13a0fb9.js\"],\"default\"]\nc:I[90484,[],\"OutletBoundary\"]\nd:\"$Sreact.suspense\"\n10:I[90484,[],\"ViewportBoundary\"]\n12:I[90484,[],\"MetadataBoundary\"]\n14:I[54690,[\"4219\",\"static/chunks/app/global-error-7240682073063959.js\"],\"default\"]\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/39d0e628feefc04b.css\",\"style\"]\n:HL[\"/_next/static/css/1138060002beec9e.css\",\"style\"]\nf:X\n0:{\"P\":null,\"c\":[\"\",\"admin\",\"login\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"admin\",{\"children\":[\"login\",{\"children\":[\"__PAGE__\",{},\"$undefined\",\"$undefined\",4608]},\"$undefined\",\"$undefined\",4608]},\"$undefined\",\"$undefined\",4608]},\"$undefined\",\"$undefined\",4624],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/39d0e628feefc04b.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\":[[\"$\",\"$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\":[[\"$\",\"$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\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"$L8\",null,{\"Component\":\"$9\",\"serverProvidedParams\":{\"searchParams\":{},\"params\":{},\"promises\":[\"$@a\",\"$@b\"]}}],null,[\"$\",\"$Lc\",null,{\"children\":[\"$\",\"$d\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@e\"}]}]]}],{},null,false,null]},null,false,\"$f\"]},null,false,\"$f\"]},null,false,null],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$L10\",null,{\"children\":\"$L11\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$L12\",null,{\"children\":[\"$\",\"$d\",null,{\"name\":\"Next.Metadata\",\"children\":\"$L13\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$14\",[]],\"S\":true,\"h\":null,\"r\":\"$undefined\",\"s\":\"$undefined\",\"a\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"dgLFqcpJPB_dSBxNMF_8-\"}\nf:C\na:{}\nb:\"$0:f:0:1:1:children:1:children:1:children:0:props:children:0:props:serverProvidedParams:params\"\n11:[[\"$\",\"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\"}]]\n15:I[86869,[],\"IconMark\"]\ne:null\n13:[[\"$\",\"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\"}],[\"$\",\"$L15\",\"20\",{}]]\n"])</script></body></html>
|
.next/server/app/admin/login.rsc
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
1:"$Sreact.fragment"
|
| 2 |
-
2:I[32383,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-
|
| 3 |
-
3:I[61549,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-
|
| 4 |
-
4:I[90268,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-
|
| 5 |
-
5:I[15626,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-
|
| 6 |
6:I[57121,[],""]
|
| 7 |
7:I[74581,[],""]
|
| 8 |
8:I[61304,[],"ClientPageRoot"]
|
|
@@ -15,10 +15,10 @@ d:"$Sreact.suspense"
|
|
| 15 |
:HL["/_next/static/media/58f662ed5ba12a72-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
| 16 |
:HL["/_next/static/media/c3f6eb667c0186c5-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
| 17 |
:HL["/_next/static/media/e4af272ccee01ff0-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
| 18 |
-
:HL["/_next/static/css/
|
| 19 |
:HL["/_next/static/css/1138060002beec9e.css","style"]
|
| 20 |
f:X
|
| 21 |
-
0:{"P":null,"c":["","admin","login"],"q":"","i":false,"f":[[["",{"children":["admin",{"children":["login",{"children":["__PAGE__",{},"$undefined","$undefined",4608]},"$undefined","$undefined",4608]},"$undefined","$undefined",4608]},"$undefined","$undefined",4624],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/
|
| 22 |
f:C
|
| 23 |
a:{}
|
| 24 |
b:"$0:f:0:1:1:children:1:children:1:children:0:props:children:0:props:serverProvidedParams:params"
|
|
|
|
| 1 |
1:"$Sreact.fragment"
|
| 2 |
+
2:I[32383,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-576ea95eef73611f.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"ThemeProvider"]
|
| 3 |
+
3:I[61549,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-576ea95eef73611f.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"Toaster"]
|
| 4 |
+
4:I[90268,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-576ea95eef73611f.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"BackendStatusBanner"]
|
| 5 |
+
5:I[15626,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-576ea95eef73611f.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"default"]
|
| 6 |
6:I[57121,[],""]
|
| 7 |
7:I[74581,[],""]
|
| 8 |
8:I[61304,[],"ClientPageRoot"]
|
|
|
|
| 15 |
:HL["/_next/static/media/58f662ed5ba12a72-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
| 16 |
:HL["/_next/static/media/c3f6eb667c0186c5-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
| 17 |
:HL["/_next/static/media/e4af272ccee01ff0-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
| 18 |
+
:HL["/_next/static/css/39d0e628feefc04b.css","style"]
|
| 19 |
:HL["/_next/static/css/1138060002beec9e.css","style"]
|
| 20 |
f:X
|
| 21 |
+
0:{"P":null,"c":["","admin","login"],"q":"","i":false,"f":[[["",{"children":["admin",{"children":["login",{"children":["__PAGE__",{},"$undefined","$undefined",4608]},"$undefined","$undefined",4608]},"$undefined","$undefined",4608]},"$undefined","$undefined",4624],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/39d0e628feefc04b.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":[["$","$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":[["$","$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":[["$","$1","c",{"children":[["$","$L8",null,{"Component":"$9","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@a","$@b"]}}],null,["$","$Lc",null,{"children":["$","$d",null,{"name":"Next.MetadataOutlet","children":"$@e"}]}]]}],{},null,false,null]},null,false,"$f"]},null,false,"$f"]},null,false,null],["$","$1","h",{"children":[null,["$","$L10",null,{"children":"$L11"}],["$","div",null,{"hidden":true,"children":["$","$L12",null,{"children":["$","$d",null,{"name":"Next.Metadata","children":"$L13"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$14",[]],"S":true,"h":null,"r":"$undefined","s":"$undefined","a":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"dgLFqcpJPB_dSBxNMF_8-"}
|
| 22 |
f:C
|
| 23 |
a:{}
|
| 24 |
b:"$0:f:0:1:1:children:1:children:1:children:0:props:children:0:props:serverProvidedParams:params"
|
.next/server/app/admin/login.segments/_full.segment.rsc
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
1:"$Sreact.fragment"
|
| 2 |
-
2:I[32383,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-
|
| 3 |
-
3:I[61549,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-
|
| 4 |
-
4:I[90268,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-
|
| 5 |
-
5:I[15626,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-
|
| 6 |
6:I[57121,[],""]
|
| 7 |
7:I[74581,[],""]
|
| 8 |
8:I[61304,[],"ClientPageRoot"]
|
|
@@ -15,10 +15,10 @@ d:"$Sreact.suspense"
|
|
| 15 |
:HL["/_next/static/media/58f662ed5ba12a72-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
| 16 |
:HL["/_next/static/media/c3f6eb667c0186c5-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
| 17 |
:HL["/_next/static/media/e4af272ccee01ff0-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
| 18 |
-
:HL["/_next/static/css/
|
| 19 |
:HL["/_next/static/css/1138060002beec9e.css","style"]
|
| 20 |
f:X
|
| 21 |
-
0:{"P":null,"c":["","admin","login"],"q":"","i":false,"f":[[["",{"children":["admin",{"children":["login",{"children":["__PAGE__",{},"$undefined","$undefined",4608]},"$undefined","$undefined",4608]},"$undefined","$undefined",4608]},"$undefined","$undefined",4624],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/
|
| 22 |
f:C
|
| 23 |
a:{}
|
| 24 |
b:"$0:f:0:1:1:children:1:children:1:children:0:props:children:0:props:serverProvidedParams:params"
|
|
|
|
| 1 |
1:"$Sreact.fragment"
|
| 2 |
+
2:I[32383,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-576ea95eef73611f.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"ThemeProvider"]
|
| 3 |
+
3:I[61549,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-576ea95eef73611f.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"Toaster"]
|
| 4 |
+
4:I[90268,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-576ea95eef73611f.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"BackendStatusBanner"]
|
| 5 |
+
5:I[15626,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-576ea95eef73611f.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"default"]
|
| 6 |
6:I[57121,[],""]
|
| 7 |
7:I[74581,[],""]
|
| 8 |
8:I[61304,[],"ClientPageRoot"]
|
|
|
|
| 15 |
:HL["/_next/static/media/58f662ed5ba12a72-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
| 16 |
:HL["/_next/static/media/c3f6eb667c0186c5-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
| 17 |
:HL["/_next/static/media/e4af272ccee01ff0-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
| 18 |
+
:HL["/_next/static/css/39d0e628feefc04b.css","style"]
|
| 19 |
:HL["/_next/static/css/1138060002beec9e.css","style"]
|
| 20 |
f:X
|
| 21 |
+
0:{"P":null,"c":["","admin","login"],"q":"","i":false,"f":[[["",{"children":["admin",{"children":["login",{"children":["__PAGE__",{},"$undefined","$undefined",4608]},"$undefined","$undefined",4608]},"$undefined","$undefined",4608]},"$undefined","$undefined",4624],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/39d0e628feefc04b.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":[["$","$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":[["$","$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":[["$","$1","c",{"children":[["$","$L8",null,{"Component":"$9","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@a","$@b"]}}],null,["$","$Lc",null,{"children":["$","$d",null,{"name":"Next.MetadataOutlet","children":"$@e"}]}]]}],{},null,false,null]},null,false,"$f"]},null,false,"$f"]},null,false,null],["$","$1","h",{"children":[null,["$","$L10",null,{"children":"$L11"}],["$","div",null,{"hidden":true,"children":["$","$L12",null,{"children":["$","$d",null,{"name":"Next.Metadata","children":"$L13"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$14",[]],"S":true,"h":null,"r":"$undefined","s":"$undefined","a":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"dgLFqcpJPB_dSBxNMF_8-"}
|
| 22 |
f:C
|
| 23 |
a:{}
|
| 24 |
b:"$0:f:0:1:1:children:1:children:1:children:0:props:children:0:props:serverProvidedParams:params"
|
.next/server/app/admin/login.segments/_tree.segment.rsc
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
:HL["/_next/static/media/58f662ed5ba12a72-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
| 2 |
:HL["/_next/static/media/c3f6eb667c0186c5-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
| 3 |
:HL["/_next/static/media/e4af272ccee01ff0-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
| 4 |
-
:HL["/_next/static/css/
|
| 5 |
:HL["/_next/static/css/1138060002beec9e.css","style"]
|
| 6 |
-
0:{"tree":{"name":"","param":null,"prefetchHints":4176,"slots":{"children":{"name":"admin","param":null,"prefetchHints":4192,"slots":{"children":{"name":"login","param":null,"prefetchHints":4192,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":4256,"slots":null}}}}}}},"staleTime":300,"buildId":"
|
|
|
|
| 1 |
:HL["/_next/static/media/58f662ed5ba12a72-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
| 2 |
:HL["/_next/static/media/c3f6eb667c0186c5-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
| 3 |
:HL["/_next/static/media/e4af272ccee01ff0-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
| 4 |
+
:HL["/_next/static/css/39d0e628feefc04b.css","style"]
|
| 5 |
:HL["/_next/static/css/1138060002beec9e.css","style"]
|
| 6 |
+
0:{"tree":{"name":"","param":null,"prefetchHints":4176,"slots":{"children":{"name":"admin","param":null,"prefetchHints":4192,"slots":{"children":{"name":"login","param":null,"prefetchHints":4192,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":4256,"slots":null}}}}}}},"staleTime":300,"buildId":"dgLFqcpJPB_dSBxNMF_8-"}
|
.next/server/app/admin/login.segments/admin/login/__PAGE__.segment.rsc
CHANGED
|
@@ -8,16 +8,16 @@ c:I[90484,[],"MetadataBoundary"]
|
|
| 8 |
d:I[86869,[],"IconMark"]
|
| 9 |
f:I[57121,[],""]
|
| 10 |
10:I[74581,[],""]
|
| 11 |
-
14:I[32383,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-
|
| 12 |
-
15:I[61549,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-
|
| 13 |
-
16:I[90268,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-
|
| 14 |
-
17:I[15626,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-
|
| 15 |
-
:HL["/_next/static/css/
|
| 16 |
:HL["/_next/static/css/1138060002beec9e.css","style"]
|
| 17 |
a:X
|
| 18 |
12:X
|
| 19 |
12:C
|
| 20 |
-
0:{"buildId":"
|
| 21 |
4:{}
|
| 22 |
5:"$0:data:0:rsc:props:children:0:props:serverProvidedParams:params"
|
| 23 |
8:null
|
|
|
|
| 8 |
d:I[86869,[],"IconMark"]
|
| 9 |
f:I[57121,[],""]
|
| 10 |
10:I[74581,[],""]
|
| 11 |
+
14:I[32383,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-576ea95eef73611f.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"ThemeProvider"]
|
| 12 |
+
15:I[61549,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-576ea95eef73611f.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"Toaster"]
|
| 13 |
+
16:I[90268,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-576ea95eef73611f.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"BackendStatusBanner"]
|
| 14 |
+
17:I[15626,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-576ea95eef73611f.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"default"]
|
| 15 |
+
:HL["/_next/static/css/39d0e628feefc04b.css","style"]
|
| 16 |
:HL["/_next/static/css/1138060002beec9e.css","style"]
|
| 17 |
a:X
|
| 18 |
12:X
|
| 19 |
12:C
|
| 20 |
+
0:{"buildId":"dgLFqcpJPB_dSBxNMF_8-","data":[{"rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],null,["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"isPartial":"$@9","staleTime":"$a","varyParams":null},{"rsc":["$","$1","h",{"children":[null,["$","$Lb",null,{"children":[["$","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"}]]}],["$","div",null,{"hidden":true,"children":["$","$Lc",null,{"children":["$","$7",null,{"name":"Next.Metadata","children":[["$","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"}],["$","$Ld","20",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"isPartial":"$@e","staleTime":"$a","varyParams":null},{"rsc":["$","$1","c",{"children":[null,["$","$Lf",null,{"parallelRouterKey":"children","template":["$","$L10",null,{}]}]]}],"isPartial":"$@11","staleTime":"$a","varyParams":"$12"},{"rsc":["$","$1","c",{"children":[null,["$","$Lf",null,{"parallelRouterKey":"children","template":["$","$L10",null,{}]}]]}],"isPartial":"$@13","staleTime":"$a","varyParams":"$12"},{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/39d0e628feefc04b.css","precedence":"next"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/css/1138060002beec9e.css","precedence":"next"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"__variable_f367f3 __variable_438d47 antialiased bg-background h-[100dvh] overflow-hidden","suppressHydrationWarning":true,"children":["$","$L14",null,{"children":[["$","$L15",null,{"richColors":true,"position":"bottom-center"}],["$","$L16",null,{}],["$","$L17",null,{"children":["$","$Lf",null,{"parallelRouterKey":"children","template":["$","$L10",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],"$L18","$L19"]}]}]],[]]}]}]]}]}]}]]}],"isPartial":"$@1a","staleTime":"$a","varyParams":null}],"isUpgradeableISRFallback":false,"a":"$@1b","rootVaryParams":null,"needsRuntimeRequest":"$@1c"}
|
| 21 |
4:{}
|
| 22 |
5:"$0:data:0:rsc:props:children:0:props:serverProvidedParams:params"
|
| 23 |
8:null
|
.next/server/app/admin/login/page.js
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
(()=>{var a={};a.id=2116,a.ids=[2116],a.modules={889:(a,b,c)=>{"use strict";c.r(b),c.d(b,{default:()=>d});let d=(0,c(77943).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")},3295:a=>{"use strict";a.exports=require("next/dist/server/app-render/after-task-async-storage.external.js")},
|
|
|
|
| 1 |
+
(()=>{var a={};a.id=2116,a.ids=[2116],a.modules={889:(a,b,c)=>{"use strict";c.r(b),c.d(b,{default:()=>d});let d=(0,c(77943).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")},3295:a=>{"use strict";a.exports=require("next/dist/server/app-render/after-task-async-storage.external.js")},8128:a=>{"use strict";a.exports=require("next/dist/server/runtime-reacts.external.js")},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,48515))},19121:a=>{"use strict";a.exports=require("next/dist/server/app-render/action-async-storage.external.js")},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")},38522:a=>{"use strict";a.exports=require("node:zlib")},39076:(a,b,c)=>{"use strict";c.r(b),c.d(b,{__next_app__:()=>r,handler:()=>t,routeModule:()=>s});var d=c(21635),e=c(86315),f=c(1020),g=c(61287),h={};for(let a in g)0>["default","__next_app__","routeModule","handler"].indexOf(a)&&(h[a]=()=>g[a]);c.d(b,h);let i=(0,d.p)(()=>Promise.resolve().then(c.bind(c,32056))),j=(0,d.p)(()=>Promise.resolve().then(c.bind(c,55038))),k=(0,d.p)(()=>Promise.resolve().then(c.t.bind(c,55091,23))),l=(0,d.p)(()=>Promise.resolve().then(c.t.bind(c,45270,23))),m=(0,d.p)(()=>Promise.resolve().then(c.t.bind(c,28193,23))),n=(0,d.p)(()=>Promise.resolve().then(c.bind(c,55038))),o=(0,d.p)(()=>Promise.resolve().then(c.bind(c,55038))),p={children:["",{children:["admin",{children:["login",{children:["__PAGE__",{},{page:[(0,d.p)(()=>Promise.resolve().then(c.bind(c,889))),"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/login/page.tsx"]}]},{"global-error":[o,"/Users/otto/Desktop/deepstudio/osw-studio-git/app/global-error.tsx"]},[]]},{"global-error":[n,"/Users/otto/Desktop/deepstudio/osw-studio-git/app/global-error.tsx"]},[]]},{layout:[i,"/Users/otto/Desktop/deepstudio/osw-studio-git/app/layout.tsx"],"global-error":[j,"/Users/otto/Desktop/deepstudio/osw-studio-git/app/global-error.tsx"],"not-found":[k,"next/dist/client/components/builtin/not-found.js"],forbidden:[l,"next/dist/client/components/builtin/forbidden.js"],unauthorized:[m,"next/dist/client/components/builtin/unauthorized.js"]},[]]}.children,q=(0,e.H)({tree:p,page:"/admin/login/page",pathname:"/admin/login",require:c,loadChunk:()=>Promise.resolve(),interopDefault:f.T}),r=q.__next_app__,s=q.routeModule,t=q.handler},41025:a=>{"use strict";a.exports=require("next/dist/server/app-render/dynamic-access-async-storage.external.js")},46060:a=>{"use strict";a.exports=require("next/dist/shared/lib/no-fallback-error.external.js")},48515:(a,b,c)=>{"use strict";c.r(b),c.d(b,{default:()=>l});var d=c(48249),e=c(73142),f=c.n(e),g=c(67484),h=c(19099),i=c(2116),j=c.n(i),k=c(1421);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"})]})]})]})}},52689:(a,b,c)=>{Promise.resolve().then(c.bind(c,889))},63033:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")}};var b=require("../../../webpack-runtime.js");b.C(a);var c=b.X(0,[3445,4469,6644,2541,7634,8890,9650],()=>b(b.s=39076));module.exports=c})();
|
.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":{"11055":{"*":{"id":"35565","name":"*","chunks":[],"async":false}},"15626":{"*":{"id":"78128","name":"*","chunks":[],"async":false}},"32383":{"*":{"id":"32735","name":"*","chunks":[],"async":false}},"39295":{"*":{"id":"79379","name":"*","chunks":[],"async":false}},"52318":{"*":{"id":"60689","name":"*","chunks":[],"async":false}},"52329":{"*":{"id":"46005","name":"*","chunks":[],"async":false}},"54690":{"*":{"id":"43248","name":"*","chunks":[],"async":false}},"57121":{"*":{"id":"35421","name":"*","chunks":[],"async":false}},"61304":{"*":{"id":"60440","name":"*","chunks":[],"async":false}},"61549":{"*":{"id":"99703","name":"*","chunks":[],"async":false}},"64777":{"*":{"id":"82265","name":"*","chunks":[],"async":false}},"66365":{"*":{"id":"48515","name":"*","chunks":[],"async":false}},"66609":{"*":{"id":"90707","name":"*","chunks":[],"async":false}},"74581":{"*":{"id":"61335","name":"*","chunks":[],"async":false}},"78616":{"*":{"id":"84342","name":"*","chunks":[],"async":false}},"80029":{"*":{"id":"37368","name":"*","chunks":[],"async":false}},"86763":{"*":{"id":"9999","name":"*","chunks":[],"async":false}},"86869":{"*":{"id":"74661","name":"*","chunks":[],"async":false}},"90268":{"*":{"id":"90850","name":"*","chunks":[],"async":false}},"90484":{"*":{"id":"70664","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/client-page.js":{"id":61304,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/client-page.js":{"id":61304,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/client-segment.js":{"id":78616,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/client-segment.js":{"id":78616,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":64777,"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":64777,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/layout-router.js":{"id":57121,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/layout-router.js":{"id":57121,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/render-from-template-context.js":{"id":74581,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":74581,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/lib/framework/boundary-components.js":{"id":90484,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":90484,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":86869,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":86869,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/assets/globals.css":{"id":81526,"name":"*","chunks":["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-6c9ccc7b7d6cb3f8.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/backend-status-banner/index.tsx":{"id":90268,"name":"*","chunks":["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-6c9ccc7b7d6cb3f8.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/providers/tanstack-query-provider.tsx":{"id":15626,"name":"*","chunks":["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-6c9ccc7b7d6cb3f8.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/providers/theme-provider.tsx":{"id":32383,"name":"*","chunks":["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-6c9ccc7b7d6cb3f8.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/ui/sonner.tsx":{"id":61549,"name":"*","chunks":["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-6c9ccc7b7d6cb3f8.js","7177","static/chunks/app/layout-201d71e0643217b4.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":25729,"name":"*","chunks":["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-6c9ccc7b7d6cb3f8.js","7177","static/chunks/app/layout-201d71e0643217b4.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":89620,"name":"*","chunks":["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-6c9ccc7b7d6cb3f8.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/global-error.tsx":{"id":54690,"name":"*","chunks":["4219","static/chunks/app/global-error-7240682073063959.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/sonner/dist/index.mjs":{"id":66609,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/login/page.tsx":{"id":66365,"name":"*","chunks":["9756","static/chunks/9756-c0db2184d44e8848.js","3790","static/chunks/3790-7f2fd6d8f99e032f.js","2116","static/chunks/app/admin/login/page-9fcd4b6ed13a0fb9.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/page.tsx":{"id":11055,"name":"*","chunks":["3698","static/chunks/app/admin/page-b39ad3e2c00f24dd.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/register/page.tsx":{"id":52329,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/page-wrapper/index.tsx":{"id":39295,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/test-generation/page.tsx":{"id":52318,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/w/[workspaceId]/projects/page.tsx":{"id":86763,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/page.tsx":{"id":80029,"name":"*","chunks":["5948","static/chunks/06bf0ff1-05bec4405a26193e.js","2685","static/chunks/9ad0e60a-b509baefc1ee1013.js","7003","static/chunks/14258b02-ae2eff76e8809e2c.js","4316","static/chunks/ad2866b8-6c51983a1eb56136.js","6609","static/chunks/6609-d04b1d068005ddca.js","4172","static/chunks/4172-d5730e9cf6cac21e.js","2759","static/chunks/2759-db92d11c2010a954.js","4349","static/chunks/4349-f127531f1253de16.js","9756","static/chunks/9756-c0db2184d44e8848.js","9964","static/chunks/9964-eaccec1ce3c7e267.js","3775","static/chunks/3775-4b72808c43fde03a.js","6719","static/chunks/6719-d15afd9d49645486.js","5671","static/chunks/5671-740eac081f61ef5c.js","4955","static/chunks/4955-ff637753d6aded60.js","5024","static/chunks/5024-261e33bff748022a.js","7631","static/chunks/7631-6c9ccc7b7d6cb3f8.js","2880","static/chunks/2880-e24aa05c3a623a1c.js","2528","static/chunks/2528-521d270194a518ab.js","8974","static/chunks/app/page-98392ff788884a04.js"],"async":false}},"entryCSSFiles":{"/Users/otto/Desktop/deepstudio/osw-studio-git/":[],"/Users/otto/Desktop/deepstudio/osw-studio-git/app/layout":[{"inlined":false,"path":"static/css/8a129868f77780ab.css"},{"inlined":false,"path":"static/css/1138060002beec9e.css"}],"/Users/otto/Desktop/deepstudio/osw-studio-git/app/global-error":[],"/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":{"11055":{"*":{"id":"93843","name":"*","chunks":[],"async":false}},"15626":{"*":{"id":"13526","name":"*","chunks":[],"async":false}},"32383":{"*":{"id":"4085","name":"*","chunks":[],"async":false}},"39295":{"*":{"id":"44785","name":"*","chunks":[],"async":false}},"52318":{"*":{"id":"8333","name":"*","chunks":[],"async":false}},"52329":{"*":{"id":"79979","name":"*","chunks":[],"async":false}},"54690":{"*":{"id":"55038","name":"*","chunks":[],"async":false}},"57121":{"*":{"id":"98099","name":"*","chunks":[],"async":false}},"61304":{"*":{"id":"15098","name":"*","chunks":[],"async":false}},"61549":{"*":{"id":"85561","name":"*","chunks":[],"async":false}},"64777":{"*":{"id":"33859","name":"*","chunks":[],"async":false}},"66365":{"*":{"id":"889","name":"*","chunks":[],"async":false}},"66609":{"*":{"id":"23417","name":"*","chunks":[],"async":false}},"74581":{"*":{"id":"16237","name":"*","chunks":[],"async":false}},"78616":{"*":{"id":"47644","name":"*","chunks":[],"async":false}},"80029":{"*":{"id":"99647","name":"*","chunks":[],"async":false}},"81526":{"*":{"id":"94348","name":"*","chunks":[],"async":false}},"86763":{"*":{"id":"43377","name":"*","chunks":[],"async":false}},"86869":{"*":{"id":"36675","name":"*","chunks":[],"async":false}},"90268":{"*":{"id":"11804","name":"*","chunks":[],"async":false}},"90484":{"*":{"id":"98562","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}};
|
|
|
|
| 1 |
+
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/admin/login/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"11055":{"*":{"id":"35565","name":"*","chunks":[],"async":false}},"15626":{"*":{"id":"78128","name":"*","chunks":[],"async":false}},"32383":{"*":{"id":"32735","name":"*","chunks":[],"async":false}},"39295":{"*":{"id":"79379","name":"*","chunks":[],"async":false}},"52318":{"*":{"id":"60689","name":"*","chunks":[],"async":false}},"52329":{"*":{"id":"46005","name":"*","chunks":[],"async":false}},"54690":{"*":{"id":"43248","name":"*","chunks":[],"async":false}},"57121":{"*":{"id":"35421","name":"*","chunks":[],"async":false}},"61304":{"*":{"id":"60440","name":"*","chunks":[],"async":false}},"61549":{"*":{"id":"99703","name":"*","chunks":[],"async":false}},"64777":{"*":{"id":"82265","name":"*","chunks":[],"async":false}},"66365":{"*":{"id":"48515","name":"*","chunks":[],"async":false}},"66609":{"*":{"id":"90707","name":"*","chunks":[],"async":false}},"74581":{"*":{"id":"61335","name":"*","chunks":[],"async":false}},"78616":{"*":{"id":"84342","name":"*","chunks":[],"async":false}},"80029":{"*":{"id":"37368","name":"*","chunks":[],"async":false}},"86763":{"*":{"id":"9999","name":"*","chunks":[],"async":false}},"86869":{"*":{"id":"74661","name":"*","chunks":[],"async":false}},"90268":{"*":{"id":"90850","name":"*","chunks":[],"async":false}},"90484":{"*":{"id":"70664","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/client-page.js":{"id":61304,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/client-page.js":{"id":61304,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/client-segment.js":{"id":78616,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/client-segment.js":{"id":78616,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":64777,"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":64777,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/layout-router.js":{"id":57121,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/layout-router.js":{"id":57121,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/render-from-template-context.js":{"id":74581,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":74581,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/lib/framework/boundary-components.js":{"id":90484,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":90484,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":86869,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":86869,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/assets/globals.css":{"id":81526,"name":"*","chunks":["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-576ea95eef73611f.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/backend-status-banner/index.tsx":{"id":90268,"name":"*","chunks":["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-576ea95eef73611f.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/providers/tanstack-query-provider.tsx":{"id":15626,"name":"*","chunks":["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-576ea95eef73611f.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/providers/theme-provider.tsx":{"id":32383,"name":"*","chunks":["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-576ea95eef73611f.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/ui/sonner.tsx":{"id":61549,"name":"*","chunks":["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-576ea95eef73611f.js","7177","static/chunks/app/layout-201d71e0643217b4.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":25729,"name":"*","chunks":["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-576ea95eef73611f.js","7177","static/chunks/app/layout-201d71e0643217b4.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":89620,"name":"*","chunks":["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-576ea95eef73611f.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/global-error.tsx":{"id":54690,"name":"*","chunks":["4219","static/chunks/app/global-error-7240682073063959.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/sonner/dist/index.mjs":{"id":66609,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/login/page.tsx":{"id":66365,"name":"*","chunks":["9756","static/chunks/9756-c0db2184d44e8848.js","3790","static/chunks/3790-7f2fd6d8f99e032f.js","2116","static/chunks/app/admin/login/page-9fcd4b6ed13a0fb9.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/page.tsx":{"id":11055,"name":"*","chunks":["3698","static/chunks/app/admin/page-b39ad3e2c00f24dd.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/register/page.tsx":{"id":52329,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/page-wrapper/index.tsx":{"id":39295,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/test-generation/page.tsx":{"id":52318,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/w/[workspaceId]/projects/page.tsx":{"id":86763,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/page.tsx":{"id":80029,"name":"*","chunks":["5948","static/chunks/06bf0ff1-05bec4405a26193e.js","2685","static/chunks/9ad0e60a-b509baefc1ee1013.js","7003","static/chunks/14258b02-ae2eff76e8809e2c.js","4316","static/chunks/ad2866b8-6c51983a1eb56136.js","6609","static/chunks/6609-d04b1d068005ddca.js","4172","static/chunks/4172-d5730e9cf6cac21e.js","2759","static/chunks/2759-db92d11c2010a954.js","4349","static/chunks/4349-f127531f1253de16.js","9756","static/chunks/9756-c0db2184d44e8848.js","9964","static/chunks/9964-eaccec1ce3c7e267.js","3775","static/chunks/3775-4b72808c43fde03a.js","5165","static/chunks/5165-0872a71f0d9cff2d.js","5671","static/chunks/5671-70ec1e746cbc8dbd.js","4955","static/chunks/4955-015013aba5e0d8c0.js","5024","static/chunks/5024-261e33bff748022a.js","7631","static/chunks/7631-576ea95eef73611f.js","2880","static/chunks/2880-9bf038807e524afd.js","6351","static/chunks/6351-53143e9db8f26c9d.js","8974","static/chunks/app/page-9fe7ded273d6feba.js"],"async":false}},"entryCSSFiles":{"/Users/otto/Desktop/deepstudio/osw-studio-git/":[],"/Users/otto/Desktop/deepstudio/osw-studio-git/app/layout":[{"inlined":false,"path":"static/css/39d0e628feefc04b.css"},{"inlined":false,"path":"static/css/1138060002beec9e.css"}],"/Users/otto/Desktop/deepstudio/osw-studio-git/app/global-error":[],"/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":{"11055":{"*":{"id":"93843","name":"*","chunks":[],"async":false}},"15626":{"*":{"id":"13526","name":"*","chunks":[],"async":false}},"32383":{"*":{"id":"4085","name":"*","chunks":[],"async":false}},"39295":{"*":{"id":"44785","name":"*","chunks":[],"async":false}},"52318":{"*":{"id":"8333","name":"*","chunks":[],"async":false}},"52329":{"*":{"id":"79979","name":"*","chunks":[],"async":false}},"54690":{"*":{"id":"55038","name":"*","chunks":[],"async":false}},"57121":{"*":{"id":"98099","name":"*","chunks":[],"async":false}},"61304":{"*":{"id":"15098","name":"*","chunks":[],"async":false}},"61549":{"*":{"id":"85561","name":"*","chunks":[],"async":false}},"64777":{"*":{"id":"33859","name":"*","chunks":[],"async":false}},"66365":{"*":{"id":"889","name":"*","chunks":[],"async":false}},"66609":{"*":{"id":"23417","name":"*","chunks":[],"async":false}},"74581":{"*":{"id":"16237","name":"*","chunks":[],"async":false}},"78616":{"*":{"id":"47644","name":"*","chunks":[],"async":false}},"80029":{"*":{"id":"99647","name":"*","chunks":[],"async":false}},"81526":{"*":{"id":"94348","name":"*","chunks":[],"async":false}},"86763":{"*":{"id":"43377","name":"*","chunks":[],"async":false}},"86869":{"*":{"id":"36675","name":"*","chunks":[],"async":false}},"90268":{"*":{"id":"11804","name":"*","chunks":[],"async":false}},"90484":{"*":{"id":"98562","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}};
|
.next/server/app/admin/page.js
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
(()=>{var a={};a.id=3698,a.ids=[3698],a.modules={3295:a=>{"use strict";a.exports=require("next/dist/server/app-render/after-task-async-storage.external.js")},
|
|
|
|
| 1 |
+
(()=>{var a={};a.id=3698,a.ids=[3698],a.modules={3295:a=>{"use strict";a.exports=require("next/dist/server/app-render/after-task-async-storage.external.js")},8128:a=>{"use strict";a.exports=require("next/dist/server/runtime-reacts.external.js")},8521:(a,b,c)=>{Promise.resolve().then(c.bind(c,35565))},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,93843))},19099:(a,b,c)=>{"use strict";var d=c(54839);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}})},19121:a=>{"use strict";a.exports=require("next/dist/server/app-render/action-async-storage.external.js")},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")},35565:(a,b,c)=>{"use strict";c.r(b),c.d(b,{default:()=>f});var d=c(48249);c(67484);var e=c(19099);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..."})})}},38522:a=>{"use strict";a.exports=require("node:zlib")},41025:a=>{"use strict";a.exports=require("next/dist/server/app-render/dynamic-access-async-storage.external.js")},46060:a=>{"use strict";a.exports=require("next/dist/shared/lib/no-fallback-error.external.js")},63033:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},76108:(a,b,c)=>{"use strict";c.r(b),c.d(b,{__next_app__:()=>q,handler:()=>s,routeModule:()=>r});var d=c(21635),e=c(86315),f=c(1020),g=c(61287),h={};for(let a in g)0>["default","__next_app__","routeModule","handler"].indexOf(a)&&(h[a]=()=>g[a]);c.d(b,h);let i=(0,d.p)(()=>Promise.resolve().then(c.bind(c,32056))),j=(0,d.p)(()=>Promise.resolve().then(c.bind(c,55038))),k=(0,d.p)(()=>Promise.resolve().then(c.t.bind(c,55091,23))),l=(0,d.p)(()=>Promise.resolve().then(c.t.bind(c,45270,23))),m=(0,d.p)(()=>Promise.resolve().then(c.t.bind(c,28193,23))),n=(0,d.p)(()=>Promise.resolve().then(c.bind(c,55038))),o={children:["",{children:["admin",{children:["__PAGE__",{},{page:[(0,d.p)(()=>Promise.resolve().then(c.bind(c,93843))),"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/page.tsx"]}]},{"global-error":[n,"/Users/otto/Desktop/deepstudio/osw-studio-git/app/global-error.tsx"]},[]]},{layout:[i,"/Users/otto/Desktop/deepstudio/osw-studio-git/app/layout.tsx"],"global-error":[j,"/Users/otto/Desktop/deepstudio/osw-studio-git/app/global-error.tsx"],"not-found":[k,"next/dist/client/components/builtin/not-found.js"],forbidden:[l,"next/dist/client/components/builtin/forbidden.js"],unauthorized:[m,"next/dist/client/components/builtin/unauthorized.js"]},[]]}.children,p=(0,e.H)({tree:o,page:"/admin/page",pathname:"/admin",require:c,loadChunk:()=>Promise.resolve(),interopDefault:f.T}),q=p.__next_app__,r=p.routeModule,s=p.handler},93843:(a,b,c)=>{"use strict";c.r(b),c.d(b,{default:()=>d});let d=(0,c(77943).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")}};var b=require("../../webpack-runtime.js");b.C(a);var c=b.X(0,[3445,4469,6644,2541,8890],()=>b(b.s=76108));module.exports=c})();
|
.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":{"11055":{"*":{"id":"35565","name":"*","chunks":[],"async":false}},"15626":{"*":{"id":"78128","name":"*","chunks":[],"async":false}},"32383":{"*":{"id":"32735","name":"*","chunks":[],"async":false}},"39295":{"*":{"id":"79379","name":"*","chunks":[],"async":false}},"52318":{"*":{"id":"60689","name":"*","chunks":[],"async":false}},"52329":{"*":{"id":"46005","name":"*","chunks":[],"async":false}},"54690":{"*":{"id":"43248","name":"*","chunks":[],"async":false}},"57121":{"*":{"id":"35421","name":"*","chunks":[],"async":false}},"61304":{"*":{"id":"60440","name":"*","chunks":[],"async":false}},"61549":{"*":{"id":"99703","name":"*","chunks":[],"async":false}},"64777":{"*":{"id":"82265","name":"*","chunks":[],"async":false}},"66365":{"*":{"id":"48515","name":"*","chunks":[],"async":false}},"66609":{"*":{"id":"90707","name":"*","chunks":[],"async":false}},"74581":{"*":{"id":"61335","name":"*","chunks":[],"async":false}},"78616":{"*":{"id":"84342","name":"*","chunks":[],"async":false}},"80029":{"*":{"id":"37368","name":"*","chunks":[],"async":false}},"86763":{"*":{"id":"9999","name":"*","chunks":[],"async":false}},"86869":{"*":{"id":"74661","name":"*","chunks":[],"async":false}},"90268":{"*":{"id":"90850","name":"*","chunks":[],"async":false}},"90484":{"*":{"id":"70664","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/client-page.js":{"id":61304,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/client-page.js":{"id":61304,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/client-segment.js":{"id":78616,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/client-segment.js":{"id":78616,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":64777,"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":64777,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/layout-router.js":{"id":57121,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/layout-router.js":{"id":57121,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/render-from-template-context.js":{"id":74581,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":74581,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/lib/framework/boundary-components.js":{"id":90484,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":90484,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":86869,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":86869,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/assets/globals.css":{"id":81526,"name":"*","chunks":["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-6c9ccc7b7d6cb3f8.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/backend-status-banner/index.tsx":{"id":90268,"name":"*","chunks":["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-6c9ccc7b7d6cb3f8.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/providers/tanstack-query-provider.tsx":{"id":15626,"name":"*","chunks":["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-6c9ccc7b7d6cb3f8.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/providers/theme-provider.tsx":{"id":32383,"name":"*","chunks":["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-6c9ccc7b7d6cb3f8.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/ui/sonner.tsx":{"id":61549,"name":"*","chunks":["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-6c9ccc7b7d6cb3f8.js","7177","static/chunks/app/layout-201d71e0643217b4.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":25729,"name":"*","chunks":["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-6c9ccc7b7d6cb3f8.js","7177","static/chunks/app/layout-201d71e0643217b4.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":89620,"name":"*","chunks":["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-6c9ccc7b7d6cb3f8.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/global-error.tsx":{"id":54690,"name":"*","chunks":["4219","static/chunks/app/global-error-7240682073063959.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/sonner/dist/index.mjs":{"id":66609,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/login/page.tsx":{"id":66365,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/page.tsx":{"id":11055,"name":"*","chunks":["3698","static/chunks/app/admin/page-b39ad3e2c00f24dd.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/register/page.tsx":{"id":52329,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/page-wrapper/index.tsx":{"id":39295,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/test-generation/page.tsx":{"id":52318,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/w/[workspaceId]/projects/page.tsx":{"id":86763,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/page.tsx":{"id":80029,"name":"*","chunks":["5948","static/chunks/06bf0ff1-05bec4405a26193e.js","2685","static/chunks/9ad0e60a-b509baefc1ee1013.js","7003","static/chunks/14258b02-ae2eff76e8809e2c.js","4316","static/chunks/ad2866b8-6c51983a1eb56136.js","6609","static/chunks/6609-d04b1d068005ddca.js","4172","static/chunks/4172-d5730e9cf6cac21e.js","2759","static/chunks/2759-db92d11c2010a954.js","4349","static/chunks/4349-f127531f1253de16.js","9756","static/chunks/9756-c0db2184d44e8848.js","9964","static/chunks/9964-eaccec1ce3c7e267.js","3775","static/chunks/3775-4b72808c43fde03a.js","6719","static/chunks/6719-d15afd9d49645486.js","5671","static/chunks/5671-740eac081f61ef5c.js","4955","static/chunks/4955-ff637753d6aded60.js","5024","static/chunks/5024-261e33bff748022a.js","7631","static/chunks/7631-6c9ccc7b7d6cb3f8.js","2880","static/chunks/2880-e24aa05c3a623a1c.js","2528","static/chunks/2528-521d270194a518ab.js","8974","static/chunks/app/page-98392ff788884a04.js"],"async":false}},"entryCSSFiles":{"/Users/otto/Desktop/deepstudio/osw-studio-git/":[],"/Users/otto/Desktop/deepstudio/osw-studio-git/app/layout":[{"inlined":false,"path":"static/css/8a129868f77780ab.css"},{"inlined":false,"path":"static/css/1138060002beec9e.css"}],"/Users/otto/Desktop/deepstudio/osw-studio-git/app/global-error":[],"/Users/otto/Desktop/deepstudio/osw-studio-git/app/page":[],"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/page":[]},"rscModuleMapping":{"11055":{"*":{"id":"93843","name":"*","chunks":[],"async":false}},"15626":{"*":{"id":"13526","name":"*","chunks":[],"async":false}},"32383":{"*":{"id":"4085","name":"*","chunks":[],"async":false}},"39295":{"*":{"id":"44785","name":"*","chunks":[],"async":false}},"52318":{"*":{"id":"8333","name":"*","chunks":[],"async":false}},"52329":{"*":{"id":"79979","name":"*","chunks":[],"async":false}},"54690":{"*":{"id":"55038","name":"*","chunks":[],"async":false}},"57121":{"*":{"id":"98099","name":"*","chunks":[],"async":false}},"61304":{"*":{"id":"15098","name":"*","chunks":[],"async":false}},"61549":{"*":{"id":"85561","name":"*","chunks":[],"async":false}},"64777":{"*":{"id":"33859","name":"*","chunks":[],"async":false}},"66365":{"*":{"id":"889","name":"*","chunks":[],"async":false}},"66609":{"*":{"id":"23417","name":"*","chunks":[],"async":false}},"74581":{"*":{"id":"16237","name":"*","chunks":[],"async":false}},"78616":{"*":{"id":"47644","name":"*","chunks":[],"async":false}},"80029":{"*":{"id":"99647","name":"*","chunks":[],"async":false}},"81526":{"*":{"id":"94348","name":"*","chunks":[],"async":false}},"86763":{"*":{"id":"43377","name":"*","chunks":[],"async":false}},"86869":{"*":{"id":"36675","name":"*","chunks":[],"async":false}},"90268":{"*":{"id":"11804","name":"*","chunks":[],"async":false}},"90484":{"*":{"id":"98562","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}};
|
|
|
|
| 1 |
+
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/admin/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"11055":{"*":{"id":"35565","name":"*","chunks":[],"async":false}},"15626":{"*":{"id":"78128","name":"*","chunks":[],"async":false}},"32383":{"*":{"id":"32735","name":"*","chunks":[],"async":false}},"39295":{"*":{"id":"79379","name":"*","chunks":[],"async":false}},"52318":{"*":{"id":"60689","name":"*","chunks":[],"async":false}},"52329":{"*":{"id":"46005","name":"*","chunks":[],"async":false}},"54690":{"*":{"id":"43248","name":"*","chunks":[],"async":false}},"57121":{"*":{"id":"35421","name":"*","chunks":[],"async":false}},"61304":{"*":{"id":"60440","name":"*","chunks":[],"async":false}},"61549":{"*":{"id":"99703","name":"*","chunks":[],"async":false}},"64777":{"*":{"id":"82265","name":"*","chunks":[],"async":false}},"66365":{"*":{"id":"48515","name":"*","chunks":[],"async":false}},"66609":{"*":{"id":"90707","name":"*","chunks":[],"async":false}},"74581":{"*":{"id":"61335","name":"*","chunks":[],"async":false}},"78616":{"*":{"id":"84342","name":"*","chunks":[],"async":false}},"80029":{"*":{"id":"37368","name":"*","chunks":[],"async":false}},"86763":{"*":{"id":"9999","name":"*","chunks":[],"async":false}},"86869":{"*":{"id":"74661","name":"*","chunks":[],"async":false}},"90268":{"*":{"id":"90850","name":"*","chunks":[],"async":false}},"90484":{"*":{"id":"70664","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/client-page.js":{"id":61304,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/client-page.js":{"id":61304,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/client-segment.js":{"id":78616,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/client-segment.js":{"id":78616,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":64777,"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":64777,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/layout-router.js":{"id":57121,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/layout-router.js":{"id":57121,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/render-from-template-context.js":{"id":74581,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":74581,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/lib/framework/boundary-components.js":{"id":90484,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":90484,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":86869,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":86869,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/assets/globals.css":{"id":81526,"name":"*","chunks":["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-576ea95eef73611f.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/backend-status-banner/index.tsx":{"id":90268,"name":"*","chunks":["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-576ea95eef73611f.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/providers/tanstack-query-provider.tsx":{"id":15626,"name":"*","chunks":["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-576ea95eef73611f.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/providers/theme-provider.tsx":{"id":32383,"name":"*","chunks":["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-576ea95eef73611f.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/ui/sonner.tsx":{"id":61549,"name":"*","chunks":["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-576ea95eef73611f.js","7177","static/chunks/app/layout-201d71e0643217b4.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":25729,"name":"*","chunks":["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-576ea95eef73611f.js","7177","static/chunks/app/layout-201d71e0643217b4.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":89620,"name":"*","chunks":["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-576ea95eef73611f.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/global-error.tsx":{"id":54690,"name":"*","chunks":["4219","static/chunks/app/global-error-7240682073063959.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/sonner/dist/index.mjs":{"id":66609,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/login/page.tsx":{"id":66365,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/page.tsx":{"id":11055,"name":"*","chunks":["3698","static/chunks/app/admin/page-b39ad3e2c00f24dd.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/register/page.tsx":{"id":52329,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/page-wrapper/index.tsx":{"id":39295,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/test-generation/page.tsx":{"id":52318,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/w/[workspaceId]/projects/page.tsx":{"id":86763,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/page.tsx":{"id":80029,"name":"*","chunks":["5948","static/chunks/06bf0ff1-05bec4405a26193e.js","2685","static/chunks/9ad0e60a-b509baefc1ee1013.js","7003","static/chunks/14258b02-ae2eff76e8809e2c.js","4316","static/chunks/ad2866b8-6c51983a1eb56136.js","6609","static/chunks/6609-d04b1d068005ddca.js","4172","static/chunks/4172-d5730e9cf6cac21e.js","2759","static/chunks/2759-db92d11c2010a954.js","4349","static/chunks/4349-f127531f1253de16.js","9756","static/chunks/9756-c0db2184d44e8848.js","9964","static/chunks/9964-eaccec1ce3c7e267.js","3775","static/chunks/3775-4b72808c43fde03a.js","5165","static/chunks/5165-0872a71f0d9cff2d.js","5671","static/chunks/5671-70ec1e746cbc8dbd.js","4955","static/chunks/4955-015013aba5e0d8c0.js","5024","static/chunks/5024-261e33bff748022a.js","7631","static/chunks/7631-576ea95eef73611f.js","2880","static/chunks/2880-9bf038807e524afd.js","6351","static/chunks/6351-53143e9db8f26c9d.js","8974","static/chunks/app/page-9fe7ded273d6feba.js"],"async":false}},"entryCSSFiles":{"/Users/otto/Desktop/deepstudio/osw-studio-git/":[],"/Users/otto/Desktop/deepstudio/osw-studio-git/app/layout":[{"inlined":false,"path":"static/css/39d0e628feefc04b.css"},{"inlined":false,"path":"static/css/1138060002beec9e.css"}],"/Users/otto/Desktop/deepstudio/osw-studio-git/app/global-error":[],"/Users/otto/Desktop/deepstudio/osw-studio-git/app/page":[],"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/page":[]},"rscModuleMapping":{"11055":{"*":{"id":"93843","name":"*","chunks":[],"async":false}},"15626":{"*":{"id":"13526","name":"*","chunks":[],"async":false}},"32383":{"*":{"id":"4085","name":"*","chunks":[],"async":false}},"39295":{"*":{"id":"44785","name":"*","chunks":[],"async":false}},"52318":{"*":{"id":"8333","name":"*","chunks":[],"async":false}},"52329":{"*":{"id":"79979","name":"*","chunks":[],"async":false}},"54690":{"*":{"id":"55038","name":"*","chunks":[],"async":false}},"57121":{"*":{"id":"98099","name":"*","chunks":[],"async":false}},"61304":{"*":{"id":"15098","name":"*","chunks":[],"async":false}},"61549":{"*":{"id":"85561","name":"*","chunks":[],"async":false}},"64777":{"*":{"id":"33859","name":"*","chunks":[],"async":false}},"66365":{"*":{"id":"889","name":"*","chunks":[],"async":false}},"66609":{"*":{"id":"23417","name":"*","chunks":[],"async":false}},"74581":{"*":{"id":"16237","name":"*","chunks":[],"async":false}},"78616":{"*":{"id":"47644","name":"*","chunks":[],"async":false}},"80029":{"*":{"id":"99647","name":"*","chunks":[],"async":false}},"81526":{"*":{"id":"94348","name":"*","chunks":[],"async":false}},"86763":{"*":{"id":"43377","name":"*","chunks":[],"async":false}},"86869":{"*":{"id":"36675","name":"*","chunks":[],"async":false}},"90268":{"*":{"id":"11804","name":"*","chunks":[],"async":false}},"90484":{"*":{"id":"98562","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}};
|
.next/server/app/admin/register.html
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
<!DOCTYPE html><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/8a129868f77780ab.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-9bb9d3541e51ba11.js"/><script src="/_next/static/chunks/4bd1b696-8a4ab4fdf0ae305a.js" async=""></script><script src="/_next/static/chunks/3794-d7cddff008311ab3.js" async=""></script><script src="/_next/static/chunks/main-app-a1f3e73b9952cd96.js" async=""></script><script src="/_next/static/chunks/6609-d04b1d068005ddca.js" async=""></script><script src="/_next/static/chunks/4349-f127531f1253de16.js" async=""></script><script src="/_next/static/chunks/1863-70048d47b1cbd13c.js" async=""></script><script src="/_next/static/chunks/7631-6c9ccc7b7d6cb3f8.js" async=""></script><script src="/_next/static/chunks/app/layout-201d71e0643217b4.js" async=""></script><script src="/_next/static/chunks/9756-c0db2184d44e8848.js" async=""></script><script src="/_next/static/chunks/3790-7f2fd6d8f99e032f.js" async=""></script><script src="/_next/static/chunks/app/admin/register/page-0e5c7283986e3650.js" async=""></script><script src="/_next/static/chunks/app/global-error-7240682073063959.js" async=""></script><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"/><meta name="next-size-adjust" content=""/><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" data-react-aria-top-layer="true"></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-9bb9d3541e51ba11.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[32383,[\"6609\",\"static/chunks/6609-d04b1d068005ddca.js\",\"4349\",\"static/chunks/4349-f127531f1253de16.js\",\"1863\",\"static/chunks/1863-70048d47b1cbd13c.js\",\"7631\",\"static/chunks/7631-6c9ccc7b7d6cb3f8.js\",\"7177\",\"static/chunks/app/layout-201d71e0643217b4.js\"],\"ThemeProvider\"]\n3:I[61549,[\"6609\",\"static/chunks/6609-d04b1d068005ddca.js\",\"4349\",\"static/chunks/4349-f127531f1253de16.js\",\"1863\",\"static/chunks/1863-70048d47b1cbd13c.js\",\"7631\",\"static/chunks/7631-6c9ccc7b7d6cb3f8.js\",\"7177\",\"static/chunks/app/layout-201d71e0643217b4.js\"],\"Toaster\"]\n4:I[90268,[\"6609\",\"static/chunks/6609-d04b1d068005ddca.js\",\"4349\",\"static/chunks/4349-f127531f1253de16.js\",\"1863\",\"static/chunks/1863-70048d47b1cbd13c.js\",\"7631\",\"static/chunks/7631-6c9ccc7b7d6cb3f8.js\",\"7177\",\"static/chunks/app/layout-201d71e0643217b4.js\"],\"BackendStatusBanner\"]\n5:I[15626,[\"6609\",\"static/chunks/6609-d04b1d068005ddca.js\",\"4349\",\"static/chunks/4349-f127531f1253de16.js\",\"1863\",\"static/chunks/1863-70048d47b1cbd13c.js\",\"7631\",\"static/chunks/7631-6c9ccc7b7d6cb3f8.js\",\"7177\",\"static/chunks/app/layout-201d71e0643217b4.js\"],\"default\"]\n6:I[57121,[],\"\"]\n7:I[74581,[],\"\"]\n8:I[61304,[],\"ClientPageRoot\"]\n9:I[52329,[\"9756\",\"static/chunks/9756-c0db2184d44e8848.js\",\"3790\",\"static/chunks/3790-7f2fd6d8f99e032f.js\",\"8266\",\"static/chunks/app/admin/register/page-0e5c7283986e3650.js\"],\"default\"]\nc:I[90484,[],\"OutletBoundary\"]\nd:\"$Sreact.suspense\"\n10:I[90484,[],\"ViewportBoundary\"]\n12:I[90484,[],\"MetadataBoundary\"]\n14:I[54690,[\"4219\",\"static/chunks/app/global-error-7240682073063959.js\"],\"default\"]\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/8a129868f77780ab.css\",\"style\"]\n:HL[\"/_next/static/css/1138060002beec9e.css\",\"style\"]\nf:X\n0:{\"P\":null,\"c\":[\"\",\"admin\",\"register\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"admin\",{\"children\":[\"register\",{\"children\":[\"__PAGE__\",{},\"$undefined\",\"$undefined\",4608]},\"$undefined\",\"$undefined\",4608]},\"$undefined\",\"$undefined\",4608]},\"$undefined\",\"$undefined\",4624],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/8a129868f77780ab.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\":[[\"$\",\"$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\":[[\"$\",\"$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\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"$L8\",null,{\"Component\":\"$9\",\"serverProvidedParams\":{\"searchParams\":{},\"params\":{},\"promises\":[\"$@a\",\"$@b\"]}}],null,[\"$\",\"$Lc\",null,{\"children\":[\"$\",\"$d\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@e\"}]}]]}],{},null,false,null]},null,false,\"$f\"]},null,false,\"$f\"]},null,false,null],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$L10\",null,{\"children\":\"$L11\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$L12\",null,{\"children\":[\"$\",\"$d\",null,{\"name\":\"Next.Metadata\",\"children\":\"$L13\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$14\",[]],\"S\":true,\"h\":null,\"r\":\"$undefined\",\"s\":\"$undefined\",\"a\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"TPURrC8kZV5ezLsrBsT6B\"}\nf:C\na:{}\nb:\"$0:f:0:1:1:children:1:children:1:children:0:props:children:0:props:serverProvidedParams:params\"\n11:[[\"$\",\"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\"}]]\n15:I[86869,[],\"IconMark\"]\ne:null\n13:[[\"$\",\"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\"}],[\"$\",\"$L15\",\"20\",{}]]\n"])</script></body></html>
|
|
|
|
| 1 |
+
<!DOCTYPE html><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/39d0e628feefc04b.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-e03a141af08ecfcf.js"/><script src="/_next/static/chunks/4bd1b696-8a4ab4fdf0ae305a.js" async=""></script><script src="/_next/static/chunks/3794-d7cddff008311ab3.js" async=""></script><script src="/_next/static/chunks/main-app-a1f3e73b9952cd96.js" async=""></script><script src="/_next/static/chunks/6609-d04b1d068005ddca.js" async=""></script><script src="/_next/static/chunks/4349-f127531f1253de16.js" async=""></script><script src="/_next/static/chunks/1863-70048d47b1cbd13c.js" async=""></script><script src="/_next/static/chunks/7631-576ea95eef73611f.js" async=""></script><script src="/_next/static/chunks/app/layout-201d71e0643217b4.js" async=""></script><script src="/_next/static/chunks/9756-c0db2184d44e8848.js" async=""></script><script src="/_next/static/chunks/3790-7f2fd6d8f99e032f.js" async=""></script><script src="/_next/static/chunks/app/admin/register/page-0e5c7283986e3650.js" async=""></script><script src="/_next/static/chunks/app/global-error-7240682073063959.js" async=""></script><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"/><meta name="next-size-adjust" content=""/><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" data-react-aria-top-layer="true"></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-e03a141af08ecfcf.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[32383,[\"6609\",\"static/chunks/6609-d04b1d068005ddca.js\",\"4349\",\"static/chunks/4349-f127531f1253de16.js\",\"1863\",\"static/chunks/1863-70048d47b1cbd13c.js\",\"7631\",\"static/chunks/7631-576ea95eef73611f.js\",\"7177\",\"static/chunks/app/layout-201d71e0643217b4.js\"],\"ThemeProvider\"]\n3:I[61549,[\"6609\",\"static/chunks/6609-d04b1d068005ddca.js\",\"4349\",\"static/chunks/4349-f127531f1253de16.js\",\"1863\",\"static/chunks/1863-70048d47b1cbd13c.js\",\"7631\",\"static/chunks/7631-576ea95eef73611f.js\",\"7177\",\"static/chunks/app/layout-201d71e0643217b4.js\"],\"Toaster\"]\n4:I[90268,[\"6609\",\"static/chunks/6609-d04b1d068005ddca.js\",\"4349\",\"static/chunks/4349-f127531f1253de16.js\",\"1863\",\"static/chunks/1863-70048d47b1cbd13c.js\",\"7631\",\"static/chunks/7631-576ea95eef73611f.js\",\"7177\",\"static/chunks/app/layout-201d71e0643217b4.js\"],\"BackendStatusBanner\"]\n5:I[15626,[\"6609\",\"static/chunks/6609-d04b1d068005ddca.js\",\"4349\",\"static/chunks/4349-f127531f1253de16.js\",\"1863\",\"static/chunks/1863-70048d47b1cbd13c.js\",\"7631\",\"static/chunks/7631-576ea95eef73611f.js\",\"7177\",\"static/chunks/app/layout-201d71e0643217b4.js\"],\"default\"]\n6:I[57121,[],\"\"]\n7:I[74581,[],\"\"]\n8:I[61304,[],\"ClientPageRoot\"]\n9:I[52329,[\"9756\",\"static/chunks/9756-c0db2184d44e8848.js\",\"3790\",\"static/chunks/3790-7f2fd6d8f99e032f.js\",\"8266\",\"static/chunks/app/admin/register/page-0e5c7283986e3650.js\"],\"default\"]\nc:I[90484,[],\"OutletBoundary\"]\nd:\"$Sreact.suspense\"\n10:I[90484,[],\"ViewportBoundary\"]\n12:I[90484,[],\"MetadataBoundary\"]\n14:I[54690,[\"4219\",\"static/chunks/app/global-error-7240682073063959.js\"],\"default\"]\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/39d0e628feefc04b.css\",\"style\"]\n:HL[\"/_next/static/css/1138060002beec9e.css\",\"style\"]\nf:X\n0:{\"P\":null,\"c\":[\"\",\"admin\",\"register\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"admin\",{\"children\":[\"register\",{\"children\":[\"__PAGE__\",{},\"$undefined\",\"$undefined\",4608]},\"$undefined\",\"$undefined\",4608]},\"$undefined\",\"$undefined\",4608]},\"$undefined\",\"$undefined\",4624],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/39d0e628feefc04b.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\":[[\"$\",\"$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\":[[\"$\",\"$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\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"$L8\",null,{\"Component\":\"$9\",\"serverProvidedParams\":{\"searchParams\":{},\"params\":{},\"promises\":[\"$@a\",\"$@b\"]}}],null,[\"$\",\"$Lc\",null,{\"children\":[\"$\",\"$d\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@e\"}]}]]}],{},null,false,null]},null,false,\"$f\"]},null,false,\"$f\"]},null,false,null],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$L10\",null,{\"children\":\"$L11\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$L12\",null,{\"children\":[\"$\",\"$d\",null,{\"name\":\"Next.Metadata\",\"children\":\"$L13\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$14\",[]],\"S\":true,\"h\":null,\"r\":\"$undefined\",\"s\":\"$undefined\",\"a\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"dgLFqcpJPB_dSBxNMF_8-\"}\nf:C\na:{}\nb:\"$0:f:0:1:1:children:1:children:1:children:0:props:children:0:props:serverProvidedParams:params\"\n11:[[\"$\",\"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\"}]]\n15:I[86869,[],\"IconMark\"]\ne:null\n13:[[\"$\",\"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\"}],[\"$\",\"$L15\",\"20\",{}]]\n"])</script></body></html>
|
.next/server/app/admin/register.rsc
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
1:"$Sreact.fragment"
|
| 2 |
-
2:I[32383,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-
|
| 3 |
-
3:I[61549,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-
|
| 4 |
-
4:I[90268,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-
|
| 5 |
-
5:I[15626,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-
|
| 6 |
6:I[57121,[],""]
|
| 7 |
7:I[74581,[],""]
|
| 8 |
8:I[61304,[],"ClientPageRoot"]
|
|
@@ -15,10 +15,10 @@ d:"$Sreact.suspense"
|
|
| 15 |
:HL["/_next/static/media/58f662ed5ba12a72-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
| 16 |
:HL["/_next/static/media/c3f6eb667c0186c5-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
| 17 |
:HL["/_next/static/media/e4af272ccee01ff0-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
| 18 |
-
:HL["/_next/static/css/
|
| 19 |
:HL["/_next/static/css/1138060002beec9e.css","style"]
|
| 20 |
f:X
|
| 21 |
-
0:{"P":null,"c":["","admin","register"],"q":"","i":false,"f":[[["",{"children":["admin",{"children":["register",{"children":["__PAGE__",{},"$undefined","$undefined",4608]},"$undefined","$undefined",4608]},"$undefined","$undefined",4608]},"$undefined","$undefined",4624],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/
|
| 22 |
f:C
|
| 23 |
a:{}
|
| 24 |
b:"$0:f:0:1:1:children:1:children:1:children:0:props:children:0:props:serverProvidedParams:params"
|
|
|
|
| 1 |
1:"$Sreact.fragment"
|
| 2 |
+
2:I[32383,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-576ea95eef73611f.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"ThemeProvider"]
|
| 3 |
+
3:I[61549,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-576ea95eef73611f.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"Toaster"]
|
| 4 |
+
4:I[90268,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-576ea95eef73611f.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"BackendStatusBanner"]
|
| 5 |
+
5:I[15626,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-576ea95eef73611f.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"default"]
|
| 6 |
6:I[57121,[],""]
|
| 7 |
7:I[74581,[],""]
|
| 8 |
8:I[61304,[],"ClientPageRoot"]
|
|
|
|
| 15 |
:HL["/_next/static/media/58f662ed5ba12a72-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
| 16 |
:HL["/_next/static/media/c3f6eb667c0186c5-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
| 17 |
:HL["/_next/static/media/e4af272ccee01ff0-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
| 18 |
+
:HL["/_next/static/css/39d0e628feefc04b.css","style"]
|
| 19 |
:HL["/_next/static/css/1138060002beec9e.css","style"]
|
| 20 |
f:X
|
| 21 |
+
0:{"P":null,"c":["","admin","register"],"q":"","i":false,"f":[[["",{"children":["admin",{"children":["register",{"children":["__PAGE__",{},"$undefined","$undefined",4608]},"$undefined","$undefined",4608]},"$undefined","$undefined",4608]},"$undefined","$undefined",4624],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/39d0e628feefc04b.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":[["$","$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":[["$","$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":[["$","$1","c",{"children":[["$","$L8",null,{"Component":"$9","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@a","$@b"]}}],null,["$","$Lc",null,{"children":["$","$d",null,{"name":"Next.MetadataOutlet","children":"$@e"}]}]]}],{},null,false,null]},null,false,"$f"]},null,false,"$f"]},null,false,null],["$","$1","h",{"children":[null,["$","$L10",null,{"children":"$L11"}],["$","div",null,{"hidden":true,"children":["$","$L12",null,{"children":["$","$d",null,{"name":"Next.Metadata","children":"$L13"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$14",[]],"S":true,"h":null,"r":"$undefined","s":"$undefined","a":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"dgLFqcpJPB_dSBxNMF_8-"}
|
| 22 |
f:C
|
| 23 |
a:{}
|
| 24 |
b:"$0:f:0:1:1:children:1:children:1:children:0:props:children:0:props:serverProvidedParams:params"
|
.next/server/app/admin/register.segments/_full.segment.rsc
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
1:"$Sreact.fragment"
|
| 2 |
-
2:I[32383,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-
|
| 3 |
-
3:I[61549,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-
|
| 4 |
-
4:I[90268,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-
|
| 5 |
-
5:I[15626,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-
|
| 6 |
6:I[57121,[],""]
|
| 7 |
7:I[74581,[],""]
|
| 8 |
8:I[61304,[],"ClientPageRoot"]
|
|
@@ -15,10 +15,10 @@ d:"$Sreact.suspense"
|
|
| 15 |
:HL["/_next/static/media/58f662ed5ba12a72-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
| 16 |
:HL["/_next/static/media/c3f6eb667c0186c5-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
| 17 |
:HL["/_next/static/media/e4af272ccee01ff0-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
| 18 |
-
:HL["/_next/static/css/
|
| 19 |
:HL["/_next/static/css/1138060002beec9e.css","style"]
|
| 20 |
f:X
|
| 21 |
-
0:{"P":null,"c":["","admin","register"],"q":"","i":false,"f":[[["",{"children":["admin",{"children":["register",{"children":["__PAGE__",{},"$undefined","$undefined",4608]},"$undefined","$undefined",4608]},"$undefined","$undefined",4608]},"$undefined","$undefined",4624],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/
|
| 22 |
f:C
|
| 23 |
a:{}
|
| 24 |
b:"$0:f:0:1:1:children:1:children:1:children:0:props:children:0:props:serverProvidedParams:params"
|
|
|
|
| 1 |
1:"$Sreact.fragment"
|
| 2 |
+
2:I[32383,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-576ea95eef73611f.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"ThemeProvider"]
|
| 3 |
+
3:I[61549,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-576ea95eef73611f.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"Toaster"]
|
| 4 |
+
4:I[90268,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-576ea95eef73611f.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"BackendStatusBanner"]
|
| 5 |
+
5:I[15626,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-576ea95eef73611f.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"default"]
|
| 6 |
6:I[57121,[],""]
|
| 7 |
7:I[74581,[],""]
|
| 8 |
8:I[61304,[],"ClientPageRoot"]
|
|
|
|
| 15 |
:HL["/_next/static/media/58f662ed5ba12a72-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
| 16 |
:HL["/_next/static/media/c3f6eb667c0186c5-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
| 17 |
:HL["/_next/static/media/e4af272ccee01ff0-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
| 18 |
+
:HL["/_next/static/css/39d0e628feefc04b.css","style"]
|
| 19 |
:HL["/_next/static/css/1138060002beec9e.css","style"]
|
| 20 |
f:X
|
| 21 |
+
0:{"P":null,"c":["","admin","register"],"q":"","i":false,"f":[[["",{"children":["admin",{"children":["register",{"children":["__PAGE__",{},"$undefined","$undefined",4608]},"$undefined","$undefined",4608]},"$undefined","$undefined",4608]},"$undefined","$undefined",4624],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/39d0e628feefc04b.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":[["$","$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":[["$","$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":[["$","$1","c",{"children":[["$","$L8",null,{"Component":"$9","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@a","$@b"]}}],null,["$","$Lc",null,{"children":["$","$d",null,{"name":"Next.MetadataOutlet","children":"$@e"}]}]]}],{},null,false,null]},null,false,"$f"]},null,false,"$f"]},null,false,null],["$","$1","h",{"children":[null,["$","$L10",null,{"children":"$L11"}],["$","div",null,{"hidden":true,"children":["$","$L12",null,{"children":["$","$d",null,{"name":"Next.Metadata","children":"$L13"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$14",[]],"S":true,"h":null,"r":"$undefined","s":"$undefined","a":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"dgLFqcpJPB_dSBxNMF_8-"}
|
| 22 |
f:C
|
| 23 |
a:{}
|
| 24 |
b:"$0:f:0:1:1:children:1:children:1:children:0:props:children:0:props:serverProvidedParams:params"
|
.next/server/app/admin/register.segments/_tree.segment.rsc
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
:HL["/_next/static/media/58f662ed5ba12a72-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
| 2 |
:HL["/_next/static/media/c3f6eb667c0186c5-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
| 3 |
:HL["/_next/static/media/e4af272ccee01ff0-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
| 4 |
-
:HL["/_next/static/css/
|
| 5 |
:HL["/_next/static/css/1138060002beec9e.css","style"]
|
| 6 |
-
0:{"tree":{"name":"","param":null,"prefetchHints":4176,"slots":{"children":{"name":"admin","param":null,"prefetchHints":4192,"slots":{"children":{"name":"register","param":null,"prefetchHints":4192,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":4256,"slots":null}}}}}}},"staleTime":300,"buildId":"
|
|
|
|
| 1 |
:HL["/_next/static/media/58f662ed5ba12a72-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
| 2 |
:HL["/_next/static/media/c3f6eb667c0186c5-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
| 3 |
:HL["/_next/static/media/e4af272ccee01ff0-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
| 4 |
+
:HL["/_next/static/css/39d0e628feefc04b.css","style"]
|
| 5 |
:HL["/_next/static/css/1138060002beec9e.css","style"]
|
| 6 |
+
0:{"tree":{"name":"","param":null,"prefetchHints":4176,"slots":{"children":{"name":"admin","param":null,"prefetchHints":4192,"slots":{"children":{"name":"register","param":null,"prefetchHints":4192,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":4256,"slots":null}}}}}}},"staleTime":300,"buildId":"dgLFqcpJPB_dSBxNMF_8-"}
|
.next/server/app/admin/register.segments/admin/register/__PAGE__.segment.rsc
CHANGED
|
@@ -8,16 +8,16 @@ c:I[90484,[],"MetadataBoundary"]
|
|
| 8 |
d:I[86869,[],"IconMark"]
|
| 9 |
f:I[57121,[],""]
|
| 10 |
10:I[74581,[],""]
|
| 11 |
-
14:I[32383,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-
|
| 12 |
-
15:I[61549,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-
|
| 13 |
-
16:I[90268,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-
|
| 14 |
-
17:I[15626,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-
|
| 15 |
-
:HL["/_next/static/css/
|
| 16 |
:HL["/_next/static/css/1138060002beec9e.css","style"]
|
| 17 |
a:X
|
| 18 |
12:X
|
| 19 |
12:C
|
| 20 |
-
0:{"buildId":"
|
| 21 |
4:{}
|
| 22 |
5:"$0:data:0:rsc:props:children:0:props:serverProvidedParams:params"
|
| 23 |
8:null
|
|
|
|
| 8 |
d:I[86869,[],"IconMark"]
|
| 9 |
f:I[57121,[],""]
|
| 10 |
10:I[74581,[],""]
|
| 11 |
+
14:I[32383,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-576ea95eef73611f.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"ThemeProvider"]
|
| 12 |
+
15:I[61549,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-576ea95eef73611f.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"Toaster"]
|
| 13 |
+
16:I[90268,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-576ea95eef73611f.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"BackendStatusBanner"]
|
| 14 |
+
17:I[15626,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-576ea95eef73611f.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"default"]
|
| 15 |
+
:HL["/_next/static/css/39d0e628feefc04b.css","style"]
|
| 16 |
:HL["/_next/static/css/1138060002beec9e.css","style"]
|
| 17 |
a:X
|
| 18 |
12:X
|
| 19 |
12:C
|
| 20 |
+
0:{"buildId":"dgLFqcpJPB_dSBxNMF_8-","data":[{"rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],null,["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"isPartial":"$@9","staleTime":"$a","varyParams":null},{"rsc":["$","$1","h",{"children":[null,["$","$Lb",null,{"children":[["$","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"}]]}],["$","div",null,{"hidden":true,"children":["$","$Lc",null,{"children":["$","$7",null,{"name":"Next.Metadata","children":[["$","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"}],["$","$Ld","20",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"isPartial":"$@e","staleTime":"$a","varyParams":null},{"rsc":["$","$1","c",{"children":[null,["$","$Lf",null,{"parallelRouterKey":"children","template":["$","$L10",null,{}]}]]}],"isPartial":"$@11","staleTime":"$a","varyParams":"$12"},{"rsc":["$","$1","c",{"children":[null,["$","$Lf",null,{"parallelRouterKey":"children","template":["$","$L10",null,{}]}]]}],"isPartial":"$@13","staleTime":"$a","varyParams":"$12"},{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/39d0e628feefc04b.css","precedence":"next"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/css/1138060002beec9e.css","precedence":"next"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"__variable_f367f3 __variable_438d47 antialiased bg-background h-[100dvh] overflow-hidden","suppressHydrationWarning":true,"children":["$","$L14",null,{"children":[["$","$L15",null,{"richColors":true,"position":"bottom-center"}],["$","$L16",null,{}],["$","$L17",null,{"children":["$","$Lf",null,{"parallelRouterKey":"children","template":["$","$L10",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],"$L18","$L19"]}]}]],[]]}]}]]}]}]}]]}],"isPartial":"$@1a","staleTime":"$a","varyParams":null}],"isUpgradeableISRFallback":false,"a":"$@1b","rootVaryParams":null,"needsRuntimeRequest":"$@1c"}
|
| 21 |
4:{}
|
| 22 |
5:"$0:data:0:rsc:props:children:0:props:serverProvidedParams:params"
|
| 23 |
8:null
|
.next/server/app/admin/register/page.js
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
(()=>{var a={};a.id=8266,a.ids=[8266],a.modules={3295:a=>{"use strict";a.exports=require("next/dist/server/app-render/after-task-async-storage.external.js")},8128:a=>{"use strict";a.exports=require("next/dist/server/runtime-reacts.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")},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,79979))},38522:a=>{"use strict";a.exports=require("node:zlib")},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,46005))},46005:(a,b,c)=>{"use strict";c.r(b),c.d(b,{default:()=>l});var d=c(48249),e=c(73142),f=c.n(e),g=c(67484),h=c(19099),i=c(2116),j=c.n(i),k=c(1421);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"})]})]})]})}},46060:a=>{"use strict";a.exports=require("next/dist/shared/lib/no-fallback-error.external.js")},63033:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},68840:(a,b,c)=>{"use strict";c.r(b),c.d(b,{__next_app__:()=>r,handler:()=>t,routeModule:()=>s});var d=c(21635),e=c(86315),f=c(1020),g=c(61287),h={};for(let a in g)0>["default","__next_app__","routeModule","handler"].indexOf(a)&&(h[a]=()=>g[a]);c.d(b,h);let i=(0,d.p)(()=>Promise.resolve().then(c.bind(c,32056))),j=(0,d.p)(()=>Promise.resolve().then(c.bind(c,55038))),k=(0,d.p)(()=>Promise.resolve().then(c.t.bind(c,55091,23))),l=(0,d.p)(()=>Promise.resolve().then(c.t.bind(c,45270,23))),m=(0,d.p)(()=>Promise.resolve().then(c.t.bind(c,28193,23))),n=(0,d.p)(()=>Promise.resolve().then(c.bind(c,55038))),o=(0,d.p)(()=>Promise.resolve().then(c.bind(c,55038))),p={children:["",{children:["admin",{children:["register",{children:["__PAGE__",{},{page:[(0,d.p)(()=>Promise.resolve().then(c.bind(c,79979))),"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/register/page.tsx"]}]},{"global-error":[o,"/Users/otto/Desktop/deepstudio/osw-studio-git/app/global-error.tsx"]},[]]},{"global-error":[n,"/Users/otto/Desktop/deepstudio/osw-studio-git/app/global-error.tsx"]},[]]},{layout:[i,"/Users/otto/Desktop/deepstudio/osw-studio-git/app/layout.tsx"],"global-error":[j,"/Users/otto/Desktop/deepstudio/osw-studio-git/app/global-error.tsx"],"not-found":[k,"next/dist/client/components/builtin/not-found.js"],forbidden:[l,"next/dist/client/components/builtin/forbidden.js"],unauthorized:[m,"next/dist/client/components/builtin/unauthorized.js"]},[]]}.children,q=(0,e.H)({tree:p,page:"/admin/register/page",pathname:"/admin/register",require:c,loadChunk:()=>Promise.resolve(),interopDefault:f.T}),r=q.__next_app__,s=q.routeModule,t=q.handler},79979:(a,b,c)=>{"use strict";c.r(b),c.d(b,{default:()=>d});let d=(0,c(77943).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")}};var b=require("../../../webpack-runtime.js");b.C(a);var c=b.X(0,[3445,4469,6644,2541,7634,8890,9650],()=>b(b.s=68840));module.exports=c})();
|
|
|
|
| 1 |
+
(()=>{var a={};a.id=8266,a.ids=[8266],a.modules={1454:(a,b,c)=>{"use strict";c.r(b),c.d(b,{__next_app__:()=>r,handler:()=>t,routeModule:()=>s});var d=c(21635),e=c(86315),f=c(1020),g=c(61287),h={};for(let a in g)0>["default","__next_app__","routeModule","handler"].indexOf(a)&&(h[a]=()=>g[a]);c.d(b,h);let i=(0,d.p)(()=>Promise.resolve().then(c.bind(c,32056))),j=(0,d.p)(()=>Promise.resolve().then(c.bind(c,55038))),k=(0,d.p)(()=>Promise.resolve().then(c.t.bind(c,55091,23))),l=(0,d.p)(()=>Promise.resolve().then(c.t.bind(c,45270,23))),m=(0,d.p)(()=>Promise.resolve().then(c.t.bind(c,28193,23))),n=(0,d.p)(()=>Promise.resolve().then(c.bind(c,55038))),o=(0,d.p)(()=>Promise.resolve().then(c.bind(c,55038))),p={children:["",{children:["admin",{children:["register",{children:["__PAGE__",{},{page:[(0,d.p)(()=>Promise.resolve().then(c.bind(c,79979))),"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/register/page.tsx"]}]},{"global-error":[o,"/Users/otto/Desktop/deepstudio/osw-studio-git/app/global-error.tsx"]},[]]},{"global-error":[n,"/Users/otto/Desktop/deepstudio/osw-studio-git/app/global-error.tsx"]},[]]},{layout:[i,"/Users/otto/Desktop/deepstudio/osw-studio-git/app/layout.tsx"],"global-error":[j,"/Users/otto/Desktop/deepstudio/osw-studio-git/app/global-error.tsx"],"not-found":[k,"next/dist/client/components/builtin/not-found.js"],forbidden:[l,"next/dist/client/components/builtin/forbidden.js"],unauthorized:[m,"next/dist/client/components/builtin/unauthorized.js"]},[]]}.children,q=(0,e.H)({tree:p,page:"/admin/register/page",pathname:"/admin/register",require:c,loadChunk:()=>Promise.resolve(),interopDefault:f.T}),r=q.__next_app__,s=q.routeModule,t=q.handler},3295:a=>{"use strict";a.exports=require("next/dist/server/app-render/after-task-async-storage.external.js")},8128:a=>{"use strict";a.exports=require("next/dist/server/runtime-reacts.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")},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,79979))},38522:a=>{"use strict";a.exports=require("node:zlib")},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,46005))},46005:(a,b,c)=>{"use strict";c.r(b),c.d(b,{default:()=>l});var d=c(48249),e=c(73142),f=c.n(e),g=c(67484),h=c(19099),i=c(2116),j=c.n(i),k=c(1421);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"})]})]})]})}},46060:a=>{"use strict";a.exports=require("next/dist/shared/lib/no-fallback-error.external.js")},63033:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},79979:(a,b,c)=>{"use strict";c.r(b),c.d(b,{default:()=>d});let d=(0,c(77943).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")}};var b=require("../../../webpack-runtime.js");b.C(a);var c=b.X(0,[3445,4469,6644,2541,7634,8890,9650],()=>b(b.s=1454));module.exports=c})();
|
.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":{"11055":{"*":{"id":"35565","name":"*","chunks":[],"async":false}},"15626":{"*":{"id":"78128","name":"*","chunks":[],"async":false}},"32383":{"*":{"id":"32735","name":"*","chunks":[],"async":false}},"39295":{"*":{"id":"79379","name":"*","chunks":[],"async":false}},"52318":{"*":{"id":"60689","name":"*","chunks":[],"async":false}},"52329":{"*":{"id":"46005","name":"*","chunks":[],"async":false}},"54690":{"*":{"id":"43248","name":"*","chunks":[],"async":false}},"57121":{"*":{"id":"35421","name":"*","chunks":[],"async":false}},"61304":{"*":{"id":"60440","name":"*","chunks":[],"async":false}},"61549":{"*":{"id":"99703","name":"*","chunks":[],"async":false}},"64777":{"*":{"id":"82265","name":"*","chunks":[],"async":false}},"66365":{"*":{"id":"48515","name":"*","chunks":[],"async":false}},"66609":{"*":{"id":"90707","name":"*","chunks":[],"async":false}},"74581":{"*":{"id":"61335","name":"*","chunks":[],"async":false}},"78616":{"*":{"id":"84342","name":"*","chunks":[],"async":false}},"80029":{"*":{"id":"37368","name":"*","chunks":[],"async":false}},"86763":{"*":{"id":"9999","name":"*","chunks":[],"async":false}},"86869":{"*":{"id":"74661","name":"*","chunks":[],"async":false}},"90268":{"*":{"id":"90850","name":"*","chunks":[],"async":false}},"90484":{"*":{"id":"70664","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/client-page.js":{"id":61304,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/client-page.js":{"id":61304,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/client-segment.js":{"id":78616,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/client-segment.js":{"id":78616,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":64777,"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":64777,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/layout-router.js":{"id":57121,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/layout-router.js":{"id":57121,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/render-from-template-context.js":{"id":74581,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":74581,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/lib/framework/boundary-components.js":{"id":90484,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":90484,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":86869,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":86869,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/assets/globals.css":{"id":81526,"name":"*","chunks":["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-6c9ccc7b7d6cb3f8.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/backend-status-banner/index.tsx":{"id":90268,"name":"*","chunks":["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-6c9ccc7b7d6cb3f8.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/providers/tanstack-query-provider.tsx":{"id":15626,"name":"*","chunks":["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-6c9ccc7b7d6cb3f8.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/providers/theme-provider.tsx":{"id":32383,"name":"*","chunks":["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-6c9ccc7b7d6cb3f8.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/ui/sonner.tsx":{"id":61549,"name":"*","chunks":["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-6c9ccc7b7d6cb3f8.js","7177","static/chunks/app/layout-201d71e0643217b4.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":25729,"name":"*","chunks":["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-6c9ccc7b7d6cb3f8.js","7177","static/chunks/app/layout-201d71e0643217b4.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":89620,"name":"*","chunks":["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-6c9ccc7b7d6cb3f8.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/global-error.tsx":{"id":54690,"name":"*","chunks":["4219","static/chunks/app/global-error-7240682073063959.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/sonner/dist/index.mjs":{"id":66609,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/login/page.tsx":{"id":66365,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/page.tsx":{"id":11055,"name":"*","chunks":["3698","static/chunks/app/admin/page-b39ad3e2c00f24dd.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/register/page.tsx":{"id":52329,"name":"*","chunks":["9756","static/chunks/9756-c0db2184d44e8848.js","3790","static/chunks/3790-7f2fd6d8f99e032f.js","8266","static/chunks/app/admin/register/page-0e5c7283986e3650.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/page-wrapper/index.tsx":{"id":39295,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/test-generation/page.tsx":{"id":52318,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/w/[workspaceId]/projects/page.tsx":{"id":86763,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/page.tsx":{"id":80029,"name":"*","chunks":["5948","static/chunks/06bf0ff1-05bec4405a26193e.js","2685","static/chunks/9ad0e60a-b509baefc1ee1013.js","7003","static/chunks/14258b02-ae2eff76e8809e2c.js","4316","static/chunks/ad2866b8-6c51983a1eb56136.js","6609","static/chunks/6609-d04b1d068005ddca.js","4172","static/chunks/4172-d5730e9cf6cac21e.js","2759","static/chunks/2759-db92d11c2010a954.js","4349","static/chunks/4349-f127531f1253de16.js","9756","static/chunks/9756-c0db2184d44e8848.js","9964","static/chunks/9964-eaccec1ce3c7e267.js","3775","static/chunks/3775-4b72808c43fde03a.js","6719","static/chunks/6719-d15afd9d49645486.js","5671","static/chunks/5671-740eac081f61ef5c.js","4955","static/chunks/4955-ff637753d6aded60.js","5024","static/chunks/5024-261e33bff748022a.js","7631","static/chunks/7631-6c9ccc7b7d6cb3f8.js","2880","static/chunks/2880-e24aa05c3a623a1c.js","2528","static/chunks/2528-521d270194a518ab.js","8974","static/chunks/app/page-98392ff788884a04.js"],"async":false}},"entryCSSFiles":{"/Users/otto/Desktop/deepstudio/osw-studio-git/":[],"/Users/otto/Desktop/deepstudio/osw-studio-git/app/layout":[{"inlined":false,"path":"static/css/8a129868f77780ab.css"},{"inlined":false,"path":"static/css/1138060002beec9e.css"}],"/Users/otto/Desktop/deepstudio/osw-studio-git/app/global-error":[],"/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":{"11055":{"*":{"id":"93843","name":"*","chunks":[],"async":false}},"15626":{"*":{"id":"13526","name":"*","chunks":[],"async":false}},"32383":{"*":{"id":"4085","name":"*","chunks":[],"async":false}},"39295":{"*":{"id":"44785","name":"*","chunks":[],"async":false}},"52318":{"*":{"id":"8333","name":"*","chunks":[],"async":false}},"52329":{"*":{"id":"79979","name":"*","chunks":[],"async":false}},"54690":{"*":{"id":"55038","name":"*","chunks":[],"async":false}},"57121":{"*":{"id":"98099","name":"*","chunks":[],"async":false}},"61304":{"*":{"id":"15098","name":"*","chunks":[],"async":false}},"61549":{"*":{"id":"85561","name":"*","chunks":[],"async":false}},"64777":{"*":{"id":"33859","name":"*","chunks":[],"async":false}},"66365":{"*":{"id":"889","name":"*","chunks":[],"async":false}},"66609":{"*":{"id":"23417","name":"*","chunks":[],"async":false}},"74581":{"*":{"id":"16237","name":"*","chunks":[],"async":false}},"78616":{"*":{"id":"47644","name":"*","chunks":[],"async":false}},"80029":{"*":{"id":"99647","name":"*","chunks":[],"async":false}},"81526":{"*":{"id":"94348","name":"*","chunks":[],"async":false}},"86763":{"*":{"id":"43377","name":"*","chunks":[],"async":false}},"86869":{"*":{"id":"36675","name":"*","chunks":[],"async":false}},"90268":{"*":{"id":"11804","name":"*","chunks":[],"async":false}},"90484":{"*":{"id":"98562","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}};
|
|
|
|
| 1 |
+
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/admin/register/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"11055":{"*":{"id":"35565","name":"*","chunks":[],"async":false}},"15626":{"*":{"id":"78128","name":"*","chunks":[],"async":false}},"32383":{"*":{"id":"32735","name":"*","chunks":[],"async":false}},"39295":{"*":{"id":"79379","name":"*","chunks":[],"async":false}},"52318":{"*":{"id":"60689","name":"*","chunks":[],"async":false}},"52329":{"*":{"id":"46005","name":"*","chunks":[],"async":false}},"54690":{"*":{"id":"43248","name":"*","chunks":[],"async":false}},"57121":{"*":{"id":"35421","name":"*","chunks":[],"async":false}},"61304":{"*":{"id":"60440","name":"*","chunks":[],"async":false}},"61549":{"*":{"id":"99703","name":"*","chunks":[],"async":false}},"64777":{"*":{"id":"82265","name":"*","chunks":[],"async":false}},"66365":{"*":{"id":"48515","name":"*","chunks":[],"async":false}},"66609":{"*":{"id":"90707","name":"*","chunks":[],"async":false}},"74581":{"*":{"id":"61335","name":"*","chunks":[],"async":false}},"78616":{"*":{"id":"84342","name":"*","chunks":[],"async":false}},"80029":{"*":{"id":"37368","name":"*","chunks":[],"async":false}},"86763":{"*":{"id":"9999","name":"*","chunks":[],"async":false}},"86869":{"*":{"id":"74661","name":"*","chunks":[],"async":false}},"90268":{"*":{"id":"90850","name":"*","chunks":[],"async":false}},"90484":{"*":{"id":"70664","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/client-page.js":{"id":61304,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/client-page.js":{"id":61304,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/client-segment.js":{"id":78616,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/client-segment.js":{"id":78616,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":64777,"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":64777,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/layout-router.js":{"id":57121,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/layout-router.js":{"id":57121,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/render-from-template-context.js":{"id":74581,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":74581,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/lib/framework/boundary-components.js":{"id":90484,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":90484,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":86869,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":86869,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/assets/globals.css":{"id":81526,"name":"*","chunks":["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-576ea95eef73611f.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/backend-status-banner/index.tsx":{"id":90268,"name":"*","chunks":["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-576ea95eef73611f.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/providers/tanstack-query-provider.tsx":{"id":15626,"name":"*","chunks":["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-576ea95eef73611f.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/providers/theme-provider.tsx":{"id":32383,"name":"*","chunks":["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-576ea95eef73611f.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/ui/sonner.tsx":{"id":61549,"name":"*","chunks":["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-576ea95eef73611f.js","7177","static/chunks/app/layout-201d71e0643217b4.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":25729,"name":"*","chunks":["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-576ea95eef73611f.js","7177","static/chunks/app/layout-201d71e0643217b4.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":89620,"name":"*","chunks":["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-576ea95eef73611f.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/global-error.tsx":{"id":54690,"name":"*","chunks":["4219","static/chunks/app/global-error-7240682073063959.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/sonner/dist/index.mjs":{"id":66609,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/login/page.tsx":{"id":66365,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/page.tsx":{"id":11055,"name":"*","chunks":["3698","static/chunks/app/admin/page-b39ad3e2c00f24dd.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/register/page.tsx":{"id":52329,"name":"*","chunks":["9756","static/chunks/9756-c0db2184d44e8848.js","3790","static/chunks/3790-7f2fd6d8f99e032f.js","8266","static/chunks/app/admin/register/page-0e5c7283986e3650.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/page-wrapper/index.tsx":{"id":39295,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/test-generation/page.tsx":{"id":52318,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/w/[workspaceId]/projects/page.tsx":{"id":86763,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/page.tsx":{"id":80029,"name":"*","chunks":["5948","static/chunks/06bf0ff1-05bec4405a26193e.js","2685","static/chunks/9ad0e60a-b509baefc1ee1013.js","7003","static/chunks/14258b02-ae2eff76e8809e2c.js","4316","static/chunks/ad2866b8-6c51983a1eb56136.js","6609","static/chunks/6609-d04b1d068005ddca.js","4172","static/chunks/4172-d5730e9cf6cac21e.js","2759","static/chunks/2759-db92d11c2010a954.js","4349","static/chunks/4349-f127531f1253de16.js","9756","static/chunks/9756-c0db2184d44e8848.js","9964","static/chunks/9964-eaccec1ce3c7e267.js","3775","static/chunks/3775-4b72808c43fde03a.js","5165","static/chunks/5165-0872a71f0d9cff2d.js","5671","static/chunks/5671-70ec1e746cbc8dbd.js","4955","static/chunks/4955-015013aba5e0d8c0.js","5024","static/chunks/5024-261e33bff748022a.js","7631","static/chunks/7631-576ea95eef73611f.js","2880","static/chunks/2880-9bf038807e524afd.js","6351","static/chunks/6351-53143e9db8f26c9d.js","8974","static/chunks/app/page-9fe7ded273d6feba.js"],"async":false}},"entryCSSFiles":{"/Users/otto/Desktop/deepstudio/osw-studio-git/":[],"/Users/otto/Desktop/deepstudio/osw-studio-git/app/layout":[{"inlined":false,"path":"static/css/39d0e628feefc04b.css"},{"inlined":false,"path":"static/css/1138060002beec9e.css"}],"/Users/otto/Desktop/deepstudio/osw-studio-git/app/global-error":[],"/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":{"11055":{"*":{"id":"93843","name":"*","chunks":[],"async":false}},"15626":{"*":{"id":"13526","name":"*","chunks":[],"async":false}},"32383":{"*":{"id":"4085","name":"*","chunks":[],"async":false}},"39295":{"*":{"id":"44785","name":"*","chunks":[],"async":false}},"52318":{"*":{"id":"8333","name":"*","chunks":[],"async":false}},"52329":{"*":{"id":"79979","name":"*","chunks":[],"async":false}},"54690":{"*":{"id":"55038","name":"*","chunks":[],"async":false}},"57121":{"*":{"id":"98099","name":"*","chunks":[],"async":false}},"61304":{"*":{"id":"15098","name":"*","chunks":[],"async":false}},"61549":{"*":{"id":"85561","name":"*","chunks":[],"async":false}},"64777":{"*":{"id":"33859","name":"*","chunks":[],"async":false}},"66365":{"*":{"id":"889","name":"*","chunks":[],"async":false}},"66609":{"*":{"id":"23417","name":"*","chunks":[],"async":false}},"74581":{"*":{"id":"16237","name":"*","chunks":[],"async":false}},"78616":{"*":{"id":"47644","name":"*","chunks":[],"async":false}},"80029":{"*":{"id":"99647","name":"*","chunks":[],"async":false}},"81526":{"*":{"id":"94348","name":"*","chunks":[],"async":false}},"86763":{"*":{"id":"43377","name":"*","chunks":[],"async":false}},"86869":{"*":{"id":"36675","name":"*","chunks":[],"async":false}},"90268":{"*":{"id":"11804","name":"*","chunks":[],"async":false}},"90484":{"*":{"id":"98562","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}};
|
.next/server/app/admin/users.html
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
<!DOCTYPE html><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/8a129868f77780ab.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-9bb9d3541e51ba11.js"/><script src="/_next/static/chunks/4bd1b696-8a4ab4fdf0ae305a.js" async=""></script><script src="/_next/static/chunks/3794-d7cddff008311ab3.js" async=""></script><script src="/_next/static/chunks/main-app-a1f3e73b9952cd96.js" async=""></script><script src="/_next/static/chunks/6609-d04b1d068005ddca.js" async=""></script><script src="/_next/static/chunks/4349-f127531f1253de16.js" async=""></script><script src="/_next/static/chunks/1863-70048d47b1cbd13c.js" async=""></script><script src="/_next/static/chunks/7631-6c9ccc7b7d6cb3f8.js" async=""></script><script src="/_next/static/chunks/app/layout-201d71e0643217b4.js" async=""></script><script src="/_next/static/chunks/06bf0ff1-05bec4405a26193e.js" async=""></script><script src="/_next/static/chunks/9ad0e60a-b509baefc1ee1013.js" async=""></script><script src="/_next/static/chunks/14258b02-ae2eff76e8809e2c.js" async=""></script><script src="/_next/static/chunks/ad2866b8-6c51983a1eb56136.js" async=""></script><script src="/_next/static/chunks/4172-d5730e9cf6cac21e.js" async=""></script><script src="/_next/static/chunks/2759-db92d11c2010a954.js" async=""></script><script src="/_next/static/chunks/9756-c0db2184d44e8848.js" async=""></script><script src="/_next/static/chunks/9964-eaccec1ce3c7e267.js" async=""></script><script src="/_next/static/chunks/3775-4b72808c43fde03a.js" async=""></script><script src="/_next/static/chunks/6719-d15afd9d49645486.js" async=""></script><script src="/_next/static/chunks/5671-740eac081f61ef5c.js" async=""></script><script src="/_next/static/chunks/4955-ff637753d6aded60.js" async=""></script><script src="/_next/static/chunks/5024-261e33bff748022a.js" async=""></script><script src="/_next/static/chunks/2880-e24aa05c3a623a1c.js" async=""></script><script src="/_next/static/chunks/2528-521d270194a518ab.js" async=""></script><script src="/_next/static/chunks/app/admin/users/page-6e0fb6c1c236d347.js" async=""></script><script src="/_next/static/chunks/app/global-error-7240682073063959.js" async=""></script><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"/><meta name="next-size-adjust" content=""/><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" data-react-aria-top-layer="true"></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 [&_svg]:pointer-events-none [&_svg:not([class*='size-'])]:size-4 shrink-0 [&_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"><svg class="animate-spin mx-auto" width="48" height="48" viewBox="0 0 44 44" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="22" cy="22" r="18" stroke="#f97316" stroke-width="3" stroke-linecap="round" stroke-dasharray="79.16813487046278 33.92920065876977"></circle></svg><p class="mt-4">Loading users...</p></div></div></div></div></div><!--$--><!--/$--><script src="/_next/static/chunks/webpack-9bb9d3541e51ba11.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[32383,[\"6609\",\"static/chunks/6609-d04b1d068005ddca.js\",\"4349\",\"static/chunks/4349-f127531f1253de16.js\",\"1863\",\"static/chunks/1863-70048d47b1cbd13c.js\",\"7631\",\"static/chunks/7631-6c9ccc7b7d6cb3f8.js\",\"7177\",\"static/chunks/app/layout-201d71e0643217b4.js\"],\"ThemeProvider\"]\n3:I[61549,[\"6609\",\"static/chunks/6609-d04b1d068005ddca.js\",\"4349\",\"static/chunks/4349-f127531f1253de16.js\",\"1863\",\"static/chunks/1863-70048d47b1cbd13c.js\",\"7631\",\"static/chunks/7631-6c9ccc7b7d6cb3f8.js\",\"7177\",\"static/chunks/app/layout-201d71e0643217b4.js\"],\"Toaster\"]\n4:I[90268,[\"6609\",\"static/chunks/6609-d04b1d068005ddca.js\",\"4349\",\"static/chunks/4349-f127531f1253de16.js\",\"1863\",\"static/chunks/1863-70048d47b1cbd13c.js\",\"7631\",\"static/chunks/7631-6c9ccc7b7d6cb3f8.js\",\"7177\",\"static/chunks/app/layout-201d71e0643217b4.js\"],\"BackendStatusBanner\"]\n5:I[15626,[\"6609\",\"static/chunks/6609-d04b1d068005ddca.js\",\"4349\",\"static/chunks/4349-f127531f1253de16.js\",\"1863\",\"static/chunks/1863-70048d47b1cbd13c.js\",\"7631\",\"static/chunks/7631-6c9ccc7b7d6cb3f8.js\",\"7177\",\"static/chunks/app/layout-201d71e0643217b4.js\"],\"default\"]\n6:I[57121,[],\"\"]\n7:I[74581,[],\"\"]\n8:I[39295,[\"5948\",\"static/chunks/06bf0ff1-05bec4405a26193e.js\",\"2685\",\"static/chunks/9ad0e60a-b509baefc1ee1013.js\",\"7003\",\"static/chunks/14258b02-ae2eff76e8809e2c.js\",\"4316\",\"static/chunks/ad2866b8-6c51983a1eb56136.js\",\"6609\",\"static/chunks/6609-d04b1d068005ddca.js\",\"4172\",\"static/chunks/4172-d5730e9cf6cac21e.js\",\"2759\",\"static/chunks/2759-db92d11c2010a954.js\",\"4349\",\"static/chunks/4349-f127531f1253de16.js\",\"9756\",\"static/chunks/9756-c0db2184d44e8848.js\",\"9964\",\"static/chunks/9964-eaccec1ce3c7e267.js\",\"3775\",\"static/chunks/3775-4b72808c43fde03a.js\",\"6719\",\"static/chunks/6719-d15afd9d49645486.js\",\"5671\",\"static/chunks/5671-740eac081f61ef5c.js\",\"4955\",\"static/chunks/4955-ff637753d6aded60.js\",\"5024\",\"static/chunks/5024-261e33bff748022a.js\",\"7631\",\"static/chunks/7631-6c9ccc7b7d6cb3f8.js\",\"2880\",\"static/chunks/2880-e24aa05c3a623a1c.js\",\"2528\",\"static/chunks/2528-521d270194a518ab.js\",\"8733\",\"static/chunks/app/admin/users/page-6e0fb6c1c236d347.js\"],\"PageWrapper\"]\n9:I[90484,[],\"OutletBoundary\"]\na:\"$Sreact.suspense\"\nd:I[90484,[],\"ViewportBoundary\"]\nf:I[90484,[],\"MetadataBoundary\"]\n11:I[54690,[\"4219\",\"static/chunks/app/global-error-7240682073063959.js\"],\"default\"]\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/8a129868f77780ab.css\",\"style\"]\n:HL[\"/_next/static/css/1138060002beec9e.css\",\"style\"]\nc:X\n0:{\"P\":null,\"c\":[\"\",\"admin\",\"users\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"admin\",{\"children\":[\"users\",{\"children\":[\"__PAGE__\",{},\"$undefined\",\"$undefined\",4608]},\"$undefined\",\"$undefined\",4608]},\"$undefined\",\"$undefined\",4608]},\"$undefined\",\"$undefined\",4624],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/8a129868f77780ab.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\":[[\"$\",\"$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\":[[\"$\",\"$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\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"$L8\",null,{\"view\":\"users\"}],null,[\"$\",\"$L9\",null,{\"children\":[\"$\",\"$a\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@b\"}]}]]}],{},null,false,null]},null,false,\"$c\"]},null,false,\"$c\"]},null,false,null],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$Ld\",null,{\"children\":\"$Le\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$Lf\",null,{\"children\":[\"$\",\"$a\",null,{\"name\":\"Next.Metadata\",\"children\":\"$L10\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$11\",[]],\"S\":true,\"h\":null,\"r\":\"$undefined\",\"s\":\"$undefined\",\"a\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"TPURrC8kZV5ezLsrBsT6B\"}\nc:C\ne:[[\"$\",\"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\"}]]\n12:I[86869,[],\"IconMark\"]\nb:null\n10:[[\"$\",\"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\",{}]]\n"])</script></body></html>
|
|
|
|
| 1 |
+
<!DOCTYPE html><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/39d0e628feefc04b.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-e03a141af08ecfcf.js"/><script src="/_next/static/chunks/4bd1b696-8a4ab4fdf0ae305a.js" async=""></script><script src="/_next/static/chunks/3794-d7cddff008311ab3.js" async=""></script><script src="/_next/static/chunks/main-app-a1f3e73b9952cd96.js" async=""></script><script src="/_next/static/chunks/6609-d04b1d068005ddca.js" async=""></script><script src="/_next/static/chunks/4349-f127531f1253de16.js" async=""></script><script src="/_next/static/chunks/1863-70048d47b1cbd13c.js" async=""></script><script src="/_next/static/chunks/7631-576ea95eef73611f.js" async=""></script><script src="/_next/static/chunks/app/layout-201d71e0643217b4.js" async=""></script><script src="/_next/static/chunks/06bf0ff1-05bec4405a26193e.js" async=""></script><script src="/_next/static/chunks/9ad0e60a-b509baefc1ee1013.js" async=""></script><script src="/_next/static/chunks/14258b02-ae2eff76e8809e2c.js" async=""></script><script src="/_next/static/chunks/ad2866b8-6c51983a1eb56136.js" async=""></script><script src="/_next/static/chunks/4172-d5730e9cf6cac21e.js" async=""></script><script src="/_next/static/chunks/2759-db92d11c2010a954.js" async=""></script><script src="/_next/static/chunks/9756-c0db2184d44e8848.js" async=""></script><script src="/_next/static/chunks/9964-eaccec1ce3c7e267.js" async=""></script><script src="/_next/static/chunks/3775-4b72808c43fde03a.js" async=""></script><script src="/_next/static/chunks/5165-0872a71f0d9cff2d.js" async=""></script><script src="/_next/static/chunks/5671-70ec1e746cbc8dbd.js" async=""></script><script src="/_next/static/chunks/4955-015013aba5e0d8c0.js" async=""></script><script src="/_next/static/chunks/5024-261e33bff748022a.js" async=""></script><script src="/_next/static/chunks/2880-9bf038807e524afd.js" async=""></script><script src="/_next/static/chunks/6351-53143e9db8f26c9d.js" async=""></script><script src="/_next/static/chunks/app/admin/users/page-c95011521cf12af8.js" async=""></script><script src="/_next/static/chunks/app/global-error-7240682073063959.js" async=""></script><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"/><meta name="next-size-adjust" content=""/><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" data-react-aria-top-layer="true"></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 [&_svg]:pointer-events-none [&_svg:not([class*='size-'])]:size-4 shrink-0 [&_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-e03a141af08ecfcf.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[32383,[\"6609\",\"static/chunks/6609-d04b1d068005ddca.js\",\"4349\",\"static/chunks/4349-f127531f1253de16.js\",\"1863\",\"static/chunks/1863-70048d47b1cbd13c.js\",\"7631\",\"static/chunks/7631-576ea95eef73611f.js\",\"7177\",\"static/chunks/app/layout-201d71e0643217b4.js\"],\"ThemeProvider\"]\n3:I[61549,[\"6609\",\"static/chunks/6609-d04b1d068005ddca.js\",\"4349\",\"static/chunks/4349-f127531f1253de16.js\",\"1863\",\"static/chunks/1863-70048d47b1cbd13c.js\",\"7631\",\"static/chunks/7631-576ea95eef73611f.js\",\"7177\",\"static/chunks/app/layout-201d71e0643217b4.js\"],\"Toaster\"]\n4:I[90268,[\"6609\",\"static/chunks/6609-d04b1d068005ddca.js\",\"4349\",\"static/chunks/4349-f127531f1253de16.js\",\"1863\",\"static/chunks/1863-70048d47b1cbd13c.js\",\"7631\",\"static/chunks/7631-576ea95eef73611f.js\",\"7177\",\"static/chunks/app/layout-201d71e0643217b4.js\"],\"BackendStatusBanner\"]\n5:I[15626,[\"6609\",\"static/chunks/6609-d04b1d068005ddca.js\",\"4349\",\"static/chunks/4349-f127531f1253de16.js\",\"1863\",\"static/chunks/1863-70048d47b1cbd13c.js\",\"7631\",\"static/chunks/7631-576ea95eef73611f.js\",\"7177\",\"static/chunks/app/layout-201d71e0643217b4.js\"],\"default\"]\n6:I[57121,[],\"\"]\n7:I[74581,[],\"\"]\n8:I[39295,[\"5948\",\"static/chunks/06bf0ff1-05bec4405a26193e.js\",\"2685\",\"static/chunks/9ad0e60a-b509baefc1ee1013.js\",\"7003\",\"static/chunks/14258b02-ae2eff76e8809e2c.js\",\"4316\",\"static/chunks/ad2866b8-6c51983a1eb56136.js\",\"6609\",\"static/chunks/6609-d04b1d068005ddca.js\",\"4172\",\"static/chunks/4172-d5730e9cf6cac21e.js\",\"2759\",\"static/chunks/2759-db92d11c2010a954.js\",\"4349\",\"static/chunks/4349-f127531f1253de16.js\",\"9756\",\"static/chunks/9756-c0db2184d44e8848.js\",\"9964\",\"static/chunks/9964-eaccec1ce3c7e267.js\",\"3775\",\"static/chunks/3775-4b72808c43fde03a.js\",\"5165\",\"static/chunks/5165-0872a71f0d9cff2d.js\",\"5671\",\"static/chunks/5671-70ec1e746cbc8dbd.js\",\"4955\",\"static/chunks/4955-015013aba5e0d8c0.js\",\"5024\",\"static/chunks/5024-261e33bff748022a.js\",\"7631\",\"static/chunks/7631-576ea95eef73611f.js\",\"2880\",\"static/chunks/2880-9bf038807e524afd.js\",\"6351\",\"static/chunks/6351-53143e9db8f26c9d.js\",\"8733\",\"static/chunks/app/admin/users/page-c95011521cf12af8.js\"],\"PageWrapper\"]\n9:I[90484,[],\"OutletBoundary\"]\na:\"$Sreact.suspense\"\nd:I[90484,[],\"ViewportBoundary\"]\nf:I[90484,[],\"MetadataBoundary\"]\n11:I[54690,[\"4219\",\"static/chunks/app/global-error-7240682073063959.js\"],\"default\"]\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/39d0e628feefc04b.css\",\"style\"]\n:HL[\"/_next/static/css/1138060002beec9e.css\",\"style\"]\nc:X\n0:{\"P\":null,\"c\":[\"\",\"admin\",\"users\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"admin\",{\"children\":[\"users\",{\"children\":[\"__PAGE__\",{},\"$undefined\",\"$undefined\",4608]},\"$undefined\",\"$undefined\",4608]},\"$undefined\",\"$undefined\",4608]},\"$undefined\",\"$undefined\",4624],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/39d0e628feefc04b.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\":[[\"$\",\"$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\":[[\"$\",\"$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\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"$L8\",null,{\"view\":\"users\"}],null,[\"$\",\"$L9\",null,{\"children\":[\"$\",\"$a\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@b\"}]}]]}],{},null,false,null]},null,false,\"$c\"]},null,false,\"$c\"]},null,false,null],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$Ld\",null,{\"children\":\"$Le\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$Lf\",null,{\"children\":[\"$\",\"$a\",null,{\"name\":\"Next.Metadata\",\"children\":\"$L10\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$11\",[]],\"S\":true,\"h\":null,\"r\":\"$undefined\",\"s\":\"$undefined\",\"a\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"dgLFqcpJPB_dSBxNMF_8-\"}\nc:C\ne:[[\"$\",\"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\"}]]\n12:I[86869,[],\"IconMark\"]\nb:null\n10:[[\"$\",\"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\",{}]]\n"])</script></body></html>
|
.next/server/app/admin/users.rsc
CHANGED
|
@@ -1,11 +1,11 @@
|
|
| 1 |
1:"$Sreact.fragment"
|
| 2 |
-
2:I[32383,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-
|
| 3 |
-
3:I[61549,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-
|
| 4 |
-
4:I[90268,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-
|
| 5 |
-
5:I[15626,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-
|
| 6 |
6:I[57121,[],""]
|
| 7 |
7:I[74581,[],""]
|
| 8 |
-
8:I[39295,["5948","static/chunks/06bf0ff1-05bec4405a26193e.js","2685","static/chunks/9ad0e60a-b509baefc1ee1013.js","7003","static/chunks/14258b02-ae2eff76e8809e2c.js","4316","static/chunks/ad2866b8-6c51983a1eb56136.js","6609","static/chunks/6609-d04b1d068005ddca.js","4172","static/chunks/4172-d5730e9cf6cac21e.js","2759","static/chunks/2759-db92d11c2010a954.js","4349","static/chunks/4349-f127531f1253de16.js","9756","static/chunks/9756-c0db2184d44e8848.js","9964","static/chunks/9964-eaccec1ce3c7e267.js","3775","static/chunks/3775-4b72808c43fde03a.js","
|
| 9 |
9:I[90484,[],"OutletBoundary"]
|
| 10 |
a:"$Sreact.suspense"
|
| 11 |
d:I[90484,[],"ViewportBoundary"]
|
|
@@ -14,10 +14,10 @@ f:I[90484,[],"MetadataBoundary"]
|
|
| 14 |
:HL["/_next/static/media/58f662ed5ba12a72-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
| 15 |
:HL["/_next/static/media/c3f6eb667c0186c5-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
| 16 |
:HL["/_next/static/media/e4af272ccee01ff0-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
| 17 |
-
:HL["/_next/static/css/
|
| 18 |
:HL["/_next/static/css/1138060002beec9e.css","style"]
|
| 19 |
c:X
|
| 20 |
-
0:{"P":null,"c":["","admin","users"],"q":"","i":false,"f":[[["",{"children":["admin",{"children":["users",{"children":["__PAGE__",{},"$undefined","$undefined",4608]},"$undefined","$undefined",4608]},"$undefined","$undefined",4608]},"$undefined","$undefined",4624],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/
|
| 21 |
c:C
|
| 22 |
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"}]]
|
| 23 |
12:I[86869,[],"IconMark"]
|
|
|
|
| 1 |
1:"$Sreact.fragment"
|
| 2 |
+
2:I[32383,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-576ea95eef73611f.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"ThemeProvider"]
|
| 3 |
+
3:I[61549,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-576ea95eef73611f.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"Toaster"]
|
| 4 |
+
4:I[90268,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-576ea95eef73611f.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"BackendStatusBanner"]
|
| 5 |
+
5:I[15626,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-576ea95eef73611f.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"default"]
|
| 6 |
6:I[57121,[],""]
|
| 7 |
7:I[74581,[],""]
|
| 8 |
+
8:I[39295,["5948","static/chunks/06bf0ff1-05bec4405a26193e.js","2685","static/chunks/9ad0e60a-b509baefc1ee1013.js","7003","static/chunks/14258b02-ae2eff76e8809e2c.js","4316","static/chunks/ad2866b8-6c51983a1eb56136.js","6609","static/chunks/6609-d04b1d068005ddca.js","4172","static/chunks/4172-d5730e9cf6cac21e.js","2759","static/chunks/2759-db92d11c2010a954.js","4349","static/chunks/4349-f127531f1253de16.js","9756","static/chunks/9756-c0db2184d44e8848.js","9964","static/chunks/9964-eaccec1ce3c7e267.js","3775","static/chunks/3775-4b72808c43fde03a.js","5165","static/chunks/5165-0872a71f0d9cff2d.js","5671","static/chunks/5671-70ec1e746cbc8dbd.js","4955","static/chunks/4955-015013aba5e0d8c0.js","5024","static/chunks/5024-261e33bff748022a.js","7631","static/chunks/7631-576ea95eef73611f.js","2880","static/chunks/2880-9bf038807e524afd.js","6351","static/chunks/6351-53143e9db8f26c9d.js","8733","static/chunks/app/admin/users/page-c95011521cf12af8.js"],"PageWrapper"]
|
| 9 |
9:I[90484,[],"OutletBoundary"]
|
| 10 |
a:"$Sreact.suspense"
|
| 11 |
d:I[90484,[],"ViewportBoundary"]
|
|
|
|
| 14 |
:HL["/_next/static/media/58f662ed5ba12a72-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
| 15 |
:HL["/_next/static/media/c3f6eb667c0186c5-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
| 16 |
:HL["/_next/static/media/e4af272ccee01ff0-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
| 17 |
+
:HL["/_next/static/css/39d0e628feefc04b.css","style"]
|
| 18 |
:HL["/_next/static/css/1138060002beec9e.css","style"]
|
| 19 |
c:X
|
| 20 |
+
0:{"P":null,"c":["","admin","users"],"q":"","i":false,"f":[[["",{"children":["admin",{"children":["users",{"children":["__PAGE__",{},"$undefined","$undefined",4608]},"$undefined","$undefined",4608]},"$undefined","$undefined",4608]},"$undefined","$undefined",4624],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/39d0e628feefc04b.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":[["$","$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":[["$","$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":[["$","$1","c",{"children":[["$","$L8",null,{"view":"users"}],null,["$","$L9",null,{"children":["$","$a",null,{"name":"Next.MetadataOutlet","children":"$@b"}]}]]}],{},null,false,null]},null,false,"$c"]},null,false,"$c"]},null,false,null],["$","$1","h",{"children":[null,["$","$Ld",null,{"children":"$Le"}],["$","div",null,{"hidden":true,"children":["$","$Lf",null,{"children":["$","$a",null,{"name":"Next.Metadata","children":"$L10"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$11",[]],"S":true,"h":null,"r":"$undefined","s":"$undefined","a":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"dgLFqcpJPB_dSBxNMF_8-"}
|
| 21 |
c:C
|
| 22 |
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"}]]
|
| 23 |
12:I[86869,[],"IconMark"]
|
.next/server/app/admin/users.segments/_full.segment.rsc
CHANGED
|
@@ -1,11 +1,11 @@
|
|
| 1 |
1:"$Sreact.fragment"
|
| 2 |
-
2:I[32383,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-
|
| 3 |
-
3:I[61549,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-
|
| 4 |
-
4:I[90268,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-
|
| 5 |
-
5:I[15626,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-
|
| 6 |
6:I[57121,[],""]
|
| 7 |
7:I[74581,[],""]
|
| 8 |
-
8:I[39295,["5948","static/chunks/06bf0ff1-05bec4405a26193e.js","2685","static/chunks/9ad0e60a-b509baefc1ee1013.js","7003","static/chunks/14258b02-ae2eff76e8809e2c.js","4316","static/chunks/ad2866b8-6c51983a1eb56136.js","6609","static/chunks/6609-d04b1d068005ddca.js","4172","static/chunks/4172-d5730e9cf6cac21e.js","2759","static/chunks/2759-db92d11c2010a954.js","4349","static/chunks/4349-f127531f1253de16.js","9756","static/chunks/9756-c0db2184d44e8848.js","9964","static/chunks/9964-eaccec1ce3c7e267.js","3775","static/chunks/3775-4b72808c43fde03a.js","
|
| 9 |
9:I[90484,[],"OutletBoundary"]
|
| 10 |
a:"$Sreact.suspense"
|
| 11 |
d:I[90484,[],"ViewportBoundary"]
|
|
@@ -14,10 +14,10 @@ f:I[90484,[],"MetadataBoundary"]
|
|
| 14 |
:HL["/_next/static/media/58f662ed5ba12a72-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
| 15 |
:HL["/_next/static/media/c3f6eb667c0186c5-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
| 16 |
:HL["/_next/static/media/e4af272ccee01ff0-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
| 17 |
-
:HL["/_next/static/css/
|
| 18 |
:HL["/_next/static/css/1138060002beec9e.css","style"]
|
| 19 |
c:X
|
| 20 |
-
0:{"P":null,"c":["","admin","users"],"q":"","i":false,"f":[[["",{"children":["admin",{"children":["users",{"children":["__PAGE__",{},"$undefined","$undefined",4608]},"$undefined","$undefined",4608]},"$undefined","$undefined",4608]},"$undefined","$undefined",4624],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/
|
| 21 |
c:C
|
| 22 |
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"}]]
|
| 23 |
12:I[86869,[],"IconMark"]
|
|
|
|
| 1 |
1:"$Sreact.fragment"
|
| 2 |
+
2:I[32383,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-576ea95eef73611f.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"ThemeProvider"]
|
| 3 |
+
3:I[61549,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-576ea95eef73611f.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"Toaster"]
|
| 4 |
+
4:I[90268,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-576ea95eef73611f.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"BackendStatusBanner"]
|
| 5 |
+
5:I[15626,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-576ea95eef73611f.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"default"]
|
| 6 |
6:I[57121,[],""]
|
| 7 |
7:I[74581,[],""]
|
| 8 |
+
8:I[39295,["5948","static/chunks/06bf0ff1-05bec4405a26193e.js","2685","static/chunks/9ad0e60a-b509baefc1ee1013.js","7003","static/chunks/14258b02-ae2eff76e8809e2c.js","4316","static/chunks/ad2866b8-6c51983a1eb56136.js","6609","static/chunks/6609-d04b1d068005ddca.js","4172","static/chunks/4172-d5730e9cf6cac21e.js","2759","static/chunks/2759-db92d11c2010a954.js","4349","static/chunks/4349-f127531f1253de16.js","9756","static/chunks/9756-c0db2184d44e8848.js","9964","static/chunks/9964-eaccec1ce3c7e267.js","3775","static/chunks/3775-4b72808c43fde03a.js","5165","static/chunks/5165-0872a71f0d9cff2d.js","5671","static/chunks/5671-70ec1e746cbc8dbd.js","4955","static/chunks/4955-015013aba5e0d8c0.js","5024","static/chunks/5024-261e33bff748022a.js","7631","static/chunks/7631-576ea95eef73611f.js","2880","static/chunks/2880-9bf038807e524afd.js","6351","static/chunks/6351-53143e9db8f26c9d.js","8733","static/chunks/app/admin/users/page-c95011521cf12af8.js"],"PageWrapper"]
|
| 9 |
9:I[90484,[],"OutletBoundary"]
|
| 10 |
a:"$Sreact.suspense"
|
| 11 |
d:I[90484,[],"ViewportBoundary"]
|
|
|
|
| 14 |
:HL["/_next/static/media/58f662ed5ba12a72-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
| 15 |
:HL["/_next/static/media/c3f6eb667c0186c5-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
| 16 |
:HL["/_next/static/media/e4af272ccee01ff0-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
| 17 |
+
:HL["/_next/static/css/39d0e628feefc04b.css","style"]
|
| 18 |
:HL["/_next/static/css/1138060002beec9e.css","style"]
|
| 19 |
c:X
|
| 20 |
+
0:{"P":null,"c":["","admin","users"],"q":"","i":false,"f":[[["",{"children":["admin",{"children":["users",{"children":["__PAGE__",{},"$undefined","$undefined",4608]},"$undefined","$undefined",4608]},"$undefined","$undefined",4608]},"$undefined","$undefined",4624],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/39d0e628feefc04b.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":[["$","$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":[["$","$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":[["$","$1","c",{"children":[["$","$L8",null,{"view":"users"}],null,["$","$L9",null,{"children":["$","$a",null,{"name":"Next.MetadataOutlet","children":"$@b"}]}]]}],{},null,false,null]},null,false,"$c"]},null,false,"$c"]},null,false,null],["$","$1","h",{"children":[null,["$","$Ld",null,{"children":"$Le"}],["$","div",null,{"hidden":true,"children":["$","$Lf",null,{"children":["$","$a",null,{"name":"Next.Metadata","children":"$L10"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$11",[]],"S":true,"h":null,"r":"$undefined","s":"$undefined","a":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"dgLFqcpJPB_dSBxNMF_8-"}
|
| 21 |
c:C
|
| 22 |
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"}]]
|
| 23 |
12:I[86869,[],"IconMark"]
|
.next/server/app/admin/users.segments/_tree.segment.rsc
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
:HL["/_next/static/media/58f662ed5ba12a72-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
| 2 |
:HL["/_next/static/media/c3f6eb667c0186c5-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
| 3 |
:HL["/_next/static/media/e4af272ccee01ff0-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
| 4 |
-
:HL["/_next/static/css/
|
| 5 |
:HL["/_next/static/css/1138060002beec9e.css","style"]
|
| 6 |
-
0:{"tree":{"name":"","param":null,"prefetchHints":4176,"slots":{"children":{"name":"admin","param":null,"prefetchHints":4192,"slots":{"children":{"name":"users","param":null,"prefetchHints":4192,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":4256,"slots":null}}}}}}},"staleTime":300,"buildId":"
|
|
|
|
| 1 |
:HL["/_next/static/media/58f662ed5ba12a72-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
| 2 |
:HL["/_next/static/media/c3f6eb667c0186c5-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
| 3 |
:HL["/_next/static/media/e4af272ccee01ff0-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
| 4 |
+
:HL["/_next/static/css/39d0e628feefc04b.css","style"]
|
| 5 |
:HL["/_next/static/css/1138060002beec9e.css","style"]
|
| 6 |
+
0:{"tree":{"name":"","param":null,"prefetchHints":4176,"slots":{"children":{"name":"admin","param":null,"prefetchHints":4192,"slots":{"children":{"name":"users","param":null,"prefetchHints":4192,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":4256,"slots":null}}}}}}},"staleTime":300,"buildId":"dgLFqcpJPB_dSBxNMF_8-"}
|
.next/server/app/admin/users.segments/admin/users/__PAGE__.segment.rsc
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
1:"$Sreact.fragment"
|
| 2 |
-
2:I[39295,["5948","static/chunks/06bf0ff1-05bec4405a26193e.js","2685","static/chunks/9ad0e60a-b509baefc1ee1013.js","7003","static/chunks/14258b02-ae2eff76e8809e2c.js","4316","static/chunks/ad2866b8-6c51983a1eb56136.js","6609","static/chunks/6609-d04b1d068005ddca.js","4172","static/chunks/4172-d5730e9cf6cac21e.js","2759","static/chunks/2759-db92d11c2010a954.js","4349","static/chunks/4349-f127531f1253de16.js","9756","static/chunks/9756-c0db2184d44e8848.js","9964","static/chunks/9964-eaccec1ce3c7e267.js","3775","static/chunks/3775-4b72808c43fde03a.js","
|
| 3 |
3:I[90484,[],"OutletBoundary"]
|
| 4 |
4:"$Sreact.suspense"
|
| 5 |
8:I[90484,[],"ViewportBoundary"]
|
|
@@ -7,16 +7,16 @@
|
|
| 7 |
a:I[86869,[],"IconMark"]
|
| 8 |
c:I[57121,[],""]
|
| 9 |
d:I[74581,[],""]
|
| 10 |
-
11:I[32383,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-
|
| 11 |
-
12:I[61549,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-
|
| 12 |
-
13:I[90268,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-
|
| 13 |
-
14:I[15626,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-
|
| 14 |
-
:HL["/_next/static/css/
|
| 15 |
:HL["/_next/static/css/1138060002beec9e.css","style"]
|
| 16 |
7:X
|
| 17 |
f:X
|
| 18 |
f:C
|
| 19 |
-
0:{"buildId":"
|
| 20 |
5:null
|
| 21 |
15:["$","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}]
|
| 22 |
16:["$","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."}]}]
|
|
|
|
| 1 |
1:"$Sreact.fragment"
|
| 2 |
+
2:I[39295,["5948","static/chunks/06bf0ff1-05bec4405a26193e.js","2685","static/chunks/9ad0e60a-b509baefc1ee1013.js","7003","static/chunks/14258b02-ae2eff76e8809e2c.js","4316","static/chunks/ad2866b8-6c51983a1eb56136.js","6609","static/chunks/6609-d04b1d068005ddca.js","4172","static/chunks/4172-d5730e9cf6cac21e.js","2759","static/chunks/2759-db92d11c2010a954.js","4349","static/chunks/4349-f127531f1253de16.js","9756","static/chunks/9756-c0db2184d44e8848.js","9964","static/chunks/9964-eaccec1ce3c7e267.js","3775","static/chunks/3775-4b72808c43fde03a.js","5165","static/chunks/5165-0872a71f0d9cff2d.js","5671","static/chunks/5671-70ec1e746cbc8dbd.js","4955","static/chunks/4955-015013aba5e0d8c0.js","5024","static/chunks/5024-261e33bff748022a.js","7631","static/chunks/7631-576ea95eef73611f.js","2880","static/chunks/2880-9bf038807e524afd.js","6351","static/chunks/6351-53143e9db8f26c9d.js","8733","static/chunks/app/admin/users/page-c95011521cf12af8.js"],"PageWrapper"]
|
| 3 |
3:I[90484,[],"OutletBoundary"]
|
| 4 |
4:"$Sreact.suspense"
|
| 5 |
8:I[90484,[],"ViewportBoundary"]
|
|
|
|
| 7 |
a:I[86869,[],"IconMark"]
|
| 8 |
c:I[57121,[],""]
|
| 9 |
d:I[74581,[],""]
|
| 10 |
+
11:I[32383,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-576ea95eef73611f.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"ThemeProvider"]
|
| 11 |
+
12:I[61549,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-576ea95eef73611f.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"Toaster"]
|
| 12 |
+
13:I[90268,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-576ea95eef73611f.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"BackendStatusBanner"]
|
| 13 |
+
14:I[15626,["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-576ea95eef73611f.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"default"]
|
| 14 |
+
:HL["/_next/static/css/39d0e628feefc04b.css","style"]
|
| 15 |
:HL["/_next/static/css/1138060002beec9e.css","style"]
|
| 16 |
7:X
|
| 17 |
f:X
|
| 18 |
f:C
|
| 19 |
+
0:{"buildId":"dgLFqcpJPB_dSBxNMF_8-","data":[{"rsc":["$","$1","c",{"children":[["$","$L2",null,{"view":"users"}],null,["$","$L3",null,{"children":["$","$4",null,{"name":"Next.MetadataOutlet","children":"$@5"}]}]]}],"isPartial":"$@6","staleTime":"$7","varyParams":null},{"rsc":["$","$1","h",{"children":[null,["$","$L8",null,{"children":[["$","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"}]]}],["$","div",null,{"hidden":true,"children":["$","$L9",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","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"}],["$","$La","20",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"isPartial":"$@b","staleTime":"$7","varyParams":null},{"rsc":["$","$1","c",{"children":[null,["$","$Lc",null,{"parallelRouterKey":"children","template":["$","$Ld",null,{}]}]]}],"isPartial":"$@e","staleTime":"$7","varyParams":"$f"},{"rsc":["$","$1","c",{"children":[null,["$","$Lc",null,{"parallelRouterKey":"children","template":["$","$Ld",null,{}]}]]}],"isPartial":"$@10","staleTime":"$7","varyParams":"$f"},{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/39d0e628feefc04b.css","precedence":"next"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/css/1138060002beec9e.css","precedence":"next"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"__variable_f367f3 __variable_438d47 antialiased bg-background h-[100dvh] overflow-hidden","suppressHydrationWarning":true,"children":["$","$L11",null,{"children":[["$","$L12",null,{"richColors":true,"position":"bottom-center"}],["$","$L13",null,{}],["$","$L14",null,{"children":["$","$Lc",null,{"parallelRouterKey":"children","template":["$","$Ld",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],"$L15","$L16"]}]}]],[]]}]}]]}]}]}]]}],"isPartial":"$@17","staleTime":"$7","varyParams":null}],"isUpgradeableISRFallback":false,"a":"$@18","rootVaryParams":null,"needsRuntimeRequest":"$@19"}
|
| 20 |
5:null
|
| 21 |
15:["$","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}]
|
| 22 |
16:["$","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."}]}]
|
.next/server/app/admin/users/page.js
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
(()=>{var a={};a.id=8733,a.ids=[8733],a.modules={643:a=>{"use strict";a.exports=require("node:perf_hooks")},1708:a=>{"use strict";a.exports=require("node:process")},1932:a=>{"use strict";a.exports=require("url")},3295:a=>{"use strict";a.exports=require("next/dist/server/app-render/after-task-async-storage.external.js")},4573:a=>{"use strict";a.exports=require("node:buffer")},8128:a=>{"use strict";a.exports=require("next/dist/server/runtime-reacts.external.js")},10846:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},16698:a=>{"use strict";a.exports=require("node:async_hooks")},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")},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")},
|
|
|
|
| 1 |
+
(()=>{var a={};a.id=8733,a.ids=[8733],a.modules={643:a=>{"use strict";a.exports=require("node:perf_hooks")},1708:a=>{"use strict";a.exports=require("node:process")},1932:a=>{"use strict";a.exports=require("url")},3295:a=>{"use strict";a.exports=require("next/dist/server/app-render/after-task-async-storage.external.js")},4573:a=>{"use strict";a.exports=require("node:buffer")},8128:a=>{"use strict";a.exports=require("next/dist/server/runtime-reacts.external.js")},10846:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},16698:a=>{"use strict";a.exports=require("node:async_hooks")},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")},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")},32467:a=>{"use strict";a.exports=require("node:http2")},33873:a=>{"use strict";a.exports=require("path")},34589:a=>{"use strict";a.exports=require("node:assert")},35524:(a,b,c)=>{"use strict";c.r(b),c.d(b,{__next_app__:()=>r,handler:()=>t,routeModule:()=>s});var d=c(21635),e=c(86315),f=c(1020),g=c(61287),h={};for(let a in g)0>["default","__next_app__","routeModule","handler"].indexOf(a)&&(h[a]=()=>g[a]);c.d(b,h);let i=(0,d.p)(()=>Promise.resolve().then(c.bind(c,32056))),j=(0,d.p)(()=>Promise.resolve().then(c.bind(c,55038))),k=(0,d.p)(()=>Promise.resolve().then(c.t.bind(c,55091,23))),l=(0,d.p)(()=>Promise.resolve().then(c.t.bind(c,45270,23))),m=(0,d.p)(()=>Promise.resolve().then(c.t.bind(c,28193,23))),n=(0,d.p)(()=>Promise.resolve().then(c.bind(c,55038))),o=(0,d.p)(()=>Promise.resolve().then(c.bind(c,55038))),p={children:["",{children:["admin",{children:["users",{children:["__PAGE__",{},{page:[(0,d.p)(()=>Promise.resolve().then(c.bind(c,39556))),"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/users/page.tsx"]}]},{"global-error":[o,"/Users/otto/Desktop/deepstudio/osw-studio-git/app/global-error.tsx"]},[]]},{"global-error":[n,"/Users/otto/Desktop/deepstudio/osw-studio-git/app/global-error.tsx"]},[]]},{layout:[i,"/Users/otto/Desktop/deepstudio/osw-studio-git/app/layout.tsx"],"global-error":[j,"/Users/otto/Desktop/deepstudio/osw-studio-git/app/global-error.tsx"],"not-found":[k,"next/dist/client/components/builtin/not-found.js"],forbidden:[l,"next/dist/client/components/builtin/forbidden.js"],unauthorized:[m,"next/dist/client/components/builtin/unauthorized.js"]},[]]}.children,q=(0,e.H)({tree:p,page:"/admin/users/page",pathname:"/admin/users",require:c,loadChunk:()=>Promise.resolve(),interopDefault:f.T}),r=q.__next_app__,s=q.routeModule,t=q.handler},36167:(a,b,c)=>{Promise.resolve().then(c.bind(c,44785))},37067:a=>{"use strict";a.exports=require("node:http")},37540:a=>{"use strict";a.exports=require("node:console")},38522:a=>{"use strict";a.exports=require("node:zlib")},39556:(a,b,c)=>{"use strict";c.r(b),c.d(b,{default:()=>f});var d=c(5735),e=c(44785);function f(){return(0,d.jsx)(e.PageWrapper,{view:"users"})}},40610:a=>{"use strict";a.exports=require("node:dns")},41025:a=>{"use strict";a.exports=require("next/dist/server/app-render/dynamic-access-async-storage.external.js")},41204:a=>{"use strict";a.exports=require("string_decoder")},41503:a=>{"use strict";a.exports=require("esbuild-wasm")},41692:a=>{"use strict";a.exports=require("node:tls")},41792:a=>{"use strict";a.exports=require("node:querystring")},44785:(a,b,c)=>{"use strict";c.d(b,{PageWrapper:()=>d});let d=(0,c(77943).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")},46060:a=>{"use strict";a.exports=require("next/dist/shared/lib/no-fallback-error.external.js")},51455:a=>{"use strict";a.exports=require("node:fs/promises")},53053:a=>{"use strict";a.exports=require("node:diagnostics_channel")},55511:a=>{"use strict";a.exports=require("crypto")},57075:a=>{"use strict";a.exports=require("node:stream")},57156:a=>{"use strict";a.exports=require("handlebars")},57975:a=>{"use strict";a.exports=require("node:util")},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,79379))},73136:a=>{"use strict";a.exports=require("node:url")},73429:a=>{"use strict";a.exports=require("node:util/types")},75919:a=>{"use strict";a.exports=require("node:worker_threads")},76760:a=>{"use strict";a.exports=require("node:path")},77030:a=>{"use strict";a.exports=require("node:net")},77598:a=>{"use strict";a.exports=require("node:crypto")},77725:a=>{"use strict";a.exports=require("stream/promises")},78474:a=>{"use strict";a.exports=require("node:events")},79379:(a,b,c)=>{"use strict";c.d(b,{PageWrapper:()=>u});var d=c(48249),e=c(67484),f=c(19099);c(90786);var g=c(89363),h=c(34578),i=c(86589),j=c(98107),k=c(43419),l=c(51999),m=c(3353),n=c(25079),o=c(90707),p=c(79966),q=c(98615),r=c(10676),s=c(3362);function t({view:a,workspaceId:b,settingsTab:c,autoCreateProject:j}){let u=(0,f.useRouter)(),[v,w]=(0,e.useState)(null),[x,y]=(0,e.useState)(void 0),[z,A]=(0,e.useState)(!1);(0,r.J)(),(0,s.j)();let B=(0,e.useCallback)(a=>{let c,d=(c=b?`/w/${b}`:"/admin",({dashboard:`${c}/dashboard`,projects:`${c}/projects`,deployments:`${c}/deployments`,settings:`${c}/settings`,skills:`${c}/skills`,interviews:`${c}/interviews`,templates:`${c}/templates`,docs:`${c}/docs`,mail:`${c}/mail`,users:"/admin/users",workspaces:"/admin/workspaces"})[a]||`${c}/projects`);u.push(d)},[u,b]),C=(0,e.useCallback)((a,b)=>{w(a),y(b),(0,p.u4)("project_open")},[]),D=(0,e.useCallback)(async a=>{try{let b=await n.vfs.getProject(a.id);b&&C(b)}catch{o.toast.error("Could not open project")}},[C]),E=v?(0,d.jsx)(i.aR,{project:v,onBack:()=>w(null),workspaceId:b,initialPreviewPath:x}):(0,d.jsx)(h.f,{view:a,workspaceId:b,onProjectSelect:C,settingsTab:c,onNavigate:B,autoCreateProject:j});return(0,d.jsxs)(d.Fragment,{children:[(0,d.jsx)(g.M,{currentView:a,workspaceId:b,onNavigate:B,onProjectSelect:C,onOpenAbout:()=>A(!0),showSidebar:!v,children:E}),(0,d.jsx)(k.V,{location:"global"}),(0,d.jsx)(l.V,{open:z,onOpenChange:A}),(0,d.jsx)(q.y,{}),(0,d.jsx)(m.R,{selectedProject:v,onNavigateToProject:D})]})}function u({view:a,workspaceId:b,settingsTab:c,autoCreateProject:e}){return(0,d.jsx)(j.g,{children:(0,d.jsx)(t,{view:a,workspaceId:b,settingsTab:c,autoCreateProject:e})})}},79428:a=>{"use strict";a.exports=require("buffer")},79748:a=>{"use strict";a.exports=require("fs/promises")},79868:a=>{"use strict";a.exports=require("node:sqlite")},87550:a=>{"use strict";a.exports=require("better-sqlite3")},87997:a=>{"use strict";a.exports=require("node:timers")},94735:a=>{"use strict";a.exports=require("events")}};var b=require("../../../webpack-runtime.js");b.C(a);var c=b.X(0,[3445,4469,6644,2541,7634,515,7061,609,8890,468,7137,9208,3922],()=>b(b.s=35524));module.exports=c})();
|
.next/server/app/admin/users/page.js.nft.json
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
{"version":1,"files":["../../../../../node_modules/@swc/helpers/_/_interop_require_default/package.json","../../../../../node_modules/@swc/helpers/cjs/_interop_require_default.cjs","../../../../../node_modules/@swc/helpers/package.json","../../../../../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/handlebars/dist/cjs/handlebars.js","../../../../../node_modules/handlebars/dist/cjs/handlebars.runtime.js","../../../../../node_modules/handlebars/dist/cjs/handlebars/base.js","../../../../../node_modules/handlebars/dist/cjs/handlebars/compiler/ast.js","../../../../../node_modules/handlebars/dist/cjs/handlebars/compiler/base.js","../../../../../node_modules/handlebars/dist/cjs/handlebars/compiler/code-gen.js","../../../../../node_modules/handlebars/dist/cjs/handlebars/compiler/compiler.js","../../../../../node_modules/handlebars/dist/cjs/handlebars/compiler/helpers.js","../../../../../node_modules/handlebars/dist/cjs/handlebars/compiler/javascript-compiler.js","../../../../../node_modules/handlebars/dist/cjs/handlebars/compiler/parser.js","../../../../../node_modules/handlebars/dist/cjs/handlebars/compiler/printer.js","../../../../../node_modules/handlebars/dist/cjs/handlebars/compiler/visitor.js","../../../../../node_modules/handlebars/dist/cjs/handlebars/compiler/whitespace-control.js","../../../../../node_modules/handlebars/dist/cjs/handlebars/decorators.js","../../../../../node_modules/handlebars/dist/cjs/handlebars/decorators/inline.js","../../../../../node_modules/handlebars/dist/cjs/handlebars/exception.js","../../../../../node_modules/handlebars/dist/cjs/handlebars/helpers.js","../../../../../node_modules/handlebars/dist/cjs/handlebars/helpers/block-helper-missing.js","../../../../../node_modules/handlebars/dist/cjs/handlebars/helpers/each.js","../../../../../node_modules/handlebars/dist/cjs/handlebars/helpers/helper-missing.js","../../../../../node_modules/handlebars/dist/cjs/handlebars/helpers/if.js","../../../../../node_modules/handlebars/dist/cjs/handlebars/helpers/log.js","../../../../../node_modules/handlebars/dist/cjs/handlebars/helpers/lookup.js","../../../../../node_modules/handlebars/dist/cjs/handlebars/helpers/with.js","../../../../../node_modules/handlebars/dist/cjs/handlebars/internal/proto-access.js","../../../../../node_modules/handlebars/dist/cjs/handlebars/internal/wrapHelper.js","../../../../../node_modules/handlebars/dist/cjs/handlebars/logger.js","../../../../../node_modules/handlebars/dist/cjs/handlebars/no-conflict.js","../../../../../node_modules/handlebars/dist/cjs/handlebars/runtime.js","../../../../../node_modules/handlebars/dist/cjs/handlebars/safe-string.js","../../../../../node_modules/handlebars/dist/cjs/handlebars/utils.js","../../../../../node_modules/handlebars/lib/index.js","../../../../../node_modules/handlebars/package.json","../../../../../node_modules/next/dist/build/adapter/setup-node-env.external.js","../../../../../node_modules/next/dist/client/components/hooks-server-context.js","../../../../../node_modules/next/dist/client/components/static-generation-bailout.js","../../../../../node_modules/next/dist/client/lib/console.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/source-map/package.json","../../../../../node_modules/next/dist/compiled/source-map/source-map.js","../../../../../node_modules/next/dist/compiled/stacktrace-parser/package.json","../../../../../node_modules/next/dist/compiled/stacktrace-parser/stack-trace-parser.cjs.js","../../../../../node_modules/next/dist/compiled/ws/index.js","../../../../../node_modules/next/dist/compiled/ws/package.json","../../../../../node_modules/next/dist/lib/client-and-server-references.js","../../../../../node_modules/next/dist/lib/constants.js","../../../../../node_modules/next/dist/lib/framework/boundary-constants.js","../../../../../node_modules/next/dist/lib/interop-default.js","../../../../../node_modules/next/dist/lib/is-error.js","../../../../../node_modules/next/dist/lib/picocolors.js","../../../../../node_modules/next/dist/lib/scheduler.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/blocking-route-messages.js","../../../../../node_modules/next/dist/server/app-render/cache-signal.js","../../../../../node_modules/next/dist/server/app-render/console-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/console-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/dynamic-rendering.js","../../../../../node_modules/next/dist/server/app-render/instant-validation/boundary-constants.js","../../../../../node_modules/next/dist/server/app-render/instant-validation/boundary-tracking.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/staged-rendering.js","../../../../../node_modules/next/dist/server/app-render/sync-io-messages.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/dev/browser-logs/file-logger.js","../../../../../node_modules/next/dist/server/dynamic-rendering-utils.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/parse-stack.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/source-maps.js","../../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../../node_modules/next/dist/server/load-manifest.external.js","../../../../../node_modules/next/dist/server/node-environment-baseline.js","../../../../../node_modules/next/dist/server/node-environment-extensions/console-dim.external.js","../../../../../node_modules/next/dist/server/node-environment-extensions/console-exit.js","../../../../../node_modules/next/dist/server/node-environment-extensions/console-file.js","../../../../../node_modules/next/dist/server/node-environment-extensions/date.js","../../../../../node_modules/next/dist/server/node-environment-extensions/error-inspect.js","../../../../../node_modules/next/dist/server/node-environment-extensions/fast-set-immediate.external.js","../../../../../node_modules/next/dist/server/node-environment-extensions/io-utils.js","../../../../../node_modules/next/dist/server/node-environment-extensions/node-crypto.js","../../../../../node_modules/next/dist/server/node-environment-extensions/random.js","../../../../../node_modules/next/dist/server/node-environment-extensions/unhandled-rejection.external.js","../../../../../node_modules/next/dist/server/node-environment-extensions/web-crypto.js","../../../../../node_modules/next/dist/server/node-environment.js","../../../../../node_modules/next/dist/server/node-polyfill-crypto.js","../../../../../node_modules/next/dist/server/patch-error-inspect.js","../../../../../node_modules/next/dist/server/require-hook.js","../../../../../node_modules/next/dist/server/response-cache/types.js","../../../../../node_modules/next/dist/server/runtime-reacts.external.js","../../../../../node_modules/next/dist/shared/lib/deep-freeze.js","../../../../../node_modules/next/dist/shared/lib/instant-messages.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/lazy-dynamic/bailout-to-csr.js","../../../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../../node_modules/next/dist/shared/lib/promise-with-resolvers.js","../../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../../node_modules/next/package.json","../../../../../node_modules/react/cjs/react.development.js","../../../../../node_modules/react/cjs/react.production.js","../../../../../node_modules/react/index.js","../../../../../node_modules/react/package.json","../../../../../node_modules/source-map/lib/array-set.js","../../../../../node_modules/source-map/lib/base64-vlq.js","../../../../../node_modules/source-map/lib/base64.js","../../../../../node_modules/source-map/lib/binary-search.js","../../../../../node_modules/source-map/lib/mapping-list.js","../../../../../node_modules/source-map/lib/quick-sort.js","../../../../../node_modules/source-map/lib/source-map-consumer.js","../../../../../node_modules/source-map/lib/source-map-generator.js","../../../../../node_modules/source-map/lib/source-node.js","../../../../../node_modules/source-map/lib/util.js","../../../../../node_modules/source-map/package.json","../../../../../node_modules/source-map/source-map.js","../../../../../package.json","../../../../package.json","../../../chunks/1002.js","../../../chunks/1051.js","../../../chunks/1160.js","../../../chunks/1171.js","../../../chunks/1184.js","../../../chunks/1409.js","../../../chunks/145.js","../../../chunks/1563.js","../../../chunks/1644.js","../../../chunks/1754.js","../../../chunks/196.js","../../../chunks/2042.js","../../../chunks/2541.js","../../../chunks/2737.js","../../../chunks/32.js","../../../chunks/3434.js","../../../chunks/3445.js","../../../chunks/3552.js","../../../chunks/3760.js","../../../chunks/4469.js","../../../chunks/4545.js","../../../chunks/468.js","../../../chunks/515.js","../../../chunks/5160.js","../../../chunks/5218.js","../../../chunks/5268.js","../../../chunks/5281.js","../../../chunks/5663.js","../../../chunks/6191.js","../../../chunks/6416.js","../../../chunks/6540.js","../../../chunks/6644.js","../../../chunks/6987.js","../../../chunks/7061.js","../../../chunks/7137.js","../../../chunks/7235.js","../../../chunks/7590.js","../../../chunks/7598.js","../../../chunks/7634.js","../../../chunks/7779.js","../../../chunks/8.js","../../../chunks/8422.js","../../../chunks/8555.js","../../../chunks/8641.js","../../../chunks/8879.js","../../../chunks/8890.js","../../../chunks/8949.js","../../../chunks/9208.js","../../../chunks/9453.js","../../../chunks/9550.js","../../../chunks/9640.js","../../../chunks/9786.js","../../../chunks/9954.js","../../../webpack-runtime.js","page_client-reference-manifest.js"]}
|
|
|
|
| 1 |
+
{"version":1,"files":["../../../../../node_modules/@swc/helpers/_/_interop_require_default/package.json","../../../../../node_modules/@swc/helpers/cjs/_interop_require_default.cjs","../../../../../node_modules/@swc/helpers/package.json","../../../../../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/handlebars/dist/cjs/handlebars.js","../../../../../node_modules/handlebars/dist/cjs/handlebars.runtime.js","../../../../../node_modules/handlebars/dist/cjs/handlebars/base.js","../../../../../node_modules/handlebars/dist/cjs/handlebars/compiler/ast.js","../../../../../node_modules/handlebars/dist/cjs/handlebars/compiler/base.js","../../../../../node_modules/handlebars/dist/cjs/handlebars/compiler/code-gen.js","../../../../../node_modules/handlebars/dist/cjs/handlebars/compiler/compiler.js","../../../../../node_modules/handlebars/dist/cjs/handlebars/compiler/helpers.js","../../../../../node_modules/handlebars/dist/cjs/handlebars/compiler/javascript-compiler.js","../../../../../node_modules/handlebars/dist/cjs/handlebars/compiler/parser.js","../../../../../node_modules/handlebars/dist/cjs/handlebars/compiler/printer.js","../../../../../node_modules/handlebars/dist/cjs/handlebars/compiler/visitor.js","../../../../../node_modules/handlebars/dist/cjs/handlebars/compiler/whitespace-control.js","../../../../../node_modules/handlebars/dist/cjs/handlebars/decorators.js","../../../../../node_modules/handlebars/dist/cjs/handlebars/decorators/inline.js","../../../../../node_modules/handlebars/dist/cjs/handlebars/exception.js","../../../../../node_modules/handlebars/dist/cjs/handlebars/helpers.js","../../../../../node_modules/handlebars/dist/cjs/handlebars/helpers/block-helper-missing.js","../../../../../node_modules/handlebars/dist/cjs/handlebars/helpers/each.js","../../../../../node_modules/handlebars/dist/cjs/handlebars/helpers/helper-missing.js","../../../../../node_modules/handlebars/dist/cjs/handlebars/helpers/if.js","../../../../../node_modules/handlebars/dist/cjs/handlebars/helpers/log.js","../../../../../node_modules/handlebars/dist/cjs/handlebars/helpers/lookup.js","../../../../../node_modules/handlebars/dist/cjs/handlebars/helpers/with.js","../../../../../node_modules/handlebars/dist/cjs/handlebars/internal/proto-access.js","../../../../../node_modules/handlebars/dist/cjs/handlebars/internal/wrapHelper.js","../../../../../node_modules/handlebars/dist/cjs/handlebars/logger.js","../../../../../node_modules/handlebars/dist/cjs/handlebars/no-conflict.js","../../../../../node_modules/handlebars/dist/cjs/handlebars/runtime.js","../../../../../node_modules/handlebars/dist/cjs/handlebars/safe-string.js","../../../../../node_modules/handlebars/dist/cjs/handlebars/utils.js","../../../../../node_modules/handlebars/lib/index.js","../../../../../node_modules/handlebars/package.json","../../../../../node_modules/next/dist/build/adapter/setup-node-env.external.js","../../../../../node_modules/next/dist/client/components/hooks-server-context.js","../../../../../node_modules/next/dist/client/components/static-generation-bailout.js","../../../../../node_modules/next/dist/client/lib/console.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/source-map/package.json","../../../../../node_modules/next/dist/compiled/source-map/source-map.js","../../../../../node_modules/next/dist/compiled/stacktrace-parser/package.json","../../../../../node_modules/next/dist/compiled/stacktrace-parser/stack-trace-parser.cjs.js","../../../../../node_modules/next/dist/compiled/ws/index.js","../../../../../node_modules/next/dist/compiled/ws/package.json","../../../../../node_modules/next/dist/lib/client-and-server-references.js","../../../../../node_modules/next/dist/lib/constants.js","../../../../../node_modules/next/dist/lib/framework/boundary-constants.js","../../../../../node_modules/next/dist/lib/interop-default.js","../../../../../node_modules/next/dist/lib/is-error.js","../../../../../node_modules/next/dist/lib/picocolors.js","../../../../../node_modules/next/dist/lib/scheduler.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/blocking-route-messages.js","../../../../../node_modules/next/dist/server/app-render/cache-signal.js","../../../../../node_modules/next/dist/server/app-render/console-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/console-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/dynamic-rendering.js","../../../../../node_modules/next/dist/server/app-render/instant-validation/boundary-constants.js","../../../../../node_modules/next/dist/server/app-render/instant-validation/boundary-tracking.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/staged-rendering.js","../../../../../node_modules/next/dist/server/app-render/sync-io-messages.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/dev/browser-logs/file-logger.js","../../../../../node_modules/next/dist/server/dynamic-rendering-utils.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/parse-stack.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/source-maps.js","../../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../../node_modules/next/dist/server/load-manifest.external.js","../../../../../node_modules/next/dist/server/node-environment-baseline.js","../../../../../node_modules/next/dist/server/node-environment-extensions/console-dim.external.js","../../../../../node_modules/next/dist/server/node-environment-extensions/console-exit.js","../../../../../node_modules/next/dist/server/node-environment-extensions/console-file.js","../../../../../node_modules/next/dist/server/node-environment-extensions/date.js","../../../../../node_modules/next/dist/server/node-environment-extensions/error-inspect.js","../../../../../node_modules/next/dist/server/node-environment-extensions/fast-set-immediate.external.js","../../../../../node_modules/next/dist/server/node-environment-extensions/io-utils.js","../../../../../node_modules/next/dist/server/node-environment-extensions/node-crypto.js","../../../../../node_modules/next/dist/server/node-environment-extensions/random.js","../../../../../node_modules/next/dist/server/node-environment-extensions/unhandled-rejection.external.js","../../../../../node_modules/next/dist/server/node-environment-extensions/web-crypto.js","../../../../../node_modules/next/dist/server/node-environment.js","../../../../../node_modules/next/dist/server/node-polyfill-crypto.js","../../../../../node_modules/next/dist/server/patch-error-inspect.js","../../../../../node_modules/next/dist/server/require-hook.js","../../../../../node_modules/next/dist/server/response-cache/types.js","../../../../../node_modules/next/dist/server/runtime-reacts.external.js","../../../../../node_modules/next/dist/shared/lib/deep-freeze.js","../../../../../node_modules/next/dist/shared/lib/instant-messages.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/lazy-dynamic/bailout-to-csr.js","../../../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../../node_modules/next/dist/shared/lib/promise-with-resolvers.js","../../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../../node_modules/next/package.json","../../../../../node_modules/react/cjs/react.development.js","../../../../../node_modules/react/cjs/react.production.js","../../../../../node_modules/react/index.js","../../../../../node_modules/react/package.json","../../../../../node_modules/source-map/lib/array-set.js","../../../../../node_modules/source-map/lib/base64-vlq.js","../../../../../node_modules/source-map/lib/base64.js","../../../../../node_modules/source-map/lib/binary-search.js","../../../../../node_modules/source-map/lib/mapping-list.js","../../../../../node_modules/source-map/lib/quick-sort.js","../../../../../node_modules/source-map/lib/source-map-consumer.js","../../../../../node_modules/source-map/lib/source-map-generator.js","../../../../../node_modules/source-map/lib/source-node.js","../../../../../node_modules/source-map/lib/util.js","../../../../../node_modules/source-map/package.json","../../../../../node_modules/source-map/source-map.js","../../../../../package.json","../../../../package.json","../../../chunks/1002.js","../../../chunks/1160.js","../../../chunks/1171.js","../../../chunks/1184.js","../../../chunks/1409.js","../../../chunks/145.js","../../../chunks/1563.js","../../../chunks/1644.js","../../../chunks/1754.js","../../../chunks/196.js","../../../chunks/2042.js","../../../chunks/2541.js","../../../chunks/2737.js","../../../chunks/32.js","../../../chunks/3434.js","../../../chunks/3445.js","../../../chunks/3552.js","../../../chunks/3760.js","../../../chunks/3922.js","../../../chunks/4469.js","../../../chunks/4545.js","../../../chunks/468.js","../../../chunks/515.js","../../../chunks/5218.js","../../../chunks/5268.js","../../../chunks/5281.js","../../../chunks/5402.js","../../../chunks/5663.js","../../../chunks/609.js","../../../chunks/6191.js","../../../chunks/6416.js","../../../chunks/6540.js","../../../chunks/6644.js","../../../chunks/6987.js","../../../chunks/7061.js","../../../chunks/7137.js","../../../chunks/7235.js","../../../chunks/7590.js","../../../chunks/7598.js","../../../chunks/7634.js","../../../chunks/7779.js","../../../chunks/8422.js","../../../chunks/8555.js","../../../chunks/8641.js","../../../chunks/8879.js","../../../chunks/8890.js","../../../chunks/8949.js","../../../chunks/9208.js","../../../chunks/9453.js","../../../chunks/9550.js","../../../chunks/9640.js","../../../chunks/9786.js","../../../chunks/9954.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":{"11055":{"*":{"id":"35565","name":"*","chunks":[],"async":false}},"15626":{"*":{"id":"78128","name":"*","chunks":[],"async":false}},"32383":{"*":{"id":"32735","name":"*","chunks":[],"async":false}},"39295":{"*":{"id":"79379","name":"*","chunks":[],"async":false}},"52318":{"*":{"id":"60689","name":"*","chunks":[],"async":false}},"52329":{"*":{"id":"46005","name":"*","chunks":[],"async":false}},"54690":{"*":{"id":"43248","name":"*","chunks":[],"async":false}},"57121":{"*":{"id":"35421","name":"*","chunks":[],"async":false}},"61304":{"*":{"id":"60440","name":"*","chunks":[],"async":false}},"61549":{"*":{"id":"99703","name":"*","chunks":[],"async":false}},"64777":{"*":{"id":"82265","name":"*","chunks":[],"async":false}},"66365":{"*":{"id":"48515","name":"*","chunks":[],"async":false}},"66609":{"*":{"id":"90707","name":"*","chunks":[],"async":false}},"74581":{"*":{"id":"61335","name":"*","chunks":[],"async":false}},"78616":{"*":{"id":"84342","name":"*","chunks":[],"async":false}},"80029":{"*":{"id":"37368","name":"*","chunks":[],"async":false}},"86763":{"*":{"id":"9999","name":"*","chunks":[],"async":false}},"86869":{"*":{"id":"74661","name":"*","chunks":[],"async":false}},"90268":{"*":{"id":"90850","name":"*","chunks":[],"async":false}},"90484":{"*":{"id":"70664","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/client-page.js":{"id":61304,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/client-page.js":{"id":61304,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/client-segment.js":{"id":78616,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/client-segment.js":{"id":78616,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":64777,"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":64777,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/layout-router.js":{"id":57121,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/layout-router.js":{"id":57121,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/render-from-template-context.js":{"id":74581,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":74581,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/lib/framework/boundary-components.js":{"id":90484,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":90484,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":86869,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":86869,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/assets/globals.css":{"id":81526,"name":"*","chunks":["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-6c9ccc7b7d6cb3f8.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/backend-status-banner/index.tsx":{"id":90268,"name":"*","chunks":["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-6c9ccc7b7d6cb3f8.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/providers/tanstack-query-provider.tsx":{"id":15626,"name":"*","chunks":["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-6c9ccc7b7d6cb3f8.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/providers/theme-provider.tsx":{"id":32383,"name":"*","chunks":["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-6c9ccc7b7d6cb3f8.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/ui/sonner.tsx":{"id":61549,"name":"*","chunks":["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-6c9ccc7b7d6cb3f8.js","7177","static/chunks/app/layout-201d71e0643217b4.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":25729,"name":"*","chunks":["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-6c9ccc7b7d6cb3f8.js","7177","static/chunks/app/layout-201d71e0643217b4.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":89620,"name":"*","chunks":["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-6c9ccc7b7d6cb3f8.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/global-error.tsx":{"id":54690,"name":"*","chunks":["4219","static/chunks/app/global-error-7240682073063959.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/sonner/dist/index.mjs":{"id":66609,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/login/page.tsx":{"id":66365,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/page.tsx":{"id":11055,"name":"*","chunks":["3698","static/chunks/app/admin/page-b39ad3e2c00f24dd.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/register/page.tsx":{"id":52329,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/page-wrapper/index.tsx":{"id":39295,"name":"*","chunks":["5948","static/chunks/06bf0ff1-05bec4405a26193e.js","2685","static/chunks/9ad0e60a-b509baefc1ee1013.js","7003","static/chunks/14258b02-ae2eff76e8809e2c.js","4316","static/chunks/ad2866b8-6c51983a1eb56136.js","6609","static/chunks/6609-d04b1d068005ddca.js","4172","static/chunks/4172-d5730e9cf6cac21e.js","2759","static/chunks/2759-db92d11c2010a954.js","4349","static/chunks/4349-f127531f1253de16.js","9756","static/chunks/9756-c0db2184d44e8848.js","9964","static/chunks/9964-eaccec1ce3c7e267.js","3775","static/chunks/3775-4b72808c43fde03a.js","6719","static/chunks/6719-d15afd9d49645486.js","5671","static/chunks/5671-740eac081f61ef5c.js","4955","static/chunks/4955-ff637753d6aded60.js","5024","static/chunks/5024-261e33bff748022a.js","7631","static/chunks/7631-6c9ccc7b7d6cb3f8.js","2880","static/chunks/2880-e24aa05c3a623a1c.js","2528","static/chunks/2528-521d270194a518ab.js","8733","static/chunks/app/admin/users/page-6e0fb6c1c236d347.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/test-generation/page.tsx":{"id":52318,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/w/[workspaceId]/projects/page.tsx":{"id":86763,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/page.tsx":{"id":80029,"name":"*","chunks":["5948","static/chunks/06bf0ff1-05bec4405a26193e.js","2685","static/chunks/9ad0e60a-b509baefc1ee1013.js","7003","static/chunks/14258b02-ae2eff76e8809e2c.js","4316","static/chunks/ad2866b8-6c51983a1eb56136.js","6609","static/chunks/6609-d04b1d068005ddca.js","4172","static/chunks/4172-d5730e9cf6cac21e.js","2759","static/chunks/2759-db92d11c2010a954.js","4349","static/chunks/4349-f127531f1253de16.js","9756","static/chunks/9756-c0db2184d44e8848.js","9964","static/chunks/9964-eaccec1ce3c7e267.js","3775","static/chunks/3775-4b72808c43fde03a.js","6719","static/chunks/6719-d15afd9d49645486.js","5671","static/chunks/5671-740eac081f61ef5c.js","4955","static/chunks/4955-ff637753d6aded60.js","5024","static/chunks/5024-261e33bff748022a.js","7631","static/chunks/7631-6c9ccc7b7d6cb3f8.js","2880","static/chunks/2880-e24aa05c3a623a1c.js","2528","static/chunks/2528-521d270194a518ab.js","8974","static/chunks/app/page-98392ff788884a04.js"],"async":false}},"entryCSSFiles":{"/Users/otto/Desktop/deepstudio/osw-studio-git/":[],"/Users/otto/Desktop/deepstudio/osw-studio-git/app/layout":[{"inlined":false,"path":"static/css/8a129868f77780ab.css"},{"inlined":false,"path":"static/css/1138060002beec9e.css"}],"/Users/otto/Desktop/deepstudio/osw-studio-git/app/global-error":[],"/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":{"11055":{"*":{"id":"93843","name":"*","chunks":[],"async":false}},"15626":{"*":{"id":"13526","name":"*","chunks":[],"async":false}},"32383":{"*":{"id":"4085","name":"*","chunks":[],"async":false}},"39295":{"*":{"id":"44785","name":"*","chunks":[],"async":false}},"52318":{"*":{"id":"8333","name":"*","chunks":[],"async":false}},"52329":{"*":{"id":"79979","name":"*","chunks":[],"async":false}},"54690":{"*":{"id":"55038","name":"*","chunks":[],"async":false}},"57121":{"*":{"id":"98099","name":"*","chunks":[],"async":false}},"61304":{"*":{"id":"15098","name":"*","chunks":[],"async":false}},"61549":{"*":{"id":"85561","name":"*","chunks":[],"async":false}},"64777":{"*":{"id":"33859","name":"*","chunks":[],"async":false}},"66365":{"*":{"id":"889","name":"*","chunks":[],"async":false}},"66609":{"*":{"id":"23417","name":"*","chunks":[],"async":false}},"74581":{"*":{"id":"16237","name":"*","chunks":[],"async":false}},"78616":{"*":{"id":"47644","name":"*","chunks":[],"async":false}},"80029":{"*":{"id":"99647","name":"*","chunks":[],"async":false}},"81526":{"*":{"id":"94348","name":"*","chunks":[],"async":false}},"86763":{"*":{"id":"43377","name":"*","chunks":[],"async":false}},"86869":{"*":{"id":"36675","name":"*","chunks":[],"async":false}},"90268":{"*":{"id":"11804","name":"*","chunks":[],"async":false}},"90484":{"*":{"id":"98562","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}};
|
|
|
|
| 1 |
+
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/admin/users/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"11055":{"*":{"id":"35565","name":"*","chunks":[],"async":false}},"15626":{"*":{"id":"78128","name":"*","chunks":[],"async":false}},"32383":{"*":{"id":"32735","name":"*","chunks":[],"async":false}},"39295":{"*":{"id":"79379","name":"*","chunks":[],"async":false}},"52318":{"*":{"id":"60689","name":"*","chunks":[],"async":false}},"52329":{"*":{"id":"46005","name":"*","chunks":[],"async":false}},"54690":{"*":{"id":"43248","name":"*","chunks":[],"async":false}},"57121":{"*":{"id":"35421","name":"*","chunks":[],"async":false}},"61304":{"*":{"id":"60440","name":"*","chunks":[],"async":false}},"61549":{"*":{"id":"99703","name":"*","chunks":[],"async":false}},"64777":{"*":{"id":"82265","name":"*","chunks":[],"async":false}},"66365":{"*":{"id":"48515","name":"*","chunks":[],"async":false}},"66609":{"*":{"id":"90707","name":"*","chunks":[],"async":false}},"74581":{"*":{"id":"61335","name":"*","chunks":[],"async":false}},"78616":{"*":{"id":"84342","name":"*","chunks":[],"async":false}},"80029":{"*":{"id":"37368","name":"*","chunks":[],"async":false}},"86763":{"*":{"id":"9999","name":"*","chunks":[],"async":false}},"86869":{"*":{"id":"74661","name":"*","chunks":[],"async":false}},"90268":{"*":{"id":"90850","name":"*","chunks":[],"async":false}},"90484":{"*":{"id":"70664","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/client-page.js":{"id":61304,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/client-page.js":{"id":61304,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/client-segment.js":{"id":78616,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/client-segment.js":{"id":78616,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":64777,"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":64777,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/layout-router.js":{"id":57121,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/layout-router.js":{"id":57121,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/client/components/render-from-template-context.js":{"id":74581,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":74581,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/lib/framework/boundary-components.js":{"id":90484,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":90484,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":86869,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":86869,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/assets/globals.css":{"id":81526,"name":"*","chunks":["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-576ea95eef73611f.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/backend-status-banner/index.tsx":{"id":90268,"name":"*","chunks":["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-576ea95eef73611f.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/providers/tanstack-query-provider.tsx":{"id":15626,"name":"*","chunks":["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-576ea95eef73611f.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/providers/theme-provider.tsx":{"id":32383,"name":"*","chunks":["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-576ea95eef73611f.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/ui/sonner.tsx":{"id":61549,"name":"*","chunks":["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-576ea95eef73611f.js","7177","static/chunks/app/layout-201d71e0643217b4.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":25729,"name":"*","chunks":["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-576ea95eef73611f.js","7177","static/chunks/app/layout-201d71e0643217b4.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":89620,"name":"*","chunks":["6609","static/chunks/6609-d04b1d068005ddca.js","4349","static/chunks/4349-f127531f1253de16.js","1863","static/chunks/1863-70048d47b1cbd13c.js","7631","static/chunks/7631-576ea95eef73611f.js","7177","static/chunks/app/layout-201d71e0643217b4.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/global-error.tsx":{"id":54690,"name":"*","chunks":["4219","static/chunks/app/global-error-7240682073063959.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/node_modules/sonner/dist/index.mjs":{"id":66609,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/login/page.tsx":{"id":66365,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/page.tsx":{"id":11055,"name":"*","chunks":["3698","static/chunks/app/admin/page-b39ad3e2c00f24dd.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/admin/register/page.tsx":{"id":52329,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/components/page-wrapper/index.tsx":{"id":39295,"name":"*","chunks":["5948","static/chunks/06bf0ff1-05bec4405a26193e.js","2685","static/chunks/9ad0e60a-b509baefc1ee1013.js","7003","static/chunks/14258b02-ae2eff76e8809e2c.js","4316","static/chunks/ad2866b8-6c51983a1eb56136.js","6609","static/chunks/6609-d04b1d068005ddca.js","4172","static/chunks/4172-d5730e9cf6cac21e.js","2759","static/chunks/2759-db92d11c2010a954.js","4349","static/chunks/4349-f127531f1253de16.js","9756","static/chunks/9756-c0db2184d44e8848.js","9964","static/chunks/9964-eaccec1ce3c7e267.js","3775","static/chunks/3775-4b72808c43fde03a.js","5165","static/chunks/5165-0872a71f0d9cff2d.js","5671","static/chunks/5671-70ec1e746cbc8dbd.js","4955","static/chunks/4955-015013aba5e0d8c0.js","5024","static/chunks/5024-261e33bff748022a.js","7631","static/chunks/7631-576ea95eef73611f.js","2880","static/chunks/2880-9bf038807e524afd.js","6351","static/chunks/6351-53143e9db8f26c9d.js","8733","static/chunks/app/admin/users/page-c95011521cf12af8.js"],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/test-generation/page.tsx":{"id":52318,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/w/[workspaceId]/projects/page.tsx":{"id":86763,"name":"*","chunks":[],"async":false},"/Users/otto/Desktop/deepstudio/osw-studio-git/app/page.tsx":{"id":80029,"name":"*","chunks":["5948","static/chunks/06bf0ff1-05bec4405a26193e.js","2685","static/chunks/9ad0e60a-b509baefc1ee1013.js","7003","static/chunks/14258b02-ae2eff76e8809e2c.js","4316","static/chunks/ad2866b8-6c51983a1eb56136.js","6609","static/chunks/6609-d04b1d068005ddca.js","4172","static/chunks/4172-d5730e9cf6cac21e.js","2759","static/chunks/2759-db92d11c2010a954.js","4349","static/chunks/4349-f127531f1253de16.js","9756","static/chunks/9756-c0db2184d44e8848.js","9964","static/chunks/9964-eaccec1ce3c7e267.js","3775","static/chunks/3775-4b72808c43fde03a.js","5165","static/chunks/5165-0872a71f0d9cff2d.js","5671","static/chunks/5671-70ec1e746cbc8dbd.js","4955","static/chunks/4955-015013aba5e0d8c0.js","5024","static/chunks/5024-261e33bff748022a.js","7631","static/chunks/7631-576ea95eef73611f.js","2880","static/chunks/2880-9bf038807e524afd.js","6351","static/chunks/6351-53143e9db8f26c9d.js","8974","static/chunks/app/page-9fe7ded273d6feba.js"],"async":false}},"entryCSSFiles":{"/Users/otto/Desktop/deepstudio/osw-studio-git/":[],"/Users/otto/Desktop/deepstudio/osw-studio-git/app/layout":[{"inlined":false,"path":"static/css/39d0e628feefc04b.css"},{"inlined":false,"path":"static/css/1138060002beec9e.css"}],"/Users/otto/Desktop/deepstudio/osw-studio-git/app/global-error":[],"/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":{"11055":{"*":{"id":"93843","name":"*","chunks":[],"async":false}},"15626":{"*":{"id":"13526","name":"*","chunks":[],"async":false}},"32383":{"*":{"id":"4085","name":"*","chunks":[],"async":false}},"39295":{"*":{"id":"44785","name":"*","chunks":[],"async":false}},"52318":{"*":{"id":"8333","name":"*","chunks":[],"async":false}},"52329":{"*":{"id":"79979","name":"*","chunks":[],"async":false}},"54690":{"*":{"id":"55038","name":"*","chunks":[],"async":false}},"57121":{"*":{"id":"98099","name":"*","chunks":[],"async":false}},"61304":{"*":{"id":"15098","name":"*","chunks":[],"async":false}},"61549":{"*":{"id":"85561","name":"*","chunks":[],"async":false}},"64777":{"*":{"id":"33859","name":"*","chunks":[],"async":false}},"66365":{"*":{"id":"889","name":"*","chunks":[],"async":false}},"66609":{"*":{"id":"23417","name":"*","chunks":[],"async":false}},"74581":{"*":{"id":"16237","name":"*","chunks":[],"async":false}},"78616":{"*":{"id":"47644","name":"*","chunks":[],"async":false}},"80029":{"*":{"id":"99647","name":"*","chunks":[],"async":false}},"81526":{"*":{"id":"94348","name":"*","chunks":[],"async":false}},"86763":{"*":{"id":"43377","name":"*","chunks":[],"async":false}},"86869":{"*":{"id":"36675","name":"*","chunks":[],"async":false}},"90268":{"*":{"id":"11804","name":"*","chunks":[],"async":false}},"90484":{"*":{"id":"98562","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}};
|