config changes

This commit is contained in:
2024-10-25 18:54:54 +02:00
parent ec4d0e3db2
commit 37b20cbe57
3 changed files with 22 additions and 22 deletions
+1
View File
@@ -22,3 +22,4 @@ dist-ssr
*.njsproj
*.sln
*.sw?
*.tsbuildinfo
-1
View File
@@ -1,7 +1,6 @@
import {defineConfig} from 'vite'
import react from '@vitejs/plugin-react'
// https://vite.dev/config/
export default defineConfig({
plugins: [react()],
})