Add kysely as dependency (required by emdash runtime)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
"astro": "^6.0.1",
|
||||
"better-sqlite3": "^12.8.0",
|
||||
"emdash": "^0.8.0",
|
||||
"kysely": "^0.27.0",
|
||||
"react": "19.2.4",
|
||||
"react-dom": "19.2.4"
|
||||
},
|
||||
@@ -31,7 +32,8 @@
|
||||
"pnpm": {
|
||||
"onlyBuiltDependencies": [
|
||||
"better-sqlite3",
|
||||
"esbuild"
|
||||
"esbuild",
|
||||
"kysely"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user