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 aa5a4e5 commit 2c8e165Copy full SHA for 2c8e165
vite.config.mts
@@ -31,7 +31,7 @@ import tsconfigPaths from 'vite-tsconfig-paths'
31
import { compression, defineAlgorithm } from 'vite-plugin-compression2'
32
33
const WRONG_CODE = `import { bpfrpt_proptype_WindowScroller } from "../WindowScroller.js";`
34
-const TARGET_URL = 'https://gadgeon-dashboard.devtron.info/';
+const TARGET_URL = 'https://preview.devtron.ai/';
35
36
function reactVirtualized(): PluginOption {
37
return {
0 commit comments