added pnpm, vite, and typescript support

This commit is contained in:
2025-03-27 21:35:17 -05:00
parent 30683d268d
commit 52ac0566fd
12 changed files with 1071 additions and 12 deletions
-1
View File
@@ -19,7 +19,6 @@ window.dirPicker = function() {
try {
DirectoryPicker()
.then((result) => {
if (result.length === 0 ) { };
window.updateLibraryDirLabel(result); })
.catch((err) => {
console.error("There is an error with directory picker: " + err);