Add kysely as dependency (required by emdash runtime)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Kunthawat Greethong
2026-04-29 17:19:04 +07:00
parent aca07743a1
commit 4cda67324c

View File

@@ -22,6 +22,7 @@
"astro": "^6.0.1", "astro": "^6.0.1",
"better-sqlite3": "^12.8.0", "better-sqlite3": "^12.8.0",
"emdash": "^0.8.0", "emdash": "^0.8.0",
"kysely": "^0.27.0",
"react": "19.2.4", "react": "19.2.4",
"react-dom": "19.2.4" "react-dom": "19.2.4"
}, },
@@ -31,7 +32,8 @@
"pnpm": { "pnpm": {
"onlyBuiltDependencies": [ "onlyBuiltDependencies": [
"better-sqlite3", "better-sqlite3",
"esbuild" "esbuild",
"kysely"
] ]
} }
} }