@pleme-io/config-manager
v1.0.1
Published
Runtime configuration management with window.ENV pattern
Maintainers
Readme
pleme-config-manager
Runtime configuration management with window.ENV pattern
Development
# Enter dev shell
nix develop
# Run all checks (lint + typecheck + test)
nix run .#check-all
# Individual commands
npm run build
npm run test
npm run check
npm run check:types