feat(frontend): added pinia, i18n and started login

This commit is contained in:
Marco Cavalli 2025-02-21 14:39:57 +01:00
parent 64c11393c4
commit 0392c0c7cf
14 changed files with 455 additions and 20 deletions

View file

@ -40,7 +40,7 @@ const vuetify = createVuetify({
components,
directives,
theme: {
defaultTheme: 'dark',
defaultTheme: 'light',
// themes: {
// customeTheme,
// },