Skip to content

Commit fd6582d

Browse files
committed
refactor: remove unused fs import from vite.config.ts
- Cleaned up vite.config.ts by removing the unnecessary import of readFileSync from 'fs', streamlining the configuration file.
1 parent 88d078f commit fd6582d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

vite.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import react from "@vitejs/plugin-react-swc";
22
import { defineConfig } from "vite";
33
import dts from "vite-plugin-dts";
4-
import { readFileSync } from "fs";
54
import { resolve } from "path";
65

76
// https://vitejs.dev/config/

0 commit comments

Comments
 (0)