This repository has been archived on 2024-07-11. You can view files and clone it, but cannot push or open issues or pull requests.
yoshop/source/vendor/kosinix/grafika/samiconf.php
2020-04-25 22:20:29 +08:00

6 lines
203 B
PHP

<?php
// To run in console type: php sami.phar update samiconf.php
return new Sami\Sami('src', array(
'build_dir' => __DIR__.'/api',
'cache_dir' => __DIR__.'/sami-cache'
));