-
I am trying to develop the inGameWindow but when I run npm run start, the http://localhost:3000/ is only showing desktop app icon. How can I see the inGameWindow in the browser/overlay, so I can use hot reload features? |
Beta Was this translation helpful? Give feedback.
Answered by
San-Moshe
Oct 30, 2021
Replies: 1 comment 1 reply
-
Hey, In src/app/app.tsx add the following line inside the if block:
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
pekac45
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey,
I used dev environment to manually set the current page to InGameWindow.
In src/app/app.tsx add the following line inside the if block:
setPage(WINDOW_NAMES.INGAME)