feat: introduce UX Extension and Base Folder Strategy

This commit is contained in:
Keith Guerin
2026-03-20 14:57:56 -07:00
parent 8eb419a47a
commit f13cb832aa
575 changed files with 11311 additions and 19877 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ import path from 'node:path';
const sourceDir = path.join('src');
const targetDir = path.join('dist', 'src');
const extensionsToCopy = ['.md', '.json', '.sb', '.toml', '.cs', '.exe'];
const extensionsToCopy = ['.md', '.json', '.sb', '.toml'];
function copyFilesRecursive(source, target) {
if (!fs.existsSync(target)) {