Implement big text view and preliminary i18n

This commit is contained in:
aet
2021-11-06 21:49:54 -04:00
parent d2ae4be194
commit 7ee6990be1
22 changed files with 624 additions and 263 deletions

View File

@ -8,10 +8,7 @@ const args = process.argv.slice(2)
build({
bundle: true,
define: {},
entryPoints: [
"./src/electron/index.ts",
// "./src/electron/preload.ts"
],
entryPoints: ["./src/electron/index.ts"],
outdir: "./dist/main",
external: builtinModules.concat("electron"),
target: ["chrome90"],