@ujima/agents 0.0.2 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +78 -135
- package/assets/banner.png +0 -0
- package/dist/manifest.json +2 -2
- package/dist/runtime/web/apps/web/.next/BUILD_ID +1 -1
- package/dist/runtime/web/apps/web/.next/build-manifest.json +3 -3
- package/dist/runtime/web/apps/web/.next/prerender-manifest.json +3 -3
- package/dist/runtime/web/apps/web/.next/server/app/_global-error.html +1 -1
- package/dist/runtime/web/apps/web/.next/server/app/_global-error.rsc +1 -1
- package/dist/runtime/web/apps/web/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
- package/dist/runtime/web/apps/web/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
- package/dist/runtime/web/apps/web/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
- package/dist/runtime/web/apps/web/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
- package/dist/runtime/web/apps/web/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/dist/runtime/web/apps/web/.next/server/app/_not-found.html +1 -1
- package/dist/runtime/web/apps/web/.next/server/app/_not-found.rsc +1 -1
- package/dist/runtime/web/apps/web/.next/server/app/_not-found.segments/_full.segment.rsc +1 -1
- package/dist/runtime/web/apps/web/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
- package/dist/runtime/web/apps/web/.next/server/app/_not-found.segments/_index.segment.rsc +1 -1
- package/dist/runtime/web/apps/web/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
- package/dist/runtime/web/apps/web/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
- package/dist/runtime/web/apps/web/.next/server/app/_not-found.segments/_tree.segment.rsc +1 -1
- package/dist/runtime/web/apps/web/.next/server/app/sign-in.html +1 -1
- package/dist/runtime/web/apps/web/.next/server/app/sign-in.rsc +1 -1
- package/dist/runtime/web/apps/web/.next/server/app/sign-in.segments/_full.segment.rsc +1 -1
- package/dist/runtime/web/apps/web/.next/server/app/sign-in.segments/_head.segment.rsc +1 -1
- package/dist/runtime/web/apps/web/.next/server/app/sign-in.segments/_index.segment.rsc +1 -1
- package/dist/runtime/web/apps/web/.next/server/app/sign-in.segments/_tree.segment.rsc +1 -1
- package/dist/runtime/web/apps/web/.next/server/app/sign-in.segments/sign-in/__PAGE__.segment.rsc +1 -1
- package/dist/runtime/web/apps/web/.next/server/app/sign-in.segments/sign-in.segment.rsc +1 -1
- package/dist/runtime/web/apps/web/.next/server/middleware-build-manifest.js +3 -3
- package/dist/runtime/web/apps/web/.next/server/pages/404.html +1 -1
- package/dist/runtime/web/apps/web/.next/server/pages/500.html +1 -1
- package/dist/runtime/web/apps/web/.next/server/server-reference-manifest.js +1 -1
- package/dist/runtime/web/apps/web/.next/server/server-reference-manifest.json +1 -1
- package/package.json +2 -1
- /package/dist/runtime/web/.next/static/{kYlEm6itrAAotEDem1Rdk → qYxEIVgVGVdiSsqihwOPL}/_buildManifest.js +0 -0
- /package/dist/runtime/web/.next/static/{kYlEm6itrAAotEDem1Rdk → qYxEIVgVGVdiSsqihwOPL}/_clientMiddlewareManifest.js +0 -0
- /package/dist/runtime/web/.next/static/{kYlEm6itrAAotEDem1Rdk → qYxEIVgVGVdiSsqihwOPL}/_ssgManifest.js +0 -0
- /package/dist/runtime/web/apps/web/.next/static/{kYlEm6itrAAotEDem1Rdk → qYxEIVgVGVdiSsqihwOPL}/_buildManifest.js +0 -0
- /package/dist/runtime/web/apps/web/.next/static/{kYlEm6itrAAotEDem1Rdk → qYxEIVgVGVdiSsqihwOPL}/_clientMiddlewareManifest.js +0 -0
- /package/dist/runtime/web/apps/web/.next/static/{kYlEm6itrAAotEDem1Rdk → qYxEIVgVGVdiSsqihwOPL}/_ssgManifest.js +0 -0
package/README.md
CHANGED
|
@@ -1,170 +1,148 @@
|
|
|
1
1
|
# Ujima Agents
|
|
2
2
|
|
|
3
|
-

