misc
This commit is contained in:
parent
82a1b4c08d
commit
e4b185714a
2 changed files with 4 additions and 1 deletions
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
|
@ -1,4 +1,5 @@
|
||||||
{
|
{
|
||||||
"deno.enable": true,
|
"deno.enable": true,
|
||||||
"deno.unstable": true
|
"deno.unstable": true,
|
||||||
|
"discord.enabled": true
|
||||||
}
|
}
|
||||||
|
|
2
TODO.md
2
TODO.md
|
@ -4,3 +4,5 @@
|
||||||
- [ ] Serve certain Client Info/Files from Dreamland
|
- [ ] Serve certain Client Info/Files from Dreamland
|
||||||
- [ ] API Route to request files starting with a certain Key
|
- [ ] API Route to request files starting with a certain Key
|
||||||
- [ ] Rebuild [S3 Index](./src/s3.generated.ts) on Interval?
|
- [ ] Rebuild [S3 Index](./src/s3.generated.ts) on Interval?
|
||||||
|
- [ ] Add a Domain API
|
||||||
|
- [ ] `domain, expiry, registrar, price`
|
||||||
|
|
Loading…
Add table
Reference in a new issue