fix(web): update proxy target for containerized development (#334)

* fix(web): update proxy target for containerized development

Use internal Docker network target (http://server:8080) instead of host-published
ports (host.docker.internal) to improve containerized dev environment reliability.
Also add mise.local.toml to .gitignore for local tool configuration.

* Remove comments regarding Docker network configuration

Removed comments about containerized development and proxy target.

---------

Co-authored-by: 晨苒 <16112591+chen-ran@users.noreply.github.com>
This commit is contained in:
L-Ryland
2026-04-08 01:34:19 +08:00
committed by GitHub
parent 8c4e9e218e
commit af97ab22ee
2 changed files with 2 additions and 3 deletions
+1
View File
@@ -63,6 +63,7 @@ lerna-debug.log*
.env.development.local
.env.test.local
.env.production.local
mise.local.toml
# IDE
.idea/