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 8acede7 + 601b60c commit 13daa95Copy full SHA for 13daa95
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "webdevhome.github.io-vite",
3
- "version": "2.0.14",
+ "version": "2.0.15",
4
"scripts": {
5
"dev": "vite",
6
"build": "tsc && vite build",
src/links.json
@@ -501,6 +501,12 @@
501
"icon": "typescript",
502
"color": "#3178C6"
503
},
504
+ {
505
+ "title": "Rust Playground",
506
+ "url": "https://play.rust-lang.org",
507
+ "icon": "rust",
508
+ "color": "#000000"
509
+ },
510
511
"title": "DartPad",
512
"url": "https://dartpad.dev",
0 commit comments