UNPKG
kickstart-express
Version:
latest (2.2.9)
2.2.9
2.2.8
2.2.7
2.2.6
2.2.5
2.2.4
2.2.3
2.2.0
2.1.0
2.0.1
2.0.0
1.3.3
1.3.2
1.3.1
1.3.0
1.2.0
1.1.3
1.1.2
1.1.1
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
A powerful CLI tool to quickly scaffold Express.js projects with modern tooling and best practices
kickstart-express
/
vercel.json
6 lines
•
130 B
JSON
View Raw
1
2
3
4
5
6
{
"buildCommand"
:
"pnpm run build"
,
"outputDirectory"
:
"/.next"
,
"framework"
:
"nextjs"
,
"installCommand"
:
"pnpm install"
}