mirror of
https://github.com/ershisan99/coolify.git
synced 2026-01-29 20:52:10 +00:00
feat: import public repos (wip)
This commit is contained in:
@@ -47,7 +47,8 @@
|
||||
export let branch: any;
|
||||
export let type: any;
|
||||
export let application: any;
|
||||
|
||||
export let isPublicRepository: boolean;
|
||||
console.log(isPublicRepository)
|
||||
function checkPackageJSONContents({ key, json }: { key: any; json: any }) {
|
||||
return json?.dependencies?.hasOwnProperty(key) || json?.devDependencies?.hasOwnProperty(key);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user