fix: missing node versions

This commit is contained in:
Andras Bacsai
2022-05-03 22:49:52 +02:00
parent 4b38865cc9
commit 68f5b32876
3 changed files with 6 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "coolify",
"description": "An open-source & self-hostable Heroku / Netlify alternative.",
"version": "2.6.2",
"version": "2.6.3",
"license": "AGPL-3.0",
"scripts": {
"dev": "docker-compose -f docker-compose-dev.yaml up -d && cross-env NODE_ENV=development & svelte-kit dev --host 0.0.0.0",