Create logs route

This commit is contained in:
thiloho
2024-09-13 17:04:04 +02:00
parent e661368b89
commit 2b97a28488
9 changed files with 326 additions and 43 deletions

View File

@@ -8,6 +8,7 @@
"name": "web-app",
"version": "0.0.1",
"dependencies": {
"fast-diff": "1.3.0",
"github-slugger": "2.0.0",
"highlight.js": "11.10.0",
"isomorphic-dompurify": "2.14.0",
@@ -2549,6 +2550,12 @@
"dev": true,
"license": "MIT"
},
"node_modules/fast-diff": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/fast-diff/-/fast-diff-1.3.0.tgz",
"integrity": "sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw==",
"license": "Apache-2.0"
},
"node_modules/fast-glob": {
"version": "3.3.2",
"resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz",