chore: remove debug constant

This commit is contained in:
Zamitto
2025-05-30 08:51:52 -03:00
parent 5305e5ca18
commit 46a6c8c987

View File

@@ -4,8 +4,7 @@ import { SystemPath } from "./services/system-path";
export const defaultDownloadsPath = SystemPath.getPath("downloads");
export const isStaging =
true || import.meta.env.MAIN_VITE_API_URL.includes("staging");
export const isStaging = import.meta.env.MAIN_VITE_API_URL.includes("staging");
export const windowsStartMenuPath = path.join(
SystemPath.getPath("appData"),