diff --git a/client/package.json b/client/package.json index f9a524be5..25b47c3d7 100644 --- a/client/package.json +++ b/client/package.json @@ -11,6 +11,7 @@ }, "scripts": { "start": "yarn workspace lowcoder start", + "start-win":"LOWCODER_API_SERVICE_URL=http://localhost:3000 yarn start", "start:ee": "REACT_APP_EDITION=enterprise yarn workspace lowcoder start", "start:ee-global": "REACT_APP_EDITION=enterprise-global yarn workspace lowcoder start", "build": "yarn node ./scripts/build.js", diff --git a/client/packages/lowcoder/index.html b/client/packages/lowcoder/index.html index c83e225aa..038b31c38 100644 --- a/client/packages/lowcoder/index.html +++ b/client/packages/lowcoder/index.html @@ -7,6 +7,10 @@ + + + +