This commit is contained in:
2026-02-21 23:57:03 +01:00
commit 2d9e3a6044
26 changed files with 6716 additions and 0 deletions

5
frontend/index.tsx Normal file
View File

@@ -0,0 +1,5 @@
import { definePlugin } from '@steambrew/client';
export default definePlugin(() => {
console.log('.rip Extension: Frontend plugin initializing...');
});