Skip to content

Commit

Permalink
Update startup command
Browse files Browse the repository at this point in the history
  • Loading branch information
kelkawi-a authored Sep 4, 2024
1 parent ebe8e52 commit c1444e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/charm.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ def _update(self, event):
"services": {
self.name: {
"summary": self.name,
"command": "cd app/ && pnpm start",
"command": "pnpm -C app start",
"startup": "enabled",
"override": "replace",
# Including config values here so that a change in the
Expand Down

0 comments on commit c1444e6

Please sign in to comment.