Add management layout

This commit is contained in:
Manuel
2023-07-29 14:49:44 +02:00
parent c312828c79
commit 3b01a42b15
3 changed files with 178 additions and 1 deletions

View File

@@ -21,7 +21,8 @@
"test": "vitest",
"test:ui": "vitest --ui",
"test:run": "vitest run",
"test:coverage": "vitest run --coverage"
"test:coverage": "vitest run --coverage",
"postinstall": "prisma generate"
},
"dependencies": {
"@ctrl/deluge": "^4.1.0",