Version 2.2
- Add new template "terminal" - Add feature to flush cache of user on server - Server app improvement - Created metrics common - Package json loaded in setup
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
const assets = {}
|
||||
const templates = path.join(__dirname, "..", "src/templates")
|
||||
for (const name of await fs.promises.readdir(templates)) {
|
||||
if (/^index.mjs$/.test(name))
|
||||
if (/.*[.]mjs$/.test(name))
|
||||
continue
|
||||
console.log(`Including template ${name}`)
|
||||
const files = [
|
||||
|
||||
Reference in New Issue
Block a user