Skip to content

Commit

Permalink
Remove vite/client reference (#109)
Browse files Browse the repository at this point in the history
* Remove ref

* Create two-yaks-relax.md
  • Loading branch information
natemoo-re committed Jun 6, 2023
1 parent 23c032b commit 4e5f0a9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/two-yaks-relax.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"astro-icon": patch
---

Remove `vite/client` reference
1 change: 0 additions & 1 deletion packages/core/lib/utils.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/// <reference types="vite/client" />
import { SPRITESHEET_NAMESPACE } from "./constants";
import { Props, Optimize } from "./Props";
import getFromService from "./resolver";
Expand Down

1 comment on commit 4e5f0a9

@vercel
Copy link

@vercel vercel bot commented on 4e5f0a9 Jun 6, 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:

api-astroicon – ./packages/service

api-astroicon-nmoo.vercel.app
api.astroicon.dev
api-astroicon-git-main-nmoo.vercel.app

Please sign in to comment.