feat: refactor HomePage to integrate agents store and update related components
feat: add runtime event handling for providers in ProvidersSection feat: update routing to include Channels and Agents pages feat: extend route types and navigation items for Channels and Agents feat: implement agents store for managing agent data and interactions fix: update chat store to utilize agents store for agent-related functionality chore: export agents store from index fix: enhance runtime types for better event handling fix: update Vite config to handle dev server URL correctly
This commit is contained in:
@@ -66,7 +66,7 @@ export default defineConfig(({ mode }) => {
|
||||
plugins: [electronBytecode()],
|
||||
define: {
|
||||
// Inject the dev server URL for use in main process
|
||||
MAIN_WINDOW_VITE_DEV_SERVER_URL: JSON.stringify(devServerUrl),
|
||||
MAIN_WINDOW_VITE_DEV_SERVER_URL: JSON.stringify(devServerUrl ?? ''),
|
||||
'process.env.VITE_SERVICE_URL': JSON.stringify(process.env.VITE_SERVICE_URL || 'http://8.138.234.141/ingress'),
|
||||
},
|
||||
resolve: {
|
||||
|
||||
Reference in New Issue
Block a user