File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11
11
},
12
12
"scripts" : {
13
13
"start" : " yarn workspace lowcoder start" ,
14
- "start-win" :" LOWCODER_API_SERVICE_URL=http://localhost:3000 yarn start" ,
14
+ "start-win" : " LOWCODER_API_SERVICE_URL=http://localhost:3000 yarn start" ,
15
15
"start:ee" : " REACT_APP_EDITION=enterprise yarn workspace lowcoder start" ,
16
16
"start:ee-global" : " REACT_APP_EDITION=enterprise-global yarn workspace lowcoder start" ,
17
17
"build" : " yarn node ./scripts/build.js" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " lowcoder" ,
3
- "version" : " 2.2.0 " ,
3
+ "version" : " 2.3.1 " ,
4
4
"private" : true ,
5
5
"type" : " module" ,
6
6
"main" : " src/index.sdk.ts" ,
Original file line number Diff line number Diff line change @@ -2775,7 +2775,7 @@ export const en = {
2775
2775
aboutUs : "https://lowcoder.cloud/about" ,
2776
2776
changeLog : "https://github.com/lowcoder-org/lowcoder/releases" ,
2777
2777
introVideo : "" ,
2778
- devNpmPlugin : "https://docs.lowcoder.cloud /lowcoder-extension/develop-data-source-plugins " ,
2778
+ devNpmPlugin : "https://github.com /lowcoder-org/lowcoder-create-component-plugin " ,
2779
2779
devNpmPluginText : "How to develop npm plugin" ,
2780
2780
useHost : "https://docs.lowcoder.cloud/setup-and-run/self-hosting/access-local-database-or-api" ,
2781
2781
eventHandlerSlowdown : "https://docs.lowcoder.cloud/build-applications/app-interaction/event-handlers" ,
You can’t perform that action at this time.
0 commit comments