diff --git a/justfile b/justfile index 9b67eac..651104d 100644 --- a/justfile +++ b/justfile @@ -25,6 +25,9 @@ run: # build and run the application dev: build run +# prepare the app for production. +prod: tw build + # generate code based on ent schemas. gen: go generate -v ./ent