Initial digitCRM project structure with backend and frontend
This commit is contained in:
2
frontend/shared/const.ts
Normal file
2
frontend/shared/const.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
export const COOKIE_NAME = "app_session_id";
|
||||
export const ONE_YEAR_MS = 1000 * 60 * 60 * 24 * 365;
|
||||
Reference in New Issue
Block a user