|
|
4
4
|
|
|
5
5
|
[](https://www.npmjs.com/package/@ujima/agents)
|
|
6
6
|
[](https://opensource.org/licenses/MIT)
|
|
7
|
-
[](https://github.com/UjimaAgents/ujima-agents)
|
|
8
8
|
[](https://x.com/vincent_presh)
|
|
9
9
|
|
|
10
|
+
> **Ujima Agents is not open source yet.** The runtime ships today via npm; the full monorepo and contributor workflow will be published when we open-source the project.
|
|
11
|
+
>
|
|
12
|
+
> **Open source — coming soon.** Follow [@vincent_presh on X](https://x.com/vincent_presh) for updates.
|
|
13
|
+
|
|
10
14
|
---
|
|
11
15
|
|
|
12
16
|
**Ujima Agents** is a framework for building Slack-like teams of AI agents, with roles and workspace-bounded execution.
|
|
13
17
|
|
|
14
18
|
Define persistent agent members, assign roles, and work in channels — the same collaboration model as a team chat app, backed by a local runtime that enforces approvals and keeps every tool call inside your workspace root.
|
|
15
19
|
|
|
16
|
-
**Product surfaces**
|
|
17
|
-
|
|
18
|
-
- **Web** — Slack-like UI for channels, DMs, mentions, approvals, and task runs (`apps/web`)
|
|
19
|
-
- **VS Code extension** — the same team in your editor: chat, channels, approvals, and workspace-aware actions (`apps/vscode-extension`)
|
|
20
|
+
**Product surfaces** (via the published npm package)
|
|
20
21
|
|
|
21
|
-
|
|
22
|
+
- **Web** — Slack-like UI for channels, DMs, mentions, approvals, and task runs
|
|
23
|
+
- **CLI** — Install from npm, initialize your org, and start the local API + web stack (`ujima init`, `ujima start`)
|
|
24
|
+
- **VS Code extension** — Same team in your editor (coming soon as a separate release)
|
|
22
25
|
|
|
23
26
|
---
|
|
24
27
|
|
|
25
28
|
## 🧠 Core Concepts
|
|
26
29
|
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
30
|
+
- **Organization** — Your team has a name, a workspace root folder, and a set of members. Every agent is a persistent, stateful member of that organization.
|
|
31
|
+
- **Roles** — Agents are assigned typed roles (`backend-engineer`, `frontend-engineer`, `code-reviewer`, `pm`, etc.) that determine their system instructions, tool access, and workspace subdirectory scope.
|
|
32
|
+
- **Channels** — Team communication happens in named channels, threads, DMs, and private self-channels. Agents respond when `@mentioned`; they don't spam every conversation.
|
|
33
|
+
- **Task runs** — Focused work promotes into dedicated `task-run` channels where workers execute with visible progress; completion and failure summaries link back to the main conversation.
|
|
34
|
+
- **Approvals** — Sensitive actions (file writes, shell commands, git mutations) are gated behind human approval. Nothing lands in your workspace without your explicit say-so.
|
|
35
|
+
- **Workspace Bounds** — All agent execution is hard-sandboxed to your chosen organization root. No traversal, no escape, no surprises.
|
|
36
|
+
- **Skills** — Agents can be equipped with `SKILL.md` capabilities (including community skills) loaded into their operational context.
|
|
37
|
+
- **Owner Sessions** — Onboarding creates the first owner credentials and a durable session. Returning to the Web UI restores your signed-in workspace instead of dropping you back into registration-only state.
|
|
35
38
|
|
|
36
39
|
---
|
|
37
40
|
|
|
38
|
-
## ⚡ Quick Start
|
|
41
|
+
## ⚡ Quick Start (npm)
|
|
39
42
|
|
|
40
|
-
The
|
|
43
|
+
The supported way to run Ujima today is the **`@ujima/agents`** package on npm.
|
|
41
44
|
|
|
42
45
|
### Prerequisites
|
|
43
|
-
- **Bun** (version 1.3+) or **Node.js** installed on your machine.
|
|
44
|
-
- LLM API keys (e.g., Anthropic, OpenAI, DeepSeek) to power your agents.
|
|
45
46
|
|
|
46
|
-
|
|
47
|
+
- **Node.js 20+** or **Bun 1.3+**
|
|
48
|
+
- LLM API keys (e.g. Anthropic, OpenAI, DeepSeek)
|
|
49
|
+
|
|
50
|
+
### Install and run
|
|
47
51
|
|
|
48
|
-
#### 1. Install Ujima globally
|
|
49
52
|
```bash
|
|
50
53
|
npm install -g @ujima/agents
|
|
51
|
-
# or
|
|
52
|
-
bun add -g @ujima/agents
|
|
53
|
-
```
|
|
54
|
+
# or: bun add -g @ujima/agents
|
|
54
55
|
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
```bash
|
|
58
|
-
ujima init --name "Acme Engineering" --owner "Alex" --workspace $(pwd)
|
|
56
|
+
ujima init --name "Acme Engineering" --owner "Alex" --workspace "$(pwd)"
|
|
57
|
+
ujima start
|
|
59
58
|
```
|
|
60
59
|
|
|
61
|
-
|
|
60
|
+
Open **[http://localhost:3452](http://localhost:3452)** in your browser (default web UI). The API listens on **http://127.0.0.1:7511** by default.
|
|
61
|
+
|
|
62
62
|
```bash
|
|
63
|
-
ujima
|
|
63
|
+
ujima --help
|
|
64
64
|
```
|
|
65
65
|
|
|
66
66
|
---
|
|
67
67
|
|
|
68
|
-
|
|
68
|
+
## Open source (coming soon)
|
|
69
69
|
|
|
70
|
-
**
|
|
70
|
+
The **source code is not public yet**. This repository and a full local development setup will be released when we open-source Ujima Agents.
|
|
71
71
|
|
|
72
|
-
|
|
72
|
+
Until then:
|
|
73
73
|
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
git clone https://github.com/UjimaAgents/ujima-agents.git
|
|
78
|
-
cd ujima
|
|
74
|
+
- Install and run from **npm** (above) — not from a git clone
|
|
75
|
+
- Do not expect public issues, PRs, or contributor docs yet
|
|
76
|
+
- Watch [GitHub](https://github.com/UjimaAgents/ujima-agents) and [@vincent_presh on X](https://x.com/vincent_presh) for the open-source announcement
|
|
79
77
|
|
|
80
|
-
|
|
81
|
-
bun install
|
|
82
|
-
|
|
83
|
-
# Compile the packages
|
|
84
|
-
bun run build
|
|
85
|
-
```
|
|
86
|
-
|
|
87
|
-
#### 2. Link the `ujima` Command Line Tool
|
|
88
|
-
Register the CLI command globally from the workspace:
|
|
89
|
-
```bash
|
|
90
|
-
cd packages/cli
|
|
91
|
-
bun link
|
|
92
|
-
cd ../..
|
|
93
|
-
```
|
|
94
|
-
|
|
95
|
-
#### 3. Initialize & Start
|
|
96
|
-
```bash
|
|
97
|
-
ujima init --name "Acme Engineering" --owner "Alex" --workspace $(pwd)
|
|
98
|
-
ujima start
|
|
99
|
-
```
|
|
100
|
-
|
|
101
|
-
> [!TIP]
|
|
102
|
-
> Once started, open **[http://localhost:3452](http://localhost:3452)** in your browser to sign in and join your agent team!
|
|
78
|
+
When the project opens, we will publish clone-and-contribute instructions here (monorepo layout, `bun run dev:local`, tests, and package map).
|
|
103
79
|
|
|
104
80
|
---
|
|
105
81
|
|
|
106
82
|
## Product surfaces
|
|
107
83
|
|
|
108
|
-
| Surface
|
|
109
|
-
|
|
|
110
|
-
| **Web**
|
|
111
|
-
| **
|
|
112
|
-
| **
|
|
84
|
+
| Surface | What it is | Available today |
|
|
85
|
+
| :-------------------- | :---------------------------------------------------------------------------------------------------------- | :------------------------------- |
|
|
86
|
+
| **Web** | Slack-like UI for your agent team: channels, threads, DMs, `@mentions`, approvals, and task-run visibility. | Yes — after `ujima start` |
|
|
87
|
+
| **CLI** | Bootstrap (`ujima init`), start the local API and web app (`ujima start`), and diagnostics. | Yes — via `@ujima/agents` on npm |
|
|
88
|
+
| **VS Code extension** | The same team inside the editor — channels, agent chat, approvals, and workspace-scoped actions. | Coming soon |
|
|
113
89
|
|
|
114
90
|
---
|
|
115
91
|
|
|
116
|
-
##
|
|
92
|
+
## Configure your team
|
|
117
93
|
|
|
118
|
-
|
|
94
|
+
Teams are configured declaratively (e.g. `ujima.config.ts` in your workspace). Example shape:
|
|
119
95
|
|
|
120
96
|
```typescript
|
|
121
|
-
import {
|
|
97
|
+
import {createStarterAgentTeamConfig} from "@ujima/framework";
|
|
122
98
|
|
|
123
99
|
export const team = createStarterAgentTeamConfig({
|
|
124
100
|
name: "Acme Product Team",
|
|
125
101
|
workspaceRoot: process.cwd(),
|
|
126
102
|
providers: {
|
|
127
|
-
anthropic: {
|
|
128
|
-
openai: {
|
|
103
|
+
anthropic: {apiKeyRef: "ANTHROPIC_API_KEY"},
|
|
104
|
+
openai: {apiKeyRef: "OPENAI_API_KEY"},
|
|
129
105
|
},
|
|
130
106
|
roles: [
|
|
131
107
|
{
|
|
132
108
|
name: "backend-engineer",
|
|
133
109
|
title: "Backend Engineer",
|
|
134
|
-
description:
|
|
110
|
+
description:
|
|
111
|
+
"Designs robust databases, high-performance APIs, and server logic.",
|
|
135
112
|
workspaceScopes: ["apps/api", "packages/shared"],
|
|
136
113
|
tools: ["read_file", "write_file", "search_grep", "execute_command"],
|
|
137
|
-
instructions:
|
|
114
|
+
instructions:
|
|
115
|
+
"Follow Clean Architecture guidelines. Write unit tests for all domain logic.",
|
|
138
116
|
},
|
|
139
117
|
{
|
|
140
118
|
name: "code-reviewer",
|
|
141
119
|
title: "Senior QA & Code Reviewer",
|
|
142
|
-
description:
|
|
120
|
+
description:
|
|
121
|
+
"Audits codebase changes, validates test runs, and enforces quality guidelines.",
|
|
143
122
|
workspaceScopes: ["."],
|
|
144
123
|
tools: ["read_file", "execute_command"],
|
|
145
|
-
instructions:
|
|
146
|
-
|
|
124
|
+
instructions:
|
|
125
|
+
"Analyze code diffs critically. Do not accept code that has linting errors.",
|
|
126
|
+
},
|
|
147
127
|
],
|
|
148
128
|
agents: [
|
|
129
|
+
{name: "Alex", roleName: "backend-engineer", personalityName: "direct"},
|
|
130
|
+
{name: "Quinn", roleName: "code-reviewer", personalityName: "skeptical"},
|
|
131
|
+
],
|
|
132
|
+
channels: [
|
|
149
133
|
{
|
|
150
|
-
name: "
|
|
151
|
-
|
|
152
|
-
personalityName: "direct",
|
|
134
|
+
name: "general",
|
|
135
|
+
topic: "Company-wide alignment and high-level announcements.",
|
|
153
136
|
},
|
|
154
137
|
{
|
|
155
|
-
name: "
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
}
|
|
159
|
-
],
|
|
160
|
-
channels: [
|
|
161
|
-
{ name: "general", topic: "Company-wide alignment and high-level announcements." },
|
|
162
|
-
{ name: "engineering", topic: "Technical syncs, code reviews, and test pipeline statuses." }
|
|
138
|
+
name: "engineering",
|
|
139
|
+
topic: "Technical syncs, code reviews, and test pipeline statuses.",
|
|
140
|
+
},
|
|
163
141
|
],
|
|
164
142
|
policies: {
|
|
165
|
-
requireApprovalForWrites: true,
|
|
166
|
-
requireApprovalForShell: true,
|
|
167
|
-
}
|
|
143
|
+
requireApprovalForWrites: true,
|
|
144
|
+
requireApprovalForShell: true,
|
|
145
|
+
},
|
|
168
146
|
});
|
|
169
147
|
|
|
170
148
|
export default team;
|
|
@@ -176,26 +154,26 @@ export default team;
|
|
|
176
154
|
|
|
177
155
|
Ujima is **local-first**: execution and secrets stay on your machine.
|
|
178
156
|
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
157
|
+
- **Secrets stay local** — Provider keys live in the local daemon. The web app and VS Code extension never store or transmit them.
|
|
158
|
+
- **Workspace-bounded execution** — Filesystem, shell, and git actions are resolved under your org `workspaceRoot`. Path escapes are rejected at the runtime.
|
|
159
|
+
- **Approvals** — Writes, shell commands, and other sensitive operations wait for your confirmation in the web UI or VS Code sidebar.
|
|
160
|
+
- **Role scopes** — Restrict agents to subtrees so roles stay separated in monorepos.
|
|
183
161
|
|
|
184
162
|
---
|
|
185
163
|
|
|
186
|
-
##
|
|
164
|
+
## Runtime architecture
|
|
187
165
|
|
|
188
|
-
|
|
166
|
+
High-level layout of what `ujima start` runs on your machine:
|
|
189
167
|
|
|
190
168
|
```mermaid
|
|
191
169
|
graph TD
|
|
192
170
|
subgraph Surfaces ["Product surfaces"]
|
|
193
171
|
Web["Web — Slack-like UI (Next.js)"]
|
|
194
|
-
VSCode["VS Code extension"]
|
|
172
|
+
VSCode["VS Code extension (coming soon)"]
|
|
195
173
|
end
|
|
196
174
|
|
|
197
175
|
subgraph Bootstrap ["Bootstrap"]
|
|
198
|
-
CLI["Ujima CLI"]
|
|
176
|
+
CLI["Ujima CLI (@ujima/agents)"]
|
|
199
177
|
end
|
|
200
178
|
|
|
201
179
|
subgraph Core ["Local runtime"]
|
|
@@ -206,7 +184,7 @@ graph TD
|
|
|
206
184
|
subgraph Engine ["Framework & orchestration"]
|
|
207
185
|
Runtime["Agent runtime"]
|
|
208
186
|
Orchestrator["Orchestrator"]
|
|
209
|
-
Framework["
|
|
187
|
+
Framework["Ujima framework"]
|
|
210
188
|
end
|
|
211
189
|
|
|
212
190
|
subgraph Ext ["Integrations & Tools"]
|
|
@@ -221,41 +199,6 @@ graph TD
|
|
|
221
199
|
Engine <--> Ext
|
|
222
200
|
```
|
|
223
201
|
|
|
224
|
-
### Folder Structure
|
|
225
|
-
|
|
226
|
-
| Path | Purpose | Documentation |
|
|
227
|
-
| :--- | :--- | :--- |
|
|
228
|
-
| [`packages/ujima`](git+https://github.com/UjimaAgents/ujima-agents/tree/main/packages/ujima) | **Framework SDK** — Config creators, personality presets, and role schemas. | [Framework Readme](git+https://github.com/UjimaAgents/ujima-agents/tree/main/packages/ujima/README.md) |
|
|
229
|
-
| [`packages/cli`](git+https://github.com/UjimaAgents/ujima-agents/tree/main/packages/cli) | **Command Line Interface** — Entry point for setup, daemon management, and boot operations. | [CLI Readme](git+https://github.com/UjimaAgents/ujima-agents/tree/main/packages/cli/README.md) |
|
|
230
|
-
| [`apps/api`](git+https://github.com/UjimaAgents/ujima-agents/tree/main/apps/api) | **Runtime Daemon** — Local orchestrator, realtime event bus, SQLite database, and sandboxed executors. | [API Readme](git+https://github.com/UjimaAgents/ujima-agents/tree/main/apps/api/README.md) |
|
|
231
|
-
| [`apps/web`](git+https://github.com/UjimaAgents/ujima-agents/tree/main/apps/web) | **Web** — Slack-like UI for channels, messaging, approvals, and runs. | [Web Readme](git+https://github.com/UjimaAgents/ujima-agents/tree/main/apps/web/README.md) |
|
|
232
|
-
| [`apps/vscode-extension`](git+https://github.com/UjimaAgents/ujima-agents/tree/main/apps/vscode-extension) | **VS Code extension** — Editor surface for the same team and API. | [Extension Readme](git+https://github.com/UjimaAgents/ujima-agents/tree/main/apps/vscode-extension/README.md) |
|
|
233
|
-
|
|
234
|
-
---
|
|
235
|
-
|
|
236
|
-
## 🛠️ Modifying & Extending Ujima
|
|
237
|
-
|
|
238
|
-
If you are developing Ujima itself or building custom extensions:
|
|
239
|
-
|
|
240
|
-
For local development (fixed ports for API + web), use:
|
|
241
|
-
|
|
242
|
-
```bash
|
|
243
|
-
bun run dev:local
|
|
244
|
-
```
|
|
245
|
-
|
|
246
|
-
This builds the API package dependency graph first, then starts the local API on `http://localhost:7511` and the web app on `http://localhost:3452`. The pre-start build keeps runtime packages such as `@ujima/orchestrator` in sync with source changes because the API imports workspace packages from their compiled `dist` entrypoints.
|
|
247
|
-
|
|
248
|
-
### Running Tests
|
|
249
|
-
To run unit and integration tests across the packages:
|
|
250
|
-
```bash
|
|
251
|
-
bun test
|
|
252
|
-
```
|
|
253
|
-
|
|
254
|
-
### Monorepo Structure guidelines
|
|
255
|
-
- **Bun** is the designated package manager. Do not use npm or pnpm commands.
|
|
256
|
-
- Shared API contracts under `packages/shared` are load-bearing; modifications require executing `bun run build` to update dependent typing across the workspaces.
|
|
257
|
-
- File system validation guards in `packages/shared/src/paths.ts` must never be compromised or skipped.
|
|
258
|
-
|
|
259
202
|
---
|
|
260
203
|
|
|
261
204
|
## Contact
|
|
@@ -266,4 +209,4 @@ Questions or updates: follow [@vincent_presh on X](https://x.com/vincent_presh).
|
|
|
266
209
|
|
|
267
210
|
## 📜 License
|
|
268
211
|
|
|
269
|
-
|
|
212
|
+
The **`@ujima/agents`** npm distribution is licensed under the [MIT License](https://github.com/UjimaAgents/ujima-agents/blob/main/LICENSE). Open-source release of the full repository is **coming soon**; terms for the source tree will be published at that time.
|
|
Binary file
|
package/dist/manifest.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
qYxEIVgVGVdiSsqihwOPL
|
|
@@ -7,9 +7,9 @@
|
|
|
7
7
|
"static/chunks/03~yq9q893hmn.js"
|
|
8
8
|
],
|
|
9
9
|
"lowPriorityFiles": [
|
|
10
|
-
"static/
|
|
11
|
-
"static/
|
|
12
|
-
"static/
|
|
10
|
+
"static/qYxEIVgVGVdiSsqihwOPL/_buildManifest.js",
|
|
11
|
+
"static/qYxEIVgVGVdiSsqihwOPL/_ssgManifest.js",
|
|
12
|
+
"static/qYxEIVgVGVdiSsqihwOPL/_clientMiddlewareManifest.js"
|
|
13
13
|
],
|
|
14
14
|
"rootMainFiles": [
|
|
15
15
|
"static/chunks/0~7erq98a43is.js",
|
|
@@ -107,8 +107,8 @@
|
|
|
107
107
|
"dynamicRoutes": {},
|
|
108
108
|
"notFoundRoutes": [],
|
|
109
109
|
"preview": {
|
|
110
|
-
"previewModeId": "
|
|
111
|
-
"previewModeSigningKey": "
|
|
112
|
-
"previewModeEncryptionKey": "
|
|
110
|
+
"previewModeId": "2cfd10bad75e198cc3fd14332c3b2e12",
|
|
111
|
+
"previewModeSigningKey": "dbe21a199cbd08e2a567e2c687e0e5ae62a1d902ea3c835f6799911e14ae4015",
|
|
112
|
+
"previewModeEncryptionKey": "a49feac3aa6da3fa5cc3126457af3abe5c92314910e11d8113128dc69cb7e1c4"
|
|
113
113
|
}
|
|
114
114
|
}
|
|
@@ -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/0~7erq98a43is.js"/><script src="/_next/static/chunks/0og6udka9ssbb.js" async=""></script><script src="/_next/static/chunks/0ux8_r.wek.9m.js" async=""></script><script src="/_next/static/chunks/0qm60.b.su6bl.js" async=""></script><script src="/_next/static/chunks/turbopack-179_p1cuia6zc.js" async=""></script><script src="/_next/static/chunks/04uxvc3gr041k.js" async=""></script><script src="/_next/static/chunks/02eh3jthcnvpl.js" async=""></script><meta name="next-size-adjust" content=""/><title>500: This page couldn’t load</title><link rel="icon" href="/favicon.ico?favicon.0x3dzn~oxb6tn.ico" sizes="256x256" type="image/x-icon"/><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/03~yq9q893hmn.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/0~7erq98a43is.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[77689,[\"/_next/static/chunks/04uxvc3gr041k.js\",\"/_next/static/chunks/02eh3jthcnvpl.js\"],\"default\"]\n3:I[89032,[\"/_next/static/chunks/04uxvc3gr041k.js\",\"/_next/static/chunks/02eh3jthcnvpl.js\"],\"default\"]\n4:I[39122,[\"/_next/static/chunks/04uxvc3gr041k.js\",\"/_next/static/chunks/02eh3jthcnvpl.js\"],\"OutletBoundary\"]\n5:\"$Sreact.suspense\"\n8:I[39122,[\"/_next/static/chunks/04uxvc3gr041k.js\",\"/_next/static/chunks/02eh3jthcnvpl.js\"],\"ViewportBoundary\"]\na:I[39122,[\"/_next/static/chunks/04uxvc3gr041k.js\",\"/_next/static/chunks/02eh3jthcnvpl.js\"],\"MetadataBoundary\"]\nc:I[6589,[\"/_next/static/chunks/04uxvc3gr041k.js\",\"/_next/static/chunks/02eh3jthcnvpl.js\"],\"default\",1]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"c\":[\"\",\"_global-error\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"__PAGE__\",{}]}],[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"html\",null,{\"id\":\"__next_error__\",\"children\":[[\"$\",\"head\",null,{\"children\":[[\"$\",\"title\",null,{\"children\":\"500: 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\"],[\"$\",\"$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,\"s\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"
|
|
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/0~7erq98a43is.js"/><script src="/_next/static/chunks/0og6udka9ssbb.js" async=""></script><script src="/_next/static/chunks/0ux8_r.wek.9m.js" async=""></script><script src="/_next/static/chunks/0qm60.b.su6bl.js" async=""></script><script src="/_next/static/chunks/turbopack-179_p1cuia6zc.js" async=""></script><script src="/_next/static/chunks/04uxvc3gr041k.js" async=""></script><script src="/_next/static/chunks/02eh3jthcnvpl.js" async=""></script><meta name="next-size-adjust" content=""/><title>500: This page couldn’t load</title><link rel="icon" href="/favicon.ico?favicon.0x3dzn~oxb6tn.ico" sizes="256x256" type="image/x-icon"/><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/03~yq9q893hmn.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/0~7erq98a43is.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[77689,[\"/_next/static/chunks/04uxvc3gr041k.js\",\"/_next/static/chunks/02eh3jthcnvpl.js\"],\"default\"]\n3:I[89032,[\"/_next/static/chunks/04uxvc3gr041k.js\",\"/_next/static/chunks/02eh3jthcnvpl.js\"],\"default\"]\n4:I[39122,[\"/_next/static/chunks/04uxvc3gr041k.js\",\"/_next/static/chunks/02eh3jthcnvpl.js\"],\"OutletBoundary\"]\n5:\"$Sreact.suspense\"\n8:I[39122,[\"/_next/static/chunks/04uxvc3gr041k.js\",\"/_next/static/chunks/02eh3jthcnvpl.js\"],\"ViewportBoundary\"]\na:I[39122,[\"/_next/static/chunks/04uxvc3gr041k.js\",\"/_next/static/chunks/02eh3jthcnvpl.js\"],\"MetadataBoundary\"]\nc:I[6589,[\"/_next/static/chunks/04uxvc3gr041k.js\",\"/_next/static/chunks/02eh3jthcnvpl.js\"],\"default\",1]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"c\":[\"\",\"_global-error\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"__PAGE__\",{}]}],[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"html\",null,{\"id\":\"__next_error__\",\"children\":[[\"$\",\"head\",null,{\"children\":[[\"$\",\"title\",null,{\"children\":\"500: 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\"],[\"$\",\"$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,\"s\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"qYxEIVgVGVdiSsqihwOPL\"}\n"])</script><script>self.__next_f.push([1,"d:[]\n7:\"$Wd\"\n"])</script><script>self.__next_f.push([1,"9:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"e:I[49243,[\"/_next/static/chunks/04uxvc3gr041k.js\",\"/_next/static/chunks/02eh3jthcnvpl.js\"],\"IconMark\"]\n6:null\nb:[[\"$\",\"link\",\"0\",{\"rel\":\"icon\",\"href\":\"/favicon.ico?favicon.0x3dzn~oxb6tn.ico\",\"sizes\":\"256x256\",\"type\":\"image/x-icon\"}],[\"$\",\"$Le\",\"1\",{}]]\n"])</script></body></html>
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
8:I[39122,["/_next/static/chunks/04uxvc3gr041k.js","/_next/static/chunks/02eh3jthcnvpl.js"],"ViewportBoundary"]
|
|
7
7
|
a:I[39122,["/_next/static/chunks/04uxvc3gr041k.js","/_next/static/chunks/02eh3jthcnvpl.js"],"MetadataBoundary"]
|
|
8
8
|
c:I[6589,["/_next/static/chunks/04uxvc3gr041k.js","/_next/static/chunks/02eh3jthcnvpl.js"],"default",1]
|
|
9
|
-
0:{"P":null,"c":["","_global-error"],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]}],[["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","html",null,{"id":"__next_error__","children":[["$","head",null,{"children":[["$","title",null,{"children":"500: 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"],["$","$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,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"
|
|
9
|
+
0:{"P":null,"c":["","_global-error"],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]}],[["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","html",null,{"id":"__next_error__","children":[["$","head",null,{"children":[["$","title",null,{"children":"500: 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"],["$","$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,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"qYxEIVgVGVdiSsqihwOPL"}
|
|
10
10
|
d:[]
|
|
11
11
|
7:"$Wd"
|
|
12
12
|
9:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
package/dist/runtime/web/apps/web/.next/server/app/_global-error.segments/__PAGE__.segment.rsc
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
1:"$Sreact.fragment"
|
|
2
2
|
2:I[39122,["/_next/static/chunks/04uxvc3gr041k.js","/_next/static/chunks/02eh3jthcnvpl.js"],"OutletBoundary"]
|
|
3
3
|
3:"$Sreact.suspense"
|
|
4
|
-
0:{"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":false,"staleTime":300,"varyParams":null,"buildId":"
|
|
4
|
+
0:{"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":false,"staleTime":300,"varyParams":null,"buildId":"qYxEIVgVGVdiSsqihwOPL"}
|
|
5
5
|
4:null
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
8:I[39122,["/_next/static/chunks/04uxvc3gr041k.js","/_next/static/chunks/02eh3jthcnvpl.js"],"ViewportBoundary"]
|
|
7
7
|
a:I[39122,["/_next/static/chunks/04uxvc3gr041k.js","/_next/static/chunks/02eh3jthcnvpl.js"],"MetadataBoundary"]
|
|
8
8
|
c:I[6589,["/_next/static/chunks/04uxvc3gr041k.js","/_next/static/chunks/02eh3jthcnvpl.js"],"default",1]
|
|
9
|
-
0:{"P":null,"c":["","_global-error"],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]}],[["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","html",null,{"id":"__next_error__","children":[["$","head",null,{"children":[["$","title",null,{"children":"500: 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"],["$","$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,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"
|
|
9
|
+
0:{"P":null,"c":["","_global-error"],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]}],[["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","html",null,{"id":"__next_error__","children":[["$","head",null,{"children":[["$","title",null,{"children":"500: 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"],["$","$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,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"qYxEIVgVGVdiSsqihwOPL"}
|
|
10
10
|
d:[]
|
|
11
11
|
7:"$Wd"
|
|
12
12
|
9:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
|
@@ -3,4 +3,4 @@
|
|
|
3
3
|
3:I[39122,["/_next/static/chunks/04uxvc3gr041k.js","/_next/static/chunks/02eh3jthcnvpl.js"],"MetadataBoundary"]
|
|
4
4
|
4:"$Sreact.suspense"
|
|
5
5
|
5:I[49243,["/_next/static/chunks/04uxvc3gr041k.js","/_next/static/chunks/02eh3jthcnvpl.js"],"IconMark"]
|
|
6
|
-
0:{"rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","link","0",{"rel":"icon","href":"/favicon.ico?favicon.0x3dzn~oxb6tn.ico","sizes":"256x256","type":"image/x-icon"}],["$","$L5","1",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"
|
|
6
|
+
0:{"rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","link","0",{"rel":"icon","href":"/favicon.ico?favicon.0x3dzn~oxb6tn.ico","sizes":"256x256","type":"image/x-icon"}],["$","$L5","1",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"qYxEIVgVGVdiSsqihwOPL"}
|
package/dist/runtime/web/apps/web/.next/server/app/_global-error.segments/_index.segment.rsc
CHANGED
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
2:I[77689,["/_next/static/chunks/04uxvc3gr041k.js","/_next/static/chunks/02eh3jthcnvpl.js"],"default"]
|
|
3
3
|
3:I[89032,["/_next/static/chunks/04uxvc3gr041k.js","/_next/static/chunks/02eh3jthcnvpl.js"],"default"]
|
|
4
4
|
4:[]
|
|
5
|
-
0:{"rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"isPartial":false,"staleTime":300,"varyParams":"$W4","buildId":"
|
|
5
|
+
0:{"rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"isPartial":false,"staleTime":300,"varyParams":"$W4","buildId":"qYxEIVgVGVdiSsqihwOPL"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
0:{"tree":{"name":"","param":null,"prefetchHints":0,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}},"staleTime":300,"buildId":"
|
|
1
|
+
0:{"tree":{"name":"","param":null,"prefetchHints":0,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}},"staleTime":300,"buildId":"qYxEIVgVGVdiSsqihwOPL"}
|