refactoring

This commit is contained in:
zadam
2023-02-13 16:22:34 +01:00
parent e411ad0eb1
commit c190296bf9
11 changed files with 25 additions and 16 deletions

View File

@@ -1,5 +1,5 @@
const fs = require("fs-extra");
const utils = require("../../src/services/utils.js");
const utils = require("../../src/services/utils");
const html = require("html");
const SRC_DIR = './src-build/docs-website';