Fix: use the .env file of the repo

This commit is contained in:
buzzcode2007 2025-05-08 02:36:06 +00:00
parent b6f1af0bb4
commit f447dc5047

View file

@ -5,8 +5,8 @@
"main": "scripts/main.js",
"type": "module",
"scripts": {
"test": "node --watch scripts/main.js",
"run": "node scripts/main.js"
"test": "node --env-file=.env --watch scripts/main.js",
"run": "node --env-file=.env scripts/main.js"
},
"repository": {
"type": "git",