Skip to content

Commit f3ee66c

Browse files
committed
Switch to Nightly Build
1 parent 04e0da1 commit f3ee66c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { BlobReader, BlobWriter, ZipReader } from "jsr:@zip-js/[email protected]";
66

77
// The WebUI core version to download (Consider using this if not using nightly)
88
export const WebUICoreVersion = "2.5.0-beta.3";
9-
export const useNightly = false; // Set to false to use WebUICoreVersion
9+
export const useNightly = true; // Set to false to use WebUICoreVersion
1010

1111
// --- Cache Directory Logic ---
1212

0 commit comments

Comments
 (0)