Merge commit from fork
* chore: ensure redirects are validated against the reading config * address comments Signed-off-by: Fredrik Adelöw <freben@gmail.com> --------- Signed-off-by: Fredrik Adelöw <freben@gmail.com> Co-authored-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
committed by
benjdlambert
parent
c641c147ab
commit
27f9061d24
@@ -16,10 +16,7 @@
|
||||
|
||||
import { createTemplateAction } from '@backstage/plugin-scaffolder-node';
|
||||
import { InputError } from '@backstage/errors';
|
||||
import {
|
||||
isChildPath,
|
||||
resolveSafeChildPath,
|
||||
} from '@backstage/backend-plugin-api';
|
||||
import { resolveSafeChildPath } from '@backstage/backend-plugin-api';
|
||||
import fs from 'fs-extra';
|
||||
import globby from 'globby';
|
||||
import { examples } from './delete.examples';
|
||||
|
||||
Reference in New Issue
Block a user