Restructure app into src/{main,preload,renderer}; electron.vite.config.ts builds
all three (each main module its own input so CJS requires + the indexer worker
resolve; better-sqlite3 externalized; Vue plugin for renderer). main/index.js
paths updated for the out/ layout + ELECTRON_RENDERER_URL. Still JS/CJS — TS+ESM
and core consumption are the next stages. Verified: npm run dev launches clean;
electron-vite build succeeds; root suite 119/119.
11 lines
107 B
Plaintext
11 lines
107 B
Plaintext
.DS_Store
|
|
plans/
|
|
.skillopt-backups
|
|
node_modules/
|
|
dist-renderer/
|
|
release/
|
|
.dev.docs
|
|
.claude/
|
|
dist/
|
|
app/out/
|