multiple AI projects changes:
TTS and WebUI related
This commit is contained in:
@ -3,9 +3,9 @@ if (require('dotenv')) {
|
||||
require('dotenv').config()
|
||||
}
|
||||
|
||||
console.log('Starting ws server on port '+ process.env.SERVER_PORT_WS);
|
||||
const WebSocket = require('ws');
|
||||
const wss = new WebSocket.Server({ port: process.env.SERVER_PORT_WS });
|
||||
console.log('WebSocket server started on port 8081');
|
||||
|
||||
|
||||
console.log(process.env)
|
||||
|
Reference in New Issue
Block a user