Skip to content

Commit

Permalink
Added process to export protobuf enums for use in webconfig (#1279)
Browse files Browse the repository at this point in the history
* Added process to export protobuf enums for use in webconfig

* Removed need for enums.js
Changed enum generation command to use standard output and skip js file generation

* Added tsconfig.json for generated TS directory
  • Loading branch information
mikepparks authored Feb 6, 2025
1 parent 537abf7 commit 455495d
Show file tree
Hide file tree
Showing 6 changed files with 647 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ env.ini
.devcontainer
*Dockerfile
*docker-compose.yml
/www/src_gen/enums.js
Loading

0 comments on commit 455495d

Please sign in to comment.