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 1111 },
1212 "scripts" : {
1313 "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" ,
1515 "start:ee" : " REACT_APP_EDITION=enterprise yarn workspace lowcoder start" ,
1616 "start:ee-global" : " REACT_APP_EDITION=enterprise-global yarn workspace lowcoder start" ,
1717 "build" : " yarn node ./scripts/build.js" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " lowcoder" ,
3- "version" : " 2.2.0 " ,
3+ "version" : " 2.3.1 " ,
44 "private" : true ,
55 "type" : " module" ,
66 "main" : " src/index.sdk.ts" ,
Original file line number Diff line number Diff line change @@ -2775,7 +2775,7 @@ export const en = {
27752775 aboutUs : "https://lowcoder.cloud/about" ,
27762776 changeLog : "https://github.com/lowcoder-org/lowcoder/releases" ,
27772777 introVideo : "" ,
2778- devNpmPlugin : "https://docs.lowcoder.cloud /lowcoder-extension/develop-data-source-plugins " ,
2778+ devNpmPlugin : "https://github.com /lowcoder-org/lowcoder-create-component-plugin " ,
27792779 devNpmPluginText : "How to develop npm plugin" ,
27802780 useHost : "https://docs.lowcoder.cloud/setup-and-run/self-hosting/access-local-database-or-api" ,
27812781 eventHandlerSlowdown : "https://docs.lowcoder.cloud/build-applications/app-interaction/event-handlers" ,
You can’t perform that action at this time.
0 commit comments