Skip to content

Commit 5fd282f

Browse files
committed
Update build output directory in vite.config.ts to 'build'
1 parent 1fbb3f0 commit 5fd282f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default defineConfig(() => ({
1010
// plugins: [ nxViteTsPaths() ],
1111
// },
1212
build: {
13-
outDir: '../../dist/apps/template',
13+
outDir: 'build',
1414
emptyOutDir: true,
1515
reportCompressedSize: true,
1616
commonjsOptions: {

0 commit comments

Comments
 (0)