Skip to content

Commit ce86cd7

Browse files
committed
fix(react): dist folder
1 parent 79644ae commit ce86cd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/stack/react/vite.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export class ReactViteBuilder implements AppBuilder {
4848
}
4949

5050
getStaticPath() {
51-
return 'build'
51+
return 'dist'
5252
}
5353

5454
getBuildCommand(): string {

0 commit comments

Comments
 (0)