We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54932af commit 7e8cadeCopy full SHA for 7e8cade
1 file changed
solid-watchparty/github-post-build-script.js
@@ -3,7 +3,8 @@ import * as fs from "fs";
3
4
const routes = [
5
"/menu",
6
- "/watch"
+ "/watch",
7
+ "/auth",
8
];
9
const dir = viteConfig.build.outDir;
10
for (const route of routes) {
0 commit comments