mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2026-06-18 20:30:15 +00:00
fix a bit some, node-importing is now barrelled into one file.
This commit is contained in:
@@ -35,7 +35,7 @@ function processFile(filePath: string) {
|
||||
return updatedSourceText;
|
||||
}
|
||||
|
||||
const targetDir = `../_types/`;
|
||||
const targetDir = `./_types/`;
|
||||
|
||||
async function processDir(dirPath: string) {
|
||||
for await (const entry of Deno.readDir(dirPath)) {
|
||||
|
||||
Reference in New Issue
Block a user