chore: 升级依赖与工程配置
This commit is contained in:
@@ -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`);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user