v3: added password change/reset feature
This commit is contained in:
5
scripts/lingui-compile.ts
Normal file
5
scripts/lingui-compile.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { command as compile } from "../node_modules/@lingui/cli/dist/lingui-compile.js";
|
||||
import { getConfig } from "../node_modules/@lingui/conf/dist/index.mjs";
|
||||
|
||||
const config = getConfig({ cwd: Deno.cwd() });
|
||||
await compile(config, { watch: false, namespace: undefined, typescript: false, allowEmpty: true, workersOptions: { poolSize: 0 } });
|
||||
Reference in New Issue
Block a user