mirror of
				https://github.com/Djeeberjr/fw-anwesenheit.git
				synced 2025-11-03 23:24:10 +00:00 
			
		
		
		
	added vite proxy for api in frontend
This commit is contained in:
		
							parent
							
								
									2f02e283c0
								
							
						
					
					
						commit
						e940f26bab
					
				@ -5,4 +5,11 @@ export default defineConfig({
 | 
			
		||||
  plugins: [
 | 
			
		||||
    tailwindcss(),
 | 
			
		||||
  ],
 | 
			
		||||
  server: {
 | 
			
		||||
    proxy: {
 | 
			
		||||
      "/api": {
 | 
			
		||||
        target: "http://localhost:8080",
 | 
			
		||||
      },
 | 
			
		||||
    },
 | 
			
		||||
  },
 | 
			
		||||
})
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user