We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a78c56 commit ebf66a2Copy full SHA for ebf66a2
extensions-web/vite.config.ts
@@ -14,6 +14,6 @@ export default defineConfig({
14
emptyOutDir: false // Don't clean the output directory
15
},
16
define: {
17
- JAN_API_BASE: JSON.stringify(process.env.JAN_API_BASE || 'https://api-dev.jan.ai/jan/v1'),
+ JAN_API_BASE: JSON.stringify(process.env.JAN_API_BASE || 'https://api-dev.jan.ai/v1'),
18
}
19
})
0 commit comments