Merge remote-tracking branch 'origin/demodesk-client-v3' into v3

This commit is contained in:
Miroslav Šedivý
2024-06-23 17:57:19 +02:00
161 changed files with 26015 additions and 17 deletions

12
client/dev/exec Executable file
View File

@ -0,0 +1,12 @@
#!/bin/sh
cd "$(dirname "$0")"
APP_PATH="$(realpath ../)"
# start component watch
docker run --rm -it \
--user "$(id -u):$(id -g)" \
--volume "$APP_PATH:$APP_PATH" \
--entrypoint="/bin/bash" \
--workdir="$APP_PATH" \
node:18-buster-slim