pwa because why not
This commit is contained in:
		
							parent
							
								
									3165c3dccb
								
							
						
					
					
						commit
						34f64869c0
					
				
					 3 changed files with 3248 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -11,5 +11,8 @@
 | 
			
		|||
  "devDependencies": {
 | 
			
		||||
    "typescript": "~5.7.2",
 | 
			
		||||
    "vite": "^6.1.0"
 | 
			
		||||
  },
 | 
			
		||||
  "dependencies": {
 | 
			
		||||
    "vite-plugin-pwa": "^0.21.1"
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										3237
									
								
								pnpm-lock.yaml
									
										
									
										generated
									
									
									
								
							
							
						
						
									
										3237
									
								
								pnpm-lock.yaml
									
										
									
										generated
									
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load diff
											
										
									
								
							
							
								
								
									
										10
									
								
								vite.config.ts
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								vite.config.ts
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,10 @@
 | 
			
		|||
import { defineConfig } from "vite";
 | 
			
		||||
import { VitePWA } from "vite-plugin-pwa";
 | 
			
		||||
 | 
			
		||||
export default defineConfig({
 | 
			
		||||
  plugins: [
 | 
			
		||||
    VitePWA({
 | 
			
		||||
      registerType: "autoUpdate",
 | 
			
		||||
    }),
 | 
			
		||||
  ],
 | 
			
		||||
});
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue