fix: vite static copy
Signed-off-by: Sebastian Krupinski <krupinski01@gmail.com>
This commit is contained in:
@@ -47,7 +47,8 @@ export default defineConfig(({ mode }) => ({
|
|||||||
targets: [
|
targets: [
|
||||||
{
|
{
|
||||||
src: path.resolve(__dirname, 'core/lib/index.php'),
|
src: path.resolve(__dirname, 'core/lib/index.php'),
|
||||||
dest: path.resolve(__dirname, 'public'),
|
dest: '.',
|
||||||
|
rename: { stripBase: true },
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
}),
|
}),
|
||||||
|
|||||||
Reference in New Issue
Block a user