Skip to content

Commit

Permalink
Generate protobufs JSON descriptors
Browse files Browse the repository at this point in the history
  • Loading branch information
mskvortsov committed Apr 18, 2024
1 parent 101f737 commit fe9d3d7
Show file tree
Hide file tree
Showing 6 changed files with 767 additions and 362 deletions.
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules
dist
node_modules/
generated/
dist/
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ The app is deployed at <https://mskvortsov.github.io/meshmon>

```shell
npm ci
npm run generate
npm run dev
```
Loading

0 comments on commit fe9d3d7

Please sign in to comment.