Skip to content

Commit

Permalink
Merge pull request #2 from ir-engine/remove-common-dep-engine
Browse files Browse the repository at this point in the history
remove common dep engine
  • Loading branch information
HexaField authored Aug 30, 2024
2 parents 1449b5b + a5514d9 commit 7f98616
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@ import '@ir-engine/client/src/themes/utilities.css'

import { createHyperStore } from '@ir-engine/hyperflux'

// @ts-ignore
const publicPath = import.meta.env.BASE_URL === '/client/' ? location.origin : import.meta.env.BASE_URL!.slice(0, -1) // remove trailing '/'
createHyperStore({ publicPath })
createHyperStore()

const CustomLocationPage = lazy(() => import('./CustomLocationPage'))

Expand Down

0 comments on commit 7f98616

Please sign in to comment.