mirror of
				https://github.com/ztjhz/BetterChatGPT.git
				synced 2023-07-20 23:11:29 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			167 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			167 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
| import { defineConfig } from 'vite'
 | |
| import react from '@vitejs/plugin-react-swc'
 | |
| 
 | |
| // https://vitejs.dev/config/
 | |
| export default defineConfig({
 | |
|   plugins: [react()],
 | |
| })
 | 
