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.
2 parents 3fc3883 + 8045055 commit 0c52a0aCopy full SHA for 0c52a0a
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