mirror of
https://github.com/sern-handler/handler
synced 2026-06-06 01:16:55 +00:00
Update README.md
This commit is contained in:
@@ -83,9 +83,8 @@ import { Sern, single } from '@sern/handler';
|
||||
|
||||
//client has been declared previously
|
||||
//Version 3
|
||||
await makeDependencies({
|
||||
build: root => root
|
||||
.add({ '@sern/client': single(() => client) })
|
||||
await makeDependencies(({ add }) => {
|
||||
.add('@sern/client', single(() => client) )
|
||||
});
|
||||
|
||||
//View docs for all options
|
||||
|
||||
Reference in New Issue
Block a user