fix: cleanupStuckedContainers
This commit is contained in:
		
							
								
								
									
										21
									
								
								apps/trpc-experimental/client/svelte.config.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										21
									
								
								apps/trpc-experimental/client/svelte.config.js
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,21 @@ | ||||
| import adapter from '@sveltejs/adapter-static'; | ||||
| import preprocess from 'svelte-preprocess'; | ||||
|  | ||||
| /** @type {import('@sveltejs/kit').Config} */ | ||||
| const config = { | ||||
| 	preprocess: [ | ||||
| 		preprocess({ | ||||
| 			postcss: true | ||||
| 		}) | ||||
| 	], | ||||
| 	kit: { | ||||
| 		adapter: adapter({ | ||||
| 			pages: 'build', | ||||
| 			assets: 'build', | ||||
| 			fallback: 'index.html', | ||||
| 			precompress: true | ||||
| 		}) | ||||
| 	} | ||||
| }; | ||||
|  | ||||
| export default config; | ||||
		Reference in New Issue
	
	Block a user
	 Andras Bacsai
					Andras Bacsai