refactor: remove address flag and set default value in command configuration

This commit is contained in:
2025-01-21 15:24:01 -06:00
parent 4caa14fa68
commit aa6764040b
2 changed files with 1 additions and 4 deletions

1
.vscode/launch.json vendored
View File

@@ -11,7 +11,6 @@
"mode": "auto",
"program": "${workspaceFolder}/main.go",
"args": [
"--address", ":80",
"--memory", "1G",
"--disk", "10G",
"--disk-path", "tmp/disk",