File tree Expand file tree Collapse file tree 2 files changed +7
-9
lines changed Expand file tree Collapse file tree 2 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 55.prettierrc.json
66.node-version
77
8- # Unused/WIP templates
9- templates /rescript-template-nextjs /
8+ # Add unused/WIP templates here
Original file line number Diff line number Diff line change @@ -22,19 +22,18 @@ const templates = [
2222 {
2323 value : "rescript-template-vite" ,
2424 label : "Vite" ,
25- hint : "React, JSX4 and Tailwind CSS" ,
25+ hint : "Vite 5, React and Tailwind CSS" ,
26+ } ,
27+ {
28+ value : "rescript-template-nextjs" ,
29+ label : "Next.js" ,
30+ hint : "Next.js 14 and Tailwind CSS" ,
2631 } ,
2732 {
2833 value : "rescript-template-basic" ,
2934 label : "Basic" ,
3035 hint : "Command line hello world app" ,
3136 } ,
32- // Needs to be upgraded to current ReScript + Next.js
33- // {
34- // value: "rescript-template-nextjs",
35- // label: "Next.js",
36- // hint: "Next.js, Tailwind CSS",
37- // },
3837] ;
3938
4039async function getPackageVersions ( packageName , range ) {
You can’t perform that action at this time.
0 commit comments