mirror of
https://github.com/formbricks/formbricks.git
synced 2026-02-12 09:39:39 -06:00
Fix Widget Position not working in Preview (#458)
* update tailwindconfig to fix widget in preview * remove prisma studio from database package scripts
This commit is contained in:
@@ -20,8 +20,7 @@
|
||||
"generate": "prisma generate",
|
||||
"lint": "eslint ./src --fix",
|
||||
"prebuild": "npm run generate",
|
||||
"predev": "npm run generate",
|
||||
"studio": "prisma studio"
|
||||
"predev": "npm run generate"
|
||||
},
|
||||
"dependencies": {
|
||||
"@prisma/client": "^4.16.1",
|
||||
|
||||
@@ -4,6 +4,7 @@ module.exports = {
|
||||
"./app/**/*.{js,ts,jsx,tsx}", // Note the addition of the `app` directory.
|
||||
"./pages/**/*.{js,ts,jsx,tsx}",
|
||||
"./components/**/*.{js,ts,jsx,tsx}",
|
||||
"./lib/**/*.{js,ts,jsx,tsx}",
|
||||
// include packages if not transpiling
|
||||
"../../packages/ui/components/**/*.{js,ts,jsx,tsx}",
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user