diff options
| author | Fuwn <[email protected]> | 2022-05-17 11:43:10 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-05-17 11:43:17 +0000 |
| commit | 630cb6f89a8519036fdd31eb891348aebcbf01eb (patch) | |
| tree | 032cefae757baf9ab41ada474f5830af9eb5c9b0 /laurali/mod.ts | |
| parent | fix(decorators): assumed route format (diff) | |
| download | archived-laurali-main.tar.xz archived-laurali-main.zip | |
feat(server): optional http proxy redirectHEAD0.1.2origin/mainmain
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"; |