From: xangelo Date: Fri, 1 Sep 2023 18:46:37 +0000 (-0400) Subject: chore: ignore migrations during live reload X-Git-Tag: v0.3.3~10 X-Git-Url: https://git.xangelo.ca/?a=commitdiff_plain;h=e09d7f104f523455a2dc057e5e5d0117cc72d558;p=risinglegends.git chore: ignore migrations during live reload --- diff --git a/package.json b/package.json index 2dc99db..72c58f7 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,8 @@ "src/client/**", "**/client.ts", "public/**", - "**.test.ts" + "**.test.ts", + "migrations/**" ] }, "volta": {