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": {
|
2024-04-10 10:19:54 +02:00
|
|
|
"DATABASE_URL": "postgresql://postgres:typebot@127.0.0.1:5432/typebot",
|
2023-09-08 17:35:21 +02:00
|
|
|
"NEXT_PUBLIC_VIEWER_URL": "http://localhost:3001",
|
2024-04-10 10:19:54 +02:00
|
|
|
"NEXTAUTH_URL": "http://localhost:3000",
|
2024-04-18 09:38:22 +02:00
|
|
|
"ENCRYPTION_SECRET": "H+KbL/OFrqbEuDy/1zX8bsPG+spXri3S",
|
|
|
|
|
"S3_ENDPOINT": "http://localhost:9000"
|
2023-09-08 17:35:21 +02:00
|
|
|
},
|
|
|
|
|
"[prisma]": {
|
|
|
|
|
"editor.defaultFormatter": "Prisma.prisma"
|
|
|
|
|
}
|
2023-09-05 16:44:44 +02:00
|
|
|
}
|