We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f59564d + d8ef272 commit 888648aCopy full SHA for 888648a
.gitignore
@@ -1,4 +1,3 @@
1
node_modules
2
.husky
3
-.netlify
4
.env
vite.config.js
@@ -1,7 +1,6 @@
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
-// https://vite.dev/config/
5
export default defineConfig({
6
plugins: [react()],
7
})
0 commit comments