summaryrefslogtreecommitdiffhomepage
path: root/packages/desktop
diff options
context:
space:
mode:
authorBrendan Allan <[email protected]>2025-11-22 23:39:25 +0800
committerGitHub <[email protected]>2025-11-22 10:39:25 -0500
commit85d99198b541cfdb51a53806db2fe9d3b7f2cd25 (patch)
tree0a5cf93c9267d3764c88b6090f9c4b8b8509e10e /packages/desktop
parent7f183f7404514f6533be6d4ff1705acd0b73a8c6 (diff)
downloadopencode-85d99198b541cfdb51a53806db2fe9d3b7f2cd25.tar.gz
opencode-85d99198b541cfdb51a53806db2fe9d3b7f2cd25.zip
Use devinxi-ed Solid Start (#4635)
Co-authored-by: GitHub Action <[email protected]> Co-authored-by: Dax Raad <[email protected]>
Diffstat (limited to 'packages/desktop')
-rw-r--r--packages/desktop/vite.config.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/desktop/vite.config.ts b/packages/desktop/vite.config.ts
index 8e43b9835..ff18b1de3 100644
--- a/packages/desktop/vite.config.ts
+++ b/packages/desktop/vite.config.ts
@@ -9,7 +9,7 @@ export default defineConfig({
"@": path.resolve(__dirname, "./src"),
},
},
- plugins: [tailwindcss(), solidPlugin()],
+ plugins: [tailwindcss(), solidPlugin()] as any,
server: {
host: "0.0.0.0",
allowedHosts: true,