We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6be711a commit c6ff3ceCopy full SHA for c6ff3ce
apps/web/src/loader/loader.ts
@@ -12,7 +12,7 @@ export const loadGameFiles = async (
12
let mainModule = undefined;
13
logger.info("Starting load game files from cache");
14
for (const file of manifest.files) {
15
- if (file.path === "index.js") {
+ if (file.path === "/index.js") {
16
const resModule = await loadScript(file);
17
if (resModule) mainModule = resModule;
18
continue;
0 commit comments