Skip to content

Commit

Permalink
Correct path init to resolve build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
salty2011 committed Jan 15, 2025
1 parent 4636a83 commit eef5326
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions server/config/ConfigManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export class ConfigManager {
this.config = {
libraryPath: '',
usersPath: '/config/users',
cachePath: '/config/cache/artwork',
steamGridDbApiKey: '',
users: {},
currentUser: undefined
Expand Down
1 change: 1 addition & 0 deletions src/components/Configuration.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ export const Configuration: React.FC = () => {
const [config, setConfig] = useState<Config>({
libraryPath: '',
usersPath: '',
cachePath: '/config/cache/artwork',
steamGridDbApiKey: '',
users: {}
});
Expand Down

0 comments on commit eef5326

Please sign in to comment.