add postman

This commit is contained in:
thislight 2025-04-12 22:28:34 +08:00
parent c6d2d361e3
commit 929e3a4f6b
3 changed files with 111 additions and 1 deletions

View file

@ -5,10 +5,12 @@
"scripts": {
"dev": "bunx --bun astro dev",
"dist": "bunx --bun astro build",
"preview": "bunx --bun astro preview"
"preview": "bunx --bun astro preview",
"posts": "bun run scripts/postman.ts"
},
"devDependencies": {
"@types/bun": "latest",
"arg": "^5.0.2",
"hast": "^1.0.0",
"prettier": "^3.5.3",
"prettier-plugin-astro": "^0.14.1",