mkdir fiche root
This commit is contained in:
parent
df314a2226
commit
b625622727
@ -43,6 +43,7 @@ async function init () {
|
|||||||
const themeFileHash = calculateHash(themeFile)
|
const themeFileHash = calculateHash(themeFile)
|
||||||
const scriptFileHash = calculateHash(scriptFile)
|
const scriptFileHash = calculateHash(scriptFile)
|
||||||
|
|
||||||
|
await fsp.mkdir(root, { recursive: true })
|
||||||
await fsp.access(root, fs.constants.F_OK)
|
await fsp.access(root, fs.constants.F_OK)
|
||||||
|
|
||||||
router.get('/theme.css', (req, res) => {
|
router.get('/theme.css', (req, res) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user