Errors prevented startup:
While building for web.browser:
imports/client/widgets/nmp/PNI.js:19:15: /opt/meteor/miteam/imports/client/widgets/nmp/PNI.js: Missing semicolon. (19:15)
17 | //fhir autosave
18 | let id = asset._id;
> 19 | asset._id delete;
| ^
20 | console.log(asset)
21 | Meteor.callAsync("updateFhirEncounter", id, asset )
22 |
Your application has errors. Waiting for file change.
Fix the error in your code and save your files. Once your server is running without errors, then reload this page.