Fix: Cookies

This commit is contained in:
2024-11-26 01:06:46 +08:00
parent ac5b8a8c4b
commit 038c40a6fb
29 changed files with 341 additions and 172 deletions

View File

@@ -5,6 +5,7 @@ type ENV = {
Server_KEY: string;
MAPBOX_TOKEN: string;
WS_APIKEY: string;
NEXT_PUBLIC_WIBU_REALTIME_TOKEN: string;
};
export class ServerEnv {
static value: ENV | null = null;