1
0

Allow writes, kinda

This commit is contained in:
Zef Hemel
2022-07-15 14:30:43 +02:00
parent 4a7934f9d8
commit 7a86c4ef56
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ getFiles(rootDir).then((files) => {
.replace(/\.md$/, "")
.replace(/\.plug\.json$/, ""),
lastModified: 0,
perm: "ro",
perm: "rw",
}))
.filter((pageMeta) => !pageMeta.name.startsWith("."));
console.log(JSON.stringify(files, null, 2));