mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
load desktop app
This commit is contained in:
parent
31c4a1d853
commit
b652198979
2 changed files with 3 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -15,7 +15,8 @@
|
|||
{
|
||||
"title": "opencode",
|
||||
"width": 800,
|
||||
"height": 600
|
||||
"height": 600,
|
||||
"url": "https://desktop.dev.opencode.ai"
|
||||
}
|
||||
],
|
||||
"security": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue