File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -26,4 +26,5 @@ dist-ssr
2626# rsw
2727.rsw /
2828target /
29- Cargo.lock
29+ Cargo.lock
30+ .woap
Original file line number Diff line number Diff line change 6868 "resizable" : true ,
6969 "fullscreen" : false ,
7070 "title" : " Oh My Box" ,
71- "transparent" : true
71+ "transparent" : true ,
72+ "label" : " main" ,
73+ "url" : " index.html"
7274 }
7375 ]
7476 }
Original file line number Diff line number Diff line change @@ -2,12 +2,14 @@ import { defineConfig } from 'vite';
22import react from '@vitejs/plugin-react' ;
33import tsconfigPaths from 'vite-tsconfig-paths' ;
44import Unocss from 'unocss/vite' ;
5+ import ViteRsw from 'vite-plugin-rsw' ;
56
67import unoOptions from './unocss' ;
78
89// https://vitejs.dev/config/
910export default defineConfig ( {
1011 plugins : [
12+ ViteRsw ( ) ,
1113 Unocss ( unoOptions ) ,
1214 tsconfigPaths ( ) ,
1315 react ( ) ,
You can’t perform that action at this time.
0 commit comments