fix: macOS build failing and update workflow options

This commit is contained in:
LukeGus
2025-10-24 23:22:12 -05:00
parent 4fd2b7eff0
commit 5dda3b91d8
4 changed files with 577 additions and 120 deletions

View File

@@ -2,7 +2,7 @@ import path from "path";
import fs from "fs";
import tailwindcss from "@tailwindcss/vite";
import { defineConfig } from "vite";
import react from "@vitejs/plugin-react-swc";
import react from "@vitejs/plugin-react";
// SSL certificate paths
const sslCertPath = path.join(process.cwd(), "ssl/termix.crt");