We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31c4a1d commit b652198Copy full SHA for b652198
packages/enterprise/vite.config.ts
@@ -3,7 +3,7 @@ import { solidStart } from "@solidjs/start/config"
3
import { nitro } from "nitro/vite"
4
import tailwindcss from "@tailwindcss/vite"
5
6
-const nitroConfig = (() => {
+const nitroConfig: any = (() => {
7
const target = process.env.OPENCODE_DEPLOYMENT_TARGET
8
if (target === "cloudflare") {
9
return {
packages/tauri/src-tauri/tauri.conf.json
@@ -15,7 +15,8 @@
15
{
16
"title": "opencode",
17
"width": 800,
18
- "height": 600
+ "height": 600,
19
+ "url": "https://desktop.dev.opencode.ai"
20
}
21
],
22
"security": {
0 commit comments