fix(paths): remove duplicate SF_ROOT_FILES export
- removed redundant self-assignment export that served no purpose Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
dfbe620c34
commit
b5caedf786
1 changed files with 0 additions and 2 deletions
|
|
@ -267,8 +267,6 @@ export const SF_ROOT_FILES = {
|
|||
CODEBASE: "CODEBASE.md",
|
||||
} as const;
|
||||
|
||||
export const SF_ROOT_FILES = SF_ROOT_FILES;
|
||||
|
||||
export type SFRootFileKey = keyof typeof SF_ROOT_FILES;
|
||||
|
||||
const LEGACY_SF_ROOT_FILES: Record<SFRootFileKey, string> = {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue