fix: remove unnecessary magic string

Signed-off-by: vabf59 <thomas.triplett.vabf59@statefarm.com>
This commit is contained in:
vabf59
2024-09-11 17:15:24 -05:00
parent 76587618e8
commit 3b56fa4eb1
+1 -1
View File
@@ -350,7 +350,7 @@ export async function createConfig(
...(isDev
? {
watchOptions: {
ignored: /node_modules\/(?!\@backstage)/,
ignored: /node_modules/,
},
}
: {}),