@inexture/auth_patch
v0.0.9
Published
--- <p align="center"><img src="https://auth.inexture.com/_next/static/media/logo.77f7170e.svg" width="200" alt="Logo Laravel Breeze"></p> ---
Downloads
629
Readme
Auth Service
Patch for Auth Service
vite.config.ts
import { defineConfig } from "vite";
import react from "@vitejs/plugin-react-swc";
import { viteConfig } from "@inexture/auth_patch";
export default defineConfig({
plugins: [
viteConfig(),
react(),
],
});