mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-14 19:20:28 +03:00
add element-call to the vite copyFiles for build
This commit is contained in:
parent
aa65dd57ba
commit
7dedb12138
1 changed files with 4 additions and 0 deletions
|
|
@ -11,6 +11,10 @@ import buildConfig from './build.config';
|
||||||
|
|
||||||
const copyFiles = {
|
const copyFiles = {
|
||||||
targets: [
|
targets: [
|
||||||
|
{
|
||||||
|
src: 'node_modules/@element-hq/element-call-embedded/dist',
|
||||||
|
dest: 'element-call'
|
||||||
|
},
|
||||||
{
|
{
|
||||||
src: 'node_modules/pdfjs-dist/build/pdf.worker.min.mjs',
|
src: 'node_modules/pdfjs-dist/build/pdf.worker.min.mjs',
|
||||||
dest: '',
|
dest: '',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue