feat: add format-posts srcipt

This commit is contained in:
radishzzz 2025-05-31 16:53:20 +01:00
parent 4d1e5b3054
commit 5ec894cd36
20 changed files with 232 additions and 89 deletions

View file

@ -1,3 +1,7 @@
/**
* Update theme from upstream repository
* Usage: pnpm update-theme
*/
import { execSync } from 'node:child_process'
import fs from 'node:fs'
import path from 'node:path'