Skip to content

Commit cf7a530

Browse files
committed
♻️ Refactor and add tests
1 parent a500061 commit cf7a530

17 files changed

+684
-362
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@ npm/
2222
turbo-remote-cache-rs-darwin-*
2323
turbo-remote-cache-rs-linux-*
2424
turbo-remote-cache-rs-win-*
25+
test_files

.node-version

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
22.7

.vscode/settings.json

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"rust-analyzer.check.command": "clippy"
3+
}

0 commit comments

Comments
 (0)