mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Fix css not being used in demo
This commit is contained in:
+2
-2
@@ -35,8 +35,8 @@ function startServer() {
|
||||
res.sendFile(__dirname + '/test.html');
|
||||
});
|
||||
|
||||
app.get('/style.css', (req, res) => {
|
||||
res.sendFile(__dirname + '/style.css');
|
||||
app.get('/index.css', (req, res) => {
|
||||
res.sendFile(__dirname + '/index.css');
|
||||
});
|
||||
|
||||
app.use('/dist', express.static(__dirname + '/dist'));
|
||||
|
||||
Reference in New Issue
Block a user