Files
agent-ui/server/package.json
2026-02-13 03:10:06 -06:00

10 lines
165 B
JSON

{
"name": "agent-ui-server",
"version": "1.0.0",
"type": "module",
"scripts": {
"start": "bun run index.ts",
"dev": "bun --watch run index.ts"
}
}