Thanks to visit codestin.com Credit goes to github.com
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 a6b3bda commit a588f28Copy full SHA for a588f28
‎client/packages/lowcoder/vite.config.mts
@@ -25,7 +25,8 @@ const isVisualizerEnabled = !!process.env.ENABLE_VISUALIZER;
25
// the file was never created
26
// const browserCheckFileName = `browser-check-${process.env.REACT_APP_COMMIT_ID}.js`;
27
const browserCheckFileName = `browser-check.js`;
28
-const base = ensureLastSlash(process.env.PUBLIC_URL);
+const base = ensureLastSlash("__LOWCODER_BASEPATH_PLACEHOLDER__");
29
+// const base = ensureLastSlash(process.env.PUBLIC_URL);
30
31
if (!apiServiceUrl && isDev) {
32
console.log();
0 commit comments