rowboat/apps/x/pnpm-workspace.yaml
Ramnique Singh 81beed87bf Add SQLite storage foundation
Introduce a core-owned Kysely SQLite storage layer backed by
$WorkDir/db/rowboat.sqlite, with startup initialization, shutdown
cleanup, in-code migrations, and initial storage metadata schema.

Ignore database files in the workspace watcher, add focused
storage/watcher tests, and update Electron packaging to stage and rebuild
better-sqlite3 against Electron's native module ABI.
2026-06-09 22:03:17 +05:30

18 lines
295 B
YAML

packages:
- apps/*
- packages/*
catalog:
vitest: 4.1.7
onlyBuiltDependencies:
- core-js
- electron
- electron-winstaller
- esbuild
- better-sqlite3
- fs-xattr
- macos-alias
- protobufjs
patchedDependencies:
'@openai/codex@0.128.0': patches/@openai__codex@0.128.0.patch