fix: now in typebot we wait until the terminal block to accept the user's message, if it arrives before the block is sent, it is ignored

This commit is contained in:
Davidson Gomes
2024-06-08 15:09:55 -03:00
parent ff31ef912e
commit 56df0caab0
4 changed files with 27 additions and 15 deletions

View File

@@ -9,7 +9,9 @@
"start:prod": "bash start.sh",
"dev:server": "clear && tsnd --files --transpile-only --respawn --ignore-watch node_modules ./src/main.ts",
"test": "clear && tsnd --files --transpile-only --respawn --ignore-watch node_modules ./test/all.test.ts",
"lint": "eslint --fix --ext .ts src"
"lint": "eslint --fix --ext .ts src",
"db:migrate:postgres": "npx prisma migrate dev --name init --schema ./prisma/postgresql-schema.prisma",
"db:migrate:mysql": "npx prisma migrate dev --name init --schema ./prisma/mysql-schema.prisma"
},
"repository": {
"type": "git",