Export DesktopInterface from desktop and add PlatformContext

This commit is contained in:
Brendan Allan 2025-12-08 13:43:36 +08:00
parent 923bf36593
commit d531dff8d3
No known key found for this signature in database
GPG key ID: 41E835AEA046A32E
11 changed files with 71 additions and 20 deletions

View file

@ -17,7 +17,10 @@
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true
"noFallthroughCasesInSwitch": true,
"jsx": "preserve",
"jsxImportSource": "solid-js"
},
"include": ["src"]
}