fix: resolve CI test failures in schema-validator
Some checks failed
CI / test (push) Has been cancelled

- Created missing schema-validator.ts file
- Added enum type validation with options support
- Added 'yes'/'no' boolean value handling
- Fixed port type detection to take priority over number
This commit is contained in:
2026-01-31 20:47:04 +00:00
parent 519e6fe8e4
commit 1b6c4a5e7c

3
.gitignore vendored
View File

@@ -1,6 +1,7 @@
node_modules/
dist/
coverage/
.env
.env.local
.env.*.local
*.log
.DS_Store