Skip to content

Commit

Permalink
fix: allow loading modules from any local path
Browse files Browse the repository at this point in the history
  • Loading branch information
laktek committed Aug 2, 2023
1 parent ca0e487 commit 4d5b6fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/main/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ serve(async (req: Request) => {
const memoryLimitMb = 150;
const workerTimeoutMs = 5 * 60 * 1000;
const noModuleCache = false;
const customModuleRoot = null;
const customModuleRoot = '';
// you can provide an import map inline
// const inlineImportMap = {
// imports: {
Expand Down

0 comments on commit 4d5b6fd

Please sign in to comment.