feat: add native fnOS PostgreSQL shared service
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "nxsir-postgresql-admin",
|
||||
"private": true,
|
||||
"version": "0.1.0",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite --config vite.postgres.config.ts",
|
||||
"build": "vite build --config vite.postgres.config.ts",
|
||||
"build:postgres-admin": "vite build --config vite.postgres.config.ts",
|
||||
"preview": "vite preview --config vite.postgres.config.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"element-plus": "^2.10.1",
|
||||
"vue": "^3.5.13"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vitejs/plugin-vue": "^5.2.3",
|
||||
"typescript": "^5.7.3",
|
||||
"vite": "^6.2.0",
|
||||
"vue-tsc": "^2.2.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user