fix: local de pasta dist

This commit is contained in:
2025-11-12 15:12:39 -03:00
parent d687d90541
commit 75e774d18a

View File

@@ -9,6 +9,6 @@ export default defineConfig({
app: './public/index.html', app: './public/index.html',
}, },
}, },
outDir: '../dist' outDir: 'dist'
} }
}) })