fix: engines node 15 or greater
parent
2f9d1b97d4
commit
2340ed2876
|
@ -6,6 +6,9 @@
|
||||||
"repository": "git@github.com:calcom/api.git",
|
"repository": "git@github.com:calcom/api.git",
|
||||||
"author": "Cal.com Inc.",
|
"author": "Cal.com Inc.",
|
||||||
"private": true,
|
"private": true,
|
||||||
|
"engines": {
|
||||||
|
"node": ">=15.0.0"
|
||||||
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "next build && PORT=3002 next start",
|
"dev": "next build && PORT=3002 next start",
|
||||||
"dev-real": "PORT=3002 next dev",
|
"dev-real": "PORT=3002 next dev",
|
||||||
|
|
Loading…
Reference in New Issue