mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-05 05:29:26 +08:00
fix: build
This commit is contained in:
parent
4893dba4bc
commit
7e80f44195
@ -12,7 +12,7 @@
|
|||||||
"@nocobase/server": "1.x",
|
"@nocobase/server": "1.x",
|
||||||
"@nocobase/test": "1.x"
|
"@nocobase/test": "1.x"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"devDependencies": {
|
||||||
"p-queue": "^8.1.0"
|
"p-queue": "^8.1.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -11,7 +11,6 @@ import { Logger } from '@nocobase/logger';
|
|||||||
import { ITask, TaskConstructor } from './task';
|
import { ITask, TaskConstructor } from './task';
|
||||||
import { Application } from '@nocobase/server';
|
import { Application } from '@nocobase/server';
|
||||||
import { EventEmitter } from 'events';
|
import { EventEmitter } from 'events';
|
||||||
import PQueue from 'p-queue';
|
|
||||||
|
|
||||||
export type TaskOptions = any;
|
export type TaskOptions = any;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user