Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit137a964

Browse files
kamal-qureshiludomikula
authored andcommitted
Update vite.config.mts
1 parent67643f6 commit137a964

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎client/packages/lowcoder/vite.config.mts‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ const isVisualizerEnabled = !!process.env.ENABLE_VISUALIZER;
2525
// the file was never created
2626
// const browserCheckFileName = `browser-check-${process.env.REACT_APP_COMMIT_ID}.js`;
2727
constbrowserCheckFileName=`browser-check.js`;
28-
constbase=ensureLastSlash(process.env.PUBLIC_URL);
28+
constbase=ensureLastSlash("__LOWCODER_BASEPATH_PLACEHOLDER__");
29+
// const base = ensureLastSlash(process.env.PUBLIC_URL);
2930

3031
if(!apiServiceUrl&&isDev){
3132
console.log();

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp