This commit is contained in:
LukeParkerDev 2026-04-24 07:39:19 +10:00
commit 6d66973fd5
10 changed files with 232 additions and 116 deletions

View file

@ -33,7 +33,7 @@ import type { Diagnostic } from "vscode-languageserver-types"
import styles from "./part.module.css"
const MIN_DURATION = 2000
const SHELL = new Set(["shell"])
const SHELL = new Set(["shell", "bash"])
export interface PartProps {
index: number