add postman
This commit is contained in:
parent
c6d2d361e3
commit
929e3a4f6b
3 changed files with 111 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue