re-order alot, move to bun redis, generalized
All checks were successful
Code quality checks / biome (push) Successful in 8s
All checks were successful
Code quality checks / biome (push) Successful in 8s
This commit is contained in:
parent
a646607597
commit
8a9499be85
51 changed files with 559 additions and 916 deletions
|
@ -1,8 +1,8 @@
|
|||
import { isValidUsername } from "@config/sql/users";
|
||||
import { isValidUsername } from "@lib/validators";
|
||||
import { type ReservedSQL, sql } from "bun";
|
||||
|
||||
import { isUUID } from "@/helpers/char";
|
||||
import { logger } from "@/helpers/logger";
|
||||
import { logger } from "@creations.works/logger";
|
||||
import { isUUID } from "@lib/char";
|
||||
|
||||
const routeDef: RouteDef = {
|
||||
method: "GET",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue