Skip to content

Commit b652198

Browse files
committed
load desktop app
1 parent 31c4a1d commit b652198

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

packages/enterprise/vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { solidStart } from "@solidjs/start/config"
33
import { nitro } from "nitro/vite"
44
import tailwindcss from "@tailwindcss/vite"
55

6-
const nitroConfig = (() => {
6+
const nitroConfig: any = (() => {
77
const target = process.env.OPENCODE_DEPLOYMENT_TARGET
88
if (target === "cloudflare") {
99
return {

packages/tauri/src-tauri/tauri.conf.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
{
1616
"title": "opencode",
1717
"width": 800,
18-
"height": 600
18+
"height": 600,
19+
"url": "https://desktop.dev.opencode.ai"
1920
}
2021
],
2122
"security": {

0 commit comments

Comments
 (0)