@baasix/baasix 0.1.2 → 0.1.4
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 +51 -16
- package/dist/README.md +51 -16
- package/dist/app/404/index.html +1 -1
- package/dist/app/404.html +1 -1
- package/dist/app/_next/static/chunks/{3817-e20c8f0a0810fc95.js → 3817-5170706432487eeb.js} +1 -1
- package/dist/app/_next/static/chunks/{9599-a7e572bb88c3392b.js → 9599-c979a80a3f8557a2.js} +1 -1
- package/dist/app/_next/static/chunks/app/(authenticated)/settings/schema/page-12bec5e776a0974d.js +1 -0
- package/dist/app/_next/static/chunks/app/(authenticated)/workflows/page-5c2330ee5dc13ab1.js +1 -0
- package/dist/app/_next/static/chunks/{webpack-97b8127545c29856.js → webpack-c0a542d3562cc14f.js} +1 -1
- package/dist/app/activity-log/all-activity/index.html +1 -1
- package/dist/app/activity-log/all-activity/index.txt +2 -2
- package/dist/app/activity-log/email-log/index.html +1 -1
- package/dist/app/activity-log/email-log/index.txt +2 -2
- package/dist/app/activity-log/index.html +1 -1
- package/dist/app/activity-log/index.txt +1 -1
- package/dist/app/activity-log/notifications/index.html +1 -1
- package/dist/app/activity-log/notifications/index.txt +1 -1
- package/dist/app/activity-log/sessions/index.html +1 -1
- package/dist/app/activity-log/sessions/index.txt +1 -1
- package/dist/app/activity-log/workflow-executions/index.html +1 -1
- package/dist/app/activity-log/workflow-executions/index.txt +1 -1
- package/dist/app/activity-log/workflow-logs/index.html +1 -1
- package/dist/app/activity-log/workflow-logs/index.txt +1 -1
- package/dist/app/change-password/index.html +1 -1
- package/dist/app/change-password/index.txt +1 -1
- package/dist/app/dashboard/index.html +1 -1
- package/dist/app/dashboard/index.txt +1 -1
- package/dist/app/data-browser/index.html +1 -1
- package/dist/app/data-browser/index.txt +1 -1
- package/dist/app/file-manager/index.html +1 -1
- package/dist/app/file-manager/index.txt +2 -2
- package/dist/app/forgot-password/index.html +1 -1
- package/dist/app/forgot-password/index.txt +1 -1
- package/dist/app/index.html +1 -1
- package/dist/app/index.txt +1 -1
- package/dist/app/login/index.html +1 -1
- package/dist/app/login/index.txt +1 -1
- package/dist/app/register/index.html +1 -1
- package/dist/app/register/index.txt +1 -1
- package/dist/app/settings/migrations/index.html +1 -1
- package/dist/app/settings/migrations/index.txt +1 -1
- package/dist/app/settings/permissions/index.html +1 -1
- package/dist/app/settings/permissions/index.txt +2 -2
- package/dist/app/settings/project/index.html +1 -1
- package/dist/app/settings/project/index.txt +2 -2
- package/dist/app/settings/roles/index.html +1 -1
- package/dist/app/settings/roles/index.txt +2 -2
- package/dist/app/settings/schema/index.html +1 -1
- package/dist/app/settings/schema/index.txt +2 -2
- package/dist/app/settings/tasks/index.html +1 -1
- package/dist/app/settings/tasks/index.txt +1 -1
- package/dist/app/settings/templates/edit/index.html +1 -1
- package/dist/app/settings/templates/edit/index.txt +1 -1
- package/dist/app/settings/templates/index.html +1 -1
- package/dist/app/settings/templates/index.txt +2 -2
- package/dist/app/settings/tenants/index.html +1 -1
- package/dist/app/settings/tenants/index.txt +2 -2
- package/dist/app/users/index.html +1 -1
- package/dist/app/users/index.txt +2 -2
- package/dist/app/users/invites/index.html +1 -1
- package/dist/app/users/invites/index.txt +1 -1
- package/dist/app/users/list/index.html +1 -1
- package/dist/app/users/list/index.txt +2 -2
- package/dist/app/users/preferences/index.html +1 -1
- package/dist/app/users/preferences/index.txt +1 -1
- package/dist/app/users/user-roles/index.html +1 -1
- package/dist/app/users/user-roles/index.txt +1 -1
- package/dist/app/workflows/detail/index.html +1 -1
- package/dist/app/workflows/detail/index.txt +1 -1
- package/dist/app/workflows/edit/index.html +1 -1
- package/dist/app/workflows/edit/index.txt +1 -1
- package/dist/app/workflows/execution/index.html +1 -1
- package/dist/app/workflows/execution/index.txt +1 -1
- package/dist/app/workflows/index.html +1 -1
- package/dist/app/workflows/index.txt +2 -2
- package/dist/routes/mcp.route.d.ts +23 -0
- package/dist/routes/mcp.route.d.ts.map +1 -0
- package/dist/routes/mcp.route.js +318 -0
- package/dist/routes/mcp.route.js.map +1 -0
- package/dist/routes/openapi.route.js +1 -1
- package/dist/routes/openapi.route.js.map +1 -1
- package/dist/routes/schema.route.d.ts.map +1 -1
- package/dist/routes/schema.route.js +10 -6
- package/dist/routes/schema.route.js.map +1 -1
- package/dist/services/MCPService.d.ts +39 -0
- package/dist/services/MCPService.d.ts.map +1 -0
- package/dist/services/MCPService.js +1413 -0
- package/dist/services/MCPService.js.map +1 -0
- package/dist/utils/auth.d.ts.map +1 -1
- package/dist/utils/auth.js +27 -5
- package/dist/utils/auth.js.map +1 -1
- package/dist/utils/schemaManager.d.ts.map +1 -1
- package/dist/utils/schemaManager.js +36 -0
- package/dist/utils/schemaManager.js.map +1 -1
- package/package.json +2 -1
- package/dist/app/_next/static/chunks/app/(authenticated)/settings/schema/page-899574f35091dd58.js +0 -1
- package/dist/app/_next/static/chunks/app/(authenticated)/workflows/page-1a7a4305ef892fa8.js +0 -1
- /package/dist/app/_next/static/{IrfWLqQW-v_VRpZ550bv5 → ZFTLSdIpaRn3r1OwNmuIZ}/_buildManifest.js +0 -0
- /package/dist/app/_next/static/{IrfWLqQW-v_VRpZ550bv5 → ZFTLSdIpaRn3r1OwNmuIZ}/_ssgManifest.js +0 -0
package/README.md
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
<p align="center">
|
|
2
|
-
<img src="https://raw.githubusercontent.com/baasix/baasix/
|
|
2
|
+
<img src="https://raw.githubusercontent.com/baasix/baasix/main/packages/core/assets/banner_small.jpg" alt="Baasix Banner" />
|
|
3
3
|
</p>
|
|
4
4
|
|
|
5
5
|
<p align="center">
|
|
6
|
-
<strong>A powerful, flexible Backend as a
|
|
6
|
+
<strong>A powerful, flexible Backend as a Source (BaaS) platform for rapid application development</strong>
|
|
7
7
|
</p>
|
|
8
8
|
|
|
9
9
|
<p align="center">
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
<p align="center">
|
|
17
17
|
<a href="https://www.npmjs.com/package/@baasix/baasix"><img src="https://img.shields.io/npm/v/@baasix/baasix.svg" alt="npm version"></a>
|
|
18
18
|
<a href="https://www.npmjs.com/package/@baasix/baasix"><img src="https://img.shields.io/npm/dm/@baasix/baasix.svg" alt="npm downloads"></a>
|
|
19
|
-
<a href="https://github.com/baasix/baasix/blob/
|
|
19
|
+
<a href="https://github.com/baasix/baasix/blob/main/packages/core/LICENSE.MD"><img src="https://img.shields.io/npm/l/@baasix/baasix.svg" alt="license"></a>
|
|
20
20
|
</p>
|
|
21
21
|
|
|
22
22
|
<p align="center">
|
|
@@ -146,7 +146,7 @@ const baasix = createBaasix({
|
|
|
146
146
|
});
|
|
147
147
|
```
|
|
148
148
|
|
|
149
|
-
For complete SDK documentation, see the **[SDK README](https://github.com/baasix/baasix)**.
|
|
149
|
+
For complete SDK documentation, see the **[SDK README](https://github.com/baasix/baasix/tree/main/packages/sdk)**.
|
|
150
150
|
|
|
151
151
|
---
|
|
152
152
|
|
|
@@ -383,31 +383,41 @@ Includes:
|
|
|
383
383
|
|
|
384
384
|
## 🤖 MCP Server (AI Integration)
|
|
385
385
|
|
|
386
|
-
Baasix includes
|
|
386
|
+
Baasix includes Model Context Protocol (MCP) support for AI assistants like Claude, GitHub Copilot, and Cursor. Choose between **Remote MCP** (built-in) or **Local MCP** (npm package).
|
|
387
387
|
|
|
388
|
-
|
|
388
|
+
| Type | Description | Best For |
|
|
389
|
+
|------|-------------|----------|
|
|
390
|
+
| **Remote MCP** | Built-in HTTP endpoint at `/mcp` | Production, cloud, remote servers |
|
|
391
|
+
| **Local MCP** | `@baasix/mcp` npm package | Claude Desktop, local development |
|
|
389
392
|
|
|
390
393
|
### Features
|
|
391
|
-
- **
|
|
394
|
+
- **57 MCP Tools** for comprehensive Baasix operations
|
|
392
395
|
- **Schema Management** — Create, update, delete collections and relationships
|
|
393
396
|
- **CRUD Operations** — Full item management with powerful query capabilities
|
|
394
397
|
- **50+ Filter Operators** — From basic comparison to geospatial and JSONB queries
|
|
395
398
|
- **Permissions** — Role-based access control management
|
|
396
399
|
- **Authentication** — Login, register, magic links, invitations
|
|
397
400
|
|
|
398
|
-
###
|
|
401
|
+
### Remote MCP Setup (Recommended)
|
|
402
|
+
|
|
403
|
+
Enable the built-in MCP server:
|
|
404
|
+
|
|
405
|
+
```bash
|
|
406
|
+
# In your Baasix .env file
|
|
407
|
+
MCP_ENABLED=true
|
|
408
|
+
# MCP_PATH=/mcp # Optional: customize the endpoint path
|
|
409
|
+
```
|
|
399
410
|
|
|
400
411
|
**For Claude Code / Anthropic CLI** — Create `.mcp.json` in your project:
|
|
401
412
|
```json
|
|
402
413
|
{
|
|
403
414
|
"mcpServers": {
|
|
404
415
|
"baasix": {
|
|
405
|
-
"
|
|
406
|
-
"
|
|
407
|
-
"
|
|
408
|
-
"
|
|
409
|
-
"
|
|
410
|
-
"BAASIX_PASSWORD": "admin@123"
|
|
416
|
+
"type": "http",
|
|
417
|
+
"url": "http://localhost:8056/mcp",
|
|
418
|
+
"headers": {
|
|
419
|
+
"X-MCP-Email": "admin@baasix.com",
|
|
420
|
+
"X-MCP-Password": "admin@123"
|
|
411
421
|
}
|
|
412
422
|
}
|
|
413
423
|
}
|
|
@@ -419,7 +429,32 @@ Baasix includes a Model Context Protocol (MCP) server that enables AI assistants
|
|
|
419
429
|
{
|
|
420
430
|
"servers": {
|
|
421
431
|
"baasix": {
|
|
422
|
-
"type": "
|
|
432
|
+
"type": "http",
|
|
433
|
+
"url": "http://localhost:8056/mcp",
|
|
434
|
+
"headers": {
|
|
435
|
+
"X-MCP-Email": "${input:mcpEmail}",
|
|
436
|
+
"X-MCP-Password": "${input:mcpPassword}"
|
|
437
|
+
}
|
|
438
|
+
}
|
|
439
|
+
},
|
|
440
|
+
"inputs": [
|
|
441
|
+
{ "id": "mcpEmail", "type": "promptString", "description": "Email" },
|
|
442
|
+
{ "id": "mcpPassword", "type": "promptString", "description": "Password", "password": true }
|
|
443
|
+
]
|
|
444
|
+
}
|
|
445
|
+
```
|
|
446
|
+
|
|
447
|
+
### Local MCP Setup
|
|
448
|
+
|
|
449
|
+
For Claude Desktop or local stdio-based integrations:
|
|
450
|
+
|
|
451
|
+
👉 **[Local MCP Package](https://github.com/baasix/baasix/tree/main/packages/mcp)** | **[npm: @baasix/mcp](https://www.npmjs.com/package/@baasix/mcp)**
|
|
452
|
+
|
|
453
|
+
**For Claude Desktop** — Add to `claude_desktop_config.json`:
|
|
454
|
+
```json
|
|
455
|
+
{
|
|
456
|
+
"mcpServers": {
|
|
457
|
+
"baasix": {
|
|
423
458
|
"command": "npx",
|
|
424
459
|
"args": ["@baasix/mcp"],
|
|
425
460
|
"env": {
|
|
@@ -432,7 +467,7 @@ Baasix includes a Model Context Protocol (MCP) server that enables AI assistants
|
|
|
432
467
|
}
|
|
433
468
|
```
|
|
434
469
|
|
|
435
|
-
For more configuration options and examples, see the [MCP Server documentation](https://
|
|
470
|
+
For more configuration options and examples, see the [MCP Server documentation](https://baasix.dev/docs/mcp-server-docs).
|
|
436
471
|
|
|
437
472
|
---
|
|
438
473
|
|
package/dist/README.md
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
<p align="center">
|
|
2
|
-
<img src="https://raw.githubusercontent.com/baasix/baasix/
|
|
2
|
+
<img src="https://raw.githubusercontent.com/baasix/baasix/main/packages/core/assets/banner_small.jpg" alt="Baasix Banner" />
|
|
3
3
|
</p>
|
|
4
4
|
|
|
5
5
|
<p align="center">
|
|
6
|
-
<strong>A powerful, flexible Backend as a
|
|
6
|
+
<strong>A powerful, flexible Backend as a Source (BaaS) platform for rapid application development</strong>
|
|
7
7
|
</p>
|
|
8
8
|
|
|
9
9
|
<p align="center">
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
<p align="center">
|
|
17
17
|
<a href="https://www.npmjs.com/package/@baasix/baasix"><img src="https://img.shields.io/npm/v/@baasix/baasix.svg" alt="npm version"></a>
|
|
18
18
|
<a href="https://www.npmjs.com/package/@baasix/baasix"><img src="https://img.shields.io/npm/dm/@baasix/baasix.svg" alt="npm downloads"></a>
|
|
19
|
-
<a href="https://github.com/baasix/baasix/blob/
|
|
19
|
+
<a href="https://github.com/baasix/baasix/blob/main/packages/core/LICENSE.MD"><img src="https://img.shields.io/npm/l/@baasix/baasix.svg" alt="license"></a>
|
|
20
20
|
</p>
|
|
21
21
|
|
|
22
22
|
<p align="center">
|
|
@@ -146,7 +146,7 @@ const baasix = createBaasix({
|
|
|
146
146
|
});
|
|
147
147
|
```
|
|
148
148
|
|
|
149
|
-
For complete SDK documentation, see the **[SDK README](https://github.com/baasix/baasix)**.
|
|
149
|
+
For complete SDK documentation, see the **[SDK README](https://github.com/baasix/baasix/tree/main/packages/sdk)**.
|
|
150
150
|
|
|
151
151
|
---
|
|
152
152
|
|
|
@@ -383,31 +383,41 @@ Includes:
|
|
|
383
383
|
|
|
384
384
|
## 🤖 MCP Server (AI Integration)
|
|
385
385
|
|
|
386
|
-
Baasix includes
|
|
386
|
+
Baasix includes Model Context Protocol (MCP) support for AI assistants like Claude, GitHub Copilot, and Cursor. Choose between **Remote MCP** (built-in) or **Local MCP** (npm package).
|
|
387
387
|
|
|
388
|
-
|
|
388
|
+
| Type | Description | Best For |
|
|
389
|
+
|------|-------------|----------|
|
|
390
|
+
| **Remote MCP** | Built-in HTTP endpoint at `/mcp` | Production, cloud, remote servers |
|
|
391
|
+
| **Local MCP** | `@baasix/mcp` npm package | Claude Desktop, local development |
|
|
389
392
|
|
|
390
393
|
### Features
|
|
391
|
-
- **
|
|
394
|
+
- **57 MCP Tools** for comprehensive Baasix operations
|
|
392
395
|
- **Schema Management** — Create, update, delete collections and relationships
|
|
393
396
|
- **CRUD Operations** — Full item management with powerful query capabilities
|
|
394
397
|
- **50+ Filter Operators** — From basic comparison to geospatial and JSONB queries
|
|
395
398
|
- **Permissions** — Role-based access control management
|
|
396
399
|
- **Authentication** — Login, register, magic links, invitations
|
|
397
400
|
|
|
398
|
-
###
|
|
401
|
+
### Remote MCP Setup (Recommended)
|
|
402
|
+
|
|
403
|
+
Enable the built-in MCP server:
|
|
404
|
+
|
|
405
|
+
```bash
|
|
406
|
+
# In your Baasix .env file
|
|
407
|
+
MCP_ENABLED=true
|
|
408
|
+
# MCP_PATH=/mcp # Optional: customize the endpoint path
|
|
409
|
+
```
|
|
399
410
|
|
|
400
411
|
**For Claude Code / Anthropic CLI** — Create `.mcp.json` in your project:
|
|
401
412
|
```json
|
|
402
413
|
{
|
|
403
414
|
"mcpServers": {
|
|
404
415
|
"baasix": {
|
|
405
|
-
"
|
|
406
|
-
"
|
|
407
|
-
"
|
|
408
|
-
"
|
|
409
|
-
"
|
|
410
|
-
"BAASIX_PASSWORD": "admin@123"
|
|
416
|
+
"type": "http",
|
|
417
|
+
"url": "http://localhost:8056/mcp",
|
|
418
|
+
"headers": {
|
|
419
|
+
"X-MCP-Email": "admin@baasix.com",
|
|
420
|
+
"X-MCP-Password": "admin@123"
|
|
411
421
|
}
|
|
412
422
|
}
|
|
413
423
|
}
|
|
@@ -419,7 +429,32 @@ Baasix includes a Model Context Protocol (MCP) server that enables AI assistants
|
|
|
419
429
|
{
|
|
420
430
|
"servers": {
|
|
421
431
|
"baasix": {
|
|
422
|
-
"type": "
|
|
432
|
+
"type": "http",
|
|
433
|
+
"url": "http://localhost:8056/mcp",
|
|
434
|
+
"headers": {
|
|
435
|
+
"X-MCP-Email": "${input:mcpEmail}",
|
|
436
|
+
"X-MCP-Password": "${input:mcpPassword}"
|
|
437
|
+
}
|
|
438
|
+
}
|
|
439
|
+
},
|
|
440
|
+
"inputs": [
|
|
441
|
+
{ "id": "mcpEmail", "type": "promptString", "description": "Email" },
|
|
442
|
+
{ "id": "mcpPassword", "type": "promptString", "description": "Password", "password": true }
|
|
443
|
+
]
|
|
444
|
+
}
|
|
445
|
+
```
|
|
446
|
+
|
|
447
|
+
### Local MCP Setup
|
|
448
|
+
|
|
449
|
+
For Claude Desktop or local stdio-based integrations:
|
|
450
|
+
|
|
451
|
+
👉 **[Local MCP Package](https://github.com/baasix/baasix/tree/main/packages/mcp)** | **[npm: @baasix/mcp](https://www.npmjs.com/package/@baasix/mcp)**
|
|
452
|
+
|
|
453
|
+
**For Claude Desktop** — Add to `claude_desktop_config.json`:
|
|
454
|
+
```json
|
|
455
|
+
{
|
|
456
|
+
"mcpServers": {
|
|
457
|
+
"baasix": {
|
|
423
458
|
"command": "npx",
|
|
424
459
|
"args": ["@baasix/mcp"],
|
|
425
460
|
"env": {
|
|
@@ -432,7 +467,7 @@ Baasix includes a Model Context Protocol (MCP) server that enables AI assistants
|
|
|
432
467
|
}
|
|
433
468
|
```
|
|
434
469
|
|
|
435
|
-
For more configuration options and examples, see the [MCP Server documentation](https://
|
|
470
|
+
For more configuration options and examples, see the [MCP Server documentation](https://baasix.dev/docs/mcp-server-docs).
|
|
436
471
|
|
|
437
472
|
---
|
|
438
473
|
|
package/dist/app/404/index.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"/><link rel="stylesheet" href="/admin/_next/static/css/6c4002bae4e236b2.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/admin/_next/static/chunks/webpack-
|
|
1
|
+
<!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/admin/_next/static/css/6c4002bae4e236b2.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/admin/_next/static/chunks/webpack-c0a542d3562cc14f.js"/><script src="/admin/_next/static/chunks/fd9d1056-54169f07cd680d6c.js" async=""></script><script src="/admin/_next/static/chunks/2117-29b5fa47421595ad.js" async=""></script><script src="/admin/_next/static/chunks/main-app-55bcae20c77aaf0e.js" async=""></script><script src="/admin/_next/static/chunks/6fcbdc68-90be1a5480b8d353.js" async=""></script><script src="/admin/_next/static/chunks/5094-8d53e403235d4ca6.js" async=""></script><script src="/admin/_next/static/chunks/4438-c9a12ca15b6e9160.js" async=""></script><script src="/admin/_next/static/chunks/6530-a91e10cffa4200c4.js" async=""></script><script src="/admin/_next/static/chunks/6241-30d7169d1010e5a4.js" async=""></script><script src="/admin/_next/static/chunks/1668-e3eabd0f6753c780.js" async=""></script><script src="/admin/_next/static/chunks/6869-11b3cd61c78598a7.js" async=""></script><script src="/admin/_next/static/chunks/8473-6598318371eca31b.js" async=""></script><script src="/admin/_next/static/chunks/4883-8a924721bb21b3b0.js" async=""></script><script src="/admin/_next/static/chunks/1303-6e8e0ab420489175.js" async=""></script><script src="/admin/_next/static/chunks/app/layout-1af2638eaca64bf1.js" async=""></script><link rel="preload" href="https://www.googletagmanager.com/gtag/js?id=G-FBCW8DT7KT" as="script"/><meta name="robots" content="noindex"/><title>Baasix</title><script src="/admin/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body class="min-h-screen bg-background font-sans antialiased"><!--$--><div class="flex items-center justify-center min-h-screen bg-background"><div class="text-center"><div class="inline-block h-8 w-8 animate-spin rounded-full border-4 border-solid border-primary border-r-transparent align-[-0.125em] motion-reduce:animate-[spin_1.5s_linear_infinite]"></div><p class="mt-4 text-muted-foreground">Loading...</p></div></div><!--/$--><script src="/admin/_next/static/chunks/webpack-c0a542d3562cc14f.js" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0]);self.__next_f.push([2,null])</script><script>self.__next_f.push([1,"1:HL[\"/admin/_next/static/css/6c4002bae4e236b2.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"2:I[12846,[],\"\"]\n4:I[4707,[],\"\"]\n5:I[36423,[],\"\"]\n6:I[84821,[\"7999\",\"static/chunks/6fcbdc68-90be1a5480b8d353.js\",\"5094\",\"static/chunks/5094-8d53e403235d4ca6.js\",\"4438\",\"static/chunks/4438-c9a12ca15b6e9160.js\",\"6530\",\"static/chunks/6530-a91e10cffa4200c4.js\",\"6241\",\"static/chunks/6241-30d7169d1010e5a4.js\",\"1668\",\"static/chunks/1668-e3eabd0f6753c780.js\",\"6869\",\"static/chunks/6869-11b3cd61c78598a7.js\",\"8473\",\"static/chunks/8473-6598318371eca31b.js\",\"4883\",\"static/chunks/4883-8a924721bb21b3b0.js\",\"1303\",\"static/chunks/1303-6e8e0ab420489175.js\",\"3185\",\"static/chunks/app/layout-1af2638eaca64bf1.js\"],\"default\",1]\nc:I[61060,[],\"\"]\n7:{\"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\"}\n8:{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"}\n9:{\"display\":\"inline-block\"}\na:{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0}\nd:[]\n"])</script><script>self.__next_f.push([1,"0:[\"$\",\"$L2\",null,{\"buildId\":\"ZFTLSdIpaRn3r1OwNmuIZ\",\"assetPrefix\":\"/admin\",\"urlParts\":[\"\",\"_not-found\",\"\"],\"initialTree\":[\"\",{\"children\":[\"/_not-found\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",true],\"initialSeedData\":[\"\",{\"children\":[\"/_not-found\",{\"children\":[\"__PAGE__\",{},[[\"$L3\",[[\"$\",\"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],null],null]},[null,[\"$\",\"$L4\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\",\"/_not-found\",\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L5\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"notFoundStyles\":\"$undefined\"}]],null]},[[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/admin/_next/static/css/6c4002bae4e236b2.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\"}]],[\"$\",\"$L6\",null,{\"children\":[\"$\",\"$L4\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L5\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":\"$7\",\"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\":\"$8\",\"children\":\"404\"}],[\"$\",\"div\",null,{\"style\":\"$9\",\"children\":[\"$\",\"h2\",null,{\"style\":\"$a\",\"children\":\"This page could not be found.\"}]}]]}]}]],\"notFoundStyles\":[]}],\"params\":{}}]],null],null],\"couldBeIntercepted\":false,\"initialHead\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],\"$Lb\"],\"globalErrorComponent\":\"$c\",\"missingSlots\":\"$Wd\"}]\n"])</script><script>self.__next_f.push([1,"b:[[\"$\",\"meta\",\"0\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}],[\"$\",\"meta\",\"1\",{\"charSet\":\"utf-8\"}]]\n3:null\n"])</script></body></html>
|
package/dist/app/404.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"/><link rel="stylesheet" href="/admin/_next/static/css/6c4002bae4e236b2.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/admin/_next/static/chunks/webpack-
|
|
1
|
+
<!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/admin/_next/static/css/6c4002bae4e236b2.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/admin/_next/static/chunks/webpack-c0a542d3562cc14f.js"/><script src="/admin/_next/static/chunks/fd9d1056-54169f07cd680d6c.js" async=""></script><script src="/admin/_next/static/chunks/2117-29b5fa47421595ad.js" async=""></script><script src="/admin/_next/static/chunks/main-app-55bcae20c77aaf0e.js" async=""></script><script src="/admin/_next/static/chunks/6fcbdc68-90be1a5480b8d353.js" async=""></script><script src="/admin/_next/static/chunks/5094-8d53e403235d4ca6.js" async=""></script><script src="/admin/_next/static/chunks/4438-c9a12ca15b6e9160.js" async=""></script><script src="/admin/_next/static/chunks/6530-a91e10cffa4200c4.js" async=""></script><script src="/admin/_next/static/chunks/6241-30d7169d1010e5a4.js" async=""></script><script src="/admin/_next/static/chunks/1668-e3eabd0f6753c780.js" async=""></script><script src="/admin/_next/static/chunks/6869-11b3cd61c78598a7.js" async=""></script><script src="/admin/_next/static/chunks/8473-6598318371eca31b.js" async=""></script><script src="/admin/_next/static/chunks/4883-8a924721bb21b3b0.js" async=""></script><script src="/admin/_next/static/chunks/1303-6e8e0ab420489175.js" async=""></script><script src="/admin/_next/static/chunks/app/layout-1af2638eaca64bf1.js" async=""></script><link rel="preload" href="https://www.googletagmanager.com/gtag/js?id=G-FBCW8DT7KT" as="script"/><meta name="robots" content="noindex"/><title>Baasix</title><script src="/admin/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body class="min-h-screen bg-background font-sans antialiased"><!--$--><div class="flex items-center justify-center min-h-screen bg-background"><div class="text-center"><div class="inline-block h-8 w-8 animate-spin rounded-full border-4 border-solid border-primary border-r-transparent align-[-0.125em] motion-reduce:animate-[spin_1.5s_linear_infinite]"></div><p class="mt-4 text-muted-foreground">Loading...</p></div></div><!--/$--><script src="/admin/_next/static/chunks/webpack-c0a542d3562cc14f.js" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0]);self.__next_f.push([2,null])</script><script>self.__next_f.push([1,"1:HL[\"/admin/_next/static/css/6c4002bae4e236b2.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"2:I[12846,[],\"\"]\n4:I[4707,[],\"\"]\n5:I[36423,[],\"\"]\n6:I[84821,[\"7999\",\"static/chunks/6fcbdc68-90be1a5480b8d353.js\",\"5094\",\"static/chunks/5094-8d53e403235d4ca6.js\",\"4438\",\"static/chunks/4438-c9a12ca15b6e9160.js\",\"6530\",\"static/chunks/6530-a91e10cffa4200c4.js\",\"6241\",\"static/chunks/6241-30d7169d1010e5a4.js\",\"1668\",\"static/chunks/1668-e3eabd0f6753c780.js\",\"6869\",\"static/chunks/6869-11b3cd61c78598a7.js\",\"8473\",\"static/chunks/8473-6598318371eca31b.js\",\"4883\",\"static/chunks/4883-8a924721bb21b3b0.js\",\"1303\",\"static/chunks/1303-6e8e0ab420489175.js\",\"3185\",\"static/chunks/app/layout-1af2638eaca64bf1.js\"],\"default\",1]\nc:I[61060,[],\"\"]\n7:{\"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\"}\n8:{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"}\n9:{\"display\":\"inline-block\"}\na:{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0}\nd:[]\n"])</script><script>self.__next_f.push([1,"0:[\"$\",\"$L2\",null,{\"buildId\":\"ZFTLSdIpaRn3r1OwNmuIZ\",\"assetPrefix\":\"/admin\",\"urlParts\":[\"\",\"_not-found\",\"\"],\"initialTree\":[\"\",{\"children\":[\"/_not-found\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",true],\"initialSeedData\":[\"\",{\"children\":[\"/_not-found\",{\"children\":[\"__PAGE__\",{},[[\"$L3\",[[\"$\",\"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],null],null]},[null,[\"$\",\"$L4\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\",\"/_not-found\",\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L5\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"notFoundStyles\":\"$undefined\"}]],null]},[[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/admin/_next/static/css/6c4002bae4e236b2.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\"}]],[\"$\",\"$L6\",null,{\"children\":[\"$\",\"$L4\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L5\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":\"$7\",\"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\":\"$8\",\"children\":\"404\"}],[\"$\",\"div\",null,{\"style\":\"$9\",\"children\":[\"$\",\"h2\",null,{\"style\":\"$a\",\"children\":\"This page could not be found.\"}]}]]}]}]],\"notFoundStyles\":[]}],\"params\":{}}]],null],null],\"couldBeIntercepted\":false,\"initialHead\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],\"$Lb\"],\"globalErrorComponent\":\"$c\",\"missingSlots\":\"$Wd\"}]\n"])</script><script>self.__next_f.push([1,"b:[[\"$\",\"meta\",\"0\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}],[\"$\",\"meta\",\"1\",{\"charSet\":\"utf-8\"}]]\n3:null\n"])</script></body></html>
|