move station post processor inline with api gets
This commit is contained in:
parent
ea58b5a9c8
commit
c05b827593
5 changed files with 34748 additions and 18596 deletions
12
.vscode/launch.json
vendored
12
.vscode/launch.json
vendored
|
|
@ -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"
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue