Skip to content

Commit a1e0eba

Browse files
committed
chore: change the name of output folder
1 parent e68bd90 commit a1e0eba

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

examples/ecommerce-jewellery-store/vite.config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,7 @@ export default defineConfig({
1414
'@': path.resolve(__dirname, 'src'),
1515
},
1616
},
17+
build: {
18+
outDir: 'build'
19+
},
1720
});

0 commit comments

Comments
 (0)