feat(auth): login state proof of concept

This commit is contained in:
Mona Mayrhofer 2025-04-03 13:34:45 +02:00
parent 4bc05aaa2a
commit 85afa969f1
No known key found for this signature in database
GPG key ID: 5C83114FA383C6A0
14 changed files with 188 additions and 96 deletions

View file

@ -1,3 +1,4 @@
import { pigment } from "@pigment-css/vite-plugin";
import { reactRouter } from "@react-router/dev/vite";
import { defineConfig } from "vite";
import checker from "vite-plugin-checker";
@ -5,6 +6,7 @@ import checker from "vite-plugin-checker";
// https://vitejs.dev/config/
export default defineConfig({
plugins: [
pigment({}),
checker({
biome: { command: "check", dev: { command: "lint" } },
typescript: true,