sourcemap tests

This commit is contained in:
2021-09-13 18:12:40 +02:00
parent 0bf64b1031
commit 95c2950193
17 changed files with 4001 additions and 663 deletions

7
scripts/cy-command.docker.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/sh
export DISPLAY=$(cat /etc/resolv.conf | grep nameserver | awk '{print $2; exit;}'):0.0
export DISPLAY=host.docker.internal:0.0
echo DISPLAY: $DISPLAY
yarn cy:$1