Skip to content

Commit 2227713

Browse files
Merge pull request #1423 from braedonsaunders/claude/local-execution-options-0xVNX
Claude/local execution options 0x vnx
2 parents 102d3d8 + 60cc882 commit 2227713

3 files changed

Lines changed: 3 additions & 7 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
[![WebGPU](https://img.shields.io/badge/WebGPU-First-green)](https://www.w3.org/TR/webgpu/)
1010
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
1111

12-
<img src="voidstrike.gif" alt="VOIDSTRIKE gameplay" width="800" />
12+
<img src="docs/voidstrike.gif" alt="VOIDSTRIKE gameplay" width="800" />
1313

1414
[Play](#quick-start) · [Technical Architecture](#technical-architecture) · [Extractable Libraries](#extractable-libraries) · [For Players](#for-rts-players)
1515

File renamed without changes.

src/types/pwa.d.ts

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ interface BeforeInstallPromptEvent extends Event {
77
prompt(): Promise<void>;
88
}
99

10-
declare global {
11-
interface WindowEventMap {
12-
beforeinstallprompt: BeforeInstallPromptEvent;
13-
}
10+
interface WindowEventMap {
11+
beforeinstallprompt: BeforeInstallPromptEvent;
1412
}
15-
16-
export {};

0 commit comments

Comments
 (0)