Skip to content

Commit

Permalink
Merge pull request #18 from baptisteArno/fix/docker-prod
Browse files Browse the repository at this point in the history
Fix docker prod 'qs' missing
  • Loading branch information
baptisteArno authored Apr 6, 2022
2 parents 15868f9 + 366f93f commit 5ce0212
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 4 additions & 2 deletions apps/builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@
"tinycolor2": "^1.4.2",
"typebot-js": "*",
"use-debounce": "^7.0.1",
"utils": "*"
"utils": "*",
"qs": "^6.10.3"
},
"devDependencies": {
"@playwright/test": "^1.20.2",
Expand All @@ -103,6 +104,7 @@
"eslint": "<8.0.0",
"eslint-config-next": "12.1.4",
"msw": "^0.39.2",
"typescript": "^4.6.3"
"typescript": "^4.6.3",
"@types/qs": "^6.9.7"
}
}
3 changes: 2 additions & 1 deletion packages/bot-engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
"eslint-config-next": "12.1.4",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"tslib": "^2.3.1"
"tslib": "^2.3.1",
"@types/qs": "^6.9.7"
},
"peerDependencies": {
"react": "^17.0.2"
Expand Down

4 comments on commit 5ce0212

@vercel
Copy link

@vercel vercel bot commented on 5ce0212 Apr 6, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 5ce0212 Apr 6, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 5ce0212 Apr 6, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 5ce0212 Apr 6, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

builder-v2 – ./apps/builder

builder-v2-git-main-typebot-io.vercel.app
builder-v2-typebot-io.vercel.app
app.typebot.io

Please sign in to comment.