+ Some more work

This commit is contained in:
Daniel Legt 2021-08-21 15:46:21 +03:00
parent 92773bc362
commit 80beb070f1
1 changed files with 5 additions and 1 deletions

View File

@ -141,9 +141,13 @@ export interface ConfigObject {
nodes: Array<NodeConnection>
}
/**
* Read the config file from the files of the project
* @returns The configuration object of the project
*/
export function getConfig() : ConfigObject | null {
return null;
}