diff --git a/astro.config.mjs b/astro.config.mjs index 5e05ed3..da64170 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -13,6 +13,7 @@ export default defineConfig({ }, vite: { + // @ts-ignore plugins: [tailwindcss()], }, diff --git a/src/modules/auth/auth.actions.ts b/src/modules/auth/auth.actions.ts index 6376393..2821bc4 100644 --- a/src/modules/auth/auth.actions.ts +++ b/src/modules/auth/auth.actions.ts @@ -1,7 +1,7 @@ // src/modules/auth/auth.actions.ts import { defineAction, ActionError } from 'astro:actions'; -import { SignJWT } from 'jose'; import { loginSchema } from './auth.schema'; +import { SignJWT } from 'jose'; export const login = defineAction({ accept: 'json', diff --git a/src/modules/dashboard/components/dashboard.header.tsx b/src/modules/dashboard/components/dashboard.header.tsx index a78e3b0..01582df 100644 --- a/src/modules/dashboard/components/dashboard.header.tsx +++ b/src/modules/dashboard/components/dashboard.header.tsx @@ -45,7 +45,7 @@ export function DashboardHeader({ onClick, isSidebarOpen }: DashboardHeaderProps - + End your session?