home/package.json
Neeldhara Misra 9074e1884b
Some checks are pending
Build / build (push) Waiting to run
Build homepage from blog content index
2026-06-22 13:09:14 +05:30

10 lines
224 B
JSON

{
"name": "neeldhara-blog-home",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"build": "node scripts/build.mjs",
"refresh:index": "node scripts/build.mjs --write-content-index"
}
}