6 lines
99 B
Makefile
6 lines
99 B
Makefile
build-client:
|
|
cd client && packwiz modrinth export
|
|
|
|
serve:
|
|
cd server && packwiz serve
|