Skip to content

Commit 7e95413

Browse files
committed
removed redundant rsbuild config file
1 parent 55c7f93 commit 7e95413

2 files changed

Lines changed: 1 addition & 47 deletions

File tree

packages/tooling/write-dockerfile.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const newContent = directoriesToCopy
2727
return `COPY ${relativePath} ${relativePath}`;
2828
})
2929
.join("\n");
30-
// replace everything between # AUTO_GEN and # AUTO_GEN_END with newContent
30+
3131
const newDockerfileContent = dockerfileContent.replace(
3232
/# AUTO_GEN[\s\S]*?# AUTO_GEN_END/,
3333
`# AUTO_GEN

web-server/rsbuild.config.ts

Lines changed: 0 additions & 46 deletions
This file was deleted.

0 commit comments

Comments
 (0)