move station post processor inline with api gets

This commit is contained in:
Matt Walsh
2025-08-15 14:59:16 -05:00
parent ea58b5a9c8
commit c05b827593
5 changed files with 34748 additions and 18596 deletions

12
.vscode/launch.json vendored
View File

@@ -26,6 +26,18 @@
"skipFiles": [
"<node_internals>/**"
],
"args": [
"--use-cache"
],
"type": "node"
},
{
"name": "Data:stations-api",
"program": "${workspaceFolder}/datagenerators/stations.mjs",
"request": "launch",
"skipFiles": [
"<node_internals>/**"
],
"type": "node"
},
{