Skip to content

Commit 69d1b84

Browse files
xiaojunjunxiaojunjun
authored andcommitted
Fix TypeScript error - remove unused @ts-expect-error directive
1 parent e8ce4bd commit 69d1b84

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

vite.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { defineConfig } from "vite";
22
import vue from "@vitejs/plugin-vue";
33

4-
// @ts-expect-error process is a nodejs global
54
const host = process.env.TAURI_DEV_HOST;
65

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

0 commit comments

Comments
 (0)