aboutsummaryrefslogtreecommitdiff
path: root/laurali/mod.ts
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-05-17 11:43:10 +0000
committerFuwn <[email protected]>2022-05-17 11:43:17 +0000
commit630cb6f89a8519036fdd31eb891348aebcbf01eb (patch)
tree032cefae757baf9ab41ada474f5830af9eb5c9b0 /laurali/mod.ts
parentfix(decorators): assumed route format (diff)
downloadarchived-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.ts1
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";