Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Aslemammad committed Dec 6, 2023
1 parent e677d36 commit bf15d89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/waku/src/lib/middleware/rsc/ssr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ const loadServerFile = async (
return import(fileURL);
}
const vite = await getViteServer();
console.log('fileURL', fileURL);
return vite.ssrLoadModule(fileURLToFilePath(fileURL));
};

Expand Down

0 comments on commit bf15d89

Please sign in to comment.