mirror of
https://github.com/dscalzi/HeliosLauncher.git
synced 2024-12-22 03:32:12 -08:00
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:
parent
e3c6a185ed
commit
ae9e7b54b0
@ -18,7 +18,7 @@
|
|||||||
"dist:mac": "npm run dist -- -m",
|
"dist:mac": "npm run dist -- -m",
|
||||||
"dist:linux": "npm run dist -- -l",
|
"dist:linux": "npm run dist -- -l",
|
||||||
"lint": "eslint --config .eslintrc.json .",
|
"lint": "eslint --config .eslintrc.json .",
|
||||||
"athshield": "node ./athshield/athshield.js"
|
"athshield": "node app/assets/athshield/athshield.js"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "20.x.x"
|
"node": "20.x.x"
|
||||||
|
Loading…
Reference in New Issue
Block a user