Skip to content

Commit

Permalink
chore(vite): add violet color to vite custom resource (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
ainvoner authored Mar 12, 2024
1 parent fc4c6d8 commit f646608
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion vite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@winglibs/vite",
"version": "0.1.0",
"version": "0.1.1",
"description": "Wing resource that allows deploying a Vite application to the cloud",
"repository": {
"type": "git",
Expand Down
1 change: 1 addition & 0 deletions vite/vite.w
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@ pub class Vite {
new ui.Field("URL", inflight () => {
return this.url;
});
nodeof(this).color = "violet";
}
}

0 comments on commit f646608

Please sign in to comment.