Update athshield script path in package.json

Relocated the athshield.js script from ./athshield/ to app/assets/athshield/. This change ensures better organization of script files within the project structure.
This commit is contained in:
Sandro642 2024-10-24 16:28:14 +02:00
parent e3c6a185ed
commit ae9e7b54b0

View File

@ -18,7 +18,7 @@
"dist:mac": "npm run dist -- -m",
"dist:linux": "npm run dist -- -l",
"lint": "eslint --config .eslintrc.json .",
"athshield": "node ./athshield/athshield.js"
"athshield": "node app/assets/athshield/athshield.js"
},
"engines": {
"node": "20.x.x"