Add first iteration of ssh proxy

This commit is contained in:
Owen
2026-05-11 16:53:03 -07:00
parent 57701e13eb
commit dc00668cbe
5 changed files with 399 additions and 3 deletions

3
src/types/css-modules.d.ts vendored Normal file
View File

@@ -0,0 +1,3 @@
// Allow importing plain CSS files as side-effect imports (e.g. xterm.css).
declare module "*.css" {}
declare module "@xterm/xterm/css/xterm.css" {}