mirror of
				https://github.com/KevinMidboe/brewPi.git
				synced 2025-10-29 16:50:12 +00:00 
			
		
		
		
	Initial commit
This commit is contained in:
		
							
								
								
									
										18
									
								
								svelte.config.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										18
									
								
								svelte.config.js
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,18 @@ | ||||
| import adapter from '@sveltejs/adapter-auto'; | ||||
| import preprocess from 'svelte-preprocess'; | ||||
|  | ||||
| /** @type {import('@sveltejs/kit').Config} */ | ||||
| const config = { | ||||
| 	// Consult https://github.com/sveltejs/svelte-preprocess | ||||
| 	// for more information about preprocessors | ||||
| 	preprocess: preprocess(), | ||||
|  | ||||
| 	kit: { | ||||
| 		adapter: adapter(), | ||||
|  | ||||
| 		// hydrate the <div id="svelte"> element in src/app.html | ||||
| 		target: '#svelte' | ||||
| 	} | ||||
| }; | ||||
|  | ||||
| export default config; | ||||
		Reference in New Issue
	
	Block a user