feat: initialize dashboard structure with auth, feed management, and activity feed filtering components

This commit is contained in:
2026-06-16 16:42:48 +05:30
parent a4c0892741
commit 0a35bba378
17 changed files with 1840 additions and 536 deletions

View File

@@ -10,11 +10,19 @@ export default defineConfig({
target: 'https://sr-backend-api.takeleap.in',
changeOrigin: true,
rewrite: (path) => path.replace(/^\/api\/dashboard/, ''),
headers: {
Origin: 'https://auditor-qa.seekright.com',
Referer: 'https://auditor-qa.seekright.com/'
}
},
'/api/audit': {
target: 'https://sr-audit.takeleap.in',
changeOrigin: true,
rewrite: (path) => path.replace(/^\/api\/audit/, ''),
headers: {
Origin: 'https://auditor-qa.seekright.com',
Referer: 'https://auditor-qa.seekright.com/'
}
},
},
},