From e35ccc9e0c45c28d74e6d37878197e1fb4bb1f4a Mon Sep 17 00:00:00 2001 From: rvcas Date: Fri, 10 Mar 2023 23:10:53 -0500 Subject: [PATCH] feat(one_shot): document vendored lucid --- examples/one_shot/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/examples/one_shot/README.md b/examples/one_shot/README.md index f605bd96..41f5df34 100644 --- a/examples/one_shot/README.md +++ b/examples/one_shot/README.md @@ -9,3 +9,8 @@ deno task start ``` This will watch the project directory and restart as necessary. + +### Important + +There is some very hacky things that need to be done to make lucid work correctly. +It involved vendoring lucid and making some adjustments to the `core/core.ts` file.