turn this into more of a library and allow for the pianoverse_pb and .proto to be exposed

This commit is contained in:
Soph :3 2024-07-17 12:35:47 +03:00
parent 49a5b72bc2
commit fde43f0e32
Signed by: sophie
GPG key ID: EDA5D222A0C270F2
3 changed files with 192 additions and 186 deletions

2
dotproto.ts Normal file
View file

@ -0,0 +1,2 @@
import {readFileSync} from "fs";
export const dotproto = readFileSync("pianoverse.proto").toString()