mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-02-28 06:22:45 -08:00
Fix renderer overlay loading and modularize renderer
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
"description": "All-in-one sentence mining overlay with AnkiConnect and dictionary integration",
|
||||
"main": "dist/main.js",
|
||||
"scripts": {
|
||||
"build": "tsc && cp src/renderer/index.html src/renderer/style.css dist/renderer/ && bash scripts/build-macos-helper.sh",
|
||||
"build": "tsc && tsc -p tsconfig.renderer.json && cp src/renderer/index.html src/renderer/style.css dist/renderer/ && bash scripts/build-macos-helper.sh",
|
||||
"check:main-lines": "bash scripts/check-main-lines.sh",
|
||||
"check:main-lines:baseline": "bash scripts/check-main-lines.sh 5300",
|
||||
"check:main-lines:gate1": "bash scripts/check-main-lines.sh 4500",
|
||||
|
||||
Reference in New Issue
Block a user