File tree Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -87,6 +87,7 @@ supports:
87
87
- [ Mustache] ( http://mustache.github.io/ )
88
88
- [ Next.js] ( https://nextjs.org/ )
89
89
- [ Next.js (Fast path)] ( https://nextjs.org/ )
90
+ - [ NitroPack] ( https://nitropack.io/ )
90
91
- [ Numeral.js] ( http://numeraljs.com/ )
91
92
- [ Nuxt.js] ( https://nuxtjs.org/ )
92
93
- [ Nuxt.js (Fast path)] ( https://nuxtjs.org/ )
Original file line number Diff line number Diff line change @@ -1945,5 +1945,19 @@ var d41d8cd98f00b204e9800998ecf8427e_LibraryDetectorTests = {
1945
1945
}
1946
1946
return false ;
1947
1947
}
1948
+ } ,
1949
+ 'NitroPack' : {
1950
+ id : 'nitropack' ,
1951
+ icon : 'nitropack' ,
1952
+ url : 'https://nitropack.io/' ,
1953
+ npm : null ,
1954
+ test : async function ( win ) {
1955
+ const nitroPackGenerator = ! ! document . querySelector ( 'meta[name="generator"][content="NitroPack"]' ) ;
1956
+
1957
+ if ( nitroPackGenerator ) {
1958
+ return { version : UNKNOWN_VERSION } ;
1959
+ }
1960
+ return false ;
1961
+ }
1948
1962
}
1949
1963
} ;
You can’t perform that action at this time.
0 commit comments