Skip to content

Commit 52411bf

Browse files
committed
chore: revert target url
1 parent a0ca58b commit 52411bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vite.config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import { VitePWA } from 'vite-plugin-pwa'
2929
import tsconfigPaths from 'vite-tsconfig-paths'
3030

3131
const WRONG_CODE = `import { bpfrpt_proptype_WindowScroller } from "../WindowScroller.js";`
32-
const TARGET_URL = 'https://devtron-ent-1.devtron.info/'
32+
const TARGET_URL = 'https://preview.devtron.ai/'
3333

3434
function reactVirtualized(): PluginOption {
3535
return {

0 commit comments

Comments
 (0)