does this fix that watchman error?

This commit is contained in:
Violet Caulfield
2024-10-17 10:09:54 -05:00
parent bd35b64982
commit ea0f58f5e6
+3 -3
View File
@@ -13,9 +13,9 @@ const config = getDefaultConfig(__dirname, {
config.resolver.sourceExts.push('mjs');
config.watchFolders = [
"./components/",
"./api/",
"./player/"
"components",
"api",
"player"
]
module.exports = config;