Browse Source
			
			
			
			
				
		Updates PWA configuration to: - Disable PWA features for Capacitor builds - Add @capacitor/app dependency - Update environment variable handling in build config This prevents conflicts between PWA and native app functionality when building for mobile platforms. Technical changes: - Add isCapacitor check to PWA disable logic - Update VITE_PWA_ENABLED environment variable definition - Add @capacitor/app to package dependencies
				 5 changed files with 21 additions and 2 deletions
			
			
		@ -0,0 +1,4 @@ | 
				
			|||
import { initializeApp } from "./main.common"; | 
				
			|||
 | 
				
			|||
const app = initializeApp(); | 
				
			|||
app.mount("#app");  | 
				
			|||
@ -0,0 +1,4 @@ | 
				
			|||
import { initializeApp } from "./main.common"; | 
				
			|||
 | 
				
			|||
const app = initializeApp(); | 
				
			|||
app.mount("#app");  | 
				
			|||
					Loading…
					
					
				
		Reference in new issue