feat(auth): login state proof of concept
This commit is contained in:
parent
4bc05aaa2a
commit
85afa969f1
14 changed files with 188 additions and 96 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue