v0.1.31 로컬 실시간 확인 스크립트 추가

This commit is contained in:
2026-04-14 16:27:23 +09:00
parent 8c591b3b93
commit fd5c654118
7 changed files with 236 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "ghost-theme-thred-clone",
"version": "0.1.30",
"version": "0.1.31",
"private": true,
"description": "A Ghost theme inspired by the Thred reference layout.",
"keywords": [
@@ -79,6 +79,7 @@
"build:tailwind": "tailwindcss -c ./tailwind.config.js -i ./assets/styles/tailwind.css -o ./assets/built/tailwind.css --minify",
"dev": "npm run dev:ghost:start",
"dev:prepare": "npm run build:alpine && npm run build:tailwind && npm run dev:sync",
"dev:watch": "node ./scripts/dev-watch.js",
"dev:sync": "sh ./scripts/sync-theme.sh",
"dev:seed": "node ./scripts/build-sample-content.js",
"dev:seed:zip": "npm run dev:seed && cd seed && zip -q -r thred-inspired-sample-content.ghost.zip thred-inspired-sample-content.ghost.json",