From 0b5d5a375580e9acc3a27d0122932827463ca8a6 Mon Sep 17 00:00:00 2001 From: Greg Shuflin Date: Wed, 25 Oct 2023 02:38:03 -0700 Subject: [PATCH] Try this to avoid freezes --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index dcfe65b..99ac6e0 100644 --- a/justfile +++ b/justfile @@ -2,4 +2,4 @@ _default: just --list parcel: - pnpm exec parcel src/index.html --no-cache + pnpm exec parcel serve --no-hmr