fix: Fixed issues on windows
feat: Implemented mouse and gamepad automatic switching fix: Made touch screen work better on the steam deck
This commit is contained in:
parent
e4df8fb9fb
commit
b4a89385d0
24 changed files with 334 additions and 137 deletions
|
|
@ -7,7 +7,7 @@ import path from "node:path";
|
|||
import staticAssetsPlugin from 'vite-static-assets-plugin';
|
||||
import os from 'node:os';
|
||||
import tsconfigPaths from 'vite-tsconfig-paths';
|
||||
import { host } from "@/bun/utils/host";
|
||||
import { host } from "./src/bun/utils/host";
|
||||
|
||||
export default defineConfig(() =>
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue