grocy/.devtools/install_dependencies.bat
2026-03-02 20:11:39 +01:00

6 lines
74 B
Batchfile

pushd ..
set COMPOSER_FUND=0
call composer install
call yarn install
popd