This commit is contained in:
dpurbosakti
2025-08-14 16:09:31 +07:00
parent 3c84d0d662
commit aa871a95bb
11 changed files with 153 additions and 66 deletions
+7 -7
View File
@@ -7,12 +7,12 @@
"mode": "auto",
"program": "${workspaceFolder}/cmd/main-api"
},
// {
// "name": "Launch Package excel migrator",
// "type": "go",
// "request": "launch",
// "mode": "auto",
// "program": "${workspaceFolder}/cmd/excelmigrator"
// }
{
"name": "Launch Package migratioon",
"type": "go",
"request": "launch",
"mode": "auto",
"program": "${workspaceFolder}/cmd/migration"
}
]
}