add feature for removal console logs in prod and fix bugs

This commit is contained in:
F4ilji
2025-04-05 19:35:31 +05:00
parent f0f9a6fbd2
commit 3e203484b6
4 changed files with 89 additions and 3 deletions
+3 -2
View File
@@ -19,6 +19,7 @@
"npm": "^10.9.0",
"postcss": "^8.4.18",
"tailwindcss": "^3.2.1",
"terser": "^5.39.0",
"vue": "^3.2.41"
},
"@comment dependencies": [
@@ -49,9 +50,9 @@
"vuex": "^4.1.0"
},
"optionalDependencies": {
"@esbuild/linux-arm64": "^0.25.1",
"@rollup/rollup-darwin-arm64": "^4.35.0",
"@rollup/rollup-linux-arm64-gnu": "^4.35.0",
"@esbuild/linux-arm64": "^0.25.1"
"@rollup/rollup-linux-arm64-gnu": "^4.35.0"
},
"name": "ntspi-reborn",
"description": "<p align=\"center\"><a href=\"https://laravel.com\" target=\"_blank\"><img src=\"https://raw.githubusercontent.com/laravel/art/master/logo-lockup/5%20SVG/2%20CMYK/1%20Full%20Color/laravel-logolockup-cmyk-red.svg\" width=\"400\" alt=\"Laravel Logo\"></a></p>",