chore: wails update, dependencies update, ping test cmd, pnpm

This commit is contained in:
Ryan Walters
2025-08-23 19:02:04 -05:00
parent 63208ee203
commit b3eb8d7d8f
9 changed files with 365 additions and 348 deletions

View File

@@ -134,7 +134,7 @@ export function WindowIsFullscreen(): Promise<boolean>;
// [WindowSetSize](https://wails.io/docs/reference/runtime/window#windowsetsize)
// Sets the width and height of the window.
export function WindowSetSize(width: number, height: number): Promise<Size>;
export function WindowSetSize(width: number, height: number): void;
// [WindowGetSize](https://wails.io/docs/reference/runtime/window#windowgetsize)
// Gets the width and height of the window.