Update bootstrap.js
parent
522fe6a225
commit
f5d71c34bc
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue