feat: Integrate Kokoro TTS with WebGPU and fallback
This commit is contained in:
Vendored
+1
-1
@@ -59,7 +59,7 @@ exports.server = server;
|
||||
const io = new socket_io_1.Server(server);
|
||||
exports.io = io;
|
||||
// Get port from environment variables or use default
|
||||
const DEFAULT_PORT = 3000;
|
||||
const DEFAULT_PORT = 3001;
|
||||
const PORT = process.env.PORT ? parseInt(process.env.PORT) : DEFAULT_PORT;
|
||||
const PORT_RANGE = 10; // Try up to 10 ports starting from the default
|
||||
// Serve static files from the public directory
|
||||
|
||||
Reference in New Issue
Block a user