Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andreubotella committed Sep 12, 2024
1 parent 12eab86 commit ff875d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/file_server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Deno.serve((req) => {
// Otherwise, serve the current dir
return serveDir(req, {
enableCors: true,
showDirListing: true,
showDotfiles: false,
});
});

0 comments on commit ff875d7

Please sign in to comment.