chore: 升级依赖与工程配置

This commit is contained in:
2026-08-05 17:10:14 +08:00
parent bd55e0a061
commit a9ce5563b1
9 changed files with 853 additions and 639 deletions

View File

@@ -63,5 +63,5 @@ const server = http.createServer((req, res) => {
});
server.listen(PORT, () => {
console.log(`Frontend proxy running on http://0.0.0.0:${PORT} → API: ${API_TARGET}`);
process.stdout.write(`Frontend proxy running on http://0.0.0.0:${PORT} → API: ${API_TARGET}\n`);
});