update add ASR MODEL

This commit is contained in:
2025-10-15 01:52:33 +08:00
parent daf0b6b31d
commit c2038b8421
9 changed files with 190 additions and 9 deletions

View File

@@ -1,4 +1,5 @@
import './routes/index.ts';
import './aura/index.ts';
import { app } from './app.ts';
import type { App } from '@kevisual/router';
import { User } from './models/user.ts';