Loading docs/bun.lockb +2.91 KiB (55.8 KiB) File changed.No diff preview for this file type. View original file View changed file docs/package.json +2 −2 Original line number Diff line number Diff line Loading @@ -3,8 +3,8 @@ "cli-progress": "^3.12.0", "markdown-it-deflist": "^3.0.0", "markdown-it-footnote": "^4.0.0", "markdown-it-jsr-ref": "^0.2.0", "vitepress": "^1.0.2" "markdown-it-jsr-ref": "^0.3.2", "vitepress": "^1.3.1" }, "scripts": { "dev": "vitepress dev", Loading docs/tutorial.md +1 −1 Original line number Diff line number Diff line Loading @@ -210,7 +210,7 @@ const federation = createFederation<void>({ }); ~~~~ In the above code, we import the `createFederation` function from the Fedify In the above code, we import the `createFederation()` function from the Fedify framework to create a new `Federation` object. We pass an object to the `createFederation()` function, which is the configuration object. The `kv` property is a key-value store that is used to store several internal Loading Loading
docs/bun.lockb +2.91 KiB (55.8 KiB) File changed.No diff preview for this file type. View original file View changed file
docs/package.json +2 −2 Original line number Diff line number Diff line Loading @@ -3,8 +3,8 @@ "cli-progress": "^3.12.0", "markdown-it-deflist": "^3.0.0", "markdown-it-footnote": "^4.0.0", "markdown-it-jsr-ref": "^0.2.0", "vitepress": "^1.0.2" "markdown-it-jsr-ref": "^0.3.2", "vitepress": "^1.3.1" }, "scripts": { "dev": "vitepress dev", Loading
docs/tutorial.md +1 −1 Original line number Diff line number Diff line Loading @@ -210,7 +210,7 @@ const federation = createFederation<void>({ }); ~~~~ In the above code, we import the `createFederation` function from the Fedify In the above code, we import the `createFederation()` function from the Fedify framework to create a new `Federation` object. We pass an object to the `createFederation()` function, which is the configuration object. The `kv` property is a key-value store that is used to store several internal Loading