Desktop MVP (#23)
* chore: logging + transcription improvements * chore: add ax context call on rec start * chore: amical assets * chore: qol setup changes * chore: add sidebar * chore: transcriptions tab * chore: transcriptions ui * chore: frame improvements * chore: ui rework * chore logger fixes * chore: whisper model download func * chore: update model downloading * chore: transcription updates * chore: improved logging * chore: log whisper metrics + raw pcm proc * chore: ste up libsql * chore: layout fixes * chore: clean up ipcs * chore: integrate trpc * chore: formatting fixes * chroe: fix pnpm lock file * chore: clean up
This commit is contained in:
parent
17fdb72be2
commit
d7481f7398
79 changed files with 8306 additions and 940 deletions
13
package.json
13
package.json
|
|
@ -20,14 +20,23 @@
|
|||
"pnpm": {
|
||||
"ignoredBuiltDependencies": [
|
||||
"@tailwindcss/oxide",
|
||||
"better-sqlite3",
|
||||
"core-js-pure",
|
||||
"electron",
|
||||
"electron-winstaller",
|
||||
"esbuild",
|
||||
"keytar",
|
||||
"protobufjs",
|
||||
"sharp"
|
||||
"sharp",
|
||||
"smart-whisper",
|
||||
"drizzle-orm/libsql",
|
||||
"@libsql"
|
||||
],
|
||||
"onlyBuiltDependencies": [
|
||||
"electron",
|
||||
"electron-winstaller",
|
||||
"smart-whisper",
|
||||
"drizzle-orm/libsql",
|
||||
"@libsql"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue