fix: build on linux

This commit is contained in:
2024-07-30 03:15:39 +00:00
parent b3ca859256
commit 8568efda7f
5 changed files with 38 additions and 5 deletions

View File

@@ -5,7 +5,7 @@ import { RouterProvider, createRouter } from "@tanstack/react-router";
import { type } from "@tauri-apps/plugin-os";
import { StrictMode } from "react";
import ReactDOM from "react-dom/client";
import "./app.css";
import "./global.css";
// Import the generated route tree
import { routeTree } from "./routes.gen";