fix(root): add hyperdx and better logging

This commit is contained in:
Carl-Gerhard Lindesvärd
2024-09-13 21:49:51 +02:00
committed by Carl-Gerhard Lindesvärd
parent 4bafa16419
commit c819c18962
22 changed files with 2116 additions and 332 deletions

View File

@@ -3,3 +3,7 @@ import { nanoid } from 'nanoid/non-secure';
export function shortId() {
return nanoid(4);
}
export function generateId() {
return nanoid(8);
}