feat(one_shot): document vendored lucid

This commit is contained in:
rvcas 2023-03-10 23:10:53 -05:00 committed by Lucas
parent 14cdac7bfa
commit e35ccc9e0c
1 changed files with 5 additions and 0 deletions

View File

@ -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.