fix: provider

This commit is contained in:
Rogee
2024-12-19 17:57:23 +08:00
parent 4702873975
commit e007535972
4 changed files with 88 additions and 18 deletions

20
.vscode/launch.json vendored Normal file
View File

@@ -0,0 +1,20 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Launch Package",
"type": "go",
"request": "launch",
"mode": "auto",
"program": "${workspaceFolder}",
"args": [
"gen",
"provider",
"/projects/mp-qvyun/backend",
]
}
]
}