feat: implement activity feed module with debounced filtering, history tracking, and axios service integration
This commit is contained in:
@@ -6,7 +6,13 @@ export default defineConfig({
|
||||
plugins: [react()],
|
||||
server: {
|
||||
allowedHosts: true,
|
||||
// Reverse proxy is no longer needed since endpoints allow CORS natively
|
||||
proxy: {
|
||||
'/api/rocketchat': {
|
||||
target: 'https://text.seekright.com',
|
||||
changeOrigin: true,
|
||||
rewrite: (path) => path.replace(/^\/api\/rocketchat/, ''),
|
||||
},
|
||||
},
|
||||
},
|
||||
preview: {
|
||||
allowedHosts: true,
|
||||
|
||||
Reference in New Issue
Block a user