mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-14 00:10:53 +08:00
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import { eventHandler } from 'h3';
|
||||
import { verifyAccessToken } from '~/utils/jwt-utils';
|
||||
import {
|
||||
sleep,
|
||||
@@ -13,6 +14,3 @@ export default eventHandler(async (event) => {
|
||||
await sleep(600);
|
||||
return useResponseSuccess(null);
|
||||
});
|
||||
function eventHandler(_: (event: any) => Promise<any>) {
|
||||
throw new Error('Function not implemented.');
|
||||
}
|
||||
|
||||
@@ -1,14 +1,3 @@
|
||||
{
|
||||
"$schema": "https://json.schemastore.org/tsconfig",
|
||||
"extends": "@vben/tsconfig/node.json",
|
||||
"compilerOptions": {
|
||||
"composite": true,
|
||||
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo",
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"~/utils/*": ["utils/*"]
|
||||
},
|
||||
"noEmit": false
|
||||
},
|
||||
"include": ["**/*.ts", "**/*.*.ts"]
|
||||
"extends": "./.nitro/types/tsconfig.json"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user