Files
better-auth/packages/electron/src/version.ts
T

4 lines
102 B
TypeScript

import pkg from "../package.json" with { type: "json" };
export const PACKAGE_VERSION = pkg.version;