Update bootstrap.js

pull/9/head
qwertyforce 2023-03-06 17:03:37 +03:00
parent 522fe6a225
commit f5d71c34bc
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
const fs = require("fs")
const path = require("path")
console.log(__dirname)
const root_path = path.join(__dirname, "..", "..")
const root_path = path.join(__dirname, "..")
const dirs = ["public", "temp", "import", path.join("import", "images"), path.join("public", "thumbnails"), path.join("public", "images")]
for (const dir of dirs) {