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

Commit

Permalink
fix: local fs middleware publish_modes
Browse files Browse the repository at this point in the history
  • Loading branch information
KaneFreeman committed Nov 16, 2023
1 parent e6a0554 commit 9f822c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/middlewares/localFs/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ export function localFsMiddleware({ repoPath, logger }: FsOptions) {
case 'info': {
res.json({
repo: path.basename(repoPath),
publish_modes: ['simple'],
type: 'local_fs',
});
break;
Expand Down

0 comments on commit 9f822c4

Please sign in to comment.