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": {