mirror of
https://github.com/TeamPiped/Piped.git
synced 2025-04-26 16:46:32 +00:00
Fix file path, Automatically copy efy when building
This commit is contained in:
parent
1f651a6111
commit
d9ebbe6d3a
@ -6,7 +6,7 @@ import VueI18nPlugin from "@intlify/unplugin-vue-i18n/vite";
|
||||
import { VitePWA } from "vite-plugin-pwa";
|
||||
import path from "path";
|
||||
import eslintPlugin from "vite-plugin-eslint";
|
||||
import { viteStaticCopy } from 'vite-plugin-static-copy';
|
||||
import { viteStaticCopy } from "vite-plugin-static-copy";
|
||||
|
||||
// https://vitejs.dev/config/
|
||||
export default defineConfig({
|
||||
@ -68,8 +68,8 @@ export default defineConfig({
|
||||
viteStaticCopy({
|
||||
targets: [
|
||||
{
|
||||
src: 'node_modules/efy/*',
|
||||
dest: 'efy',
|
||||
src: "node_modules/efy/*",
|
||||
dest: "efy",
|
||||
},
|
||||
],
|
||||
}),
|
||||
|
Loading…
x
Reference in New Issue
Block a user