Express
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import { Context, Layer } from "effect"
|
||||
import express from "express"
|
||||
|
||||
|
||||
export class Express extends Context.Tag("Express")<Express, ReturnType<typeof express>>() {}
|
||||
|
||||
export const ExpressLive = Layer.sync(Express, () => express())
|
||||
Reference in New Issue
Block a user