fix(root): add hyperdx and better logging
This commit is contained in:
committed by
Carl-Gerhard Lindesvärd
parent
4bafa16419
commit
c819c18962
@@ -3,3 +3,7 @@ import { nanoid } from 'nanoid/non-secure';
|
||||
export function shortId() {
|
||||
return nanoid(4);
|
||||
}
|
||||
|
||||
export function generateId() {
|
||||
return nanoid(8);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user