theming & backend

This commit is contained in:
janis
2023-01-04 23:24:02 +01:00
parent cb6c095d0c
commit 6f6a526e67
25 changed files with 1867 additions and 71 deletions

View File

@@ -1,6 +1,7 @@
{
"dependencies": {
"express": "^4.18.2",
"path": "^0.12.7"
"path": "^0.12.7",
"serve-favicon": "^2.5.0"
}
}