mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
refactor: Move pod templates to pod subfolder.
This commit is contained in:
committed by
Joachim Van Herwegen
parent
4638ba4bce
commit
a5413a64d3
@@ -88,7 +88,7 @@ export class CliRunner {
|
||||
this.resolveFilePath(params.rootFilePath),
|
||||
'urn:solid-server:default:variable:sparqlEndpoint': params.sparqlEndpoint,
|
||||
'urn:solid-server:default:variable:podTemplateFolder':
|
||||
this.resolveFilePath(params.podTemplateFolder, 'templates'),
|
||||
this.resolveFilePath(params.podTemplateFolder, 'templates/pod'),
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user