fix: add logout, quick signup and quick login (#29)
Release package / release (push) Successful in 12m31s

Co-authored-by: TakahashiNg <83152264+TakahashiNguyen@users.noreply.github.com>
Reviewed-on: #29
This commit was merged in pull request #29.
This commit is contained in:
2026-04-19 09:16:26 +00:00
parent d94117576b
commit 4811934b84
23 changed files with 167 additions and 26 deletions
+1
View File
@@ -32,6 +32,7 @@
"QUARKUS_DEBUG_HOST": "0.0.0.0",
"http_proxy": "http://host.docker.internal:3142"
},
"postStartCommand": "redis-server --daemonize yes",
"postCreateCommand": "git config --global --add safe.directory '*'",
"forwardPorts": [5005, 8080]
}