mirror of
https://github.com/koala73/worldmonitor.git
synced 2026-05-09 00:32:01 +02:00
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/
17 lines
551 B
JSON
17 lines
551 B
JSON
{
|
|
"sectors": [
|
|
{ "symbol": "XLK", "name": "Tech" },
|
|
{ "symbol": "XLF", "name": "Finance" },
|
|
{ "symbol": "XLE", "name": "Energy" },
|
|
{ "symbol": "XLV", "name": "Health" },
|
|
{ "symbol": "XLY", "name": "Consumer" },
|
|
{ "symbol": "XLI", "name": "Industrial" },
|
|
{ "symbol": "XLP", "name": "Staples" },
|
|
{ "symbol": "XLU", "name": "Utilities" },
|
|
{ "symbol": "XLB", "name": "Materials" },
|
|
{ "symbol": "XLRE", "name": "Real Est" },
|
|
{ "symbol": "XLC", "name": "Comms" },
|
|
{ "symbol": "SMH", "name": "Semis" }
|
|
]
|
|
}
|