fix(auth): Correct API paths and resolve build/type errors in tests and config
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user