Skip to content
This repository was archived by the owner on Sep 9, 2024. It is now read-only.

Commit 9f822c4

Browse files
committed
fix: local fs middleware publish_modes
1 parent e6a0554 commit 9f822c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/middlewares/localFs/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ export function localFsMiddleware({ repoPath, logger }: FsOptions) {
3434
case 'info': {
3535
res.json({
3636
repo: path.basename(repoPath),
37+
publish_modes: ['simple'],
3738
type: 'local_fs',
3839
});
3940
break;

0 commit comments

Comments
 (0)