diff --git a/README.md b/README.md index c28db7d..81ca6b8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # [dreamland.lio.systems] +#### [Todo](./TODO.md) + Source of Truth for all my Projects ## Requirements @@ -9,13 +11,7 @@ Source of Truth for all my Projects ## Development -Run `vr routes` to regenerate the routes, then run `vr dev` to run the Dev Server using Denon - -## Todo - -- [x] Proxy Wasabi Files? -- [ ] Add Domain Parameter -- [ ] Make some paths only work on certain domains +Ideally you'd have two Terminals, one running `vr dev` to run the Local Server and another to run `vr gen` every once in a while to get Pogo to pick up on your route changes. [vr]: https://velociraptor.run [deno]: https://deno.land diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..19ed89d --- /dev/null +++ b/TODO.md @@ -0,0 +1,6 @@ +- [x] Proxy Wasabi Files? +- [x] Add Domain Parameter +- [x] Make some paths only work on certain domains +- [ ] Serve certain Client Info/Files from Dreamland + - [ ] API Route to request files starting with a certain Key +- [ ] Rebuild [S3 Index](./src/s3.generated.ts) on Interval?