add VISIBLE_DRAFT for showing drafts in the list
All checks were successful
Build & Depoly / Depoly blog (push) Successful in 1m41s
All checks were successful
Build & Depoly / Depoly blog (push) Successful in 1m41s
This commit is contained in:
parent
9ec980839a
commit
85ded53035
3 changed files with 42 additions and 22 deletions
|
@ -3,7 +3,7 @@
|
|||
"type": "module",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "bunx --bun astro dev",
|
||||
"dev": "VISIBLE_DRAFT=true bunx --bun astro dev",
|
||||
"dist": "bunx --bun astro build",
|
||||
"preview": "bunx --bun astro preview",
|
||||
"posts": "bun run scripts/postman.ts"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue