We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c6f252 commit c271079Copy full SHA for c271079
components/ui/scroll-area.tsx
vite.config.ts
@@ -2,7 +2,6 @@ import { defineConfig } from "vite";
2
import react from "@vitejs/plugin-react";
3
import path from "path";
4
5
-// @ts-expect-error process is a nodejs global
6
const host = process.env.TAURI_DEV_HOST;
7
8
// https://vitejs.dev/config/
0 commit comments