We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a2c6c5 commit 4348091Copy full SHA for 4348091
.gitignore
@@ -1,3 +1,5 @@
1
-node_modules
2
-
+node_modules
+
3
+pnpm-lock.yaml
4
5
sites
preSites.js
@@ -34,6 +34,7 @@ const newEnvConfig = envConfig.split("\n").map((row) => {
34
if (row.includes("/playground.html")) {
35
return row.replace("/playground.html", "/tiny-vue-web-doc/playground.html");
36
}
37
+ return row;
38
});
39
40
shell.ShellString(newEnvConfig.join("\n")).to(envFile);
0 commit comments