From 5f370377161f7da7cf0a3b8fdc204f2ffb87d857 Mon Sep 17 00:00:00 2001 From: ingalls Date: Sun, 30 Jun 2024 09:04:54 -0600 Subject: [PATCH] Add noevents --- api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/package.json b/api/package.json index e0b59ac63..65bf6bd49 100644 --- a/api/package.json +++ b/api/package.json @@ -11,7 +11,7 @@ "lint": "eslint index.ts lib/ routes/ test/", "loaddb": "echo 'DROP DATABASE tak_ps_etl' | psql && echo 'CREATE DATABASE tak_ps_etl' | psql && psql tak_ps_etl < ", "migratedb": "npm run lint && git stash && tsc --outDir . && drizzle-kit generate && git add migrations/* && git commit -m \"DB Migration\" && git clean -f && git stash", - "dev": "tsx watch --ignore web/ index.ts --noevents --nometrics --unsafe", + "dev": "tsx watch --ignore web/ index.ts --noevents --nometrics --nosinks --unsafe", "prod": "NODE_OPTIONS='--max-old-space-size=6144' forever --verbose --ignore ./ dist/index.js" }, "repository": {