Unverified Commit cffe7f44 authored by Hong Minhee's avatar Hong Minhee
Browse files
parent 98c05d95
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -61,6 +61,7 @@
    "subproperty",
    "superproperty",
    "unfollow",
    "unfollowing",
    "webfinger"
  ]
}
+1 −0
Original line number Diff line number Diff line
@@ -38,6 +38,7 @@ The rough roadmap is to implement the following features out of the box:
If you want to know more about the project, please take a look at the following
resources:

 -  [Tutorial](https://fedify.dev/tutorial/)
 -  [Manual](https://fedify.dev/manual/)
    ([Unstable](https://unstable.fedify.dev/manual/))
 -  [API reference][JSR]
+1 −0
Original line number Diff line number Diff line
@@ -25,6 +25,7 @@ site.use(title());
site.use(image());

site.copy("img");
site.copyRemainingFiles();

async function getPackageVersion(): Promise<string> {
  const response = await fetch("https://jsr.io/@fedify/fedify/meta.json");
+1 −1
Original line number Diff line number Diff line
{
  "tasks": {
    "lume": "echo \"import 'lume/cli.ts'\" | deno run --unstable-kv -A -",
    "serve": "deno task lume -s --port=8000"
    "serve": "deno task lume -s --port=3000"
  },
  "imports": {
    "@std/collections": "jsr:@std/collections@^0.218.2",
+1 −0
Original line number Diff line number Diff line
@@ -39,6 +39,7 @@ If you want to know more about the project, please take a look at the following
resources:

 -  [GitHub](https://github.com/dahlia/fedify)
 -  [Tutorial](./tutorial.md)
 -  [Manual](./manual.md)
 -  [API reference](https://jsr.io/@fedify/fedify)
 -  [Examples](https://github.com/dahlia/fedify/tree/main/examples)
Loading