Add migration

This commit is contained in:
Owen
2026-05-12 20:59:24 -07:00
parent 107986d848
commit efb1d69ac9
5 changed files with 84 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ import path from "path";
import { fileURLToPath } from "url";
// This is a placeholder value replaced by the build process
export const APP_VERSION = "1.18.3";
export const APP_VERSION = "1.18.4";
export const __FILENAME = fileURLToPath(import.meta.url);
export const __DIRNAME = path.dirname(__FILENAME);