feat(migrations): add README for node-pg-migrate and enhance frontend configuration

- Created a README file for database migrations using node-pg-migrate, detailing commands, file format, best practices, and an example migration.
- Added a Vite configuration file for the frontend, including plugin setup, alias resolution, build optimizations, and responsive design adjustments for task list components.
- Updated i18n configuration to preload the 'home' namespace for improved localization.
- Enhanced task list styling with responsive design features for better mobile usability.
This commit is contained in:
chamiakJ
2025-07-23 07:46:39 +05:30
parent e3c002b088
commit a6286eb2b8
5 changed files with 169 additions and 10 deletions

View File

@@ -10,6 +10,7 @@ i18n
.init({
fallbackLng: 'en',
defaultNS: 'common',
ns: ['common', 'home'], // Preload home namespace
interpolation: {
escapeValue: false,