chore: update eslint rules, remove console.log at build

This commit is contained in:
2026-02-16 10:09:02 +05:00
parent 387c1751c6
commit c6d16ca9c2
2 changed files with 13 additions and 0 deletions
+3
View File
@@ -3,6 +3,9 @@ import Icons from "unplugin-icons/vite";
import { defineConfig } from "vite";
export default defineConfig({
esbuild: {
pure: ["console.log"],
},
build: {
assetsInlineLimit: Infinity,
},