feat: added sync files to selected local folder function is created. Yarn package manager fixes, styling fixes. Sass module fix. Added Claude model for open router.

This commit is contained in:
muzafferkadir
2024-10-22 01:27:29 +03:00
parent 50a501ecb1
commit 49217f2461
6 changed files with 69 additions and 7 deletions

3
app/types/global.d.ts vendored Normal file
View File

@@ -0,0 +1,3 @@
interface Window {
showDirectoryPicker(): Promise<FileSystemDirectoryHandle>;
}