nix-templates/godot-js/justfile

5 lines
120 B
Makefile
Raw Permalink Normal View History

2025-02-23 01:28:11 -05:00
default:
npm --prefix ./src install
codium ./src/ >/dev/null 2>&1 &
godot4-js ./src/project.godot >/dev/null 2>&1 &