feat: implemented storage management
fix: Enabled fallback secrets feat: Made header stats actually work feat: Made steam deck keyboard auto open for some inputs fix: Made keybaord also work with shortcuts (no tooltips yet)
This commit is contained in:
parent
62f16cbcc1
commit
e4df8fb9fb
55 changed files with 1675 additions and 398 deletions
|
|
@ -5,9 +5,9 @@ import { tanstackRouter } from '@tanstack/router-plugin/vite';
|
|||
import { createSvgIconsPlugin } from 'vite-plugin-svg-icons-ng';
|
||||
import path from "node:path";
|
||||
import staticAssetsPlugin from 'vite-static-assets-plugin';
|
||||
import { host } from "./src/bun/utils";
|
||||
import os from 'node:os';
|
||||
import tsconfigPaths from 'vite-tsconfig-paths';
|
||||
import { host } from "@/bun/utils/host";
|
||||
|
||||
export default defineConfig(() =>
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue