We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e23e876 + 470077a commit 64165ecCopy full SHA for 64165ec
packages/config/index.ts
@@ -48,7 +48,7 @@ export type ProjectOptions = {
48
49
// eslint-disable-next-line @typescript-eslint/ban-types
50
export const config = (cwd: string) =>
51
- new ConfigMaker<ProjectOptions>('dev-translate', {
+ new ConfigMaker<ProjectOptions>('.dev-translate', {
52
decoders: {},
53
config: {
54
environment: {
packages/testground/.gitignore
@@ -2,4 +2,4 @@
2
/lib
3
/node_modules
4
.graphql-editor-auth.json
5
-dev-translate.json
+.dev-translate.json
0 commit comments