mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-10 15:12:01 -03:30
Signed-off-by: nachoparker <nacho@ownyourbits.com> add ncp-previews Signed-off-by: nachoparker <nacho@ownyourbits.com>
14 lines
283 B
JSON
14 lines
283 B
JSON
{
|
|
"config" : {
|
|
"vendor-dir": ".",
|
|
"optimize-autoloader": true,
|
|
"classmap-authoritative": true,
|
|
"autoloader-suffix": "PreviewGenerator"
|
|
},
|
|
"autoload" : {
|
|
"psr-4": {
|
|
"OCA\\PreviewGenerator\\": "../lib/"
|
|
}
|
|
}
|
|
}
|