@@ -0,0 +1,16 @@
# Prism — Build tasks
# See https://just.systems
default: build
# Build the project
build:
@echo "TODO: implement build"
# Run linter / typecheck
lint:
@echo "TODO: implement linter"
# Run tests
test:
@echo "TODO: implement tests"
The note is not visible to the blocked user.