update use-config
This commit is contained in:
@@ -8,7 +8,7 @@ import './micro-app/index.ts';
|
||||
|
||||
import './config/index.ts';
|
||||
|
||||
import './file-listener/index.ts';
|
||||
// import './file-listener/index.ts';
|
||||
|
||||
|
||||
import './ai/index.ts';
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
import { useFileStore } from '@kevisual/use-config/file-store';
|
||||
import { useFileStore } from '@kevisual/use-config';
|
||||
|
||||
export const appsPath = useFileStore('apps', { needExists: true });
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { WxTokenResponse, fetchToken, getUserInfo, getUserInfoByMp, post } from './wx.ts';
|
||||
import { useContextKey } from '@kevisual/use-config/context';
|
||||
import { useContextKey } from '@kevisual/context';
|
||||
import { UserModel } from '../../../auth/index.ts';
|
||||
import { Buffer } from 'buffer';
|
||||
import { CustomError } from '@kevisual/router';
|
||||
|
||||
Reference in New Issue
Block a user