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 f57a219 commit 6b19c57Copy full SHA for 6b19c57
docs-site/vite.config.js
@@ -1,6 +1,6 @@
1
-import { defineConfig } from 'vite'
2
-import react from '@vitejs/plugin-react'
+import { defineConfig } from "vite";
+import react from "@vitejs/plugin-react";
3
4
export default defineConfig({
5
plugins: [react()],
6
-})
+});
0 commit comments