fix code-server reboot problem(close debug)

This commit is contained in:
Cai
2025-10-15 15:17:37 +08:00
parent 821e20c9de
commit e07c41fbdf
5 changed files with 2943 additions and 1800 deletions

View File

@@ -7,6 +7,6 @@ if __name__ == '__main__':
app,
host="0.0.0.0",
port=5200,
debug=True, # 开发期打开
debug=False, # 开发期打开
allow_unsafe_werkzeug=True, # 避免 dev server 的安全限制提示
)