@@ -3,10 +3,8 @@
|
||||
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
||||
|
||||
```ts
|
||||
// Warning: (ae-missing-release-tag) "BACKSTAGE_JSON" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
||||
//
|
||||
// @public
|
||||
export const BACKSTAGE_JSON = '.backstage.json';
|
||||
export const BACKSTAGE_JSON = 'backstage.json';
|
||||
|
||||
// @public
|
||||
export function findPaths(searchDir: string): Paths;
|
||||
|
||||
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user