Skip to content

Commit fc4683d

Browse files
chore: support protobuf files in the UI (#9408)
1 parent 605d2b2 commit fc4683d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/utils/templateVersion.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export const getTemplateVersionFiles = async (
2323
return files
2424
}
2525

26-
export const allowedExtensions = ["tf", "md", "Dockerfile"]
26+
export const allowedExtensions = ["tf", "md", "Dockerfile", "protobuf"]
2727

2828
export const isAllowedFile = (name: string) => {
2929
return allowedExtensions.some((ext) => name.endsWith(ext))

0 commit comments

Comments
 (0)