Update config files and npm packages

This commit is contained in:
2022-08-18 20:08:23 +02:00
parent 44bda1a939
commit 97fcf8c60c
3 changed files with 69 additions and 74 deletions

6
src/app.d.ts vendored
View File

@@ -2,14 +2,10 @@
// for information about these interfaces
// and what to do when importing types
declare namespace App {
interface Locals {
userid: string;
}
// interface Locals {}
// interface Platform {}
// interface PrivateEnv {}
// interface PublicEnv {}
// interface Session {}
}