We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2033ea3 commit 3da7d90Copy full SHA for 3da7d90
README.md
@@ -56,7 +56,7 @@ The plugin accepts an optional configuration object. Here's an example with avai
56
```ts
57
// vite.config.ts
58
import { defineConfig } from 'vite'
59
-import Tauri from 'vite-plugin-tauri'
+import Tauri from '@stacks/vite-plugin-tauri'
60
61
export default defineConfig({
62
plugins: [
0 commit comments