Skip to content

Commit 7e8cade

Browse files
committed
✨ add new routes to github post build script
1 parent 54932af commit 7e8cade

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

solid-watchparty/github-post-build-script.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ import * as fs from "fs";
33

44
const routes = [
55
"/menu",
6-
"/watch"
6+
"/watch",
7+
"/auth",
78
];
89
const dir = viteConfig.build.outDir;
910
for (const route of routes) {

0 commit comments

Comments
 (0)