Skip to content

Commit

Permalink
fix: yarn lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Agilulfo1820 committed Jul 23, 2024
1 parent 5ce629a commit 7e1fec3
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 7e1fec3

Please sign in to comment.