auto-deploy
Some checks failed
Release Electron App / release-desktop (push) Failing after 7m58s

This commit is contained in:
2026-03-02 18:07:33 +01:00
parent d82738e7ea
commit 41d998db91
2 changed files with 37 additions and 0 deletions

View File

@@ -5,6 +5,17 @@
"description": "Local-first intelligent desktop workspace",
"main": ".vite/build/main.js",
"private": true,
"build": {
"appId": "adiuva",
"publish": [
{
"provider": "gitea",
"url": "http://10.0.0.119:3000",
"owner": "roberto",
"repo": "adiuva-ui"
}
]
},
"scripts": {
"start": "electron-forge start",
"package": "electron-forge package",