✨ (theme) Add container theme options: border, shadow, filter (#1436)
Closes #1332
This commit is contained in:
5
.vscode/settings.json
vendored
5
.vscode/settings.json
vendored
@ -12,9 +12,10 @@
|
||||
"editor.tabSize": 2,
|
||||
"typescript.updateImportsOnFileMove.enabled": "always",
|
||||
"playwright.env": {
|
||||
"DATABASE_URL": "postgresql://postgres:typebot@localhost:5432/typebot",
|
||||
"DATABASE_URL": "postgresql://postgres:typebot@127.0.0.1:5432/typebot",
|
||||
"NEXT_PUBLIC_VIEWER_URL": "http://localhost:3001",
|
||||
"NEXTAUTH_URL": "http://localhost:3000"
|
||||
"NEXTAUTH_URL": "http://localhost:3000",
|
||||
"ENCRYPTION_SECRET": "H+KbL/OFrqbEuDy/1zX8bsPG+spXri3S"
|
||||
},
|
||||
"[prisma]": {
|
||||
"editor.defaultFormatter": "Prisma.prisma"
|
||||
|
Reference in New Issue
Block a user