refactor: move PostgreSQL shared service to dedicated repository

This commit is contained in:
2026-08-03 23:59:25 +08:00
parent ecc737f0bd
commit e0d3969e46
34 changed files with 18 additions and 2637 deletions
-1
View File
@@ -6,7 +6,6 @@
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"build:postgres-admin": "vite build --config vite.postgres.config.ts",
"preview": "vite preview",
"test:e2e": "playwright test"
},