refactor: optimize internal library dependencies and resolve lint warnings

This commit is contained in:
N1C4T
2026-02-23 15:43:16 +04:00
parent 3934ec0650
commit 6e4ff0b79e
9 changed files with 13 additions and 42 deletions

View File

@@ -1,4 +1,4 @@
// Re-exports all distro script generators
export { escapeShellString, getSelectedPackages, type PackageInfo } from './shared';
export { generateUbuntuScript } from './ubuntu';