Skip to content

Commit

Permalink
Merge pull request #554 from appwrite/fix-bun-icon
Browse files Browse the repository at this point in the history
Fix bun icon path
  • Loading branch information
TorstenDittmann committed Sep 15, 2023
2 parents 1d604a0 + ade2847 commit 9b4bcb8
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
case runtime.includes('dart'):
return 'dart';
case runtime.includes('bun'):
return 'bun-sh';
return 'bun';
default:
return undefined;
}
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes

3 comments on commit 9b4bcb8

@vercel
Copy link

@vercel vercel bot commented on 9b4bcb8 Sep 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

console-preview – ./

console-preview-appwrite.vercel.app
console-next.vercel.app
console-preview-git-main-appwrite.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 9b4bcb8 Sep 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 9b4bcb8 Sep 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

console-cloud – ./

console-cloud-git-main-appwrite.vercel.app
console-cloud-appwrite.vercel.app
console-cloud.vercel.app

Please sign in to comment.