latest_fix_read_live_files_from_/dev/shm/1.txt_file__to_lip_sink_with_external_tts
This commit is contained in:
11
server copy.js
Normal file
11
server copy.js
Normal file
@@ -0,0 +1,11 @@
|
||||
const express = require('express');
|
||||
const path = require('path');
|
||||
|
||||
const app = express();
|
||||
const PORT = 3000;
|
||||
|
||||
app.use(express.static(path.join(__dirname, 'public')));
|
||||
|
||||
app.listen(PORT, () => {
|
||||
console.log(`Server running at http://localhost:${PORT}`);
|
||||
});
|
||||
Reference in New Issue
Block a user