mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-24 10:05:03 +00:00
fix: missing file
This commit is contained in:
parent
0b594d461d
commit
1b5d9bbc8e
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