v3: added password change/reset feature
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user