Browse Source

refactor(cli): move `check` module alongside others (#1304)

There was no reason for `check` to be defined as `check/mod.rs` when all the others were at the top level e.g. `serve.rs`.
Brian Donovan 1 year ago
parent
commit
5c62947835
1 changed files with 0 additions and 0 deletions
  1. 0 0
      packages/cli/src/cli/check.rs

+ 0 - 0
packages/cli/src/cli/check/mod.rs → packages/cli/src/cli/check.rs