Remote builder refactoring (#264)

Remote builder refactoring
This commit is contained in:
Frostebite
2021-05-23 05:08:40 +01:00
committed by GitHub
parent 9fff362775
commit c96b8cf443
15 changed files with 3256 additions and 2827 deletions
@@ -0,0 +1,4 @@
class RemoteBuilderConstants {
static alphabet = '0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz';
}
export default RemoteBuilderConstants;