beta badge for desktop app (#14471)

Co-authored-by: Brendan Allan <git@brendonovich.dev>
This commit is contained in:
Adam
2026-04-16 01:03:41 -05:00
committed by GitHub
parent 675a46e23e
commit f418fd5632
3 changed files with 44 additions and 33 deletions

View File

@@ -60,6 +60,9 @@ export default defineConfig({
plugins: [appPlugin],
publicDir: "../../../app/public",
root: "src/renderer",
define: {
"import.meta.env.VITE_OPENCODE_CHANNEL": JSON.stringify(channel),
},
build: {
rollupOptions: {
input: {