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.