forked from cerc-io/snowballtools-base
Nabarun Gogoi
db3b9148b6
* Display commit message in projects and deployments * Handle if current deployment not present * Rename types file --------- Co-authored-by: neeraj <neeraj.rtly@gmail.com>
7 lines
206 B
TypeScript
7 lines
206 B
TypeScript
export const ORGANIZATION_ID = '2379cf1f-a232-4ad2-ae14-4d881131cc26';
|
|
|
|
export const GIT_TEMPLATE_LINK =
|
|
'https://git.vdb.to/cerc-io/test-progressive-web-app';
|
|
|
|
export const SHORT_COMMIT_HASH_LENGTH = 8;
|