1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-03-21 11:09:43 +01:00
This commit is contained in:
Kushagra Gour 2024-03-22 04:41:07 +05:30
parent 8f78251a17
commit 6edd504517

View File

@ -21,7 +21,7 @@ const minCodeWrapSize = 33;
/* global htmlCodeEl
*/
const PREVIEW_FRAME_HOST = !window.DEBUG
const PREVIEW_FRAME_HOST = window.DEBUG
? 'http://localhost:7888'
: `https://wbmakr.com`;