feat: multiple changes

Signed-off-by: Avior <git@avior.me>
This commit is contained in:
2024-09-09 14:27:46 +02:00
parent d8f203f434
commit 3e91597dca
31 changed files with 216 additions and 223 deletions

6
src/env.d.ts vendored
View File

@ -4,14 +4,12 @@
/**
* Environment variables declaration
*/
interface ImportMetaEnv {
}
interface ImportMetaEnv {}
interface ImportMeta {
readonly env: ImportMetaEnv;
readonly env: ImportMetaEnv
}
declare namespace App {
/**
* Middlewares variables