This commit is contained in:
a2a-platform
2026-06-11 23:13:20 +00:00
parent 195a793bfa
commit 7aab2dccb9
6 changed files with 88 additions and 9 deletions

View File

@@ -137,10 +137,12 @@
"version": "0.1.0",
"entrypoint": "agent:Robertseares",
"frontend": {
"type": "static-spa",
"type": "server-rendered",
"framework": "nextjs",
"path": "frontend",
"build": "npm run build",
"dist": "out",
"start": "node server.js",
"port": 3000,
"mount": "/",
"auth": "inherit"
}