chore: smaller docker image, simplification pass on environment variables, fix direct navigation without vite
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 46s
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 46s
This commit is contained in:
@@ -2,4 +2,9 @@ import extract from "../node_modules/@lingui/cli/dist/lingui-extract.js";
|
||||
import { getConfig } from "../node_modules/@lingui/conf/dist/index.mjs";
|
||||
|
||||
const config = getConfig({ cwd: Deno.cwd() });
|
||||
await extract(config, { verbose: false, watch: false, files: [], workersOptions: { poolSize: 0 } });
|
||||
await extract(config, {
|
||||
verbose: false,
|
||||
watch: false,
|
||||
files: [],
|
||||
workersOptions: { poolSize: 0 },
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user