egg_server/db/pbClient.ts
zhaoyingbo 865308ee31
All checks were successful
Egg CI/CD / build-image (push) Successful in 8m16s
Egg CI/CD / deploy (push) Successful in 7m47s
feat: Update code formatting and fix minor issues
2024-05-05 02:34:16 +00:00

6 lines
128 B
TypeScript

import PocketBase from 'pocketbase';
const pbClient = new PocketBase('https://eggpb.imoaix.cn')
export default pbClient;