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

9
.gitignore vendored
View file

@ -1,3 +1,9 @@
# cli cache
cli/.cache/
# local dependencies
.env
# build output
.cache
node_modules
@ -5,8 +11,5 @@ vendor
generated
dist
# local dependencies
.env
# system files
.DS_Store