fix: add @types/pg

This commit is contained in:
cawcenter
2025-12-14 23:09:05 -05:00
parent 5063cfbc1b
commit 59e3017ce6
2 changed files with 14 additions and 1 deletions

View File

@@ -88,6 +88,7 @@
},
"devDependencies": {
"@types/node": "^20.11.0",
"@types/pg": "^8.16.0",
"@types/pidusage": "^2.0.5",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
@@ -100,4 +101,4 @@
"vite-plugin-compression": "^0.5.1",
"vite-plugin-inspect": "^11.3.3"
}
}
}