Add Docker, Kubernetes configurations, and CI workflows for deployment. Integrate Gin server for API, WebSocket support, and static file hosting. Refactor WebSocket gateway to use Gin router.
Some checks failed
Dynamic Branch Deploy / build-and-deploy (push) Has been cancelled
Some checks failed
Dynamic Branch Deploy / build-and-deploy (push) Has been cancelled
This commit is contained in:
8
.gitignore
vendored
8
.gitignore
vendored
@@ -51,14 +51,6 @@ Thumbs.db
|
||||
.env
|
||||
config.local.json
|
||||
|
||||
# Generated assets (if you want to regenerate them)
|
||||
# Uncomment if assets should be generated, not committed
|
||||
# /cmd/client/web/assets/*.png
|
||||
# /cmd/client/web/assets/assets.json
|
||||
|
||||
# Keep chunks but ignore generated ones if needed
|
||||
# /cmd/client/web/assets/chunks/*.json
|
||||
|
||||
# Debug files
|
||||
debug
|
||||
__debug_bin
|
||||
|
||||
Reference in New Issue
Block a user