update the way environment variables are checked
no longer checking for .env file, just the variables
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
"exports": "./src/cobalt.js",
|
||||
"type": "module",
|
||||
"engines": {
|
||||
"node": ">=17.5"
|
||||
"node": ">=18"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "node src/cobalt",
|
||||
|
||||
Reference in New Issue
Block a user