feat(frontend): add react spa with wishlist flows and public profile
This commit is contained in:
4
apps/frontend/src/lib/version.ts
Normal file
4
apps/frontend/src/lib/version.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
declare const __FRONTEND_VERSION__: string;
|
||||
|
||||
export const FRONTEND_VERSION: string =
|
||||
typeof __FRONTEND_VERSION__ !== 'undefined' ? __FRONTEND_VERSION__ : '0.0.0';
|
||||
Reference in New Issue
Block a user