load desktop app

This commit is contained in:
Dax Raad 2025-11-22 14:38:56 -05:00
parent 31c4a1d853
commit b652198979
2 changed files with 3 additions and 2 deletions

View file

@ -3,7 +3,7 @@ import { solidStart } from "@solidjs/start/config"
import { nitro } from "nitro/vite"
import tailwindcss from "@tailwindcss/vite"
const nitroConfig = (() => {
const nitroConfig: any = (() => {
const target = process.env.OPENCODE_DEPLOYMENT_TARGET
if (target === "cloudflare") {
return {

View file

@ -15,7 +15,8 @@
{
"title": "opencode",
"width": 800,
"height": 600
"height": 600,
"url": "https://desktop.dev.opencode.ai"
}
],
"security": {