chore: use path aliasing

This commit is contained in:
Ryan Walters
2025-08-21 22:04:08 -05:00
parent f83fc24d13
commit cd8feeabd2
6 changed files with 13 additions and 14 deletions

View File

@@ -3,7 +3,6 @@ import react from "@vitejs/plugin-react";
import tailwindcss from "@tailwindcss/vite";
import path from "path";
// @ts-expect-error process is a nodejs global
const host = process.env.TAURI_DEV_HOST;
// https://vite.dev/config/