fix comments

Signed-off-by: Vincenzo Scamporlino <me@vinzscam.dev>
This commit is contained in:
Vincenzo Scamporlino
2021-11-15 16:32:46 +01:00
parent b6b4d4b73f
commit 677bfc2dd0
8 changed files with 32 additions and 19 deletions
+3 -1
View File
@@ -170,5 +170,7 @@ export function findPaths(searchDir: string): Paths {
/**
* The name of the backstage's config file
*
* @public
*/
export const BACKSTAGE_JSON = '.backstage.json';
export const BACKSTAGE_JSON = 'backstage.json';