* Structure change * Remove duplicate folders from previous structure * Cleanup websocket protocol * Updating from based off PR * Fixup - remove wrong files during conflict and get the websocket working * renaming tsx to ts Co-authored-by: Jeremy Letto <jeremy.letto@datasite.com>
3 lines
123 B
PowerShell
3 lines
123 B
PowerShell
#!/bin/bash
|
|
robocopy /E ../common/pb/. ./public/pb/
|
|
robocopy /E ../cockatrice/resources/countries/. ./src/images/countries
|