creation of directs messages

+ can choose myrooms fields
+ trying to make type validation without success
This commit is contained in:
simplonco
2023-01-12 00:36:38 +01:00
parent aa86299e73
commit b851613f0f
15 changed files with 235 additions and 183 deletions

View File

@@ -35,6 +35,7 @@ RESET="\033[0m"
function make_env_for_docker_and_svelte
{
docker rm -f postgresql
docker rm -f nestjs
docker volume rm -f srcs_data_nest_postgresql
echo -e "${BOLD_BLUE}Creating a new environment for docker${RESET}"
NODE_ENV=""