feat(cli): add site cli to run scripts + handle media
This commit is contained in:
parent
5055816f68
commit
d08787f5aa
12 changed files with 1615 additions and 26 deletions
9
.gitignore
vendored
9
.gitignore
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue