Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(state-sync/dozer): first version #3033

Merged
merged 16 commits into from
Aug 22, 2024
2 changes: 2 additions & 0 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
uses: actions/checkout@v3
with:
submodules: recursive
fetch-depth: 0
ref: main

- name: "Setup"
uses: ./.github/actions/setup
Expand Down
1 change: 1 addition & 0 deletions docs/pages/state-query/_meta.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export default {
dozer: "Dozer",
typescript: "TypeScript",
};
Loading
Loading