feat: navigate away when deleting current chat (#44)

This commit is contained in:
Kirjava
2024-08-21 21:18:38 +01:00
committed by GitHub
parent 1e11ab6395
commit a7b1f5046d
6 changed files with 41 additions and 29 deletions

View File

@@ -5,6 +5,7 @@
"scripts": {
"playground:dev": "pnpm run --filter=playground dev",
"lint": "eslint --cache --cache-location ./node_modules/.cache/eslint .",
"lint:fix": "npm run lint -- --fix",
"build": "pnpm run -r build",
"test": "pnpm run -r test",
"typecheck": "pnpm run -r typecheck"