Remove connection toast now that we have a cta surfaced

This commit is contained in:
Jon Staab
2025-10-22 08:35:42 -07:00
parent 75bee027e1
commit 43cf91e877
2 changed files with 4 additions and 25 deletions
+2 -1
View File
@@ -10,7 +10,8 @@
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check src && eslint src",
"format": "prettier --write src",
"format": "git diff head --name-only --diff-filter d | grep -E '(js|ts|svelte)$' | xargs -r prettier --write",
"format:all": "prettier --write src",
"prepare": "husky"
},
"devDependencies": {