mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
chore: Update vite-plugin-static-copy to copy blueprints to dedicated directoryblueprints
This commit is contained in:
@@ -10,7 +10,7 @@ export default defineConfig({
|
|||||||
targets: [
|
targets: [
|
||||||
{
|
{
|
||||||
src: 'blueprints/*',
|
src: 'blueprints/*',
|
||||||
dest: '' // raíz de dist (public root)
|
dest: 'blueprints' // raíz de dist (public root)
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
src: 'meta.json',
|
src: 'meta.json',
|
||||||
|
|||||||
Reference in New Issue
Block a user