feat(cli): add site cli to run scripts + handle media

This commit is contained in:
Cory Dransfeldt 2025-06-05 18:48:20 -07:00
parent 5055816f68
commit d08787f5aa
No known key found for this signature in database
12 changed files with 1615 additions and 26 deletions

View file

@ -1,6 +1,6 @@
{
"name": "coryd.dev",
"version": "8.3.3",
"version": "9.0.0",
"description": "The source for my personal site. Built using 11ty (and other tools).",
"type": "module",
"engines": {
@ -55,7 +55,7 @@
"postcss-import": "^16.1.0",
"postcss-import-ext-glob": "^2.1.1",
"rimraf": "^6.0.1",
"terser": "^5.40.0",
"terser": "^5.41.0",
"truncate-html": "^1.2.1"
}
}