feat: bootstrap Electron desktop shell for Fabric frontend

This commit is contained in:
root
2026-05-12 12:58:53 +00:00
parent 395385c9aa
commit 292d8c27f2
6 changed files with 943 additions and 0 deletions

13
package.json Normal file
View File

@@ -0,0 +1,13 @@
{
"name": "fabric-desktop",
"version": "0.1.0",
"private": true,
"main": "main.js",
"scripts": {
"start": "electron .",
"start:dev": "FABRIC_DESKTOP_URL=http://localhost:5173 electron ."
},
"devDependencies": {
"electron": "^37.2.1"
}
}