mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
change: Use @css: instead of $PACKAGE_ROOT/
This makes usage from the command line easier, since $ is typically used to mark variables.
This commit is contained in:
@@ -211,7 +211,7 @@ describe('AppRunner', (): void => {
|
||||
new AppRunner().runCli({
|
||||
argv: [
|
||||
'node', 'script',
|
||||
'--config', '$PACKAGE_ROOT/config/file.json',
|
||||
'--config', '@css:config/file.json',
|
||||
],
|
||||
});
|
||||
await new Promise(setImmediate);
|
||||
|
||||
Reference in New Issue
Block a user