refactor: Streamline project configuration and styling

This commit simplifies the Vite configuration by removing unnecessary options like `base`, `sourcemap`, and custom `rollupOptions`. It also removes the explicit server port definition, allowing Vite to manage it.

Additionally, minor styling adjustments are made to the scrollbar in `index.html` and default values for select inputs in `AccountsPayableView` are updated for clarity. The `engines` property was removed from `package.json` as it's not strictly necessary for typical development workflows.
This commit is contained in:
MMrp89
2026-02-10 02:16:33 -03:00
parent b91517dea2
commit fd9b0674fb
5 changed files with 273 additions and 85 deletions

View File

@@ -14,9 +14,9 @@
body {
font-family: 'Akzidenz Grotesk', 'Helvetica Neue', Helvetica, Arial, sans-serif;
background-color: #F8FAFC;
background-color: #F8FAFC; /* Slate 50 */
}
/* Custom scrollbar */
::-webkit-scrollbar {
width: 8px;
height: 8px;