fix(auth): Correct API paths and resolve build/type errors in tests and config

This commit is contained in:
Yunxiao Xu
2026-02-11 20:30:32 -08:00
parent e3bc699c64
commit f8612cfcb8
5 changed files with 109 additions and 6 deletions

View File

@@ -1,8 +1,7 @@
/// <reference types="vitest" />
import path from "path"
import tailwindcss from "@tailwindcss/vite"
import react from "@vitejs/plugin-react"
import { defineConfig } from "vite"
import { defineConfig } from "vitest/config"
// https://vite.dev/config/
export default defineConfig({