Skip to content

Commit

Permalink
added default value
Browse files Browse the repository at this point in the history
  • Loading branch information
lelemm committed Feb 21, 2025
1 parent fe162a4 commit 46b5bae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/sync-server/src/load-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ const defaultConfig = {
projectRoot,
multiuser: false,
token_expiration: 'never',
userCreationMode: 'manual'

Check failure on line 91 in packages/sync-server/src/load-config.js

View workflow job for this annotation

GitHub Actions / lint

Insert `,`
};

/** @type {import('./config-types.js').Config} */
Expand Down

0 comments on commit 46b5bae

Please sign in to comment.