feat: update ev cli

This commit is contained in:
2025-05-18 17:59:54 +08:00
parent e9eedcd1bd
commit a05f2cd291
15 changed files with 484 additions and 585 deletions

View File

@@ -11,3 +11,13 @@ app
//
})
.addTo(app);
app
.route({
path: 'client',
key: 'version',
})
.define(async (ctx) => {
ctx.body = 'v1.0.0';
})
.addTo(app);