Files
worldmonitor/scripts/shared/rss-allowed-domains.cjs
Elie Habib 1324f7ee58 fix(scripts): commit shared configs for Railway deploy (#1234)
Railway rootDirectory isolates build context — postinstall cp from
../shared/ fails because parent dirs aren't in the Nixpacks image.
Commit JSON/CJS configs directly into scripts/shared/.

- Remove useless postinstall from scripts/package.json
- Remove scripts/shared/ from .gitignore
- Commit all shared config files into scripts/shared/
- Add sync test to catch drift between shared/ and scripts/shared/
2026-03-08 00:24:33 +04:00

3 lines
119 B
JavaScript

// CJS wrapper — source of truth is rss-allowed-domains.json
module.exports = require('./rss-allowed-domains.json');