mirror of
https://github.com/quantum5/totp.git
synced 2025-04-24 05:31:59 -04:00
8 lines
164 B
TypeScript
8 lines
164 B
TypeScript
import {defineConfig} from 'vite';
|
|
import react from '@vitejs/plugin-react';
|
|
|
|
// https://vitejs.dev/config/
|
|
export default defineConfig({
|
|
plugins: [react()],
|
|
});
|