update dependencies

This commit is contained in:
2025-03-12 16:01:46 +08:00
parent ed4379b589
commit a49cc96cad
4 changed files with 1713 additions and 231 deletions

10
src/main.ts Normal file
View File

@@ -0,0 +1,10 @@
// 单应用实例启动
import { useConfig } from '@kevisual/use-config';
import { app } from './index.ts';
const config = useConfig();
app.listen(config.port, () => {
console.log(`server is running at http://localhost:${config.port}`);
});

View File

@@ -1 +1 @@
export { sequelize } from '@kevisual/code-center-module';
export { sequelize, redis } from '@kevisual/code-center-module';