We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bb81b9 commit ffddb05Copy full SHA for ffddb05
.gitignore
@@ -4,6 +4,8 @@
4
5
/Docker/.env
6
7
+.vscode
8
+
9
# Logs
10
logs/**.json
11
*.log
.vscode/settings.json
@@ -9,5 +9,8 @@
"source.fixAll": "explicit"
},
"prisma-smart-formatter.typescript.defaultFormatter": "esbenp.prettier-vscode",
12
- "prisma-smart-formatter.prisma.defaultFormatter": "Prisma.prisma"
+ "prisma-smart-formatter.prisma.defaultFormatter": "Prisma.prisma",
13
+ "i18n-ally.localesPaths": [
14
+ "store/messages"
15
+ ]
16
}
0 commit comments