add rules info card

This commit is contained in:
Milo Schwartz 2025-02-09 23:23:55 -05:00
parent 34e3fe690d
commit 6e6992e19f
No known key found for this signature in database
2 changed files with 81 additions and 13 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.0.0-beta.12";
export const APP_VERSION = "1.0.0-beta.13";
export const __FILENAME = fileURLToPath(import.meta.url);
export const __DIRNAME = path.dirname(__FILENAME);