Rename vite plugin
Lint / lint (push) Failing after 38s

This commit is contained in:
Julien Valverdé
2026-07-25 22:44:09 +02:00
parent 23547afe91
commit c40df980ed
14 changed files with 22 additions and 22 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ import type * as Component from "./Component.js"
* development refresh cell.
*
* This low-level API is intended for development-server integrations such as
* `@effect-view/vite`.
* `@effect-view/vite-plugin`.
*/
export const RefreshableTypeId: unique symbol = Symbol.for("@effect-view/Refreshable/Refreshable")
export type RefreshableTypeId = typeof RefreshableTypeId