Skip to content

Commit

Permalink
chore: remove unnecessary operation
Browse files Browse the repository at this point in the history
  • Loading branch information
zhpenkov committed Jun 28, 2024
1 parent 81cb2d4 commit 8732bc7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/start-dev-server.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ const extension = `tsx`;
const entryPoints = glob.sync(`./packages/html/src/{**/tests,!(utils)/templates}/**/*.${extension}`, { dotRelative: true });
const index = fs.readFileSync("./packages/html/shared/index.html", "utf-8");

const entiresMap = new Set();
entryPoints.forEach((point) => entiresMap.add(point));

(async() => {
if (fs.existsSync(path.resolve("./packages/html/dist"))) {
Expand Down

0 comments on commit 8732bc7

Please sign in to comment.