mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-08-24 07:53:51 +00:00
Next.js UI with TypeScript and Python chat backends, context panel, API key management, tools reference, and middleware configuration. Co-authored-by: Cursor <cursoragent@cursor.com>
20 lines
466 B
JSON
20 lines
466 B
JSON
{
|
|
"apps": {
|
|
"apps/web": { "name": "app.dev.supermemory", "script": "dev:app" },
|
|
"apps/mcp": { "name": "mcp.dev.supermemory", "script": "dev:app" },
|
|
"apps/docs": {
|
|
"name": "docs.dev.supermemory",
|
|
"script": "dev:app",
|
|
"appPort": 3003
|
|
},
|
|
"apps/memory-graph-playground": {
|
|
"name": "graph.dev.supermemory",
|
|
"script": "dev:app"
|
|
},
|
|
"apps/sdk-playground": {
|
|
"name": "sdk.dev.supermemory",
|
|
"script": "dev:app",
|
|
"appPort": 3005
|
|
}
|
|
}
|
|
}
|