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:
@@ -1,7 +1,9 @@
|
||||
//Imports
|
||||
import classic from "./classic/template.mjs"
|
||||
import terminal from "./terminal/template.mjs"
|
||||
|
||||
//Exports
|
||||
export default {
|
||||
classic
|
||||
classic,
|
||||
terminal,
|
||||
}
|
||||
Reference in New Issue
Block a user