Not much point in leaving the server hanging after a stop

This commit is contained in:
Stefano Pigozzi 2024-10-22 01:38:14 +02:00
parent 1a64044487
commit d33ad5d6a9
No known key found for this signature in database
GPG key ID: 5ADA3868646C3FC0

1
.vscode/launch.json vendored
View file

@ -21,6 +21,7 @@
"pattern": " ➜ Local: (http://.+/)",
"uriFormat": "%s",
"action": "debugWithChrome",
"killOnServerStop": true
}
},
]