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:
parent
f6ee900087
commit
e90c2cdba1
@ -10,7 +10,7 @@ export default defineConfig({
|
||||
targets: [
|
||||
{
|
||||
src: 'blueprints/*',
|
||||
dest: '' // raíz de dist (public root)
|
||||
dest: 'blueprints' // raíz de dist (public root)
|
||||
},
|
||||
{
|
||||
src: 'meta.json',
|
||||
|
Loading…
Reference in New Issue
Block a user