Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: missing config schema json in dist (#134)
# Description This PR fixes missing config schemas in the build. # Changes - [x] Package the config schema JSON ## How to test Edit the `config.example.json` as necessary. 1. `yarn build` 2. `node ./dist/src/index.js run --config-path ./config.example.json` 3. Observe the watch-tower starts without faults.
- Loading branch information