fix electron codex bridge loading

This commit is contained in:
dirtydishes 2026-05-20 19:44:45 -04:00
parent 32e965d782
commit 31a8e07a5b
5 changed files with 299 additions and 2 deletions

View file

@ -5,7 +5,7 @@
"version": "0.1.0",
"main": "dist/main.js",
"scripts": {
"build": "tsc -p tsconfig.json",
"build": "tsc -p tsconfig.json && cp src/preload.cjs dist/preload.cjs",
"typecheck": "tsc -p tsconfig.json --noEmit",
"test": "bun test src",
"start": "bun run build && electron-forge start",