feat: polish lite auth entry points

This commit is contained in:
JetSprow
2026-04-30 15:04:21 +10:00
parent b2deee608f
commit 85abba9bbf
10 changed files with 54 additions and 27 deletions

6
src/lib/product.ts Normal file
View File

@@ -0,0 +1,6 @@
import packageJson from "../../package.json";
export const PRODUCT_NAME = "J-Board Lite";
export const PRODUCT_EDITION = "Lite";
export const PRODUCT_VERSION = packageJson.version;
export const PRODUCT_REPOSITORY_URL = "https://github.com/JetSprow/J-Board";