Skip to content

Commit

Permalink
Merge pull request #44 from hopinc/add-entrypoint
Browse files Browse the repository at this point in the history
Add entrypoint
  • Loading branch information
Looskie authored Oct 20, 2022
2 parents 22f5495 + 41485d4 commit 66ff6e5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/twenty-pumas-smash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@onehop/js': patch
---

Add entrypoint to deployment config
5 changes: 5 additions & 0 deletions src/rest/types/ignite.ts
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,11 @@ export type DeploymentConfig = {
* This can only be used when .type is 'stateful'
*/
volume?: VolumeDefinition;

/**
* Entrypoint for this deployment
*/
entrypoint?: string[];
};

/**
Expand Down

1 comment on commit 66ff6e5

@vercel
Copy link

@vercel vercel bot commented on 66ff6e5 Oct 20, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

hop-js – ./

hop-js.vercel.app
hop-js-onehop.vercel.app
hop-js-git-master-onehop.vercel.app
js.hop.io

Please sign in to comment.