We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e68bd90 commit a1e0ebaCopy full SHA for a1e0eba
examples/ecommerce-jewellery-store/vite.config.ts
@@ -14,4 +14,7 @@ export default defineConfig({
14
'@': path.resolve(__dirname, 'src'),
15
},
16
17
+ build: {
18
+ outDir: 'build'
19
+ },
20
});
0 commit comments