fix for render deployment

This commit is contained in:
Abi Raja 2023-11-16 18:48:30 -05:00
parent 34418ebc78
commit 6491e60f58

View File

@ -47,5 +47,8 @@
"tailwindcss": "^3.3.5", "tailwindcss": "^3.3.5",
"typescript": "^5.0.2", "typescript": "^5.0.2",
"vite": "^4.4.5" "vite": "^4.4.5"
},
"engines": {
"node": ">=14.18.0"
} }
} }