Skip to content

Commit c70e3f1

Browse files
authored
feat: add *.proto for go-micro (#274)
1 parent 6a07779 commit c70e3f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

update.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -473,6 +473,7 @@ const base = {
473473
'*.mjs': '$(capture).mjs.map, $(capture).*.mjs, $(capture)_*.mjs',
474474
'*.module.ts': '$(capture).resolver.ts, $(capture).controller.ts, $(capture).service.ts',
475475
'*.mts': '$(capture).mts.map, $(capture).*.mts, $(capture)_*.mts',
476+
'*.proto': '$(capture).pb.go, $(capture).pb.micro.go',
476477
'*.pubxml': '$(capture).pubxml.user',
477478
'*.py': '$(capture).pyi',
478479
'*.resx': '$(capture).*.resx, $(capture).designer.cs, $(capture).designer.vb',

0 commit comments

Comments
 (0)