Merge branch 'dev' into feature/add-basic-authentication

This commit is contained in:
Meier Lukas
2023-08-02 06:44:26 +02:00
4 changed files with 65 additions and 42 deletions

View File

@@ -22,6 +22,8 @@
"test:ui": "vitest --ui",
"test:run": "vitest run",
"test:coverage": "vitest run --coverage",
"docker:build": "turbo build && docker build . -t homarr:dev",
"docker:start": "docker run --env-file ./.env -p 7575:7575 homarr:dev ",
"postinstall": "prisma generate"
},
"dependencies": {
@@ -231,4 +233,4 @@
]
}
}
}
}