Changes to blocks and added basic framework for Newsletters

This commit is contained in:
Jeremy Rangel
2025-01-02 01:29:51 -08:00
parent d928a0e8fd
commit 7bba517b48
20 changed files with 417 additions and 149 deletions

View File

@ -13,7 +13,8 @@ const excludedDirs = [
'package.json',
'package-lock.json',
'theme.zip',
'.git'
'.git',
'react'
];
// Helper function to check if a file or directory should be excluded