We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4306c16 + d41815f commit 0419e04Copy full SHA for 0419e04
1 file changed
solid-watchparty/github-post-build-script.js
@@ -6,7 +6,7 @@ const routes = [
6
"/menu",
7
"/watch"
8
];
9
-const dir = "./src/" + viteConfig.build.outDir;
+const dir = viteConfig.build.outDir;
10
11
for (const route of routes) {
12
fs.cpSync(dir + "/index.html", dir + route + "/index.html");
0 commit comments