feat: change agent and container add tags

This commit is contained in:
2024-09-28 03:01:10 +08:00
parent 718322ae47
commit 1505c25166
7 changed files with 32 additions and 25 deletions

View File

@@ -7,5 +7,5 @@ import { app as aiApp } from '@kevisual/ai-lang/src/index.ts';
export { aiApp };
export { app };
app.listen(config.port, () => {
console.log(`server2 is running at http://localhost:${config.port}`);
console.log(`server is running at http://localhost:${config.port}`);
});