feat(www)!: update ssh command to send $TERM_PROGRAM

This commit is contained in:
Erica Marigold 2025-08-27 12:49:38 +01:00
parent 4aebf61533
commit e7caac4dd7
Signed by: DevComp
SSH key fingerprint: SHA256:jD3oMT4WL3WHPJQbrjC3l5feNCnkv7ndW8nYaHX5wFw

View file

@ -4,7 +4,7 @@
import { onMount } from 'svelte';
import { crossfade, fade } from 'svelte/transition';
const command = 'ssh devcomp.xyz';
const command = 'ssh -o SendEnv=TERM_PROGRAM devcomp.xyz';
const cursor = '█'
let showCheckmark = $state(false);