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 { nitro } from "nitro/vite"
|
||||||
import tailwindcss from "@tailwindcss/vite"
|
import tailwindcss from "@tailwindcss/vite"
|
||||||
|
|
||||||
const nitroConfig = (() => {
|
const nitroConfig: any = (() => {
|
||||||
const target = process.env.OPENCODE_DEPLOYMENT_TARGET
|
const target = process.env.OPENCODE_DEPLOYMENT_TARGET
|
||||||
if (target === "cloudflare") {
|
if (target === "cloudflare") {
|
||||||
return {
|
return {
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,8 @@
|
||||||
{
|
{
|
||||||
"title": "opencode",
|
"title": "opencode",
|
||||||
"width": 800,
|
"width": 800,
|
||||||
"height": 600
|
"height": 600,
|
||||||
|
"url": "https://desktop.dev.opencode.ai"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"security": {
|
"security": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue