Fix SQLite database path to match emdash init location
The emdash CLI creates the database at ./data.db relative to the workspace root (/app/emdash/data.db), but the Astro config was pointing to ./storage/data.db. This caused getEmDashEntry() to return null since the database used at runtime was empty. Change db.ts to use file:./data.db instead of file:./storage/data.db Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
1
test-node-modules/@changesets/changelog-github
Symbolic link
1
test-node-modules/@changesets/changelog-github
Symbolic link
@@ -0,0 +1 @@
|
||||
../.pnpm/@changesets+changelog-github@0.5.2_encoding@0.1.13/node_modules/@changesets/changelog-github
|
||||
1
test-node-modules/@changesets/cli
Symbolic link
1
test-node-modules/@changesets/cli
Symbolic link
@@ -0,0 +1 @@
|
||||
../.pnpm/@changesets+cli@2.29.8_@types+node@24.10.13/node_modules/@changesets/cli
|
||||
Reference in New Issue
Block a user