fix: Linux cross-platform compatibility

- Remove hardcoded local GenHTML5 path dependency (unused)
- Add swift-system dependency for cross-platform FilePath support
- Change 'import System' to 'import SystemPackage' in BaseComponents.swift

Automated-By: claude-sonnet-4-6
This commit is contained in:
Isaac Paul
2026-05-19 04:31:09 -05:00
parent 1aff7e50ee
commit 1faa9ab465
2 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
// Non-commercial license, see LICENSE.MD in the project root for details
//
import System
import SystemPackage
import Foundation
public protocol IFlowContent : HTMLNode {}