mirror of
				https://github.com/steveiliop56/tinyauth.git
				synced 2025-11-03 07:35:44 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			168 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			168 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
import { defineConfig } from "vite";
 | 
						|
import react from "@vitejs/plugin-react-swc";
 | 
						|
 | 
						|
// https://vite.dev/config/
 | 
						|
export default defineConfig({
 | 
						|
  plugins: [react()],
 | 
						|
});
 |