Skip to content

Commit ff875d7

Browse files
committed
Fix
1 parent 12eab86 commit ff875d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/file_server.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Deno.serve((req) => {
1414
// Otherwise, serve the current dir
1515
return serveDir(req, {
1616
enableCors: true,
17+
showDirListing: true,
1718
showDotfiles: false,
1819
});
1920
});

0 commit comments

Comments
 (0)