Skip to content

Commit 644dea3

Browse files
committed
Reactivate publishing nextjs template
1 parent 2d3404f commit 644dea3

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

.npmignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,4 @@
55
.prettierrc.json
66
.node-version
77

8-
# Unused/WIP templates
9-
templates/rescript-template-nextjs/
8+
# Add unused/WIP templates here

index.mjs

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff 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

4039
async function getPackageVersions(packageName, range) {

0 commit comments

Comments
 (0)