Skip to content

Commit

Permalink
Export the Config interface
Browse files Browse the repository at this point in the history
  • Loading branch information
pklaschka committed Sep 6, 2024
1 parent 2b63cb4 commit ce974d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/common/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { getDB } from "$common/db.ts";
/**
* The application configuration.
*/
interface Config {
export interface Config {
/**
* The port the server should listen on.
* @default 8080
Expand Down

0 comments on commit ce974d9

Please sign in to comment.