Extract admin dashboard from ghabilee-frontend2 into a dedicated Next.js app for backoffice.ghabilee.ir (no SEO indexing / Clarity).
3 lines
145 B
TypeScript
3 lines
145 B
TypeScript
/** App version from package.json (injected at build via next.config.js) */
|
|
export const APP_VERSION = process.env.NEXT_PUBLIC_APP_VERSION ?? ''
|