You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Windows genlayer up, localhost access, cross-platform CI (#288)
* fix(ci): fix bash syntax error in docs workflow
Swap quote nesting in node -p command — outer single quotes,
inner double quotes — so bash doesn't consume the escapes.
* fix: Windows genlayer up, enable localhost access, cross-platform CI
- Fix Windows `genlayer up` failing with ECONNREFUSED (#1548): remove
detached `start cmd.exe` wrapper, quote paths for spaces, use -d flag
- Enable localhost access by default: generate docker-compose.override.yml
and genvm-module-web.yaml so GenVM can reach host services (Anvil, etc.)
- Add docker-compose.yml to npm package files (was missing)
- Add cross-platform CI matrix (ubuntu, macos, windows)
- Add unit tests for platform commands and localhost access setup
* fix: use path.resolve in configFileManager tests for Windows compat
Tests hardcoded Unix-style paths (/mocked/home/.genlayer) but
path.resolve produces backslash paths on Windows. Use path.resolve
for expected values so tests pass on all platforms.
0 commit comments