mirror of
https://github.com/EthanShoeDev/fressh.git
synced 2026-01-11 14:22:51 +00:00
good commit
This commit is contained in:
@@ -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' };
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user