Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
anatoo committed Oct 30, 2023
1 parent 8b841a2 commit 1e65326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Configure a plugin in `vite.config.mts`(NOT `vite.config.ts`).

```typescript
import { defineConfig } from 'npm:vite@4.5.0';
import viteDeno from 'mod.ts';
import viteDeno from 'https://deno.land/x/vite_deno_plugin@v0.9.1/mod.ts';

export default defineConfig({
plugins: [viteDeno({})],
Expand Down

0 comments on commit 1e65326

Please sign in to comment.