mirror of
https://github.com/zadam/trilium.git
synced 2025-11-09 06:45:49 +01:00
Split the code, add file server example.
This commit is contained in:
3
src/Logger.ts
Normal file
3
src/Logger.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export interface Logger {
|
||||
debug(message: string, extra?: any): void;
|
||||
}
|
||||
Reference in New Issue
Block a user