Files
Baileys/WAProto/GenerateStatics.sh
2025-05-21 12:17:57 -03:00

2 lines
139 B
Bash
Executable File

yarn pbjs -t static-module -w commonjs -o ./WAProto/index.js ./WAProto/WAProto.proto;
yarn pbts -o ./WAProto/index.d.ts ./WAProto/index.js;