mirror of
https://github.com/khairul169/home-lab.git
synced 2025-05-14 16:39:34 +07:00
Merge branch 'main' of https://github.com/khairul169/home-lab
This commit is contained in:
commit
5a1c7c1d55
@ -9,7 +9,7 @@ export const createTerminalSession = (client: TerminalClient) => {
|
||||
name: "xterm-color",
|
||||
cols: 80,
|
||||
rows: 24,
|
||||
cwd: process.env.PWD,
|
||||
cwd: process.env.TERMINAL_PWD || process.env.PWD,
|
||||
env: process.env,
|
||||
});
|
||||
client.tty = tty;
|
||||
|
Loading…
x
Reference in New Issue
Block a user