fix(edit-docs): doubly nested directories

This commit is contained in:
Elian Doran 2025-03-10 20:16:56 +02:00
parent 7a4b1b41b4
commit b412f06b79
No known key found for this signature in database

View File

@ -9,7 +9,7 @@ import archiver, { type Archiver } from "archiver";
import type { WriteStream } from "fs";
import debounce from "./src/public/app/services/debounce.js";
const NOTE_ID_USER_GUIDE = "help_user_guide";
const NOTE_ID_USER_GUIDE = "pOsGYCXsbNQG";
const destRootPath = path.join("src", "public", "app", "doc_notes", "en", "User Guide");
async function startElectron() {