update the way environment variables are checked

no longer checking for .env file, just the variables
This commit is contained in:
wukko
2023-04-09 09:40:13 +06:00
parent 7e01f0b496
commit 450d01753d
3 changed files with 3 additions and 4 deletions

View File

@@ -6,7 +6,7 @@
"exports": "./src/cobalt.js",
"type": "module",
"engines": {
"node": ">=17.5"
"node": ">=18"
},
"scripts": {
"start": "node src/cobalt",