We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20387af commit 5b9e78aCopy full SHA for 5b9e78a
vite.config.ts
@@ -6,4 +6,8 @@ import { telefunc } from "telefunc/vite";
6
7
export default defineConfig({
8
plugins: [tailwindcss(), reactRouter(), tsconfigPaths(), telefunc()],
9
+ // @ts-ignore
10
+ vitePluginServerEntry: {
11
+ disableAutoImport: true,
12
+ },
13
});
0 commit comments