This repository has been archived on 2024-04-22. You can view files and clone it, but cannot push or open issues or pull requests.
caylon/build-debug.sh

10 lines
169 B
Bash
Executable file

#!/bin/bash
cd ./backend && ./build.sh decky && cd ..
cd ./src/usdpl_front && ./rebuild.sh decky && cd ../..
npm install && npm run build
unset USDPL_ENCRYPTION_KEY