fix: resolve extensions conflict with correct path for web-app
This commit is contained in:
parent
fa397038ef
commit
dd1b3c98bf
@ -79,6 +79,7 @@ export default defineConfig({
|
||||
resolve: {
|
||||
alias: {
|
||||
'@': path.resolve(__dirname, './src'),
|
||||
'@janhq/conversational-extension': path.resolve(__dirname, '../extensions-web/src/conversational-web/index.ts'),
|
||||
},
|
||||
},
|
||||
define: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user