Login works

This commit is contained in:
Ebenezer
2026-03-27 15:44:21 +08:00
parent d5c75c9f5c
commit e7816f78f3
1185 changed files with 198529 additions and 34 deletions

7
backend/node_modules/cross-env/dist/variable.d.ts generated vendored Normal file
View File

@@ -0,0 +1,7 @@
/**
* Converts an environment variable value to be appropriate for the current OS.
* @param originalValue Original value of the env variable
* @param originalName Original name of the env variable
* @returns Converted value
*/
export declare function varValueConvert(originalValue: string, originalName: string): string;