diff --git a/vite/package.json b/vite/package.json index 2d278a7d..94a907cd 100644 --- a/vite/package.json +++ b/vite/package.json @@ -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", diff --git a/vite/vite.w b/vite/vite.w index 47b8b569..79247a04 100644 --- a/vite/vite.w +++ b/vite/vite.w @@ -27,5 +27,6 @@ pub class Vite { new ui.Field("URL", inflight () => { return this.url; }); + nodeof(this).color = "violet"; } }