+ Some more work
This commit is contained in:
parent
92773bc362
commit
80beb070f1
|
@ -141,9 +141,13 @@ export interface ConfigObject {
|
||||||
nodes: Array<NodeConnection>
|
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 {
|
export function getConfig() : ConfigObject | null {
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
Reference in New Issue