new screens added for Plan, Db connections, and code refactor

This commit is contained in:
Gagan7900
2026-08-03 22:08:55 +05:30
parent 430389c611
commit c7c361cc0b
12937 changed files with 6501 additions and 158003 deletions
+7 -19
View File
@@ -28,18 +28,7 @@
"options": {
"allowedCommonJsDependencies": [
"sweetalert2",
"inputmask",
"filepond",
"moment",
"leaflet",
"apexcharts",
"glightbox",
"intl-tel-input",
"filepond-plugin-image-preview",
"dropzone",
"quill-delta",
"sweetalert",
"dayjs"
"apexcharts"
],
"browser": "src/main.ts",
"tsConfig": "tsconfig.app.json",
@@ -52,8 +41,7 @@
{
"glob": "**/*",
"input": "public"
},
"src/.htaccess"
}
],
"styles": [
"node_modules/flatpickr/dist/flatpickr.css",
@@ -76,13 +64,13 @@
"budgets": [
{
"type": "initial",
"maximumWarning": "5MB",
"maximumError": "5MB"
"maximumWarning": "2mb",
"maximumError": "4mb"
},
{
"type": "anyComponentStyle",
"maximumWarning": "4kB",
"maximumError": "8kB"
"maximumWarning": "8kb",
"maximumError": "12kb"
}
],
"outputHashing": "all"
@@ -122,4 +110,4 @@
}
}
}
}
}