Spaces:
				
			
			
	
			
			
					
		Running
		
			on 
			
			CPU Upgrade
	
	
	
			
			
	
	
	
	
		
		
					
		Running
		
			on 
			
			CPU Upgrade
	| import { sveltekit } from "@sveltejs/kit/vite"; | |
| import { defineConfig } from "vite"; | |
| import Icons from "unplugin-icons/vite"; | |
| export default defineConfig({ | |
| plugins: [ | |
| sveltekit(), | |
| Icons({ | |
| compiler: "svelte", | |
| }), | |
| ], | |
| }); | |

