mirror of
https://github.com/better-auth/better-auth.git
synced 2026-07-28 06:47:20 -05:00
4 lines
102 B
TypeScript
4 lines
102 B
TypeScript
import pkg from "../package.json" with { type: "json" };
|
|
|
|
export const PACKAGE_VERSION = pkg.version;
|