Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
removed server
Browse files Browse the repository at this point in the history
  • Loading branch information
janh committed Sep 23, 2022
1 parent 07385ee commit c9e8faa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"description": "This is the Cumulocity module federation plugin. Plugins can be developed like any Cumulocity application, but can be used at runtime by other applications. Therefore, they export an Angular module which can then be imported by any other application. The exports are defined in `package.json`:",
"scripts": {
"start": "c8ycli server -u http://summit-mf.latest.stage.c8y.io --shell cockpit",
"start": "c8ycli server",
"build": "c8ycli build",
"deploy": "c8ycli deploy",
"postinstall": "ngcc"
Expand Down

0 comments on commit c9e8faa

Please sign in to comment.