update: code-center-module add mark

This commit is contained in:
2025-06-27 01:58:16 +08:00
parent 922b0c421f
commit f694299059
10 changed files with 383 additions and 18 deletions

View File

@@ -1,4 +1,3 @@
import { useContextKey, useContext } from '@kevisual/use-config/context';
import { sequelize } from './sequelize.ts';
export { sequelize };

View File

@@ -1,6 +1,6 @@
import { Redis } from 'ioredis';
import { useConfig } from '@kevisual/use-config/env';
import { useContextKey } from '@kevisual/use-config/context';
import { useContextKey } from '@kevisual/context';
const configEnv = useConfig();
const redisConfig = {

View File

@@ -1,6 +1,6 @@
import { useConfig } from '@kevisual/use-config/env';
import { Sequelize } from 'sequelize';
import { useContextKey } from '@kevisual/use-config/context';
import { useContextKey } from '@kevisual/context';
const configEnv = useConfig();