Skip to content

Commit 1ed2b42

Browse files
ci: apply automated fixes
1 parent 4efe356 commit 1ed2b42

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

‎e2e/react-start/basic/rsbuild.config.ts‎

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,7 @@ const outDir = process.env.E2E_DIST_DIR ?? 'dist'
77
const startModeConfig = getStartModeConfig()
88

99
export default defineConfig({
10-
plugins: [
11-
pluginReact(),
12-
tanstackStart(startModeConfig),
13-
],
10+
plugins: [pluginReact(), tanstackStart(startModeConfig)],
1411
output: {
1512
distPath: {
1613
root: outDir,

0 commit comments

Comments
 (0)