Compare commits

...

2 commits

2 changed files with 4 additions and 3 deletions

View file

@ -6,12 +6,12 @@ Romdex is a ROM database that can be queried through a GraphQL API.
* Documentation * Documentation
For documentation, refer to [[https://code.fosterhangdaan.com/foster/romdex/wiki][the Wiki]]. For documentation, refer to [[https://code.hangdaan.com/foster/romdex/wiki][the Wiki]].
* License * License
#+attr_html: :width 200px #+attr_html: :width 200px
[[https://minio.fosterhangdaan.com/public/images/logos/licenses/agplv3.svg]] [[https://s3.hangdaan.com/public/images/logos/licenses/agplv3.svg]]
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
@ -21,4 +21,4 @@ You should have received a copy of the GNU Affero General Public License along w
* Copyright * Copyright
Copyright \copy 2024 [[https://www.fosterhangdaan.com][Foster Hangdaan]] Copyright \copy 2024 [[https://www.foster.hangdaan.com][Foster Hangdaan]]

View file

@ -22,6 +22,7 @@
], ],
"imports": { "imports": {
"$fresh/": "https://deno.land/x/fresh@1.7.3/", "$fresh/": "https://deno.land/x/fresh@1.7.3/",
"@/": "./",
"@preact/signals": "https://esm.sh/*@preact/signals@1.2.2", "@preact/signals": "https://esm.sh/*@preact/signals@1.2.2",
"@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.5.1", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.5.1",
"@std/dotenv": "jsr:@std/dotenv@0.216.0", "@std/dotenv": "jsr:@std/dotenv@0.216.0",