mirror of
https://github.com/tale/headplane.git
synced 2026-08-08 13:23:13 +00:00
feat: begin working on user auth
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@
|
||||
// disable debug logging if the `HEADPLANE_DEBUG_LOG` specifies as such.
|
||||
|
||||
const levels = ['info', 'warn', 'error', 'debug'] as const;
|
||||
type Category = 'server' | 'config' | 'agent' | 'api';
|
||||
type Category = 'server' | 'config' | 'agent' | 'api' | 'auth';
|
||||
|
||||
export interface Logger
|
||||
extends Record<
|
||||
|
||||
Reference in New Issue
Block a user