fix post generate

This commit is contained in:
2026-01-15 19:46:01 +09:00
parent 162072d980
commit 9980e596ca
13 changed files with 1834 additions and 120 deletions

View File

@@ -6,13 +6,18 @@
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
"preview": "vite preview",
"fetch": "tsx scripts/generate.ts fetch",
"generate": "npm run build && tsx scripts/generate.ts"
},
"dependencies": {
"@atproto/api": "^0.15.8",
"@atproto/oauth-client-browser": "^0.3.39"
"@atproto/oauth-client-browser": "^0.3.39",
"highlight.js": "^11.11.1",
"marked": "^17.0.1"
},
"devDependencies": {
"tsx": "^4.21.0",
"typescript": "^5.7.0",
"vite": "^6.0.0"
}