diff --git a/.env b/.env deleted file mode 100644 index 0571a0d..0000000 --- a/.env +++ /dev/null @@ -1 +0,0 @@ -VITE_DEBUG_API=https://127.0.0.1/ \ No newline at end of file diff --git a/package.json b/package.json index 6000377..4652ac7 100644 --- a/package.json +++ b/package.json @@ -41,8 +41,5 @@ "prettier": "^2.8.8", "stylus": "^0.55.0", "typescript": "~4.5.5" - }, - "gitHooks": { - "pre-commit": "lint-staged" } }