Skip to content

Commit f6ff466

Browse files
committed
fix: update yarn and npm lock files
1 parent 695f8da commit f6ff466

3 files changed

Lines changed: 116 additions & 701 deletions

File tree

packages/create-app/src/index.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,14 @@ const command = {
329329
)} to launch your new DHIS2 application`
330330
)
331331

332+
reporter.print(
333+
`${chalk.gray(
334+
`You can also run the web application with ${chalk.bold(
335+
`${pkgManager} start --proxy https://YOUR_DHIS2_INSTANCE_URL`
336+
)} to create a proxy on localhost to a remote DHIS2 instance. Check https://developers.dhis2.org/docs/quickstart/quickstart-web#connecting-your-web-app-to-dhis2 for more information.`
337+
)}`
338+
)
339+
332340
return
333341
},
334342
}

0 commit comments

Comments
 (0)