From c46c60c904ce634455d5eeecac07821ae1c0c9da Mon Sep 17 00:00:00 2001 From: Greg Shuflin Date: Mon, 23 Oct 2023 21:30:46 -0700 Subject: [PATCH] Add justfile --- justfile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 justfile diff --git a/justfile b/justfile new file mode 100644 index 0000000..d5408ba --- /dev/null +++ b/justfile @@ -0,0 +1,5 @@ +_default: + just --list + +parcel: + pnpm exec parcel src/index.html