Skip to content

Commit

Permalink
add missing templates
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaslagoni committed Jul 25, 2023
1 parent 872ef31 commit fd7b4fa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/commands/generate/fromTemplate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,10 @@ const templatesNotSupportingV3: Record<string, string> = {
'@asyncapi/java-spring-cloud-stream-template': 'https:/asyncapi/java-spring-cloud-stream-template/issues/336',
'@asyncapi/go-watermill-template': 'https:/asyncapi/go-watermill-template/issues/243',
'@asyncapi/java-spring-template': 'https:/asyncapi/java-spring-template/issues/308',
'@asyncapi/markdown-template': 'https:/asyncapi/markdown-template/issues/341'
'@asyncapi/markdown-template': 'https:/asyncapi/markdown-template/issues/341',
'@asyncapi/nodejs-template': 'https:/asyncapi/nodejs-template/issues/215',
'@asyncapi/java-template': 'https:/asyncapi/java-template/issues/118',
'@asyncapi/php-template': 'https:/asyncapi/php-template/issues/191'
};

/**
Expand Down

0 comments on commit fd7b4fa

Please sign in to comment.