UNPKG
web-terminal-lite
Version:
latest (1.0.0)
1.0.0
A lightweight in-browser terminal that simulates a shell-like experience
web-terminal-lite
/
vite.config.js
7 lines
(6 loc)
•
70 B
JavaScript
View Raw
1
2
3
4
5
6
7
export
default
{
root:
'.'
,
server:
{
port:
3000
} }
;