chore: formatting

This commit is contained in:
2025-10-03 15:05:07 +02:00
parent 0abf4f9737
commit b82141eb75
7 changed files with 148 additions and 130 deletions

View File

@@ -16,7 +16,7 @@ const config = {
trustedOrigins: ['http://localhost:3000', 'https://serengo.ziasvannes.tech']
},
alias: {
"@/*": "./src/lib/*"
'@/*': './src/lib/*'
}
}
};