mirror of
https://github.com/JetSprow/J-Board-Lite.git
synced 2026-05-01 01:14:10 +05:30
feat: polish lite auth entry points
This commit is contained in:
6
src/lib/product.ts
Normal file
6
src/lib/product.ts
Normal 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";
|
||||
Reference in New Issue
Block a user