Skip to content

Commit 21ff33e

Browse files
Fix TypeScript error: use type-only import for Plugin
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent c3c2b1f commit 21ff33e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import path from "node:path";
2-
import { defineConfig, Plugin } from "vite";
2+
import { defineConfig, type Plugin } from "vite";
33
import react from "@vitejs/plugin-react";
44
import { cloudflare } from "@cloudflare/vite-plugin";
55
import tailwindcss from "@tailwindcss/vite";

0 commit comments

Comments
 (0)