mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-05-28 00:01:54 +08:00
We have audio! Thanks @orsi!
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import express from 'express';
|
||||
|
||||
const PORT = 8080;
|
||||
|
||||
const app = express();
|
||||
app.use(express.static('.'));
|
||||
|
||||
app.listen(PORT, () => console.log(`Listening on port ${PORT}`));
|
||||
Reference in New Issue
Block a user