Merge pull request #6757 from menloresearch/fix/resolve-web-extensions-conflict

fix: resolve extensions conflict with correct path for web-app
This commit is contained in:
Nghia Doan 2025-10-08 12:45:44 +07:00 committed by GitHub
commit 1bf5c770cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -79,6 +79,7 @@ export default defineConfig({
resolve: { resolve: {
alias: { alias: {
'@': path.resolve(__dirname, './src'), '@': path.resolve(__dirname, './src'),
'@janhq/conversational-extension': path.resolve(__dirname, '../extensions-web/src/conversational-web/index.ts'),
}, },
}, },
define: { define: {