good commit

This commit is contained in:
EthanShoeDev
2025-09-21 20:58:44 -04:00
parent 05c05f364f
commit b885beb262
6 changed files with 27 additions and 18 deletions

View File

@@ -14,10 +14,9 @@ export type BridgeOutboundMessage =
| { type: 'resize'; cols: number; rows: number }
| { type: 'fit' }
| {
type: 'setOptions'; opts: Partial<
Omit<ITerminalOptions, keyof ITerminalInitOnlyOptions>
>
}
type: 'setOptions';
opts: Partial<Omit<ITerminalOptions, keyof ITerminalInitOnlyOptions>>;
}
| { type: 'clear' }
| { type: 'focus' };

View File

@@ -8,9 +8,7 @@ const logExternal: boolean = false;
export default defineConfig({
plugins: [
react({
}),
react({}),
dts({
tsconfigPath: './tsconfig.app.json',
// This makes dist/ look nice but breaks Cmd + Click