Dashboard users part 2 (#79)
* fix: add FigmaImage directory to .gitignore * feat: enhance dashboard tests and add new components for rendering * feat: add navigation functionality and UI enhancements to dashboard components * feat: add article preview and mentor contact modals, implement article builder and FAQ page * refactor: remove FAQ route and update settings layout for improved responsiveness * feat: enhance two-step authentication UI and functionality with improved styles and user feedback * feat: add mentoring detail and feedback modals, enhance mentoring page functionality and UI * fix: handle JSON parse failure in edit profile modal error handling
This commit is contained in:
@@ -39,5 +39,8 @@ export default defineConfig({
|
||||
reuseExistingServer: true,
|
||||
cwd: '../../', // Run from root where Nx is available
|
||||
timeout: 120000,
|
||||
env: {
|
||||
VITE_BYPASS_AUTH_MIDDLEWARE: 'true',
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user