feat: refactor tasks

This commit is contained in:
2025-05-20 01:23:13 +08:00
parent b772937354
commit b2f327d48f
23 changed files with 393 additions and 151 deletions

13
.vscode/settings.json vendored
View File

@@ -29,7 +29,8 @@
"prettier.enable": false,
"typescript.tsdk": "node_modules/typescript/lib",
"rust-analyzer.cargo.features": [
"testcontainers"
"testcontainers",
"playground"
],
"sqltools.connections": [
{
@@ -40,6 +41,16 @@
"name": "konobangu-dev",
"database": "konobangu",
"username": "konobangu"
},
{
"previewLimit": 50,
"server": "localhost",
"port": 32770,
"askForPassword": true,
"driver": "PostgreSQL",
"name": "docker-pgsql",
"database": "konobangu",
"username": "konobangu"
}
]
}