turn this into more of a library and allow for the pianoverse_pb and .proto to be exposed
This commit is contained in:
parent
49a5b72bc2
commit
fde43f0e32
3 changed files with 192 additions and 186 deletions
2
dotproto.ts
Normal file
2
dotproto.ts
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
import {readFileSync} from "fs";
|
||||
export const dotproto = readFileSync("pianoverse.proto").toString()
|
||||
Loading…
Add table
Add a link
Reference in a new issue