feat: pg引入
Showing
| ... | ... | @@ -40,6 +40,7 @@ |
| "nprogress": "^0.2.0", | ||
| "openai": "^3.2.1", | ||
| "papaparse": "^5.4.1", | ||
| "pg": "^8.10.0", | ||
| "react": "18.2.0", | ||
| "react-dom": "18.2.0", | ||
| "react-hook-form": "^7.43.1", | ||
| ... | ... | @@ -63,11 +64,11 @@ |
| "@types/node": "18.14.0", | ||
| "@types/nodemailer": "^6.4.7", | ||
| "@types/papaparse": "^5.3.7", | ||
| "@types/pg": "^8.6.6", | ||
| "@types/react": "18.0.28", | ||
| "@types/react-dom": "18.0.11", | ||
| "@types/react-syntax-highlighter": "^15.5.6", | ||
| "@types/tunnel": "^0.0.3", | ||
| "@types/uuid": "^9.0.1", | ||
| "eslint": "8.34.0", | ||
| "eslint-config-next": "13.1.6", | ||
| "husky": "^8.0.3", | ||
| ... | ... |
src/service/pg.ts
0 → 100644
Please
register
or
sign in
to comment