Skip to content

Commit

Permalink
fix(pinball): build error
Browse files Browse the repository at this point in the history
  • Loading branch information
VodBox committed Mar 3, 2024
1 parent 060a19a commit 0c47524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/channels/pinball/import.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import PinballWasm from './bin/SpaceCadetPinball.wasm?url';
//@ts-expect-error
import SpaceCadetPinball from './bin/SpaceCadetPinball.mjs';
import type { MainModule } from './bin/SpaceCadetPinball.d.ts';
import type { MainModule } from './bin/SpaceCadetPinball';

export const offscreen = new OffscreenCanvas(600, 416) as OffscreenCanvas & {
style: Record<string, any>;
Expand Down

0 comments on commit 0c47524

Please sign in to comment.