mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-04-22 15:25:47 -07:00
1a1bdefc83
Fixes #5509
11 lines
184 B
JavaScript
11 lines
184 B
JavaScript
/**
|
|
* Copyright (c) 2018 The xterm.js authors. All rights reserved.
|
|
* @license MIT
|
|
*/
|
|
|
|
// @ts-check
|
|
|
|
const startServer = require('./dist/server-bundle.js').default;
|
|
|
|
startServer();
|