feat: prepare transformers

This commit is contained in:
2025-04-22 03:19:59 +08:00
parent e64086b7cf
commit 2a5c2b18e7
9 changed files with 265 additions and 46 deletions

15
.vscode/settings.json vendored
View File

@@ -28,5 +28,18 @@
"emmet.showExpandedAbbreviation": "never",
"prettier.enable": false,
"typescript.tsdk": "node_modules/typescript/lib",
"rust-analyzer.cargo.features": ["testcontainers"]
"rust-analyzer.cargo.features": [
"testcontainers"
],
"sqltools.connections": [
{
"previewLimit": 50,
"server": "localhost",
"port": 5432,
"driver": "PostgreSQL",
"name": "konobangu-dev",
"database": "konobangu",
"username": "konobangu"
}
]
}