Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
phisn committed Sep 24, 2024
1 parent 7b91980 commit 6e20a21
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 270 deletions.
2 changes: 1 addition & 1 deletion packages/game-player/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "web-game",
"name": "game-web",
"private": true,
"version": "1.0.0",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"dexie": "^3.2.4",
"dexie-react-hooks": "^1.1.6",
"game": "*",
"game-web": "*",
"js-sdsl": "^4.4.2",
"jssha": "^3.3.1",
"lz-string": "^1.5.0",
Expand All @@ -47,7 +48,6 @@
"three": "^0.155.0",
"three-stdlib": "^2.25.0",
"tunnel-rat": "^0.1.2",
"web-game": "*",
"zustand": "^4.4.1"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/web/src/pages/play/play-store.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { WebGame } from "game-web/src/game-player"
import { GameLoop } from "game-web/src/game-player-loop"
import { GameHooks } from "game-web/src/model/settings"
import { ReplayModel } from "game/proto/replay"
import { WorldConfig } from "game/proto/world"
import { createContext, useContext } from "react"
import { GameLoop } from "web-game/src/game/game-loop"
import { GameHooks } from "web-game/src/game/model/settings"
import { WebGame } from "web-game/src/game/web-game"
import { createStore, useStore } from "zustand"
import { useAppStore } from "../../common/store/app-store"
import { isTRPCClientError, trpcNative } from "../../common/trpc/trpc-native"
Expand Down
Loading

0 comments on commit 6e20a21

Please sign in to comment.