mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
feat: Remove podTemplateFolder as a variable.
This is now possible due to TemplatedResourcesGenerator accepting path strings relative to the module root.
This commit is contained in:
@@ -58,7 +58,6 @@ export class CliRunner {
|
||||
config: { type: 'string', alias: 'c' },
|
||||
loggingLevel: { type: 'string', alias: 'l', default: 'info' },
|
||||
mainModulePath: { type: 'string', alias: 'm' },
|
||||
podTemplateFolder: { type: 'string', alias: 't' },
|
||||
port: { type: 'number', alias: 'p', default: 3000 },
|
||||
rootFilePath: { type: 'string', alias: 'f', default: './' },
|
||||
sparqlEndpoint: { type: 'string', alias: 's' },
|
||||
@@ -113,8 +112,6 @@ export class CliRunner {
|
||||
'urn:solid-server:default:variable:rootFilePath':
|
||||
this.resolveFilePath(params.rootFilePath),
|
||||
'urn:solid-server:default:variable:sparqlEndpoint': params.sparqlEndpoint,
|
||||
'urn:solid-server:default:variable:podTemplateFolder':
|
||||
this.resolveFilePath(params.podTemplateFolder, 'templates/pod'),
|
||||
'urn:solid-server:default:variable:podConfigJson':
|
||||
this.resolveFilePath(params.podConfigJson),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user