mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-10 04:25:01 +00:00
fix: missing file
This commit is contained in:
parent
8f17a835f9
commit
b3516cabaa
1 changed files with 11 additions and 0 deletions
11
backend/src/profiler.ts
Normal file
11
backend/src/profiler.ts
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
import { Profiler } from "knub/dist/Profiler";
|
||||||
|
|
||||||
|
let profiler: Profiler | null = null;
|
||||||
|
|
||||||
|
export function getProfiler() {
|
||||||
|
return profiler;
|
||||||
|
}
|
||||||
|
|
||||||
|
export function setProfiler(_profiler: Profiler) {
|
||||||
|
profiler = _profiler;
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue