Skip to content

Commit

Permalink
feat: support CLI multiple projects (#2086)
Browse files Browse the repository at this point in the history
  • Loading branch information
tzachbon authored Jan 4, 2022
1 parent 55b5ce1 commit 1b5e664
Show file tree
Hide file tree
Showing 47 changed files with 4,376 additions and 1,131 deletions.
3 changes: 2 additions & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"skipFiles": ["<node_internals>/**"],
"resolveSourceMapLocations": ["${workspaceFolder}/**", "!**/node_modules/**"],
"env": {
"FILE": "${file}"
"FILE": "${file}",
"CLI_WATCH_TEST_TIMEOUT": "999999"
}
},
{
Expand Down
67 changes: 49 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1b5e664

Please sign in to comment.