Update deps + configuration

Prevent usage of old dependencies & update the whole structure.
This commit is contained in:
theofficialomega
2025-06-23 12:32:56 +02:00
parent 11e3f2cabe
commit cd0327e445
243 changed files with 10302 additions and 6587 deletions

View File

@@ -44,7 +44,7 @@ const xsd = `<?xml version="1.0" encoding="UTF-8"?>
</xs:attribute>
</xs:schema>`
program.argument('[filepath]', 'Path to *.channels.xml files to check').parse(process.argv)
program.argument('[filepath...]', 'Path to *.channels.xml files to check').parse(process.argv)
async function main() {
const storage = new Storage()

View File

@@ -17,5 +17,5 @@ npm run channels:parse --- --config=./sites/<DOMAIN>/<DOMAIN>.config.js --output
### Test
```sh
npm test --- <DOMAIN>
npm run test:site <DOMAIN>
```