File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import spaAssets from './spa.js'
22import pwaAssets from './pwa.js'
33import ssrAssets from './ssr.js'
4+ import ssgAssets from './ssg.js'
45import bexAssets from './bex.js'
56import cordovaAssets from './cordova.js'
67import capacitorAssets from './capacitor.js'
@@ -22,6 +23,11 @@ export const modes = {
2223 assets : ssrAssets
2324 } ,
2425
26+ ssg : {
27+ folder : '/src-ssg' ,
28+ assets : ssgAssets
29+ } ,
30+
2531 bex : {
2632 folder : '/src-bex' ,
2733 assets : bexAssets
Original file line number Diff line number Diff line change 1+ import spaEntries from './spa.js'
2+
3+ export default [ ...spaEntries ]
Original file line number Diff line number Diff line change 11{
22 "name" : " @quasar/icongenie" ,
3- "version" : " 6.0 .0" ,
3+ "version" : " 6.1 .0" ,
44 "description" : " A Quasar tool for generating all your Quasar App's icons and splashscreens" ,
55 "keywords" : [
66 " bex" ,
You can’t perform that action at this time.
0 commit comments