This commit is contained in:
2025-08-20 15:57:59 -04:00
parent a13cbabdb4
commit 1528931a29
8 changed files with 68 additions and 52 deletions

View File

@@ -12,6 +12,6 @@ export const API_URL = "https://api.codey.lol";
export const socialLinks = {
};
export const MAJOR_VERSION = "0.0"
export const RELEASE_FLAG = "Alpha";
export const MAJOR_VERSION = "0.1"
export const RELEASE_FLAG = null;
export const ENVIRONMENT = import.meta.env.DEV ? "Dev" : "Prod";