Skip to content

Commit

Permalink
fix: lint on unusued param
Browse files Browse the repository at this point in the history
  • Loading branch information
pierobassa committed Jul 23, 2024
1 parent 9f1caf5 commit d03b422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/frontend/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import react from "@vitejs/plugin-react";
import { nodePolyfills } from "vite-plugin-node-polyfills";
import { resolve } from "path";

export default defineConfig(({ mode }) => {
export default defineConfig(() => {
return {
plugins: [nodePolyfills(), react()],
build: {
Expand Down

0 comments on commit d03b422

Please sign in to comment.