We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fd7be88 + 599bcfd commit ffbefe1Copy full SHA for ffbefe1
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "webdevhome.github.io-vite",
3
- "version": "2.0.19",
+ "version": "2.0.20",
4
"scripts": {
5
"dev": "vite",
6
"build": "tsc && vite build",
src/links.json
@@ -1110,6 +1110,12 @@
1110
"icon": "deno",
1111
"color": "#000000"
1112
},
1113
+ {
1114
+ "title": "Bun",
1115
+ "url": "https://bun.sh",
1116
+ "icon": "bun",
1117
+ "color": "#000000"
1118
+ },
1119
1120
"title": "Python",
1121
"url": "https://www.python.org",
0 commit comments