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
types/config.d.ts
vendored
1
types/config.d.ts
vendored
|
@ -2,6 +2,7 @@ type Environment = {
|
|||
port: number;
|
||||
host: string;
|
||||
development: boolean;
|
||||
fqdn: string;
|
||||
};
|
||||
|
||||
type UserValidation = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue