Skip to content

Commit 64165ec

Browse files
authored
Merge pull request #1 from aexol-studio/dot-file
Add dot to generated config file name
2 parents e23e876 + 470077a commit 64165ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/config/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export type ProjectOptions = {
4848

4949
// eslint-disable-next-line @typescript-eslint/ban-types
5050
export const config = (cwd: string) =>
51-
new ConfigMaker<ProjectOptions>('dev-translate', {
51+
new ConfigMaker<ProjectOptions>('.dev-translate', {
5252
decoders: {},
5353
config: {
5454
environment: {

packages/testground/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
/lib
33
/node_modules
44
.graphql-editor-auth.json
5-
dev-translate.json
5+
.dev-translate.json

0 commit comments

Comments
 (0)