Added theme archvier and changes to blocks

This commit is contained in:
Jeremy Rangel
2025-01-01 18:09:33 -08:00
parent 21b00e1937
commit d928a0e8fd
21 changed files with 342 additions and 158 deletions

10
package.json Normal file
View File

@ -0,0 +1,10 @@
{
"name": "localcontentpro",
"version": "0.0.1",
"scripts": {
"zip-theme": "node zip-theme.js"
},
"devDependencies": {
"archiver": "^5.3.2"
}
}