add element-call to the vite copyFiles for build

This commit is contained in:
Gigiaj 2025-04-12 03:40:32 -05:00
parent aa65dd57ba
commit 7dedb12138

View file

@ -11,6 +11,10 @@ import buildConfig from './build.config';
const copyFiles = {
targets: [
{
src: 'node_modules/@element-hq/element-call-embedded/dist',
dest: 'element-call'
},
{
src: 'node_modules/pdfjs-dist/build/pdf.worker.min.mjs',
dest: '',