2023-09-05 16:44:44 +02:00
|
|
|
{
|
2023-12-29 06:50:31 -03:00
|
|
|
"i18n-ally.localesPaths": ["apps/builder/src/i18n"],
|
2023-09-08 17:35:21 +02:00
|
|
|
"i18n-ally.keystyle": "flat",
|
|
|
|
"i18n-ally.displayLanguage": "en",
|
2023-10-27 09:23:50 +02:00
|
|
|
"i18n-ally.enabledFrameworks": ["custom"],
|
|
|
|
"i18n-ally.sortKeys": true,
|
2023-09-08 17:35:21 +02:00
|
|
|
"editor.codeActionsOnSave": {
|
2023-11-17 15:42:40 +01:00
|
|
|
"source.fixAll.eslint": "explicit"
|
2023-09-08 17:35:21 +02:00
|
|
|
},
|
|
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
|
|
"editor.formatOnSave": true,
|
|
|
|
"editor.tabSize": 2,
|
|
|
|
"typescript.updateImportsOnFileMove.enabled": "always",
|
|
|
|
"playwright.env": {
|
|
|
|
"DATABASE_URL": "postgresql://postgres:typebot@localhost:5432/typebot",
|
|
|
|
"NEXT_PUBLIC_VIEWER_URL": "http://localhost:3001",
|
|
|
|
"NEXTAUTH_URL": "http://localhost:3000"
|
|
|
|
},
|
|
|
|
"[prisma]": {
|
|
|
|
"editor.defaultFormatter": "Prisma.prisma"
|
|
|
|
}
|
2023-09-05 16:44:44 +02:00
|
|
|
}
|