v3: added password change/reset feature

This commit is contained in:
khannurien
2026-04-06 16:30:00 +00:00
parent 3b6980a8fc
commit 20b9bfe7b4
26 changed files with 1268 additions and 236 deletions

View File

@@ -5,7 +5,7 @@
"server:start": "deno run --env-file -A --watch api/main.ts",
"serve": "deno task build && deno run -A server:start",
"i18n:extract": "deno run -A scripts/lingui-extract.ts",
"i18n:compile": "lingui compile"
"i18n:compile": "deno run -A scripts/lingui-compile.ts"
},
"nodeModulesDir": "auto",
"compilerOptions": {