add session fix cors, add session

This commit is contained in:
creations 2025-05-22 17:52:20 -04:00
parent 4936ff8978
commit b31d77983c
Signed by: creations
GPG key ID: 8F553AA4320FC711
4 changed files with 70 additions and 0 deletions

1
types/config.d.ts vendored
View file

@ -3,6 +3,7 @@ type Environment = {
host: string;
development: boolean;
fqdn: string;
frontendUrl: string;
};
type UserValidation = {