forked from cerc-io/snowballtools-base
Nabarun Gogoi
bd6a6b330c
* Create new deployment when changing to production * Remove unnecessary todos * Move deployment id and url creation in database method * Display correct details in deployment dialog box * Rename relativeTime function to relativeTimeISO * Refactor resolver methods to service class * Refactor to move github app to service class --------- Co-authored-by: neeraj <neeraj.rtly@gmail.com>
11 lines
285 B
TypeScript
11 lines
285 B
TypeScript
export const COMMIT_DETAILS = {
|
|
message: 'subscription added',
|
|
createdAt: '2023-12-11T04:20:00',
|
|
branch: 'main',
|
|
};
|
|
|
|
export const ORGANIZATION_ID = '2379cf1f-a232-4ad2-ae14-4d881131cc26';
|
|
|
|
export const GIT_TEMPLATE_LINK =
|
|
'https://git.vdb.to/cerc-io/test-progressive-web-app';
|