Skip to content

Commit

Permalink
fix: ci/cd build module resolution errors
Browse files Browse the repository at this point in the history
  • Loading branch information
LiprikON2 committed Jul 31, 2023
1 parent b1d2d18 commit 2ab7c1a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions client/src/game/scripts/managers/SoundManager/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from "./SoundManager";
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { SoundManager } from "~/game/managers/SoundManager";
import type { SoundManager } from "~/game/managers/SoundManager/SoundManager";
import type { BaseScene } from "~/game/scenes/core/BaseScene";

type ExplosionConfig = {
Expand Down

0 comments on commit 2ab7c1a

Please sign in to comment.