Skip to content

Commit

Permalink
feat: adding assets application type in connect configuration (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
prateek-ct authored Oct 16, 2024
1 parent dca3413 commit 294885d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions application-templates/javascript/connect.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
deployAs:
- name: assets
applicationType: assets
- name: service
applicationType: service
endpoint: /service
Expand Down
2 changes: 2 additions & 0 deletions application-templates/typescript/connect.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
deployAs:
- name: assets
applicationType: assets
- name: service
applicationType: service
endpoint: /service
Expand Down

0 comments on commit 294885d

Please sign in to comment.