Updated NPM dependencies

This commit is contained in:
2026-03-31 14:22:55 -03:00
parent 83a8eb2f5d
commit bc44419788
3 changed files with 86 additions and 6 deletions
+2 -1
View File
@@ -1,9 +1,10 @@
import { defineConfig } from "vite";
import react from "@vitejs/plugin-react";
import eslint from "vite-plugin-eslint";
// https://vite.dev/config/
export default defineConfig({
plugins: [react()],
plugins: [react(), eslint()],
build: {
outDir: "../Sites/AnalytricProd",
emptyOutDir: true,