Fix build and tests

This commit is contained in:
Zef Hemel
2023-01-25 18:40:34 +01:00
parent bd152dd297
commit e14d6a6fb8
3 changed files with 3 additions and 5 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ for await (
const s = await Deno.stat(fullPath);
allFiles.push({
name: fullPath.substring(rootDir.length + 1),
lastModified: Date.now(),
lastModified: 1,
contentType: mime.getType(fullPath) || "application/octet-stream",
size: s.size,
perm: "rw",