Skip to content

Commit 70402b8

Browse files
committed
Update naming convention for constants file
1 parent d57ce67 commit 70402b8

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

src/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -298,9 +298,9 @@ async function createChaynsApp({ git, initialCommit, install, packageManager, mo
298298

299299
await copyFile(
300300
getTemplatePath(
301-
`../templates/api-v5/shared/${extension}/src/constants/server-urls.${extension}`,
301+
`../templates/api-v5/shared/${extension}/src/constants/serverUrls.${extension}`,
302302
),
303-
path.join(destination, `/src/constants/server-urls.${extension}`),
303+
path.join(destination, `/src/constants/serverUrls.${extension}`),
304304
);
305305

306306
// copy tsconfig.json

templates/api-v5/shared/js/src/constants/server-urls.js renamed to templates/api-v5/shared/js/src/constants/serverUrls.js

File renamed without changes.

templates/api-v5/shared/ts/src/constants/server-urls.ts renamed to templates/api-v5/shared/ts/src/constants/serverUrls.ts

File renamed without changes.

0 commit comments

Comments
 (0)