Initial Commit
This commit is contained in:
		
							
								
								
									
										11
									
								
								vite.config.ts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								vite.config.ts
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,11 @@ | ||||
| import { sveltekit } from '@sveltejs/kit/vite'; | ||||
| import { defineConfig } from 'vite'; | ||||
|  | ||||
| export default defineConfig({ | ||||
| 	plugins: [sveltekit()], | ||||
| 	server: { | ||||
| 		host: '0.0.0.0', | ||||
| 		port: 12000, | ||||
| 		allowedHosts: true | ||||
| 	} | ||||
| }); | ||||
		Reference in New Issue
	
	Block a user
	 openhands
					openhands