feat(frontend): Use i18n, type fixes

This commit is contained in:
2025-08-02 08:45:00 +02:00
parent 7b5a1a3bda
commit f9851f01d9
9 changed files with 1083 additions and 33 deletions

View File

@@ -15,7 +15,7 @@ import {
export const auth = betterAuth({
database: new Database('./sqlite.db'),
emailAndPassword: { enabled: true, autoSignIn: false },
trustedOrigins: ["http://localhost:3001"],
trustedOrigins: ['http://localhost:3001'],
plugins: [
jwt({
jwt: {