fix(markdown): correct list item whitespace and indentation

This commit is contained in:
mitchell 2026-06-19 14:54:03 -04:00
parent 5b138df664
commit e1033398e9
3 changed files with 6 additions and 4 deletions

View file

@ -7,7 +7,7 @@
"ttsc": "dist/tts.js"
},
"scripts": {
"dev": "pnpm run bundle src/index.ts &>/dev/null && node dist/index.js",
"dev": "pnpm run bundle src/index.ts >/dev/null && node dist/index.js",
"check": "biome check --write && pnpm run tc",
"clean": "rm -rf dist",
"build": "pnpm run check && pnpm run bundle --minify src/index.ts && pnpm run bundle --minify src/tts.ts",