mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-06-09 19:45:17 +02:00
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.
18 lines
295 B
YAML
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
|