chore(blog): add start command
All checks were successful
Test / Test (push) Successful in 5m0s

This commit is contained in:
Kim, Jimin 2025-06-02 20:24:12 +09:00
parent 06df4d18f3
commit eb8ac809f0
Signed by: pomp
GPG key ID: D3932F82A0667A3B

View file

@ -7,6 +7,7 @@
"dev:headless": "next dev",
"lint": "oxlint && eslint .",
"build": "next build",
"start": "next start",
"postbuild": "next-sitemap && cp ../../packages/content/dist/rss.xml public/rss.xml",
"test:e2e": "playwright test"
},