fix: removed specific to my dev setup config

This commit is contained in:
2025-01-23 11:31:13 -06:00
parent 70786da8c6
commit f58951fd92

6
.vscode/launch.json vendored
View File

@@ -17,8 +17,6 @@
"10G",
"--disk-path",
"tmp/disk",
"--upstream",
"http://192.168.2.88:80",
"--verbose",
],
},
@@ -33,8 +31,6 @@
"10G",
"--disk-path",
"tmp/disk",
"--upstream",
"http://192.168.2.88:80",
"--verbose",
],
},
@@ -47,8 +43,6 @@
"args": [
"--memory",
"1G",
"--upstream",
"http://192.168.2.88:80",
"--verbose",
],
}