add skeleton that reads offline steam data

This commit is contained in:
2026-02-04 19:33:15 +01:00
commit 18d09a0e9f
41 changed files with 6867 additions and 0 deletions

6
vite.config.ts Normal file
View File

@@ -0,0 +1,6 @@
import react from "@vitejs/plugin-react";
import { defineConfig } from "vite";
export default defineConfig({
plugins: [react()],
});