mirror of
https://github.com/koala73/worldmonitor.git
synced 2026-05-09 16:51:59 +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/
11 lines
411 B
JSON
11 lines
411 B
JSON
{
|
|
"commodities": [
|
|
{ "symbol": "^VIX", "name": "VIX", "display": "VIX" },
|
|
{ "symbol": "GC=F", "name": "Gold", "display": "GOLD" },
|
|
{ "symbol": "CL=F", "name": "Crude Oil", "display": "OIL" },
|
|
{ "symbol": "NG=F", "name": "Natural Gas", "display": "NATGAS" },
|
|
{ "symbol": "SI=F", "name": "Silver", "display": "SILVER" },
|
|
{ "symbol": "HG=F", "name": "Copper", "display": "COPPER" }
|
|
]
|
|
}
|