Skip to content

Commit 4348091

Browse files
committed
fix: update .gitignore to include pnpm-lock.yaml and ensure proper environment configuration in preSites.js
1 parent 2a2c6c5 commit 4348091

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.gitignore

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1-
node_modules
2-
1+
node_modules
2+
3+
pnpm-lock.yaml
4+
35
sites

preSites.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ const newEnvConfig = envConfig.split("\n").map((row) => {
3434
if (row.includes("/playground.html")) {
3535
return row.replace("/playground.html", "/tiny-vue-web-doc/playground.html");
3636
}
37+
return row;
3738
});
3839

3940
shell.ShellString(newEnvConfig.join("\n")).to(envFile);

0 commit comments

Comments
 (0)