Allow writes, kinda
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
/fs/*
|
/fs/*
|
||||||
Last-Modified: 0
|
Last-Modified: 0
|
||||||
X-Permission: ro
|
X-Permission: rw
|
||||||
@@ -22,7 +22,7 @@ getFiles(rootDir).then((files) => {
|
|||||||
.replace(/\.md$/, "")
|
.replace(/\.md$/, "")
|
||||||
.replace(/\.plug\.json$/, ""),
|
.replace(/\.plug\.json$/, ""),
|
||||||
lastModified: 0,
|
lastModified: 0,
|
||||||
perm: "ro",
|
perm: "rw",
|
||||||
}))
|
}))
|
||||||
.filter((pageMeta) => !pageMeta.name.startsWith("."));
|
.filter((pageMeta) => !pageMeta.name.startsWith("."));
|
||||||
console.log(JSON.stringify(files, null, 2));
|
console.log(JSON.stringify(files, null, 2));
|
||||||
|
|||||||
Reference in New Issue
Block a user