From e90c2cdba1b3c1fcc108e8d7ff33e9a3534ee141 Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Sun, 9 Mar 2025 23:52:09 -0600 Subject: [PATCH] chore: Update vite-plugin-static-copy to copy blueprints to dedicated directoryblueprints --- vite.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vite.config.ts b/vite.config.ts index 2dc2e81d..91fbb576 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -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',