diff options
Diffstat (limited to 'cli/main.rs')
-rw-r--r-- | cli/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/main.rs b/cli/main.rs index 1752c3373..48e78becb 100644 --- a/cli/main.rs +++ b/cli/main.rs @@ -20,6 +20,7 @@ mod node; mod npm; mod ops; mod resolver; +mod shared; mod standalone; mod task_runner; mod tools; |