Skip to content

Commit

Permalink
fix: Pick intertext only to parse front-matter
Browse files Browse the repository at this point in the history
  • Loading branch information
attakei committed Nov 20, 2024
1 parent 3351c4e commit 7d106db
Show file tree
Hide file tree
Showing 4 changed files with 749 additions and 2 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "0.2.0",
"scripts": {
"postinstall": "lefthook install",
"test": "vitest",
"dev": "wrangler dev",
"deploy": "wrangler deploy --minify",
"cf-typegen": "wrangler types --env-interface CloudflareBindings"
Expand All @@ -21,6 +22,7 @@
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@cloudflare/workers-types": "^4.20241106.0",
"vitest": "^2.1.5",
"wrangler": "^3.83.0"
}
}
Loading

0 comments on commit 7d106db

Please sign in to comment.