Skip to content

Commit 5b9e78a

Browse files
committed
temp workaround
1 parent 20387af commit 5b9e78a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

vite.config.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,8 @@ import { telefunc } from "telefunc/vite";
66

77
export default defineConfig({
88
plugins: [tailwindcss(), reactRouter(), tsconfigPaths(), telefunc()],
9+
// @ts-ignore
10+
vitePluginServerEntry: {
11+
disableAutoImport: true,
12+
},
913
});

0 commit comments

Comments
 (0)