diff options
Diffstat (limited to 'laurali/mod.ts')
| -rw-r--r-- | laurali/mod.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/laurali/mod.ts b/laurali/mod.ts index 39c6389..6a5c854 100644 --- a/laurali/mod.ts +++ b/laurali/mod.ts @@ -16,6 +16,7 @@ // Copyright (C) 2022-2022 Fuwn <[email protected]> // SPDX-License-Identifier: GPL-3.0-only +export * from "./configuration.ts"; export * from "./decorators.ts"; export * from "./hooks.ts"; export * from "./server.ts"; |