v3: fixed authorization bug with stale tokens, fixed private dump access bug, various small fixes across the app
Some checks failed
Build and Publish Docker Image / build-and-push (push) Failing after 20s
Some checks failed
Build and Publish Docker Image / build-and-push (push) Failing after 20s
This commit is contained in:
@@ -4,9 +4,9 @@
|
||||
"build": "deno task i18n:extract && deno task i18n:compile && deno run --env-file -A npm:vite build",
|
||||
"server:start": "deno run --env-file -A --watch api/main.ts",
|
||||
"serve": "deno task build && deno task server:start",
|
||||
"i18n:extract": "deno run -A scripts/lingui-extract.ts",
|
||||
"i18n:compile": "deno run -A scripts/lingui-compile.ts",
|
||||
"start": "deno run -A api/db/init.ts && deno run -A api/main.ts"
|
||||
"i18n:extract": "deno run -A npm:@lingui/cli extract --clean --overwrite --workers 1",
|
||||
"i18n:compile": "deno run -A npm:@lingui/cli compile --workers 1",
|
||||
"start": "deno run --env-file -A api/db/init.ts && deno run --env-file -A api/main.ts"
|
||||
},
|
||||
"nodeModulesDir": "auto",
|
||||
"compilerOptions": {
|
||||
|
||||
Reference in New Issue
Block a user